skapi-js 1.2.14-beta.1 → 1.2.14-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist/bundle-report-commonjs.html +2 -2
  2. package/dist/bundle-report-esm.html +2 -2
  3. package/dist/bundle-report-node-esm.html +2 -2
  4. package/dist/bundle-report.html +2 -2
  5. package/dist/skapi.cjs +1 -1
  6. package/dist/skapi.cjs.map +1 -1
  7. package/dist/skapi.js +1 -1
  8. package/dist/skapi.js.map +1 -1
  9. package/dist/skapi.mjs +1 -1
  10. package/dist/skapi.mjs.map +1 -1
  11. package/dist/skapi.node.mjs +1 -1
  12. package/dist/skapi.node.mjs.map +1 -1
  13. package/js/package.json +6 -5
  14. package/js/src/Types.d.ts +40 -2
  15. package/js/src/main/skapi.d.ts +41 -29
  16. package/js/src/main/skapi.js +48 -60
  17. package/js/src/main/skapi.js.map +1 -1
  18. package/js/src/methods/admin.d.ts +2 -4
  19. package/js/src/methods/database.d.ts +8 -0
  20. package/js/src/methods/database.js +375 -55
  21. package/js/src/methods/database.js.map +1 -1
  22. package/js/src/methods/param_restrictions.d.ts +8 -4
  23. package/js/src/methods/param_restrictions.js +72 -6
  24. package/js/src/methods/param_restrictions.js.map +1 -1
  25. package/js/src/methods/request.js +1 -1
  26. package/js/src/methods/request.js.map +1 -1
  27. package/js/src/methods/subscription.d.ts +0 -6
  28. package/js/src/methods/subscription.js +0 -28
  29. package/js/src/methods/subscription.js.map +1 -1
  30. package/js/src/methods/vivian.d.ts +18 -3
  31. package/js/src/methods/vivian.js +20 -10
  32. package/js/src/methods/vivian.js.map +1 -1
  33. package/js/src/utils/network.js +110 -75
  34. package/js/src/utils/network.js.map +1 -1
  35. package/js/src/utils/utils.d.ts +3 -1
  36. package/js/src/utils/utils.js +15 -3
  37. package/js/src/utils/utils.js.map +1 -1
  38. package/package.json +6 -5
  39. package/js/Main.d.ts +0 -6
  40. package/js/Main.js +0 -6
  41. package/js/Main.js.map +0 -1
  42. package/js/Types.d.ts +0 -305
  43. package/js/Types.js +0 -2
  44. package/js/Types.js.map +0 -1
  45. package/js/main/error.d.ts +0 -9
  46. package/js/main/error.js +0 -46
  47. package/js/main/error.js.map +0 -1
  48. package/js/main/skapi.d.ts +0 -443
  49. package/js/main/skapi.js +0 -853
  50. package/js/main/skapi.js.map +0 -1
  51. package/js/methods/admin.d.ts +0 -61
  52. package/js/methods/admin.js +0 -325
  53. package/js/methods/admin.js.map +0 -1
  54. package/js/methods/database.d.ts +0 -65
  55. package/js/methods/database.js +0 -947
  56. package/js/methods/database.js.map +0 -1
  57. package/js/methods/notification.d.ts +0 -21
  58. package/js/methods/notification.js +0 -81
  59. package/js/methods/notification.js.map +0 -1
  60. package/js/methods/param_restrictions.d.ts +0 -21
  61. package/js/methods/param_restrictions.js +0 -144
  62. package/js/methods/param_restrictions.js.map +0 -1
  63. package/js/methods/realtime.d.ts +0 -35
  64. package/js/methods/realtime.js +0 -408
  65. package/js/methods/realtime.js.map +0 -1
  66. package/js/methods/request.d.ts +0 -43
  67. package/js/methods/request.js +0 -132
  68. package/js/methods/request.js.map +0 -1
  69. package/js/methods/subscription.d.ts +0 -53
  70. package/js/methods/subscription.js +0 -337
  71. package/js/methods/subscription.js.map +0 -1
  72. package/js/methods/user.d.ts +0 -176
  73. package/js/methods/user.js +0 -1120
  74. package/js/methods/user.js.map +0 -1
  75. package/js/methods/vivian.d.ts +0 -3
  76. package/js/methods/vivian.js +0 -36
  77. package/js/methods/vivian.js.map +0 -1
  78. package/js/methods/webrtc.d.ts +0 -26
  79. package/js/methods/webrtc.js +0 -608
  80. package/js/methods/webrtc.js.map +0 -1
  81. package/js/polyfills/global.d.ts +0 -3
  82. package/js/polyfills/global.js +0 -235
  83. package/js/polyfills/global.js.map +0 -1
  84. package/js/utils/network.d.ts +0 -24
  85. package/js/utils/network.js +0 -707
  86. package/js/utils/network.js.map +0 -1
  87. package/js/utils/utils.d.ts +0 -40
  88. package/js/utils/utils.js +0 -651
  89. package/js/utils/utils.js.map +0 -1
  90. package/js/utils/validator.d.ts +0 -24
  91. package/js/utils/validator.js +0 -293
  92. package/js/utils/validator.js.map +0 -1
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
6
- <title>skapi-js [6 Mar 2026 at 08:07]</title>
6
+ <title>skapi-js [25 Mar 2026 at 08:19]</title>
7
7
  <link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
8
8
 
9
9
  <script>
@@ -31,7 +31,7 @@
31
31
  <body>
32
32
  <div id="app"></div>
33
33
  <script>
34
- window.chartData = [{"label":"skapi.cjs","isAsset":true,"statSize":834188,"parsedSize":505393,"gzipSize":128807,"groups":[{"label":"node_modules","path":"./node_modules","statSize":421142,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781,"parsedSize":2088,"gzipSize":984},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018,"parsedSize":1022,"gzipSize":615},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446,"parsedSize":104,"gzipSize":119},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244,"parsedSize":1063,"gzipSize":508}],"parsedSize":4277,"gzipSize":1878},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081,"parsedSize":409,"gzipSize":277},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865,"parsedSize":573,"gzipSize":252},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333,"parsedSize":171,"gzipSize":156},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425,"parsedSize":194,"gzipSize":176},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159,"parsedSize":234,"gzipSize":184}],"parsedSize":1581,"gzipSize":550}],"parsedSize":5858,"gzipSize":2251},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":1006,"gzipSize":509,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":163,"gzipSize":82,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":775,"gzipSize":392,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":66,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":1006,"gzipSize":509,"inaccurateSizes":true}]}],"parsedSize":1006,"gzipSize":509},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":261,"groups":[{"id":16,"label":"index.js","path":"./node_modules/isomorphic-unfetch/index.js","statSize":261,"parsedSize":196,"gzipSize":170}],"parsedSize":196,"gzipSize":170},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883,"parsedSize":1493,"gzipSize":781}],"parsedSize":1493,"gzipSize":781},{"label":"node-fetch/lib","path":"./node_modules/node-fetch/lib","statSize":45482,"groups":[{"id":540,"label":"index.mjs + 5 modules (concatenated)","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)","statSize":45482,"parsedSize":18778,"gzipSize":6355,"concatenated":true,"groups":[{"label":"node_modules/node-fetch/lib","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib","statSize":45272,"groups":[{"id":null,"label":"index.mjs","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib/index.mjs","statSize":45272,"parsedSize":18691,"gzipSize":6325,"inaccurateSizes":true}],"parsedSize":18691,"gzipSize":6325,"inaccurateSizes":true}]}],"parsedSize":18778,"gzipSize":6355},{"label":"tr46","path":"./node_modules/tr46","statSize":267626,"groups":[{"id":673,"label":"index.js","path":"./node_modules/tr46/index.js","statSize":7567,"parsedSize":4800,"gzipSize":2083},{"label":"lib","path":"./node_modules/tr46/lib","statSize":260059,"groups":[{"id":472,"label":"mappingTable.json","path":"./node_modules/tr46/lib/mappingTable.json","statSize":260059,"parsedSize":260091,"gzipSize":59991}],"parsedSize":260091,"gzipSize":59991}],"parsedSize":264891,"gzipSize":62263},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274,"parsedSize":5970,"gzipSize":2276}],"parsedSize":5970,"gzipSize":2276},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949,"parsedSize":943,"gzipSize":505}],"parsedSize":943,"gzipSize":505},{"label":"webidl-conversions/lib","path":"./node_modules/webidl-conversions/lib","statSize":5056,"groups":[{"id":616,"label":"index.js","path":"./node_modules/webidl-conversions/lib/index.js","statSize":5056,"parsedSize":2397,"gzipSize":939}],"parsedSize":2397,"gzipSize":939},{"label":"whatwg-url/lib","path":"./node_modules/whatwg-url/lib","statSize":42776,"groups":[{"id":79,"label":"URL-impl.js","path":"./node_modules/whatwg-url/lib/URL-impl.js","statSize":3804,"parsedSize":2341,"gzipSize":745},{"id":648,"label":"URL.js","path":"./node_modules/whatwg-url/lib/URL.js","statSize":4212,"parsedSize":2735,"gzipSize":784},{"id":417,"label":"public-api.js","path":"./node_modules/whatwg-url/lib/public-api.js","statSize":625,"parsedSize":216,"gzipSize":147},{"id":484,"label":"url-state-machine.js","path":"./node_modules/whatwg-url/lib/url-state-machine.js","statSize":33573,"parsedSize":16454,"gzipSize":4230},{"id":892,"label":"utils.js","path":"./node_modules/whatwg-url/lib/utils.js","statSize":562,"parsedSize":402,"gzipSize":226}],"parsedSize":22148,"gzipSize":5592}],"parsedSize":323680,"gzipSize":81701},{"label":"src","path":"./src","statSize":413046,"groups":[{"id":603,"label":"Main.ts + 41 modules (concatenated)","path":"./src/Main.ts + 41 modules (concatenated)","statSize":404214,"parsedSize":177900,"gzipSize":46420,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 41 modules (concatenated)/src","statSize":258416,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":76,"gzipSize":19,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 41 modules (concatenated)/src/main","statSize":32968,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/skapi.ts","statSize":31285,"parsedSize":13768,"gzipSize":3592,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":740,"gzipSize":193,"inaccurateSizes":true}],"parsedSize":14509,"gzipSize":3786,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":4,"gzipSize":1,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/src/utils","statSize":63067,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":4914,"gzipSize":1282,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/utils.ts","statSize":23263,"parsedSize":10238,"gzipSize":2671,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/network.ts","statSize":28637,"parsedSize":12603,"gzipSize":3288,"inaccurateSizes":true}],"parsedSize":27756,"gzipSize":7242,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 41 modules (concatenated)/src/methods","statSize":162197,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/database.ts","statSize":35670,"parsedSize":15698,"gzipSize":4096,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":19801,"gzipSize":5166,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":7841,"gzipSize":2046,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":10584,"gzipSize":2761,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/request.ts","statSize":4980,"parsedSize":2191,"gzipSize":571,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/subscription.ts","statSize":12620,"parsedSize":5554,"gzipSize":1449,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":5359,"gzipSize":1398,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":1401,"gzipSize":365,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/vivian.ts","statSize":1255,"parsedSize":552,"gzipSize":144,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/param_restrictions.ts","statSize":5452,"parsedSize":2399,"gzipSize":626,"inaccurateSizes":true}],"parsedSize":71385,"gzipSize":18626,"inaccurateSizes":true}],"parsedSize":113732,"gzipSize":29676,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 41 modules (concatenated)/node_modules","statSize":144560,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":423,"gzipSize":110,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":872,"gzipSize":227,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":5715,"gzipSize":1491,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":541,"gzipSize":141,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":550,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":1091,"gzipSize":284,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":448,"gzipSize":117,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":429,"gzipSize":111,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":325,"gzipSize":84,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":31440,"gzipSize":8203,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":1131,"gzipSize":295,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":558,"gzipSize":145,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":764,"gzipSize":199,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":2704,"gzipSize":705,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":575,"gzipSize":150,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":1478,"gzipSize":385,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":8389,"gzipSize":2188,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":569,"gzipSize":148,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":218,"gzipSize":57,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":41,"gzipSize":10,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":24,"gzipSize":6,"inaccurateSizes":true}],"parsedSize":284,"gzipSize":74,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":900,"gzipSize":234,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":3828,"gzipSize":998,"inaccurateSizes":true}],"parsedSize":61931,"gzipSize":16160,"inaccurateSizes":true},{"label":"qpass","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass","statSize":3842,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass/index.js","statSize":3842,"parsedSize":1690,"gzipSize":441,"inaccurateSizes":true}],"parsedSize":1690,"gzipSize":441,"inaccurateSizes":true}],"parsedSize":63622,"gzipSize":16601,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 41 modules (concatenated)/package.json","statSize":1196,"parsedSize":526,"gzipSize":137,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832,"parsedSize":3637,"gzipSize":1359}],"parsedSize":3637,"gzipSize":1359}],"parsedSize":181537,"gzipSize":47490}],"isInitialByEntrypoint":{"main":true}}];
34
+ window.chartData = [{"label":"skapi.cjs","isAsset":true,"statSize":850717,"parsedSize":512996,"gzipSize":130074,"groups":[{"label":"node_modules","path":"./node_modules","statSize":421142,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781,"parsedSize":2088,"gzipSize":983},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018,"parsedSize":1022,"gzipSize":615},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446,"parsedSize":104,"gzipSize":119},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244,"parsedSize":1063,"gzipSize":508}],"parsedSize":4277,"gzipSize":1876},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081,"parsedSize":409,"gzipSize":277},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865,"parsedSize":573,"gzipSize":252},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333,"parsedSize":171,"gzipSize":156},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425,"parsedSize":194,"gzipSize":176},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159,"parsedSize":234,"gzipSize":184}],"parsedSize":1581,"gzipSize":550}],"parsedSize":5858,"gzipSize":2250},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":1006,"gzipSize":508,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":163,"gzipSize":82,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":775,"gzipSize":391,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":66,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":1006,"gzipSize":508,"inaccurateSizes":true}]}],"parsedSize":1006,"gzipSize":508},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":261,"groups":[{"id":16,"label":"index.js","path":"./node_modules/isomorphic-unfetch/index.js","statSize":261,"parsedSize":196,"gzipSize":170}],"parsedSize":196,"gzipSize":170},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883,"parsedSize":1493,"gzipSize":781}],"parsedSize":1493,"gzipSize":781},{"label":"node-fetch/lib","path":"./node_modules/node-fetch/lib","statSize":45482,"groups":[{"id":540,"label":"index.mjs + 5 modules (concatenated)","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)","statSize":45482,"parsedSize":18778,"gzipSize":6353,"concatenated":true,"groups":[{"label":"node_modules/node-fetch/lib","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib","statSize":45272,"groups":[{"id":null,"label":"index.mjs","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib/index.mjs","statSize":45272,"parsedSize":18691,"gzipSize":6323,"inaccurateSizes":true}],"parsedSize":18691,"gzipSize":6323,"inaccurateSizes":true}]}],"parsedSize":18778,"gzipSize":6353},{"label":"tr46","path":"./node_modules/tr46","statSize":267626,"groups":[{"id":673,"label":"index.js","path":"./node_modules/tr46/index.js","statSize":7567,"parsedSize":4800,"gzipSize":2083},{"label":"lib","path":"./node_modules/tr46/lib","statSize":260059,"groups":[{"id":472,"label":"mappingTable.json","path":"./node_modules/tr46/lib/mappingTable.json","statSize":260059,"parsedSize":260091,"gzipSize":59991}],"parsedSize":260091,"gzipSize":59991}],"parsedSize":264891,"gzipSize":62262},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274,"parsedSize":5970,"gzipSize":2275}],"parsedSize":5970,"gzipSize":2275},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949,"parsedSize":943,"gzipSize":505}],"parsedSize":943,"gzipSize":505},{"label":"webidl-conversions/lib","path":"./node_modules/webidl-conversions/lib","statSize":5056,"groups":[{"id":616,"label":"index.js","path":"./node_modules/webidl-conversions/lib/index.js","statSize":5056,"parsedSize":2397,"gzipSize":937}],"parsedSize":2397,"gzipSize":937},{"label":"whatwg-url/lib","path":"./node_modules/whatwg-url/lib","statSize":42776,"groups":[{"id":79,"label":"URL-impl.js","path":"./node_modules/whatwg-url/lib/URL-impl.js","statSize":3804,"parsedSize":2341,"gzipSize":745},{"id":648,"label":"URL.js","path":"./node_modules/whatwg-url/lib/URL.js","statSize":4212,"parsedSize":2735,"gzipSize":781},{"id":417,"label":"public-api.js","path":"./node_modules/whatwg-url/lib/public-api.js","statSize":625,"parsedSize":216,"gzipSize":147},{"id":484,"label":"url-state-machine.js","path":"./node_modules/whatwg-url/lib/url-state-machine.js","statSize":33573,"parsedSize":16454,"gzipSize":4229},{"id":892,"label":"utils.js","path":"./node_modules/whatwg-url/lib/utils.js","statSize":562,"parsedSize":402,"gzipSize":226}],"parsedSize":22148,"gzipSize":5591}],"parsedSize":323680,"gzipSize":81699},{"label":"src","path":"./src","statSize":429575,"groups":[{"id":508,"label":"Main.ts + 41 modules (concatenated)","path":"./src/Main.ts + 41 modules (concatenated)","statSize":420743,"parsedSize":185501,"gzipSize":47687,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 41 modules (concatenated)/src","statSize":276003,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":76,"gzipSize":19,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 41 modules (concatenated)/src/main","statSize":32647,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/skapi.ts","statSize":30964,"parsedSize":13651,"gzipSize":3509,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":742,"gzipSize":190,"inaccurateSizes":true}],"parsedSize":14393,"gzipSize":3700,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":4,"gzipSize":1,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/src/utils","statSize":64915,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":4923,"gzipSize":1265,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/utils.ts","statSize":23634,"parsedSize":10419,"gzipSize":2678,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/network.ts","statSize":30114,"parsedSize":13276,"gzipSize":3413,"inaccurateSizes":true}],"parsedSize":28620,"gzipSize":7357,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 41 modules (concatenated)/src/methods","statSize":178257,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/database.ts","statSize":49816,"parsedSize":21963,"gzipSize":5646,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":19836,"gzipSize":5099,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":7855,"gzipSize":2019,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":10602,"gzipSize":2725,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/request.ts","statSize":4935,"parsedSize":2175,"gzipSize":559,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/subscription.ts","statSize":11385,"parsedSize":5019,"gzipSize":1290,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":5369,"gzipSize":1380,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":1403,"gzipSize":360,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/vivian.ts","statSize":1616,"parsedSize":712,"gzipSize":183,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/param_restrictions.ts","statSize":8285,"parsedSize":3652,"gzipSize":939,"inaccurateSizes":true}],"parsedSize":78591,"gzipSize":20203,"inaccurateSizes":true}],"parsedSize":121686,"gzipSize":31282,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 41 modules (concatenated)/node_modules","statSize":143430,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":424,"gzipSize":109,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":874,"gzipSize":224,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":5725,"gzipSize":1471,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":542,"gzipSize":139,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":551,"gzipSize":141,"inaccurateSizes":true}],"parsedSize":1093,"gzipSize":281,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":449,"gzipSize":115,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":429,"gzipSize":110,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":326,"gzipSize":83,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":31495,"gzipSize":8096,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":1133,"gzipSize":291,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":559,"gzipSize":143,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":765,"gzipSize":196,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":2708,"gzipSize":696,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":576,"gzipSize":148,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":1480,"gzipSize":380,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":8403,"gzipSize":2160,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":570,"gzipSize":146,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":219,"gzipSize":56,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":41,"gzipSize":10,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":24,"gzipSize":6,"inaccurateSizes":true}],"parsedSize":285,"gzipSize":73,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":901,"gzipSize":231,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":3835,"gzipSize":985,"inaccurateSizes":true}],"parsedSize":62041,"gzipSize":15948,"inaccurateSizes":true},{"label":"qpass/dist","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass/dist","statSize":2712,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass/dist/index.js","statSize":2712,"parsedSize":1195,"gzipSize":307,"inaccurateSizes":true}],"parsedSize":1195,"gzipSize":307,"inaccurateSizes":true}],"parsedSize":63236,"gzipSize":16256,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 41 modules (concatenated)/package.json","statSize":1268,"parsedSize":559,"gzipSize":143,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832,"parsedSize":3637,"gzipSize":1358}],"parsedSize":3637,"gzipSize":1358}],"parsedSize":189138,"gzipSize":48794}],"isInitialByEntrypoint":{"main":true}}];
35
35
  window.entrypoints = ["main"];
36
36
  window.defaultSizes = "parsed";
37
37
  window.compressionAlgorithm = "gzip";
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
6
- <title>skapi-js [6 Mar 2026 at 08:07]</title>
6
+ <title>skapi-js [25 Mar 2026 at 08:19]</title>
7
7
  <link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
8
8
 
9
9
  <script>
@@ -31,7 +31,7 @@
31
31
  <body>
32
32
  <div id="app"></div>
33
33
  <script>
34
- window.chartData = [{"label":"skapi.mjs","isAsset":true,"statSize":527849,"parsedSize":218428,"gzipSize":59135,"groups":[{"label":"node_modules","path":"./node_modules","statSize":114845,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244}],"parsedSize":0,"gzipSize":0},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"base64-js","path":"./node_modules/base64-js","statSize":3932,"groups":[{"id":526,"label":"index.js","path":"./node_modules/base64-js/index.js","statSize":3932}],"parsedSize":0,"gzipSize":0},{"label":"buffer","path":"./node_modules/buffer","statSize":48590,"groups":[{"id":287,"label":"index.js","path":"./node_modules/buffer/index.js","statSize":48590}],"parsedSize":0,"gzipSize":0},{"label":"ieee754","path":"./node_modules/ieee754","statSize":2154,"groups":[{"id":251,"label":"index.js","path":"./node_modules/ieee754/index.js","statSize":2154}],"parsedSize":0,"gzipSize":0},{"label":"isarray","path":"./node_modules/isarray","statSize":132,"groups":[{"id":634,"label":"index.js","path":"./node_modules/isarray/index.js","statSize":132}],"parsedSize":0,"gzipSize":0},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":96,"groups":[{"id":916,"label":"browser.js","path":"./node_modules/isomorphic-unfetch/browser.js","statSize":96}],"parsedSize":0,"gzipSize":0},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883}],"parsedSize":0,"gzipSize":0},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274}],"parsedSize":0,"gzipSize":0},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"src","path":"./src","statSize":413004,"groups":[{"id":496,"label":"Main.ts + 40 modules (concatenated)","path":"./src/Main.ts + 40 modules (concatenated)","statSize":404172,"parsedSize":218428,"gzipSize":59135,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 40 modules (concatenated)/src","statSize":258416,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":93,"gzipSize":25,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 40 modules (concatenated)/src/main","statSize":32968,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/skapi.ts","statSize":31285,"parsedSize":16907,"gzipSize":4577,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":909,"gzipSize":246,"inaccurateSizes":true}],"parsedSize":17817,"gzipSize":4823,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":5,"gzipSize":1,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/src/utils","statSize":63067,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":6035,"gzipSize":1633,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/utils.ts","statSize":23263,"parsedSize":12572,"gzipSize":3403,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/network.ts","statSize":28637,"parsedSize":15476,"gzipSize":4189,"inaccurateSizes":true}],"parsedSize":34083,"gzipSize":9227,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 40 modules (concatenated)/src/methods","statSize":162197,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/database.ts","statSize":35670,"parsedSize":19277,"gzipSize":5218,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":24315,"gzipSize":6582,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":9628,"gzipSize":2606,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":12996,"gzipSize":3518,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/request.ts","statSize":4980,"parsedSize":2691,"gzipSize":728,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/subscription.ts","statSize":12620,"parsedSize":6820,"gzipSize":1846,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":6581,"gzipSize":1781,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":1720,"gzipSize":465,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/vivian.ts","statSize":1255,"parsedSize":678,"gzipSize":183,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/param_restrictions.ts","statSize":5452,"parsedSize":2946,"gzipSize":797,"inaccurateSizes":true}],"parsedSize":87656,"gzipSize":23731,"inaccurateSizes":true}],"parsedSize":139656,"gzipSize":37809,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 40 modules (concatenated)/node_modules","statSize":144560,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":520,"gzipSize":140,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":1071,"gzipSize":290,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":7018,"gzipSize":1900,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":664,"gzipSize":179,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":676,"gzipSize":183,"inaccurateSizes":true}],"parsedSize":1340,"gzipSize":362,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":551,"gzipSize":149,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":526,"gzipSize":142,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":399,"gzipSize":108,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":38606,"gzipSize":10452,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":1389,"gzipSize":376,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":685,"gzipSize":185,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":938,"gzipSize":254,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":3320,"gzipSize":898,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":706,"gzipSize":191,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":1815,"gzipSize":491,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":10301,"gzipSize":2788,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":698,"gzipSize":189,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":268,"gzipSize":72,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":50,"gzipSize":13,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":30,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":349,"gzipSize":94,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":1105,"gzipSize":299,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":4701,"gzipSize":1272,"inaccurateSizes":true}],"parsedSize":76048,"gzipSize":20588,"inaccurateSizes":true},{"label":"qpass","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass","statSize":3842,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass/index.js","statSize":3842,"parsedSize":2076,"gzipSize":562,"inaccurateSizes":true}],"parsedSize":2076,"gzipSize":562,"inaccurateSizes":true}],"parsedSize":78125,"gzipSize":21150,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 40 modules (concatenated)/package.json","statSize":1196,"parsedSize":646,"gzipSize":174,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832}],"parsedSize":0,"gzipSize":0}],"parsedSize":218428,"gzipSize":59135}],"isInitialByEntrypoint":{"main":true}}];
34
+ window.chartData = [{"label":"skapi.mjs","isAsset":true,"statSize":544378,"parsedSize":226031,"gzipSize":60411,"groups":[{"label":"node_modules","path":"./node_modules","statSize":114845,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244}],"parsedSize":0,"gzipSize":0},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"base64-js","path":"./node_modules/base64-js","statSize":3932,"groups":[{"id":526,"label":"index.js","path":"./node_modules/base64-js/index.js","statSize":3932}],"parsedSize":0,"gzipSize":0},{"label":"buffer","path":"./node_modules/buffer","statSize":48590,"groups":[{"id":287,"label":"index.js","path":"./node_modules/buffer/index.js","statSize":48590}],"parsedSize":0,"gzipSize":0},{"label":"ieee754","path":"./node_modules/ieee754","statSize":2154,"groups":[{"id":251,"label":"index.js","path":"./node_modules/ieee754/index.js","statSize":2154}],"parsedSize":0,"gzipSize":0},{"label":"isarray","path":"./node_modules/isarray","statSize":132,"groups":[{"id":634,"label":"index.js","path":"./node_modules/isarray/index.js","statSize":132}],"parsedSize":0,"gzipSize":0},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":96,"groups":[{"id":916,"label":"browser.js","path":"./node_modules/isomorphic-unfetch/browser.js","statSize":96}],"parsedSize":0,"gzipSize":0},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883}],"parsedSize":0,"gzipSize":0},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274}],"parsedSize":0,"gzipSize":0},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"src","path":"./src","statSize":429533,"groups":[{"id":668,"label":"Main.ts + 40 modules (concatenated)","path":"./src/Main.ts + 40 modules (concatenated)","statSize":420701,"parsedSize":226029,"gzipSize":60411,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 40 modules (concatenated)/src","statSize":276003,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":92,"gzipSize":24,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 40 modules (concatenated)/src/main","statSize":32647,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/skapi.ts","statSize":30964,"parsedSize":16635,"gzipSize":4446,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":904,"gzipSize":241,"inaccurateSizes":true}],"parsedSize":17540,"gzipSize":4687,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":5,"gzipSize":1,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/src/utils","statSize":64915,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":5999,"gzipSize":1603,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/utils.ts","statSize":23634,"parsedSize":12697,"gzipSize":3393,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/network.ts","statSize":30114,"parsedSize":16179,"gzipSize":4324,"inaccurateSizes":true}],"parsedSize":34876,"gzipSize":9321,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 40 modules (concatenated)/src/methods","statSize":178257,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/database.ts","statSize":49816,"parsedSize":26764,"gzipSize":7153,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":24172,"gzipSize":6460,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":9572,"gzipSize":2558,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":12920,"gzipSize":3453,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/request.ts","statSize":4935,"parsedSize":2651,"gzipSize":708,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/subscription.ts","statSize":11385,"parsedSize":6116,"gzipSize":1634,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":6542,"gzipSize":1748,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":1710,"gzipSize":457,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/vivian.ts","statSize":1616,"parsedSize":868,"gzipSize":232,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/param_restrictions.ts","statSize":8285,"parsedSize":4451,"gzipSize":1189,"inaccurateSizes":true}],"parsedSize":95771,"gzipSize":25597,"inaccurateSizes":true}],"parsedSize":148287,"gzipSize":39632,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 40 modules (concatenated)/node_modules","statSize":143430,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":517,"gzipSize":138,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":1065,"gzipSize":284,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":6976,"gzipSize":1864,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":660,"gzipSize":176,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":672,"gzipSize":179,"inaccurateSizes":true}],"parsedSize":1332,"gzipSize":356,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":548,"gzipSize":146,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":523,"gzipSize":140,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":397,"gzipSize":106,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":38380,"gzipSize":10258,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":1381,"gzipSize":369,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":681,"gzipSize":182,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":933,"gzipSize":249,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":3300,"gzipSize":882,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":702,"gzipSize":187,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":1804,"gzipSize":482,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":10240,"gzipSize":2737,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":694,"gzipSize":185,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":267,"gzipSize":71,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":50,"gzipSize":13,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":30,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":347,"gzipSize":92,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":1098,"gzipSize":293,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":4673,"gzipSize":1249,"inaccurateSizes":true}],"parsedSize":75603,"gzipSize":20206,"inaccurateSizes":true},{"label":"qpass/dist","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass/dist","statSize":2712,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass/dist/index.js","statSize":2712,"parsedSize":1457,"gzipSize":389,"inaccurateSizes":true}],"parsedSize":1457,"gzipSize":389,"inaccurateSizes":true}],"parsedSize":77060,"gzipSize":20595,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 40 modules (concatenated)/package.json","statSize":1268,"parsedSize":681,"gzipSize":182,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832}],"parsedSize":0,"gzipSize":0}],"parsedSize":226029,"gzipSize":60411}],"isInitialByEntrypoint":{"main":true}}];
35
35
  window.entrypoints = ["main"];
36
36
  window.defaultSizes = "parsed";
37
37
  window.compressionAlgorithm = "gzip";
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
6
- <title>skapi-js [6 Mar 2026 at 08:07]</title>
6
+ <title>skapi-js [25 Mar 2026 at 08:19]</title>
7
7
  <link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
8
8
 
9
9
  <script>
@@ -31,7 +31,7 @@
31
31
  <body>
32
32
  <div id="app"></div>
33
33
  <script>
34
- window.chartData = [{"label":"skapi.node.mjs","isAsset":true,"statSize":834188,"parsedSize":504952,"gzipSize":128783,"groups":[{"label":"node_modules","path":"./node_modules","statSize":421142,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244}],"parsedSize":0,"gzipSize":0},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":261,"groups":[{"id":16,"label":"index.js","path":"./node_modules/isomorphic-unfetch/index.js","statSize":261}],"parsedSize":0,"gzipSize":0},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883}],"parsedSize":0,"gzipSize":0},{"label":"node-fetch/lib","path":"./node_modules/node-fetch/lib","statSize":45482,"groups":[{"id":98,"label":"index.mjs + 5 modules (concatenated)","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)","statSize":45482,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/node-fetch/lib","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib","statSize":45272,"groups":[{"id":null,"label":"index.mjs","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib/index.mjs","statSize":45272,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"tr46","path":"./node_modules/tr46","statSize":267626,"groups":[{"id":673,"label":"index.js","path":"./node_modules/tr46/index.js","statSize":7567},{"label":"lib","path":"./node_modules/tr46/lib","statSize":260059,"groups":[{"id":472,"label":"mappingTable.json","path":"./node_modules/tr46/lib/mappingTable.json","statSize":260059}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274}],"parsedSize":0,"gzipSize":0},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949}],"parsedSize":0,"gzipSize":0},{"label":"webidl-conversions/lib","path":"./node_modules/webidl-conversions/lib","statSize":5056,"groups":[{"id":616,"label":"index.js","path":"./node_modules/webidl-conversions/lib/index.js","statSize":5056}],"parsedSize":0,"gzipSize":0},{"label":"whatwg-url/lib","path":"./node_modules/whatwg-url/lib","statSize":42776,"groups":[{"id":79,"label":"URL-impl.js","path":"./node_modules/whatwg-url/lib/URL-impl.js","statSize":3804},{"id":648,"label":"URL.js","path":"./node_modules/whatwg-url/lib/URL.js","statSize":4212},{"id":417,"label":"public-api.js","path":"./node_modules/whatwg-url/lib/public-api.js","statSize":625},{"id":484,"label":"url-state-machine.js","path":"./node_modules/whatwg-url/lib/url-state-machine.js","statSize":33573},{"id":892,"label":"utils.js","path":"./node_modules/whatwg-url/lib/utils.js","statSize":562}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"src","path":"./src","statSize":413046,"groups":[{"id":187,"label":"Main.ts + 41 modules (concatenated)","path":"./src/Main.ts + 41 modules (concatenated)","statSize":404214,"parsedSize":504952,"gzipSize":128783,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 41 modules (concatenated)/src","statSize":258416,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":216,"gzipSize":55,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 41 modules (concatenated)/src/main","statSize":32968,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/skapi.ts","statSize":31285,"parsedSize":39081,"gzipSize":9967,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":2102,"gzipSize":536,"inaccurateSizes":true}],"parsedSize":41184,"gzipSize":10503,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":13,"gzipSize":3,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/src/utils","statSize":63067,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":13950,"gzipSize":3557,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/utils.ts","statSize":23263,"parsedSize":29060,"gzipSize":7411,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/network.ts","statSize":28637,"parsedSize":35773,"gzipSize":9123,"inaccurateSizes":true}],"parsedSize":78784,"gzipSize":20093,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 41 modules (concatenated)/src/methods","statSize":162197,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/database.ts","statSize":35670,"parsedSize":44559,"gzipSize":11364,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":56204,"gzipSize":14334,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":22257,"gzipSize":5676,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":30042,"gzipSize":7662,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/request.ts","statSize":4980,"parsedSize":6221,"gzipSize":1586,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/subscription.ts","statSize":12620,"parsedSize":15765,"gzipSize":4020,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":15212,"gzipSize":3879,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":3977,"gzipSize":1014,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/vivian.ts","statSize":1255,"parsedSize":1567,"gzipSize":399,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/param_restrictions.ts","statSize":5452,"parsedSize":6810,"gzipSize":1737,"inaccurateSizes":true}],"parsedSize":202619,"gzipSize":51676,"inaccurateSizes":true}],"parsedSize":322818,"gzipSize":82331,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 41 modules (concatenated)/node_modules","statSize":144560,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":1202,"gzipSize":306,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":2477,"gzipSize":631,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":16222,"gzipSize":4137,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":1536,"gzipSize":391,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":1562,"gzipSize":398,"inaccurateSizes":true}],"parsedSize":3099,"gzipSize":790,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":1274,"gzipSize":324,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":1217,"gzipSize":310,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":924,"gzipSize":235,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":89240,"gzipSize":22759,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":3212,"gzipSize":819,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":1584,"gzipSize":403,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":2169,"gzipSize":553,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":7675,"gzipSize":1957,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":1633,"gzipSize":416,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":4196,"gzipSize":1070,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":23811,"gzipSize":6072,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":1615,"gzipSize":411,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":620,"gzipSize":158,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":117,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":69,"gzipSize":17,"inaccurateSizes":true}],"parsedSize":808,"gzipSize":206,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":2554,"gzipSize":651,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":10866,"gzipSize":2771,"inaccurateSizes":true}],"parsedSize":175787,"gzipSize":44832,"inaccurateSizes":true},{"label":"qpass","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass","statSize":3842,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass/index.js","statSize":3842,"parsedSize":4799,"gzipSize":1224,"inaccurateSizes":true}],"parsedSize":4799,"gzipSize":1224,"inaccurateSizes":true}],"parsedSize":180587,"gzipSize":46056,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 41 modules (concatenated)/package.json","statSize":1196,"parsedSize":1494,"gzipSize":381,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832}],"parsedSize":0,"gzipSize":0}],"parsedSize":504952,"gzipSize":128783}],"isInitialByEntrypoint":{"main":true}}];
34
+ window.chartData = [{"label":"skapi.node.mjs","isAsset":true,"statSize":850717,"parsedSize":512555,"gzipSize":130051,"groups":[{"label":"node_modules","path":"./node_modules","statSize":421142,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244}],"parsedSize":0,"gzipSize":0},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":261,"groups":[{"id":16,"label":"index.js","path":"./node_modules/isomorphic-unfetch/index.js","statSize":261}],"parsedSize":0,"gzipSize":0},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":453,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883}],"parsedSize":0,"gzipSize":0},{"label":"node-fetch/lib","path":"./node_modules/node-fetch/lib","statSize":45482,"groups":[{"id":98,"label":"index.mjs + 5 modules (concatenated)","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)","statSize":45482,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/node-fetch/lib","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib","statSize":45272,"groups":[{"id":null,"label":"index.mjs","path":"./node_modules/node-fetch/lib/index.mjs + 5 modules (concatenated)/node_modules/node-fetch/lib/index.mjs","statSize":45272,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"tr46","path":"./node_modules/tr46","statSize":267626,"groups":[{"id":673,"label":"index.js","path":"./node_modules/tr46/index.js","statSize":7567},{"label":"lib","path":"./node_modules/tr46/lib","statSize":260059,"groups":[{"id":472,"label":"mappingTable.json","path":"./node_modules/tr46/lib/mappingTable.json","statSize":260059}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274}],"parsedSize":0,"gzipSize":0},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949}],"parsedSize":0,"gzipSize":0},{"label":"webidl-conversions/lib","path":"./node_modules/webidl-conversions/lib","statSize":5056,"groups":[{"id":616,"label":"index.js","path":"./node_modules/webidl-conversions/lib/index.js","statSize":5056}],"parsedSize":0,"gzipSize":0},{"label":"whatwg-url/lib","path":"./node_modules/whatwg-url/lib","statSize":42776,"groups":[{"id":79,"label":"URL-impl.js","path":"./node_modules/whatwg-url/lib/URL-impl.js","statSize":3804},{"id":648,"label":"URL.js","path":"./node_modules/whatwg-url/lib/URL.js","statSize":4212},{"id":417,"label":"public-api.js","path":"./node_modules/whatwg-url/lib/public-api.js","statSize":625},{"id":484,"label":"url-state-machine.js","path":"./node_modules/whatwg-url/lib/url-state-machine.js","statSize":33573},{"id":892,"label":"utils.js","path":"./node_modules/whatwg-url/lib/utils.js","statSize":562}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"src","path":"./src","statSize":429575,"groups":[{"id":596,"label":"Main.ts + 41 modules (concatenated)","path":"./src/Main.ts + 41 modules (concatenated)","statSize":420743,"parsedSize":512553,"gzipSize":130051,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 41 modules (concatenated)/src","statSize":276003,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":210,"gzipSize":53,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 41 modules (concatenated)/src/main","statSize":32647,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/skapi.ts","statSize":30964,"parsedSize":37720,"gzipSize":9570,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":2050,"gzipSize":520,"inaccurateSizes":true}],"parsedSize":39770,"gzipSize":10091,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":13,"gzipSize":3,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/src/utils","statSize":64915,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":13603,"gzipSize":3451,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/utils.ts","statSize":23634,"parsedSize":28791,"gzipSize":7305,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/utils/network.ts","statSize":30114,"parsedSize":36685,"gzipSize":9308,"inaccurateSizes":true}],"parsedSize":79080,"gzipSize":20065,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 41 modules (concatenated)/src/methods","statSize":178257,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/database.ts","statSize":49816,"parsedSize":60686,"gzipSize":15398,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":54809,"gzipSize":13906,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":21704,"gzipSize":5507,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":29296,"gzipSize":7433,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/request.ts","statSize":4935,"parsedSize":6011,"gzipSize":1525,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/subscription.ts","statSize":11385,"parsedSize":13869,"gzipSize":3519,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":14835,"gzipSize":3764,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":3878,"gzipSize":984,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/vivian.ts","statSize":1616,"parsedSize":1968,"gzipSize":499,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 41 modules (concatenated)/src/methods/param_restrictions.ts","statSize":8285,"parsedSize":10092,"gzipSize":2560,"inaccurateSizes":true}],"parsedSize":217154,"gzipSize":55098,"inaccurateSizes":true}],"parsedSize":336229,"gzipSize":85312,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 41 modules (concatenated)/node_modules","statSize":143430,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":1173,"gzipSize":297,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":2415,"gzipSize":612,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":15819,"gzipSize":4013,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":1498,"gzipSize":380,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":1523,"gzipSize":386,"inaccurateSizes":true}],"parsedSize":3022,"gzipSize":766,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":1242,"gzipSize":315,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":1187,"gzipSize":301,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":901,"gzipSize":228,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":87025,"gzipSize":22081,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":3133,"gzipSize":795,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":1544,"gzipSize":391,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":2116,"gzipSize":536,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":7484,"gzipSize":1899,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":1593,"gzipSize":404,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":4091,"gzipSize":1038,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":23220,"gzipSize":5891,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":1575,"gzipSize":399,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":605,"gzipSize":153,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":114,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":68,"gzipSize":17,"inaccurateSizes":true}],"parsedSize":788,"gzipSize":199,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":2491,"gzipSize":632,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":10597,"gzipSize":2688,"inaccurateSizes":true}],"parsedSize":171423,"gzipSize":43495,"inaccurateSizes":true},{"label":"qpass/dist","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass/dist","statSize":2712,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 41 modules (concatenated)/node_modules/qpass/dist/index.js","statSize":2712,"parsedSize":3303,"gzipSize":838,"inaccurateSizes":true}],"parsedSize":3303,"gzipSize":838,"inaccurateSizes":true}],"parsedSize":174727,"gzipSize":44333,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 41 modules (concatenated)/package.json","statSize":1268,"parsedSize":1544,"gzipSize":391,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832}],"parsedSize":0,"gzipSize":0}],"parsedSize":512553,"gzipSize":130051}],"isInitialByEntrypoint":{"main":true}}];
35
35
  window.entrypoints = ["main"];
36
36
  window.defaultSizes = "parsed";
37
37
  window.compressionAlgorithm = "gzip";
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
6
- <title>skapi-js [6 Mar 2026 at 08:07]</title>
6
+ <title>skapi-js [25 Mar 2026 at 08:19]</title>
7
7
  <link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
8
8
 
9
9
  <script>
@@ -31,7 +31,7 @@
31
31
  <body>
32
32
  <div id="app"></div>
33
33
  <script>
34
- window.chartData = [{"label":"skapi.js","isAsset":true,"statSize":527849,"parsedSize":219032,"gzipSize":59284,"groups":[{"label":"node_modules","path":"./node_modules","statSize":114845,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244}],"parsedSize":0,"gzipSize":0},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"base64-js","path":"./node_modules/base64-js","statSize":3932,"groups":[{"id":526,"label":"index.js","path":"./node_modules/base64-js/index.js","statSize":3932}],"parsedSize":0,"gzipSize":0},{"label":"buffer","path":"./node_modules/buffer","statSize":48590,"groups":[{"id":287,"label":"index.js","path":"./node_modules/buffer/index.js","statSize":48590}],"parsedSize":0,"gzipSize":0},{"label":"ieee754","path":"./node_modules/ieee754","statSize":2154,"groups":[{"id":251,"label":"index.js","path":"./node_modules/ieee754/index.js","statSize":2154}],"parsedSize":0,"gzipSize":0},{"label":"isarray","path":"./node_modules/isarray","statSize":132,"groups":[{"id":634,"label":"index.js","path":"./node_modules/isarray/index.js","statSize":132}],"parsedSize":0,"gzipSize":0},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":96,"groups":[{"id":916,"label":"browser.js","path":"./node_modules/isomorphic-unfetch/browser.js","statSize":96}],"parsedSize":0,"gzipSize":0},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883}],"parsedSize":0,"gzipSize":0},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274}],"parsedSize":0,"gzipSize":0},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"src","path":"./src","statSize":413004,"groups":[{"id":496,"label":"Main.ts + 40 modules (concatenated)","path":"./src/Main.ts + 40 modules (concatenated)","statSize":404172,"parsedSize":219032,"gzipSize":59284,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 40 modules (concatenated)/src","statSize":258416,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":93,"gzipSize":25,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 40 modules (concatenated)/src/main","statSize":32968,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/skapi.ts","statSize":31285,"parsedSize":16954,"gzipSize":4588,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":912,"gzipSize":246,"inaccurateSizes":true}],"parsedSize":17866,"gzipSize":4835,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":5,"gzipSize":1,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/src/utils","statSize":63067,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":6051,"gzipSize":1637,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/utils.ts","statSize":23263,"parsedSize":12606,"gzipSize":3412,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/network.ts","statSize":28637,"parsedSize":15519,"gzipSize":4200,"inaccurateSizes":true}],"parsedSize":34177,"gzipSize":9250,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 40 modules (concatenated)/src/methods","statSize":162197,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/database.ts","statSize":35670,"parsedSize":19330,"gzipSize":5232,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":24382,"gzipSize":6599,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":9655,"gzipSize":2613,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":13032,"gzipSize":3527,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/request.ts","statSize":4980,"parsedSize":2698,"gzipSize":730,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/subscription.ts","statSize":12620,"parsedSize":6839,"gzipSize":1851,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":6599,"gzipSize":1786,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":1725,"gzipSize":467,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/vivian.ts","statSize":1255,"parsedSize":680,"gzipSize":184,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/param_restrictions.ts","statSize":5452,"parsedSize":2954,"gzipSize":799,"inaccurateSizes":true}],"parsedSize":87899,"gzipSize":23791,"inaccurateSizes":true}],"parsedSize":140042,"gzipSize":37904,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 40 modules (concatenated)/node_modules","statSize":144560,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":521,"gzipSize":141,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":1074,"gzipSize":290,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":7037,"gzipSize":1904,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":666,"gzipSize":180,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":677,"gzipSize":183,"inaccurateSizes":true}],"parsedSize":1344,"gzipSize":363,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":552,"gzipSize":149,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":528,"gzipSize":143,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":401,"gzipSize":108,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":38713,"gzipSize":10478,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":1393,"gzipSize":377,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":687,"gzipSize":185,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":941,"gzipSize":254,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":3329,"gzipSize":901,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":708,"gzipSize":191,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":1820,"gzipSize":492,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":10329,"gzipSize":2795,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":700,"gzipSize":189,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":269,"gzipSize":72,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":50,"gzipSize":13,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":30,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":350,"gzipSize":94,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":1108,"gzipSize":299,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":4714,"gzipSize":1275,"inaccurateSizes":true}],"parsedSize":76258,"gzipSize":20640,"inaccurateSizes":true},{"label":"qpass","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass","statSize":3842,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass/index.js","statSize":3842,"parsedSize":2082,"gzipSize":563,"inaccurateSizes":true}],"parsedSize":2082,"gzipSize":563,"inaccurateSizes":true}],"parsedSize":78341,"gzipSize":21204,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 40 modules (concatenated)/package.json","statSize":1196,"parsedSize":648,"gzipSize":175,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832}],"parsedSize":0,"gzipSize":0}],"parsedSize":219032,"gzipSize":59284}],"isInitialByEntrypoint":{"main":true}}];
34
+ window.chartData = [{"label":"skapi.js","isAsset":true,"statSize":544378,"parsedSize":226635,"gzipSize":60557,"groups":[{"label":"node_modules","path":"./node_modules","statSize":114845,"groups":[{"label":"@aws-crypto","path":"./node_modules/@aws-crypto","statSize":42352,"groups":[{"label":"sha256-js/build","path":"./node_modules/@aws-crypto/sha256-js/build","statSize":32489,"groups":[{"id":602,"label":"RawSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/RawSha256.js","statSize":18781},{"id":494,"label":"constants.js","path":"./node_modules/@aws-crypto/sha256-js/build/constants.js","statSize":5018},{"id":523,"label":"index.js","path":"./node_modules/@aws-crypto/sha256-js/build/index.js","statSize":446},{"id":871,"label":"jsSha256.js","path":"./node_modules/@aws-crypto/sha256-js/build/jsSha256.js","statSize":8244}],"parsedSize":0,"gzipSize":0},{"label":"util/build","path":"./node_modules/@aws-crypto/util/build","statSize":9863,"groups":[{"id":24,"label":"convertToBuffer.js","path":"./node_modules/@aws-crypto/util/build/convertToBuffer.js","statSize":3081},{"id":388,"label":"index.js","path":"./node_modules/@aws-crypto/util/build/index.js","statSize":1865},{"id":165,"label":"isEmptyData.js","path":"./node_modules/@aws-crypto/util/build/isEmptyData.js","statSize":1333},{"id":413,"label":"numToUint8.js","path":"./node_modules/@aws-crypto/util/build/numToUint8.js","statSize":1425},{"id":110,"label":"uint32ArrayFrom.js","path":"./node_modules/@aws-crypto/util/build/uint32ArrayFrom.js","statSize":2159}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":6,"label":"index.js + 2 modules (concatenated)","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)","statSize":2483,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules/@aws-sdk/util-utf8-browser/dist-es","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es","statSize":2483,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js","statSize":403,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"pureJs.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js","statSize":1915,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"whatwgEncodingApi.js","path":"./node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js + 2 modules (concatenated)/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js","statSize":165,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"base64-js","path":"./node_modules/base64-js","statSize":3932,"groups":[{"id":526,"label":"index.js","path":"./node_modules/base64-js/index.js","statSize":3932}],"parsedSize":0,"gzipSize":0},{"label":"buffer","path":"./node_modules/buffer","statSize":48590,"groups":[{"id":287,"label":"index.js","path":"./node_modules/buffer/index.js","statSize":48590}],"parsedSize":0,"gzipSize":0},{"label":"ieee754","path":"./node_modules/ieee754","statSize":2154,"groups":[{"id":251,"label":"index.js","path":"./node_modules/ieee754/index.js","statSize":2154}],"parsedSize":0,"gzipSize":0},{"label":"isarray","path":"./node_modules/isarray","statSize":132,"groups":[{"id":634,"label":"index.js","path":"./node_modules/isarray/index.js","statSize":132}],"parsedSize":0,"gzipSize":0},{"label":"isomorphic-unfetch","path":"./node_modules/isomorphic-unfetch","statSize":96,"groups":[{"id":916,"label":"browser.js","path":"./node_modules/isomorphic-unfetch/browser.js","statSize":96}],"parsedSize":0,"gzipSize":0},{"label":"js-cookie/src","path":"./node_modules/js-cookie/src","statSize":3883,"groups":[{"id":596,"label":"js.cookie.js","path":"./node_modules/js-cookie/src/js.cookie.js","statSize":3883}],"parsedSize":0,"gzipSize":0},{"label":"tslib","path":"./node_modules/tslib","statSize":10274,"groups":[{"id":215,"label":"tslib.es6.js","path":"./node_modules/tslib/tslib.es6.js","statSize":10274}],"parsedSize":0,"gzipSize":0},{"label":"unfetch/dist","path":"./node_modules/unfetch/dist","statSize":949,"groups":[{"id":782,"label":"unfetch.module.js","path":"./node_modules/unfetch/dist/unfetch.module.js","statSize":949}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"src","path":"./src","statSize":429533,"groups":[{"id":668,"label":"Main.ts + 40 modules (concatenated)","path":"./src/Main.ts + 40 modules (concatenated)","statSize":420701,"parsedSize":226633,"gzipSize":60557,"concatenated":true,"groups":[{"label":"src","path":"./src/Main.ts + 40 modules (concatenated)/src","statSize":276003,"groups":[{"id":null,"label":"Main.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Main.ts","statSize":173,"parsedSize":93,"gzipSize":24,"inaccurateSizes":true},{"label":"main","path":"./src/Main.ts + 40 modules (concatenated)/src/main","statSize":32647,"groups":[{"id":null,"label":"skapi.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/skapi.ts","statSize":30964,"parsedSize":16680,"gzipSize":4457,"inaccurateSizes":true},{"id":null,"label":"error.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/main/error.ts","statSize":1683,"parsedSize":906,"gzipSize":242,"inaccurateSizes":true}],"parsedSize":17587,"gzipSize":4699,"inaccurateSizes":true},{"id":null,"label":"Types.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/Types.ts","statSize":11,"parsedSize":5,"gzipSize":1,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/src/utils","statSize":64915,"groups":[{"id":null,"label":"validator.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/validator.ts","statSize":11167,"parsedSize":6015,"gzipSize":1607,"inaccurateSizes":true},{"id":null,"label":"utils.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/utils.ts","statSize":23634,"parsedSize":12731,"gzipSize":3401,"inaccurateSizes":true},{"id":null,"label":"network.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/utils/network.ts","statSize":30114,"parsedSize":16222,"gzipSize":4334,"inaccurateSizes":true}],"parsedSize":34969,"gzipSize":9344,"inaccurateSizes":true},{"label":"methods","path":"./src/Main.ts + 40 modules (concatenated)/src/methods","statSize":178257,"groups":[{"id":null,"label":"database.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/database.ts","statSize":49816,"parsedSize":26836,"gzipSize":7170,"inaccurateSizes":true},{"id":null,"label":"user.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/user.ts","statSize":44992,"parsedSize":24237,"gzipSize":6476,"inaccurateSizes":true},{"id":null,"label":"realtime.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/realtime.ts","statSize":17817,"parsedSize":9598,"gzipSize":2564,"inaccurateSizes":true},{"id":null,"label":"webrtc.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/webrtc.ts","statSize":24049,"parsedSize":12955,"gzipSize":3461,"inaccurateSizes":true},{"id":null,"label":"request.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/request.ts","statSize":4935,"parsedSize":2658,"gzipSize":710,"inaccurateSizes":true},{"id":null,"label":"subscription.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/subscription.ts","statSize":11385,"parsedSize":6133,"gzipSize":1638,"inaccurateSizes":true},{"id":null,"label":"admin.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/admin.ts","statSize":12178,"parsedSize":6560,"gzipSize":1752,"inaccurateSizes":true},{"id":null,"label":"notification.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/notification.ts","statSize":3184,"parsedSize":1715,"gzipSize":458,"inaccurateSizes":true},{"id":null,"label":"vivian.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/vivian.ts","statSize":1616,"parsedSize":870,"gzipSize":232,"inaccurateSizes":true},{"id":null,"label":"param_restrictions.ts","path":"./src/Main.ts + 40 modules (concatenated)/src/methods/param_restrictions.ts","statSize":8285,"parsedSize":4463,"gzipSize":1192,"inaccurateSizes":true}],"parsedSize":96027,"gzipSize":25658,"inaccurateSizes":true}],"parsedSize":148683,"gzipSize":39728,"inaccurateSizes":true},{"label":"node_modules","path":"./src/Main.ts + 40 modules (concatenated)/node_modules","statSize":143430,"groups":[{"label":"amazon-cognito-identity-js/es","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es","statSize":140718,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/index.js","statSize":963,"parsedSize":518,"gzipSize":138,"inaccurateSizes":true},{"id":null,"label":"AuthenticationDetails.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationDetails.js","statSize":1983,"parsedSize":1068,"gzipSize":285,"inaccurateSizes":true},{"id":null,"label":"AuthenticationHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/AuthenticationHelper.js","statSize":12986,"parsedSize":6995,"gzipSize":1869,"inaccurateSizes":true},{"label":"utils","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils","statSize":2481,"groups":[{"id":null,"label":"WordArray.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/WordArray.js","statSize":1230,"parsedSize":662,"gzipSize":177,"inaccurateSizes":true},{"id":null,"label":"cryptoSecureRandomInt.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/utils/cryptoSecureRandomInt.js","statSize":1251,"parsedSize":673,"gzipSize":180,"inaccurateSizes":true}],"parsedSize":1336,"gzipSize":357,"inaccurateSizes":true},{"id":null,"label":"CognitoAccessToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoAccessToken.js","statSize":1020,"parsedSize":549,"gzipSize":146,"inaccurateSizes":true},{"id":null,"label":"CognitoIdToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoIdToken.js","statSize":975,"parsedSize":525,"gzipSize":140,"inaccurateSizes":true},{"id":null,"label":"CognitoRefreshToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoRefreshToken.js","statSize":740,"parsedSize":398,"gzipSize":106,"inaccurateSizes":true},{"id":null,"label":"CognitoUser.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUser.js","statSize":71437,"parsedSize":38483,"gzipSize":10282,"inaccurateSizes":true},{"id":null,"label":"CognitoUserSession.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserSession.js","statSize":2572,"parsedSize":1385,"gzipSize":370,"inaccurateSizes":true},{"id":null,"label":"DateHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/DateHelper.js","statSize":1268,"parsedSize":683,"gzipSize":182,"inaccurateSizes":true},{"id":null,"label":"CognitoUserAttribute.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserAttribute.js","statSize":1737,"parsedSize":935,"gzipSize":250,"inaccurateSizes":true},{"id":null,"label":"CognitoUserPool.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoUserPool.js","statSize":6144,"parsedSize":3309,"gzipSize":884,"inaccurateSizes":true},{"id":null,"label":"UserAgent.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/UserAgent.js","statSize":1308,"parsedSize":704,"gzipSize":188,"inaccurateSizes":true},{"id":null,"label":"CookieStorage.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CookieStorage.js","statSize":3359,"parsedSize":1809,"gzipSize":483,"inaccurateSizes":true},{"id":null,"label":"BigInteger.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/BigInteger.js","statSize":19061,"parsedSize":10268,"gzipSize":2743,"inaccurateSizes":true},{"id":null,"label":"CognitoJwtToken.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/CognitoJwtToken.js","statSize":1293,"parsedSize":696,"gzipSize":186,"inaccurateSizes":true},{"label":"Platform","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform","statSize":647,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/index.js","statSize":497,"parsedSize":267,"gzipSize":71,"inaccurateSizes":true},{"id":null,"label":"constants.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/constants.js","statSize":94,"parsedSize":50,"gzipSize":13,"inaccurateSizes":true},{"id":null,"label":"version.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Platform/version.js","statSize":56,"parsedSize":30,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":348,"gzipSize":93,"inaccurateSizes":true},{"id":null,"label":"StorageHelper.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/StorageHelper.js","statSize":2045,"parsedSize":1101,"gzipSize":294,"inaccurateSizes":true},{"id":null,"label":"Client.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/amazon-cognito-identity-js/es/Client.js","statSize":8699,"parsedSize":4686,"gzipSize":1252,"inaccurateSizes":true}],"parsedSize":75805,"gzipSize":20255,"inaccurateSizes":true},{"label":"qpass/dist","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass/dist","statSize":2712,"groups":[{"id":null,"label":"index.js","path":"./src/Main.ts + 40 modules (concatenated)/node_modules/qpass/dist/index.js","statSize":2712,"parsedSize":1460,"gzipSize":390,"inaccurateSizes":true}],"parsedSize":1460,"gzipSize":390,"inaccurateSizes":true}],"parsedSize":77266,"gzipSize":20645,"inaccurateSizes":true},{"id":null,"label":"package.json","path":"./src/Main.ts + 40 modules (concatenated)/package.json","statSize":1268,"parsedSize":683,"gzipSize":182,"inaccurateSizes":true}]},{"label":"polyfills","path":"./src/polyfills","statSize":8832,"groups":[{"id":284,"label":"global.ts","path":"./src/polyfills/global.ts","statSize":8832}],"parsedSize":0,"gzipSize":0}],"parsedSize":226633,"gzipSize":60557}],"isInitialByEntrypoint":{"main":true}}];
35
35
  window.entrypoints = ["main"];
36
36
  window.defaultSizes = "parsed";
37
37
  window.compressionAlgorithm = "gzip";