diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
new file mode 100644
index 0000000000000000000000000000000000000000..46571c27c336a5889551ab5fda805ed9738ac418
--- /dev/null
+++ b/docs/assets/css/main.css
@@ -0,0 +1,2660 @@
+:root {
+  --color-background: #fdfdfd;
+  --color-text: #222;
+  --color-text-aside: #707070;
+  --color-link: #4da6ff;
+  --color-menu-divider: #eee;
+  --color-menu-divider-focus: #000;
+  --color-menu-label: #707070;
+  --color-panel: #fff;
+  --color-panel-divider: #eee;
+  --color-comment-tag: #707070;
+  --color-comment-tag-text: #fff;
+  --color-code-background: rgba(0, 0, 0, 0.04);
+  --color-ts: #9600ff;
+  --color-ts-interface: #647f1b;
+  --color-ts-enum: #937210;
+  --color-ts-class: #0672de;
+  --color-ts-private: #707070;
+  --color-toolbar: #fff;
+  --color-toolbar-text: #333;
+}
+
+/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
+/* ==========================================================================
+ * * HTML5 display definitions
+ * * ========================================================================== */
+/**
+ * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
+article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
+  display: block;
+}
+
+/**
+ * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
+audio, canvas, video {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+}
+
+/**
+ * * Prevent modern browsers from displaying `audio` without controls.
+ * * Remove excess height in iOS 5 devices. */
+audio:not([controls]) {
+  display: none;
+  height: 0;
+}
+
+/**
+ * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
+ * * Known issue: no IE 6 support. */
+[hidden] {
+  display: none;
+}
+
+/* ==========================================================================
+ * * Base
+ * * ========================================================================== */
+/**
+ * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
+ * *    `em` units.
+ * * 2. Prevent iOS text size adjust after orientation change, without disabling
+ * *    user zoom. */
+html {
+  font-size: 100%;
+  /* 1 */
+  -ms-text-size-adjust: 100%;
+  /* 2 */
+  -webkit-text-size-adjust: 100%;
+  /* 2 */
+  font-family: sans-serif;
+}
+
+/**
+ * * Address `font-family` inconsistency between `textarea` and other form
+ * * elements. */
+button, input, select, textarea {
+  font-family: sans-serif;
+}
+
+/**
+ * * Address margins handled incorrectly in IE 6/7. */
+body {
+  margin: 0;
+}
+
+/* ==========================================================================
+ * * Links
+ * * ========================================================================== */
+/**
+ * * Address `outline` inconsistency between Chrome and other browsers. */
+a:focus {
+  outline: thin dotted;
+}
+a:active, a:hover {
+  outline: 0;
+}
+
+/**
+ * * Improve readability when focused and also mouse hovered in all browsers. */
+/* ==========================================================================
+ * * Typography
+ * * ========================================================================== */
+/**
+ * * Address font sizes and margins set differently in IE 6/7.
+ * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
+ * * and Chrome. */
+h1 {
+  font-size: 2em;
+  margin: 0.67em 0;
+}
+
+h2 {
+  font-size: 1.5em;
+  margin: 0.83em 0;
+}
+
+h3 {
+  font-size: 1.17em;
+  margin: 1em 0;
+}
+
+h4, .tsd-index-panel h3 {
+  font-size: 1em;
+  margin: 1.33em 0;
+}
+
+h5 {
+  font-size: 0.83em;
+  margin: 1.67em 0;
+}
+
+h6 {
+  font-size: 0.67em;
+  margin: 2.33em 0;
+}
+
+/**
+ * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+
+/**
+ * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
+b, strong {
+  font-weight: bold;
+}
+
+blockquote {
+  margin: 1em 40px;
+}
+
+/**
+ * * Address styling not present in Safari 5 and Chrome. */
+dfn {
+  font-style: italic;
+}
+
+/**
+ * * Address differences between Firefox and other browsers.
+ * * Known issue: no IE 6/7 normalization. */
+hr {
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+  height: 0;
+}
+
+/**
+ * * Address styling not present in IE 6/7/8/9. */
+mark {
+  background: #ff0;
+  color: #000;
+}
+
+/**
+ * * Address margins set differently in IE 6/7. */
+p, pre {
+  margin: 1em 0;
+}
+
+/**
+ * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
+code, kbd, pre, samp {
+  font-family: monospace, serif;
+  _font-family: "courier new", monospace;
+  font-size: 1em;
+}
+
+/**
+ * * Improve readability of pre-formatted text in all browsers. */
+pre {
+  white-space: pre;
+  white-space: pre-wrap;
+  word-wrap: break-word;
+}
+
+/**
+ * * Address CSS quotes not supported in IE 6/7. */
+q {
+  quotes: none;
+}
+q:before, q:after {
+  content: "";
+  content: none;
+}
+
+/**
+ * * Address `quotes` property not supported in Safari 4. */
+/**
+ * * Address inconsistent and variable font size in all browsers. */
+small {
+  font-size: 80%;
+}
+
+/**
+ * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
+sub {
+  font-size: 75%;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+
+sup {
+  font-size: 75%;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+  top: -0.5em;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+/* ==========================================================================
+ * * Lists
+ * * ========================================================================== */
+/**
+ * * Address margins set differently in IE 6/7. */
+dl, menu, ol, ul {
+  margin: 1em 0;
+}
+
+dd {
+  margin: 0 0 0 40px;
+}
+
+/**
+ * * Address paddings set differently in IE 6/7. */
+menu, ol, ul {
+  padding: 0 0 0 40px;
+}
+
+/**
+ * * Correct list images handled incorrectly in IE 7. */
+nav ul, nav ol {
+  list-style: none;
+  list-style-image: none;
+}
+
+/* ==========================================================================
+ * * Embedded content
+ * * ========================================================================== */
+/**
+ * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
+ * * 2. Improve image quality when scaled in IE 7. */
+img {
+  border: 0;
+  /* 1 */
+  -ms-interpolation-mode: bicubic;
+}
+
+/* 2 */
+/**
+ * * Correct overflow displayed oddly in IE 9. */
+svg:not(:root) {
+  overflow: hidden;
+}
+
+/* ==========================================================================
+ * * Figures
+ * * ========================================================================== */
+/**
+ * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
+figure, form {
+  margin: 0;
+}
+
+/* ==========================================================================
+ * * Forms
+ * * ========================================================================== */
+/**
+ * * Correct margin displayed oddly in IE 6/7. */
+/**
+ * * Define consistent border, margin, and padding. */
+fieldset {
+  border: 1px solid #c0c0c0;
+  margin: 0 2px;
+  padding: 0.35em 0.625em 0.75em;
+}
+
+/**
+ * * 1. Correct color not being inherited in IE 6/7/8/9.
+ * * 2. Correct text not wrapping in Firefox 3.
+ * * 3. Correct alignment displayed oddly in IE 6/7. */
+legend {
+  border: 0;
+  /* 1 */
+  padding: 0;
+  white-space: normal;
+  /* 2 */
+  *margin-left: -7px;
+}
+
+/* 3 */
+/**
+ * * 1. Correct font size not being inherited in all browsers.
+ * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
+ * *    and Chrome.
+ * * 3. Improve appearance and consistency in all browsers. */
+button, input, select, textarea {
+  font-size: 100%;
+  /* 1 */
+  margin: 0;
+  /* 2 */
+  vertical-align: baseline;
+  /* 3 */
+  *vertical-align: middle;
+}
+
+/* 3 */
+/**
+ * * Address Firefox 3+ setting `line-height` on `input` using `!important` in
+ * * the UA stylesheet. */
+button, input {
+  line-height: normal;
+}
+
+/**
+ * * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * * All other form control elements do not inherit `text-transform` values.
+ * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
+ * * Correct `select` style inheritance in Firefox 4+ and Opera. */
+button, select {
+  text-transform: none;
+}
+
+/**
+ * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ * *    and `video` controls.
+ * * 2. Correct inability to style clickable `input` types in iOS.
+ * * 3. Improve usability and consistency of cursor style between image-type
+ * *    `input` and others.
+ * * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
+ * *    Known issue: inner spacing remains in IE 6. */
+button, html input[type=button] {
+  -webkit-appearance: button;
+  /* 2 */
+  cursor: pointer;
+  /* 3 */
+  *overflow: visible;
+}
+
+/* 4 */
+input[type=reset], input[type=submit] {
+  -webkit-appearance: button;
+  /* 2 */
+  cursor: pointer;
+  /* 3 */
+  *overflow: visible;
+}
+
+/* 4 */
+/**
+ * * Re-set default cursor for disabled elements. */
+button[disabled], html input[disabled] {
+  cursor: default;
+}
+
+/**
+ * * 1. Address box sizing set to content-box in IE 8/9.
+ * * 2. Remove excess padding in IE 8/9.
+ * * 3. Remove excess padding in IE 7.
+ * *    Known issue: excess padding remains in IE 6. */
+input {
+  /* 3 */
+}
+input[type=checkbox], input[type=radio] {
+  box-sizing: border-box;
+  /* 1 */
+  padding: 0;
+  /* 2 */
+  *height: 13px;
+  /* 3 */
+  *width: 13px;
+}
+input[type=search] {
+  -webkit-appearance: textfield;
+  /* 1 */
+  -moz-box-sizing: content-box;
+  -webkit-box-sizing: content-box;
+  /* 2 */
+  box-sizing: content-box;
+}
+input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+
+/**
+ * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
+ * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
+ * *    (include `-moz` to future-proof). */
+/**
+ * * Remove inner padding and search cancel button in Safari 5 and Chrome
+ * * on OS X. */
+/**
+ * * Remove inner padding and border in Firefox 3+. */
+button::-moz-focus-inner, input::-moz-focus-inner {
+  border: 0;
+  padding: 0;
+}
+
+/**
+ * * 1. Remove default vertical scrollbar in IE 6/7/8/9.
+ * * 2. Improve readability and alignment in all browsers. */
+textarea {
+  overflow: auto;
+  /* 1 */
+  vertical-align: top;
+}
+
+/* 2 */
+/* ==========================================================================
+ * * Tables
+ * * ========================================================================== */
+/**
+ * * Remove most spacing between table cells. */
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child,
+ul.tsd-descriptions > li > :first-child > :first-child,
+.tsd-panel > :first-child > :first-child,
+.col > :first-child > :first-child,
+.col-11 > :first-child > :first-child,
+.col-10 > :first-child > :first-child,
+.col-9 > :first-child > :first-child,
+.col-8 > :first-child > :first-child,
+.col-7 > :first-child > :first-child,
+.col-6 > :first-child > :first-child,
+.col-5 > :first-child > :first-child,
+.col-4 > :first-child > :first-child,
+.col-3 > :first-child > :first-child,
+.col-2 > :first-child > :first-child,
+.col-1 > :first-child > :first-child,
+ul.tsd-descriptions > li > :first-child > :first-child > :first-child,
+.tsd-panel > :first-child > :first-child > :first-child,
+.col > :first-child > :first-child > :first-child,
+.col-11 > :first-child > :first-child > :first-child,
+.col-10 > :first-child > :first-child > :first-child,
+.col-9 > :first-child > :first-child > :first-child,
+.col-8 > :first-child > :first-child > :first-child,
+.col-7 > :first-child > :first-child > :first-child,
+.col-6 > :first-child > :first-child > :first-child,
+.col-5 > :first-child > :first-child > :first-child,
+.col-4 > :first-child > :first-child > :first-child,
+.col-3 > :first-child > :first-child > :first-child,
+.col-2 > :first-child > :first-child > :first-child,
+.col-1 > :first-child > :first-child > :first-child {
+  margin-top: 0;
+}
+ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child,
+ul.tsd-descriptions > li > :last-child > :last-child,
+.tsd-panel > :last-child > :last-child,
+.col > :last-child > :last-child,
+.col-11 > :last-child > :last-child,
+.col-10 > :last-child > :last-child,
+.col-9 > :last-child > :last-child,
+.col-8 > :last-child > :last-child,
+.col-7 > :last-child > :last-child,
+.col-6 > :last-child > :last-child,
+.col-5 > :last-child > :last-child,
+.col-4 > :last-child > :last-child,
+.col-3 > :last-child > :last-child,
+.col-2 > :last-child > :last-child,
+.col-1 > :last-child > :last-child,
+ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
+.tsd-panel > :last-child > :last-child > :last-child,
+.col > :last-child > :last-child > :last-child,
+.col-11 > :last-child > :last-child > :last-child,
+.col-10 > :last-child > :last-child > :last-child,
+.col-9 > :last-child > :last-child > :last-child,
+.col-8 > :last-child > :last-child > :last-child,
+.col-7 > :last-child > :last-child > :last-child,
+.col-6 > :last-child > :last-child > :last-child,
+.col-5 > :last-child > :last-child > :last-child,
+.col-4 > :last-child > :last-child > :last-child,
+.col-3 > :last-child > :last-child > :last-child,
+.col-2 > :last-child > :last-child > :last-child,
+.col-1 > :last-child > :last-child > :last-child {
+  margin-bottom: 0;
+}
+
+.container {
+  max-width: 1200px;
+  margin: 0 auto;
+  padding: 0 40px;
+}
+@media (max-width: 640px) {
+  .container {
+    padding: 0 20px;
+  }
+}
+
+.container-main {
+  padding-bottom: 200px;
+}
+
+.row {
+  display: flex;
+  position: relative;
+  margin: 0 -10px;
+}
+.row:after {
+  visibility: hidden;
+  display: block;
+  content: "";
+  clear: both;
+  height: 0;
+}
+
+.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
+  box-sizing: border-box;
+  float: left;
+  padding: 0 10px;
+}
+
+.col-1 {
+  width: 8.3333333333%;
+}
+
+.offset-1 {
+  margin-left: 8.3333333333%;
+}
+
+.col-2 {
+  width: 16.6666666667%;
+}
+
+.offset-2 {
+  margin-left: 16.6666666667%;
+}
+
+.col-3 {
+  width: 25%;
+}
+
+.offset-3 {
+  margin-left: 25%;
+}
+
+.col-4 {
+  width: 33.3333333333%;
+}
+
+.offset-4 {
+  margin-left: 33.3333333333%;
+}
+
+.col-5 {
+  width: 41.6666666667%;
+}
+
+.offset-5 {
+  margin-left: 41.6666666667%;
+}
+
+.col-6 {
+  width: 50%;
+}
+
+.offset-6 {
+  margin-left: 50%;
+}
+
+.col-7 {
+  width: 58.3333333333%;
+}
+
+.offset-7 {
+  margin-left: 58.3333333333%;
+}
+
+.col-8 {
+  width: 66.6666666667%;
+}
+
+.offset-8 {
+  margin-left: 66.6666666667%;
+}
+
+.col-9 {
+  width: 75%;
+}
+
+.offset-9 {
+  margin-left: 75%;
+}
+
+.col-10 {
+  width: 83.3333333333%;
+}
+
+.offset-10 {
+  margin-left: 83.3333333333%;
+}
+
+.col-11 {
+  width: 91.6666666667%;
+}
+
+.offset-11 {
+  margin-left: 91.6666666667%;
+}
+
+.tsd-kind-icon {
+  display: block;
+  position: relative;
+  padding-left: 20px;
+  text-indent: -20px;
+}
+.tsd-kind-icon:before {
+  content: "";
+  display: inline-block;
+  vertical-align: middle;
+  width: 17px;
+  height: 17px;
+  margin: 0 3px 2px 0;
+  background-image: url(../images/icons.png);
+}
+@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
+  .tsd-kind-icon:before {
+    background-image: url(../images/icons@2x.png);
+    background-size: 238px 204px;
+  }
+}
+
+.tsd-signature.tsd-kind-icon:before {
+  background-position: 0 -153px;
+}
+
+.tsd-kind-object-literal > .tsd-kind-icon:before {
+  background-position: 0px -17px;
+}
+.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -17px;
+}
+.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -17px;
+}
+
+.tsd-kind-class > .tsd-kind-icon:before {
+  background-position: 0px -34px;
+}
+.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -34px;
+}
+.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -34px;
+}
+
+.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before {
+  background-position: 0px -51px;
+}
+.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -51px;
+}
+.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -51px;
+}
+
+.tsd-kind-interface > .tsd-kind-icon:before {
+  background-position: 0px -68px;
+}
+.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -68px;
+}
+.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -68px;
+}
+
+.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before {
+  background-position: 0px -85px;
+}
+.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -85px;
+}
+.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -85px;
+}
+
+.tsd-kind-namespace > .tsd-kind-icon:before {
+  background-position: 0px -102px;
+}
+.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -102px;
+}
+.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -102px;
+}
+
+.tsd-kind-module > .tsd-kind-icon:before {
+  background-position: 0px -102px;
+}
+.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -102px;
+}
+.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -102px;
+}
+
+.tsd-kind-enum > .tsd-kind-icon:before {
+  background-position: 0px -119px;
+}
+.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -119px;
+}
+.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -119px;
+}
+
+.tsd-kind-enum-member > .tsd-kind-icon:before {
+  background-position: 0px -136px;
+}
+.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -136px;
+}
+.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -136px;
+}
+
+.tsd-kind-signature > .tsd-kind-icon:before {
+  background-position: 0px -153px;
+}
+.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -153px;
+}
+.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -153px;
+}
+
+.tsd-kind-type-alias > .tsd-kind-icon:before {
+  background-position: 0px -170px;
+}
+.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -170px;
+}
+.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -170px;
+}
+
+.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before {
+  background-position: 0px -187px;
+}
+.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -17px -187px;
+}
+.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -34px -187px;
+}
+
+.tsd-kind-variable > .tsd-kind-icon:before {
+  background-position: -136px -0px;
+}
+.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -0px;
+}
+.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -0px;
+}
+.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -0px;
+}
+
+.tsd-kind-property > .tsd-kind-icon:before {
+  background-position: -136px -0px;
+}
+.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -0px;
+}
+.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -0px;
+}
+.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -0px;
+}
+
+.tsd-kind-get-signature > .tsd-kind-icon:before {
+  background-position: -136px -17px;
+}
+.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -17px;
+}
+.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -17px;
+}
+.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -17px;
+}
+
+.tsd-kind-set-signature > .tsd-kind-icon:before {
+  background-position: -136px -34px;
+}
+.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -34px;
+}
+.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -34px;
+}
+.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -34px;
+}
+
+.tsd-kind-accessor > .tsd-kind-icon:before {
+  background-position: -136px -51px;
+}
+.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -51px;
+}
+.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -51px;
+}
+.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -51px;
+}
+
+.tsd-kind-function > .tsd-kind-icon:before {
+  background-position: -136px -68px;
+}
+.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -68px;
+}
+.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -68px;
+}
+.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -68px;
+}
+
+.tsd-kind-method > .tsd-kind-icon:before {
+  background-position: -136px -68px;
+}
+.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -68px;
+}
+.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -68px;
+}
+.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -68px;
+}
+
+.tsd-kind-call-signature > .tsd-kind-icon:before {
+  background-position: -136px -68px;
+}
+.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -68px;
+}
+.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -68px;
+}
+.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -68px;
+}
+
+.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before {
+  background-position: -136px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -85px;
+}
+.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -85px;
+}
+
+.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before {
+  background-position: -136px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -85px;
+}
+.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -85px;
+}
+
+.tsd-kind-constructor > .tsd-kind-icon:before {
+  background-position: -136px -102px;
+}
+.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -102px;
+}
+.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -102px;
+}
+.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -102px;
+}
+
+.tsd-kind-constructor-signature > .tsd-kind-icon:before {
+  background-position: -136px -102px;
+}
+.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -102px;
+}
+.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -102px;
+}
+.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -102px;
+}
+
+.tsd-kind-index-signature > .tsd-kind-icon:before {
+  background-position: -136px -119px;
+}
+.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -119px;
+}
+.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -119px;
+}
+.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -119px;
+}
+
+.tsd-kind-event > .tsd-kind-icon:before {
+  background-position: -136px -136px;
+}
+.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -136px;
+}
+.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -136px;
+}
+.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -136px;
+}
+
+.tsd-is-static > .tsd-kind-icon:before {
+  background-position: -136px -153px;
+}
+.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -153px;
+}
+.tsd-is-static.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -153px;
+}
+.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -153px;
+}
+.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -153px;
+}
+.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -153px;
+}
+.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -153px;
+}
+.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -153px;
+}
+.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -153px;
+}
+.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -153px;
+}
+.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -153px;
+}
+.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -153px;
+}
+.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -153px;
+}
+
+.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before {
+  background-position: -136px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -170px;
+}
+.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -170px;
+}
+
+.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before {
+  background-position: -136px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -170px;
+}
+.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -170px;
+}
+
+.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before {
+  background-position: -136px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -170px;
+}
+.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -170px;
+}
+
+.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before {
+  background-position: -136px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -153px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {
+  background-position: -51px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -68px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -85px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -102px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {
+  background-position: -170px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
+  background-position: -187px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
+  background-position: -119px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {
+  background-position: -204px -187px;
+}
+.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
+  background-position: -221px -187px;
+}
+
+@keyframes fade-in {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+@keyframes fade-out {
+  from {
+    opacity: 1;
+    visibility: visible;
+  }
+  to {
+    opacity: 0;
+  }
+}
+@keyframes fade-in-delayed {
+  0% {
+    opacity: 0;
+  }
+  33% {
+    opacity: 0;
+  }
+  100% {
+    opacity: 1;
+  }
+}
+@keyframes fade-out-delayed {
+  0% {
+    opacity: 1;
+    visibility: visible;
+  }
+  66% {
+    opacity: 0;
+  }
+  100% {
+    opacity: 0;
+  }
+}
+@keyframes shift-to-left {
+  from {
+    transform: translate(0, 0);
+  }
+  to {
+    transform: translate(-25%, 0);
+  }
+}
+@keyframes unshift-to-left {
+  from {
+    transform: translate(-25%, 0);
+  }
+  to {
+    transform: translate(0, 0);
+  }
+}
+@keyframes pop-in-from-right {
+  from {
+    transform: translate(100%, 0);
+  }
+  to {
+    transform: translate(0, 0);
+  }
+}
+@keyframes pop-out-to-right {
+  from {
+    transform: translate(0, 0);
+    visibility: visible;
+  }
+  to {
+    transform: translate(100%, 0);
+  }
+}
+body {
+  background: var(--color-background);
+  font-family: "Segoe UI", sans-serif;
+  font-size: 16px;
+  color: var(--color-text);
+}
+
+a {
+  color: var(--color-link);
+  text-decoration: none;
+}
+a:hover {
+  text-decoration: underline;
+}
+
+code, pre {
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+  padding: 0.2em;
+  margin: 0;
+  font-size: 14px;
+  background-color: var(--color-code-background);
+}
+
+pre {
+  padding: 10px;
+}
+pre code {
+  padding: 0;
+  font-size: 100%;
+  background-color: transparent;
+}
+
+blockquote {
+  margin: 1em 0;
+  padding-left: 1em;
+  border-left: 4px solid gray;
+}
+
+.tsd-typography {
+  line-height: 1.333em;
+}
+.tsd-typography ul {
+  list-style: square;
+  padding: 0 0 0 20px;
+  margin: 0;
+}
+.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 {
+  font-size: 1em;
+  margin: 0;
+}
+.tsd-typography h5, .tsd-typography h6 {
+  font-weight: normal;
+}
+.tsd-typography p, .tsd-typography ul, .tsd-typography ol {
+  margin: 1em 0;
+}
+
+@media (min-width: 901px) and (max-width: 1024px) {
+  html.default .col-content {
+    width: 72%;
+  }
+  html.default .col-menu {
+    width: 28%;
+  }
+  html.default .tsd-navigation {
+    padding-left: 10px;
+  }
+}
+@media (max-width: 900px) {
+  html.default .col-content {
+    float: none;
+    width: 100%;
+  }
+  html.default .col-menu {
+    position: fixed !important;
+    overflow: auto;
+    -webkit-overflow-scrolling: touch;
+    z-index: 1024;
+    top: 0 !important;
+    bottom: 0 !important;
+    left: auto !important;
+    right: 0 !important;
+    width: 100%;
+    padding: 20px 20px 0 0;
+    max-width: 450px;
+    visibility: hidden;
+    background-color: var(--color-panel);
+    transform: translate(100%, 0);
+  }
+  html.default .col-menu > *:last-child {
+    padding-bottom: 20px;
+  }
+  html.default .overlay {
+    content: "";
+    display: block;
+    position: fixed;
+    z-index: 1023;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    background-color: rgba(0, 0, 0, 0.75);
+    visibility: hidden;
+  }
+  html.default.to-has-menu .overlay {
+    animation: fade-in 0.4s;
+  }
+  html.default.to-has-menu header,
+html.default.to-has-menu footer,
+html.default.to-has-menu .col-content {
+    animation: shift-to-left 0.4s;
+  }
+  html.default.to-has-menu .col-menu {
+    animation: pop-in-from-right 0.4s;
+  }
+  html.default.from-has-menu .overlay {
+    animation: fade-out 0.4s;
+  }
+  html.default.from-has-menu header,
+html.default.from-has-menu footer,
+html.default.from-has-menu .col-content {
+    animation: unshift-to-left 0.4s;
+  }
+  html.default.from-has-menu .col-menu {
+    animation: pop-out-to-right 0.4s;
+  }
+  html.default.has-menu body {
+    overflow: hidden;
+  }
+  html.default.has-menu .overlay {
+    visibility: visible;
+  }
+  html.default.has-menu header,
+html.default.has-menu footer,
+html.default.has-menu .col-content {
+    transform: translate(-25%, 0);
+  }
+  html.default.has-menu .col-menu {
+    visibility: visible;
+    transform: translate(0, 0);
+  }
+}
+
+.tsd-page-title {
+  padding: 70px 0 20px 0;
+  margin: 0 0 40px 0;
+  background: var(--color-panel);
+  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
+}
+.tsd-page-title h1 {
+  margin: 0;
+}
+
+.tsd-breadcrumb {
+  margin: 0;
+  padding: 0;
+  color: var(--color-text-aside);
+}
+.tsd-breadcrumb a {
+  color: var(--color-text-aside);
+  text-decoration: none;
+}
+.tsd-breadcrumb a:hover {
+  text-decoration: underline;
+}
+.tsd-breadcrumb li {
+  display: inline;
+}
+.tsd-breadcrumb li:after {
+  content: " / ";
+}
+
+html.minimal .container {
+  margin: 0;
+}
+html.minimal .container-main {
+  padding-top: 50px;
+  padding-bottom: 0;
+}
+html.minimal .content-wrap {
+  padding-left: 300px;
+}
+html.minimal .tsd-navigation {
+  position: fixed !important;
+  overflow: auto;
+  -webkit-overflow-scrolling: touch;
+  box-sizing: border-box;
+  z-index: 1;
+  left: 0;
+  top: 40px;
+  bottom: 0;
+  width: 300px;
+  padding: 20px;
+  margin: 0;
+}
+html.minimal .tsd-member .tsd-member {
+  margin-left: 0;
+}
+html.minimal .tsd-page-toolbar {
+  position: fixed;
+  z-index: 2;
+}
+html.minimal #tsd-filter .tsd-filter-group {
+  right: 0;
+  transform: none;
+}
+html.minimal footer {
+  background-color: transparent;
+}
+html.minimal footer .container {
+  padding: 0;
+}
+html.minimal .tsd-generator {
+  padding: 0;
+}
+@media (max-width: 900px) {
+  html.minimal .tsd-navigation {
+    display: none;
+  }
+  html.minimal .content-wrap {
+    padding-left: 0;
+  }
+}
+
+dl.tsd-comment-tags {
+  overflow: hidden;
+}
+dl.tsd-comment-tags dt {
+  float: left;
+  padding: 1px 5px;
+  margin: 0 10px 0 0;
+  border-radius: 4px;
+  border: 1px solid var(--color-comment-tag);
+  color: var(--color-comment-tag);
+  font-size: 0.8em;
+  font-weight: normal;
+}
+dl.tsd-comment-tags dd {
+  margin: 0 0 10px 0;
+}
+dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after {
+  display: table;
+  content: " ";
+}
+dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after {
+  clear: both;
+}
+dl.tsd-comment-tags p {
+  margin: 0;
+}
+
+.tsd-panel.tsd-comment .lead {
+  font-size: 1.1em;
+  line-height: 1.333em;
+  margin-bottom: 2em;
+}
+.tsd-panel.tsd-comment .lead:last-child {
+  margin-bottom: 0;
+}
+
+.toggle-protected .tsd-is-private {
+  display: none;
+}
+
+.toggle-public .tsd-is-private,
+.toggle-public .tsd-is-protected,
+.toggle-public .tsd-is-private-protected {
+  display: none;
+}
+
+.toggle-inherited .tsd-is-inherited {
+  display: none;
+}
+
+.toggle-externals .tsd-is-external {
+  display: none;
+}
+
+#tsd-filter {
+  position: relative;
+  display: inline-block;
+  height: 40px;
+  vertical-align: bottom;
+}
+.no-filter #tsd-filter {
+  display: none;
+}
+#tsd-filter .tsd-filter-group {
+  display: inline-block;
+  height: 40px;
+  vertical-align: bottom;
+  white-space: nowrap;
+}
+#tsd-filter input {
+  display: none;
+}
+@media (max-width: 900px) {
+  #tsd-filter .tsd-filter-group {
+    display: block;
+    position: absolute;
+    top: 40px;
+    right: 20px;
+    height: auto;
+    background-color: var(--color-panel);
+    visibility: hidden;
+    transform: translate(50%, 0);
+    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
+  }
+  .has-options #tsd-filter .tsd-filter-group {
+    visibility: visible;
+  }
+  .to-has-options #tsd-filter .tsd-filter-group {
+    animation: fade-in 0.2s;
+  }
+  .from-has-options #tsd-filter .tsd-filter-group {
+    animation: fade-out 0.2s;
+  }
+  #tsd-filter label,
+#tsd-filter .tsd-select {
+    display: block;
+    padding-right: 20px;
+  }
+}
+
+footer {
+  border-top: 1px solid var(--color-panel-divider);
+  background-color: var(--color-panel);
+}
+footer.with-border-bottom {
+  border-bottom: 1px solid var(--color-panel-divider);
+}
+footer .tsd-legend-group {
+  font-size: 0;
+}
+footer .tsd-legend {
+  display: inline-block;
+  width: 25%;
+  padding: 0;
+  font-size: 16px;
+  list-style: none;
+  line-height: 1.333em;
+  vertical-align: top;
+}
+@media (max-width: 900px) {
+  footer .tsd-legend {
+    width: 50%;
+  }
+}
+
+.tsd-hierarchy {
+  list-style: square;
+  padding: 0 0 0 20px;
+  margin: 0;
+}
+.tsd-hierarchy .target {
+  font-weight: bold;
+}
+
+.tsd-index-panel .tsd-index-content {
+  margin-bottom: -30px !important;
+}
+.tsd-index-panel .tsd-index-section {
+  margin-bottom: 30px !important;
+}
+.tsd-index-panel h3 {
+  margin: 0 -20px 10px -20px;
+  padding: 0 20px 10px 20px;
+  border-bottom: 1px solid var(--color-panel-divider);
+}
+.tsd-index-panel ul.tsd-index-list {
+  -webkit-column-count: 3;
+  -moz-column-count: 3;
+  -ms-column-count: 3;
+  -o-column-count: 3;
+  column-count: 3;
+  -webkit-column-gap: 20px;
+  -moz-column-gap: 20px;
+  -ms-column-gap: 20px;
+  -o-column-gap: 20px;
+  column-gap: 20px;
+  padding: 0;
+  list-style: none;
+  line-height: 1.333em;
+}
+@media (max-width: 900px) {
+  .tsd-index-panel ul.tsd-index-list {
+    -webkit-column-count: 1;
+    -moz-column-count: 1;
+    -ms-column-count: 1;
+    -o-column-count: 1;
+    column-count: 1;
+  }
+}
+@media (min-width: 901px) and (max-width: 1024px) {
+  .tsd-index-panel ul.tsd-index-list {
+    -webkit-column-count: 2;
+    -moz-column-count: 2;
+    -ms-column-count: 2;
+    -o-column-count: 2;
+    column-count: 2;
+  }
+}
+.tsd-index-panel ul.tsd-index-list li {
+  -webkit-page-break-inside: avoid;
+  -moz-page-break-inside: avoid;
+  -ms-page-break-inside: avoid;
+  -o-page-break-inside: avoid;
+  page-break-inside: avoid;
+}
+.tsd-index-panel a,
+.tsd-index-panel .tsd-parent-kind-module a {
+  color: var(--color-ts);
+}
+.tsd-index-panel .tsd-parent-kind-interface a {
+  color: var(--color-ts-interface);
+}
+.tsd-index-panel .tsd-parent-kind-enum a {
+  color: var(--color-ts-enum);
+}
+.tsd-index-panel .tsd-parent-kind-class a {
+  color: var(--color-ts-class);
+}
+.tsd-index-panel .tsd-kind-module a {
+  color: var(--color-ts);
+}
+.tsd-index-panel .tsd-kind-interface a {
+  color: var(--color-ts-interface);
+}
+.tsd-index-panel .tsd-kind-enum a {
+  color: var(--color-ts-enum);
+}
+.tsd-index-panel .tsd-kind-class a {
+  color: var(--color-ts-class);
+}
+.tsd-index-panel .tsd-is-private a {
+  color: var(--color-ts-private);
+}
+
+.tsd-flag {
+  display: inline-block;
+  padding: 1px 5px;
+  border-radius: 4px;
+  color: var(--color-comment-tag-text);
+  background-color: var(--color-comment-tag);
+  text-indent: 0;
+  font-size: 14px;
+  font-weight: normal;
+}
+
+.tsd-anchor {
+  position: absolute;
+  top: -100px;
+}
+
+.tsd-member {
+  position: relative;
+}
+.tsd-member .tsd-anchor + h3 {
+  margin-top: 0;
+  margin-bottom: 0;
+  border-bottom: none;
+}
+.tsd-member a[data-tsd-kind] {
+  color: var(--color-ts);
+}
+.tsd-member a[data-tsd-kind=Interface] {
+  color: var(--color-ts-interface);
+}
+.tsd-member a[data-tsd-kind=Enum] {
+  color: var(--color-ts-enum);
+}
+.tsd-member a[data-tsd-kind=Class] {
+  color: var(--color-ts-class);
+}
+.tsd-member a[data-tsd-kind=Private] {
+  color: var(--color-ts-private);
+}
+
+.tsd-navigation {
+  margin: 0 0 0 40px;
+}
+.tsd-navigation a {
+  display: block;
+  padding-top: 2px;
+  padding-bottom: 2px;
+  border-left: 2px solid transparent;
+  color: var(--color-text);
+  text-decoration: none;
+  transition: border-left-color 0.1s;
+}
+.tsd-navigation a:hover {
+  text-decoration: underline;
+}
+.tsd-navigation ul {
+  margin: 0;
+  padding: 0;
+  list-style: none;
+}
+.tsd-navigation li {
+  padding: 0;
+}
+
+.tsd-navigation.primary {
+  padding-bottom: 40px;
+}
+.tsd-navigation.primary a {
+  display: block;
+  padding-top: 6px;
+  padding-bottom: 6px;
+}
+.tsd-navigation.primary ul li a {
+  padding-left: 5px;
+}
+.tsd-navigation.primary ul li li a {
+  padding-left: 25px;
+}
+.tsd-navigation.primary ul li li li a {
+  padding-left: 45px;
+}
+.tsd-navigation.primary ul li li li li a {
+  padding-left: 65px;
+}
+.tsd-navigation.primary ul li li li li li a {
+  padding-left: 85px;
+}
+.tsd-navigation.primary ul li li li li li li a {
+  padding-left: 105px;
+}
+.tsd-navigation.primary > ul {
+  border-bottom: 1px solid var(--color-panel-divider);
+}
+.tsd-navigation.primary li {
+  border-top: 1px solid var(--color-panel-divider);
+}
+.tsd-navigation.primary li.current > a {
+  font-weight: bold;
+}
+.tsd-navigation.primary li.label span {
+  display: block;
+  padding: 20px 0 6px 5px;
+  color: var(--color-menu-label);
+}
+.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a {
+  padding-top: 20px;
+}
+
+.tsd-navigation.secondary {
+  max-height: calc(100vh - 1rem - 40px);
+  overflow: auto;
+  position: -webkit-sticky;
+  position: sticky;
+  top: calc(.5rem + 40px);
+  transition: 0.3s;
+}
+.tsd-navigation.secondary.tsd-navigation--toolbar-hide {
+  max-height: calc(100vh - 1rem);
+  top: 0.5rem;
+}
+.tsd-navigation.secondary ul {
+  transition: opacity 0.2s;
+}
+.tsd-navigation.secondary ul li a {
+  padding-left: 25px;
+}
+.tsd-navigation.secondary ul li li a {
+  padding-left: 45px;
+}
+.tsd-navigation.secondary ul li li li a {
+  padding-left: 65px;
+}
+.tsd-navigation.secondary ul li li li li a {
+  padding-left: 85px;
+}
+.tsd-navigation.secondary ul li li li li li a {
+  padding-left: 105px;
+}
+.tsd-navigation.secondary ul li li li li li li a {
+  padding-left: 125px;
+}
+.tsd-navigation.secondary ul.current a {
+  border-left-color: var(--color-panel-divider);
+}
+.tsd-navigation.secondary li.focus > a,
+.tsd-navigation.secondary ul.current li.focus > a {
+  border-left-color: var(--color-menu-divider-focus);
+}
+.tsd-navigation.secondary li.current {
+  margin-top: 20px;
+  margin-bottom: 20px;
+  border-left-color: var(--color-panel-divider);
+}
+.tsd-navigation.secondary li.current > a {
+  font-weight: bold;
+}
+
+@media (min-width: 901px) {
+  .menu-sticky-wrap {
+    position: static;
+  }
+}
+
+.tsd-panel {
+  margin: 20px 0;
+  padding: 20px;
+  background-color: var(--color-panel);
+  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
+}
+.tsd-panel:empty {
+  display: none;
+}
+.tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 {
+  margin: 1.5em -20px 10px -20px;
+  padding: 0 20px 10px 20px;
+  border-bottom: 1px solid var(--color-panel-divider);
+}
+.tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature {
+  margin-bottom: 0;
+  border-bottom: 0;
+}
+.tsd-panel table {
+  display: block;
+  width: 100%;
+  overflow: auto;
+  margin-top: 10px;
+  word-break: normal;
+  word-break: keep-all;
+}
+.tsd-panel table th {
+  font-weight: bold;
+}
+.tsd-panel table th, .tsd-panel table td {
+  padding: 6px 13px;
+  border: 1px solid #ddd;
+}
+.tsd-panel table tr {
+  background-color: #fff;
+  border-top: 1px solid #ccc;
+}
+.tsd-panel table tr:nth-child(2n) {
+  background-color: #f8f8f8;
+}
+
+.tsd-panel-group {
+  margin: 60px 0;
+}
+.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 {
+  padding-left: 20px;
+  padding-right: 20px;
+}
+
+#tsd-search {
+  transition: background-color 0.2s;
+}
+#tsd-search .title {
+  position: relative;
+  z-index: 2;
+}
+#tsd-search .field {
+  position: absolute;
+  left: 0;
+  top: 0;
+  right: 40px;
+  height: 40px;
+}
+#tsd-search .field input {
+  box-sizing: border-box;
+  position: relative;
+  top: -50px;
+  z-index: 1;
+  width: 100%;
+  padding: 0 10px;
+  opacity: 0;
+  outline: 0;
+  border: 0;
+  background: transparent;
+  color: var(--color-text);
+}
+#tsd-search .field label {
+  position: absolute;
+  overflow: hidden;
+  right: -40px;
+}
+#tsd-search .field input,
+#tsd-search .title {
+  transition: opacity 0.2s;
+}
+#tsd-search .results {
+  position: absolute;
+  visibility: hidden;
+  top: 40px;
+  width: 100%;
+  margin: 0;
+  padding: 0;
+  list-style: none;
+  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
+}
+#tsd-search .results li {
+  padding: 0 10px;
+  background-color: var(--color-background);
+}
+#tsd-search .results li:nth-child(even) {
+  background-color: var(--color-panel);
+}
+#tsd-search .results li.state {
+  display: none;
+}
+#tsd-search .results li.current,
+#tsd-search .results li:hover {
+  background-color: var(--color-panel-divider);
+}
+#tsd-search .results a {
+  display: block;
+}
+#tsd-search .results a:before {
+  top: 10px;
+}
+#tsd-search .results span.parent {
+  color: var(--color-text-aside);
+  font-weight: normal;
+}
+#tsd-search.has-focus {
+  background-color: var(--color-panel-divider);
+}
+#tsd-search.has-focus .field input {
+  top: 0;
+  opacity: 1;
+}
+#tsd-search.has-focus .title {
+  z-index: 0;
+  opacity: 0;
+}
+#tsd-search.has-focus .results {
+  visibility: visible;
+}
+#tsd-search.loading .results li.state.loading {
+  display: block;
+}
+#tsd-search.failure .results li.state.failure {
+  display: block;
+}
+
+.tsd-signature {
+  margin: 0 0 1em 0;
+  padding: 10px;
+  border: 1px solid var(--color-panel-divider);
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+  font-size: 14px;
+  overflow-x: auto;
+}
+.tsd-signature.tsd-kind-icon {
+  padding-left: 30px;
+}
+.tsd-signature.tsd-kind-icon:before {
+  top: 10px;
+  left: 10px;
+}
+.tsd-panel > .tsd-signature {
+  margin-left: -20px;
+  margin-right: -20px;
+  border-width: 1px 0;
+}
+.tsd-panel > .tsd-signature.tsd-kind-icon {
+  padding-left: 40px;
+}
+.tsd-panel > .tsd-signature.tsd-kind-icon:before {
+  left: 20px;
+}
+
+.tsd-signature-symbol {
+  color: var(--color-text-aside);
+  font-weight: normal;
+}
+
+.tsd-signature-type {
+  font-style: italic;
+  font-weight: normal;
+}
+
+.tsd-signatures {
+  padding: 0;
+  margin: 0 0 1em 0;
+  border: 1px solid var(--color-panel-divider);
+}
+.tsd-signatures .tsd-signature {
+  margin: 0;
+  border-width: 1px 0 0 0;
+  transition: background-color 0.1s;
+}
+.tsd-signatures .tsd-signature:first-child {
+  border-top-width: 0;
+}
+.tsd-signatures .tsd-signature.current {
+  background-color: var(--color-panel-divider);
+}
+.tsd-signatures.active > .tsd-signature {
+  cursor: pointer;
+}
+.tsd-panel > .tsd-signatures {
+  margin-left: -20px;
+  margin-right: -20px;
+  border-width: 1px 0;
+}
+.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon {
+  padding-left: 40px;
+}
+.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before {
+  left: 20px;
+}
+.tsd-panel > a.anchor + .tsd-signatures {
+  border-top-width: 0;
+  margin-top: -20px;
+}
+
+ul.tsd-descriptions {
+  position: relative;
+  overflow: hidden;
+  padding: 0;
+  list-style: none;
+}
+ul.tsd-descriptions.active > .tsd-description {
+  display: none;
+}
+ul.tsd-descriptions.active > .tsd-description.current {
+  display: block;
+}
+ul.tsd-descriptions.active > .tsd-description.fade-in {
+  animation: fade-in-delayed 0.3s;
+}
+ul.tsd-descriptions.active > .tsd-description.fade-out {
+  animation: fade-out-delayed 0.3s;
+  position: absolute;
+  display: block;
+  top: 0;
+  left: 0;
+  right: 0;
+  opacity: 0;
+  visibility: hidden;
+}
+ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 {
+  font-size: 16px;
+  margin: 1em 0 0.5em 0;
+}
+
+ul.tsd-parameters,
+ul.tsd-type-parameters {
+  list-style: square;
+  margin: 0;
+  padding-left: 20px;
+}
+ul.tsd-parameters > li.tsd-parameter-signature,
+ul.tsd-type-parameters > li.tsd-parameter-signature {
+  list-style: none;
+  margin-left: -20px;
+}
+ul.tsd-parameters h5,
+ul.tsd-type-parameters h5 {
+  font-size: 16px;
+  margin: 1em 0 0.5em 0;
+}
+ul.tsd-parameters .tsd-comment,
+ul.tsd-type-parameters .tsd-comment {
+  margin-top: -0.5em;
+}
+
+.tsd-sources {
+  font-size: 14px;
+  color: var(--color-text-aside);
+  margin: 0 0 1em 0;
+}
+.tsd-sources a {
+  color: var(--color-text-aside);
+  text-decoration: underline;
+}
+.tsd-sources ul, .tsd-sources p {
+  margin: 0 !important;
+}
+.tsd-sources ul {
+  list-style: none;
+  padding: 0;
+}
+
+.tsd-page-toolbar {
+  position: fixed;
+  z-index: 1;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 40px;
+  color: var(--color-toolbar-text);
+  background: var(--color-toolbar);
+  border-bottom: 1px solid var(--color-panel-divider);
+  transition: transform 0.3s linear;
+}
+.tsd-page-toolbar a {
+  color: var(--color-toolbar-text);
+  text-decoration: none;
+}
+.tsd-page-toolbar a.title {
+  font-weight: bold;
+}
+.tsd-page-toolbar a.title:hover {
+  text-decoration: underline;
+}
+.tsd-page-toolbar .table-wrap {
+  display: table;
+  width: 100%;
+  height: 40px;
+}
+.tsd-page-toolbar .table-cell {
+  display: table-cell;
+  position: relative;
+  white-space: nowrap;
+  line-height: 40px;
+}
+.tsd-page-toolbar .table-cell:first-child {
+  width: 100%;
+}
+
+.tsd-page-toolbar--hide {
+  transform: translateY(-100%);
+}
+
+.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before {
+  content: "";
+  display: inline-block;
+  width: 40px;
+  height: 40px;
+  margin: 0 -8px 0 0;
+  background-image: url(../images/widgets.png);
+  background-repeat: no-repeat;
+  text-indent: -1024px;
+  vertical-align: bottom;
+}
+@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
+  .tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before {
+    background-image: url(../images/widgets@2x.png);
+    background-size: 320px 40px;
+  }
+}
+
+.tsd-widget {
+  display: inline-block;
+  overflow: hidden;
+  opacity: 0.6;
+  height: 40px;
+  transition: opacity 0.1s, background-color 0.2s;
+  vertical-align: bottom;
+  cursor: pointer;
+}
+.tsd-widget:hover {
+  opacity: 0.8;
+}
+.tsd-widget.active {
+  opacity: 1;
+  background-color: var(--color-panel-divider);
+}
+.tsd-widget.no-caption {
+  width: 40px;
+}
+.tsd-widget.no-caption:before {
+  margin: 0;
+}
+.tsd-widget.search:before {
+  background-position: 0 0;
+}
+.tsd-widget.menu:before {
+  background-position: -40px 0;
+}
+.tsd-widget.options:before {
+  background-position: -80px 0;
+}
+.tsd-widget.options, .tsd-widget.menu {
+  display: none;
+}
+@media (max-width: 900px) {
+  .tsd-widget.options, .tsd-widget.menu {
+    display: inline-block;
+  }
+}
+input[type=checkbox] + .tsd-widget:before {
+  background-position: -120px 0;
+}
+input[type=checkbox]:checked + .tsd-widget:before {
+  background-position: -160px 0;
+}
+
+.tsd-select {
+  position: relative;
+  display: inline-block;
+  height: 40px;
+  transition: opacity 0.1s, background-color 0.2s;
+  vertical-align: bottom;
+  cursor: pointer;
+}
+.tsd-select .tsd-select-label {
+  opacity: 0.6;
+  transition: opacity 0.2s;
+}
+.tsd-select .tsd-select-label:before {
+  background-position: -240px 0;
+}
+.tsd-select.active .tsd-select-label {
+  opacity: 0.8;
+}
+.tsd-select.active .tsd-select-list {
+  visibility: visible;
+  opacity: 1;
+  transition-delay: 0s;
+}
+.tsd-select .tsd-select-list {
+  position: absolute;
+  visibility: hidden;
+  top: 40px;
+  left: 0;
+  margin: 0;
+  padding: 0;
+  opacity: 0;
+  list-style: none;
+  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
+  transition: visibility 0s 0.2s, opacity 0.2s;
+}
+.tsd-select .tsd-select-list li {
+  padding: 0 20px 0 0;
+  background-color: var(--color-background);
+}
+.tsd-select .tsd-select-list li:before {
+  background-position: 40px 0;
+}
+.tsd-select .tsd-select-list li:nth-child(even) {
+  background-color: var(--color-panel);
+}
+.tsd-select .tsd-select-list li:hover {
+  background-color: var(--color-panel-divider);
+}
+.tsd-select .tsd-select-list li.selected:before {
+  background-position: -200px 0;
+}
+@media (max-width: 900px) {
+  .tsd-select .tsd-select-list {
+    top: 0;
+    left: auto;
+    right: 100%;
+    margin-right: -5px;
+  }
+  .tsd-select .tsd-select-label:before {
+    background-position: -280px 0;
+  }
+}
+
+img {
+  max-width: 100%;
+}
diff --git a/docs/assets/images/icons.png b/docs/assets/images/icons.png
new file mode 100644
index 0000000000000000000000000000000000000000..3836d5fe46e48bbe186116855aae879c23935327
Binary files /dev/null and b/docs/assets/images/icons.png differ
diff --git a/docs/assets/images/icons@2x.png b/docs/assets/images/icons@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0
Binary files /dev/null and b/docs/assets/images/icons@2x.png differ
diff --git a/docs/assets/images/widgets.png b/docs/assets/images/widgets.png
new file mode 100644
index 0000000000000000000000000000000000000000..c7380532ac1b45400620011c37c4dcb7aec27a4c
Binary files /dev/null and b/docs/assets/images/widgets.png differ
diff --git a/docs/assets/images/widgets@2x.png b/docs/assets/images/widgets@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..4bbbd57272f3b28f47527d4951ad10f950b8ad43
Binary files /dev/null and b/docs/assets/images/widgets@2x.png differ
diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js
new file mode 100644
index 0000000000000000000000000000000000000000..dc257a8681e2d720fabf8e91f506f560e3699c62
--- /dev/null
+++ b/docs/assets/js/main.js
@@ -0,0 +1,248 @@
+/*
+ * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
+ * This devtool is not neither made for production nor for readable output files.
+ * It uses "eval()" calls to create a separate source file in the browser devtools.
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
+ * or disable the default devtool with "devtool: false".
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
+ */
+/******/ (() => { // webpackBootstrap
+/******/ 	var __webpack_modules__ = ({
+
+/***/ "../node_modules/lunr/lunr.js":
+/*!************************************!*\
+  !*** ../node_modules/lunr/lunr.js ***!
+  \************************************/
+/***/ ((module, exports, __webpack_require__) => {
+
+eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n *   this.field('title')\n *   this.field('body')\n *   this.ref('id')\n *\n *   documents.forEach(function (doc) {\n *     this.add(doc)\n *   }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n  var builder = new lunr.Builder\n\n  builder.pipeline.add(\n    lunr.trimmer,\n    lunr.stopWordFilter,\n    lunr.stemmer\n  )\n\n  builder.searchPipeline.add(\n    lunr.stemmer\n  )\n\n  config.call(builder, builder)\n  return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n  /* eslint-disable no-console */\n  return function (message) {\n    if (global.console && console.warn) {\n      console.warn(message)\n    }\n  }\n  /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n  if (obj === void 0 || obj === null) {\n    return \"\"\n  } else {\n    return obj.toString()\n  }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n  if (obj === null || obj === undefined) {\n    return obj\n  }\n\n  var clone = Object.create(null),\n      keys = Object.keys(obj)\n\n  for (var i = 0; i < keys.length; i++) {\n    var key = keys[i],\n        val = obj[key]\n\n    if (Array.isArray(val)) {\n      clone[key] = val.slice()\n      continue\n    }\n\n    if (typeof val === 'string' ||\n        typeof val === 'number' ||\n        typeof val === 'boolean') {\n      clone[key] = val\n      continue\n    }\n\n    throw new TypeError(\"clone is not deep and does not support nested objects\")\n  }\n\n  return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n  this.docRef = docRef\n  this.fieldName = fieldName\n  this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n  var n = s.indexOf(lunr.FieldRef.joiner)\n\n  if (n === -1) {\n    throw \"malformed field ref string\"\n  }\n\n  var fieldRef = s.slice(0, n),\n      docRef = s.slice(n + 1)\n\n  return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n  if (this._stringValue == undefined) {\n    this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n  }\n\n  return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n  this.elements = Object.create(null)\n\n  if (elements) {\n    this.length = elements.length\n\n    for (var i = 0; i < this.length; i++) {\n      this.elements[elements[i]] = true\n    }\n  } else {\n    this.length = 0\n  }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n  intersect: function (other) {\n    return other\n  },\n\n  union: function () {\n    return this\n  },\n\n  contains: function () {\n    return true\n  }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n  intersect: function () {\n    return this\n  },\n\n  union: function (other) {\n    return other\n  },\n\n  contains: function () {\n    return false\n  }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n  return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n  var a, b, elements, intersection = []\n\n  if (other === lunr.Set.complete) {\n    return this\n  }\n\n  if (other === lunr.Set.empty) {\n    return other\n  }\n\n  if (this.length < other.length) {\n    a = this\n    b = other\n  } else {\n    a = other\n    b = this\n  }\n\n  elements = Object.keys(a.elements)\n\n  for (var i = 0; i < elements.length; i++) {\n    var element = elements[i]\n    if (element in b.elements) {\n      intersection.push(element)\n    }\n  }\n\n  return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n  if (other === lunr.Set.complete) {\n    return lunr.Set.complete\n  }\n\n  if (other === lunr.Set.empty) {\n    return this\n  }\n\n  return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n  var documentsWithTerm = 0\n\n  for (var fieldName in posting) {\n    if (fieldName == '_index') continue // Ignore the term index, its not a field\n    documentsWithTerm += Object.keys(posting[fieldName]).length\n  }\n\n  var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n  return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n  this.str = str || \"\"\n  this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n  return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n *   return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n  this.str = fn(this.str, this.metadata)\n  return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n  fn = fn || function (s) { return s }\n  return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n  if (obj == null || obj == undefined) {\n    return []\n  }\n\n  if (Array.isArray(obj)) {\n    return obj.map(function (t) {\n      return new lunr.Token(\n        lunr.utils.asString(t).toLowerCase(),\n        lunr.utils.clone(metadata)\n      )\n    })\n  }\n\n  var str = obj.toString().toLowerCase(),\n      len = str.length,\n      tokens = []\n\n  for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n    var char = str.charAt(sliceEnd),\n        sliceLength = sliceEnd - sliceStart\n\n    if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n      if (sliceLength > 0) {\n        var tokenMetadata = lunr.utils.clone(metadata) || {}\n        tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n        tokenMetadata[\"index\"] = tokens.length\n\n        tokens.push(\n          new lunr.Token (\n            str.slice(sliceStart, sliceEnd),\n            tokenMetadata\n          )\n        )\n      }\n\n      sliceStart = sliceEnd + 1\n    }\n\n  }\n\n  return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n  this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n  if (label in this.registeredFunctions) {\n    lunr.utils.warn('Overwriting existing registered function: ' + label)\n  }\n\n  fn.label = label\n  lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n  var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n  if (!isRegistered) {\n    lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n  }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n  var pipeline = new lunr.Pipeline\n\n  serialised.forEach(function (fnName) {\n    var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n    if (fn) {\n      pipeline.add(fn)\n    } else {\n      throw new Error('Cannot load unregistered function: ' + fnName)\n    }\n  })\n\n  return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n  var fns = Array.prototype.slice.call(arguments)\n\n  fns.forEach(function (fn) {\n    lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n    this._stack.push(fn)\n  }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n  lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n  var pos = this._stack.indexOf(existingFn)\n  if (pos == -1) {\n    throw new Error('Cannot find existingFn')\n  }\n\n  pos = pos + 1\n  this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n  lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n  var pos = this._stack.indexOf(existingFn)\n  if (pos == -1) {\n    throw new Error('Cannot find existingFn')\n  }\n\n  this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n  var pos = this._stack.indexOf(fn)\n  if (pos == -1) {\n    return\n  }\n\n  this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n  var stackLength = this._stack.length\n\n  for (var i = 0; i < stackLength; i++) {\n    var fn = this._stack[i]\n    var memo = []\n\n    for (var j = 0; j < tokens.length; j++) {\n      var result = fn(tokens[j], j, tokens)\n\n      if (result === null || result === void 0 || result === '') continue\n\n      if (Array.isArray(result)) {\n        for (var k = 0; k < result.length; k++) {\n          memo.push(result[k])\n        }\n      } else {\n        memo.push(result)\n      }\n    }\n\n    tokens = memo\n  }\n\n  return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n  var token = new lunr.Token (str, metadata)\n\n  return this.run([token]).map(function (t) {\n    return t.toString()\n  })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n  this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n  return this._stack.map(function (fn) {\n    lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n    return fn.label\n  })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n  this._magnitude = 0\n  this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n  // For an empty vector the tuple can be inserted at the beginning\n  if (this.elements.length == 0) {\n    return 0\n  }\n\n  var start = 0,\n      end = this.elements.length / 2,\n      sliceLength = end - start,\n      pivotPoint = Math.floor(sliceLength / 2),\n      pivotIndex = this.elements[pivotPoint * 2]\n\n  while (sliceLength > 1) {\n    if (pivotIndex < index) {\n      start = pivotPoint\n    }\n\n    if (pivotIndex > index) {\n      end = pivotPoint\n    }\n\n    if (pivotIndex == index) {\n      break\n    }\n\n    sliceLength = end - start\n    pivotPoint = start + Math.floor(sliceLength / 2)\n    pivotIndex = this.elements[pivotPoint * 2]\n  }\n\n  if (pivotIndex == index) {\n    return pivotPoint * 2\n  }\n\n  if (pivotIndex > index) {\n    return pivotPoint * 2\n  }\n\n  if (pivotIndex < index) {\n    return (pivotPoint + 1) * 2\n  }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n  this.upsert(insertIdx, val, function () {\n    throw \"duplicate index\"\n  })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n  this._magnitude = 0\n  var position = this.positionForIndex(insertIdx)\n\n  if (this.elements[position] == insertIdx) {\n    this.elements[position + 1] = fn(this.elements[position + 1], val)\n  } else {\n    this.elements.splice(position, 0, insertIdx, val)\n  }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n  if (this._magnitude) return this._magnitude\n\n  var sumOfSquares = 0,\n      elementsLength = this.elements.length\n\n  for (var i = 1; i < elementsLength; i += 2) {\n    var val = this.elements[i]\n    sumOfSquares += val * val\n  }\n\n  return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n  var dotProduct = 0,\n      a = this.elements, b = otherVector.elements,\n      aLen = a.length, bLen = b.length,\n      aVal = 0, bVal = 0,\n      i = 0, j = 0\n\n  while (i < aLen && j < bLen) {\n    aVal = a[i], bVal = b[j]\n    if (aVal < bVal) {\n      i += 2\n    } else if (aVal > bVal) {\n      j += 2\n    } else if (aVal == bVal) {\n      dotProduct += a[i + 1] * b[j + 1]\n      i += 2\n      j += 2\n    }\n  }\n\n  return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n  return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n  var output = new Array (this.elements.length / 2)\n\n  for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n    output[j] = this.elements[i]\n  }\n\n  return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n  return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n  var step2list = {\n      \"ational\" : \"ate\",\n      \"tional\" : \"tion\",\n      \"enci\" : \"ence\",\n      \"anci\" : \"ance\",\n      \"izer\" : \"ize\",\n      \"bli\" : \"ble\",\n      \"alli\" : \"al\",\n      \"entli\" : \"ent\",\n      \"eli\" : \"e\",\n      \"ousli\" : \"ous\",\n      \"ization\" : \"ize\",\n      \"ation\" : \"ate\",\n      \"ator\" : \"ate\",\n      \"alism\" : \"al\",\n      \"iveness\" : \"ive\",\n      \"fulness\" : \"ful\",\n      \"ousness\" : \"ous\",\n      \"aliti\" : \"al\",\n      \"iviti\" : \"ive\",\n      \"biliti\" : \"ble\",\n      \"logi\" : \"log\"\n    },\n\n    step3list = {\n      \"icate\" : \"ic\",\n      \"ative\" : \"\",\n      \"alize\" : \"al\",\n      \"iciti\" : \"ic\",\n      \"ical\" : \"ic\",\n      \"ful\" : \"\",\n      \"ness\" : \"\"\n    },\n\n    c = \"[^aeiou]\",          // consonant\n    v = \"[aeiouy]\",          // vowel\n    C = c + \"[^aeiouy]*\",    // consonant sequence\n    V = v + \"[aeiou]*\",      // vowel sequence\n\n    mgr0 = \"^(\" + C + \")?\" + V + C,               // [C]VC... is m>0\n    meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\",  // [C]VC[V] is m=1\n    mgr1 = \"^(\" + C + \")?\" + V + C + V + C,       // [C]VCVC... is m>1\n    s_v = \"^(\" + C + \")?\" + v;                   // vowel in stem\n\n  var re_mgr0 = new RegExp(mgr0);\n  var re_mgr1 = new RegExp(mgr1);\n  var re_meq1 = new RegExp(meq1);\n  var re_s_v = new RegExp(s_v);\n\n  var re_1a = /^(.+?)(ss|i)es$/;\n  var re2_1a = /^(.+?)([^s])s$/;\n  var re_1b = /^(.+?)eed$/;\n  var re2_1b = /^(.+?)(ed|ing)$/;\n  var re_1b_2 = /.$/;\n  var re2_1b_2 = /(at|bl|iz)$/;\n  var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n  var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n  var re_1c = /^(.+?[^aeiou])y$/;\n  var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n  var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n  var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n  var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n  var re_5 = /^(.+?)e$/;\n  var re_5_1 = /ll$/;\n  var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n  var porterStemmer = function porterStemmer(w) {\n    var stem,\n      suffix,\n      firstch,\n      re,\n      re2,\n      re3,\n      re4;\n\n    if (w.length < 3) { return w; }\n\n    firstch = w.substr(0,1);\n    if (firstch == \"y\") {\n      w = firstch.toUpperCase() + w.substr(1);\n    }\n\n    // Step 1a\n    re = re_1a\n    re2 = re2_1a;\n\n    if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n    else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n    // Step 1b\n    re = re_1b;\n    re2 = re2_1b;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      re = re_mgr0;\n      if (re.test(fp[1])) {\n        re = re_1b_2;\n        w = w.replace(re,\"\");\n      }\n    } else if (re2.test(w)) {\n      var fp = re2.exec(w);\n      stem = fp[1];\n      re2 = re_s_v;\n      if (re2.test(stem)) {\n        w = stem;\n        re2 = re2_1b_2;\n        re3 = re3_1b_2;\n        re4 = re4_1b_2;\n        if (re2.test(w)) { w = w + \"e\"; }\n        else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n        else if (re4.test(w)) { w = w + \"e\"; }\n      }\n    }\n\n    // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n    re = re_1c;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      w = stem + \"i\";\n    }\n\n    // Step 2\n    re = re_2;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      suffix = fp[2];\n      re = re_mgr0;\n      if (re.test(stem)) {\n        w = stem + step2list[suffix];\n      }\n    }\n\n    // Step 3\n    re = re_3;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      suffix = fp[2];\n      re = re_mgr0;\n      if (re.test(stem)) {\n        w = stem + step3list[suffix];\n      }\n    }\n\n    // Step 4\n    re = re_4;\n    re2 = re2_4;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      re = re_mgr1;\n      if (re.test(stem)) {\n        w = stem;\n      }\n    } else if (re2.test(w)) {\n      var fp = re2.exec(w);\n      stem = fp[1] + fp[2];\n      re2 = re_mgr1;\n      if (re2.test(stem)) {\n        w = stem;\n      }\n    }\n\n    // Step 5\n    re = re_5;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      re = re_mgr1;\n      re2 = re_meq1;\n      re3 = re3_5;\n      if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n        w = stem;\n      }\n    }\n\n    re = re_5_1;\n    re2 = re_mgr1;\n    if (re.test(w) && re2.test(w)) {\n      re = re_1b_2;\n      w = w.replace(re,\"\");\n    }\n\n    // and turn initial Y back to y\n\n    if (firstch == \"y\") {\n      w = firstch.toLowerCase() + w.substr(1);\n    }\n\n    return w;\n  };\n\n  return function (token) {\n    return token.update(porterStemmer);\n  }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n  var words = stopWords.reduce(function (memo, stopWord) {\n    memo[stopWord] = stopWord\n    return memo\n  }, {})\n\n  return function (token) {\n    if (token && words[token.toString()] !== token.toString()) return token\n  }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n  'a',\n  'able',\n  'about',\n  'across',\n  'after',\n  'all',\n  'almost',\n  'also',\n  'am',\n  'among',\n  'an',\n  'and',\n  'any',\n  'are',\n  'as',\n  'at',\n  'be',\n  'because',\n  'been',\n  'but',\n  'by',\n  'can',\n  'cannot',\n  'could',\n  'dear',\n  'did',\n  'do',\n  'does',\n  'either',\n  'else',\n  'ever',\n  'every',\n  'for',\n  'from',\n  'get',\n  'got',\n  'had',\n  'has',\n  'have',\n  'he',\n  'her',\n  'hers',\n  'him',\n  'his',\n  'how',\n  'however',\n  'i',\n  'if',\n  'in',\n  'into',\n  'is',\n  'it',\n  'its',\n  'just',\n  'least',\n  'let',\n  'like',\n  'likely',\n  'may',\n  'me',\n  'might',\n  'most',\n  'must',\n  'my',\n  'neither',\n  'no',\n  'nor',\n  'not',\n  'of',\n  'off',\n  'often',\n  'on',\n  'only',\n  'or',\n  'other',\n  'our',\n  'own',\n  'rather',\n  'said',\n  'say',\n  'says',\n  'she',\n  'should',\n  'since',\n  'so',\n  'some',\n  'than',\n  'that',\n  'the',\n  'their',\n  'them',\n  'then',\n  'there',\n  'these',\n  'they',\n  'this',\n  'tis',\n  'to',\n  'too',\n  'twas',\n  'us',\n  'wants',\n  'was',\n  'we',\n  'were',\n  'what',\n  'when',\n  'where',\n  'which',\n  'while',\n  'who',\n  'whom',\n  'why',\n  'will',\n  'with',\n  'would',\n  'yet',\n  'you',\n  'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n  return token.update(function (s) {\n    return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n  })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n  this.final = false\n  this.edges = {}\n  this.id = lunr.TokenSet._nextId\n  lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n  var builder = new lunr.TokenSet.Builder\n\n  for (var i = 0, len = arr.length; i < len; i++) {\n    builder.insert(arr[i])\n  }\n\n  builder.finish()\n  return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n  if ('editDistance' in clause) {\n    return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n  } else {\n    return lunr.TokenSet.fromString(clause.term)\n  }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n  var root = new lunr.TokenSet\n\n  var stack = [{\n    node: root,\n    editsRemaining: editDistance,\n    str: str\n  }]\n\n  while (stack.length) {\n    var frame = stack.pop()\n\n    // no edit\n    if (frame.str.length > 0) {\n      var char = frame.str.charAt(0),\n          noEditNode\n\n      if (char in frame.node.edges) {\n        noEditNode = frame.node.edges[char]\n      } else {\n        noEditNode = new lunr.TokenSet\n        frame.node.edges[char] = noEditNode\n      }\n\n      if (frame.str.length == 1) {\n        noEditNode.final = true\n      }\n\n      stack.push({\n        node: noEditNode,\n        editsRemaining: frame.editsRemaining,\n        str: frame.str.slice(1)\n      })\n    }\n\n    if (frame.editsRemaining == 0) {\n      continue\n    }\n\n    // insertion\n    if (\"*\" in frame.node.edges) {\n      var insertionNode = frame.node.edges[\"*\"]\n    } else {\n      var insertionNode = new lunr.TokenSet\n      frame.node.edges[\"*\"] = insertionNode\n    }\n\n    if (frame.str.length == 0) {\n      insertionNode.final = true\n    }\n\n    stack.push({\n      node: insertionNode,\n      editsRemaining: frame.editsRemaining - 1,\n      str: frame.str\n    })\n\n    // deletion\n    // can only do a deletion if we have enough edits remaining\n    // and if there are characters left to delete in the string\n    if (frame.str.length > 1) {\n      stack.push({\n        node: frame.node,\n        editsRemaining: frame.editsRemaining - 1,\n        str: frame.str.slice(1)\n      })\n    }\n\n    // deletion\n    // just removing the last character from the str\n    if (frame.str.length == 1) {\n      frame.node.final = true\n    }\n\n    // substitution\n    // can only do a substitution if we have enough edits remaining\n    // and if there are characters left to substitute\n    if (frame.str.length >= 1) {\n      if (\"*\" in frame.node.edges) {\n        var substitutionNode = frame.node.edges[\"*\"]\n      } else {\n        var substitutionNode = new lunr.TokenSet\n        frame.node.edges[\"*\"] = substitutionNode\n      }\n\n      if (frame.str.length == 1) {\n        substitutionNode.final = true\n      }\n\n      stack.push({\n        node: substitutionNode,\n        editsRemaining: frame.editsRemaining - 1,\n        str: frame.str.slice(1)\n      })\n    }\n\n    // transposition\n    // can only do a transposition if there are edits remaining\n    // and there are enough characters to transpose\n    if (frame.str.length > 1) {\n      var charA = frame.str.charAt(0),\n          charB = frame.str.charAt(1),\n          transposeNode\n\n      if (charB in frame.node.edges) {\n        transposeNode = frame.node.edges[charB]\n      } else {\n        transposeNode = new lunr.TokenSet\n        frame.node.edges[charB] = transposeNode\n      }\n\n      if (frame.str.length == 1) {\n        transposeNode.final = true\n      }\n\n      stack.push({\n        node: transposeNode,\n        editsRemaining: frame.editsRemaining - 1,\n        str: charA + frame.str.slice(2)\n      })\n    }\n  }\n\n  return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n  var node = new lunr.TokenSet,\n      root = node\n\n  /*\n   * Iterates through all characters within the passed string\n   * appending a node for each character.\n   *\n   * When a wildcard character is found then a self\n   * referencing edge is introduced to continually match\n   * any number of any characters.\n   */\n  for (var i = 0, len = str.length; i < len; i++) {\n    var char = str[i],\n        final = (i == len - 1)\n\n    if (char == \"*\") {\n      node.edges[char] = node\n      node.final = final\n\n    } else {\n      var next = new lunr.TokenSet\n      next.final = final\n\n      node.edges[char] = next\n      node = next\n    }\n  }\n\n  return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n  var words = []\n\n  var stack = [{\n    prefix: \"\",\n    node: this\n  }]\n\n  while (stack.length) {\n    var frame = stack.pop(),\n        edges = Object.keys(frame.node.edges),\n        len = edges.length\n\n    if (frame.node.final) {\n      /* In Safari, at this point the prefix is sometimes corrupted, see:\n       * https://github.com/olivernn/lunr.js/issues/279 Calling any\n       * String.prototype method forces Safari to \"cast\" this string to what\n       * it's supposed to be, fixing the bug. */\n      frame.prefix.charAt(0)\n      words.push(frame.prefix)\n    }\n\n    for (var i = 0; i < len; i++) {\n      var edge = edges[i]\n\n      stack.push({\n        prefix: frame.prefix.concat(edge),\n        node: frame.node.edges[edge]\n      })\n    }\n  }\n\n  return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n  // NOTE: Using Object.keys here as this.edges is very likely\n  // to enter 'hash-mode' with many keys being added\n  //\n  // avoiding a for-in loop here as it leads to the function\n  // being de-optimised (at least in V8). From some simple\n  // benchmarks the performance is comparable, but allowing\n  // V8 to optimize may mean easy performance wins in the future.\n\n  if (this._str) {\n    return this._str\n  }\n\n  var str = this.final ? '1' : '0',\n      labels = Object.keys(this.edges).sort(),\n      len = labels.length\n\n  for (var i = 0; i < len; i++) {\n    var label = labels[i],\n        node = this.edges[label]\n\n    str = str + label + node.id\n  }\n\n  return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n  var output = new lunr.TokenSet,\n      frame = undefined\n\n  var stack = [{\n    qNode: b,\n    output: output,\n    node: this\n  }]\n\n  while (stack.length) {\n    frame = stack.pop()\n\n    // NOTE: As with the #toString method, we are using\n    // Object.keys and a for loop instead of a for-in loop\n    // as both of these objects enter 'hash' mode, causing\n    // the function to be de-optimised in V8\n    var qEdges = Object.keys(frame.qNode.edges),\n        qLen = qEdges.length,\n        nEdges = Object.keys(frame.node.edges),\n        nLen = nEdges.length\n\n    for (var q = 0; q < qLen; q++) {\n      var qEdge = qEdges[q]\n\n      for (var n = 0; n < nLen; n++) {\n        var nEdge = nEdges[n]\n\n        if (nEdge == qEdge || qEdge == '*') {\n          var node = frame.node.edges[nEdge],\n              qNode = frame.qNode.edges[qEdge],\n              final = node.final && qNode.final,\n              next = undefined\n\n          if (nEdge in frame.output.edges) {\n            // an edge already exists for this character\n            // no need to create a new node, just set the finality\n            // bit unless this node is already final\n            next = frame.output.edges[nEdge]\n            next.final = next.final || final\n\n          } else {\n            // no edge exists yet, must create one\n            // set the finality bit and insert it\n            // into the output\n            next = new lunr.TokenSet\n            next.final = final\n            frame.output.edges[nEdge] = next\n          }\n\n          stack.push({\n            qNode: qNode,\n            output: next,\n            node: node\n          })\n        }\n      }\n    }\n  }\n\n  return output\n}\nlunr.TokenSet.Builder = function () {\n  this.previousWord = \"\"\n  this.root = new lunr.TokenSet\n  this.uncheckedNodes = []\n  this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n  var node,\n      commonPrefix = 0\n\n  if (word < this.previousWord) {\n    throw new Error (\"Out of order word insertion\")\n  }\n\n  for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n    if (word[i] != this.previousWord[i]) break\n    commonPrefix++\n  }\n\n  this.minimize(commonPrefix)\n\n  if (this.uncheckedNodes.length == 0) {\n    node = this.root\n  } else {\n    node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n  }\n\n  for (var i = commonPrefix; i < word.length; i++) {\n    var nextNode = new lunr.TokenSet,\n        char = word[i]\n\n    node.edges[char] = nextNode\n\n    this.uncheckedNodes.push({\n      parent: node,\n      char: char,\n      child: nextNode\n    })\n\n    node = nextNode\n  }\n\n  node.final = true\n  this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n  this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n  for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n    var node = this.uncheckedNodes[i],\n        childKey = node.child.toString()\n\n    if (childKey in this.minimizedNodes) {\n      node.parent.edges[node.char] = this.minimizedNodes[childKey]\n    } else {\n      // Cache the key for this node since\n      // we know it can't change anymore\n      node.child._str = childKey\n\n      this.minimizedNodes[childKey] = node.child\n    }\n\n    this.uncheckedNodes.pop()\n  }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object<string, lunr.Vector>} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n  this.invertedIndex = attrs.invertedIndex\n  this.fieldVectors = attrs.fieldVectors\n  this.tokenSet = attrs.tokenSet\n  this.fields = attrs.fields\n  this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example <caption>Simple single term query</caption>\n * hello\n * @example <caption>Multiple term query</caption>\n * hello world\n * @example <caption>term scoped to a field</caption>\n * title:hello\n * @example <caption>term with a boost of 10</caption>\n * hello^10\n * @example <caption>term with an edit distance of 2</caption>\n * hello~2\n * @example <caption>terms with presence modifiers</caption>\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first.  For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n  return this.query(function (query) {\n    var parser = new lunr.QueryParser(queryString, query)\n    parser.parse()\n  })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n  // for each query clause\n  // * process terms\n  // * expand terms from token set\n  // * find matching documents and metadata\n  // * get document vectors\n  // * score documents\n\n  var query = new lunr.Query(this.fields),\n      matchingFields = Object.create(null),\n      queryVectors = Object.create(null),\n      termFieldCache = Object.create(null),\n      requiredMatches = Object.create(null),\n      prohibitedMatches = Object.create(null)\n\n  /*\n   * To support field level boosts a query vector is created per\n   * field. An empty vector is eagerly created to support negated\n   * queries.\n   */\n  for (var i = 0; i < this.fields.length; i++) {\n    queryVectors[this.fields[i]] = new lunr.Vector\n  }\n\n  fn.call(query, query)\n\n  for (var i = 0; i < query.clauses.length; i++) {\n    /*\n     * Unless the pipeline has been disabled for this term, which is\n     * the case for terms with wildcards, we need to pass the clause\n     * term through the search pipeline. A pipeline returns an array\n     * of processed terms. Pipeline functions may expand the passed\n     * term, which means we may end up performing multiple index lookups\n     * for a single query term.\n     */\n    var clause = query.clauses[i],\n        terms = null,\n        clauseMatches = lunr.Set.empty\n\n    if (clause.usePipeline) {\n      terms = this.pipeline.runString(clause.term, {\n        fields: clause.fields\n      })\n    } else {\n      terms = [clause.term]\n    }\n\n    for (var m = 0; m < terms.length; m++) {\n      var term = terms[m]\n\n      /*\n       * Each term returned from the pipeline needs to use the same query\n       * clause object, e.g. the same boost and or edit distance. The\n       * simplest way to do this is to re-use the clause object but mutate\n       * its term property.\n       */\n      clause.term = term\n\n      /*\n       * From the term in the clause we create a token set which will then\n       * be used to intersect the indexes token set to get a list of terms\n       * to lookup in the inverted index\n       */\n      var termTokenSet = lunr.TokenSet.fromClause(clause),\n          expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n      /*\n       * If a term marked as required does not exist in the tokenSet it is\n       * impossible for the search to return any matches. We set all the field\n       * scoped required matches set to empty and stop examining any further\n       * clauses.\n       */\n      if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n        for (var k = 0; k < clause.fields.length; k++) {\n          var field = clause.fields[k]\n          requiredMatches[field] = lunr.Set.empty\n        }\n\n        break\n      }\n\n      for (var j = 0; j < expandedTerms.length; j++) {\n        /*\n         * For each term get the posting and termIndex, this is required for\n         * building the query vector.\n         */\n        var expandedTerm = expandedTerms[j],\n            posting = this.invertedIndex[expandedTerm],\n            termIndex = posting._index\n\n        for (var k = 0; k < clause.fields.length; k++) {\n          /*\n           * For each field that this query term is scoped by (by default\n           * all fields are in scope) we need to get all the document refs\n           * that have this term in that field.\n           *\n           * The posting is the entry in the invertedIndex for the matching\n           * term from above.\n           */\n          var field = clause.fields[k],\n              fieldPosting = posting[field],\n              matchingDocumentRefs = Object.keys(fieldPosting),\n              termField = expandedTerm + \"/\" + field,\n              matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n          /*\n           * if the presence of this term is required ensure that the matching\n           * documents are added to the set of required matches for this clause.\n           *\n           */\n          if (clause.presence == lunr.Query.presence.REQUIRED) {\n            clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n            if (requiredMatches[field] === undefined) {\n              requiredMatches[field] = lunr.Set.complete\n            }\n          }\n\n          /*\n           * if the presence of this term is prohibited ensure that the matching\n           * documents are added to the set of prohibited matches for this field,\n           * creating that set if it does not yet exist.\n           */\n          if (clause.presence == lunr.Query.presence.PROHIBITED) {\n            if (prohibitedMatches[field] === undefined) {\n              prohibitedMatches[field] = lunr.Set.empty\n            }\n\n            prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n            /*\n             * Prohibited matches should not be part of the query vector used for\n             * similarity scoring and no metadata should be extracted so we continue\n             * to the next field\n             */\n            continue\n          }\n\n          /*\n           * The query field vector is populated using the termIndex found for\n           * the term and a unit value with the appropriate boost applied.\n           * Using upsert because there could already be an entry in the vector\n           * for the term we are working with. In that case we just add the scores\n           * together.\n           */\n          queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n          /**\n           * If we've already seen this term, field combo then we've already collected\n           * the matching documents and metadata, no need to go through all that again\n           */\n          if (termFieldCache[termField]) {\n            continue\n          }\n\n          for (var l = 0; l < matchingDocumentRefs.length; l++) {\n            /*\n             * All metadata for this term/field/document triple\n             * are then extracted and collected into an instance\n             * of lunr.MatchData ready to be returned in the query\n             * results\n             */\n            var matchingDocumentRef = matchingDocumentRefs[l],\n                matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n                metadata = fieldPosting[matchingDocumentRef],\n                fieldMatch\n\n            if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n              matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n            } else {\n              fieldMatch.add(expandedTerm, field, metadata)\n            }\n\n          }\n\n          termFieldCache[termField] = true\n        }\n      }\n    }\n\n    /**\n     * If the presence was required we need to update the requiredMatches field sets.\n     * We do this after all fields for the term have collected their matches because\n     * the clause terms presence is required in _any_ of the fields not _all_ of the\n     * fields.\n     */\n    if (clause.presence === lunr.Query.presence.REQUIRED) {\n      for (var k = 0; k < clause.fields.length; k++) {\n        var field = clause.fields[k]\n        requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n      }\n    }\n  }\n\n  /**\n   * Need to combine the field scoped required and prohibited\n   * matching documents into a global set of required and prohibited\n   * matches\n   */\n  var allRequiredMatches = lunr.Set.complete,\n      allProhibitedMatches = lunr.Set.empty\n\n  for (var i = 0; i < this.fields.length; i++) {\n    var field = this.fields[i]\n\n    if (requiredMatches[field]) {\n      allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n    }\n\n    if (prohibitedMatches[field]) {\n      allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n    }\n  }\n\n  var matchingFieldRefs = Object.keys(matchingFields),\n      results = [],\n      matches = Object.create(null)\n\n  /*\n   * If the query is negated (contains only prohibited terms)\n   * we need to get _all_ fieldRefs currently existing in the\n   * index. This is only done when we know that the query is\n   * entirely prohibited terms to avoid any cost of getting all\n   * fieldRefs unnecessarily.\n   *\n   * Additionally, blank MatchData must be created to correctly\n   * populate the results.\n   */\n  if (query.isNegated()) {\n    matchingFieldRefs = Object.keys(this.fieldVectors)\n\n    for (var i = 0; i < matchingFieldRefs.length; i++) {\n      var matchingFieldRef = matchingFieldRefs[i]\n      var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n      matchingFields[matchingFieldRef] = new lunr.MatchData\n    }\n  }\n\n  for (var i = 0; i < matchingFieldRefs.length; i++) {\n    /*\n     * Currently we have document fields that match the query, but we\n     * need to return documents. The matchData and scores are combined\n     * from multiple fields belonging to the same document.\n     *\n     * Scores are calculated by field, using the query vectors created\n     * above, and combined into a final document score using addition.\n     */\n    var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n        docRef = fieldRef.docRef\n\n    if (!allRequiredMatches.contains(docRef)) {\n      continue\n    }\n\n    if (allProhibitedMatches.contains(docRef)) {\n      continue\n    }\n\n    var fieldVector = this.fieldVectors[fieldRef],\n        score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n        docMatch\n\n    if ((docMatch = matches[docRef]) !== undefined) {\n      docMatch.score += score\n      docMatch.matchData.combine(matchingFields[fieldRef])\n    } else {\n      var match = {\n        ref: docRef,\n        score: score,\n        matchData: matchingFields[fieldRef]\n      }\n      matches[docRef] = match\n      results.push(match)\n    }\n  }\n\n  /*\n   * Sort the results objects by score, highest first.\n   */\n  return results.sort(function (a, b) {\n    return b.score - a.score\n  })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n  var invertedIndex = Object.keys(this.invertedIndex)\n    .sort()\n    .map(function (term) {\n      return [term, this.invertedIndex[term]]\n    }, this)\n\n  var fieldVectors = Object.keys(this.fieldVectors)\n    .map(function (ref) {\n      return [ref, this.fieldVectors[ref].toJSON()]\n    }, this)\n\n  return {\n    version: lunr.version,\n    fields: this.fields,\n    fieldVectors: fieldVectors,\n    invertedIndex: invertedIndex,\n    pipeline: this.pipeline.toJSON()\n  }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n  var attrs = {},\n      fieldVectors = {},\n      serializedVectors = serializedIndex.fieldVectors,\n      invertedIndex = Object.create(null),\n      serializedInvertedIndex = serializedIndex.invertedIndex,\n      tokenSetBuilder = new lunr.TokenSet.Builder,\n      pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n  if (serializedIndex.version != lunr.version) {\n    lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n  }\n\n  for (var i = 0; i < serializedVectors.length; i++) {\n    var tuple = serializedVectors[i],\n        ref = tuple[0],\n        elements = tuple[1]\n\n    fieldVectors[ref] = new lunr.Vector(elements)\n  }\n\n  for (var i = 0; i < serializedInvertedIndex.length; i++) {\n    var tuple = serializedInvertedIndex[i],\n        term = tuple[0],\n        posting = tuple[1]\n\n    tokenSetBuilder.insert(term)\n    invertedIndex[term] = posting\n  }\n\n  tokenSetBuilder.finish()\n\n  attrs.fields = serializedIndex.fields\n\n  attrs.fieldVectors = fieldVectors\n  attrs.invertedIndex = invertedIndex\n  attrs.tokenSet = tokenSetBuilder.root\n  attrs.pipeline = pipeline\n\n  return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n  this._ref = \"id\"\n  this._fields = Object.create(null)\n  this._documents = Object.create(null)\n  this.invertedIndex = Object.create(null)\n  this.fieldTermFrequencies = {}\n  this.fieldLengths = {}\n  this.tokenizer = lunr.tokenizer\n  this.pipeline = new lunr.Pipeline\n  this.searchPipeline = new lunr.Pipeline\n  this.documentCount = 0\n  this._b = 0.75\n  this._k1 = 1.2\n  this.termIndex = 0\n  this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n  this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example <caption>Extracting a nested field</caption>\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n  if (/\\//.test(fieldName)) {\n    throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n  }\n\n  this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n  if (number < 0) {\n    this._b = 0\n  } else if (number > 1) {\n    this._b = 1\n  } else {\n    this._b = number\n  }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n  this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n  var docRef = doc[this._ref],\n      fields = Object.keys(this._fields)\n\n  this._documents[docRef] = attributes || {}\n  this.documentCount += 1\n\n  for (var i = 0; i < fields.length; i++) {\n    var fieldName = fields[i],\n        extractor = this._fields[fieldName].extractor,\n        field = extractor ? extractor(doc) : doc[fieldName],\n        tokens = this.tokenizer(field, {\n          fields: [fieldName]\n        }),\n        terms = this.pipeline.run(tokens),\n        fieldRef = new lunr.FieldRef (docRef, fieldName),\n        fieldTerms = Object.create(null)\n\n    this.fieldTermFrequencies[fieldRef] = fieldTerms\n    this.fieldLengths[fieldRef] = 0\n\n    // store the length of this field for this document\n    this.fieldLengths[fieldRef] += terms.length\n\n    // calculate term frequencies for this field\n    for (var j = 0; j < terms.length; j++) {\n      var term = terms[j]\n\n      if (fieldTerms[term] == undefined) {\n        fieldTerms[term] = 0\n      }\n\n      fieldTerms[term] += 1\n\n      // add to inverted index\n      // create an initial posting if one doesn't exist\n      if (this.invertedIndex[term] == undefined) {\n        var posting = Object.create(null)\n        posting[\"_index\"] = this.termIndex\n        this.termIndex += 1\n\n        for (var k = 0; k < fields.length; k++) {\n          posting[fields[k]] = Object.create(null)\n        }\n\n        this.invertedIndex[term] = posting\n      }\n\n      // add an entry for this term/fieldName/docRef to the invertedIndex\n      if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n        this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n      }\n\n      // store all whitelisted metadata about this token in the\n      // inverted index\n      for (var l = 0; l < this.metadataWhitelist.length; l++) {\n        var metadataKey = this.metadataWhitelist[l],\n            metadata = term.metadata[metadataKey]\n\n        if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n          this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n        }\n\n        this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n      }\n    }\n\n  }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n  var fieldRefs = Object.keys(this.fieldLengths),\n      numberOfFields = fieldRefs.length,\n      accumulator = {},\n      documentsWithField = {}\n\n  for (var i = 0; i < numberOfFields; i++) {\n    var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n        field = fieldRef.fieldName\n\n    documentsWithField[field] || (documentsWithField[field] = 0)\n    documentsWithField[field] += 1\n\n    accumulator[field] || (accumulator[field] = 0)\n    accumulator[field] += this.fieldLengths[fieldRef]\n  }\n\n  var fields = Object.keys(this._fields)\n\n  for (var i = 0; i < fields.length; i++) {\n    var fieldName = fields[i]\n    accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n  }\n\n  this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n  var fieldVectors = {},\n      fieldRefs = Object.keys(this.fieldTermFrequencies),\n      fieldRefsLength = fieldRefs.length,\n      termIdfCache = Object.create(null)\n\n  for (var i = 0; i < fieldRefsLength; i++) {\n    var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n        fieldName = fieldRef.fieldName,\n        fieldLength = this.fieldLengths[fieldRef],\n        fieldVector = new lunr.Vector,\n        termFrequencies = this.fieldTermFrequencies[fieldRef],\n        terms = Object.keys(termFrequencies),\n        termsLength = terms.length\n\n\n    var fieldBoost = this._fields[fieldName].boost || 1,\n        docBoost = this._documents[fieldRef.docRef].boost || 1\n\n    for (var j = 0; j < termsLength; j++) {\n      var term = terms[j],\n          tf = termFrequencies[term],\n          termIndex = this.invertedIndex[term]._index,\n          idf, score, scoreWithPrecision\n\n      if (termIdfCache[term] === undefined) {\n        idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n        termIdfCache[term] = idf\n      } else {\n        idf = termIdfCache[term]\n      }\n\n      score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n      score *= fieldBoost\n      score *= docBoost\n      scoreWithPrecision = Math.round(score * 1000) / 1000\n      // Converts 1.23456789 to 1.234.\n      // Reducing the precision so that the vectors take up less\n      // space when serialised. Doing it now so that they behave\n      // the same before and after serialisation. Also, this is\n      // the fastest approach to reducing a number's precision in\n      // JavaScript.\n\n      fieldVector.insert(termIndex, scoreWithPrecision)\n    }\n\n    fieldVectors[fieldRef] = fieldVector\n  }\n\n  this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n  this.tokenSet = lunr.TokenSet.fromArray(\n    Object.keys(this.invertedIndex).sort()\n  )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n  this.calculateAverageFieldLengths()\n  this.createFieldVectors()\n  this.createTokenSet()\n\n  return new lunr.Index({\n    invertedIndex: this.invertedIndex,\n    fieldVectors: this.fieldVectors,\n    tokenSet: this.tokenSet,\n    fields: Object.keys(this._fields),\n    pipeline: this.searchPipeline\n  })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n  var args = Array.prototype.slice.call(arguments, 1)\n  args.unshift(this)\n  fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n  var clonedMetadata = Object.create(null),\n      metadataKeys = Object.keys(metadata || {})\n\n  // Cloning the metadata to prevent the original\n  // being mutated during match data combination.\n  // Metadata is kept in an array within the inverted\n  // index so cloning the data can be done with\n  // Array#slice\n  for (var i = 0; i < metadataKeys.length; i++) {\n    var key = metadataKeys[i]\n    clonedMetadata[key] = metadata[key].slice()\n  }\n\n  this.metadata = Object.create(null)\n\n  if (term !== undefined) {\n    this.metadata[term] = Object.create(null)\n    this.metadata[term][field] = clonedMetadata\n  }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n  var terms = Object.keys(otherMatchData.metadata)\n\n  for (var i = 0; i < terms.length; i++) {\n    var term = terms[i],\n        fields = Object.keys(otherMatchData.metadata[term])\n\n    if (this.metadata[term] == undefined) {\n      this.metadata[term] = Object.create(null)\n    }\n\n    for (var j = 0; j < fields.length; j++) {\n      var field = fields[j],\n          keys = Object.keys(otherMatchData.metadata[term][field])\n\n      if (this.metadata[term][field] == undefined) {\n        this.metadata[term][field] = Object.create(null)\n      }\n\n      for (var k = 0; k < keys.length; k++) {\n        var key = keys[k]\n\n        if (this.metadata[term][field][key] == undefined) {\n          this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n        } else {\n          this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n        }\n\n      }\n    }\n  }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n  if (!(term in this.metadata)) {\n    this.metadata[term] = Object.create(null)\n    this.metadata[term][field] = metadata\n    return\n  }\n\n  if (!(field in this.metadata[term])) {\n    this.metadata[term][field] = metadata\n    return\n  }\n\n  var metadataKeys = Object.keys(metadata)\n\n  for (var i = 0; i < metadataKeys.length; i++) {\n    var key = metadataKeys[i]\n\n    if (key in this.metadata[term][field]) {\n      this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n    } else {\n      this.metadata[term][field][key] = metadata[key]\n    }\n  }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n  this.clauses = []\n  this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example <caption>query term with trailing wildcard</caption>\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example <caption>query term with leading and trailing wildcard</caption>\n * query.term('foo', {\n *   wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example <caption>query term with required presence</caption>\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n  /**\n   * Term's presence in a document is optional, this is the default value.\n   */\n  OPTIONAL: 1,\n\n  /**\n   * Term's presence in a document is required, documents that do not contain\n   * this term will not be returned.\n   */\n  REQUIRED: 2,\n\n  /**\n   * Term's presence in a document is prohibited, documents that do contain\n   * this term will not be returned.\n   */\n  PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n  if (!('fields' in clause)) {\n    clause.fields = this.allFields\n  }\n\n  if (!('boost' in clause)) {\n    clause.boost = 1\n  }\n\n  if (!('usePipeline' in clause)) {\n    clause.usePipeline = true\n  }\n\n  if (!('wildcard' in clause)) {\n    clause.wildcard = lunr.Query.wildcard.NONE\n  }\n\n  if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n    clause.term = \"*\" + clause.term\n  }\n\n  if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n    clause.term = \"\" + clause.term + \"*\"\n  }\n\n  if (!('presence' in clause)) {\n    clause.presence = lunr.Query.presence.OPTIONAL\n  }\n\n  this.clauses.push(clause)\n\n  return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n  for (var i = 0; i < this.clauses.length; i++) {\n    if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n      return false\n    }\n  }\n\n  return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example <caption>adding a single term to a query</caption>\n * query.term(\"foo\")\n * @example <caption>adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard</caption>\n * query.term(\"foo\", {\n *   fields: [\"title\"],\n *   boost: 10,\n *   wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example <caption>using lunr.tokenizer to convert a string to tokens before using them as terms</caption>\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n  if (Array.isArray(term)) {\n    term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n    return this\n  }\n\n  var clause = options || {}\n  clause.term = term.toString()\n\n  this.clause(clause)\n\n  return this\n}\nlunr.QueryParseError = function (message, start, end) {\n  this.name = \"QueryParseError\"\n  this.message = message\n  this.start = start\n  this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n  this.lexemes = []\n  this.str = str\n  this.length = str.length\n  this.pos = 0\n  this.start = 0\n  this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n  var state = lunr.QueryLexer.lexText\n\n  while (state) {\n    state = state(this)\n  }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n  var subSlices = [],\n      sliceStart = this.start,\n      sliceEnd = this.pos\n\n  for (var i = 0; i < this.escapeCharPositions.length; i++) {\n    sliceEnd = this.escapeCharPositions[i]\n    subSlices.push(this.str.slice(sliceStart, sliceEnd))\n    sliceStart = sliceEnd + 1\n  }\n\n  subSlices.push(this.str.slice(sliceStart, this.pos))\n  this.escapeCharPositions.length = 0\n\n  return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n  this.lexemes.push({\n    type: type,\n    str: this.sliceString(),\n    start: this.start,\n    end: this.pos\n  })\n\n  this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n  this.escapeCharPositions.push(this.pos - 1)\n  this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n  if (this.pos >= this.length) {\n    return lunr.QueryLexer.EOS\n  }\n\n  var char = this.str.charAt(this.pos)\n  this.pos += 1\n  return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n  return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n  if (this.start == this.pos) {\n    this.pos += 1\n  }\n\n  this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n  this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n  var char, charCode\n\n  do {\n    char = this.next()\n    charCode = char.charCodeAt(0)\n  } while (charCode > 47 && charCode < 58)\n\n  if (char != lunr.QueryLexer.EOS) {\n    this.backup()\n  }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n  return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n  lexer.backup()\n  lexer.emit(lunr.QueryLexer.FIELD)\n  lexer.ignore()\n  return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n  if (lexer.width() > 1) {\n    lexer.backup()\n    lexer.emit(lunr.QueryLexer.TERM)\n  }\n\n  lexer.ignore()\n\n  if (lexer.more()) {\n    return lunr.QueryLexer.lexText\n  }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n  lexer.ignore()\n  lexer.acceptDigitRun()\n  lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n  return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n  lexer.ignore()\n  lexer.acceptDigitRun()\n  lexer.emit(lunr.QueryLexer.BOOST)\n  return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n  if (lexer.width() > 0) {\n    lexer.emit(lunr.QueryLexer.TERM)\n  }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n  while (true) {\n    var char = lexer.next()\n\n    if (char == lunr.QueryLexer.EOS) {\n      return lunr.QueryLexer.lexEOS\n    }\n\n    // Escape character is '\\'\n    if (char.charCodeAt(0) == 92) {\n      lexer.escapeCharacter()\n      continue\n    }\n\n    if (char == \":\") {\n      return lunr.QueryLexer.lexField\n    }\n\n    if (char == \"~\") {\n      lexer.backup()\n      if (lexer.width() > 0) {\n        lexer.emit(lunr.QueryLexer.TERM)\n      }\n      return lunr.QueryLexer.lexEditDistance\n    }\n\n    if (char == \"^\") {\n      lexer.backup()\n      if (lexer.width() > 0) {\n        lexer.emit(lunr.QueryLexer.TERM)\n      }\n      return lunr.QueryLexer.lexBoost\n    }\n\n    // \"+\" indicates term presence is required\n    // checking for length to ensure that only\n    // leading \"+\" are considered\n    if (char == \"+\" && lexer.width() === 1) {\n      lexer.emit(lunr.QueryLexer.PRESENCE)\n      return lunr.QueryLexer.lexText\n    }\n\n    // \"-\" indicates term presence is prohibited\n    // checking for length to ensure that only\n    // leading \"-\" are considered\n    if (char == \"-\" && lexer.width() === 1) {\n      lexer.emit(lunr.QueryLexer.PRESENCE)\n      return lunr.QueryLexer.lexText\n    }\n\n    if (char.match(lunr.QueryLexer.termSeparator)) {\n      return lunr.QueryLexer.lexTerm\n    }\n  }\n}\n\nlunr.QueryParser = function (str, query) {\n  this.lexer = new lunr.QueryLexer (str)\n  this.query = query\n  this.currentClause = {}\n  this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n  this.lexer.run()\n  this.lexemes = this.lexer.lexemes\n\n  var state = lunr.QueryParser.parseClause\n\n  while (state) {\n    state = state(this)\n  }\n\n  return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n  return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n  var lexeme = this.peekLexeme()\n  this.lexemeIdx += 1\n  return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n  var completedClause = this.currentClause\n  this.query.clause(completedClause)\n  this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n  var lexeme = parser.peekLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  switch (lexeme.type) {\n    case lunr.QueryLexer.PRESENCE:\n      return lunr.QueryParser.parsePresence\n    case lunr.QueryLexer.FIELD:\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.TERM:\n      return lunr.QueryParser.parseTerm\n    default:\n      var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n      if (lexeme.str.length >= 1) {\n        errorMessage += \" with value '\" + lexeme.str + \"'\"\n      }\n\n      throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  switch (lexeme.str) {\n    case \"-\":\n      parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n      break\n    case \"+\":\n      parser.currentClause.presence = lunr.Query.presence.REQUIRED\n      break\n    default:\n      var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n      throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    var errorMessage = \"expecting term or field, found nothing\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.FIELD:\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.TERM:\n      return lunr.QueryParser.parseTerm\n    default:\n      var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n    var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n        errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  parser.currentClause.fields = [lexeme.str]\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    var errorMessage = \"expecting term, found nothing\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      return lunr.QueryParser.parseTerm\n    default:\n      var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  parser.currentClause.term = lexeme.str.toLowerCase()\n\n  if (lexeme.str.indexOf(\"*\") != -1) {\n    parser.currentClause.usePipeline = false\n  }\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    parser.nextClause()\n    return\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      parser.nextClause()\n      return lunr.QueryParser.parseTerm\n    case lunr.QueryLexer.FIELD:\n      parser.nextClause()\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.EDIT_DISTANCE:\n      return lunr.QueryParser.parseEditDistance\n    case lunr.QueryLexer.BOOST:\n      return lunr.QueryParser.parseBoost\n    case lunr.QueryLexer.PRESENCE:\n      parser.nextClause()\n      return lunr.QueryParser.parsePresence\n    default:\n      var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  var editDistance = parseInt(lexeme.str, 10)\n\n  if (isNaN(editDistance)) {\n    var errorMessage = \"edit distance must be numeric\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  parser.currentClause.editDistance = editDistance\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    parser.nextClause()\n    return\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      parser.nextClause()\n      return lunr.QueryParser.parseTerm\n    case lunr.QueryLexer.FIELD:\n      parser.nextClause()\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.EDIT_DISTANCE:\n      return lunr.QueryParser.parseEditDistance\n    case lunr.QueryLexer.BOOST:\n      return lunr.QueryParser.parseBoost\n    case lunr.QueryLexer.PRESENCE:\n      parser.nextClause()\n      return lunr.QueryParser.parsePresence\n    default:\n      var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  var boost = parseInt(lexeme.str, 10)\n\n  if (isNaN(boost)) {\n    var errorMessage = \"boost must be numeric\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  parser.currentClause.boost = boost\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    parser.nextClause()\n    return\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      parser.nextClause()\n      return lunr.QueryParser.parseTerm\n    case lunr.QueryLexer.FIELD:\n      parser.nextClause()\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.EDIT_DISTANCE:\n      return lunr.QueryParser.parseEditDistance\n    case lunr.QueryLexer.BOOST:\n      return lunr.QueryParser.parseBoost\n    case lunr.QueryLexer.PRESENCE:\n      parser.nextClause()\n      return lunr.QueryParser.parsePresence\n    default:\n      var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\n  /**\n   * export the module via AMD, CommonJS or as a browser global\n   * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n   */\n  ;(function (root, factory) {\n    if (true) {\n      // AMD. Register as an anonymous module.\n      !(__WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :\n\t\t__WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))\n    } else {}\n  }(this, function () {\n    /**\n     * Just return a value to define the module export.\n     * This example returns an object, but the module\n     * can return a function as the exported value.\n     */\n    return lunr\n  }))\n})();\n\n\n//# sourceURL=webpack:///../node_modules/lunr/lunr.js?");
+
+/***/ }),
+
+/***/ "./default/assets/css/main.sass":
+/*!**************************************!*\
+  !*** ./default/assets/css/main.sass ***!
+  \**************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./default/assets/css/main.sass?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/bootstrap.ts":
+/*!********************************************!*\
+  !*** ./default/assets/js/src/bootstrap.ts ***!
+  \********************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typedoc/Application */ \"./default/assets/js/src/typedoc/Application.ts\");\n/* harmony import */ var _typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./typedoc/components/MenuHighlight */ \"./default/assets/js/src/typedoc/components/MenuHighlight.ts\");\n/* harmony import */ var _typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./typedoc/components/Search */ \"./default/assets/js/src/typedoc/components/Search.ts\");\n/* harmony import */ var _typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./typedoc/components/Signature */ \"./default/assets/js/src/typedoc/components/Signature.ts\");\n/* harmony import */ var _typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./typedoc/components/Toggle */ \"./default/assets/js/src/typedoc/components/Toggle.ts\");\n/* harmony import */ var _typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./typedoc/components/Filter */ \"./default/assets/js/src/typedoc/components/Filter.ts\");\n/* harmony import */ var _css_main_sass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../css/main.sass */ \"./default/assets/css/main.sass\");\n\n\n\n\n\n\n\n(0,_typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__.initSearch)();\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__.MenuHighlight, \".menu-highlight\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__.Signature, \".tsd-signatures\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__.Toggle, \"a[data-toggle]\");\nif (_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter.isSupported()) {\n    (0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter, \"#tsd-filter\");\n}\nelse {\n    document.documentElement.classList.add(\"no-filter\");\n}\nvar app = new _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.Application();\nObject.defineProperty(window, \"app\", { value: app });\n\n\n//# sourceURL=webpack:///./default/assets/js/src/bootstrap.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/Application.ts":
+/*!******************************************************!*\
+  !*** ./default/assets/js/src/typedoc/Application.ts ***!
+  \******************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"registerComponent\": () => /* binding */ registerComponent,\n/* harmony export */   \"Application\": () => /* binding */ Application\n/* harmony export */ });\n/**\n * List of all known components.\n */\nvar components = [];\n/**\n * Register a new component.\n */\nfunction registerComponent(constructor, selector) {\n    components.push({\n        selector: selector,\n        constructor: constructor,\n    });\n}\n/**\n * TypeDoc application class.\n */\nvar Application = /** @class */ (function () {\n    /**\n     * Create a new Application instance.\n     */\n    function Application() {\n        this.createComponents(document.body);\n    }\n    /**\n     * Create all components beneath the given jQuery element.\n     */\n    Application.prototype.createComponents = function (context) {\n        components.forEach(function (c) {\n            context.querySelectorAll(c.selector).forEach(function (el) {\n                if (!el.dataset.hasInstance) {\n                    new c.constructor({ el: el });\n                    el.dataset.hasInstance = String(true);\n                }\n            });\n        });\n    };\n    return Application;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Application.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/Component.ts":
+/*!****************************************************!*\
+  !*** ./default/assets/js/src/typedoc/Component.ts ***!
+  \****************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Component\": () => /* binding */ Component\n/* harmony export */ });\n/**\n * TypeDoc component class.\n */\nvar Component = /** @class */ (function () {\n    function Component(options) {\n        this.el = options.el;\n    }\n    return Component;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Component.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/EventTarget.ts":
+/*!******************************************************!*\
+  !*** ./default/assets/js/src/typedoc/EventTarget.ts ***!
+  \******************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"EventTarget\": () => /* binding */ EventTarget\n/* harmony export */ });\n/**\n * TypeDoc event target class.\n */\nvar EventTarget = /** @class */ (function () {\n    function EventTarget() {\n        this.listeners = {};\n    }\n    EventTarget.prototype.addEventListener = function (type, callback) {\n        if (!(type in this.listeners)) {\n            this.listeners[type] = [];\n        }\n        this.listeners[type].push(callback);\n    };\n    EventTarget.prototype.removeEventListener = function (type, callback) {\n        if (!(type in this.listeners)) {\n            return;\n        }\n        var stack = this.listeners[type];\n        for (var i = 0, l = stack.length; i < l; i++) {\n            if (stack[i] === callback) {\n                stack.splice(i, 1);\n                return;\n            }\n        }\n    };\n    EventTarget.prototype.dispatchEvent = function (event) {\n        if (!(event.type in this.listeners)) {\n            return true;\n        }\n        var stack = this.listeners[event.type].slice();\n        for (var i = 0, l = stack.length; i < l; i++) {\n            stack[i].call(this, event);\n        }\n        return !event.defaultPrevented;\n    };\n    return EventTarget;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/EventTarget.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/components/Filter.ts":
+/*!************************************************************!*\
+  !*** ./default/assets/js/src/typedoc/components/Filter.ts ***!
+  \************************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Filter\": () => /* binding */ Filter\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n    var extendStatics = function (d, b) {\n        extendStatics = Object.setPrototypeOf ||\n            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n        return extendStatics(d, b);\n    };\n    return function (d, b) {\n        extendStatics(d, b);\n        function __() { this.constructor = d; }\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n    };\n})();\n\n\nvar FilterItem = /** @class */ (function () {\n    function FilterItem(key, value) {\n        this.key = key;\n        this.value = value;\n        this.defaultValue = value;\n        this.initialize();\n        if (window.localStorage[this.key]) {\n            this.setValue(this.fromLocalStorage(window.localStorage[this.key]));\n        }\n    }\n    FilterItem.prototype.initialize = function () { };\n    FilterItem.prototype.setValue = function (value) {\n        if (this.value == value)\n            return;\n        var oldValue = this.value;\n        this.value = value;\n        window.localStorage[this.key] = this.toLocalStorage(value);\n        this.handleValueChange(oldValue, value);\n    };\n    return FilterItem;\n}());\nvar FilterItemCheckbox = /** @class */ (function (_super) {\n    __extends(FilterItemCheckbox, _super);\n    function FilterItemCheckbox() {\n        return _super !== null && _super.apply(this, arguments) || this;\n    }\n    FilterItemCheckbox.prototype.initialize = function () {\n        var _this = this;\n        var checkbox = document.querySelector(\"#tsd-filter-\" + this.key);\n        if (!checkbox)\n            return;\n        this.checkbox = checkbox;\n        this.checkbox.addEventListener(\"change\", function () {\n            _this.setValue(_this.checkbox.checked);\n        });\n    };\n    FilterItemCheckbox.prototype.handleValueChange = function (oldValue, newValue) {\n        if (!this.checkbox)\n            return;\n        this.checkbox.checked = this.value;\n        document.documentElement.classList.toggle(\"toggle-\" + this.key, this.value != this.defaultValue);\n    };\n    FilterItemCheckbox.prototype.fromLocalStorage = function (value) {\n        return value == \"true\";\n    };\n    FilterItemCheckbox.prototype.toLocalStorage = function (value) {\n        return value ? \"true\" : \"false\";\n    };\n    return FilterItemCheckbox;\n}(FilterItem));\nvar FilterItemSelect = /** @class */ (function (_super) {\n    __extends(FilterItemSelect, _super);\n    function FilterItemSelect() {\n        return _super !== null && _super.apply(this, arguments) || this;\n    }\n    FilterItemSelect.prototype.initialize = function () {\n        var _this = this;\n        document.documentElement.classList.add(\"toggle-\" + this.key + this.value);\n        var select = document.querySelector(\"#tsd-filter-\" + this.key);\n        if (!select)\n            return;\n        this.select = select;\n        var onActivate = function () {\n            _this.select.classList.add(\"active\");\n        };\n        var onDeactivate = function () {\n            _this.select.classList.remove(\"active\");\n        };\n        this.select.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, onActivate);\n        this.select.addEventListener(\"mouseover\", onActivate);\n        this.select.addEventListener(\"mouseleave\", onDeactivate);\n        this.select.querySelectorAll(\"li\").forEach(function (el) {\n            el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n                select.classList.remove(\"active\");\n                _this.setValue(e.target.dataset.value || \"\");\n            });\n        });\n        document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n            if (_this.select.contains(e.target))\n                return;\n            _this.select.classList.remove(\"active\");\n        });\n    };\n    FilterItemSelect.prototype.handleValueChange = function (oldValue, newValue) {\n        this.select.querySelectorAll(\"li.selected\").forEach(function (el) {\n            el.classList.remove(\"selected\");\n        });\n        var selected = this.select.querySelector('li[data-value=\"' + newValue + '\"]');\n        var label = this.select.querySelector(\".tsd-select-label\");\n        if (selected && label) {\n            selected.classList.add(\"selected\");\n            label.textContent = selected.textContent;\n        }\n        document.documentElement.classList.remove(\"toggle-\" + oldValue);\n        document.documentElement.classList.add(\"toggle-\" + newValue);\n    };\n    FilterItemSelect.prototype.fromLocalStorage = function (value) {\n        return value;\n    };\n    FilterItemSelect.prototype.toLocalStorage = function (value) {\n        return value;\n    };\n    return FilterItemSelect;\n}(FilterItem));\nvar Filter = /** @class */ (function (_super) {\n    __extends(Filter, _super);\n    function Filter(options) {\n        var _this = _super.call(this, options) || this;\n        _this.optionVisibility = new FilterItemSelect(\"visibility\", \"private\");\n        _this.optionInherited = new FilterItemCheckbox(\"inherited\", true);\n        _this.optionExternals = new FilterItemCheckbox(\"externals\", true);\n        return _this;\n    }\n    Filter.isSupported = function () {\n        try {\n            return typeof window.localStorage != \"undefined\";\n        }\n        catch (e) {\n            return false;\n        }\n    };\n    return Filter;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Filter.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/components/MenuHighlight.ts":
+/*!*******************************************************************!*\
+  !*** ./default/assets/js/src/typedoc/components/MenuHighlight.ts ***!
+  \*******************************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"MenuHighlight\": () => /* binding */ MenuHighlight\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n    var extendStatics = function (d, b) {\n        extendStatics = Object.setPrototypeOf ||\n            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n        return extendStatics(d, b);\n    };\n    return function (d, b) {\n        extendStatics(d, b);\n        function __() { this.constructor = d; }\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n    };\n})();\n\n\n/**\n * Manages the sticky state of the navigation and moves the highlight\n * to the current navigation item.\n */\nvar MenuHighlight = /** @class */ (function (_super) {\n    __extends(MenuHighlight, _super);\n    /**\n     * Create a new MenuHighlight instance.\n     *\n     * @param options  Backbone view constructor options.\n     */\n    function MenuHighlight(options) {\n        var _this = _super.call(this, options) || this;\n        /**\n         * List of all discovered anchors.\n         */\n        _this.anchors = [];\n        /**\n         * Index of the currently highlighted anchor.\n         */\n        _this.index = -1;\n        _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"resize\", function () { return _this.onResize(); });\n        _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"scroll\", function (e) { return _this.onScroll(e); });\n        _this.createAnchors();\n        return _this;\n    }\n    /**\n     * Find all anchors on the current page.\n     */\n    MenuHighlight.prototype.createAnchors = function () {\n        var _this = this;\n        var base = window.location.href;\n        if (base.indexOf(\"#\") != -1) {\n            base = base.substr(0, base.indexOf(\"#\"));\n        }\n        this.el.querySelectorAll(\"a\").forEach(function (el) {\n            var href = el.href;\n            if (href.indexOf(\"#\") == -1)\n                return;\n            if (href.substr(0, base.length) != base)\n                return;\n            var hash = href.substr(href.indexOf(\"#\") + 1);\n            var anchor = document.querySelector(\"a.tsd-anchor[name=\" + hash + \"]\");\n            var link = el.parentNode;\n            if (!anchor || !link)\n                return;\n            _this.anchors.push({\n                link: link,\n                anchor: anchor,\n                position: 0,\n            });\n        });\n        this.onResize();\n    };\n    /**\n     * Triggered after the viewport was resized.\n     */\n    MenuHighlight.prototype.onResize = function () {\n        var anchor;\n        for (var index = 0, count = this.anchors.length; index < count; index++) {\n            anchor = this.anchors[index];\n            var rect = anchor.anchor.getBoundingClientRect();\n            anchor.position = rect.top + document.body.scrollTop;\n        }\n        this.anchors.sort(function (a, b) {\n            return a.position - b.position;\n        });\n        var event = new CustomEvent(\"scroll\", {\n            detail: {\n                scrollTop: _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.scrollTop,\n            },\n        });\n        this.onScroll(event);\n    };\n    /**\n     * Triggered after the viewport was scrolled.\n     *\n     * @param event  The custom event with the current vertical scroll position.\n     */\n    MenuHighlight.prototype.onScroll = function (event) {\n        var scrollTop = event.detail.scrollTop + 5;\n        var anchors = this.anchors;\n        var count = anchors.length - 1;\n        var index = this.index;\n        while (index > -1 && anchors[index].position > scrollTop) {\n            index -= 1;\n        }\n        while (index < count && anchors[index + 1].position < scrollTop) {\n            index += 1;\n        }\n        if (this.index != index) {\n            if (this.index > -1)\n                this.anchors[this.index].link.classList.remove(\"focus\");\n            this.index = index;\n            if (this.index > -1)\n                this.anchors[this.index].link.classList.add(\"focus\");\n        }\n    };\n    return MenuHighlight;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/MenuHighlight.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/components/Search.ts":
+/*!************************************************************!*\
+  !*** ./default/assets/js/src/typedoc/components/Search.ts ***!
+  \************************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"initSearch\": () => /* binding */ initSearch\n/* harmony export */ });\n/* harmony import */ var _utils_debounce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/debounce */ \"./default/assets/js/src/typedoc/utils/debounce.ts\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lunr */ \"../node_modules/lunr/lunr.js\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lunr__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction initSearch() {\n    var searchEl = document.getElementById(\"tsd-search\");\n    if (!searchEl)\n        return;\n    var searchScript = document.getElementById(\"search-script\");\n    searchEl.classList.add(\"loading\");\n    if (searchScript) {\n        searchScript.addEventListener(\"error\", function () {\n            searchEl.classList.remove(\"loading\");\n            searchEl.classList.add(\"failure\");\n        });\n        searchScript.addEventListener(\"load\", function () {\n            searchEl.classList.remove(\"loading\");\n            searchEl.classList.add(\"ready\");\n        });\n        if (window.searchData) {\n            searchEl.classList.remove(\"loading\");\n        }\n    }\n    var field = document.querySelector(\"#tsd-search-field\");\n    var results = document.querySelector(\".results\");\n    if (!field || !results) {\n        throw new Error(\"The input field or the result list wrapper was not found\");\n    }\n    var resultClicked = false;\n    results.addEventListener(\"mousedown\", function () { return (resultClicked = true); });\n    results.addEventListener(\"mouseup\", function () {\n        resultClicked = false;\n        searchEl.classList.remove(\"has-focus\");\n    });\n    field.addEventListener(\"focus\", function () { return searchEl.classList.add(\"has-focus\"); });\n    field.addEventListener(\"blur\", function () {\n        if (!resultClicked) {\n            resultClicked = false;\n            searchEl.classList.remove(\"has-focus\");\n        }\n    });\n    var state = {\n        base: searchEl.dataset.base + \"/\",\n    };\n    bindEvents(searchEl, results, field, state);\n}\nfunction bindEvents(searchEl, results, field, state) {\n    field.addEventListener(\"input\", (0,_utils_debounce__WEBPACK_IMPORTED_MODULE_0__.debounce)(function () {\n        updateResults(searchEl, results, field, state);\n    }, 200));\n    var preventPress = false;\n    field.addEventListener(\"keydown\", function (e) {\n        preventPress = true;\n        if (e.key == \"Enter\") {\n            gotoCurrentResult(results, field);\n        }\n        else if (e.key == \"Escape\") {\n            field.blur();\n        }\n        else if (e.key == \"ArrowUp\") {\n            setCurrentResult(results, -1);\n        }\n        else if (e.key === \"ArrowDown\") {\n            setCurrentResult(results, 1);\n        }\n        else {\n            preventPress = false;\n        }\n    });\n    field.addEventListener(\"keypress\", function (e) {\n        if (preventPress)\n            e.preventDefault();\n    });\n    /**\n     * Start searching by pressing slash.\n     */\n    document.body.addEventListener(\"keydown\", function (e) {\n        if (e.altKey || e.ctrlKey || e.metaKey)\n            return;\n        if (!field.matches(\":focus\") && e.key === \"/\") {\n            field.focus();\n            e.preventDefault();\n        }\n    });\n}\nfunction checkIndex(state, searchEl) {\n    if (state.index)\n        return;\n    if (window.searchData) {\n        searchEl.classList.remove(\"loading\");\n        searchEl.classList.add(\"ready\");\n        state.data = window.searchData;\n        state.index = lunr__WEBPACK_IMPORTED_MODULE_1__.Index.load(window.searchData.index);\n    }\n}\nfunction updateResults(searchEl, results, query, state) {\n    checkIndex(state, searchEl);\n    // Don't clear results if loading state is not ready,\n    // because loading or error message can be removed.\n    if (!state.index || !state.data)\n        return;\n    results.textContent = \"\";\n    var searchText = query.value.trim();\n    // Perform a wildcard search\n    var res = state.index.search(\"*\" + searchText + \"*\");\n    for (var i = 0, c = Math.min(10, res.length); i < c; i++) {\n        var row = state.data.rows[Number(res[i].ref)];\n        // Bold the matched part of the query in the search results\n        var name_1 = boldMatches(row.name, searchText);\n        if (row.parent) {\n            name_1 = \"<span class=\\\"parent\\\">\" + boldMatches(row.parent, searchText) + \".</span>\" + name_1;\n        }\n        var item = document.createElement(\"li\");\n        item.classList.value = row.classes;\n        var anchor = document.createElement(\"a\");\n        anchor.href = state.base + row.url;\n        anchor.classList.add(\"tsd-kind-icon\");\n        anchor.innerHTML = name_1;\n        item.append(anchor);\n        results.appendChild(item);\n    }\n}\n/**\n * Move the highlight within the result set.\n */\nfunction setCurrentResult(results, dir) {\n    var current = results.querySelector(\".current\");\n    if (!current) {\n        current = results.querySelector(dir == 1 ? \"li:first-child\" : \"li:last-child\");\n        if (current) {\n            current.classList.add(\"current\");\n        }\n    }\n    else {\n        var rel = dir == 1\n            ? current.nextElementSibling\n            : current.previousElementSibling;\n        if (rel) {\n            current.classList.remove(\"current\");\n            rel.classList.add(\"current\");\n        }\n    }\n}\n/**\n * Navigate to the highlighted result.\n */\nfunction gotoCurrentResult(results, field) {\n    var current = results.querySelector(\".current\");\n    if (!current) {\n        current = results.querySelector(\"li:first-child\");\n    }\n    if (current) {\n        var link = current.querySelector(\"a\");\n        if (link) {\n            window.location.href = link.href;\n        }\n        field.blur();\n    }\n}\nfunction boldMatches(text, search) {\n    if (search === \"\") {\n        return text;\n    }\n    var lowerText = text.toLocaleLowerCase();\n    var lowerSearch = search.toLocaleLowerCase();\n    var parts = [];\n    var lastIndex = 0;\n    var index = lowerText.indexOf(lowerSearch);\n    while (index != -1) {\n        parts.push(escapeHtml(text.substring(lastIndex, index)), \"<b>\" + escapeHtml(text.substring(index, index + lowerSearch.length)) + \"</b>\");\n        lastIndex = index + lowerSearch.length;\n        index = lowerText.indexOf(lowerSearch, lastIndex);\n    }\n    parts.push(escapeHtml(text.substring(lastIndex)));\n    return parts.join(\"\");\n}\nvar SPECIAL_HTML = {\n    \"&\": \"&amp;\",\n    \"<\": \"&lt;\",\n    \">\": \"&gt;\",\n    \"'\": \"&#039;\",\n    '\"': \"&quot;\",\n};\nfunction escapeHtml(text) {\n    return text.replace(/[&<>\"'\"]/g, function (match) { return SPECIAL_HTML[match]; });\n}\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Search.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/components/Signature.ts":
+/*!***************************************************************!*\
+  !*** ./default/assets/js/src/typedoc/components/Signature.ts ***!
+  \***************************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Signature\": () => /* binding */ Signature\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n    var extendStatics = function (d, b) {\n        extendStatics = Object.setPrototypeOf ||\n            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n        return extendStatics(d, b);\n    };\n    return function (d, b) {\n        extendStatics(d, b);\n        function __() { this.constructor = d; }\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n    };\n})();\n\n\n/**\n * Holds a signature and its description.\n */\nvar SignatureGroup = /** @class */ (function () {\n    /**\n     * Create a new SignatureGroup instance.\n     *\n     * @param signature    The target signature.\n     * @param description  The description for the signature.\n     */\n    function SignatureGroup(signature, description) {\n        this.signature = signature;\n        this.description = description;\n    }\n    /**\n     * Add the given class to all elements of the group.\n     *\n     * @param className  The class name to add.\n     */\n    SignatureGroup.prototype.addClass = function (className) {\n        this.signature.classList.add(className);\n        this.description.classList.add(className);\n        return this;\n    };\n    /**\n     * Remove the given class from all elements of the group.\n     *\n     * @param className  The class name to remove.\n     */\n    SignatureGroup.prototype.removeClass = function (className) {\n        this.signature.classList.remove(className);\n        this.description.classList.remove(className);\n        return this;\n    };\n    return SignatureGroup;\n}());\n/**\n * Controls the tab like behaviour of methods and functions with multiple signatures.\n */\nvar Signature = /** @class */ (function (_super) {\n    __extends(Signature, _super);\n    /**\n     * Create a new Signature instance.\n     *\n     * @param options  Backbone view constructor options.\n     */\n    function Signature(options) {\n        var _this = _super.call(this, options) || this;\n        /**\n         * List of found signature groups.\n         */\n        _this.groups = [];\n        /**\n         * The index of the currently displayed signature.\n         */\n        _this.index = -1;\n        _this.createGroups();\n        if (_this.container) {\n            _this.el.classList.add(\"active\");\n            Array.from(_this.el.children).forEach(function (signature) {\n                signature.addEventListener(\"touchstart\", function (event) {\n                    return _this.onClick(event);\n                });\n                signature.addEventListener(\"click\", function (event) {\n                    return _this.onClick(event);\n                });\n            });\n            _this.container.classList.add(\"active\");\n            _this.setIndex(0);\n        }\n        return _this;\n    }\n    /**\n     * Set the index of the active signature.\n     *\n     * @param index  The index of the signature to activate.\n     */\n    Signature.prototype.setIndex = function (index) {\n        if (index < 0)\n            index = 0;\n        if (index > this.groups.length - 1)\n            index = this.groups.length - 1;\n        if (this.index == index)\n            return;\n        var to = this.groups[index];\n        if (this.index > -1) {\n            var from_1 = this.groups[this.index];\n            from_1.removeClass(\"current\").addClass(\"fade-out\");\n            to.addClass(\"current\");\n            to.addClass(\"fade-in\");\n            _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n            setTimeout(function () {\n                from_1.removeClass(\"fade-out\");\n                to.removeClass(\"fade-in\");\n            }, 300);\n        }\n        else {\n            to.addClass(\"current\");\n            _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n        }\n        this.index = index;\n    };\n    /**\n     * Find all signature/description groups.\n     */\n    Signature.prototype.createGroups = function () {\n        var signatures = this.el.children;\n        if (signatures.length < 2)\n            return;\n        this.container = this.el.nextElementSibling;\n        var descriptions = this.container.children;\n        this.groups = [];\n        for (var index = 0; index < signatures.length; index++) {\n            this.groups.push(new SignatureGroup(signatures[index], descriptions[index]));\n        }\n    };\n    /**\n     * Triggered when the user clicks onto a signature header.\n     *\n     * @param e  The related event object.\n     */\n    Signature.prototype.onClick = function (e) {\n        var _this = this;\n        this.groups.forEach(function (group, index) {\n            if (group.signature === e.currentTarget) {\n                _this.setIndex(index);\n            }\n        });\n    };\n    return Signature;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Signature.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/components/Toggle.ts":
+/*!************************************************************!*\
+  !*** ./default/assets/js/src/typedoc/components/Toggle.ts ***!
+  \************************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Toggle\": () => /* binding */ Toggle\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n    var extendStatics = function (d, b) {\n        extendStatics = Object.setPrototypeOf ||\n            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n        return extendStatics(d, b);\n    };\n    return function (d, b) {\n        extendStatics(d, b);\n        function __() { this.constructor = d; }\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n    };\n})();\n\n\nvar Toggle = /** @class */ (function (_super) {\n    __extends(Toggle, _super);\n    function Toggle(options) {\n        var _this = _super.call(this, options) || this;\n        _this.className = _this.el.dataset.toggle || \"\";\n        _this.el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) { return _this.onPointerUp(e); });\n        _this.el.addEventListener(\"click\", function (e) { return e.preventDefault(); });\n        document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n            return _this.onDocumentPointerDown(e);\n        });\n        document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n            return _this.onDocumentPointerUp(e);\n        });\n        return _this;\n    }\n    Toggle.prototype.setActive = function (value) {\n        if (this.active == value)\n            return;\n        this.active = value;\n        document.documentElement.classList.toggle(\"has-\" + this.className, value);\n        this.el.classList.toggle(\"active\", value);\n        var transition = (this.active ? \"to-has-\" : \"from-has-\") + this.className;\n        document.documentElement.classList.add(transition);\n        setTimeout(function () { return document.documentElement.classList.remove(transition); }, 500);\n    };\n    Toggle.prototype.onPointerUp = function (event) {\n        if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n            return;\n        this.setActive(true);\n        event.preventDefault();\n    };\n    Toggle.prototype.onDocumentPointerDown = function (e) {\n        if (this.active) {\n            if (e.target.closest(\".col-menu, .tsd-filter-group\")) {\n                return;\n            }\n            this.setActive(false);\n        }\n    };\n    Toggle.prototype.onDocumentPointerUp = function (e) {\n        var _this = this;\n        if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n            return;\n        if (this.active) {\n            if (e.target.closest(\".col-menu\")) {\n                var link = e.target.closest(\"a\");\n                if (link) {\n                    var href = window.location.href;\n                    if (href.indexOf(\"#\") != -1) {\n                        href = href.substr(0, href.indexOf(\"#\"));\n                    }\n                    if (link.href.substr(0, href.length) == href) {\n                        setTimeout(function () { return _this.setActive(false); }, 250);\n                    }\n                }\n            }\n        }\n    };\n    return Toggle;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Toggle.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/services/Viewport.ts":
+/*!************************************************************!*\
+  !*** ./default/assets/js/src/typedoc/services/Viewport.ts ***!
+  \************************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Viewport\": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ \"./default/assets/js/src/typedoc/EventTarget.ts\");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ \"./default/assets/js/src/typedoc/utils/trottle.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n    var extendStatics = function (d, b) {\n        extendStatics = Object.setPrototypeOf ||\n            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n        return extendStatics(d, b);\n    };\n    return function (d, b) {\n        extendStatics(d, b);\n        function __() { this.constructor = d; }\n        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n    };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n    __extends(Viewport, _super);\n    /**\n     * Create new Viewport instance.\n     */\n    function Viewport() {\n        var _this = _super.call(this) || this;\n        /**\n         * The current scroll position.\n         */\n        _this.scrollTop = 0;\n        /**\n         * The previous scrollTop.\n         */\n        _this.lastY = 0;\n        /**\n         * The width of the window.\n         */\n        _this.width = 0;\n        /**\n         * The height of the window.\n         */\n        _this.height = 0;\n        /**\n         * Boolean indicating whether the toolbar is shown.\n         */\n        _this.showToolbar = true;\n        _this.toolbar = (document.querySelector(\".tsd-page-toolbar\"));\n        _this.secondaryNav = (document.querySelector(\".tsd-navigation.secondary\"));\n        window.addEventListener(\"scroll\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n        window.addEventListener(\"resize\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n        _this.onResize();\n        _this.onScroll();\n        return _this;\n    }\n    /**\n     * Trigger a resize event.\n     */\n    Viewport.prototype.triggerResize = function () {\n        var event = new CustomEvent(\"resize\", {\n            detail: {\n                width: this.width,\n                height: this.height,\n            },\n        });\n        this.dispatchEvent(event);\n    };\n    /**\n     * Triggered when the size of the window has changed.\n     */\n    Viewport.prototype.onResize = function () {\n        this.width = window.innerWidth || 0;\n        this.height = window.innerHeight || 0;\n        var event = new CustomEvent(\"resize\", {\n            detail: {\n                width: this.width,\n                height: this.height,\n            },\n        });\n        this.dispatchEvent(event);\n    };\n    /**\n     * Triggered when the user scrolled the viewport.\n     */\n    Viewport.prototype.onScroll = function () {\n        this.scrollTop = window.scrollY || 0;\n        var event = new CustomEvent(\"scroll\", {\n            detail: {\n                scrollTop: this.scrollTop,\n            },\n        });\n        this.dispatchEvent(event);\n        this.hideShowToolbar();\n    };\n    /**\n     * Handle hiding/showing of the toolbar.\n     */\n    Viewport.prototype.hideShowToolbar = function () {\n        var isShown = this.showToolbar;\n        this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop <= 0;\n        if (isShown !== this.showToolbar) {\n            this.toolbar.classList.toggle(\"tsd-page-toolbar--hide\");\n            this.secondaryNav.classList.toggle(\"tsd-navigation--toolbar-hide\");\n        }\n        this.lastY = this.scrollTop;\n    };\n    Viewport.instance = new Viewport();\n    return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/utils/debounce.ts":
+/*!*********************************************************!*\
+  !*** ./default/assets/js/src/typedoc/utils/debounce.ts ***!
+  \*********************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"debounce\": () => /* binding */ debounce\n/* harmony export */ });\nvar debounce = function (fn, wait) {\n    if (wait === void 0) { wait = 100; }\n    var timeout;\n    return function () {\n        var args = [];\n        for (var _i = 0; _i < arguments.length; _i++) {\n            args[_i] = arguments[_i];\n        }\n        clearTimeout(timeout);\n        timeout = setTimeout(function () { return fn(args); }, wait);\n    };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/debounce.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/utils/pointer.ts":
+/*!********************************************************!*\
+  !*** ./default/assets/js/src/typedoc/utils/pointer.ts ***!
+  \********************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"pointerDown\": () => /* binding */ pointerDown,\n/* harmony export */   \"pointerMove\": () => /* binding */ pointerMove,\n/* harmony export */   \"pointerUp\": () => /* binding */ pointerUp,\n/* harmony export */   \"pointerDownPosition\": () => /* binding */ pointerDownPosition,\n/* harmony export */   \"preventNextClick\": () => /* binding */ preventNextClick,\n/* harmony export */   \"isPointerDown\": () => /* binding */ isPointerDown,\n/* harmony export */   \"isPointerTouch\": () => /* binding */ isPointerTouch,\n/* harmony export */   \"hasPointerMoved\": () => /* binding */ hasPointerMoved,\n/* harmony export */   \"isMobile\": () => /* binding */ isMobile\n/* harmony export */ });\n/**\n * Event name of the pointer down event.\n */\nvar pointerDown = \"mousedown\";\n/**\n * Event name of the pointer move event.\n */\nvar pointerMove = \"mousemove\";\n/**\n * Event name of the pointer up event.\n */\nvar pointerUp = \"mouseup\";\n/**\n * Position the pointer was pressed at.\n */\nvar pointerDownPosition = { x: 0, y: 0 };\n/**\n * Should the next click on the document be supressed?\n */\nvar preventNextClick = false;\n/**\n * Is the pointer down?\n */\nvar isPointerDown = false;\n/**\n * Is the pointer a touch point?\n */\nvar isPointerTouch = false;\n/**\n * Did the pointer move since the last down event?\n */\nvar hasPointerMoved = false;\n/**\n * Is the user agent a mobile agent?\n */\nvar isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);\ndocument.documentElement.classList.add(isMobile ? \"is-mobile\" : \"not-mobile\");\nif (isMobile && \"ontouchstart\" in document.documentElement) {\n    isPointerTouch = true;\n    pointerDown = \"touchstart\";\n    pointerMove = \"touchmove\";\n    pointerUp = \"touchend\";\n}\ndocument.addEventListener(pointerDown, function (e) {\n    isPointerDown = true;\n    hasPointerMoved = false;\n    var t = pointerDown == \"touchstart\"\n        ? e.targetTouches[0]\n        : e;\n    pointerDownPosition.y = t.pageY || 0;\n    pointerDownPosition.x = t.pageX || 0;\n});\ndocument.addEventListener(pointerMove, function (e) {\n    if (!isPointerDown)\n        return;\n    if (!hasPointerMoved) {\n        var t = pointerDown == \"touchstart\"\n            ? e.targetTouches[0]\n            : e;\n        var x = pointerDownPosition.x - (t.pageX || 0);\n        var y = pointerDownPosition.y - (t.pageY || 0);\n        hasPointerMoved = Math.sqrt(x * x + y * y) > 10;\n    }\n});\ndocument.addEventListener(pointerUp, function () {\n    isPointerDown = false;\n});\ndocument.addEventListener(\"click\", function (e) {\n    if (preventNextClick) {\n        e.preventDefault();\n        e.stopImmediatePropagation();\n        preventNextClick = false;\n    }\n});\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/pointer.ts?");
+
+/***/ }),
+
+/***/ "./default/assets/js/src/typedoc/utils/trottle.ts":
+/*!********************************************************!*\
+  !*** ./default/assets/js/src/typedoc/utils/trottle.ts ***!
+  \********************************************************/
+/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"throttle\": () => /* binding */ throttle\n/* harmony export */ });\nvar throttle = function (fn, wait) {\n    if (wait === void 0) { wait = 100; }\n    var time = Date.now();\n    return function () {\n        var args = [];\n        for (var _i = 0; _i < arguments.length; _i++) {\n            args[_i] = arguments[_i];\n        }\n        if (time + wait - Date.now() < 0) {\n            fn.apply(void 0, args);\n            time = Date.now();\n        }\n    };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/trottle.ts?");
+
+/***/ })
+
+/******/ 	});
+/************************************************************************/
+/******/ 	// The module cache
+/******/ 	var __webpack_module_cache__ = {};
+/******/ 	
+/******/ 	// The require function
+/******/ 	function __webpack_require__(moduleId) {
+/******/ 		// Check if module is in cache
+/******/ 		if(__webpack_module_cache__[moduleId]) {
+/******/ 			return __webpack_module_cache__[moduleId].exports;
+/******/ 		}
+/******/ 		// Create a new module (and put it into the cache)
+/******/ 		var module = __webpack_module_cache__[moduleId] = {
+/******/ 			// no module.id needed
+/******/ 			// no module.loaded needed
+/******/ 			exports: {}
+/******/ 		};
+/******/ 	
+/******/ 		// Execute the module function
+/******/ 		__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
+/******/ 	
+/******/ 		// Return the exports of the module
+/******/ 		return module.exports;
+/******/ 	}
+/******/ 	
+/************************************************************************/
+/******/ 	/* webpack/runtime/compat get default export */
+/******/ 	(() => {
+/******/ 		// getDefaultExport function for compatibility with non-harmony modules
+/******/ 		__webpack_require__.n = (module) => {
+/******/ 			var getter = module && module.__esModule ?
+/******/ 				() => module['default'] :
+/******/ 				() => module;
+/******/ 			__webpack_require__.d(getter, { a: getter });
+/******/ 			return getter;
+/******/ 		};
+/******/ 	})();
+/******/ 	
+/******/ 	/* webpack/runtime/define property getters */
+/******/ 	(() => {
+/******/ 		// define getter functions for harmony exports
+/******/ 		__webpack_require__.d = (exports, definition) => {
+/******/ 			for(var key in definition) {
+/******/ 				if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
+/******/ 					Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
+/******/ 				}
+/******/ 			}
+/******/ 		};
+/******/ 	})();
+/******/ 	
+/******/ 	/* webpack/runtime/hasOwnProperty shorthand */
+/******/ 	(() => {
+/******/ 		__webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
+/******/ 	})();
+/******/ 	
+/******/ 	/* webpack/runtime/make namespace object */
+/******/ 	(() => {
+/******/ 		// define __esModule on exports
+/******/ 		__webpack_require__.r = (exports) => {
+/******/ 			if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
+/******/ 				Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
+/******/ 			}
+/******/ 			Object.defineProperty(exports, '__esModule', { value: true });
+/******/ 		};
+/******/ 	})();
+/******/ 	
+/************************************************************************/
+/******/ 	// startup
+/******/ 	// Load entry module
+/******/ 	__webpack_require__("./default/assets/js/src/bootstrap.ts");
+/******/ 	// This entry module used 'exports' so it can't be inlined
+/******/ })()
+;
\ No newline at end of file
diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js
new file mode 100644
index 0000000000000000000000000000000000000000..49d536a18ef2a9ff08523ccf38e69da50c1b1523
--- /dev/null
+++ b/docs/assets/js/search.js
@@ -0,0 +1 @@
+window.searchData = {"kinds":{"32":"Variable","1024":"Property","2048":"Method","65536":"Type literal"},"rows":[{"id":0,"kind":32,"name":"AccountApi","url":"modules.html#AccountApi","classes":"tsd-kind-variable"},{"id":1,"kind":65536,"name":"__type","url":"modules.html#AccountApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"AccountApi"},{"id":2,"kind":2048,"name":"accountGetLoginUrls","url":"modules.html#AccountApi.__type.accountGetLoginUrls","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"AccountApi.__type"},{"id":3,"kind":2048,"name":"accountLogout","url":"modules.html#AccountApi.__type.accountLogout","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"AccountApi.__type"},{"id":4,"kind":32,"name":"AdminApi","url":"modules.html#AdminApi","classes":"tsd-kind-variable"},{"id":5,"kind":65536,"name":"__type","url":"modules.html#AdminApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"AdminApi"},{"id":6,"kind":2048,"name":"adminGetProject","url":"modules.html#AdminApi.__type.adminGetProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"AdminApi.__type"},{"id":7,"kind":2048,"name":"adminUpdateQuota","url":"modules.html#AdminApi.__type.adminUpdateQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"AdminApi.__type"},{"id":8,"kind":32,"name":"BlobApi","url":"modules.html#BlobApi","classes":"tsd-kind-variable"},{"id":9,"kind":65536,"name":"__type","url":"modules.html#BlobApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"BlobApi"},{"id":10,"kind":2048,"name":"blobDeleteFileWithParameter","url":"modules.html#BlobApi.__type.blobDeleteFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"BlobApi.__type"},{"id":11,"kind":2048,"name":"blobGetFileWithParameter","url":"modules.html#BlobApi.__type.blobGetFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"BlobApi.__type"},{"id":12,"kind":2048,"name":"blobUploadFileWithParameter","url":"modules.html#BlobApi.__type.blobUploadFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"BlobApi.__type"},{"id":13,"kind":32,"name":"ContactChangeApi","url":"modules.html#ContactChangeApi","classes":"tsd-kind-variable"},{"id":14,"kind":65536,"name":"__type","url":"modules.html#ContactChangeApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ContactChangeApi"},{"id":15,"kind":2048,"name":"contactChangeChangeContactEmail","url":"modules.html#ContactChangeApi.__type.contactChangeChangeContactEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ContactChangeApi.__type"},{"id":16,"kind":2048,"name":"contactChangeConfirmContactEmail","url":"modules.html#ContactChangeApi.__type.contactChangeConfirmContactEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ContactChangeApi.__type"},{"id":17,"kind":2048,"name":"contactChangeConfirmationStatus","url":"modules.html#ContactChangeApi.__type.contactChangeConfirmationStatus","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ContactChangeApi.__type"},{"id":18,"kind":32,"name":"DisciplineApi","url":"modules.html#DisciplineApi","classes":"tsd-kind-variable"},{"id":19,"kind":65536,"name":"__type","url":"modules.html#DisciplineApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"DisciplineApi"},{"id":20,"kind":2048,"name":"disciplineIndex","url":"modules.html#DisciplineApi.__type.disciplineIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"DisciplineApi.__type"},{"id":21,"kind":32,"name":"GitLabApi","url":"modules.html#GitLabApi","classes":"tsd-kind-variable"},{"id":22,"kind":65536,"name":"__type","url":"modules.html#GitLabApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"GitLabApi"},{"id":23,"kind":2048,"name":"gitLabGetAllProjects","url":"modules.html#GitLabApi.__type.gitLabGetAllProjects","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"GitLabApi.__type"},{"id":24,"kind":2048,"name":"gitLabGetBranchesForProject","url":"modules.html#GitLabApi.__type.gitLabGetBranchesForProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"GitLabApi.__type"},{"id":25,"kind":2048,"name":"gitLabGetProject","url":"modules.html#GitLabApi.__type.gitLabGetProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"GitLabApi.__type"},{"id":26,"kind":32,"name":"HomeApi","url":"modules.html#HomeApi","classes":"tsd-kind-variable"},{"id":27,"kind":65536,"name":"__type","url":"modules.html#HomeApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"HomeApi"},{"id":28,"kind":2048,"name":"homeIndex","url":"modules.html#HomeApi.__type.homeIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"HomeApi.__type"},{"id":29,"kind":32,"name":"LanguageApi","url":"modules.html#LanguageApi","classes":"tsd-kind-variable"},{"id":30,"kind":65536,"name":"__type","url":"modules.html#LanguageApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"LanguageApi"},{"id":31,"kind":2048,"name":"languageIndex","url":"modules.html#LanguageApi.__type.languageIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"LanguageApi.__type"},{"id":32,"kind":32,"name":"LicenseApi","url":"modules.html#LicenseApi","classes":"tsd-kind-variable"},{"id":33,"kind":65536,"name":"__type","url":"modules.html#LicenseApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"LicenseApi"},{"id":34,"kind":2048,"name":"licenseIndex","url":"modules.html#LicenseApi.__type.licenseIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"LicenseApi.__type"},{"id":35,"kind":32,"name":"MergeApi","url":"modules.html#MergeApi","classes":"tsd-kind-variable"},{"id":36,"kind":65536,"name":"__type","url":"modules.html#MergeApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"MergeApi"},{"id":37,"kind":2048,"name":"mergeCallback","url":"modules.html#MergeApi.__type.mergeCallback","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MergeApi.__type"},{"id":38,"kind":2048,"name":"mergeLogin","url":"modules.html#MergeApi.__type.mergeLogin","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MergeApi.__type"},{"id":39,"kind":32,"name":"MetadataApi","url":"modules.html#MetadataApi","classes":"tsd-kind-variable"},{"id":40,"kind":65536,"name":"__type","url":"modules.html#MetadataApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"MetadataApi"},{"id":41,"kind":2048,"name":"metadataGetClassInstances","url":"modules.html#MetadataApi.__type.metadataGetClassInstances","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MetadataApi.__type"},{"id":42,"kind":2048,"name":"metadataGetProfile","url":"modules.html#MetadataApi.__type.metadataGetProfile","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MetadataApi.__type"},{"id":43,"kind":2048,"name":"metadataGetProfiles","url":"modules.html#MetadataApi.__type.metadataGetProfiles","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MetadataApi.__type"},{"id":44,"kind":2048,"name":"metadataGetVocabularies","url":"modules.html#MetadataApi.__type.metadataGetVocabularies","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MetadataApi.__type"},{"id":45,"kind":2048,"name":"metadataGetVocabulary","url":"modules.html#MetadataApi.__type.metadataGetVocabulary","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MetadataApi.__type"},{"id":46,"kind":2048,"name":"metadataSaveApplicationProfile","url":"modules.html#MetadataApi.__type.metadataSaveApplicationProfile","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"MetadataApi.__type"},{"id":47,"kind":32,"name":"NoticeApi","url":"modules.html#NoticeApi","classes":"tsd-kind-variable"},{"id":48,"kind":65536,"name":"__type","url":"modules.html#NoticeApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"NoticeApi"},{"id":49,"kind":2048,"name":"noticeGetMaintenance","url":"modules.html#NoticeApi.__type.noticeGetMaintenance","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"NoticeApi.__type"},{"id":50,"kind":2048,"name":"noticeGetNotice","url":"modules.html#NoticeApi.__type.noticeGetNotice","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"NoticeApi.__type"},{"id":51,"kind":32,"name":"ORCiDApi","url":"modules.html#ORCiDApi","classes":"tsd-kind-variable"},{"id":52,"kind":65536,"name":"__type","url":"modules.html#ORCiDApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ORCiDApi"},{"id":53,"kind":2048,"name":"oRCiDLoginGET","url":"modules.html#ORCiDApi.__type.oRCiDLoginGET","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ORCiDApi.__type"},{"id":54,"kind":2048,"name":"oRCiDLoginPOST","url":"modules.html#ORCiDApi.__type.oRCiDLoginPOST","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ORCiDApi.__type"},{"id":55,"kind":32,"name":"OrganizationApi","url":"modules.html#OrganizationApi","classes":"tsd-kind-variable"},{"id":56,"kind":65536,"name":"__type","url":"modules.html#OrganizationApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"OrganizationApi"},{"id":57,"kind":2048,"name":"organizationGetOrganization","url":"modules.html#OrganizationApi.__type.organizationGetOrganization","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"OrganizationApi.__type"},{"id":58,"kind":2048,"name":"organizationGetROR","url":"modules.html#OrganizationApi.__type.organizationGetROR","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"OrganizationApi.__type"},{"id":59,"kind":2048,"name":"organizationIndex","url":"modules.html#OrganizationApi.__type.organizationIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"OrganizationApi.__type"},{"id":60,"kind":2048,"name":"organizationIsMember","url":"modules.html#OrganizationApi.__type.organizationIsMember","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"OrganizationApi.__type"},{"id":61,"kind":2048,"name":"organizationIsMember2","url":"modules.html#OrganizationApi.__type.organizationIsMember2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"OrganizationApi.__type"},{"id":62,"kind":32,"name":"PidApi","url":"modules.html#PidApi","classes":"tsd-kind-variable"},{"id":63,"kind":65536,"name":"__type","url":"modules.html#PidApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"PidApi"},{"id":64,"kind":2048,"name":"pidIsValid","url":"modules.html#PidApi.__type.pidIsValid","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"PidApi.__type"},{"id":65,"kind":2048,"name":"pidSendMailToOwner","url":"modules.html#PidApi.__type.pidSendMailToOwner","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"PidApi.__type"},{"id":66,"kind":32,"name":"ProjectApi","url":"modules.html#ProjectApi","classes":"tsd-kind-variable"},{"id":67,"kind":65536,"name":"__type","url":"modules.html#ProjectApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ProjectApi"},{"id":68,"kind":2048,"name":"projectCreateApplicationProfile","url":"modules.html#ProjectApi.__type.projectCreateApplicationProfile","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":69,"kind":2048,"name":"projectDelete","url":"modules.html#ProjectApi.__type.projectDelete","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":70,"kind":2048,"name":"projectDeleteInvitation","url":"modules.html#ProjectApi.__type.projectDeleteInvitation","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":71,"kind":2048,"name":"projectGet","url":"modules.html#ProjectApi.__type.projectGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":72,"kind":2048,"name":"projectGetBySlug","url":"modules.html#ProjectApi.__type.projectGetBySlug","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":73,"kind":2048,"name":"projectGetResources","url":"modules.html#ProjectApi.__type.projectGetResources","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":74,"kind":2048,"name":"projectGetTopLevelProjects","url":"modules.html#ProjectApi.__type.projectGetTopLevelProjects","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":75,"kind":2048,"name":"projectIndex","url":"modules.html#ProjectApi.__type.projectIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":76,"kind":2048,"name":"projectListInvitations","url":"modules.html#ProjectApi.__type.projectListInvitations","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":77,"kind":2048,"name":"projectResolveInvitation","url":"modules.html#ProjectApi.__type.projectResolveInvitation","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":78,"kind":2048,"name":"projectSendInvitation","url":"modules.html#ProjectApi.__type.projectSendInvitation","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":79,"kind":2048,"name":"projectStore","url":"modules.html#ProjectApi.__type.projectStore","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":80,"kind":2048,"name":"projectUpdate","url":"modules.html#ProjectApi.__type.projectUpdate","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectApi.__type"},{"id":81,"kind":32,"name":"ProjectQuotaApi","url":"modules.html#ProjectQuotaApi","classes":"tsd-kind-variable"},{"id":82,"kind":65536,"name":"__type","url":"modules.html#ProjectQuotaApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ProjectQuotaApi"},{"id":83,"kind":2048,"name":"projectQuotaQuota","url":"modules.html#ProjectQuotaApi.__type.projectQuotaQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectQuotaApi.__type"},{"id":84,"kind":2048,"name":"projectQuotaQuotas","url":"modules.html#ProjectQuotaApi.__type.projectQuotaQuotas","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectQuotaApi.__type"},{"id":85,"kind":2048,"name":"projectQuotaUpdateQuota","url":"modules.html#ProjectQuotaApi.__type.projectQuotaUpdateQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectQuotaApi.__type"},{"id":86,"kind":32,"name":"ProjectRoleApi","url":"modules.html#ProjectRoleApi","classes":"tsd-kind-variable"},{"id":87,"kind":65536,"name":"__type","url":"modules.html#ProjectRoleApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ProjectRoleApi"},{"id":88,"kind":2048,"name":"projectRoleDelete","url":"modules.html#ProjectRoleApi.__type.projectRoleDelete","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectRoleApi.__type"},{"id":89,"kind":2048,"name":"projectRoleDelete2","url":"modules.html#ProjectRoleApi.__type.projectRoleDelete2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectRoleApi.__type"},{"id":90,"kind":2048,"name":"projectRoleGet","url":"modules.html#ProjectRoleApi.__type.projectRoleGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectRoleApi.__type"},{"id":91,"kind":2048,"name":"projectRoleIndex","url":"modules.html#ProjectRoleApi.__type.projectRoleIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectRoleApi.__type"},{"id":92,"kind":2048,"name":"projectRoleSet","url":"modules.html#ProjectRoleApi.__type.projectRoleSet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ProjectRoleApi.__type"},{"id":93,"kind":32,"name":"ResourceApi","url":"modules.html#ResourceApi","classes":"tsd-kind-variable"},{"id":94,"kind":65536,"name":"__type","url":"modules.html#ResourceApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ResourceApi"},{"id":95,"kind":2048,"name":"resourceDelete","url":"modules.html#ResourceApi.__type.resourceDelete","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":96,"kind":2048,"name":"resourceGet","url":"modules.html#ResourceApi.__type.resourceGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":97,"kind":2048,"name":"resourceIndex","url":"modules.html#ResourceApi.__type.resourceIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":98,"kind":2048,"name":"resourceIsUserResourceCreator","url":"modules.html#ResourceApi.__type.resourceIsUserResourceCreator","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":99,"kind":2048,"name":"resourceSetResourceReadonly","url":"modules.html#ResourceApi.__type.resourceSetResourceReadonly","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":100,"kind":2048,"name":"resourceStoreToProject","url":"modules.html#ResourceApi.__type.resourceStoreToProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":101,"kind":2048,"name":"resourceUpdate","url":"modules.html#ResourceApi.__type.resourceUpdate","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceApi.__type"},{"id":102,"kind":32,"name":"ResourceQuotaApi","url":"modules.html#ResourceQuotaApi","classes":"tsd-kind-variable"},{"id":103,"kind":65536,"name":"__type","url":"modules.html#ResourceQuotaApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ResourceQuotaApi"},{"id":104,"kind":2048,"name":"resourceQuotaGetResourceQuota","url":"modules.html#ResourceQuotaApi.__type.resourceQuotaGetResourceQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceQuotaApi.__type"},{"id":105,"kind":2048,"name":"resourceQuotaUpdateResourceQuota","url":"modules.html#ResourceQuotaApi.__type.resourceQuotaUpdateResourceQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceQuotaApi.__type"},{"id":106,"kind":32,"name":"ResourceTypeApi","url":"modules.html#ResourceTypeApi","classes":"tsd-kind-variable"},{"id":107,"kind":65536,"name":"__type","url":"modules.html#ResourceTypeApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ResourceTypeApi"},{"id":108,"kind":2048,"name":"resourceTypeGetEnabledResourceTypes","url":"modules.html#ResourceTypeApi.__type.resourceTypeGetEnabledResourceTypes","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceTypeApi.__type"},{"id":109,"kind":2048,"name":"resourceTypeGetResourceType","url":"modules.html#ResourceTypeApi.__type.resourceTypeGetResourceType","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceTypeApi.__type"},{"id":110,"kind":2048,"name":"resourceTypeGetResourceTypes","url":"modules.html#ResourceTypeApi.__type.resourceTypeGetResourceTypes","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ResourceTypeApi.__type"},{"id":111,"kind":32,"name":"RoleApi","url":"modules.html#RoleApi","classes":"tsd-kind-variable"},{"id":112,"kind":65536,"name":"__type","url":"modules.html#RoleApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"RoleApi"},{"id":113,"kind":2048,"name":"roleIndex","url":"modules.html#RoleApi.__type.roleIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"RoleApi.__type"},{"id":114,"kind":32,"name":"SearchApi","url":"modules.html#SearchApi","classes":"tsd-kind-variable"},{"id":115,"kind":65536,"name":"__type","url":"modules.html#SearchApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"SearchApi"},{"id":116,"kind":2048,"name":"searchSearch","url":"modules.html#SearchApi.__type.searchSearch","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"SearchApi.__type"},{"id":117,"kind":32,"name":"ShibbolethApi","url":"modules.html#ShibbolethApi","classes":"tsd-kind-variable"},{"id":118,"kind":65536,"name":"__type","url":"modules.html#ShibbolethApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"ShibbolethApi"},{"id":119,"kind":2048,"name":"shibbolethCallback","url":"modules.html#ShibbolethApi.__type.shibbolethCallback","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ShibbolethApi.__type"},{"id":120,"kind":2048,"name":"shibbolethLogin","url":"modules.html#ShibbolethApi.__type.shibbolethLogin","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"ShibbolethApi.__type"},{"id":121,"kind":32,"name":"SubProjectApi","url":"modules.html#SubProjectApi","classes":"tsd-kind-variable"},{"id":122,"kind":65536,"name":"__type","url":"modules.html#SubProjectApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"SubProjectApi"},{"id":123,"kind":2048,"name":"subProjectGet","url":"modules.html#SubProjectApi.__type.subProjectGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"SubProjectApi.__type"},{"id":124,"kind":2048,"name":"subProjectGetAccessibleParent","url":"modules.html#SubProjectApi.__type.subProjectGetAccessibleParent","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"SubProjectApi.__type"},{"id":125,"kind":32,"name":"TitleApi","url":"modules.html#TitleApi","classes":"tsd-kind-variable"},{"id":126,"kind":65536,"name":"__type","url":"modules.html#TitleApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"TitleApi"},{"id":127,"kind":2048,"name":"titleIndex","url":"modules.html#TitleApi.__type.titleIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TitleApi.__type"},{"id":128,"kind":32,"name":"TokenApi","url":"modules.html#TokenApi","classes":"tsd-kind-variable"},{"id":129,"kind":65536,"name":"__type","url":"modules.html#TokenApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"TokenApi"},{"id":130,"kind":2048,"name":"tokenAddToken","url":"modules.html#TokenApi.__type.tokenAddToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TokenApi.__type"},{"id":131,"kind":2048,"name":"tokenGetTokenValidityBounds","url":"modules.html#TokenApi.__type.tokenGetTokenValidityBounds","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TokenApi.__type"},{"id":132,"kind":2048,"name":"tokenGetUserToken","url":"modules.html#TokenApi.__type.tokenGetUserToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TokenApi.__type"},{"id":133,"kind":2048,"name":"tokenGetUserTokens","url":"modules.html#TokenApi.__type.tokenGetUserTokens","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TokenApi.__type"},{"id":134,"kind":2048,"name":"tokenRevokeToken","url":"modules.html#TokenApi.__type.tokenRevokeToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TokenApi.__type"},{"id":135,"kind":32,"name":"TOSApi","url":"modules.html#TOSApi","classes":"tsd-kind-variable"},{"id":136,"kind":65536,"name":"__type","url":"modules.html#TOSApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"TOSApi"},{"id":137,"kind":2048,"name":"tOSAcceptCurrentTOSVersion","url":"modules.html#TOSApi.__type.tOSAcceptCurrentTOSVersion","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TOSApi.__type"},{"id":138,"kind":2048,"name":"tOSAcceptedTOSVersion","url":"modules.html#TOSApi.__type.tOSAcceptedTOSVersion","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TOSApi.__type"},{"id":139,"kind":2048,"name":"tOSGetCurrentTOSVersion","url":"modules.html#TOSApi.__type.tOSGetCurrentTOSVersion","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TOSApi.__type"},{"id":140,"kind":32,"name":"TreeApi","url":"modules.html#TreeApi","classes":"tsd-kind-variable"},{"id":141,"kind":65536,"name":"__type","url":"modules.html#TreeApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"TreeApi"},{"id":142,"kind":2048,"name":"treeGetMetadataWithParameter","url":"modules.html#TreeApi.__type.treeGetMetadataWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TreeApi.__type"},{"id":143,"kind":2048,"name":"treeStoreMetadataForFileWithParameter","url":"modules.html#TreeApi.__type.treeStoreMetadataForFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"TreeApi.__type"},{"id":144,"kind":32,"name":"UserApi","url":"modules.html#UserApi","classes":"tsd-kind-variable"},{"id":145,"kind":65536,"name":"__type","url":"modules.html#UserApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"UserApi"},{"id":146,"kind":2048,"name":"userGetUser","url":"modules.html#UserApi.__type.userGetUser","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"UserApi.__type"},{"id":147,"kind":2048,"name":"userQuery","url":"modules.html#UserApi.__type.userQuery","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"UserApi.__type"},{"id":148,"kind":2048,"name":"userSetAndReturnMergeToken","url":"modules.html#UserApi.__type.userSetAndReturnMergeToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"UserApi.__type"},{"id":149,"kind":2048,"name":"userUpdateUser","url":"modules.html#UserApi.__type.userUpdateUser","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"UserApi.__type"},{"id":150,"kind":32,"name":"VisibilityApi","url":"modules.html#VisibilityApi","classes":"tsd-kind-variable"},{"id":151,"kind":65536,"name":"__type","url":"modules.html#VisibilityApi.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"VisibilityApi"},{"id":152,"kind":2048,"name":"visibilityIndex","url":"modules.html#VisibilityApi.__type.visibilityIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"VisibilityApi.__type"},{"id":153,"kind":32,"name":"default","url":"modules.html#default","classes":"tsd-kind-variable"},{"id":154,"kind":65536,"name":"__type","url":"modules.html#default.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"default"},{"id":155,"kind":1024,"name":"AccountApi","url":"modules.html#default.__type.AccountApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":156,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":157,"kind":2048,"name":"accountGetLoginUrls","url":"modules.html#default.__type.__type-1.accountGetLoginUrls","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":158,"kind":2048,"name":"accountLogout","url":"modules.html#default.__type.__type-1.accountLogout","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":159,"kind":1024,"name":"AdminApi","url":"modules.html#default.__type.AdminApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":160,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":161,"kind":2048,"name":"adminGetProject","url":"modules.html#default.__type.__type-2.adminGetProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":162,"kind":2048,"name":"adminUpdateQuota","url":"modules.html#default.__type.__type-2.adminUpdateQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":163,"kind":1024,"name":"BlobApi","url":"modules.html#default.__type.BlobApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":164,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":165,"kind":2048,"name":"blobDeleteFileWithParameter","url":"modules.html#default.__type.__type-3.blobDeleteFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":166,"kind":2048,"name":"blobGetFileWithParameter","url":"modules.html#default.__type.__type-3.blobGetFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":167,"kind":2048,"name":"blobUploadFileWithParameter","url":"modules.html#default.__type.__type-3.blobUploadFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":168,"kind":1024,"name":"ContactChangeApi","url":"modules.html#default.__type.ContactChangeApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":169,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":170,"kind":2048,"name":"contactChangeChangeContactEmail","url":"modules.html#default.__type.__type-4.contactChangeChangeContactEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":171,"kind":2048,"name":"contactChangeConfirmContactEmail","url":"modules.html#default.__type.__type-4.contactChangeConfirmContactEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":172,"kind":2048,"name":"contactChangeConfirmationStatus","url":"modules.html#default.__type.__type-4.contactChangeConfirmationStatus","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":173,"kind":1024,"name":"DisciplineApi","url":"modules.html#default.__type.DisciplineApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":174,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":175,"kind":2048,"name":"disciplineIndex","url":"modules.html#default.__type.__type-5.disciplineIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":176,"kind":1024,"name":"GitLabApi","url":"modules.html#default.__type.GitLabApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":177,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":178,"kind":2048,"name":"gitLabGetAllProjects","url":"modules.html#default.__type.__type-6.gitLabGetAllProjects","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":179,"kind":2048,"name":"gitLabGetBranchesForProject","url":"modules.html#default.__type.__type-6.gitLabGetBranchesForProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":180,"kind":2048,"name":"gitLabGetProject","url":"modules.html#default.__type.__type-6.gitLabGetProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":181,"kind":1024,"name":"HomeApi","url":"modules.html#default.__type.HomeApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":182,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":183,"kind":2048,"name":"homeIndex","url":"modules.html#default.__type.__type-7.homeIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":184,"kind":1024,"name":"LanguageApi","url":"modules.html#default.__type.LanguageApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":185,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":186,"kind":2048,"name":"languageIndex","url":"modules.html#default.__type.__type-8.languageIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":187,"kind":1024,"name":"LicenseApi","url":"modules.html#default.__type.LicenseApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":188,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":189,"kind":2048,"name":"licenseIndex","url":"modules.html#default.__type.__type-9.licenseIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":190,"kind":1024,"name":"MergeApi","url":"modules.html#default.__type.MergeApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":191,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":192,"kind":2048,"name":"mergeCallback","url":"modules.html#default.__type.__type-10.mergeCallback","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":193,"kind":2048,"name":"mergeLogin","url":"modules.html#default.__type.__type-10.mergeLogin","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":194,"kind":1024,"name":"MetadataApi","url":"modules.html#default.__type.MetadataApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":195,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":196,"kind":2048,"name":"metadataGetClassInstances","url":"modules.html#default.__type.__type-11.metadataGetClassInstances","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":197,"kind":2048,"name":"metadataGetProfile","url":"modules.html#default.__type.__type-11.metadataGetProfile","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":198,"kind":2048,"name":"metadataGetProfiles","url":"modules.html#default.__type.__type-11.metadataGetProfiles","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":199,"kind":2048,"name":"metadataGetVocabularies","url":"modules.html#default.__type.__type-11.metadataGetVocabularies","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":200,"kind":2048,"name":"metadataGetVocabulary","url":"modules.html#default.__type.__type-11.metadataGetVocabulary","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":201,"kind":2048,"name":"metadataSaveApplicationProfile","url":"modules.html#default.__type.__type-11.metadataSaveApplicationProfile","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":202,"kind":1024,"name":"NoticeApi","url":"modules.html#default.__type.NoticeApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":203,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":204,"kind":2048,"name":"noticeGetMaintenance","url":"modules.html#default.__type.__type-12.noticeGetMaintenance","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":205,"kind":2048,"name":"noticeGetNotice","url":"modules.html#default.__type.__type-12.noticeGetNotice","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":206,"kind":1024,"name":"ORCiDApi","url":"modules.html#default.__type.ORCiDApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":207,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":208,"kind":2048,"name":"oRCiDLoginGET","url":"modules.html#default.__type.__type-13.oRCiDLoginGET","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":209,"kind":2048,"name":"oRCiDLoginPOST","url":"modules.html#default.__type.__type-13.oRCiDLoginPOST","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":210,"kind":1024,"name":"OrganizationApi","url":"modules.html#default.__type.OrganizationApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":211,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":212,"kind":2048,"name":"organizationGetOrganization","url":"modules.html#default.__type.__type-14.organizationGetOrganization","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":213,"kind":2048,"name":"organizationGetROR","url":"modules.html#default.__type.__type-14.organizationGetROR","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":214,"kind":2048,"name":"organizationIndex","url":"modules.html#default.__type.__type-14.organizationIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":215,"kind":2048,"name":"organizationIsMember","url":"modules.html#default.__type.__type-14.organizationIsMember","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":216,"kind":2048,"name":"organizationIsMember2","url":"modules.html#default.__type.__type-14.organizationIsMember2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":217,"kind":1024,"name":"PidApi","url":"modules.html#default.__type.PidApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":218,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":219,"kind":2048,"name":"pidIsValid","url":"modules.html#default.__type.__type-15.pidIsValid","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":220,"kind":2048,"name":"pidSendMailToOwner","url":"modules.html#default.__type.__type-15.pidSendMailToOwner","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":221,"kind":1024,"name":"ProjectApi","url":"modules.html#default.__type.ProjectApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":222,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":223,"kind":2048,"name":"projectCreateApplicationProfile","url":"modules.html#default.__type.__type-16.projectCreateApplicationProfile","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":224,"kind":2048,"name":"projectDelete","url":"modules.html#default.__type.__type-16.projectDelete","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":225,"kind":2048,"name":"projectDeleteInvitation","url":"modules.html#default.__type.__type-16.projectDeleteInvitation","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":226,"kind":2048,"name":"projectGet","url":"modules.html#default.__type.__type-16.projectGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":227,"kind":2048,"name":"projectGetBySlug","url":"modules.html#default.__type.__type-16.projectGetBySlug","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":228,"kind":2048,"name":"projectGetResources","url":"modules.html#default.__type.__type-16.projectGetResources","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":229,"kind":2048,"name":"projectGetTopLevelProjects","url":"modules.html#default.__type.__type-16.projectGetTopLevelProjects","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":230,"kind":2048,"name":"projectIndex","url":"modules.html#default.__type.__type-16.projectIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":231,"kind":2048,"name":"projectListInvitations","url":"modules.html#default.__type.__type-16.projectListInvitations","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":232,"kind":2048,"name":"projectResolveInvitation","url":"modules.html#default.__type.__type-16.projectResolveInvitation","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":233,"kind":2048,"name":"projectSendInvitation","url":"modules.html#default.__type.__type-16.projectSendInvitation","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":234,"kind":2048,"name":"projectStore","url":"modules.html#default.__type.__type-16.projectStore","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":235,"kind":2048,"name":"projectUpdate","url":"modules.html#default.__type.__type-16.projectUpdate","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":236,"kind":1024,"name":"ProjectQuotaApi","url":"modules.html#default.__type.ProjectQuotaApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":237,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":238,"kind":2048,"name":"projectQuotaQuota","url":"modules.html#default.__type.__type-17.projectQuotaQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":239,"kind":2048,"name":"projectQuotaQuotas","url":"modules.html#default.__type.__type-17.projectQuotaQuotas","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":240,"kind":2048,"name":"projectQuotaUpdateQuota","url":"modules.html#default.__type.__type-17.projectQuotaUpdateQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":241,"kind":1024,"name":"ProjectRoleApi","url":"modules.html#default.__type.ProjectRoleApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":242,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":243,"kind":2048,"name":"projectRoleDelete","url":"modules.html#default.__type.__type-18.projectRoleDelete","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":244,"kind":2048,"name":"projectRoleDelete2","url":"modules.html#default.__type.__type-18.projectRoleDelete2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":245,"kind":2048,"name":"projectRoleGet","url":"modules.html#default.__type.__type-18.projectRoleGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":246,"kind":2048,"name":"projectRoleIndex","url":"modules.html#default.__type.__type-18.projectRoleIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":247,"kind":2048,"name":"projectRoleSet","url":"modules.html#default.__type.__type-18.projectRoleSet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":248,"kind":1024,"name":"ResourceApi","url":"modules.html#default.__type.ResourceApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":249,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":250,"kind":2048,"name":"resourceDelete","url":"modules.html#default.__type.__type-19.resourceDelete","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":251,"kind":2048,"name":"resourceGet","url":"modules.html#default.__type.__type-19.resourceGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":252,"kind":2048,"name":"resourceIndex","url":"modules.html#default.__type.__type-19.resourceIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":253,"kind":2048,"name":"resourceIsUserResourceCreator","url":"modules.html#default.__type.__type-19.resourceIsUserResourceCreator","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":254,"kind":2048,"name":"resourceSetResourceReadonly","url":"modules.html#default.__type.__type-19.resourceSetResourceReadonly","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":255,"kind":2048,"name":"resourceStoreToProject","url":"modules.html#default.__type.__type-19.resourceStoreToProject","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":256,"kind":2048,"name":"resourceUpdate","url":"modules.html#default.__type.__type-19.resourceUpdate","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":257,"kind":1024,"name":"ResourceQuotaApi","url":"modules.html#default.__type.ResourceQuotaApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":258,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":259,"kind":2048,"name":"resourceQuotaGetResourceQuota","url":"modules.html#default.__type.__type-20.resourceQuotaGetResourceQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":260,"kind":2048,"name":"resourceQuotaUpdateResourceQuota","url":"modules.html#default.__type.__type-20.resourceQuotaUpdateResourceQuota","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":261,"kind":1024,"name":"ResourceTypeApi","url":"modules.html#default.__type.ResourceTypeApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":262,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":263,"kind":2048,"name":"resourceTypeGetEnabledResourceTypes","url":"modules.html#default.__type.__type-21.resourceTypeGetEnabledResourceTypes","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":264,"kind":2048,"name":"resourceTypeGetResourceType","url":"modules.html#default.__type.__type-21.resourceTypeGetResourceType","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":265,"kind":2048,"name":"resourceTypeGetResourceTypes","url":"modules.html#default.__type.__type-21.resourceTypeGetResourceTypes","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":266,"kind":1024,"name":"RoleApi","url":"modules.html#default.__type.RoleApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":267,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":268,"kind":2048,"name":"roleIndex","url":"modules.html#default.__type.__type-22.roleIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":269,"kind":1024,"name":"SearchApi","url":"modules.html#default.__type.SearchApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":270,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":271,"kind":2048,"name":"searchSearch","url":"modules.html#default.__type.__type-23.searchSearch","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":272,"kind":1024,"name":"ShibbolethApi","url":"modules.html#default.__type.ShibbolethApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":273,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":274,"kind":2048,"name":"shibbolethCallback","url":"modules.html#default.__type.__type-24.shibbolethCallback","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":275,"kind":2048,"name":"shibbolethLogin","url":"modules.html#default.__type.__type-24.shibbolethLogin","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":276,"kind":1024,"name":"SubProjectApi","url":"modules.html#default.__type.SubProjectApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":277,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":278,"kind":2048,"name":"subProjectGet","url":"modules.html#default.__type.__type-25.subProjectGet","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":279,"kind":2048,"name":"subProjectGetAccessibleParent","url":"modules.html#default.__type.__type-25.subProjectGetAccessibleParent","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":280,"kind":1024,"name":"TitleApi","url":"modules.html#default.__type.TitleApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":281,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":282,"kind":2048,"name":"titleIndex","url":"modules.html#default.__type.__type-27.titleIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":283,"kind":1024,"name":"TokenApi","url":"modules.html#default.__type.TokenApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":284,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":285,"kind":2048,"name":"tokenAddToken","url":"modules.html#default.__type.__type-28.tokenAddToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":286,"kind":2048,"name":"tokenGetTokenValidityBounds","url":"modules.html#default.__type.__type-28.tokenGetTokenValidityBounds","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":287,"kind":2048,"name":"tokenGetUserToken","url":"modules.html#default.__type.__type-28.tokenGetUserToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":288,"kind":2048,"name":"tokenGetUserTokens","url":"modules.html#default.__type.__type-28.tokenGetUserTokens","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":289,"kind":2048,"name":"tokenRevokeToken","url":"modules.html#default.__type.__type-28.tokenRevokeToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":290,"kind":1024,"name":"TOSApi","url":"modules.html#default.__type.TOSApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":291,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":292,"kind":2048,"name":"tOSAcceptCurrentTOSVersion","url":"modules.html#default.__type.__type-26.tOSAcceptCurrentTOSVersion","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":293,"kind":2048,"name":"tOSAcceptedTOSVersion","url":"modules.html#default.__type.__type-26.tOSAcceptedTOSVersion","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":294,"kind":2048,"name":"tOSGetCurrentTOSVersion","url":"modules.html#default.__type.__type-26.tOSGetCurrentTOSVersion","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":295,"kind":1024,"name":"TreeApi","url":"modules.html#default.__type.TreeApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":296,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":297,"kind":2048,"name":"treeGetMetadataWithParameter","url":"modules.html#default.__type.__type-29.treeGetMetadataWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":298,"kind":2048,"name":"treeStoreMetadataForFileWithParameter","url":"modules.html#default.__type.__type-29.treeStoreMetadataForFileWithParameter","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":299,"kind":1024,"name":"UserApi","url":"modules.html#default.__type.UserApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":300,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":301,"kind":2048,"name":"userGetUser","url":"modules.html#default.__type.__type-30.userGetUser","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":302,"kind":2048,"name":"userQuery","url":"modules.html#default.__type.__type-30.userQuery","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":303,"kind":2048,"name":"userSetAndReturnMergeToken","url":"modules.html#default.__type.__type-30.userSetAndReturnMergeToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":304,"kind":2048,"name":"userUpdateUser","url":"modules.html#default.__type.__type-30.userUpdateUser","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"},{"id":305,"kind":1024,"name":"VisibilityApi","url":"modules.html#default.__type.VisibilityApi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"default.__type"},{"id":306,"kind":65536,"name":"__type","url":"modules.html#default.__type.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"default.__type"},{"id":307,"kind":2048,"name":"visibilityIndex","url":"modules.html#default.__type.__type-31.visibilityIndex","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"default.__type.__type"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,44.806]],["parent/0",[]],["name/1",[1,15.823]],["parent/1",[0,4.278]],["name/2",[2,48.171]],["parent/2",[3,4.599]],["name/3",[4,48.171]],["parent/3",[3,4.599]],["name/4",[5,44.806]],["parent/4",[]],["name/5",[1,15.823]],["parent/5",[5,4.278]],["name/6",[6,48.171]],["parent/6",[7,4.599]],["name/7",[8,48.171]],["parent/7",[7,4.599]],["name/8",[9,44.806]],["parent/8",[]],["name/9",[1,15.823]],["parent/9",[9,4.278]],["name/10",[10,48.171]],["parent/10",[11,4.278]],["name/11",[12,48.171]],["parent/11",[11,4.278]],["name/12",[13,48.171]],["parent/12",[11,4.278]],["name/13",[14,44.806]],["parent/13",[]],["name/14",[1,15.823]],["parent/14",[14,4.278]],["name/15",[15,48.171]],["parent/15",[16,4.278]],["name/16",[17,48.171]],["parent/16",[16,4.278]],["name/17",[18,48.171]],["parent/17",[16,4.278]],["name/18",[19,44.806]],["parent/18",[]],["name/19",[1,15.823]],["parent/19",[19,4.278]],["name/20",[20,48.171]],["parent/20",[21,5.087]],["name/21",[22,44.806]],["parent/21",[]],["name/22",[1,15.823]],["parent/22",[22,4.278]],["name/23",[23,48.171]],["parent/23",[24,4.278]],["name/24",[25,48.171]],["parent/24",[24,4.278]],["name/25",[26,48.171]],["parent/25",[24,4.278]],["name/26",[27,44.806]],["parent/26",[]],["name/27",[1,15.823]],["parent/27",[27,4.278]],["name/28",[28,48.171]],["parent/28",[29,5.087]],["name/29",[30,44.806]],["parent/29",[]],["name/30",[1,15.823]],["parent/30",[30,4.278]],["name/31",[31,48.171]],["parent/31",[32,5.087]],["name/32",[33,44.806]],["parent/32",[]],["name/33",[1,15.823]],["parent/33",[33,4.278]],["name/34",[34,48.171]],["parent/34",[35,5.087]],["name/35",[36,44.806]],["parent/35",[]],["name/36",[1,15.823]],["parent/36",[36,4.278]],["name/37",[37,48.171]],["parent/37",[38,4.599]],["name/38",[39,48.171]],["parent/38",[38,4.599]],["name/39",[40,44.806]],["parent/39",[]],["name/40",[1,15.823]],["parent/40",[40,4.278]],["name/41",[41,48.171]],["parent/41",[42,3.687]],["name/42",[43,48.171]],["parent/42",[42,3.687]],["name/43",[44,48.171]],["parent/43",[42,3.687]],["name/44",[45,48.171]],["parent/44",[42,3.687]],["name/45",[46,48.171]],["parent/45",[42,3.687]],["name/46",[47,48.171]],["parent/46",[42,3.687]],["name/47",[48,44.806]],["parent/47",[]],["name/48",[1,15.823]],["parent/48",[48,4.278]],["name/49",[49,48.171]],["parent/49",[50,4.599]],["name/50",[51,48.171]],["parent/50",[50,4.599]],["name/51",[52,44.806]],["parent/51",[]],["name/52",[1,15.823]],["parent/52",[52,4.278]],["name/53",[53,48.171]],["parent/53",[54,4.599]],["name/54",[55,48.171]],["parent/54",[54,4.599]],["name/55",[56,44.806]],["parent/55",[]],["name/56",[1,15.823]],["parent/56",[56,4.278]],["name/57",[57,48.171]],["parent/57",[58,3.846]],["name/58",[59,48.171]],["parent/58",[58,3.846]],["name/59",[60,48.171]],["parent/59",[58,3.846]],["name/60",[61,48.171]],["parent/60",[58,3.846]],["name/61",[62,48.171]],["parent/61",[58,3.846]],["name/62",[63,44.806]],["parent/62",[]],["name/63",[1,15.823]],["parent/63",[63,4.278]],["name/64",[64,48.171]],["parent/64",[65,4.599]],["name/65",[66,48.171]],["parent/65",[65,4.599]],["name/66",[67,44.806]],["parent/66",[]],["name/67",[1,15.823]],["parent/67",[67,4.278]],["name/68",[68,48.171]],["parent/68",[69,2.989]],["name/69",[70,48.171]],["parent/69",[69,2.989]],["name/70",[71,48.171]],["parent/70",[69,2.989]],["name/71",[72,48.171]],["parent/71",[69,2.989]],["name/72",[73,48.171]],["parent/72",[69,2.989]],["name/73",[74,48.171]],["parent/73",[69,2.989]],["name/74",[75,48.171]],["parent/74",[69,2.989]],["name/75",[76,48.171]],["parent/75",[69,2.989]],["name/76",[77,48.171]],["parent/76",[69,2.989]],["name/77",[78,48.171]],["parent/77",[69,2.989]],["name/78",[79,48.171]],["parent/78",[69,2.989]],["name/79",[80,48.171]],["parent/79",[69,2.989]],["name/80",[81,48.171]],["parent/80",[69,2.989]],["name/81",[82,44.806]],["parent/81",[]],["name/82",[1,15.823]],["parent/82",[82,4.278]],["name/83",[83,48.171]],["parent/83",[84,4.278]],["name/84",[85,48.171]],["parent/84",[84,4.278]],["name/85",[86,48.171]],["parent/85",[84,4.278]],["name/86",[87,44.806]],["parent/86",[]],["name/87",[1,15.823]],["parent/87",[87,4.278]],["name/88",[88,48.171]],["parent/88",[89,3.846]],["name/89",[90,48.171]],["parent/89",[89,3.846]],["name/90",[91,48.171]],["parent/90",[89,3.846]],["name/91",[92,48.171]],["parent/91",[89,3.846]],["name/92",[93,48.171]],["parent/92",[89,3.846]],["name/93",[94,44.806]],["parent/93",[]],["name/94",[1,15.823]],["parent/94",[94,4.278]],["name/95",[95,48.171]],["parent/95",[96,3.55]],["name/96",[97,48.171]],["parent/96",[96,3.55]],["name/97",[98,48.171]],["parent/97",[96,3.55]],["name/98",[99,48.171]],["parent/98",[96,3.55]],["name/99",[100,48.171]],["parent/99",[96,3.55]],["name/100",[101,48.171]],["parent/100",[96,3.55]],["name/101",[102,48.171]],["parent/101",[96,3.55]],["name/102",[103,44.806]],["parent/102",[]],["name/103",[1,15.823]],["parent/103",[103,4.278]],["name/104",[104,48.171]],["parent/104",[105,4.599]],["name/105",[106,48.171]],["parent/105",[105,4.599]],["name/106",[107,44.806]],["parent/106",[]],["name/107",[1,15.823]],["parent/107",[107,4.278]],["name/108",[108,48.171]],["parent/108",[109,4.278]],["name/109",[110,48.171]],["parent/109",[109,4.278]],["name/110",[111,48.171]],["parent/110",[109,4.278]],["name/111",[112,44.806]],["parent/111",[]],["name/112",[1,15.823]],["parent/112",[112,4.278]],["name/113",[113,48.171]],["parent/113",[114,5.087]],["name/114",[115,44.806]],["parent/114",[]],["name/115",[1,15.823]],["parent/115",[115,4.278]],["name/116",[116,48.171]],["parent/116",[117,5.087]],["name/117",[118,44.806]],["parent/117",[]],["name/118",[1,15.823]],["parent/118",[118,4.278]],["name/119",[119,48.171]],["parent/119",[120,4.599]],["name/120",[121,48.171]],["parent/120",[120,4.599]],["name/121",[122,44.806]],["parent/121",[]],["name/122",[1,15.823]],["parent/122",[122,4.278]],["name/123",[123,48.171]],["parent/123",[124,4.599]],["name/124",[125,48.171]],["parent/124",[124,4.599]],["name/125",[126,44.806]],["parent/125",[]],["name/126",[1,15.823]],["parent/126",[126,4.278]],["name/127",[127,48.171]],["parent/127",[128,5.087]],["name/128",[129,44.806]],["parent/128",[]],["name/129",[1,15.823]],["parent/129",[129,4.278]],["name/130",[130,48.171]],["parent/130",[131,3.846]],["name/131",[132,48.171]],["parent/131",[131,3.846]],["name/132",[133,48.171]],["parent/132",[131,3.846]],["name/133",[134,48.171]],["parent/133",[131,3.846]],["name/134",[135,48.171]],["parent/134",[131,3.846]],["name/135",[136,44.806]],["parent/135",[]],["name/136",[1,15.823]],["parent/136",[136,4.278]],["name/137",[137,48.171]],["parent/137",[138,4.278]],["name/138",[139,48.171]],["parent/138",[138,4.278]],["name/139",[140,48.171]],["parent/139",[138,4.278]],["name/140",[141,44.806]],["parent/140",[]],["name/141",[1,15.823]],["parent/141",[141,4.278]],["name/142",[142,48.171]],["parent/142",[143,4.599]],["name/143",[144,48.171]],["parent/143",[143,4.599]],["name/144",[145,44.806]],["parent/144",[]],["name/145",[1,15.823]],["parent/145",[145,4.278]],["name/146",[146,48.171]],["parent/146",[147,4.038]],["name/147",[148,48.171]],["parent/147",[147,4.038]],["name/148",[149,48.171]],["parent/148",[147,4.038]],["name/149",[150,48.171]],["parent/149",[147,4.038]],["name/150",[151,44.806]],["parent/150",[]],["name/151",[1,15.823]],["parent/151",[151,4.278]],["name/152",[152,48.171]],["parent/152",[153,5.087]],["name/153",[154,48.171]],["parent/153",[]],["name/154",[1,15.823]],["parent/154",[154,4.599]],["name/155",[0,44.806]],["parent/155",[155,1.526]],["name/156",[1,15.823]],["parent/156",[155,1.526]],["name/157",[2,48.171]],["parent/157",[156,1.162]],["name/158",[4,48.171]],["parent/158",[156,1.162]],["name/159",[5,44.806]],["parent/159",[155,1.526]],["name/160",[1,15.823]],["parent/160",[155,1.526]],["name/161",[6,48.171]],["parent/161",[156,1.162]],["name/162",[8,48.171]],["parent/162",[156,1.162]],["name/163",[9,44.806]],["parent/163",[155,1.526]],["name/164",[1,15.823]],["parent/164",[155,1.526]],["name/165",[10,48.171]],["parent/165",[156,1.162]],["name/166",[12,48.171]],["parent/166",[156,1.162]],["name/167",[13,48.171]],["parent/167",[156,1.162]],["name/168",[14,44.806]],["parent/168",[155,1.526]],["name/169",[1,15.823]],["parent/169",[155,1.526]],["name/170",[15,48.171]],["parent/170",[156,1.162]],["name/171",[17,48.171]],["parent/171",[156,1.162]],["name/172",[18,48.171]],["parent/172",[156,1.162]],["name/173",[19,44.806]],["parent/173",[155,1.526]],["name/174",[1,15.823]],["parent/174",[155,1.526]],["name/175",[20,48.171]],["parent/175",[156,1.162]],["name/176",[22,44.806]],["parent/176",[155,1.526]],["name/177",[1,15.823]],["parent/177",[155,1.526]],["name/178",[23,48.171]],["parent/178",[156,1.162]],["name/179",[25,48.171]],["parent/179",[156,1.162]],["name/180",[26,48.171]],["parent/180",[156,1.162]],["name/181",[27,44.806]],["parent/181",[155,1.526]],["name/182",[1,15.823]],["parent/182",[155,1.526]],["name/183",[28,48.171]],["parent/183",[156,1.162]],["name/184",[30,44.806]],["parent/184",[155,1.526]],["name/185",[1,15.823]],["parent/185",[155,1.526]],["name/186",[31,48.171]],["parent/186",[156,1.162]],["name/187",[33,44.806]],["parent/187",[155,1.526]],["name/188",[1,15.823]],["parent/188",[155,1.526]],["name/189",[34,48.171]],["parent/189",[156,1.162]],["name/190",[36,44.806]],["parent/190",[155,1.526]],["name/191",[1,15.823]],["parent/191",[155,1.526]],["name/192",[37,48.171]],["parent/192",[156,1.162]],["name/193",[39,48.171]],["parent/193",[156,1.162]],["name/194",[40,44.806]],["parent/194",[155,1.526]],["name/195",[1,15.823]],["parent/195",[155,1.526]],["name/196",[41,48.171]],["parent/196",[156,1.162]],["name/197",[43,48.171]],["parent/197",[156,1.162]],["name/198",[44,48.171]],["parent/198",[156,1.162]],["name/199",[45,48.171]],["parent/199",[156,1.162]],["name/200",[46,48.171]],["parent/200",[156,1.162]],["name/201",[47,48.171]],["parent/201",[156,1.162]],["name/202",[48,44.806]],["parent/202",[155,1.526]],["name/203",[1,15.823]],["parent/203",[155,1.526]],["name/204",[49,48.171]],["parent/204",[156,1.162]],["name/205",[51,48.171]],["parent/205",[156,1.162]],["name/206",[52,44.806]],["parent/206",[155,1.526]],["name/207",[1,15.823]],["parent/207",[155,1.526]],["name/208",[53,48.171]],["parent/208",[156,1.162]],["name/209",[55,48.171]],["parent/209",[156,1.162]],["name/210",[56,44.806]],["parent/210",[155,1.526]],["name/211",[1,15.823]],["parent/211",[155,1.526]],["name/212",[57,48.171]],["parent/212",[156,1.162]],["name/213",[59,48.171]],["parent/213",[156,1.162]],["name/214",[60,48.171]],["parent/214",[156,1.162]],["name/215",[61,48.171]],["parent/215",[156,1.162]],["name/216",[62,48.171]],["parent/216",[156,1.162]],["name/217",[63,44.806]],["parent/217",[155,1.526]],["name/218",[1,15.823]],["parent/218",[155,1.526]],["name/219",[64,48.171]],["parent/219",[156,1.162]],["name/220",[66,48.171]],["parent/220",[156,1.162]],["name/221",[67,44.806]],["parent/221",[155,1.526]],["name/222",[1,15.823]],["parent/222",[155,1.526]],["name/223",[68,48.171]],["parent/223",[156,1.162]],["name/224",[70,48.171]],["parent/224",[156,1.162]],["name/225",[71,48.171]],["parent/225",[156,1.162]],["name/226",[72,48.171]],["parent/226",[156,1.162]],["name/227",[73,48.171]],["parent/227",[156,1.162]],["name/228",[74,48.171]],["parent/228",[156,1.162]],["name/229",[75,48.171]],["parent/229",[156,1.162]],["name/230",[76,48.171]],["parent/230",[156,1.162]],["name/231",[77,48.171]],["parent/231",[156,1.162]],["name/232",[78,48.171]],["parent/232",[156,1.162]],["name/233",[79,48.171]],["parent/233",[156,1.162]],["name/234",[80,48.171]],["parent/234",[156,1.162]],["name/235",[81,48.171]],["parent/235",[156,1.162]],["name/236",[82,44.806]],["parent/236",[155,1.526]],["name/237",[1,15.823]],["parent/237",[155,1.526]],["name/238",[83,48.171]],["parent/238",[156,1.162]],["name/239",[85,48.171]],["parent/239",[156,1.162]],["name/240",[86,48.171]],["parent/240",[156,1.162]],["name/241",[87,44.806]],["parent/241",[155,1.526]],["name/242",[1,15.823]],["parent/242",[155,1.526]],["name/243",[88,48.171]],["parent/243",[156,1.162]],["name/244",[90,48.171]],["parent/244",[156,1.162]],["name/245",[91,48.171]],["parent/245",[156,1.162]],["name/246",[92,48.171]],["parent/246",[156,1.162]],["name/247",[93,48.171]],["parent/247",[156,1.162]],["name/248",[94,44.806]],["parent/248",[155,1.526]],["name/249",[1,15.823]],["parent/249",[155,1.526]],["name/250",[95,48.171]],["parent/250",[156,1.162]],["name/251",[97,48.171]],["parent/251",[156,1.162]],["name/252",[98,48.171]],["parent/252",[156,1.162]],["name/253",[99,48.171]],["parent/253",[156,1.162]],["name/254",[100,48.171]],["parent/254",[156,1.162]],["name/255",[101,48.171]],["parent/255",[156,1.162]],["name/256",[102,48.171]],["parent/256",[156,1.162]],["name/257",[103,44.806]],["parent/257",[155,1.526]],["name/258",[1,15.823]],["parent/258",[155,1.526]],["name/259",[104,48.171]],["parent/259",[156,1.162]],["name/260",[106,48.171]],["parent/260",[156,1.162]],["name/261",[107,44.806]],["parent/261",[155,1.526]],["name/262",[1,15.823]],["parent/262",[155,1.526]],["name/263",[108,48.171]],["parent/263",[156,1.162]],["name/264",[110,48.171]],["parent/264",[156,1.162]],["name/265",[111,48.171]],["parent/265",[156,1.162]],["name/266",[112,44.806]],["parent/266",[155,1.526]],["name/267",[1,15.823]],["parent/267",[155,1.526]],["name/268",[113,48.171]],["parent/268",[156,1.162]],["name/269",[115,44.806]],["parent/269",[155,1.526]],["name/270",[1,15.823]],["parent/270",[155,1.526]],["name/271",[116,48.171]],["parent/271",[156,1.162]],["name/272",[118,44.806]],["parent/272",[155,1.526]],["name/273",[1,15.823]],["parent/273",[155,1.526]],["name/274",[119,48.171]],["parent/274",[156,1.162]],["name/275",[121,48.171]],["parent/275",[156,1.162]],["name/276",[122,44.806]],["parent/276",[155,1.526]],["name/277",[1,15.823]],["parent/277",[155,1.526]],["name/278",[123,48.171]],["parent/278",[156,1.162]],["name/279",[125,48.171]],["parent/279",[156,1.162]],["name/280",[126,44.806]],["parent/280",[155,1.526]],["name/281",[1,15.823]],["parent/281",[155,1.526]],["name/282",[127,48.171]],["parent/282",[156,1.162]],["name/283",[129,44.806]],["parent/283",[155,1.526]],["name/284",[1,15.823]],["parent/284",[155,1.526]],["name/285",[130,48.171]],["parent/285",[156,1.162]],["name/286",[132,48.171]],["parent/286",[156,1.162]],["name/287",[133,48.171]],["parent/287",[156,1.162]],["name/288",[134,48.171]],["parent/288",[156,1.162]],["name/289",[135,48.171]],["parent/289",[156,1.162]],["name/290",[136,44.806]],["parent/290",[155,1.526]],["name/291",[1,15.823]],["parent/291",[155,1.526]],["name/292",[137,48.171]],["parent/292",[156,1.162]],["name/293",[139,48.171]],["parent/293",[156,1.162]],["name/294",[140,48.171]],["parent/294",[156,1.162]],["name/295",[141,44.806]],["parent/295",[155,1.526]],["name/296",[1,15.823]],["parent/296",[155,1.526]],["name/297",[142,48.171]],["parent/297",[156,1.162]],["name/298",[144,48.171]],["parent/298",[156,1.162]],["name/299",[145,44.806]],["parent/299",[155,1.526]],["name/300",[1,15.823]],["parent/300",[155,1.526]],["name/301",[146,48.171]],["parent/301",[156,1.162]],["name/302",[148,48.171]],["parent/302",[156,1.162]],["name/303",[149,48.171]],["parent/303",[156,1.162]],["name/304",[150,48.171]],["parent/304",[156,1.162]],["name/305",[151,44.806]],["parent/305",[155,1.526]],["name/306",[1,15.823]],["parent/306",[155,1.526]],["name/307",[152,48.171]],["parent/307",[156,1.162]]],"invertedIndex":[["__type",{"_index":1,"name":{"1":{},"5":{},"9":{},"14":{},"19":{},"22":{},"27":{},"30":{},"33":{},"36":{},"40":{},"48":{},"52":{},"56":{},"63":{},"67":{},"82":{},"87":{},"94":{},"103":{},"107":{},"112":{},"115":{},"118":{},"122":{},"126":{},"129":{},"136":{},"141":{},"145":{},"151":{},"154":{},"156":{},"160":{},"164":{},"169":{},"174":{},"177":{},"182":{},"185":{},"188":{},"191":{},"195":{},"203":{},"207":{},"211":{},"218":{},"222":{},"237":{},"242":{},"249":{},"258":{},"262":{},"267":{},"270":{},"273":{},"277":{},"281":{},"284":{},"291":{},"296":{},"300":{},"306":{}},"parent":{}}],["accountapi",{"_index":0,"name":{"0":{},"155":{}},"parent":{"1":{}}}],["accountapi.__type",{"_index":3,"name":{},"parent":{"2":{},"3":{}}}],["accountgetloginurls",{"_index":2,"name":{"2":{},"157":{}},"parent":{}}],["accountlogout",{"_index":4,"name":{"3":{},"158":{}},"parent":{}}],["adminapi",{"_index":5,"name":{"4":{},"159":{}},"parent":{"5":{}}}],["adminapi.__type",{"_index":7,"name":{},"parent":{"6":{},"7":{}}}],["admingetproject",{"_index":6,"name":{"6":{},"161":{}},"parent":{}}],["adminupdatequota",{"_index":8,"name":{"7":{},"162":{}},"parent":{}}],["blobapi",{"_index":9,"name":{"8":{},"163":{}},"parent":{"9":{}}}],["blobapi.__type",{"_index":11,"name":{},"parent":{"10":{},"11":{},"12":{}}}],["blobdeletefilewithparameter",{"_index":10,"name":{"10":{},"165":{}},"parent":{}}],["blobgetfilewithparameter",{"_index":12,"name":{"11":{},"166":{}},"parent":{}}],["blobuploadfilewithparameter",{"_index":13,"name":{"12":{},"167":{}},"parent":{}}],["contactchangeapi",{"_index":14,"name":{"13":{},"168":{}},"parent":{"14":{}}}],["contactchangeapi.__type",{"_index":16,"name":{},"parent":{"15":{},"16":{},"17":{}}}],["contactchangechangecontactemail",{"_index":15,"name":{"15":{},"170":{}},"parent":{}}],["contactchangeconfirmationstatus",{"_index":18,"name":{"17":{},"172":{}},"parent":{}}],["contactchangeconfirmcontactemail",{"_index":17,"name":{"16":{},"171":{}},"parent":{}}],["default",{"_index":154,"name":{"153":{}},"parent":{"154":{}}}],["default.__type",{"_index":155,"name":{},"parent":{"155":{},"156":{},"159":{},"160":{},"163":{},"164":{},"168":{},"169":{},"173":{},"174":{},"176":{},"177":{},"181":{},"182":{},"184":{},"185":{},"187":{},"188":{},"190":{},"191":{},"194":{},"195":{},"202":{},"203":{},"206":{},"207":{},"210":{},"211":{},"217":{},"218":{},"221":{},"222":{},"236":{},"237":{},"241":{},"242":{},"248":{},"249":{},"257":{},"258":{},"261":{},"262":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"276":{},"277":{},"280":{},"281":{},"283":{},"284":{},"290":{},"291":{},"295":{},"296":{},"299":{},"300":{},"305":{},"306":{}}}],["default.__type.__type",{"_index":156,"name":{},"parent":{"157":{},"158":{},"161":{},"162":{},"165":{},"166":{},"167":{},"170":{},"171":{},"172":{},"175":{},"178":{},"179":{},"180":{},"183":{},"186":{},"189":{},"192":{},"193":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"204":{},"205":{},"208":{},"209":{},"212":{},"213":{},"214":{},"215":{},"216":{},"219":{},"220":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"238":{},"239":{},"240":{},"243":{},"244":{},"245":{},"246":{},"247":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"259":{},"260":{},"263":{},"264":{},"265":{},"268":{},"271":{},"274":{},"275":{},"278":{},"279":{},"282":{},"285":{},"286":{},"287":{},"288":{},"289":{},"292":{},"293":{},"294":{},"297":{},"298":{},"301":{},"302":{},"303":{},"304":{},"307":{}}}],["disciplineapi",{"_index":19,"name":{"18":{},"173":{}},"parent":{"19":{}}}],["disciplineapi.__type",{"_index":21,"name":{},"parent":{"20":{}}}],["disciplineindex",{"_index":20,"name":{"20":{},"175":{}},"parent":{}}],["gitlabapi",{"_index":22,"name":{"21":{},"176":{}},"parent":{"22":{}}}],["gitlabapi.__type",{"_index":24,"name":{},"parent":{"23":{},"24":{},"25":{}}}],["gitlabgetallprojects",{"_index":23,"name":{"23":{},"178":{}},"parent":{}}],["gitlabgetbranchesforproject",{"_index":25,"name":{"24":{},"179":{}},"parent":{}}],["gitlabgetproject",{"_index":26,"name":{"25":{},"180":{}},"parent":{}}],["homeapi",{"_index":27,"name":{"26":{},"181":{}},"parent":{"27":{}}}],["homeapi.__type",{"_index":29,"name":{},"parent":{"28":{}}}],["homeindex",{"_index":28,"name":{"28":{},"183":{}},"parent":{}}],["languageapi",{"_index":30,"name":{"29":{},"184":{}},"parent":{"30":{}}}],["languageapi.__type",{"_index":32,"name":{},"parent":{"31":{}}}],["languageindex",{"_index":31,"name":{"31":{},"186":{}},"parent":{}}],["licenseapi",{"_index":33,"name":{"32":{},"187":{}},"parent":{"33":{}}}],["licenseapi.__type",{"_index":35,"name":{},"parent":{"34":{}}}],["licenseindex",{"_index":34,"name":{"34":{},"189":{}},"parent":{}}],["mergeapi",{"_index":36,"name":{"35":{},"190":{}},"parent":{"36":{}}}],["mergeapi.__type",{"_index":38,"name":{},"parent":{"37":{},"38":{}}}],["mergecallback",{"_index":37,"name":{"37":{},"192":{}},"parent":{}}],["mergelogin",{"_index":39,"name":{"38":{},"193":{}},"parent":{}}],["metadataapi",{"_index":40,"name":{"39":{},"194":{}},"parent":{"40":{}}}],["metadataapi.__type",{"_index":42,"name":{},"parent":{"41":{},"42":{},"43":{},"44":{},"45":{},"46":{}}}],["metadatagetclassinstances",{"_index":41,"name":{"41":{},"196":{}},"parent":{}}],["metadatagetprofile",{"_index":43,"name":{"42":{},"197":{}},"parent":{}}],["metadatagetprofiles",{"_index":44,"name":{"43":{},"198":{}},"parent":{}}],["metadatagetvocabularies",{"_index":45,"name":{"44":{},"199":{}},"parent":{}}],["metadatagetvocabulary",{"_index":46,"name":{"45":{},"200":{}},"parent":{}}],["metadatasaveapplicationprofile",{"_index":47,"name":{"46":{},"201":{}},"parent":{}}],["noticeapi",{"_index":48,"name":{"47":{},"202":{}},"parent":{"48":{}}}],["noticeapi.__type",{"_index":50,"name":{},"parent":{"49":{},"50":{}}}],["noticegetmaintenance",{"_index":49,"name":{"49":{},"204":{}},"parent":{}}],["noticegetnotice",{"_index":51,"name":{"50":{},"205":{}},"parent":{}}],["orcidapi",{"_index":52,"name":{"51":{},"206":{}},"parent":{"52":{}}}],["orcidapi.__type",{"_index":54,"name":{},"parent":{"53":{},"54":{}}}],["orcidloginget",{"_index":53,"name":{"53":{},"208":{}},"parent":{}}],["orcidloginpost",{"_index":55,"name":{"54":{},"209":{}},"parent":{}}],["organizationapi",{"_index":56,"name":{"55":{},"210":{}},"parent":{"56":{}}}],["organizationapi.__type",{"_index":58,"name":{},"parent":{"57":{},"58":{},"59":{},"60":{},"61":{}}}],["organizationgetorganization",{"_index":57,"name":{"57":{},"212":{}},"parent":{}}],["organizationgetror",{"_index":59,"name":{"58":{},"213":{}},"parent":{}}],["organizationindex",{"_index":60,"name":{"59":{},"214":{}},"parent":{}}],["organizationismember",{"_index":61,"name":{"60":{},"215":{}},"parent":{}}],["organizationismember2",{"_index":62,"name":{"61":{},"216":{}},"parent":{}}],["pidapi",{"_index":63,"name":{"62":{},"217":{}},"parent":{"63":{}}}],["pidapi.__type",{"_index":65,"name":{},"parent":{"64":{},"65":{}}}],["pidisvalid",{"_index":64,"name":{"64":{},"219":{}},"parent":{}}],["pidsendmailtoowner",{"_index":66,"name":{"65":{},"220":{}},"parent":{}}],["projectapi",{"_index":67,"name":{"66":{},"221":{}},"parent":{"67":{}}}],["projectapi.__type",{"_index":69,"name":{},"parent":{"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{}}}],["projectcreateapplicationprofile",{"_index":68,"name":{"68":{},"223":{}},"parent":{}}],["projectdelete",{"_index":70,"name":{"69":{},"224":{}},"parent":{}}],["projectdeleteinvitation",{"_index":71,"name":{"70":{},"225":{}},"parent":{}}],["projectget",{"_index":72,"name":{"71":{},"226":{}},"parent":{}}],["projectgetbyslug",{"_index":73,"name":{"72":{},"227":{}},"parent":{}}],["projectgetresources",{"_index":74,"name":{"73":{},"228":{}},"parent":{}}],["projectgettoplevelprojects",{"_index":75,"name":{"74":{},"229":{}},"parent":{}}],["projectindex",{"_index":76,"name":{"75":{},"230":{}},"parent":{}}],["projectlistinvitations",{"_index":77,"name":{"76":{},"231":{}},"parent":{}}],["projectquotaapi",{"_index":82,"name":{"81":{},"236":{}},"parent":{"82":{}}}],["projectquotaapi.__type",{"_index":84,"name":{},"parent":{"83":{},"84":{},"85":{}}}],["projectquotaquota",{"_index":83,"name":{"83":{},"238":{}},"parent":{}}],["projectquotaquotas",{"_index":85,"name":{"84":{},"239":{}},"parent":{}}],["projectquotaupdatequota",{"_index":86,"name":{"85":{},"240":{}},"parent":{}}],["projectresolveinvitation",{"_index":78,"name":{"77":{},"232":{}},"parent":{}}],["projectroleapi",{"_index":87,"name":{"86":{},"241":{}},"parent":{"87":{}}}],["projectroleapi.__type",{"_index":89,"name":{},"parent":{"88":{},"89":{},"90":{},"91":{},"92":{}}}],["projectroledelete",{"_index":88,"name":{"88":{},"243":{}},"parent":{}}],["projectroledelete2",{"_index":90,"name":{"89":{},"244":{}},"parent":{}}],["projectroleget",{"_index":91,"name":{"90":{},"245":{}},"parent":{}}],["projectroleindex",{"_index":92,"name":{"91":{},"246":{}},"parent":{}}],["projectroleset",{"_index":93,"name":{"92":{},"247":{}},"parent":{}}],["projectsendinvitation",{"_index":79,"name":{"78":{},"233":{}},"parent":{}}],["projectstore",{"_index":80,"name":{"79":{},"234":{}},"parent":{}}],["projectupdate",{"_index":81,"name":{"80":{},"235":{}},"parent":{}}],["resourceapi",{"_index":94,"name":{"93":{},"248":{}},"parent":{"94":{}}}],["resourceapi.__type",{"_index":96,"name":{},"parent":{"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{}}}],["resourcedelete",{"_index":95,"name":{"95":{},"250":{}},"parent":{}}],["resourceget",{"_index":97,"name":{"96":{},"251":{}},"parent":{}}],["resourceindex",{"_index":98,"name":{"97":{},"252":{}},"parent":{}}],["resourceisuserresourcecreator",{"_index":99,"name":{"98":{},"253":{}},"parent":{}}],["resourcequotaapi",{"_index":103,"name":{"102":{},"257":{}},"parent":{"103":{}}}],["resourcequotaapi.__type",{"_index":105,"name":{},"parent":{"104":{},"105":{}}}],["resourcequotagetresourcequota",{"_index":104,"name":{"104":{},"259":{}},"parent":{}}],["resourcequotaupdateresourcequota",{"_index":106,"name":{"105":{},"260":{}},"parent":{}}],["resourcesetresourcereadonly",{"_index":100,"name":{"99":{},"254":{}},"parent":{}}],["resourcestoretoproject",{"_index":101,"name":{"100":{},"255":{}},"parent":{}}],["resourcetypeapi",{"_index":107,"name":{"106":{},"261":{}},"parent":{"107":{}}}],["resourcetypeapi.__type",{"_index":109,"name":{},"parent":{"108":{},"109":{},"110":{}}}],["resourcetypegetenabledresourcetypes",{"_index":108,"name":{"108":{},"263":{}},"parent":{}}],["resourcetypegetresourcetype",{"_index":110,"name":{"109":{},"264":{}},"parent":{}}],["resourcetypegetresourcetypes",{"_index":111,"name":{"110":{},"265":{}},"parent":{}}],["resourceupdate",{"_index":102,"name":{"101":{},"256":{}},"parent":{}}],["roleapi",{"_index":112,"name":{"111":{},"266":{}},"parent":{"112":{}}}],["roleapi.__type",{"_index":114,"name":{},"parent":{"113":{}}}],["roleindex",{"_index":113,"name":{"113":{},"268":{}},"parent":{}}],["searchapi",{"_index":115,"name":{"114":{},"269":{}},"parent":{"115":{}}}],["searchapi.__type",{"_index":117,"name":{},"parent":{"116":{}}}],["searchsearch",{"_index":116,"name":{"116":{},"271":{}},"parent":{}}],["shibbolethapi",{"_index":118,"name":{"117":{},"272":{}},"parent":{"118":{}}}],["shibbolethapi.__type",{"_index":120,"name":{},"parent":{"119":{},"120":{}}}],["shibbolethcallback",{"_index":119,"name":{"119":{},"274":{}},"parent":{}}],["shibbolethlogin",{"_index":121,"name":{"120":{},"275":{}},"parent":{}}],["subprojectapi",{"_index":122,"name":{"121":{},"276":{}},"parent":{"122":{}}}],["subprojectapi.__type",{"_index":124,"name":{},"parent":{"123":{},"124":{}}}],["subprojectget",{"_index":123,"name":{"123":{},"278":{}},"parent":{}}],["subprojectgetaccessibleparent",{"_index":125,"name":{"124":{},"279":{}},"parent":{}}],["titleapi",{"_index":126,"name":{"125":{},"280":{}},"parent":{"126":{}}}],["titleapi.__type",{"_index":128,"name":{},"parent":{"127":{}}}],["titleindex",{"_index":127,"name":{"127":{},"282":{}},"parent":{}}],["tokenaddtoken",{"_index":130,"name":{"130":{},"285":{}},"parent":{}}],["tokenapi",{"_index":129,"name":{"128":{},"283":{}},"parent":{"129":{}}}],["tokenapi.__type",{"_index":131,"name":{},"parent":{"130":{},"131":{},"132":{},"133":{},"134":{}}}],["tokengettokenvaliditybounds",{"_index":132,"name":{"131":{},"286":{}},"parent":{}}],["tokengetusertoken",{"_index":133,"name":{"132":{},"287":{}},"parent":{}}],["tokengetusertokens",{"_index":134,"name":{"133":{},"288":{}},"parent":{}}],["tokenrevoketoken",{"_index":135,"name":{"134":{},"289":{}},"parent":{}}],["tosacceptcurrenttosversion",{"_index":137,"name":{"137":{},"292":{}},"parent":{}}],["tosacceptedtosversion",{"_index":139,"name":{"138":{},"293":{}},"parent":{}}],["tosapi",{"_index":136,"name":{"135":{},"290":{}},"parent":{"136":{}}}],["tosapi.__type",{"_index":138,"name":{},"parent":{"137":{},"138":{},"139":{}}}],["tosgetcurrenttosversion",{"_index":140,"name":{"139":{},"294":{}},"parent":{}}],["treeapi",{"_index":141,"name":{"140":{},"295":{}},"parent":{"141":{}}}],["treeapi.__type",{"_index":143,"name":{},"parent":{"142":{},"143":{}}}],["treegetmetadatawithparameter",{"_index":142,"name":{"142":{},"297":{}},"parent":{}}],["treestoremetadataforfilewithparameter",{"_index":144,"name":{"143":{},"298":{}},"parent":{}}],["userapi",{"_index":145,"name":{"144":{},"299":{}},"parent":{"145":{}}}],["userapi.__type",{"_index":147,"name":{},"parent":{"146":{},"147":{},"148":{},"149":{}}}],["usergetuser",{"_index":146,"name":{"146":{},"301":{}},"parent":{}}],["userquery",{"_index":148,"name":{"147":{},"302":{}},"parent":{}}],["usersetandreturnmergetoken",{"_index":149,"name":{"148":{},"303":{}},"parent":{}}],["userupdateuser",{"_index":150,"name":{"149":{},"304":{}},"parent":{}}],["visibilityapi",{"_index":151,"name":{"150":{},"305":{}},"parent":{"151":{}}}],["visibilityapi.__type",{"_index":153,"name":{},"parent":{"152":{}}}],["visibilityindex",{"_index":152,"name":{"152":{},"307":{}},"parent":{}}]],"pipeline":[]}}
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..baa7c38b5c9a69ecdd78df58de5a475b78e1528b
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,215 @@
+<!doctype html>
+<html class="default no-js">
+<head>
+	<meta charset="utf-8">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>@coscine/api-client</title>
+	<meta name="description" content="Documentation for @coscine/api-client">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<link rel="stylesheet" href="assets/css/main.css">
+	<script async src="assets/js/search.js" id="search-script"></script>
+</head>
+<body>
+<header>
+	<div class="tsd-page-toolbar">
+		<div class="container">
+			<div class="table-wrap">
+				<div class="table-cell" id="tsd-search" data-index="assets/js/search.json" data-base=".">
+					<div class="field">
+						<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
+						<input id="tsd-search-field" type="text" />
+					</div>
+					<ul class="results">
+						<li class="state loading">Preparing search index...</li>
+						<li class="state failure">The search index is not available</li>
+					</ul>
+					<a href="index.html" class="title">@coscine/api-client</a>
+				</div>
+				<div class="table-cell" id="tsd-widgets">
+					<div id="tsd-filter">
+						<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
+						<div class="tsd-filter-group">
+							<div class="tsd-select" id="tsd-filter-visibility">
+								<span class="tsd-select-label">All</span>
+								<ul class="tsd-select-list">
+									<li data-value="public">Public</li>
+									<li data-value="protected">Public/Protected</li>
+									<li data-value="private" class="selected">All</li>
+								</ul>
+							</div>
+							<input type="checkbox" id="tsd-filter-inherited" checked />
+							<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
+							<input type="checkbox" id="tsd-filter-externals" checked />
+							<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
+						</div>
+					</div>
+					<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
+				</div>
+			</div>
+		</div>
+	</div>
+	<div class="tsd-page-title">
+		<div class="container">
+			<h1>@coscine/api-client</h1>
+		</div>
+	</div>
+</header>
+<div class="container container-main">
+	<div class="row">
+		<div class="col-8 col-content">
+			<div class="tsd-panel tsd-typography">
+				<a href="#coscineapi-client" id="coscineapi-client" style="color: inherit; text-decoration: none;">
+					<h1>@coscine/api-client</h1>
+				</a>
+				<p>This project contains generated API connection classes from our Coscine API Swagger definitions and bundles them together.
+				Furthermore, some setup is done, to deliver an easy API connection for our Coscine apps.</p>
+				<a href="#build" id="build" style="color: inherit; text-decoration: none;">
+					<h2>Build</h2>
+				</a>
+				<ul>
+					<li><code>yarn install</code></li>
+					<li><code>yarn build</code></li>
+				</ul>
+				<a href="#testing" id="testing" style="color: inherit; text-decoration: none;">
+					<h2>Testing</h2>
+				</a>
+				<ul>
+					<li><code>yarn test</code></li>
+				</ul>
+				<a href="#linting" id="linting" style="color: inherit; text-decoration: none;">
+					<h2>Linting</h2>
+				</a>
+				<ul>
+					<li><code>yarn lint</code></li>
+				</ul>
+				<a href="#links" id="links" style="color: inherit; text-decoration: none;">
+					<h2>Links</h2>
+				</a>
+				<p>Bundles the output of <a href="https://git.rwth-aachen.de/coscine/backend/scripts/codegen">CodeGen</a>.</p>
+			</div>
+		</div>
+		<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
+			<nav class="tsd-navigation primary">
+				<ul>
+					<li class=" ">
+						<a href="modules.html">Exports</a>
+					</li>
+				</ul>
+			</nav>
+			<nav class="tsd-navigation secondary menu-sticky">
+				<ul class="before-current">
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#AccountApi" class="tsd-kind-icon">Account<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#AdminApi" class="tsd-kind-icon">Admin<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#BlobApi" class="tsd-kind-icon">Blob<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ContactChangeApi" class="tsd-kind-icon">Contact<wbr>Change<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#DisciplineApi" class="tsd-kind-icon">Discipline<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#GitLabApi" class="tsd-kind-icon">Git<wbr>Lab<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#HomeApi" class="tsd-kind-icon">Home<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#LanguageApi" class="tsd-kind-icon">Language<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#LicenseApi" class="tsd-kind-icon">License<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#MergeApi" class="tsd-kind-icon">Merge<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#MetadataApi" class="tsd-kind-icon">Metadata<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#NoticeApi" class="tsd-kind-icon">Notice<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ORCiDApi" class="tsd-kind-icon">ORCiDApi</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#OrganizationApi" class="tsd-kind-icon">Organization<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#PidApi" class="tsd-kind-icon">Pid<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ProjectApi" class="tsd-kind-icon">Project<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ProjectQuotaApi" class="tsd-kind-icon">Project<wbr>Quota<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ProjectRoleApi" class="tsd-kind-icon">Project<wbr>Role<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ResourceApi" class="tsd-kind-icon">Resource<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ResourceQuotaApi" class="tsd-kind-icon">Resource<wbr>Quota<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ResourceTypeApi" class="tsd-kind-icon">Resource<wbr>Type<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#RoleApi" class="tsd-kind-icon">Role<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#SearchApi" class="tsd-kind-icon">Search<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ShibbolethApi" class="tsd-kind-icon">Shibboleth<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#SubProjectApi" class="tsd-kind-icon">Sub<wbr>Project<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TOSApi" class="tsd-kind-icon">TOSApi</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TitleApi" class="tsd-kind-icon">Title<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TokenApi" class="tsd-kind-icon">Token<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TreeApi" class="tsd-kind-icon">Tree<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#UserApi" class="tsd-kind-icon">User<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#VisibilityApi" class="tsd-kind-icon">Visibility<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#default" class="tsd-kind-icon">default</a>
+					</li>
+				</ul>
+			</nav>
+		</div>
+	</div>
+</div>
+<footer class="with-border-bottom">
+	<div class="container">
+		<h2>Legend</h2>
+		<div class="tsd-legend-group">
+		</div>
+	</div>
+</footer>
+<div class="container tsd-generator">
+	<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
+</div>
+<div class="overlay"></div>
+<script src="assets/js/main.js"></script>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/modules.html b/docs/modules.html
new file mode 100644
index 0000000000000000000000000000000000000000..32653f8b9561fa176ea7964d6240484caa156e11
--- /dev/null
+++ b/docs/modules.html
@@ -0,0 +1,7701 @@
+<!doctype html>
+<html class="default no-js">
+<head>
+	<meta charset="utf-8">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>@coscine/api-client</title>
+	<meta name="description" content="Documentation for @coscine/api-client">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<link rel="stylesheet" href="assets/css/main.css">
+	<script async src="assets/js/search.js" id="search-script"></script>
+</head>
+<body>
+<header>
+	<div class="tsd-page-toolbar">
+		<div class="container">
+			<div class="table-wrap">
+				<div class="table-cell" id="tsd-search" data-index="assets/js/search.json" data-base=".">
+					<div class="field">
+						<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
+						<input id="tsd-search-field" type="text" />
+					</div>
+					<ul class="results">
+						<li class="state loading">Preparing search index...</li>
+						<li class="state failure">The search index is not available</li>
+					</ul>
+					<a href="index.html" class="title">@coscine/api-client</a>
+				</div>
+				<div class="table-cell" id="tsd-widgets">
+					<div id="tsd-filter">
+						<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
+						<div class="tsd-filter-group">
+							<div class="tsd-select" id="tsd-filter-visibility">
+								<span class="tsd-select-label">All</span>
+								<ul class="tsd-select-list">
+									<li data-value="public">Public</li>
+									<li data-value="protected">Public/Protected</li>
+									<li data-value="private" class="selected">All</li>
+								</ul>
+							</div>
+							<input type="checkbox" id="tsd-filter-inherited" checked />
+							<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
+							<input type="checkbox" id="tsd-filter-externals" checked />
+							<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
+						</div>
+					</div>
+					<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
+				</div>
+			</div>
+		</div>
+	</div>
+	<div class="tsd-page-title">
+		<div class="container">
+			<h1>@coscine/api-client</h1>
+		</div>
+	</div>
+</header>
+<div class="container container-main">
+	<div class="row">
+		<div class="col-8 col-content">
+			<section class="tsd-panel-group tsd-index-group">
+				<h2>Index</h2>
+				<section class="tsd-panel tsd-index-panel">
+					<div class="tsd-index-content">
+						<section class="tsd-index-section ">
+							<h3>Variables</h3>
+							<ul class="tsd-index-list">
+								<li class="tsd-kind-variable"><a href="modules.html#AccountApi" class="tsd-kind-icon">Account<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#AdminApi" class="tsd-kind-icon">Admin<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#BlobApi" class="tsd-kind-icon">Blob<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ContactChangeApi" class="tsd-kind-icon">Contact<wbr>Change<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#DisciplineApi" class="tsd-kind-icon">Discipline<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#GitLabApi" class="tsd-kind-icon">Git<wbr>Lab<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#HomeApi" class="tsd-kind-icon">Home<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#LanguageApi" class="tsd-kind-icon">Language<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#LicenseApi" class="tsd-kind-icon">License<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#MergeApi" class="tsd-kind-icon">Merge<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#MetadataApi" class="tsd-kind-icon">Metadata<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#NoticeApi" class="tsd-kind-icon">Notice<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ORCiDApi" class="tsd-kind-icon">ORCiDApi</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#OrganizationApi" class="tsd-kind-icon">Organization<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#PidApi" class="tsd-kind-icon">Pid<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ProjectApi" class="tsd-kind-icon">Project<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ProjectQuotaApi" class="tsd-kind-icon">Project<wbr>Quota<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ProjectRoleApi" class="tsd-kind-icon">Project<wbr>Role<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ResourceApi" class="tsd-kind-icon">Resource<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ResourceQuotaApi" class="tsd-kind-icon">Resource<wbr>Quota<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ResourceTypeApi" class="tsd-kind-icon">Resource<wbr>Type<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#RoleApi" class="tsd-kind-icon">Role<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#SearchApi" class="tsd-kind-icon">Search<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#ShibbolethApi" class="tsd-kind-icon">Shibboleth<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#SubProjectApi" class="tsd-kind-icon">Sub<wbr>Project<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#TOSApi" class="tsd-kind-icon">TOSApi</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#TitleApi" class="tsd-kind-icon">Title<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#TokenApi" class="tsd-kind-icon">Token<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#TreeApi" class="tsd-kind-icon">Tree<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#UserApi" class="tsd-kind-icon">User<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#VisibilityApi" class="tsd-kind-icon">Visibility<wbr>Api</a></li>
+								<li class="tsd-kind-variable"><a href="modules.html#default" class="tsd-kind-icon">default</a></li>
+							</ul>
+						</section>
+					</div>
+				</section>
+			</section>
+			<section class="tsd-panel-group tsd-member-group ">
+				<h2>Variables</h2>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="AccountApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Account<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Account<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>accountGetLoginUrls<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>accountLogout<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:6</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>account<wbr>Get<wbr>Login<wbr>Urls<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">account<wbr>Get<wbr>Login<wbr>Urls<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LoginUrls</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:177</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Return relevant URLs for logging the user in</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LoginUrls</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>account<wbr>Logout<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">account<wbr>Logout<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:186</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Route for logging the user out of Coscine</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="AdminApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Admin<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Admin<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>adminGetProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>adminUpdateQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:7</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>admin<wbr>Get<wbr>Project<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">admin<wbr>Get<wbr>Project<span class="tsd-signature-symbol">(</span>projectString<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">AdminProjectObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Admin/api.ts:322</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Find the project related to the projectString(GUID or slug)</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectString: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>The project id (GUID) or slug (from URL).</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">AdminProjectObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>admin<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">admin<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceTypeId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updateQuotaParameterObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UpdateQuotaParameterObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Admin/api.ts:334</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Update a project maximum and allocated quota</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5>resourceTypeId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource type</p>
+												</div>
+											</li>
+											<li>
+												<h5>updateQuotaParameterObject: <span class="tsd-signature-type">UpdateQuotaParameterObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>JSON object for updating the project maximum and allocated quota.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="BlobApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Blob<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Blob<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>blobDeleteFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>blobGetFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>blobUploadFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:8</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>blob<wbr>Delete<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">blob<wbr>Delete<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Blob/api.ts:235</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method deletes a given file</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>blob<wbr>Get<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">blob<wbr>Get<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Blob/api.ts:246</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method checks if the given file exists and returns it</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>blob<wbr>Upload<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">blob<wbr>Upload<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, files<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Blob/api.ts:258</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method uploads a given File</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> files: <span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">[]</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ContactChangeApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Contact<wbr>Change<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Contact<wbr>Change<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>contactChangeChangeContactEmail<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>contactChangeConfirmContactEmail<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>contactChangeConfirmationStatus<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:9</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>contact<wbr>Change<wbr>Change<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">contact<wbr>Change<wbr>Change<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">(</span>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:442</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method enables the user to request a change of his or her contact email. After entering a valid email, a confirmation email will be sent to the new address and a notification email will be sent to the present address.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>body: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A new email as string set by the user.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>contact<wbr>Change<wbr>Confirm<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">contact<wbr>Change<wbr>Confirm<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">(</span>verification<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:452</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Calling this method checks whether or not the entered confirmation token (verification) exists inside the database for the current user. If yes, it updates the EmailAddress field for that user with the New Email that has been requested with the ChangeContactEmail method.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>verification: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>The Confirmation Token as String for a New Email.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>contact<wbr>Change<wbr>Confirmation<wbr>Status<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">contact<wbr>Change<wbr>Confirmation<wbr>Status<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:461</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Calling this method will check if there are pending emails for confirmation for the current user.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="DisciplineApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Discipline<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Discipline<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>disciplineIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:10</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>discipline<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">discipline<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DisciplineObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:910</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available disciplines</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DisciplineObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="GitLabApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Git<wbr>Lab<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Git<wbr>Lab<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>gitLabGetAllProjects<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>gitLabGetBranchesForProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>gitLabGetProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:11</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>git<wbr>Lab<wbr>Get<wbr>All<wbr>Projects<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">git<wbr>Lab<wbr>Get<wbr>All<wbr>Projects<span class="tsd-signature-symbol">(</span>domain<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, accessToken<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1386</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all GitLab projects, that the user is a member of, based on the provided credentials.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> domain: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> accessToken: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>git<wbr>Lab<wbr>Get<wbr>Branches<wbr>For<wbr>Project<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">git<wbr>Lab<wbr>Get<wbr>Branches<wbr>For<wbr>Project<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, domain<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, accessToken<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Branch</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1398</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all GitLab branches of a project, that the user is a member of, based on the provided credentials.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">number</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>GitLab Project Identifier</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> domain: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> accessToken: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Branch</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>git<wbr>Lab<wbr>Get<wbr>Project<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">git<wbr>Lab<wbr>Get<wbr>Project<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, domain<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, accessToken<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1410</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns a single GitLab project, that the user is a member of, based on the provided credentials.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">number</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>GitLab Project Identifier</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> domain: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> accessToken: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="HomeApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Home<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Home<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>homeIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:12</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>home<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">home<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:298</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>The controller that the user is automatically entering when accesing the route .../coscine/api/Coscine.STS/</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="LanguageApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Language<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Language<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>languageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:13</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>language<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">language<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LanguageObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:586</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available languages.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LanguageObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="LicenseApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> License<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">License<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>licenseIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:14</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>license<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">license<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LicenseObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1011</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available licenses</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LicenseObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="MergeApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Merge<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Merge<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>mergeCallback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>mergeLogin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:15</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>merge<wbr>Callback<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">merge<wbr>Callback<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:450</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>merge<wbr>Login<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">merge<wbr>Login<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:459</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="MetadataApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Metadata<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Metadata<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>metadataGetClassInstances<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetProfiles<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetVocabularies<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetVocabulary<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataSaveApplicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:16</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>metadata<wbr>Get<wbr>Class<wbr>Instances<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Class<wbr>Instances<span class="tsd-signature-symbol">(</span>className<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Metadata/api.ts:409</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method returns instances.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>className: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>class name</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>metadata<wbr>Get<wbr>Profile<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Profile<span class="tsd-signature-symbol">(</span>profile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Metadata/api.ts:419</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method returns the application profile for the given profileUrl.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>profile: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Url of the application profile</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>metadata<wbr>Get<wbr>Profiles<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Profiles<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Metadata/api.ts:428</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method returns all application profiles.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>metadata<wbr>Get<wbr>Vocabularies<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Vocabularies<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Metadata/api.ts:437</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method returns a list of all vocabularies.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>metadata<wbr>Get<wbr>Vocabulary<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Vocabulary<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Metadata/api.ts:447</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method returns a specific vocabulary.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>path: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Url of the vocabulary</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>metadata<wbr>Save<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">metadata<wbr>Save<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">(</span>applicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ApplicationProfile</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Metadata/api.ts:457</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Create a request for storing a given application profile.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>applicationProfile: <span class="tsd-signature-type">ApplicationProfile</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Object describing the application profile</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="NoticeApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Notice<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Notice<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>noticeGetMaintenance<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>noticeGetNotice<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:17</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>notice<wbr>Get<wbr>Maintenance<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">notice<wbr>Get<wbr>Maintenance<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">MaintenanceReturnObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Notices/api.ts:201</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns defined properties of the first entry of the rss feed</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">MaintenanceReturnObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>notice<wbr>Get<wbr>Notice<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">notice<wbr>Get<wbr>Notice<span class="tsd-signature-symbol">(</span>documentSlug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, language<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Notices/api.ts:213</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns a notice</p>
+												</dd>
+												<dt>deprecated</dt>
+												<dd></dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>documentSlug: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Slug defining a configured notice</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> language: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ORCiDApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> ORCiDApi</h3>
+					<div class="tsd-signature tsd-kind-icon">ORCiDApi<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>oRCiDLoginGET<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>oRCiDLoginPOST<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:18</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>oRCiDLoginGET<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">oRCiDLoginGET<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:633</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>ORCiD Login Route</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>oRCiDLoginPOST<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">oRCiDLoginPOST<span class="tsd-signature-symbol">(</span>oRCiDJWT<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:644</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Execute ORCiD validation and login</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> oRCiDJWT: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="OrganizationApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Organization<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Organization<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>organizationGetOrganization<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationGetROR<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIsMember<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIsMember2<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:19</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>organization<wbr>Get<wbr>Organization<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">organization<wbr>Get<wbr>Organization<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Organization/api.ts:354</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns a specific organization.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>url: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Url of the organization.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>organization<wbr>GetROR<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">organization<wbr>GetROR<span class="tsd-signature-symbol">(</span>filter<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Organization/api.ts:364</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all labels and urls from the ror graph.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> filter: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>organization<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">organization<wbr>Index<span class="tsd-signature-symbol">(</span>member<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, filter<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Organization/api.ts:375</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all organizations that match the provided criterea.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> member: <span class="tsd-signature-type">number</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> filter: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>organization<wbr>IsMember<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">organization<wbr>IsMember<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">IsMemberObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Organization/api.ts:385</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns true if the current user is a member of the given organization.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>url: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Url of the organization.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">IsMemberObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>organization<wbr>IsMember2<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">organization<wbr>IsMember2<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Organization/api.ts:394</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns a list of organizations in which the current user is a member.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="PidApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Pid<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Pid<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>pidIsValid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>pidSendMailToOwner<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:20</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>pid<wbr>IsValid<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">pid<wbr>IsValid<span class="tsd-signature-symbol">(</span>pid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Pid/api.ts:201</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns a 200, if a PID is valid.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>pid: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>PID</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>pid<wbr>Send<wbr>Mail<wbr>ToOwner<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">pid<wbr>Send<wbr>Mail<wbr>ToOwner<span class="tsd-signature-symbol">(</span>messageObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">MessageObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Pid/api.ts:211</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Sends a request to the pid owner.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>messageObject: <span class="tsd-signature-type">MessageObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Entry with the information for the email to the pid owner.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ProjectApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Project<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Project<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>projectCreateApplicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectDeleteInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetBySlug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetResources<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetTopLevelProjects<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectListInvitations<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectResolveInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectSendInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectStore<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:21</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>project<wbr>Create<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Create<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1695</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Creation of an Application Profile.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Project id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Delete<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Delete<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1705</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Deletes a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Delete<wbr>Invitation<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Delete<wbr>Invitation<span class="tsd-signature-symbol">(</span>invitationId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1715</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Deletes a project invitation.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>invitationId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of an invitation</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Get<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1725</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This returns the project if the user has access to it</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Get<wbr>BySlug<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Get<wbr>BySlug<span class="tsd-signature-symbol">(</span>slug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1735</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This returns the project if the user has access to it</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>slug: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Slug of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Get<wbr>Resources<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Get<wbr>Resources<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1745</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Gets all resources in a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Get<wbr>Top<wbr>Level<wbr>Projects<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Get<wbr>Top<wbr>Level<wbr>Projects<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1754</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Retrieves all top level projects</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1763</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available projects (including sub projects)</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>List<wbr>Invitations<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>List<wbr>Invitations<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">InvitationReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1773</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>List all invitations of a project.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">InvitationReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Resolve<wbr>Invitation<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Resolve<wbr>Invitation<span class="tsd-signature-symbol">(</span>invitationToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1783</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Resolves a project invitation for the current user.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>invitationToken: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Token for a project invitation stored inside the URL under &amp;quot;.../?invitationToken&#x3D;{token}&amp;quot;</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Send<wbr>Invitation<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Send<wbr>Invitation<span class="tsd-signature-symbol">(</span>sendInvitationObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SendInvitationObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1793</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Creates and sends a project invitation to a specified email.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>sendInvitationObject: <span class="tsd-signature-type">SendInvitationObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Informations for sending an invitation. The invitation token is stored inside the URL under &amp;quot;.../?invitationToken&#x3D;{token}&amp;quot;.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Store<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Store<span class="tsd-signature-symbol">(</span>projectObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ProjectObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1803</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Creates a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectObject: <span class="tsd-signature-type">ProjectObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A Project Object</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Update<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Update<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, projectObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ProjectObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:1814</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Updates a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5>projectObject: <span class="tsd-signature-type">ProjectObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A Project Object</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ProjectQuotaApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Project<wbr>Quota<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Project<wbr>Quota<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>projectQuotaQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectQuotaQuotas<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectQuotaUpdateQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:22</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>project<wbr>Quota<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Quota<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceTypeId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaExtendedReturnObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2179</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Retrieves the project quota in GiB of a resource type for the selected project together with all individual resources of this resource type.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5>resourceTypeId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource type</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaExtendedReturnObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Quota<wbr>Quotas<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Quota<wbr>Quotas<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2189</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Retrieves all project quotas in GiB grouped by resource type for the selected project.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Quota<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Quota<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceTypeId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updateProjectQuotaObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UpdateProjectQuotaObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2201</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Updates the reserved project quota of a resource type for a selected poject. Quota value in GiB.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5>resourceTypeId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource type</p>
+												</div>
+											</li>
+											<li>
+												<h5>updateProjectQuotaObject: <span class="tsd-signature-type">UpdateProjectQuotaObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Object containing the update values.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ProjectRoleApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Project<wbr>Role<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Project<wbr>Role<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>projectRoleDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleDelete2<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleSet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:23</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>project<wbr>Role<wbr>Delete<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Delete<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, userId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, roleId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2542</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Deletes a user from a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5>userId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the user</p>
+												</div>
+											</li>
+											<li>
+												<h5>roleId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the role</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Role<wbr>Delete2<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Delete2<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2552</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Deletes the current user from a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Role<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Get<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2562</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Gets all roles for the current user and a project.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Role<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Index<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2572</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Lists all users in a project.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the project</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>project<wbr>Role<wbr>Set<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Set<span class="tsd-signature-symbol">(</span>projectRoleObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ProjectRoleObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2582</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Sets a role for the current user in a project</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectRoleObject: <span class="tsd-signature-type">ProjectRoleObject</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ResourceApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Resource<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Resource<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>resourceDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceIsUserResourceCreator<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceSetResourceReadonly<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceStoreToProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:24</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Delete<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Delete<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1850</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Deletes a resource.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A GUID as a string that identifies the resource.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Get<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1860</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns the resource with a specified id.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>The resource id.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1869</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns a list of all resources the current user has access to.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>IsUser<wbr>Resource<wbr>Creator<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>IsUser<wbr>Resource<wbr>Creator<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1879</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns whether or not the current user is creator of a specified resource.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>The resource id.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Set<wbr>Resource<wbr>Readonly<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Set<wbr>Resource<wbr>Readonly<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, status<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1890</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Sets a read only status of a given resource.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A GUID as a string that identifies the resource.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> status: <span class="tsd-signature-type">boolean</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Store<wbr>ToProject<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Store<wbr>ToProject<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ResourceObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1901</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Stores the provided resource object in a specified project.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A GUID as a string that identifies the resource.</p>
+												</div>
+											</li>
+											<li>
+												<h5>resourceObject: <span class="tsd-signature-type">ResourceObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Entry representing the user</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Update<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Update<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ResourceObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:1912</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Updates a resource.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>The resource id.</p>
+												</div>
+											</li>
+											<li>
+												<h5>resourceObject: <span class="tsd-signature-type">ResourceObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Entry representing the user</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ResourceQuotaApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Resource<wbr>Quota<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Resource<wbr>Quota<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>resourceQuotaGetResourceQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceQuotaUpdateResourceQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:25</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Quota<wbr>Get<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Quota<wbr>Get<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceQuotaReturnObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:2149</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Retrieves the resource used and reserved quota for an individual resource.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceQuotaReturnObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Quota<wbr>Update<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Quota<wbr>Update<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updateResourceObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UpdateResourceObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:2160</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Updates the resource quota for an individual resource.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource.</p>
+												</div>
+											</li>
+											<li>
+												<h5>updateResourceObject: <span class="tsd-signature-type">UpdateResourceObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Contains the resource id and the new quota.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ResourceTypeApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Resource<wbr>Type<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Resource<wbr>Type<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>resourceTypeGetEnabledResourceTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceTypeGetResourceType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceTypeGetResourceTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:26</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Type<wbr>Get<wbr>Enabled<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Type<wbr>Get<wbr>Enabled<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:2366</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all enabled resource types.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Type<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Type<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:2376</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all fields of the specified resource type.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>id: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>A GUID as a string that identifies the resource.</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Resources/api.ts:2385</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all resource types.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="RoleApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Role<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Role<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>roleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:27</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>role<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">role<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2734</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available roles</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="SearchApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Search<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Search<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>searchSearch<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:28</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>search<wbr>Search<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">search<wbr>Search<span class="tsd-signature-symbol">(</span>searchQuery<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, includeUsers<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, useAdvancedSyntax<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, includedLanguages<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, pageNumber<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, pageSize<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ItemSearchResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Search/api.ts:191</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Search Elasticsearch</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> searchQuery: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> includeUsers: <span class="tsd-signature-type">boolean</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> useAdvancedSyntax: <span class="tsd-signature-type">boolean</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> includedLanguages: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> pageNumber: <span class="tsd-signature-type">number</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> pageSize: <span class="tsd-signature-type">number</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ItemSearchResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="ShibbolethApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Shibboleth<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Shibboleth<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>shibbolethCallback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>shibbolethLogin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:29</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>shibboleth<wbr>Callback<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">shibboleth<wbr>Callback<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, remoteError<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:828</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Callback method to catch the login</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> remoteError: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>shibboleth<wbr>Login<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">shibboleth<wbr>Login<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, entityId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.STS/api.ts:839</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method is the central route for logging into an identity provider. On default, the user is redirected to the WAFY of the DFN-AAI. Setting the &quot;entityId&quot; parameter allows the application to redirect to a specific identity provider defined by DFN-AAI.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> entityId: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="SubProjectApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Sub<wbr>Project<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Sub<wbr>Project<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>subProjectGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>subProjectGetAccessibleParent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:30</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>sub<wbr>Project<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">sub<wbr>Project<wbr>Get<span class="tsd-signature-symbol">(</span>parentId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2891</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method gets the Id of the parent</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>parentId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of parent</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>sub<wbr>Project<wbr>Get<wbr>Accessible<wbr>Parent<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">sub<wbr>Project<wbr>Get<wbr>Accessible<wbr>Parent<span class="tsd-signature-symbol">(</span>childId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:2902</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method retrieves the accessible Parent</p>
+												</dd>
+												<dt>deprecated</dt>
+												<dd></dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>childId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the child</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="TOSApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> TOSApi</h3>
+					<div class="tsd-signature tsd-kind-icon">TOSApi<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>tOSAcceptCurrentTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tOSAcceptedTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tOSGetCurrentTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:33</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>tOSAccept<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">tOSAccept<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:773</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Calling this method accepts the TOS for the current user.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>tOSAcceptedTOSVersion<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">tOSAcceptedTOSVersion<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Tos</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:782</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns the TOS Versions accepted by the current user.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Tos</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>tOSGet<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">tOSGet<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:791</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns the current TOS Version.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="TitleApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Title<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Title<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>titleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:31</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>title<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">title<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TitleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:914</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available titles.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TitleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="TokenApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Token<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Token<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>tokenAddToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetTokenValidityBounds<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetUserToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetUserTokens<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenRevokeToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:32</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>token<wbr>Add<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">token<wbr>Add<wbr>Token<span class="tsd-signature-symbol">(</span>addApiTokenParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AddApiTokenParameter</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">CreatedApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Token/api.ts:411</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Add a new token for the user.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>addApiTokenParameter: <span class="tsd-signature-type">AddApiTokenParameter</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Parsed from json</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">CreatedApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>token<wbr>Get<wbr>Token<wbr>Validity<wbr>Bounds<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">token<wbr>Get<wbr>Token<wbr>Validity<wbr>Bounds<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TokenValidityObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Token/api.ts:420</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Get the specified token minumum and maximum validity in days.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TokenValidityObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>token<wbr>Get<wbr>User<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">token<wbr>Get<wbr>User<wbr>Token<span class="tsd-signature-symbol">(</span>tokenId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Token/api.ts:430</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Get the specific token values.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>tokenId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>User tokenId</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>token<wbr>Get<wbr>User<wbr>Tokens<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">token<wbr>Get<wbr>User<wbr>Tokens<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Token/api.ts:439</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>List all tokens of the current user.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>token<wbr>Revoke<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">token<wbr>Revoke<wbr>Token<span class="tsd-signature-symbol">(</span>tokenId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Token/api.ts:449</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Revoke a specific token.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>tokenId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>User tokenId</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="TreeApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Tree<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Tree<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>treeGetMetadataWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>treeStoreMetadataForFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:34</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>tree<wbr>Get<wbr>Metadata<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">tree<wbr>Get<wbr>Metadata<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, mimeType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Tree/api.ts:182</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method retrieves the metadata</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of a resource</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> mimeType: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>tree<wbr>Store<wbr>Metadata<wbr>For<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">tree<wbr>Store<wbr>Metadata<wbr>For<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, mimeType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Tree/api.ts:194</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method stores the metadata of the file</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Id of the resource</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> mimeType: <span class="tsd-signature-type">string</span></h5>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="UserApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> User<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">User<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>userGetUser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userQuery<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userSetAndReturnMergeToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userUpdateUser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:35</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>user<wbr>Get<wbr>User<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">user<wbr>Get<wbr>User<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:1166</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Retrieves the UserObject.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>user<wbr>Query<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">user<wbr>Query<span class="tsd-signature-symbol">(</span>queryString<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:1177</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>This method lets someone query the user database using a query string.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>queryString: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Search String</p>
+												</div>
+											</li>
+											<li>
+												<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Project from which the search is triggered</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>user<wbr>Set<wbr>And<wbr>Return<wbr>Merge<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">user<wbr>Set<wbr>And<wbr>Return<wbr>Merge<wbr>Token<span class="tsd-signature-symbol">(</span>provider<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:1187</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Sets and returns a merge token.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>provider: <span class="tsd-signature-type">string</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Specifies the provider from which a user should be merged from</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>user<wbr>Update<wbr>User<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">user<wbr>Update<wbr>User<span class="tsd-signature-symbol">(</span>userObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UserObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.User/api.ts:1197</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Updates the User.</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5>userObject: <span class="tsd-signature-type">UserObject</span></h5>
+												<div class="tsd-comment tsd-typography">
+													<p>Entry representing the user</p>
+												</div>
+											</li>
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="VisibilityApi" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> Visibility<wbr>Api</h3>
+					<div class="tsd-signature tsd-kind-icon">Visibility<wbr>Api<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>visibilityIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:36</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>visibility<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+									<li class="tsd-signature tsd-kind-icon">visibility<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">VisibilityObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+								</ul>
+								<ul class="tsd-descriptions">
+									<li class="tsd-description">
+										<aside class="tsd-sources">
+											<ul>
+												<li>Defined in Coscine.Api.Project/api.ts:3017</li>
+											</ul>
+										</aside>
+										<div class="tsd-comment tsd-typography">
+											<dl class="tsd-comment-tags">
+												<dt>summary</dt>
+												<dd><p>Returns all available visibilities</p>
+												</dd>
+												<dt>throws</dt>
+												<dd><p>{RequiredError}</p>
+												</dd>
+											</dl>
+										</div>
+										<h4 class="tsd-parameters-title">Parameters</h4>
+										<ul class="tsd-parameters">
+											<li>
+												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+											</li>
+										</ul>
+										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">VisibilityObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+				<section class="tsd-panel tsd-member tsd-kind-variable">
+					<a name="default" class="tsd-anchor"></a>
+					<h3><span class="tsd-flag ts-flagConst">Const</span> default</h3>
+					<div class="tsd-signature tsd-kind-icon">default<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>AccountApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>accountGetLoginUrls<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>accountLogout<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>AdminApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>adminGetProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>adminUpdateQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>BlobApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>blobDeleteFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>blobGetFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>blobUploadFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ContactChangeApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>contactChangeChangeContactEmail<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>contactChangeConfirmContactEmail<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>contactChangeConfirmationStatus<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>DisciplineApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>disciplineIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>GitLabApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>gitLabGetAllProjects<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>gitLabGetBranchesForProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>gitLabGetProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>HomeApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>homeIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>LanguageApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>languageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>LicenseApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>licenseIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>MergeApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>mergeCallback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>mergeLogin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>MetadataApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>metadataGetClassInstances<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetProfiles<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetVocabularies<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetVocabulary<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataSaveApplicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>NoticeApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>noticeGetMaintenance<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>noticeGetNotice<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ORCiDApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>oRCiDLoginGET<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>oRCiDLoginPOST<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>OrganizationApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>organizationGetOrganization<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationGetROR<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIsMember<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIsMember2<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>PidApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>pidIsValid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>pidSendMailToOwner<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ProjectApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>projectCreateApplicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectDeleteInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetBySlug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetResources<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetTopLevelProjects<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectListInvitations<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectResolveInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectSendInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectStore<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ProjectQuotaApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>projectQuotaQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectQuotaQuotas<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectQuotaUpdateQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ProjectRoleApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>projectRoleDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleDelete2<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleSet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ResourceApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>resourceDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceIsUserResourceCreator<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceSetResourceReadonly<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceStoreToProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ResourceQuotaApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>resourceQuotaGetResourceQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceQuotaUpdateResourceQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ResourceTypeApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>resourceTypeGetEnabledResourceTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceTypeGetResourceType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceTypeGetResourceTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>RoleApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>roleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>SearchApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>searchSearch<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>ShibbolethApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>shibbolethCallback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>shibbolethLogin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>SubProjectApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>subProjectGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>subProjectGetAccessibleParent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>TOSApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>tOSAcceptCurrentTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tOSAcceptedTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tOSGetCurrentTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>TitleApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>titleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>TokenApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>tokenAddToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetTokenValidityBounds<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetUserToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetUserTokens<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenRevokeToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>TreeApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>treeGetMetadataWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>treeStoreMetadataForFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>UserApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>userGetUser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userQuery<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userSetAndReturnMergeToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userUpdateUser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>VisibilityApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>visibilityIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
+					<aside class="tsd-sources">
+						<ul>
+							<li>Defined in index.ts:4</li>
+						</ul>
+					</aside>
+					<div class="tsd-type-declaration">
+						<h4>Type declaration</h4>
+						<ul class="tsd-parameters">
+							<li class="tsd-parameter">
+								<h5>Account<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>accountGetLoginUrls<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>accountLogout<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>account<wbr>Get<wbr>Login<wbr>Urls<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">account<wbr>Get<wbr>Login<wbr>Urls<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LoginUrls</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:177</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Return relevant URLs for logging the user in</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LoginUrls</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>account<wbr>Logout<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">account<wbr>Logout<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:186</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Route for logging the user out of Coscine</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Admin<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>adminGetProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>adminUpdateQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>admin<wbr>Get<wbr>Project<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">admin<wbr>Get<wbr>Project<span class="tsd-signature-symbol">(</span>projectString<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">AdminProjectObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Admin/api.ts:322</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Find the project related to the projectString(GUID or slug)</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectString: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>The project id (GUID) or slug (from URL).</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">AdminProjectObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>admin<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">admin<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceTypeId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updateQuotaParameterObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UpdateQuotaParameterObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Admin/api.ts:334</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Update a project maximum and allocated quota</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5>resourceTypeId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource type</p>
+														</div>
+													</li>
+													<li>
+														<h5>updateQuotaParameterObject: <span class="tsd-signature-type">UpdateQuotaParameterObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>JSON object for updating the project maximum and allocated quota.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Blob<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>blobDeleteFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>blobGetFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>blobUploadFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>blob<wbr>Delete<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">blob<wbr>Delete<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Blob/api.ts:235</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method deletes a given file</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>blob<wbr>Get<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">blob<wbr>Get<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Blob/api.ts:246</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method checks if the given file exists and returns it</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>blob<wbr>Upload<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">blob<wbr>Upload<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, files<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Blob/api.ts:258</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method uploads a given File</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> files: <span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">[]</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Contact<wbr>Change<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>contactChangeChangeContactEmail<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>contactChangeConfirmContactEmail<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>contactChangeConfirmationStatus<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>contact<wbr>Change<wbr>Change<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">contact<wbr>Change<wbr>Change<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">(</span>body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:442</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method enables the user to request a change of his or her contact email. After entering a valid email, a confirmation email will be sent to the new address and a notification email will be sent to the present address.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>body: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A new email as string set by the user.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>contact<wbr>Change<wbr>Confirm<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">contact<wbr>Change<wbr>Confirm<wbr>Contact<wbr>Email<span class="tsd-signature-symbol">(</span>verification<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:452</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Calling this method checks whether or not the entered confirmation token (verification) exists inside the database for the current user. If yes, it updates the EmailAddress field for that user with the New Email that has been requested with the ChangeContactEmail method.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>verification: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>The Confirmation Token as String for a New Email.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>contact<wbr>Change<wbr>Confirmation<wbr>Status<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">contact<wbr>Change<wbr>Confirmation<wbr>Status<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:461</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Calling this method will check if there are pending emails for confirmation for the current user.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContactChangeObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Discipline<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>disciplineIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>discipline<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">discipline<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DisciplineObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:910</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available disciplines</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DisciplineObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Git<wbr>Lab<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>gitLabGetAllProjects<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>gitLabGetBranchesForProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>gitLabGetProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>git<wbr>Lab<wbr>Get<wbr>All<wbr>Projects<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">git<wbr>Lab<wbr>Get<wbr>All<wbr>Projects<span class="tsd-signature-symbol">(</span>domain<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, accessToken<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1386</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all GitLab projects, that the user is a member of, based on the provided credentials.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> domain: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> accessToken: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>git<wbr>Lab<wbr>Get<wbr>Branches<wbr>For<wbr>Project<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">git<wbr>Lab<wbr>Get<wbr>Branches<wbr>For<wbr>Project<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, domain<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, accessToken<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Branch</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1398</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all GitLab branches of a project, that the user is a member of, based on the provided credentials.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">number</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>GitLab Project Identifier</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> domain: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> accessToken: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Branch</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>git<wbr>Lab<wbr>Get<wbr>Project<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">git<wbr>Lab<wbr>Get<wbr>Project<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, domain<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, accessToken<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1410</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns a single GitLab project, that the user is a member of, based on the provided credentials.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">number</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>GitLab Project Identifier</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> domain: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> accessToken: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Project</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Home<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>homeIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>home<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">home<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:298</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>The controller that the user is automatically entering when accesing the route .../coscine/api/Coscine.STS/</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Language<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>languageIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>language<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">language<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LanguageObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:586</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available languages.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LanguageObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>License<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>licenseIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>license<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">license<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LicenseObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1011</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available licenses</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">LicenseObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Merge<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>mergeCallback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>mergeLogin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>merge<wbr>Callback<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">merge<wbr>Callback<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:450</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>merge<wbr>Login<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">merge<wbr>Login<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:459</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Metadata<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>metadataGetClassInstances<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetProfiles<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetVocabularies<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataGetVocabulary<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>metadataSaveApplicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>metadata<wbr>Get<wbr>Class<wbr>Instances<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Class<wbr>Instances<span class="tsd-signature-symbol">(</span>className<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Metadata/api.ts:409</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method returns instances.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>className: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>class name</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>metadata<wbr>Get<wbr>Profile<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Profile<span class="tsd-signature-symbol">(</span>profile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Metadata/api.ts:419</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method returns the application profile for the given profileUrl.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>profile: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Url of the application profile</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>metadata<wbr>Get<wbr>Profiles<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Profiles<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Metadata/api.ts:428</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method returns all application profiles.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>metadata<wbr>Get<wbr>Vocabularies<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Vocabularies<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Metadata/api.ts:437</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method returns a list of all vocabularies.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>metadata<wbr>Get<wbr>Vocabulary<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">metadata<wbr>Get<wbr>Vocabulary<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Metadata/api.ts:447</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method returns a specific vocabulary.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>path: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Url of the vocabulary</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">BilingualLabels</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>metadata<wbr>Save<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">metadata<wbr>Save<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">(</span>applicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ApplicationProfile</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Metadata/api.ts:457</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Create a request for storing a given application profile.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>applicationProfile: <span class="tsd-signature-type">ApplicationProfile</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Object describing the application profile</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Notice<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>noticeGetMaintenance<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>noticeGetNotice<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>notice<wbr>Get<wbr>Maintenance<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">notice<wbr>Get<wbr>Maintenance<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">MaintenanceReturnObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Notices/api.ts:201</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns defined properties of the first entry of the rss feed</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">MaintenanceReturnObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>notice<wbr>Get<wbr>Notice<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">notice<wbr>Get<wbr>Notice<span class="tsd-signature-symbol">(</span>documentSlug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, language<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Notices/api.ts:213</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns a notice</p>
+														</dd>
+														<dt>deprecated</dt>
+														<dd></dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>documentSlug: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Slug defining a configured notice</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> language: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>ORCiDApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>oRCiDLoginGET<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>oRCiDLoginPOST<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>oRCiDLoginGET<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">oRCiDLoginGET<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:633</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>ORCiD Login Route</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>oRCiDLoginPOST<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">oRCiDLoginPOST<span class="tsd-signature-symbol">(</span>oRCiDJWT<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:644</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Execute ORCiD validation and login</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> oRCiDJWT: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Organization<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>organizationGetOrganization<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationGetROR<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIsMember<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>organizationIsMember2<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>organization<wbr>Get<wbr>Organization<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">organization<wbr>Get<wbr>Organization<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Organization/api.ts:354</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns a specific organization.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>url: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Url of the organization.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>organization<wbr>GetROR<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">organization<wbr>GetROR<span class="tsd-signature-symbol">(</span>filter<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Organization/api.ts:364</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all labels and urls from the ror graph.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> filter: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>organization<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">organization<wbr>Index<span class="tsd-signature-symbol">(</span>member<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, filter<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Organization/api.ts:375</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all organizations that match the provided criterea.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> member: <span class="tsd-signature-type">number</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> filter: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>organization<wbr>IsMember<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">organization<wbr>IsMember<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">IsMemberObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Organization/api.ts:385</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns true if the current user is a member of the given organization.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>url: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Url of the organization.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">IsMemberObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>organization<wbr>IsMember2<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">organization<wbr>IsMember2<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Organization/api.ts:394</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns a list of organizations in which the current user is a member.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">WrapperObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Pid<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>pidIsValid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>pidSendMailToOwner<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>pid<wbr>IsValid<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">pid<wbr>IsValid<span class="tsd-signature-symbol">(</span>pid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Pid/api.ts:201</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns a 200, if a PID is valid.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>pid: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>PID</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>pid<wbr>Send<wbr>Mail<wbr>ToOwner<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">pid<wbr>Send<wbr>Mail<wbr>ToOwner<span class="tsd-signature-symbol">(</span>messageObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">MessageObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Pid/api.ts:211</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Sends a request to the pid owner.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>messageObject: <span class="tsd-signature-type">MessageObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Entry with the information for the email to the pid owner.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Project<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>projectCreateApplicationProfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectDeleteInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetBySlug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetResources<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectGetTopLevelProjects<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectListInvitations<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectResolveInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectSendInvitation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectStore<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>project<wbr>Create<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Create<wbr>Application<wbr>Profile<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1695</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Creation of an Application Profile.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Project id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Delete<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Delete<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1705</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Deletes a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Delete<wbr>Invitation<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Delete<wbr>Invitation<span class="tsd-signature-symbol">(</span>invitationId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1715</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Deletes a project invitation.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>invitationId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of an invitation</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Get<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1725</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This returns the project if the user has access to it</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Get<wbr>BySlug<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Get<wbr>BySlug<span class="tsd-signature-symbol">(</span>slug<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1735</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This returns the project if the user has access to it</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>slug: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Slug of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Get<wbr>Resources<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Get<wbr>Resources<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1745</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Gets all resources in a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Get<wbr>Top<wbr>Level<wbr>Projects<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Get<wbr>Top<wbr>Level<wbr>Projects<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1754</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Retrieves all top level projects</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1763</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available projects (including sub projects)</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>List<wbr>Invitations<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>List<wbr>Invitations<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">InvitationReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1773</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>List all invitations of a project.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">InvitationReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Resolve<wbr>Invitation<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Resolve<wbr>Invitation<span class="tsd-signature-symbol">(</span>invitationToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1783</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Resolves a project invitation for the current user.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>invitationToken: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Token for a project invitation stored inside the URL under &amp;quot;.../?invitationToken&#x3D;{token}&amp;quot;</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Send<wbr>Invitation<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Send<wbr>Invitation<span class="tsd-signature-symbol">(</span>sendInvitationObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SendInvitationObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1793</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Creates and sends a project invitation to a specified email.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>sendInvitationObject: <span class="tsd-signature-type">SendInvitationObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Informations for sending an invitation. The invitation token is stored inside the URL under &amp;quot;.../?invitationToken&#x3D;{token}&amp;quot;.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Store<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Store<span class="tsd-signature-symbol">(</span>projectObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ProjectObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1803</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Creates a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectObject: <span class="tsd-signature-type">ProjectObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A Project Object</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Update<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Update<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, projectObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ProjectObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:1814</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Updates a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5>projectObject: <span class="tsd-signature-type">ProjectObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A Project Object</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Project<wbr>Quota<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>projectQuotaQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectQuotaQuotas<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectQuotaUpdateQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>project<wbr>Quota<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Quota<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceTypeId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaExtendedReturnObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2179</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Retrieves the project quota in GiB of a resource type for the selected project together with all individual resources of this resource type.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5>resourceTypeId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource type</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaExtendedReturnObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Quota<wbr>Quotas<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Quota<wbr>Quotas<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2189</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Retrieves all project quotas in GiB grouped by resource type for the selected project.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectQuotaReturnObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Quota<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Quota<wbr>Update<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceTypeId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updateProjectQuotaObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UpdateProjectQuotaObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2201</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Updates the reserved project quota of a resource type for a selected poject. Quota value in GiB.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5>resourceTypeId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource type</p>
+														</div>
+													</li>
+													<li>
+														<h5>updateProjectQuotaObject: <span class="tsd-signature-type">UpdateProjectQuotaObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Object containing the update values.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Project<wbr>Role<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>projectRoleDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleDelete2<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>projectRoleSet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>project<wbr>Role<wbr>Delete<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Delete<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, userId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, roleId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2542</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Deletes a user from a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5>userId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the user</p>
+														</div>
+													</li>
+													<li>
+														<h5>roleId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the role</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Role<wbr>Delete2<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Delete2<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2552</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Deletes the current user from a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Role<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Get<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2562</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Gets all roles for the current user and a project.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Role<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Index<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2572</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Lists all users in a project.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the project</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>project<wbr>Role<wbr>Set<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">project<wbr>Role<wbr>Set<span class="tsd-signature-symbol">(</span>projectRoleObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ProjectRoleObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2582</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Sets a role for the current user in a project</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectRoleObject: <span class="tsd-signature-type">ProjectRoleObject</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ProjectRoleObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Resource<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>resourceDelete<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceIsUserResourceCreator<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceSetResourceReadonly<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceStoreToProject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceUpdate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Delete<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Delete<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1850</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Deletes a resource.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A GUID as a string that identifies the resource.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Get<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1860</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns the resource with a specified id.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>The resource id.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1869</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns a list of all resources the current user has access to.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>IsUser<wbr>Resource<wbr>Creator<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>IsUser<wbr>Resource<wbr>Creator<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1879</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns whether or not the current user is creator of a specified resource.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>The resource id.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Set<wbr>Resource<wbr>Readonly<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Set<wbr>Resource<wbr>Readonly<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, status<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1890</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Sets a read only status of a given resource.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A GUID as a string that identifies the resource.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> status: <span class="tsd-signature-type">boolean</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Store<wbr>ToProject<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Store<wbr>ToProject<span class="tsd-signature-symbol">(</span>projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ResourceObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1901</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Stores the provided resource object in a specified project.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A GUID as a string that identifies the resource.</p>
+														</div>
+													</li>
+													<li>
+														<h5>resourceObject: <span class="tsd-signature-type">ResourceObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Entry representing the user</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Update<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Update<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, resourceObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ResourceObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:1912</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Updates a resource.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>The resource id.</p>
+														</div>
+													</li>
+													<li>
+														<h5>resourceObject: <span class="tsd-signature-type">ResourceObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Entry representing the user</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Resource<wbr>Quota<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>resourceQuotaGetResourceQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceQuotaUpdateResourceQuota<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Quota<wbr>Get<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Quota<wbr>Get<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceQuotaReturnObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:2149</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Retrieves the resource used and reserved quota for an individual resource.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceQuotaReturnObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Quota<wbr>Update<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Quota<wbr>Update<wbr>Resource<wbr>Quota<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updateResourceObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UpdateResourceObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:2160</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Updates the resource quota for an individual resource.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource.</p>
+														</div>
+													</li>
+													<li>
+														<h5>updateResourceObject: <span class="tsd-signature-type">UpdateResourceObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Contains the resource id and the new quota.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Resource<wbr>Type<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>resourceTypeGetEnabledResourceTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceTypeGetResourceType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>resourceTypeGetResourceTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Type<wbr>Get<wbr>Enabled<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Type<wbr>Get<wbr>Enabled<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:2366</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all enabled resource types.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Type<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Type<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:2376</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all fields of the specified resource type.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>id: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>A GUID as a string that identifies the resource.</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">resource<wbr>Type<wbr>Get<wbr>Resource<wbr>Types<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Resources/api.ts:2385</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all resource types.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ResourceTypeInformation</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Role<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>roleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>role<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">role<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2734</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available roles</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RoleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Search<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>searchSearch<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>search<wbr>Search<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">search<wbr>Search<span class="tsd-signature-symbol">(</span>searchQuery<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, includeUsers<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, useAdvancedSyntax<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, includedLanguages<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, pageNumber<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, pageSize<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ItemSearchResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Search/api.ts:191</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Search Elasticsearch</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> searchQuery: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> includeUsers: <span class="tsd-signature-type">boolean</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> useAdvancedSyntax: <span class="tsd-signature-type">boolean</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> includedLanguages: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> pageNumber: <span class="tsd-signature-type">number</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> pageSize: <span class="tsd-signature-type">number</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ItemSearchResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Shibboleth<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>shibbolethCallback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>shibbolethLogin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>shibboleth<wbr>Callback<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">shibboleth<wbr>Callback<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, remoteError<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:828</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Callback method to catch the login</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> remoteError: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>shibboleth<wbr>Login<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">shibboleth<wbr>Login<span class="tsd-signature-symbol">(</span>returnUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, entityId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.STS/api.ts:839</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method is the central route for logging into an identity provider. On default, the user is redirected to the WAFY of the DFN-AAI. Setting the &quot;entityId&quot; parameter allows the application to redirect to a specific identity provider defined by DFN-AAI.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> returnUrl: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> entityId: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Sub<wbr>Project<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>subProjectGet<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>subProjectGetAccessibleParent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>sub<wbr>Project<wbr>Get<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">sub<wbr>Project<wbr>Get<span class="tsd-signature-symbol">(</span>parentId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2891</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method gets the Id of the parent</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>parentId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of parent</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>sub<wbr>Project<wbr>Get<wbr>Accessible<wbr>Parent<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">sub<wbr>Project<wbr>Get<wbr>Accessible<wbr>Parent<span class="tsd-signature-symbol">(</span>childId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:2902</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method retrieves the accessible Parent</p>
+														</dd>
+														<dt>deprecated</dt>
+														<dd></dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>childId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the child</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>TOSApi<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>tOSAcceptCurrentTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tOSAcceptedTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tOSGetCurrentTOSVersion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>tOSAccept<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">tOSAccept<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:773</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Calling this method accepts the TOS for the current user.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>tOSAcceptedTOSVersion<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">tOSAcceptedTOSVersion<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Tos</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:782</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns the TOS Versions accepted by the current user.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Tos</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>tOSGet<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">tOSGet<wbr>CurrentTOSVersion<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:791</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns the current TOS Version.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Title<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>titleIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>title<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">title<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TitleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:914</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available titles.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TitleObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Token<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>tokenAddToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetTokenValidityBounds<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetUserToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenGetUserTokens<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>tokenRevokeToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>token<wbr>Add<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">token<wbr>Add<wbr>Token<span class="tsd-signature-symbol">(</span>addApiTokenParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AddApiTokenParameter</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">CreatedApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Token/api.ts:411</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Add a new token for the user.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>addApiTokenParameter: <span class="tsd-signature-type">AddApiTokenParameter</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Parsed from json</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">CreatedApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>token<wbr>Get<wbr>Token<wbr>Validity<wbr>Bounds<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">token<wbr>Get<wbr>Token<wbr>Validity<wbr>Bounds<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TokenValidityObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Token/api.ts:420</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Get the specified token minumum and maximum validity in days.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TokenValidityObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>token<wbr>Get<wbr>User<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">token<wbr>Get<wbr>User<wbr>Token<span class="tsd-signature-symbol">(</span>tokenId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Token/api.ts:430</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Get the specific token values.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>tokenId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>User tokenId</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>token<wbr>Get<wbr>User<wbr>Tokens<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">token<wbr>Get<wbr>User<wbr>Tokens<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Token/api.ts:439</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>List all tokens of the current user.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ApiTokenObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>token<wbr>Revoke<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">token<wbr>Revoke<wbr>Token<span class="tsd-signature-symbol">(</span>tokenId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Token/api.ts:449</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Revoke a specific token.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>tokenId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>User tokenId</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Tree<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>treeGetMetadataWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>treeStoreMetadataForFileWithParameter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>tree<wbr>Get<wbr>Metadata<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">tree<wbr>Get<wbr>Metadata<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, mimeType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Tree/api.ts:182</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method retrieves the metadata</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of a resource</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> mimeType: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>tree<wbr>Store<wbr>Metadata<wbr>For<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">tree<wbr>Store<wbr>Metadata<wbr>For<wbr>File<wbr>With<wbr>Parameter<span class="tsd-signature-symbol">(</span>resourceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, path<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, mimeType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Tree/api.ts:194</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method stores the metadata of the file</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>resourceId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Id of the resource</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> path: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> mimeType: <span class="tsd-signature-type">string</span></h5>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">File</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>User<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>userGetUser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userQuery<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userSetAndReturnMergeToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>userUpdateUser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>user<wbr>Get<wbr>User<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">user<wbr>Get<wbr>User<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:1166</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Retrieves the UserObject.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>user<wbr>Query<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">user<wbr>Query<span class="tsd-signature-symbol">(</span>queryString<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, projectId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:1177</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>This method lets someone query the user database using a query string.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>queryString: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Search String</p>
+														</div>
+													</li>
+													<li>
+														<h5>projectId: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Project from which the search is triggered</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">UserObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>user<wbr>Set<wbr>And<wbr>Return<wbr>Merge<wbr>Token<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">user<wbr>Set<wbr>And<wbr>Return<wbr>Merge<wbr>Token<span class="tsd-signature-symbol">(</span>provider<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:1187</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Sets and returns a merge token.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>provider: <span class="tsd-signature-type">string</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Specifies the provider from which a user should be merged from</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+									<li class="tsd-parameter">
+										<h5>user<wbr>Update<wbr>User<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">user<wbr>Update<wbr>User<span class="tsd-signature-symbol">(</span>userObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UserObject</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.User/api.ts:1197</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Updates the User.</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5>userObject: <span class="tsd-signature-type">UserObject</span></h5>
+														<div class="tsd-comment tsd-typography">
+															<p>Entry representing the user</p>
+														</div>
+													</li>
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+							<li class="tsd-parameter">
+								<h5>Visibility<wbr>Api<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>visibilityIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></h5>
+								<ul class="tsd-parameters">
+									<li class="tsd-parameter">
+										<h5>visibility<wbr>Index<span class="tsd-signature-symbol">: </span>function</h5>
+										<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
+											<li class="tsd-signature tsd-kind-icon">visibility<wbr>Index<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">VisibilityObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
+										</ul>
+										<ul class="tsd-descriptions">
+											<li class="tsd-description">
+												<aside class="tsd-sources">
+													<ul>
+														<li>Defined in Coscine.Api.Project/api.ts:3017</li>
+													</ul>
+												</aside>
+												<div class="tsd-comment tsd-typography">
+													<dl class="tsd-comment-tags">
+														<dt>summary</dt>
+														<dd><p>Returns all available visibilities</p>
+														</dd>
+														<dt>throws</dt>
+														<dd><p>{RequiredError}</p>
+														</dd>
+													</dl>
+												</div>
+												<h4 class="tsd-parameters-title">Parameters</h4>
+												<ul class="tsd-parameters">
+													<li>
+														<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
+													</li>
+												</ul>
+												<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AxiosPromise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">VisibilityObject</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
+											</li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div>
+				</section>
+			</section>
+		</div>
+		<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
+			<nav class="tsd-navigation primary">
+				<ul>
+					<li class="current ">
+						<a href="modules.html">Exports</a>
+					</li>
+				</ul>
+			</nav>
+			<nav class="tsd-navigation secondary menu-sticky">
+				<ul class="before-current">
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#AccountApi" class="tsd-kind-icon">Account<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#AdminApi" class="tsd-kind-icon">Admin<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#BlobApi" class="tsd-kind-icon">Blob<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ContactChangeApi" class="tsd-kind-icon">Contact<wbr>Change<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#DisciplineApi" class="tsd-kind-icon">Discipline<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#GitLabApi" class="tsd-kind-icon">Git<wbr>Lab<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#HomeApi" class="tsd-kind-icon">Home<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#LanguageApi" class="tsd-kind-icon">Language<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#LicenseApi" class="tsd-kind-icon">License<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#MergeApi" class="tsd-kind-icon">Merge<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#MetadataApi" class="tsd-kind-icon">Metadata<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#NoticeApi" class="tsd-kind-icon">Notice<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ORCiDApi" class="tsd-kind-icon">ORCiDApi</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#OrganizationApi" class="tsd-kind-icon">Organization<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#PidApi" class="tsd-kind-icon">Pid<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ProjectApi" class="tsd-kind-icon">Project<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ProjectQuotaApi" class="tsd-kind-icon">Project<wbr>Quota<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ProjectRoleApi" class="tsd-kind-icon">Project<wbr>Role<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ResourceApi" class="tsd-kind-icon">Resource<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ResourceQuotaApi" class="tsd-kind-icon">Resource<wbr>Quota<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ResourceTypeApi" class="tsd-kind-icon">Resource<wbr>Type<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#RoleApi" class="tsd-kind-icon">Role<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#SearchApi" class="tsd-kind-icon">Search<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#ShibbolethApi" class="tsd-kind-icon">Shibboleth<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#SubProjectApi" class="tsd-kind-icon">Sub<wbr>Project<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TOSApi" class="tsd-kind-icon">TOSApi</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TitleApi" class="tsd-kind-icon">Title<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TokenApi" class="tsd-kind-icon">Token<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#TreeApi" class="tsd-kind-icon">Tree<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#UserApi" class="tsd-kind-icon">User<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#VisibilityApi" class="tsd-kind-icon">Visibility<wbr>Api</a>
+					</li>
+					<li class=" tsd-kind-variable">
+						<a href="modules.html#default" class="tsd-kind-icon">default</a>
+					</li>
+				</ul>
+			</nav>
+		</div>
+	</div>
+</div>
+<footer class="with-border-bottom">
+	<div class="container">
+		<h2>Legend</h2>
+		<div class="tsd-legend-group">
+		</div>
+	</div>
+</footer>
+<div class="container tsd-generator">
+	<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
+</div>
+<div class="overlay"></div>
+<script src="assets/js/main.js"></script>
+</body>
+</html>
\ No newline at end of file
diff --git a/src/Coscine.Api.ActivatedFeatures/.gitignore b/src/Coscine.Api.ActivatedFeatures/.gitignore
deleted file mode 100644
index 149b57654723c14590f35c6c0db8460f19173078..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-wwwroot/*.js
-node_modules
-typings
-dist
diff --git a/src/Coscine.Api.ActivatedFeatures/.npmignore b/src/Coscine.Api.ActivatedFeatures/.npmignore
deleted file mode 100644
index 999d88df6939a13529be54ef2e68fb3248257ad8..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/.npmignore
+++ /dev/null
@@ -1 +0,0 @@
-# empty npmignore to ensure all required files (e.g., in the dist folder) are published by npm
\ No newline at end of file
diff --git a/src/Coscine.Api.ActivatedFeatures/.openapi-generator-ignore b/src/Coscine.Api.ActivatedFeatures/.openapi-generator-ignore
deleted file mode 100644
index 7484ee590a3894506cf063799b885428f95a71be..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/.openapi-generator-ignore
+++ /dev/null
@@ -1,23 +0,0 @@
-# OpenAPI Generator Ignore
-# Generated by openapi-generator https://github.com/openapitools/openapi-generator
-
-# Use this file to prevent files from being overwritten by the generator.
-# The patterns follow closely to .gitignore or .dockerignore.
-
-# As an example, the C# client generator defines ApiClient.cs.
-# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
-#ApiClient.cs
-
-# You can match any string of characters against a directory, file or extension with a single asterisk (*):
-#foo/*/qux
-# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
-
-# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
-#foo/**/qux
-# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
-
-# You can also negate patterns with an exclamation (!).
-# For example, you can ignore all files in a docs folder with the file extension .md:
-#docs/*.md
-# Then explicitly reverse the ignore rule for a single file:
-#!docs/README.md
diff --git a/src/Coscine.Api.ActivatedFeatures/.openapi-generator/FILES b/src/Coscine.Api.ActivatedFeatures/.openapi-generator/FILES
deleted file mode 100644
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/.openapi-generator/FILES
+++ /dev/null
@@ -1,9 +0,0 @@
-.gitignore
-.npmignore
-.openapi-generator-ignore
-api.ts
-base.ts
-common.ts
-configuration.ts
-git_push.sh
-index.ts
diff --git a/src/Coscine.Api.ActivatedFeatures/.openapi-generator/VERSION b/src/Coscine.Api.ActivatedFeatures/.openapi-generator/VERSION
deleted file mode 100644
index 804440660c71cc833e24b1a87544a706fb3eac35..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/.openapi-generator/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-5.2.1
\ No newline at end of file
diff --git a/src/Coscine.Api.ActivatedFeatures/api.ts b/src/Coscine.Api.ActivatedFeatures/api.ts
deleted file mode 100644
index 08fe013bbf2f7a26fee186a2db143a47c0102ca6..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/api.ts
+++ /dev/null
@@ -1,526 +0,0 @@
-/* tslint:disable */
-/* eslint-disable */
-/**
- * Coscine.Api.ActivatedFeatures
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: 2.1.2
- * 
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
-// Some imports not used depending on template conditions
-// @ts-ignore
-import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
-// @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
-
-/**
- * 
- * @export
- * @interface FeatureObject
- */
-export interface FeatureObject {
-    /**
-     * 
-     * @type {string}
-     * @memberof FeatureObject
-     */
-    id?: string;
-    /**
-     * 
-     * @type {string}
-     * @memberof FeatureObject
-     */
-    sharepointId?: string | null;
-    /**
-     * 
-     * @type {string}
-     * @memberof FeatureObject
-     */
-    en?: string | null;
-    /**
-     * 
-     * @type {string}
-     * @memberof FeatureObject
-     */
-    de?: string | null;
-    /**
-     * 
-     * @type {boolean}
-     * @memberof FeatureObject
-     */
-    activated?: boolean;
-}
-
-/**
- * ActivatedFeaturesApi - axios parameter creator
- * @export
- */
-export const ActivatedFeaturesApiAxiosParamCreator = function (configuration?: Configuration) {
-    return {
-        /**
-         * 
-         * @summary Activates the feature of the project.
-         * @param {string} projectId Project for which the feature is activated
-         * @param {string} featureId Feature
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesActivateFeature: async (projectId: string, featureId: string, options: any = {}): Promise<RequestArgs> => {
-            // verify required parameter 'projectId' is not null or undefined
-            assertParamExists('activatedFeaturesActivateFeature', 'projectId', projectId)
-            // verify required parameter 'featureId' is not null or undefined
-            assertParamExists('activatedFeaturesActivateFeature', 'featureId', featureId)
-            const localVarPath = `/ActivatedFeatures/{projectId}/activateFeature/{featureId}`
-                .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)))
-                .replace(`{${"featureId"}}`, encodeURIComponent(String(featureId)));
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-
-            const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication JWT token required
-            await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
-
-
-    
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: toPathString(localVarUrlObj),
-                options: localVarRequestOptions,
-            };
-        },
-        /**
-         * 
-         * @summary Deactives the feature of the project.
-         * @param {string} projectId Project for which the feature is deactivated
-         * @param {string} featureId Feature
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesDeactivateFeature: async (projectId: string, featureId: string, options: any = {}): Promise<RequestArgs> => {
-            // verify required parameter 'projectId' is not null or undefined
-            assertParamExists('activatedFeaturesDeactivateFeature', 'projectId', projectId)
-            // verify required parameter 'featureId' is not null or undefined
-            assertParamExists('activatedFeaturesDeactivateFeature', 'featureId', featureId)
-            const localVarPath = `/ActivatedFeatures/{projectId}/deactivateFeature/{featureId}`
-                .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)))
-                .replace(`{${"featureId"}}`, encodeURIComponent(String(featureId)));
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-
-            const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication JWT token required
-            await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
-
-
-    
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: toPathString(localVarUrlObj),
-                options: localVarRequestOptions,
-            };
-        },
-        /**
-         * 
-         * @summary Returns activated features of the project.
-         * @param {string} projectId Project for which the activated features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetActiveFeatures: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
-            // verify required parameter 'projectId' is not null or undefined
-            assertParamExists('activatedFeaturesGetActiveFeatures', 'projectId', projectId)
-            const localVarPath = `/ActivatedFeatures/{projectId}/activeFeatures`
-                .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)));
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-
-            const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication JWT token required
-            await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
-
-
-    
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: toPathString(localVarUrlObj),
-                options: localVarRequestOptions,
-            };
-        },
-        /**
-         * 
-         * @summary Returns features of the project.
-         * @param {string} projectId Project for which the features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetFeatures: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
-            // verify required parameter 'projectId' is not null or undefined
-            assertParamExists('activatedFeaturesGetFeatures', 'projectId', projectId)
-            const localVarPath = `/ActivatedFeatures/{projectId}`
-                .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)));
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-
-            const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication JWT token required
-            await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
-
-
-    
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: toPathString(localVarUrlObj),
-                options: localVarRequestOptions,
-            };
-        },
-        /**
-         * 
-         * @summary Returns all available features.
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetFeaturesAll: async (options: any = {}): Promise<RequestArgs> => {
-            const localVarPath = `/ActivatedFeatures`;
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-
-            const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication JWT token required
-            await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
-
-
-    
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: toPathString(localVarUrlObj),
-                options: localVarRequestOptions,
-            };
-        },
-        /**
-         * 
-         * @summary Returns the inactive features of the project.
-         * @param {string} projectId Project for which the inactivate features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetInactiveFeatures: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
-            // verify required parameter 'projectId' is not null or undefined
-            assertParamExists('activatedFeaturesGetInactiveFeatures', 'projectId', projectId)
-            const localVarPath = `/ActivatedFeatures/{projectId}/inactiveFeatures`
-                .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)));
-            // use dummy base URL string because the URL constructor only accepts absolute URLs.
-            const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
-            let baseOptions;
-            if (configuration) {
-                baseOptions = configuration.baseOptions;
-            }
-
-            const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
-            const localVarHeaderParameter = {} as any;
-            const localVarQueryParameter = {} as any;
-
-            // authentication JWT token required
-            await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
-
-
-    
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
-            let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
-            localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
-
-            return {
-                url: toPathString(localVarUrlObj),
-                options: localVarRequestOptions,
-            };
-        },
-    }
-};
-
-/**
- * ActivatedFeaturesApi - functional programming interface
- * @export
- */
-export const ActivatedFeaturesApiFp = function(configuration?: Configuration) {
-    const localVarAxiosParamCreator = ActivatedFeaturesApiAxiosParamCreator(configuration)
-    return {
-        /**
-         * 
-         * @summary Activates the feature of the project.
-         * @param {string} projectId Project for which the feature is activated
-         * @param {string} featureId Feature
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async activatedFeaturesActivateFeature(projectId: string, featureId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
-            const localVarAxiosArgs = await localVarAxiosParamCreator.activatedFeaturesActivateFeature(projectId, featureId, options);
-            return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
-        },
-        /**
-         * 
-         * @summary Deactives the feature of the project.
-         * @param {string} projectId Project for which the feature is deactivated
-         * @param {string} featureId Feature
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async activatedFeaturesDeactivateFeature(projectId: string, featureId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
-            const localVarAxiosArgs = await localVarAxiosParamCreator.activatedFeaturesDeactivateFeature(projectId, featureId, options);
-            return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
-        },
-        /**
-         * 
-         * @summary Returns activated features of the project.
-         * @param {string} projectId Project for which the activated features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async activatedFeaturesGetActiveFeatures(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FeatureObject>>> {
-            const localVarAxiosArgs = await localVarAxiosParamCreator.activatedFeaturesGetActiveFeatures(projectId, options);
-            return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
-        },
-        /**
-         * 
-         * @summary Returns features of the project.
-         * @param {string} projectId Project for which the features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async activatedFeaturesGetFeatures(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FeatureObject>>> {
-            const localVarAxiosArgs = await localVarAxiosParamCreator.activatedFeaturesGetFeatures(projectId, options);
-            return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
-        },
-        /**
-         * 
-         * @summary Returns all available features.
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async activatedFeaturesGetFeaturesAll(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FeatureObject>>> {
-            const localVarAxiosArgs = await localVarAxiosParamCreator.activatedFeaturesGetFeaturesAll(options);
-            return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
-        },
-        /**
-         * 
-         * @summary Returns the inactive features of the project.
-         * @param {string} projectId Project for which the inactivate features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        async activatedFeaturesGetInactiveFeatures(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FeatureObject>>> {
-            const localVarAxiosArgs = await localVarAxiosParamCreator.activatedFeaturesGetInactiveFeatures(projectId, options);
-            return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
-        },
-    }
-};
-
-/**
- * ActivatedFeaturesApi - factory interface
- * @export
- */
-export const ActivatedFeaturesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
-    const localVarFp = ActivatedFeaturesApiFp(configuration)
-    return {
-        /**
-         * 
-         * @summary Activates the feature of the project.
-         * @param {string} projectId Project for which the feature is activated
-         * @param {string} featureId Feature
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesActivateFeature(projectId: string, featureId: string, options?: any): AxiosPromise<any> {
-            return localVarFp.activatedFeaturesActivateFeature(projectId, featureId, options).then((request) => request(axios, basePath));
-        },
-        /**
-         * 
-         * @summary Deactives the feature of the project.
-         * @param {string} projectId Project for which the feature is deactivated
-         * @param {string} featureId Feature
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesDeactivateFeature(projectId: string, featureId: string, options?: any): AxiosPromise<any> {
-            return localVarFp.activatedFeaturesDeactivateFeature(projectId, featureId, options).then((request) => request(axios, basePath));
-        },
-        /**
-         * 
-         * @summary Returns activated features of the project.
-         * @param {string} projectId Project for which the activated features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetActiveFeatures(projectId: string, options?: any): AxiosPromise<Array<FeatureObject>> {
-            return localVarFp.activatedFeaturesGetActiveFeatures(projectId, options).then((request) => request(axios, basePath));
-        },
-        /**
-         * 
-         * @summary Returns features of the project.
-         * @param {string} projectId Project for which the features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetFeatures(projectId: string, options?: any): AxiosPromise<Array<FeatureObject>> {
-            return localVarFp.activatedFeaturesGetFeatures(projectId, options).then((request) => request(axios, basePath));
-        },
-        /**
-         * 
-         * @summary Returns all available features.
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetFeaturesAll(options?: any): AxiosPromise<Array<FeatureObject>> {
-            return localVarFp.activatedFeaturesGetFeaturesAll(options).then((request) => request(axios, basePath));
-        },
-        /**
-         * 
-         * @summary Returns the inactive features of the project.
-         * @param {string} projectId Project for which the inactivate features are returned
-         * @param {*} [options] Override http request option.
-         * @throws {RequiredError}
-         */
-        activatedFeaturesGetInactiveFeatures(projectId: string, options?: any): AxiosPromise<Array<FeatureObject>> {
-            return localVarFp.activatedFeaturesGetInactiveFeatures(projectId, options).then((request) => request(axios, basePath));
-        },
-    };
-};
-
-/**
- * ActivatedFeaturesApi - object-oriented interface
- * @export
- * @class ActivatedFeaturesApi
- * @extends {BaseAPI}
- */
-export class ActivatedFeaturesApi extends BaseAPI {
-    /**
-     * 
-     * @summary Activates the feature of the project.
-     * @param {string} projectId Project for which the feature is activated
-     * @param {string} featureId Feature
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof ActivatedFeaturesApi
-     */
-    public activatedFeaturesActivateFeature(projectId: string, featureId: string, options?: any) {
-        return ActivatedFeaturesApiFp(this.configuration).activatedFeaturesActivateFeature(projectId, featureId, options).then((request) => request(this.axios, this.basePath));
-    }
-
-    /**
-     * 
-     * @summary Deactives the feature of the project.
-     * @param {string} projectId Project for which the feature is deactivated
-     * @param {string} featureId Feature
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof ActivatedFeaturesApi
-     */
-    public activatedFeaturesDeactivateFeature(projectId: string, featureId: string, options?: any) {
-        return ActivatedFeaturesApiFp(this.configuration).activatedFeaturesDeactivateFeature(projectId, featureId, options).then((request) => request(this.axios, this.basePath));
-    }
-
-    /**
-     * 
-     * @summary Returns activated features of the project.
-     * @param {string} projectId Project for which the activated features are returned
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof ActivatedFeaturesApi
-     */
-    public activatedFeaturesGetActiveFeatures(projectId: string, options?: any) {
-        return ActivatedFeaturesApiFp(this.configuration).activatedFeaturesGetActiveFeatures(projectId, options).then((request) => request(this.axios, this.basePath));
-    }
-
-    /**
-     * 
-     * @summary Returns features of the project.
-     * @param {string} projectId Project for which the features are returned
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof ActivatedFeaturesApi
-     */
-    public activatedFeaturesGetFeatures(projectId: string, options?: any) {
-        return ActivatedFeaturesApiFp(this.configuration).activatedFeaturesGetFeatures(projectId, options).then((request) => request(this.axios, this.basePath));
-    }
-
-    /**
-     * 
-     * @summary Returns all available features.
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof ActivatedFeaturesApi
-     */
-    public activatedFeaturesGetFeaturesAll(options?: any) {
-        return ActivatedFeaturesApiFp(this.configuration).activatedFeaturesGetFeaturesAll(options).then((request) => request(this.axios, this.basePath));
-    }
-
-    /**
-     * 
-     * @summary Returns the inactive features of the project.
-     * @param {string} projectId Project for which the inactivate features are returned
-     * @param {*} [options] Override http request option.
-     * @throws {RequiredError}
-     * @memberof ActivatedFeaturesApi
-     */
-    public activatedFeaturesGetInactiveFeatures(projectId: string, options?: any) {
-        return ActivatedFeaturesApiFp(this.configuration).activatedFeaturesGetInactiveFeatures(projectId, options).then((request) => request(this.axios, this.basePath));
-    }
-}
-
-
diff --git a/src/Coscine.Api.ActivatedFeatures/base.ts b/src/Coscine.Api.ActivatedFeatures/base.ts
deleted file mode 100644
index 479e69dc2d8d140b2f5280b85317fdf9a3c72687..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/base.ts
+++ /dev/null
@@ -1,71 +0,0 @@
-/* tslint:disable */
-/* eslint-disable */
-/**
- * Coscine.Api.ActivatedFeatures
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: 2.1.2
- * 
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
-import { Configuration } from "./configuration";
-// Some imports not used depending on template conditions
-// @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
-
-export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.ActivatedFeatures".replace(/\/+$/, "");
-
-/**
- *
- * @export
- */
-export const COLLECTION_FORMATS = {
-    csv: ",",
-    ssv: " ",
-    tsv: "\t",
-    pipes: "|",
-};
-
-/**
- *
- * @export
- * @interface RequestArgs
- */
-export interface RequestArgs {
-    url: string;
-    options: any;
-}
-
-/**
- *
- * @export
- * @class BaseAPI
- */
-export class BaseAPI {
-    protected configuration: Configuration | undefined;
-
-    constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {
-        if (configuration) {
-            this.configuration = configuration;
-            this.basePath = configuration.basePath || this.basePath;
-        }
-    }
-};
-
-/**
- *
- * @export
- * @class RequiredError
- * @extends {Error}
- */
-export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
-    constructor(public field: string, msg?: string) {
-        super(msg);
-    }
-}
diff --git a/src/Coscine.Api.ActivatedFeatures/common.ts b/src/Coscine.Api.ActivatedFeatures/common.ts
deleted file mode 100644
index 2e985fabe06c2745c11184dddbd96e0c78ca4033..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/common.ts
+++ /dev/null
@@ -1,138 +0,0 @@
-/* tslint:disable */
-/* eslint-disable */
-/**
- * Coscine.Api.ActivatedFeatures
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: 2.1.2
- * 
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
-
-/**
- *
- * @export
- */
-export const DUMMY_BASE_URL = 'https://example.com'
-
-/**
- *
- * @throws {RequiredError}
- * @export
- */
-export const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {
-    if (paramValue === null || paramValue === undefined) {
-        throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);
-    }
-}
-
-/**
- *
- * @export
- */
-export const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {
-    if (configuration && configuration.apiKey) {
-        const localVarApiKeyValue = typeof configuration.apiKey === 'function'
-            ? await configuration.apiKey(keyParamName)
-            : await configuration.apiKey;
-        object[keyParamName] = localVarApiKeyValue;
-    }
-}
-
-/**
- *
- * @export
- */
-export const setBasicAuthToObject = function (object: any, configuration?: Configuration) {
-    if (configuration && (configuration.username || configuration.password)) {
-        object["auth"] = { username: configuration.username, password: configuration.password };
-    }
-}
-
-/**
- *
- * @export
- */
-export const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {
-    if (configuration && configuration.accessToken) {
-        const accessToken = typeof configuration.accessToken === 'function'
-            ? await configuration.accessToken()
-            : await configuration.accessToken;
-        object["Authorization"] = "Bearer " + accessToken;
-    }
-}
-
-/**
- *
- * @export
- */
-export const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {
-    if (configuration && configuration.accessToken) {
-        const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
-            ? await configuration.accessToken(name, scopes)
-            : await configuration.accessToken;
-        object["Authorization"] = "Bearer " + localVarAccessTokenValue;
-    }
-}
-
-/**
- *
- * @export
- */
-export const setSearchParams = function (url: URL, ...objects: any[]) {
-    const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
-    url.search = searchParams.toString();
-}
-
-/**
- *
- * @export
- */
-export const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {
-    const nonString = typeof value !== 'string';
-    const needsSerialization = nonString && configuration && configuration.isJsonMime
-        ? configuration.isJsonMime(requestOptions.headers['Content-Type'])
-        : nonString;
-    return needsSerialization
-        ? JSON.stringify(value !== undefined ? value : {})
-        : (value || "");
-}
-
-/**
- *
- * @export
- */
-export const toPathString = function (url: URL) {
-    return url.pathname + url.search + url.hash
-}
-
-/**
- *
- * @export
- */
-export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
-        const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
-    };
-}
diff --git a/src/Coscine.Api.ActivatedFeatures/configuration.ts b/src/Coscine.Api.ActivatedFeatures/configuration.ts
deleted file mode 100644
index 1b633ba1abb7b6dda53b1a323ea6e4d89038ad8f..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/configuration.ts
+++ /dev/null
@@ -1,101 +0,0 @@
-/* tslint:disable */
-/* eslint-disable */
-/**
- * Coscine.Api.ActivatedFeatures
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: 2.1.2
- * 
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
-export interface ConfigurationParameters {
-    apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
-    username?: string;
-    password?: string;
-    accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
-    basePath?: string;
-    baseOptions?: any;
-    formDataCtor?: new () => any;
-}
-
-export class Configuration {
-    /**
-     * parameter for apiKey security
-     * @param name security name
-     * @memberof Configuration
-     */
-    apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
-    /**
-     * parameter for basic security
-     *
-     * @type {string}
-     * @memberof Configuration
-     */
-    username?: string;
-    /**
-     * parameter for basic security
-     *
-     * @type {string}
-     * @memberof Configuration
-     */
-    password?: string;
-    /**
-     * parameter for oauth2 security
-     * @param name security name
-     * @param scopes oauth2 scope
-     * @memberof Configuration
-     */
-    accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
-    /**
-     * override base path
-     *
-     * @type {string}
-     * @memberof Configuration
-     */
-    basePath?: string;
-    /**
-     * base options for axios calls
-     *
-     * @type {any}
-     * @memberof Configuration
-     */
-    baseOptions?: any;
-    /**
-     * The FormData constructor that will be used to create multipart form data
-     * requests. You can inject this here so that execution environments that
-     * do not support the FormData class can still run the generated client.
-     *
-     * @type {new () => FormData}
-     */
-    formDataCtor?: new () => any;
-
-    constructor(param: ConfigurationParameters = {}) {
-        this.apiKey = param.apiKey;
-        this.username = param.username;
-        this.password = param.password;
-        this.accessToken = param.accessToken;
-        this.basePath = param.basePath;
-        this.baseOptions = param.baseOptions;
-        this.formDataCtor = param.formDataCtor;
-    }
-
-    /**
-     * Check if the given MIME is a JSON MIME.
-     * JSON MIME examples:
-     *   application/json
-     *   application/json; charset=UTF8
-     *   APPLICATION/JSON
-     *   application/vnd.company+json
-     * @param mime - MIME (Multipurpose Internet Mail Extensions)
-     * @return True if the given MIME is JSON, false otherwise.
-     */
-    public isJsonMime(mime: string): boolean {
-        const jsonMime: RegExp = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
-        return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
-    }
-}
diff --git a/src/Coscine.Api.ActivatedFeatures/index.ts b/src/Coscine.Api.ActivatedFeatures/index.ts
deleted file mode 100644
index e9bb311753bd05e39692ae822de1b3f839df6fa5..0000000000000000000000000000000000000000
--- a/src/Coscine.Api.ActivatedFeatures/index.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-/* tslint:disable */
-/* eslint-disable */
-/**
- * Coscine.Api.ActivatedFeatures
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: 2.1.2
- * 
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
-export * from "./api";
-export * from "./configuration";
-
diff --git a/src/Coscine.Api.Admin/.openapi-generator/FILES b/src/Coscine.Api.Admin/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Admin/.openapi-generator/FILES
+++ b/src/Coscine.Api.Admin/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Admin/.openapi-generator/VERSION b/src/Coscine.Api.Admin/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Admin/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Admin/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Admin/api.ts b/src/Coscine.Api.Admin/api.ts
index 39f547c1a21a7744e97b9ca87b64d7ce23041a56..9e0d927b034be0763d6503447d6a684509810f30 100644
--- a/src/Coscine.Api.Admin/api.ts
+++ b/src/Coscine.Api.Admin/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Admin
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.2
+ * The version of the OpenAPI document: 3.0.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * Retuned when searching for a project. Contains basic informations and quotas.
@@ -32,25 +34,25 @@ export interface AdminProjectObject {
      * @type {string}
      * @memberof AdminProjectObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * Project Name (full project name)
      * @type {string}
      * @memberof AdminProjectObject
      */
-    projectName?: string | null;
+    'projectName'?: string | null;
     /**
      * Project Display Name
      * @type {string}
      * @memberof AdminProjectObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * List of the admin quotas (AdminQuotaReturnObject)
      * @type {Array<AdminQuotaReturnObject>}
      * @memberof AdminProjectObject
      */
-    quotas?: Array<AdminQuotaReturnObject> | null;
+    'quotas'?: Array<AdminQuotaReturnObject> | null;
 }
 /**
  * Returned when searching for a project, as part of the AdminProjectObject. Contains quota informations.
@@ -63,38 +65,66 @@ export interface AdminQuotaReturnObject {
      * @type {string}
      * @memberof AdminQuotaReturnObject
      */
-    relationId?: string;
+    'relationId'?: string;
     /**
      * Which resource type the quota is referring to.
      * @type {string}
      * @memberof AdminQuotaReturnObject
      */
-    resourceType?: string | null;
+    'resourceType'?: string | null;
     /**
-     * How much space is used by all files in all resources in total [Bytes].
-     * @type {QuotaDimObject}
+     * 
+     * @type {AdminQuotaReturnObjectTotalUsed}
      * @memberof AdminQuotaReturnObject
      */
-    totalUsed?: QuotaDimObject | null;
+    'totalUsed'?: AdminQuotaReturnObjectTotalUsed | null;
     /**
-     * How much space is reserved by resources in total [GiB]. Is equal to the sum of all resource quota reserved values.
-     * @type {QuotaDimObject}
+     * 
+     * @type {AdminQuotaReturnObjectTotalReserved}
      * @memberof AdminQuotaReturnObject
      */
-    totalReserved?: QuotaDimObject | null;
+    'totalReserved'?: AdminQuotaReturnObjectTotalReserved | null;
     /**
-     * How much space is currently allocated and is available to be taken by resources [GiB] (See Database, Table \'ProjectQuotas\', Column \'Quota\').
-     * @type {QuotaDimObject}
+     * 
+     * @type {AdminQuotaReturnObjectAllocated}
      * @memberof AdminQuotaReturnObject
      */
-    allocated?: QuotaDimObject | null;
+    'allocated'?: AdminQuotaReturnObjectAllocated | null;
     /**
-     * How much maximum space is possible to be taken by resources [GiB] (See Database, Table \'ProjectQuotas\', Column \'MaxQuota\').
-     * @type {QuotaDimObject}
+     * 
+     * @type {AdminQuotaReturnObjectMaximum}
      * @memberof AdminQuotaReturnObject
      */
-    maximum?: QuotaDimObject | null;
+    'maximum'?: AdminQuotaReturnObjectMaximum | null;
 }
+/**
+ * @type AdminQuotaReturnObjectAllocated
+ * How much space is currently allocated and is available to be taken by resources [GiB] (See Database, Table \'ProjectQuotas\', Column \'Quota\').
+ * @export
+ */
+export type AdminQuotaReturnObjectAllocated = QuotaDimObject;
+
+/**
+ * @type AdminQuotaReturnObjectMaximum
+ * How much maximum space is possible to be taken by resources [GiB] (See Database, Table \'ProjectQuotas\', Column \'MaxQuota\').
+ * @export
+ */
+export type AdminQuotaReturnObjectMaximum = QuotaDimObject;
+
+/**
+ * @type AdminQuotaReturnObjectTotalReserved
+ * How much space is reserved by resources in total [GiB]. Is equal to the sum of all resource quota reserved values.
+ * @export
+ */
+export type AdminQuotaReturnObjectTotalReserved = QuotaDimObject;
+
+/**
+ * @type AdminQuotaReturnObjectTotalUsed
+ * How much space is used by all files in all resources in total [Bytes].
+ * @export
+ */
+export type AdminQuotaReturnObjectTotalUsed = QuotaDimObject;
+
 /**
  * 
  * @export
@@ -106,28 +136,33 @@ export interface QuotaDimObject {
      * @type {number}
      * @memberof QuotaDimObject
      */
-    value?: number;
+    'value'?: number;
     /**
      * 
      * @type {QuotaUnit}
      * @memberof QuotaDimObject
      */
-    unit?: QuotaUnit;
+    'unit'?: QuotaUnit;
 }
+
+
 /**
  * 
  * @export
  * @enum {string}
  */
 
-export enum QuotaUnit {
-    Byte = 'https://qudt.org/vocab/unit/BYTE',
-    KibiByte = 'https://qudt.org/vocab/unit/KibiBYTE',
-    MebiByte = 'https://qudt.org/vocab/unit/MebiBYTE',
-    GibiByte = 'https://qudt.org/vocab/unit/GibiBYTE',
-    TebiByte = 'https://qudt.org/vocab/unit/TebiBYTE',
-    PebiByte = 'https://qudt.org/vocab/unit/PebiBYTE'
-}
+export const QuotaUnit = {
+    Byte: 'https://qudt.org/vocab/unit/BYTE',
+    KibiByte: 'https://qudt.org/vocab/unit/KibiBYTE',
+    MebiByte: 'https://qudt.org/vocab/unit/MebiBYTE',
+    GibiByte: 'https://qudt.org/vocab/unit/GibiBYTE',
+    TebiByte: 'https://qudt.org/vocab/unit/TebiBYTE',
+    PebiByte: 'https://qudt.org/vocab/unit/PebiBYTE'
+} as const;
+
+export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
+
 
 /**
  * Data send to update the project quota.
@@ -140,7 +175,7 @@ export interface UpdateQuotaParameterObject {
      * @type {number}
      * @memberof UpdateQuotaParameterObject
      */
-    maximumGiB?: number;
+    'maximumGiB'?: number;
 }
 
 /**
@@ -156,7 +191,7 @@ export const AdminApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        adminGetProject: async (projectString: string, options: any = {}): Promise<RequestArgs> => {
+        adminGetProject: async (projectString: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectString' is not null or undefined
             assertParamExists('adminGetProject', 'projectString', projectString)
             const localVarPath = `/Admin/{projectString}`
@@ -177,7 +212,7 @@ export const AdminApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -195,7 +230,7 @@ export const AdminApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        adminUpdateQuota: async (projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options: any = {}): Promise<RequestArgs> => {
+        adminUpdateQuota: async (projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('adminUpdateQuota', 'projectId', projectId)
             // verify required parameter 'resourceTypeId' is not null or undefined
@@ -223,7 +258,7 @@ export const AdminApiAxiosParamCreator = function (configuration?: Configuration
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(updateQuotaParameterObject, localVarRequestOptions, configuration)
@@ -250,7 +285,7 @@ export const AdminApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async adminGetProject(projectString: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminProjectObject>> {
+        async adminGetProject(projectString: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminProjectObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.adminGetProject(projectString, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -263,7 +298,7 @@ export const AdminApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.adminUpdateQuota(projectId, resourceTypeId, updateQuotaParameterObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -296,7 +331,7 @@ export const AdminApiFactory = function (configuration?: Configuration, basePath
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options?: any): AxiosPromise<any> {
+        adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options?: any): AxiosPromise<File> {
             return localVarFp.adminUpdateQuota(projectId, resourceTypeId, updateQuotaParameterObject, options).then((request) => request(axios, basePath));
         },
     };
@@ -317,7 +352,7 @@ export class AdminApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof AdminApi
      */
-    public adminGetProject(projectString: string, options?: any) {
+    public adminGetProject(projectString: string, options?: AxiosRequestConfig) {
         return AdminApiFp(this.configuration).adminGetProject(projectString, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -331,7 +366,7 @@ export class AdminApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof AdminApi
      */
-    public adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options?: any) {
+    public adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: UpdateQuotaParameterObject, options?: AxiosRequestConfig) {
         return AdminApiFp(this.configuration).adminUpdateQuota(projectId, resourceTypeId, updateQuotaParameterObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Admin/base.ts b/src/Coscine.Api.Admin/base.ts
index ef894455b233adcd3916008a1867f24f7492486c..1859d4a2aece96eed8dfc314d7f9e3e961344b46 100644
--- a/src/Coscine.Api.Admin/base.ts
+++ b/src/Coscine.Api.Admin/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Admin
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.2
+ * The version of the OpenAPI document: 3.0.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Admin".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Admin/common.ts b/src/Coscine.Api.Admin/common.ts
index a73d0c64cb0445701518512c99a1ad5c8cf93a6a..eb9fac7c70ead89cc79c1da73137c4de8a619dc9 100644
--- a/src/Coscine.Api.Admin/common.ts
+++ b/src/Coscine.Api.Admin/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Admin
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.2
+ * The version of the OpenAPI document: 3.0.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Admin/configuration.ts b/src/Coscine.Api.Admin/configuration.ts
index ca2cc4a2e32cbd9da98d554343dc9cb092008e14..dbcfda4394dac686636b2d89f3dceaaf61b2ac59 100644
--- a/src/Coscine.Api.Admin/configuration.ts
+++ b/src/Coscine.Api.Admin/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Admin
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.2
+ * The version of the OpenAPI document: 3.0.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Admin/git_push.sh b/src/Coscine.Api.Admin/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Admin/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Admin/index.ts b/src/Coscine.Api.Admin/index.ts
index 3c0a9f3a966b2df6621112b1a330488167a9a314..a33f822084588c11931477609186f39f16725252 100644
--- a/src/Coscine.Api.Admin/index.ts
+++ b/src/Coscine.Api.Admin/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Admin
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.2
+ * The version of the OpenAPI document: 3.0.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Blob/.openapi-generator/FILES b/src/Coscine.Api.Blob/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Blob/.openapi-generator/FILES
+++ b/src/Coscine.Api.Blob/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Blob/.openapi-generator/VERSION b/src/Coscine.Api.Blob/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Blob/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Blob/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Blob/api.ts b/src/Coscine.Api.Blob/api.ts
index f04138c7fead854dc96dee38117d23cdc7ee93f4..e80508fc84ea338aaa258f52f4f5dea77922d1fd 100644
--- a/src/Coscine.Api.Blob/api.ts
+++ b/src/Coscine.Api.Blob/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Blob
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.1
+ * The version of the OpenAPI document: 3.1.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 
 /**
@@ -36,7 +38,7 @@ export const BlobApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        blobDeleteFileWithParameter: async (resourceId: string, path?: string, options: any = {}): Promise<RequestArgs> => {
+        blobDeleteFileWithParameter: async (resourceId: string, path?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'resourceId' is not null or undefined
             assertParamExists('blobDeleteFileWithParameter', 'resourceId', resourceId)
             const localVarPath = `/Blob/{resourceId}`
@@ -61,7 +63,7 @@ export const BlobApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -78,7 +80,7 @@ export const BlobApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        blobGetFileWithParameter: async (resourceId: string, path?: string, options: any = {}): Promise<RequestArgs> => {
+        blobGetFileWithParameter: async (resourceId: string, path?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'resourceId' is not null or undefined
             assertParamExists('blobGetFileWithParameter', 'resourceId', resourceId)
             const localVarPath = `/Blob/{resourceId}`
@@ -103,7 +105,7 @@ export const BlobApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -117,11 +119,11 @@ export const BlobApiAxiosParamCreator = function (configuration?: Configuration)
          * @summary This method uploads a given File
          * @param {string} resourceId Id of the resource 
          * @param {string} [path] Path to the file
-         * @param {Array<any>} [files] 
+         * @param {Array<File>} [files] 
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        blobUploadFileWithParameter: async (resourceId: string, path?: string, files?: Array<any>, options: any = {}): Promise<RequestArgs> => {
+        blobUploadFileWithParameter: async (resourceId: string, path?: string, files?: Array<File>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'resourceId' is not null or undefined
             assertParamExists('blobUploadFileWithParameter', 'resourceId', resourceId)
             const localVarPath = `/Blob/{resourceId}`
@@ -155,7 +157,7 @@ export const BlobApiAxiosParamCreator = function (configuration?: Configuration)
     
             localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = localVarFormParams;
@@ -183,7 +185,7 @@ export const BlobApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async blobDeleteFileWithParameter(resourceId: string, path?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.blobDeleteFileWithParameter(resourceId, path, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -195,7 +197,7 @@ export const BlobApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async blobGetFileWithParameter(resourceId: string, path?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async blobGetFileWithParameter(resourceId: string, path?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.blobGetFileWithParameter(resourceId, path, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -204,11 +206,11 @@ export const BlobApiFp = function(configuration?: Configuration) {
          * @summary This method uploads a given File
          * @param {string} resourceId Id of the resource 
          * @param {string} [path] Path to the file
-         * @param {Array<any>} [files] 
+         * @param {Array<File>} [files] 
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<any>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<File>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.blobUploadFileWithParameter(resourceId, path, files, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -230,7 +232,7 @@ export const BlobApiFactory = function (configuration?: Configuration, basePath?
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any> {
+        blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<File> {
             return localVarFp.blobDeleteFileWithParameter(resourceId, path, options).then((request) => request(axios, basePath));
         },
         /**
@@ -241,7 +243,7 @@ export const BlobApiFactory = function (configuration?: Configuration, basePath?
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        blobGetFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<any> {
+        blobGetFileWithParameter(resourceId: string, path?: string, options?: any): AxiosPromise<File> {
             return localVarFp.blobGetFileWithParameter(resourceId, path, options).then((request) => request(axios, basePath));
         },
         /**
@@ -249,11 +251,11 @@ export const BlobApiFactory = function (configuration?: Configuration, basePath?
          * @summary This method uploads a given File
          * @param {string} resourceId Id of the resource 
          * @param {string} [path] Path to the file
-         * @param {Array<any>} [files] 
+         * @param {Array<File>} [files] 
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<any>, options?: any): AxiosPromise<any> {
+        blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<File>, options?: any): AxiosPromise<File> {
             return localVarFp.blobUploadFileWithParameter(resourceId, path, files, options).then((request) => request(axios, basePath));
         },
     };
@@ -275,7 +277,7 @@ export class BlobApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof BlobApi
      */
-    public blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any) {
+    public blobDeleteFileWithParameter(resourceId: string, path?: string, options?: AxiosRequestConfig) {
         return BlobApiFp(this.configuration).blobDeleteFileWithParameter(resourceId, path, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -288,7 +290,7 @@ export class BlobApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof BlobApi
      */
-    public blobGetFileWithParameter(resourceId: string, path?: string, options?: any) {
+    public blobGetFileWithParameter(resourceId: string, path?: string, options?: AxiosRequestConfig) {
         return BlobApiFp(this.configuration).blobGetFileWithParameter(resourceId, path, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -297,12 +299,12 @@ export class BlobApi extends BaseAPI {
      * @summary This method uploads a given File
      * @param {string} resourceId Id of the resource 
      * @param {string} [path] Path to the file
-     * @param {Array<any>} [files] 
+     * @param {Array<File>} [files] 
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof BlobApi
      */
-    public blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<any>, options?: any) {
+    public blobUploadFileWithParameter(resourceId: string, path?: string, files?: Array<File>, options?: AxiosRequestConfig) {
         return BlobApiFp(this.configuration).blobUploadFileWithParameter(resourceId, path, files, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Blob/base.ts b/src/Coscine.Api.Blob/base.ts
index 19145b00bec5fe62dfb38d86fdfa1ad49888dbb6..f026e2ddac340cb324846dd6b7a6112269d407b6 100644
--- a/src/Coscine.Api.Blob/base.ts
+++ b/src/Coscine.Api.Blob/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Blob
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.1
+ * The version of the OpenAPI document: 3.1.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Blob".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Blob/common.ts b/src/Coscine.Api.Blob/common.ts
index a65189301fa932ad0aa03c9b95d0aadbea22c071..2f3d02ca77e32b306ed37ec1d221c131fee20401 100644
--- a/src/Coscine.Api.Blob/common.ts
+++ b/src/Coscine.Api.Blob/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Blob
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.1
+ * The version of the OpenAPI document: 3.1.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Blob/configuration.ts b/src/Coscine.Api.Blob/configuration.ts
index 3798ae397585e0f4614611588a7088fb7b5fe0a7..d552013652847aceff54ad88d4ad77602ce45b33 100644
--- a/src/Coscine.Api.Blob/configuration.ts
+++ b/src/Coscine.Api.Blob/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Blob
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.1
+ * The version of the OpenAPI document: 3.1.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Blob/git_push.sh b/src/Coscine.Api.Blob/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Blob/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Blob/index.ts b/src/Coscine.Api.Blob/index.ts
index 54d810e2b6f7a2c881ff3aa58f66a849409e754b..f6749e5e9eb376a5760b1dfcaaefc3b512f2404e 100644
--- a/src/Coscine.Api.Blob/index.ts
+++ b/src/Coscine.Api.Blob/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Blob
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.0.1
+ * The version of the OpenAPI document: 3.1.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Metadata/.openapi-generator/FILES b/src/Coscine.Api.Metadata/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Metadata/.openapi-generator/FILES
+++ b/src/Coscine.Api.Metadata/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Metadata/.openapi-generator/VERSION b/src/Coscine.Api.Metadata/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Metadata/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Metadata/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Metadata/api.ts b/src/Coscine.Api.Metadata/api.ts
index 76f467c5e2498d52a3ea2b990a529281ca5b56f4..d5279ef336fd0a20a84b52864ff84c91b7fec7e4 100644
--- a/src/Coscine.Api.Metadata/api.ts
+++ b/src/Coscine.Api.Metadata/api.ts
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * Parameter object containing the application profile informations.             
@@ -32,25 +34,25 @@ export interface ApplicationProfile {
      * @type {string}
      * @memberof ApplicationProfile
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * Base URL of the application profile             
      * @type {string}
      * @memberof ApplicationProfile
      */
-    base_url?: string | null;
+    'base_url'?: string | null;
     /**
      * Definition of the application profile             
      * @type {string}
      * @memberof ApplicationProfile
      */
-    definition?: string | null;
+    'definition'?: string | null;
     /**
      * Mime type of the application profile             
      * @type {string}
      * @memberof ApplicationProfile
      */
-    mimeType?: string | null;
+    'mimeType'?: string | null;
 }
 /**
  * Bilingual labels
@@ -63,13 +65,13 @@ export interface BilingualLabels {
      * @type {Array<Label>}
      * @memberof BilingualLabels
      */
-    en?: Array<Label> | null;
+    'en'?: Array<Label> | null;
     /**
      * German labels
      * @type {Array<Label>}
      * @memberof BilingualLabels
      */
-    de?: Array<Label> | null;
+    'de'?: Array<Label> | null;
 }
 /**
  * Label of a vocabulary entry
@@ -82,13 +84,13 @@ export interface Label {
      * @type {string}
      * @memberof Label
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * Name of the application profile             
      * @type {string}
      * @memberof Label
      */
-    value?: string | null;
+    'value'?: string | null;
 }
 
 /**
@@ -104,7 +106,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataGetClassInstances: async (className: string, options: any = {}): Promise<RequestArgs> => {
+        metadataGetClassInstances: async (className: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'className' is not null or undefined
             assertParamExists('metadataGetClassInstances', 'className', className)
             const localVarPath = `/Metadata/instances/{className}`
@@ -125,7 +127,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -141,7 +143,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataGetProfile: async (profile: string, options: any = {}): Promise<RequestArgs> => {
+        metadataGetProfile: async (profile: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'profile' is not null or undefined
             assertParamExists('metadataGetProfile', 'profile', profile)
             const localVarPath = `/Metadata/profiles/{profile}`
@@ -162,7 +164,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -177,7 +179,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataGetProfiles: async (options: any = {}): Promise<RequestArgs> => {
+        metadataGetProfiles: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Metadata/profiles`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -195,7 +197,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -210,7 +212,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataGetVocabularies: async (options: any = {}): Promise<RequestArgs> => {
+        metadataGetVocabularies: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Metadata/vocabularies`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -228,7 +230,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -244,7 +246,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataGetVocabulary: async (path: string, options: any = {}): Promise<RequestArgs> => {
+        metadataGetVocabulary: async (path: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'path' is not null or undefined
             assertParamExists('metadataGetVocabulary', 'path', path)
             const localVarPath = `/Metadata/vocabularies/{path}`
@@ -265,7 +267,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -281,7 +283,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataSaveApplicationProfile: async (applicationProfile: ApplicationProfile, options: any = {}): Promise<RequestArgs> => {
+        metadataSaveApplicationProfile: async (applicationProfile: ApplicationProfile, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'applicationProfile' is not null or undefined
             assertParamExists('metadataSaveApplicationProfile', 'applicationProfile', applicationProfile)
             const localVarPath = `/Metadata/profiles`;
@@ -303,7 +305,7 @@ export const MetadataApiAxiosParamCreator = function (configuration?: Configurat
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(applicationProfile, localVarRequestOptions, configuration)
@@ -330,7 +332,7 @@ export const MetadataApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async metadataGetClassInstances(className: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BilingualLabels>> {
+        async metadataGetClassInstances(className: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BilingualLabels>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.metadataGetClassInstances(className, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -341,7 +343,7 @@ export const MetadataApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async metadataGetProfile(profile: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async metadataGetProfile(profile: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.metadataGetProfile(profile, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -351,7 +353,7 @@ export const MetadataApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async metadataGetProfiles(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
+        async metadataGetProfiles(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.metadataGetProfiles(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -361,7 +363,7 @@ export const MetadataApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async metadataGetVocabularies(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
+        async metadataGetVocabularies(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.metadataGetVocabularies(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -372,7 +374,7 @@ export const MetadataApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async metadataGetVocabulary(path: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BilingualLabels>> {
+        async metadataGetVocabulary(path: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BilingualLabels>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.metadataGetVocabulary(path, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -383,7 +385,7 @@ export const MetadataApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.metadataSaveApplicationProfile(applicationProfile, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -414,7 +416,7 @@ export const MetadataApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataGetProfile(profile: string, options?: any): AxiosPromise<any> {
+        metadataGetProfile(profile: string, options?: any): AxiosPromise<File> {
             return localVarFp.metadataGetProfile(profile, options).then((request) => request(axios, basePath));
         },
         /**
@@ -452,7 +454,7 @@ export const MetadataApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): AxiosPromise<any> {
+        metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): AxiosPromise<File> {
             return localVarFp.metadataSaveApplicationProfile(applicationProfile, options).then((request) => request(axios, basePath));
         },
     };
@@ -473,7 +475,7 @@ export class MetadataApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MetadataApi
      */
-    public metadataGetClassInstances(className: string, options?: any) {
+    public metadataGetClassInstances(className: string, options?: AxiosRequestConfig) {
         return MetadataApiFp(this.configuration).metadataGetClassInstances(className, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -485,7 +487,7 @@ export class MetadataApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MetadataApi
      */
-    public metadataGetProfile(profile: string, options?: any) {
+    public metadataGetProfile(profile: string, options?: AxiosRequestConfig) {
         return MetadataApiFp(this.configuration).metadataGetProfile(profile, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -496,7 +498,7 @@ export class MetadataApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MetadataApi
      */
-    public metadataGetProfiles(options?: any) {
+    public metadataGetProfiles(options?: AxiosRequestConfig) {
         return MetadataApiFp(this.configuration).metadataGetProfiles(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -507,7 +509,7 @@ export class MetadataApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MetadataApi
      */
-    public metadataGetVocabularies(options?: any) {
+    public metadataGetVocabularies(options?: AxiosRequestConfig) {
         return MetadataApiFp(this.configuration).metadataGetVocabularies(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -519,7 +521,7 @@ export class MetadataApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MetadataApi
      */
-    public metadataGetVocabulary(path: string, options?: any) {
+    public metadataGetVocabulary(path: string, options?: AxiosRequestConfig) {
         return MetadataApiFp(this.configuration).metadataGetVocabulary(path, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -531,7 +533,7 @@ export class MetadataApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MetadataApi
      */
-    public metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any) {
+    public metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: AxiosRequestConfig) {
         return MetadataApiFp(this.configuration).metadataSaveApplicationProfile(applicationProfile, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Metadata/base.ts b/src/Coscine.Api.Metadata/base.ts
index ad277224c0e9a9985c4f23191d729155bc7bf715..2a2484a466dc21d11b605c8df228cf48bfe94ce4 100644
--- a/src/Coscine.Api.Metadata/base.ts
+++ b/src/Coscine.Api.Metadata/base.ts
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Metadata".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Metadata/common.ts b/src/Coscine.Api.Metadata/common.ts
index 13391a51eeef80d5cc2c062a86bebe604a584a8b..1a114ae1ad6f8294c738f278f8e0c30b5e146463 100644
--- a/src/Coscine.Api.Metadata/common.ts
+++ b/src/Coscine.Api.Metadata/common.ts
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Metadata/git_push.sh b/src/Coscine.Api.Metadata/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Metadata/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Notices/.openapi-generator/FILES b/src/Coscine.Api.Notices/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Notices/.openapi-generator/FILES
+++ b/src/Coscine.Api.Notices/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Notices/.openapi-generator/VERSION b/src/Coscine.Api.Notices/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Notices/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Notices/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Notices/api.ts b/src/Coscine.Api.Notices/api.ts
index 8f93e0699a459c0aa974224fc64a85a1a5785aa3..f58ef002050886ed19e8dbcd7a737b55dae1bd77 100644
--- a/src/Coscine.Api.Notices/api.ts
+++ b/src/Coscine.Api.Notices/api.ts
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * This class represents a maintenance with its significant properties, which is returned from the api.
@@ -32,37 +34,37 @@ export interface MaintenanceReturnObject {
      * @type {string}
      * @memberof MaintenanceReturnObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * Maintenance url.
      * @type {string}
      * @memberof MaintenanceReturnObject
      */
-    url?: string | null;
+    'url'?: string | null;
     /**
      * Maintenance type.
      * @type {string}
      * @memberof MaintenanceReturnObject
      */
-    type?: string | null;
+    'type'?: string | null;
     /**
      * Maintenance description.
      * @type {string}
      * @memberof MaintenanceReturnObject
      */
-    body?: string | null;
+    'body'?: string | null;
     /**
      * Maintenance start.
      * @type {string}
      * @memberof MaintenanceReturnObject
      */
-    startsDate?: string | null;
+    'startsDate'?: string | null;
     /**
      * Maintenance end.
      * @type {string}
      * @memberof MaintenanceReturnObject
      */
-    endsDate?: string | null;
+    'endsDate'?: string | null;
 }
 
 /**
@@ -77,7 +79,7 @@ export const NoticeApiAxiosParamCreator = function (configuration?: Configuratio
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        noticeGetMaintenance: async (options: any = {}): Promise<RequestArgs> => {
+        noticeGetMaintenance: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Notice/getMaintenance`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -95,7 +97,7 @@ export const NoticeApiAxiosParamCreator = function (configuration?: Configuratio
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -113,7 +115,7 @@ export const NoticeApiAxiosParamCreator = function (configuration?: Configuratio
          * @deprecated
          * @throws {RequiredError}
          */
-        noticeGetNotice: async (documentSlug: string, language?: string, options: any = {}): Promise<RequestArgs> => {
+        noticeGetNotice: async (documentSlug: string, language?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'documentSlug' is not null or undefined
             assertParamExists('noticeGetNotice', 'documentSlug', documentSlug)
             const localVarPath = `/Notice/{documentSlug}`
@@ -138,7 +140,7 @@ export const NoticeApiAxiosParamCreator = function (configuration?: Configuratio
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -163,7 +165,7 @@ export const NoticeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async noticeGetMaintenance(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaintenanceReturnObject>> {
+        async noticeGetMaintenance(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaintenanceReturnObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.noticeGetMaintenance(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -176,7 +178,7 @@ export const NoticeApiFp = function(configuration?: Configuration) {
          * @deprecated
          * @throws {RequiredError}
          */
-        async noticeGetNotice(documentSlug: string, language?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async noticeGetNotice(documentSlug: string, language?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.noticeGetNotice(documentSlug, language, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -208,7 +210,7 @@ export const NoticeApiFactory = function (configuration?: Configuration, basePat
          * @deprecated
          * @throws {RequiredError}
          */
-        noticeGetNotice(documentSlug: string, language?: string, options?: any): AxiosPromise<any> {
+        noticeGetNotice(documentSlug: string, language?: string, options?: any): AxiosPromise<File> {
             return localVarFp.noticeGetNotice(documentSlug, language, options).then((request) => request(axios, basePath));
         },
     };
@@ -228,7 +230,7 @@ export class NoticeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof NoticeApi
      */
-    public noticeGetMaintenance(options?: any) {
+    public noticeGetMaintenance(options?: AxiosRequestConfig) {
         return NoticeApiFp(this.configuration).noticeGetMaintenance(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -242,7 +244,7 @@ export class NoticeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof NoticeApi
      */
-    public noticeGetNotice(documentSlug: string, language?: string, options?: any) {
+    public noticeGetNotice(documentSlug: string, language?: string, options?: AxiosRequestConfig) {
         return NoticeApiFp(this.configuration).noticeGetNotice(documentSlug, language, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Notices/base.ts b/src/Coscine.Api.Notices/base.ts
index 5c02619d9a5e27432881ee5b232f27b91c3bb6ef..f12510b98019a860bc23f2702c8490d5e312f611 100644
--- a/src/Coscine.Api.Notices/base.ts
+++ b/src/Coscine.Api.Notices/base.ts
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Notices".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Notices/common.ts b/src/Coscine.Api.Notices/common.ts
index b00496cbcce9d5ba0b1ba90666779635146fc63c..60dcb64f1da15ee13bd1fd37a210b331fb4da593 100644
--- a/src/Coscine.Api.Notices/common.ts
+++ b/src/Coscine.Api.Notices/common.ts
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Notices/git_push.sh b/src/Coscine.Api.Notices/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Notices/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Organization/.openapi-generator/FILES b/src/Coscine.Api.Organization/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Organization/.openapi-generator/FILES
+++ b/src/Coscine.Api.Organization/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Organization/.openapi-generator/VERSION b/src/Coscine.Api.Organization/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Organization/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Organization/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Organization/api.ts b/src/Coscine.Api.Organization/api.ts
index 54a368ed03f80382ffc5475dae75fc78cbafd3d0..4e5b949ccfb71572acc2c9b3090436a749871afa 100644
--- a/src/Coscine.Api.Organization/api.ts
+++ b/src/Coscine.Api.Organization/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Organization
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.1.2
+ * The version of the OpenAPI document: 2.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * Object for representing the isMember relationship
@@ -32,7 +34,7 @@ export interface IsMemberObject {
      * @type {boolean}
      * @memberof IsMemberObject
      */
-    isMember?: boolean;
+    'isMember'?: boolean;
 }
 /**
  * Information about an Organization
@@ -45,19 +47,19 @@ export interface OrganizationObject {
      * @type {string}
      * @memberof OrganizationObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * ROR Id of the Organization
      * @type {string}
      * @memberof OrganizationObject
      */
-    url?: string | null;
+    'url'?: string | null;
     /**
      * Optional: Contact E-Mail
      * @type {string}
      * @memberof OrganizationObject
      */
-    email?: string | null;
+    'email'?: string | null;
 }
 /**
  * Wrapping the request (to stay compatible to the old implementation)
@@ -70,7 +72,7 @@ export interface WrapperObject {
      * @type {Array<OrganizationObject>}
      * @memberof WrapperObject
      */
-    data?: Array<OrganizationObject> | null;
+    'data'?: Array<OrganizationObject> | null;
 }
 
 /**
@@ -86,7 +88,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        organizationGetOrganization: async (url: string, options: any = {}): Promise<RequestArgs> => {
+        organizationGetOrganization: async (url: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'url' is not null or undefined
             assertParamExists('organizationGetOrganization', 'url', url)
             const localVarPath = `/Organization/{url}`
@@ -107,7 +109,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -123,7 +125,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        organizationGetROR: async (filter?: string, options: any = {}): Promise<RequestArgs> => {
+        organizationGetROR: async (filter?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Organization/-/ror`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -145,7 +147,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -162,7 +164,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        organizationIndex: async (member?: number, filter?: string, options: any = {}): Promise<RequestArgs> => {
+        organizationIndex: async (member?: number, filter?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Organization`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -188,7 +190,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -204,7 +206,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        organizationIsMember: async (url: string, options: any = {}): Promise<RequestArgs> => {
+        organizationIsMember: async (url: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'url' is not null or undefined
             assertParamExists('organizationIsMember', 'url', url)
             const localVarPath = `/Organization/-/isMember/{url}`
@@ -225,7 +227,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -240,7 +242,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        organizationIsMember2: async (options: any = {}): Promise<RequestArgs> => {
+        organizationIsMember2: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Organization/-/isMember`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -258,7 +260,7 @@ export const OrganizationApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -284,7 +286,7 @@ export const OrganizationApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async organizationGetOrganization(url: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
+        async organizationGetOrganization(url: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.organizationGetOrganization(url, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -295,7 +297,7 @@ export const OrganizationApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async organizationGetROR(filter?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
+        async organizationGetROR(filter?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.organizationGetROR(filter, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -307,7 +309,7 @@ export const OrganizationApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async organizationIndex(member?: number, filter?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
+        async organizationIndex(member?: number, filter?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.organizationIndex(member, filter, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -318,7 +320,7 @@ export const OrganizationApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async organizationIsMember(url: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IsMemberObject>> {
+        async organizationIsMember(url: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IsMemberObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.organizationIsMember(url, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -328,7 +330,7 @@ export const OrganizationApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async organizationIsMember2(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
+        async organizationIsMember2(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.organizationIsMember2(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -410,7 +412,7 @@ export class OrganizationApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof OrganizationApi
      */
-    public organizationGetOrganization(url: string, options?: any) {
+    public organizationGetOrganization(url: string, options?: AxiosRequestConfig) {
         return OrganizationApiFp(this.configuration).organizationGetOrganization(url, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -422,7 +424,7 @@ export class OrganizationApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof OrganizationApi
      */
-    public organizationGetROR(filter?: string, options?: any) {
+    public organizationGetROR(filter?: string, options?: AxiosRequestConfig) {
         return OrganizationApiFp(this.configuration).organizationGetROR(filter, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -435,7 +437,7 @@ export class OrganizationApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof OrganizationApi
      */
-    public organizationIndex(member?: number, filter?: string, options?: any) {
+    public organizationIndex(member?: number, filter?: string, options?: AxiosRequestConfig) {
         return OrganizationApiFp(this.configuration).organizationIndex(member, filter, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -447,7 +449,7 @@ export class OrganizationApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof OrganizationApi
      */
-    public organizationIsMember(url: string, options?: any) {
+    public organizationIsMember(url: string, options?: AxiosRequestConfig) {
         return OrganizationApiFp(this.configuration).organizationIsMember(url, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -458,7 +460,7 @@ export class OrganizationApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof OrganizationApi
      */
-    public organizationIsMember2(options?: any) {
+    public organizationIsMember2(options?: AxiosRequestConfig) {
         return OrganizationApiFp(this.configuration).organizationIsMember2(options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Organization/base.ts b/src/Coscine.Api.Organization/base.ts
index 5782968e665e15b1865eea90a93049e028ea4121..2d945f9dff42fcf606c132e23fd874f6e0dbfda2 100644
--- a/src/Coscine.Api.Organization/base.ts
+++ b/src/Coscine.Api.Organization/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Organization
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.1.2
+ * The version of the OpenAPI document: 2.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,12 +13,13 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
-export const BASE_PATH = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Organization".replace(/\/+$/, "");
+export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Organization".replace(/\/+$/, "");
 
 /**
  *
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Organization/common.ts b/src/Coscine.Api.Organization/common.ts
index e2c738c68cdcf0cb83b572e52e564a5bb638ab9b..6fba98ab2b902e05897101132f5f18fadc5912f8 100644
--- a/src/Coscine.Api.Organization/common.ts
+++ b/src/Coscine.Api.Organization/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Organization
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.1.2
+ * The version of the OpenAPI document: 2.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Organization/configuration.ts b/src/Coscine.Api.Organization/configuration.ts
index 0f66b95c2b1e52340421cc9320f7bc2b17eea71d..c4f6824b0375a971bc61619a36beab1a40f894af 100644
--- a/src/Coscine.Api.Organization/configuration.ts
+++ b/src/Coscine.Api.Organization/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Organization
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.1.2
+ * The version of the OpenAPI document: 2.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Organization/git_push.sh b/src/Coscine.Api.Organization/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Organization/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Organization/index.ts b/src/Coscine.Api.Organization/index.ts
index 541f0ff8c18abe68e51b5c95141c8b1912638be7..61df345280f632891602a0c53107308574797350 100644
--- a/src/Coscine.Api.Organization/index.ts
+++ b/src/Coscine.Api.Organization/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Organization
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.1.2
+ * The version of the OpenAPI document: 2.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Pid/.openapi-generator/FILES b/src/Coscine.Api.Pid/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Pid/.openapi-generator/FILES
+++ b/src/Coscine.Api.Pid/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Pid/.openapi-generator/VERSION b/src/Coscine.Api.Pid/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Pid/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Pid/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Pid/api.ts b/src/Coscine.Api.Pid/api.ts
index 51c9b449c7befcf0af03334942ee6acd2c9ab14d..1b35df7218255a6b8a204c3e7290e2723e47c05e 100644
--- a/src/Coscine.Api.Pid/api.ts
+++ b/src/Coscine.Api.Pid/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Pid
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.4.0
+ * The version of the OpenAPI document: 2.4.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * Message Object.
@@ -32,37 +34,37 @@ export interface MessageObject {
      * @type {string}
      * @memberof MessageObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * Email address of the requester.
      * @type {string}
      * @memberof MessageObject
      */
-    email?: string | null;
+    'email'?: string | null;
     /**
      * Message Text.
      * @type {string}
      * @memberof MessageObject
      */
-    message?: string | null;
+    'message'?: string | null;
     /**
      * Send copy to requester.
      * @type {boolean}
      * @memberof MessageObject
      */
-    sendCopy?: boolean;
+    'sendCopy'?: boolean;
     /**
      * Pid of the resource.
      * @type {string}
      * @memberof MessageObject
      */
-    pid?: string | null;
+    'pid'?: string | null;
     /**
      * Message Object.
      * @type {string}
      * @memberof MessageObject
      */
-    guid?: string | null;
+    'guid'?: string | null;
 }
 
 /**
@@ -78,7 +80,7 @@ export const PidApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        pidIsValid: async (pid: string, options: any = {}): Promise<RequestArgs> => {
+        pidIsValid: async (pid: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'pid' is not null or undefined
             assertParamExists('pidIsValid', 'pid', pid)
             const localVarPath = `/Pid/valid/{pid}`
@@ -99,7 +101,7 @@ export const PidApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -115,7 +117,7 @@ export const PidApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        pidSendMailToOwner: async (messageObject: MessageObject, options: any = {}): Promise<RequestArgs> => {
+        pidSendMailToOwner: async (messageObject: MessageObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'messageObject' is not null or undefined
             assertParamExists('pidSendMailToOwner', 'messageObject', messageObject)
             const localVarPath = `/Pid/sendMailToOwner`;
@@ -137,7 +139,7 @@ export const PidApiAxiosParamCreator = function (configuration?: Configuration)
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(messageObject, localVarRequestOptions, configuration)
@@ -164,7 +166,7 @@ export const PidApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async pidIsValid(pid: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async pidIsValid(pid: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.pidIsValid(pid, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -175,7 +177,7 @@ export const PidApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async pidSendMailToOwner(messageObject: MessageObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async pidSendMailToOwner(messageObject: MessageObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.pidSendMailToOwner(messageObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -196,7 +198,7 @@ export const PidApiFactory = function (configuration?: Configuration, basePath?:
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        pidIsValid(pid: string, options?: any): AxiosPromise<any> {
+        pidIsValid(pid: string, options?: any): AxiosPromise<File> {
             return localVarFp.pidIsValid(pid, options).then((request) => request(axios, basePath));
         },
         /**
@@ -206,7 +208,7 @@ export const PidApiFactory = function (configuration?: Configuration, basePath?:
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        pidSendMailToOwner(messageObject: MessageObject, options?: any): AxiosPromise<any> {
+        pidSendMailToOwner(messageObject: MessageObject, options?: any): AxiosPromise<File> {
             return localVarFp.pidSendMailToOwner(messageObject, options).then((request) => request(axios, basePath));
         },
     };
@@ -227,7 +229,7 @@ export class PidApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof PidApi
      */
-    public pidIsValid(pid: string, options?: any) {
+    public pidIsValid(pid: string, options?: AxiosRequestConfig) {
         return PidApiFp(this.configuration).pidIsValid(pid, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -239,7 +241,7 @@ export class PidApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof PidApi
      */
-    public pidSendMailToOwner(messageObject: MessageObject, options?: any) {
+    public pidSendMailToOwner(messageObject: MessageObject, options?: AxiosRequestConfig) {
         return PidApiFp(this.configuration).pidSendMailToOwner(messageObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Pid/base.ts b/src/Coscine.Api.Pid/base.ts
index a67968d699b8d6a09fe7580ba9cfabd6fc2e1d86..ade01a6a7b7a7b3119b9a70cf1dfe2b93d97a92b 100644
--- a/src/Coscine.Api.Pid/base.ts
+++ b/src/Coscine.Api.Pid/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Pid
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.4.0
+ * The version of the OpenAPI document: 2.4.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Pid".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Pid/common.ts b/src/Coscine.Api.Pid/common.ts
index e41bb0d86737dd978c531d1b0c216e9ea8836d70..6243988a6e6899d715b3ca4fec0017354d488011 100644
--- a/src/Coscine.Api.Pid/common.ts
+++ b/src/Coscine.Api.Pid/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Pid
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.4.0
+ * The version of the OpenAPI document: 2.4.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Pid/configuration.ts b/src/Coscine.Api.Pid/configuration.ts
index d032571b0bf546d91964ee51dd94240968869d07..accd12e2f12da2ff86705f0943c143c4f11cf062 100644
--- a/src/Coscine.Api.Pid/configuration.ts
+++ b/src/Coscine.Api.Pid/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Pid
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.4.0
+ * The version of the OpenAPI document: 2.4.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Pid/index.ts b/src/Coscine.Api.Pid/index.ts
index d80bf8e5d7c43640466ca4e3466f854ea1410e94..7ea6456d9763e705f6f89ef54dc34d554f1e71a9 100644
--- a/src/Coscine.Api.Pid/index.ts
+++ b/src/Coscine.Api.Pid/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Pid
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.4.0
+ * The version of the OpenAPI document: 2.4.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Project/.openapi-generator/FILES b/src/Coscine.Api.Project/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Project/.openapi-generator/FILES
+++ b/src/Coscine.Api.Project/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Project/.openapi-generator/VERSION b/src/Coscine.Api.Project/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Project/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Project/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Project/api.ts b/src/Coscine.Api.Project/api.ts
index cc7f28d6b2da97c411bc760ddb537c88edc80f98..c3043cbfed1e018d75dd6630e986febebd611a49 100644
--- a/src/Coscine.Api.Project/api.ts
+++ b/src/Coscine.Api.Project/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Project
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 4.2.2
+ * The version of the OpenAPI document: 4.3.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * 
@@ -32,25 +34,25 @@ export interface DisciplineObject {
      * @type {string}
      * @memberof DisciplineObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    url?: string | null;
+    'url'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    displayNameDe?: string | null;
+    'displayNameDe'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    displayNameEn?: string | null;
+    'displayNameEn'?: string | null;
 }
 /**
  * 
@@ -63,13 +65,13 @@ export interface ExternalAuthenticatorsObject {
      * @type {string}
      * @memberof ExternalAuthenticatorsObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ExternalAuthenticatorsObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -82,37 +84,37 @@ export interface InvitationReturnObject {
      * @type {string}
      * @memberof InvitationReturnObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof InvitationReturnObject
      */
-    expiration?: string;
+    'expiration'?: string;
     /**
      * 
      * @type {string}
      * @memberof InvitationReturnObject
      */
-    userMail?: string | null;
+    'userMail'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof InvitationReturnObject
      */
-    issuer?: string;
+    'issuer'?: string;
     /**
      * 
      * @type {string}
      * @memberof InvitationReturnObject
      */
-    projectId?: string;
+    'projectId'?: string;
     /**
      * 
      * @type {string}
      * @memberof InvitationReturnObject
      */
-    roleId?: string;
+    'roleId'?: string;
 }
 /**
  * 
@@ -125,19 +127,19 @@ export interface LanguageObject {
      * @type {string}
      * @memberof LanguageObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof LanguageObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof LanguageObject
      */
-    abbreviation?: string | null;
+    'abbreviation'?: string | null;
 }
 /**
  * 
@@ -150,13 +152,13 @@ export interface LicenseObject {
      * @type {string}
      * @memberof LicenseObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof LicenseObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -169,13 +171,13 @@ export interface OrganizationObject {
      * @type {string}
      * @memberof OrganizationObject
      */
-    url?: string | null;
+    'url'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof OrganizationObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -188,104 +190,110 @@ export interface ProjectObject {
      * @type {string}
      * @memberof ProjectObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    description?: string | null;
+    'description'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    startDate?: string;
+    'startDate'?: string;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    endDate?: string;
+    'endDate'?: string;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    keywords?: string | null;
+    'keywords'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    projectName?: string | null;
+    'projectName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    principleInvestigators?: string | null;
+    'principleInvestigators'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    grantId?: string | null;
+    'grantId'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    slug?: string | null;
+    'slug'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    dateCreated?: string | null;
+    'dateCreated'?: string | null;
     /**
      * 
      * @type {Array<DisciplineObject>}
      * @memberof ProjectObject
      */
-    disciplines?: Array<DisciplineObject> | null;
+    'disciplines'?: Array<DisciplineObject> | null;
     /**
      * 
      * @type {Array<OrganizationObject>}
      * @memberof ProjectObject
      */
-    organizations?: Array<OrganizationObject> | null;
+    'organizations'?: Array<OrganizationObject> | null;
     /**
      * 
-     * @type {VisibilityObject}
+     * @type {ProjectObjectVisibility}
      * @memberof ProjectObject
      */
-    visibility?: VisibilityObject | null;
+    'visibility'?: ProjectObjectVisibility | null;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    parentId?: string;
+    'parentId'?: string;
     /**
      * 
      * @type {string}
      * @memberof ProjectObject
      */
-    creator?: string | null;
+    'creator'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof ProjectObject
      */
-    deleted?: boolean;
+    'deleted'?: boolean;
 }
+/**
+ * @type ProjectObjectVisibility
+ * @export
+ */
+export type ProjectObjectVisibility = VisibilityObject;
+
 /**
  * 
  * @export
@@ -297,37 +305,37 @@ export interface ProjectQuotaExtendedReturnObject {
      * @type {string}
      * @memberof ProjectQuotaExtendedReturnObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ProjectQuotaExtendedReturnObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ProjectQuotaExtendedReturnObject
      */
-    totalReserved?: QuotaDimObject | null;
+    'totalReserved'?: ProjectQuotaReturnObjectTotalReserved | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ProjectQuotaExtendedReturnObject
      */
-    allocated?: QuotaDimObject | null;
+    'allocated'?: ProjectQuotaReturnObjectTotalReserved | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ProjectQuotaExtendedReturnObject
      */
-    maximum?: QuotaDimObject | null;
+    'maximum'?: ProjectQuotaReturnObjectTotalReserved | null;
     /**
      * 
      * @type {Array<ResourceQuotaReturnObject>}
      * @memberof ProjectQuotaExtendedReturnObject
      */
-    resourcesQuota?: Array<ResourceQuotaReturnObject> | null;
+    'resourcesQuota'?: Array<ResourceQuotaReturnObject> | null;
 }
 /**
  * 
@@ -340,32 +348,38 @@ export interface ProjectQuotaReturnObject {
      * @type {string}
      * @memberof ProjectQuotaReturnObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ProjectQuotaReturnObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ProjectQuotaReturnObject
      */
-    totalReserved?: QuotaDimObject | null;
+    'totalReserved'?: ProjectQuotaReturnObjectTotalReserved | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ProjectQuotaReturnObject
      */
-    allocated?: QuotaDimObject | null;
+    'allocated'?: ProjectQuotaReturnObjectTotalReserved | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ProjectQuotaReturnObject
      */
-    maximum?: QuotaDimObject | null;
+    'maximum'?: ProjectQuotaReturnObjectTotalReserved | null;
 }
+/**
+ * @type ProjectQuotaReturnObjectTotalReserved
+ * @export
+ */
+export type ProjectQuotaReturnObjectTotalReserved = QuotaDimObject;
+
 /**
  * 
  * @export
@@ -377,20 +391,32 @@ export interface ProjectRoleObject {
      * @type {string}
      * @memberof ProjectRoleObject
      */
-    projectId?: string;
+    'projectId'?: string;
     /**
      * 
-     * @type {UserObject}
+     * @type {ProjectRoleObjectUser}
      * @memberof ProjectRoleObject
      */
-    user?: UserObject | null;
+    'user'?: ProjectRoleObjectUser | null;
     /**
      * 
-     * @type {RoleObject}
+     * @type {ProjectRoleObjectRole}
      * @memberof ProjectRoleObject
      */
-    role?: RoleObject | null;
+    'role'?: ProjectRoleObjectRole | null;
 }
+/**
+ * @type ProjectRoleObjectRole
+ * @export
+ */
+export type ProjectRoleObjectRole = RoleObject;
+
+/**
+ * @type ProjectRoleObjectUser
+ * @export
+ */
+export type ProjectRoleObjectUser = UserObject;
+
 /**
  * 
  * @export
@@ -402,28 +428,33 @@ export interface QuotaDimObject {
      * @type {number}
      * @memberof QuotaDimObject
      */
-    value?: number;
+    'value'?: number;
     /**
      * 
      * @type {QuotaUnit}
      * @memberof QuotaDimObject
      */
-    unit?: QuotaUnit;
+    'unit'?: QuotaUnit;
 }
+
+
 /**
  * 
  * @export
  * @enum {string}
  */
 
-export enum QuotaUnit {
-    Byte = 'https://qudt.org/vocab/unit/BYTE',
-    KibiByte = 'https://qudt.org/vocab/unit/KibiBYTE',
-    MebiByte = 'https://qudt.org/vocab/unit/MebiBYTE',
-    GibiByte = 'https://qudt.org/vocab/unit/GibiBYTE',
-    TebiByte = 'https://qudt.org/vocab/unit/TebiBYTE',
-    PebiByte = 'https://qudt.org/vocab/unit/PebiBYTE'
-}
+export const QuotaUnit = {
+    Byte: 'https://qudt.org/vocab/unit/BYTE',
+    KibiByte: 'https://qudt.org/vocab/unit/KibiBYTE',
+    MebiByte: 'https://qudt.org/vocab/unit/MebiBYTE',
+    GibiByte: 'https://qudt.org/vocab/unit/GibiBYTE',
+    TebiByte: 'https://qudt.org/vocab/unit/TebiBYTE',
+    PebiByte: 'https://qudt.org/vocab/unit/PebiBYTE'
+} as const;
+
+export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
+
 
 /**
  * 
@@ -436,110 +467,122 @@ export interface ResourceObject {
      * @type {string}
      * @memberof ResourceObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    pid?: string | null;
+    'pid'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    resourceName?: string | null;
+    'resourceName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    description?: string | null;
+    'description'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    keywords?: string | null;
+    'keywords'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    usageRights?: string | null;
+    'usageRights'?: string | null;
     /**
      * 
-     * @type {ResourceTypeObject}
+     * @type {ResourceObjectType}
      * @memberof ResourceObject
      */
-    type?: ResourceTypeObject | null;
+    'type'?: ResourceObjectType | null;
     /**
      * 
      * @type {Array<DisciplineObject>}
      * @memberof ResourceObject
      */
-    disciplines?: Array<DisciplineObject> | null;
+    'disciplines'?: Array<DisciplineObject> | null;
     /**
      * 
-     * @type {VisibilityObject}
+     * @type {ProjectObjectVisibility}
      * @memberof ResourceObject
      */
-    visibility?: VisibilityObject | null;
+    'visibility'?: ProjectObjectVisibility | null;
     /**
      * 
-     * @type {LicenseObject}
+     * @type {ResourceObjectLicense}
      * @memberof ResourceObject
      */
-    license?: LicenseObject | null;
+    'license'?: ResourceObjectLicense | null;
     /**
      * 
      * @type {any}
      * @memberof ResourceObject
      */
-    resourceTypeOption?: any | null;
+    'resourceTypeOption'?: any | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    applicationProfile?: string | null;
+    'applicationProfile'?: string | null;
     /**
      * 
      * @type {any}
      * @memberof ResourceObject
      */
-    fixedValues?: any | null;
+    'fixedValues'?: any | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    dateCreated?: string | null;
+    'dateCreated'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    creator?: string | null;
+    'creator'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceObject
      */
-    archived?: boolean;
+    'archived'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceObject
      */
-    deleted?: boolean;
+    'deleted'?: boolean;
 }
+/**
+ * @type ResourceObjectLicense
+ * @export
+ */
+export type ResourceObjectLicense = LicenseObject;
+
+/**
+ * @type ResourceObjectType
+ * @export
+ */
+export type ResourceObjectType = ResourceTypeObject;
+
 /**
  * 
  * @export
@@ -551,31 +594,31 @@ export interface ResourceQuotaReturnObject {
      * @type {string}
      * @memberof ResourceQuotaReturnObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ResourceQuotaReturnObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ResourceQuotaReturnObject
      */
-    used?: QuotaDimObject | null;
+    'used'?: ProjectQuotaReturnObjectTotalReserved | null;
     /**
      * 
      * @type {number}
      * @memberof ResourceQuotaReturnObject
      */
-    usedPercentage?: number;
+    'usedPercentage'?: number;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ProjectQuotaReturnObjectTotalReserved}
      * @memberof ResourceQuotaReturnObject
      */
-    reserved?: QuotaDimObject | null;
+    'reserved'?: ProjectQuotaReturnObjectTotalReserved | null;
 }
 /**
  * 
@@ -588,13 +631,13 @@ export interface ResourceTypeObject {
      * @type {string}
      * @memberof ResourceTypeObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ResourceTypeObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -607,13 +650,13 @@ export interface RoleObject {
      * @type {string}
      * @memberof RoleObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof RoleObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * Parameter object containing the invitation informations.             
@@ -626,19 +669,19 @@ export interface SendInvitationObject {
      * @type {string}
      * @memberof SendInvitationObject
      */
-    projectId?: string;
+    'projectId'?: string;
     /**
      * Id of the target role             
      * @type {string}
      * @memberof SendInvitationObject
      */
-    role?: string;
+    'role'?: string;
     /**
      * Email of the target user             
      * @type {string}
      * @memberof SendInvitationObject
      */
-    email?: string | null;
+    'email'?: string | null;
 }
 /**
  * 
@@ -651,13 +694,13 @@ export interface TitleObject {
      * @type {string}
      * @memberof TitleObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof TitleObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * Parameter object containing the update informations.             
@@ -670,7 +713,7 @@ export interface UpdateProjectQuotaObject {
      * @type {number}
      * @memberof UpdateProjectQuotaObject
      */
-    allocatedGiB?: number;
+    'allocatedGiB'?: number;
 }
 /**
  * 
@@ -683,80 +726,92 @@ export interface UserObject {
      * @type {string}
      * @memberof UserObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    givenname?: string | null;
+    'givenname'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    surname?: string | null;
+    'surname'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    emailAddress?: string | null;
+    'emailAddress'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof UserObject
      */
-    hasProjectRole?: boolean;
+    'hasProjectRole'?: boolean;
     /**
      * 
-     * @type {TitleObject}
+     * @type {UserObjectTitle}
      * @memberof UserObject
      */
-    title?: TitleObject | null;
+    'title'?: UserObjectTitle | null;
     /**
      * 
-     * @type {LanguageObject}
+     * @type {UserObjectLanguage}
      * @memberof UserObject
      */
-    language?: LanguageObject | null;
+    'language'?: UserObjectLanguage | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    organization?: string | null;
+    'organization'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    institute?: string | null;
+    'institute'?: string | null;
     /**
      * 
      * @type {Array<DisciplineObject>}
      * @memberof UserObject
      */
-    disciplines?: Array<DisciplineObject> | null;
+    'disciplines'?: Array<DisciplineObject> | null;
     /**
      * 
      * @type {boolean}
      * @memberof UserObject
      */
-    isRegistered?: boolean;
+    'isRegistered'?: boolean;
     /**
      * 
      * @type {Array<ExternalAuthenticatorsObject>}
      * @memberof UserObject
      */
-    externalAuthenticators?: Array<ExternalAuthenticatorsObject> | null;
+    'externalAuthenticators'?: Array<ExternalAuthenticatorsObject> | null;
 }
+/**
+ * @type UserObjectLanguage
+ * @export
+ */
+export type UserObjectLanguage = LanguageObject;
+
+/**
+ * @type UserObjectTitle
+ * @export
+ */
+export type UserObjectTitle = TitleObject;
+
 /**
  * 
  * @export
@@ -768,13 +823,13 @@ export interface VisibilityObject {
      * @type {string}
      * @memberof VisibilityObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof VisibilityObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 
 /**
@@ -789,7 +844,7 @@ export const DisciplineApiAxiosParamCreator = function (configuration?: Configur
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        disciplineIndex: async (options: any = {}): Promise<RequestArgs> => {
+        disciplineIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Discipline`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -807,7 +862,7 @@ export const DisciplineApiAxiosParamCreator = function (configuration?: Configur
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -832,7 +887,7 @@ export const DisciplineApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async disciplineIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DisciplineObject>>> {
+        async disciplineIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DisciplineObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.disciplineIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -872,7 +927,7 @@ export class DisciplineApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof DisciplineApi
      */
-    public disciplineIndex(options?: any) {
+    public disciplineIndex(options?: AxiosRequestConfig) {
         return DisciplineApiFp(this.configuration).disciplineIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -890,7 +945,7 @@ export const LicenseApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        licenseIndex: async (options: any = {}): Promise<RequestArgs> => {
+        licenseIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/License`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -908,7 +963,7 @@ export const LicenseApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -933,7 +988,7 @@ export const LicenseApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async licenseIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LicenseObject>>> {
+        async licenseIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LicenseObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.licenseIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -973,7 +1028,7 @@ export class LicenseApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof LicenseApi
      */
-    public licenseIndex(options?: any) {
+    public licenseIndex(options?: AxiosRequestConfig) {
         return LicenseApiFp(this.configuration).licenseIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -987,12 +1042,12 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
     return {
         /**
          * 
-         * @summary Call to analytics logger.
+         * @summary Creation of an Application Profile.
          * @param {string} projectId Project id of the project
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectCreateApplicationProfile: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
+        projectCreateApplicationProfile: async (projectId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('projectCreateApplicationProfile', 'projectId', projectId)
             const localVarPath = `/Project/{projectId}/-/create-profile`
@@ -1013,7 +1068,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1029,7 +1084,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectDelete: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        projectDelete: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectDelete', 'id', id)
             const localVarPath = `/Project/{id}`
@@ -1050,7 +1105,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1066,7 +1121,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectDeleteInvitation: async (invitationId: string, options: any = {}): Promise<RequestArgs> => {
+        projectDeleteInvitation: async (invitationId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'invitationId' is not null or undefined
             assertParamExists('projectDeleteInvitation', 'invitationId', invitationId)
             const localVarPath = `/Project/invitation/{invitationId}`
@@ -1087,7 +1142,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1103,7 +1158,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectGet: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        projectGet: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectGet', 'id', id)
             const localVarPath = `/Project/{id}`
@@ -1124,7 +1179,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1140,7 +1195,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectGetBySlug: async (slug: string, options: any = {}): Promise<RequestArgs> => {
+        projectGetBySlug: async (slug: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'slug' is not null or undefined
             assertParamExists('projectGetBySlug', 'slug', slug)
             const localVarPath = `/Project/slug/{slug}`
@@ -1161,7 +1216,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1177,7 +1232,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectGetResources: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        projectGetResources: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectGetResources', 'id', id)
             const localVarPath = `/Project/{id}/resources`
@@ -1198,7 +1253,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1213,7 +1268,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectGetTopLevelProjects: async (options: any = {}): Promise<RequestArgs> => {
+        projectGetTopLevelProjects: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Project/-/topLevel`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1231,7 +1286,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1246,7 +1301,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectIndex: async (options: any = {}): Promise<RequestArgs> => {
+        projectIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Project`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1264,7 +1319,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1280,7 +1335,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectListInvitations: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
+        projectListInvitations: async (projectId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('projectListInvitations', 'projectId', projectId)
             const localVarPath = `/Project/invitation/list/{projectId}`
@@ -1301,7 +1356,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1317,7 +1372,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectResolveInvitation: async (invitationToken: string, options: any = {}): Promise<RequestArgs> => {
+        projectResolveInvitation: async (invitationToken: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'invitationToken' is not null or undefined
             assertParamExists('projectResolveInvitation', 'invitationToken', invitationToken)
             const localVarPath = `/Project/invitation/resolve/{invitationToken}`
@@ -1338,7 +1393,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1354,7 +1409,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectSendInvitation: async (sendInvitationObject: SendInvitationObject, options: any = {}): Promise<RequestArgs> => {
+        projectSendInvitation: async (sendInvitationObject: SendInvitationObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'sendInvitationObject' is not null or undefined
             assertParamExists('projectSendInvitation', 'sendInvitationObject', sendInvitationObject)
             const localVarPath = `/Project/invitation`;
@@ -1376,7 +1431,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(sendInvitationObject, localVarRequestOptions, configuration)
@@ -1393,7 +1448,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectStore: async (projectObject: ProjectObject, options: any = {}): Promise<RequestArgs> => {
+        projectStore: async (projectObject: ProjectObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectObject' is not null or undefined
             assertParamExists('projectStore', 'projectObject', projectObject)
             const localVarPath = `/Project`;
@@ -1415,7 +1470,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(projectObject, localVarRequestOptions, configuration)
@@ -1433,7 +1488,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectUpdate: async (id: string, projectObject: ProjectObject, options: any = {}): Promise<RequestArgs> => {
+        projectUpdate: async (id: string, projectObject: ProjectObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectUpdate', 'id', id)
             // verify required parameter 'projectObject' is not null or undefined
@@ -1458,7 +1513,7 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(projectObject, localVarRequestOptions, configuration)
@@ -1480,12 +1535,12 @@ export const ProjectApiFp = function(configuration?: Configuration) {
     return {
         /**
          * 
-         * @summary Call to analytics logger.
+         * @summary Creation of an Application Profile.
          * @param {string} projectId Project id of the project
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectCreateApplicationProfile(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectCreateApplicationProfile(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectCreateApplicationProfile(projectId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1496,7 +1551,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectDelete(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectDelete(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectDelete(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1507,7 +1562,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectDeleteInvitation(invitationId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectDeleteInvitation(invitationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectDeleteInvitation(invitationId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1518,7 +1573,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectGet(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>> {
+        async projectGet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectGet(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1529,7 +1584,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectGetBySlug(slug: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>> {
+        async projectGetBySlug(slug: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectGetBySlug(slug, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1540,7 +1595,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectGetResources(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceObject>>> {
+        async projectGetResources(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectGetResources(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1550,7 +1605,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectGetTopLevelProjects(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>> {
+        async projectGetTopLevelProjects(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectGetTopLevelProjects(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1560,7 +1615,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>> {
+        async projectIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1571,7 +1626,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectListInvitations(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InvitationReturnObject>>> {
+        async projectListInvitations(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InvitationReturnObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectListInvitations(projectId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1582,7 +1637,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectResolveInvitation(invitationToken: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectResolveInvitation(invitationToken: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectResolveInvitation(invitationToken, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1593,7 +1648,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectSendInvitation(sendInvitationObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1604,7 +1659,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectStore(projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectStore(projectObject: ProjectObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectStore(projectObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1616,7 +1671,7 @@ export const ProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectUpdate(id: string, projectObject: ProjectObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectUpdate(id: string, projectObject: ProjectObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectUpdate(id, projectObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1632,12 +1687,12 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
     return {
         /**
          * 
-         * @summary Call to analytics logger.
+         * @summary Creation of an Application Profile.
          * @param {string} projectId Project id of the project
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectCreateApplicationProfile(projectId: string, options?: any): AxiosPromise<any> {
+        projectCreateApplicationProfile(projectId: string, options?: any): AxiosPromise<File> {
             return localVarFp.projectCreateApplicationProfile(projectId, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1647,7 +1702,7 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectDelete(id: string, options?: any): AxiosPromise<any> {
+        projectDelete(id: string, options?: any): AxiosPromise<File> {
             return localVarFp.projectDelete(id, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1657,7 +1712,7 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectDeleteInvitation(invitationId: string, options?: any): AxiosPromise<any> {
+        projectDeleteInvitation(invitationId: string, options?: any): AxiosPromise<File> {
             return localVarFp.projectDeleteInvitation(invitationId, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1725,7 +1780,7 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectResolveInvitation(invitationToken: string, options?: any): AxiosPromise<any> {
+        projectResolveInvitation(invitationToken: string, options?: any): AxiosPromise<File> {
             return localVarFp.projectResolveInvitation(invitationToken, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1735,7 +1790,7 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): AxiosPromise<any> {
+        projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any): AxiosPromise<File> {
             return localVarFp.projectSendInvitation(sendInvitationObject, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1745,7 +1800,7 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectStore(projectObject: ProjectObject, options?: any): AxiosPromise<any> {
+        projectStore(projectObject: ProjectObject, options?: any): AxiosPromise<File> {
             return localVarFp.projectStore(projectObject, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1756,7 +1811,7 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectUpdate(id: string, projectObject: ProjectObject, options?: any): AxiosPromise<any> {
+        projectUpdate(id: string, projectObject: ProjectObject, options?: any): AxiosPromise<File> {
             return localVarFp.projectUpdate(id, projectObject, options).then((request) => request(axios, basePath));
         },
     };
@@ -1771,13 +1826,13 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa
 export class ProjectApi extends BaseAPI {
     /**
      * 
-     * @summary Call to analytics logger.
+     * @summary Creation of an Application Profile.
      * @param {string} projectId Project id of the project
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectCreateApplicationProfile(projectId: string, options?: any) {
+    public projectCreateApplicationProfile(projectId: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectCreateApplicationProfile(projectId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1789,7 +1844,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectDelete(id: string, options?: any) {
+    public projectDelete(id: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectDelete(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1801,7 +1856,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectDeleteInvitation(invitationId: string, options?: any) {
+    public projectDeleteInvitation(invitationId: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectDeleteInvitation(invitationId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1813,7 +1868,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectGet(id: string, options?: any) {
+    public projectGet(id: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectGet(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1825,7 +1880,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectGetBySlug(slug: string, options?: any) {
+    public projectGetBySlug(slug: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectGetBySlug(slug, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1837,7 +1892,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectGetResources(id: string, options?: any) {
+    public projectGetResources(id: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectGetResources(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1848,7 +1903,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectGetTopLevelProjects(options?: any) {
+    public projectGetTopLevelProjects(options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectGetTopLevelProjects(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1859,7 +1914,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectIndex(options?: any) {
+    public projectIndex(options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectIndex(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1871,7 +1926,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectListInvitations(projectId: string, options?: any) {
+    public projectListInvitations(projectId: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectListInvitations(projectId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1883,7 +1938,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectResolveInvitation(invitationToken: string, options?: any) {
+    public projectResolveInvitation(invitationToken: string, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectResolveInvitation(invitationToken, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1895,7 +1950,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: any) {
+    public projectSendInvitation(sendInvitationObject: SendInvitationObject, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectSendInvitation(sendInvitationObject, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1907,7 +1962,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectStore(projectObject: ProjectObject, options?: any) {
+    public projectStore(projectObject: ProjectObject, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectStore(projectObject, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1920,7 +1975,7 @@ export class ProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectApi
      */
-    public projectUpdate(id: string, projectObject: ProjectObject, options?: any) {
+    public projectUpdate(id: string, projectObject: ProjectObject, options?: AxiosRequestConfig) {
         return ProjectApiFp(this.configuration).projectUpdate(id, projectObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -1940,7 +1995,7 @@ export const ProjectQuotaApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectQuotaQuota: async (id: string, resourceTypeId: string, options: any = {}): Promise<RequestArgs> => {
+        projectQuotaQuota: async (id: string, resourceTypeId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectQuotaQuota', 'id', id)
             // verify required parameter 'resourceTypeId' is not null or undefined
@@ -1964,7 +2019,7 @@ export const ProjectQuotaApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1980,7 +2035,7 @@ export const ProjectQuotaApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectQuotaQuotas: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        projectQuotaQuotas: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectQuotaQuotas', 'id', id)
             const localVarPath = `/ProjectQuota/{id}/-/all`
@@ -2001,7 +2056,7 @@ export const ProjectQuotaApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2019,7 +2074,7 @@ export const ProjectQuotaApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectQuotaUpdateQuota: async (id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options: any = {}): Promise<RequestArgs> => {
+        projectQuotaUpdateQuota: async (id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('projectQuotaUpdateQuota', 'id', id)
             // verify required parameter 'resourceTypeId' is not null or undefined
@@ -2047,7 +2102,7 @@ export const ProjectQuotaApiAxiosParamCreator = function (configuration?: Config
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(updateProjectQuotaObject, localVarRequestOptions, configuration)
@@ -2075,7 +2130,7 @@ export const ProjectQuotaApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectQuotaQuota(id: string, resourceTypeId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaExtendedReturnObject>> {
+        async projectQuotaQuota(id: string, resourceTypeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaExtendedReturnObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectQuotaQuota(id, resourceTypeId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2086,7 +2141,7 @@ export const ProjectQuotaApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectQuotaQuotas(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>> {
+        async projectQuotaQuotas(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectQuotaReturnObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectQuotaQuotas(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2099,7 +2154,7 @@ export const ProjectQuotaApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectQuotaUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2143,7 +2198,7 @@ export const ProjectQuotaApiFactory = function (configuration?: Configuration, b
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<any> {
+        projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any): AxiosPromise<File> {
             return localVarFp.projectQuotaUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options).then((request) => request(axios, basePath));
         },
     };
@@ -2165,7 +2220,7 @@ export class ProjectQuotaApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectQuotaApi
      */
-    public projectQuotaQuota(id: string, resourceTypeId: string, options?: any) {
+    public projectQuotaQuota(id: string, resourceTypeId: string, options?: AxiosRequestConfig) {
         return ProjectQuotaApiFp(this.configuration).projectQuotaQuota(id, resourceTypeId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2177,7 +2232,7 @@ export class ProjectQuotaApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectQuotaApi
      */
-    public projectQuotaQuotas(id: string, options?: any) {
+    public projectQuotaQuotas(id: string, options?: AxiosRequestConfig) {
         return ProjectQuotaApiFp(this.configuration).projectQuotaQuotas(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2191,7 +2246,7 @@ export class ProjectQuotaApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectQuotaApi
      */
-    public projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: any) {
+    public projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: UpdateProjectQuotaObject, options?: AxiosRequestConfig) {
         return ProjectQuotaApiFp(this.configuration).projectQuotaUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -2212,7 +2267,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleDelete: async (projectId: string, userId: string, roleId: string, options: any = {}): Promise<RequestArgs> => {
+        projectRoleDelete: async (projectId: string, userId: string, roleId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('projectRoleDelete', 'projectId', projectId)
             // verify required parameter 'userId' is not null or undefined
@@ -2239,7 +2294,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2255,7 +2310,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleDelete2: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
+        projectRoleDelete2: async (projectId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('projectRoleDelete2', 'projectId', projectId)
             const localVarPath = `/ProjectRole/project/{projectId}/user`
@@ -2276,7 +2331,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2292,7 +2347,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleGet: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
+        projectRoleGet: async (projectId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('projectRoleGet', 'projectId', projectId)
             const localVarPath = `/ProjectRole/project/{projectId}`
@@ -2313,7 +2368,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2329,7 +2384,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleIndex: async (projectId: string, options: any = {}): Promise<RequestArgs> => {
+        projectRoleIndex: async (projectId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('projectRoleIndex', 'projectId', projectId)
             const localVarPath = `/ProjectRole/{projectId}`
@@ -2350,7 +2405,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2366,7 +2421,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleSet: async (projectRoleObject: ProjectRoleObject, options: any = {}): Promise<RequestArgs> => {
+        projectRoleSet: async (projectRoleObject: ProjectRoleObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectRoleObject' is not null or undefined
             assertParamExists('projectRoleSet', 'projectRoleObject', projectRoleObject)
             const localVarPath = `/ProjectRole`;
@@ -2388,7 +2443,7 @@ export const ProjectRoleApiAxiosParamCreator = function (configuration?: Configu
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(projectRoleObject, localVarRequestOptions, configuration)
@@ -2417,7 +2472,7 @@ export const ProjectRoleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectRoleDelete(projectId: string, userId: string, roleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectRoleDelete(projectId, userId, roleId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2428,7 +2483,7 @@ export const ProjectRoleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectRoleDelete2(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async projectRoleDelete2(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectRoleDelete2(projectId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2439,7 +2494,7 @@ export const ProjectRoleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectRoleGet(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>> {
+        async projectRoleGet(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectRoleGet(projectId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2450,7 +2505,7 @@ export const ProjectRoleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectRoleIndex(projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>> {
+        async projectRoleIndex(projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProjectRoleObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectRoleIndex(projectId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2461,7 +2516,7 @@ export const ProjectRoleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async projectRoleSet(projectRoleObject: ProjectRoleObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRoleObject>> {
+        async projectRoleSet(projectRoleObject: ProjectRoleObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRoleObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.projectRoleSet(projectRoleObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2484,7 +2539,7 @@ export const ProjectRoleApiFactory = function (configuration?: Configuration, ba
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): AxiosPromise<any> {
+        projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): AxiosPromise<File> {
             return localVarFp.projectRoleDelete(projectId, userId, roleId, options).then((request) => request(axios, basePath));
         },
         /**
@@ -2494,7 +2549,7 @@ export const ProjectRoleApiFactory = function (configuration?: Configuration, ba
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        projectRoleDelete2(projectId: string, options?: any): AxiosPromise<any> {
+        projectRoleDelete2(projectId: string, options?: any): AxiosPromise<File> {
             return localVarFp.projectRoleDelete2(projectId, options).then((request) => request(axios, basePath));
         },
         /**
@@ -2547,7 +2602,7 @@ export class ProjectRoleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectRoleApi
      */
-    public projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any) {
+    public projectRoleDelete(projectId: string, userId: string, roleId: string, options?: AxiosRequestConfig) {
         return ProjectRoleApiFp(this.configuration).projectRoleDelete(projectId, userId, roleId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2559,7 +2614,7 @@ export class ProjectRoleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectRoleApi
      */
-    public projectRoleDelete2(projectId: string, options?: any) {
+    public projectRoleDelete2(projectId: string, options?: AxiosRequestConfig) {
         return ProjectRoleApiFp(this.configuration).projectRoleDelete2(projectId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2571,7 +2626,7 @@ export class ProjectRoleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectRoleApi
      */
-    public projectRoleGet(projectId: string, options?: any) {
+    public projectRoleGet(projectId: string, options?: AxiosRequestConfig) {
         return ProjectRoleApiFp(this.configuration).projectRoleGet(projectId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2583,7 +2638,7 @@ export class ProjectRoleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectRoleApi
      */
-    public projectRoleIndex(projectId: string, options?: any) {
+    public projectRoleIndex(projectId: string, options?: AxiosRequestConfig) {
         return ProjectRoleApiFp(this.configuration).projectRoleIndex(projectId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2595,7 +2650,7 @@ export class ProjectRoleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ProjectRoleApi
      */
-    public projectRoleSet(projectRoleObject: ProjectRoleObject, options?: any) {
+    public projectRoleSet(projectRoleObject: ProjectRoleObject, options?: AxiosRequestConfig) {
         return ProjectRoleApiFp(this.configuration).projectRoleSet(projectRoleObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -2613,7 +2668,7 @@ export const RoleApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        roleIndex: async (options: any = {}): Promise<RequestArgs> => {
+        roleIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Role`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2631,7 +2686,7 @@ export const RoleApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2656,7 +2711,7 @@ export const RoleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async roleIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleObject>>> {
+        async roleIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.roleIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2696,7 +2751,7 @@ export class RoleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof RoleApi
      */
-    public roleIndex(options?: any) {
+    public roleIndex(options?: AxiosRequestConfig) {
         return RoleApiFp(this.configuration).roleIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -2715,7 +2770,7 @@ export const SubProjectApiAxiosParamCreator = function (configuration?: Configur
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        subProjectGet: async (parentId: string, options: any = {}): Promise<RequestArgs> => {
+        subProjectGet: async (parentId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'parentId' is not null or undefined
             assertParamExists('subProjectGet', 'parentId', parentId)
             const localVarPath = `/SubProject/{parentId}`
@@ -2736,7 +2791,7 @@ export const SubProjectApiAxiosParamCreator = function (configuration?: Configur
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2750,9 +2805,10 @@ export const SubProjectApiAxiosParamCreator = function (configuration?: Configur
          * @summary This method retrieves the accessible Parent
          * @param {string} childId Id of the child
          * @param {*} [options] Override http request option.
+         * @deprecated
          * @throws {RequiredError}
          */
-        subProjectGetAccessibleParent: async (childId: string, options: any = {}): Promise<RequestArgs> => {
+        subProjectGetAccessibleParent: async (childId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'childId' is not null or undefined
             assertParamExists('subProjectGetAccessibleParent', 'childId', childId)
             const localVarPath = `/SubProject/{childId}/accessibleParent`
@@ -2773,7 +2829,7 @@ export const SubProjectApiAxiosParamCreator = function (configuration?: Configur
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2799,7 +2855,7 @@ export const SubProjectApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async subProjectGet(parentId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async subProjectGet(parentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.subProjectGet(parentId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2808,9 +2864,10 @@ export const SubProjectApiFp = function(configuration?: Configuration) {
          * @summary This method retrieves the accessible Parent
          * @param {string} childId Id of the child
          * @param {*} [options] Override http request option.
+         * @deprecated
          * @throws {RequiredError}
          */
-        async subProjectGetAccessibleParent(childId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async subProjectGetAccessibleParent(childId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.subProjectGetAccessibleParent(childId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2831,7 +2888,7 @@ export const SubProjectApiFactory = function (configuration?: Configuration, bas
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        subProjectGet(parentId: string, options?: any): AxiosPromise<any> {
+        subProjectGet(parentId: string, options?: any): AxiosPromise<File> {
             return localVarFp.subProjectGet(parentId, options).then((request) => request(axios, basePath));
         },
         /**
@@ -2839,9 +2896,10 @@ export const SubProjectApiFactory = function (configuration?: Configuration, bas
          * @summary This method retrieves the accessible Parent
          * @param {string} childId Id of the child
          * @param {*} [options] Override http request option.
+         * @deprecated
          * @throws {RequiredError}
          */
-        subProjectGetAccessibleParent(childId: string, options?: any): AxiosPromise<any> {
+        subProjectGetAccessibleParent(childId: string, options?: any): AxiosPromise<File> {
             return localVarFp.subProjectGetAccessibleParent(childId, options).then((request) => request(axios, basePath));
         },
     };
@@ -2862,7 +2920,7 @@ export class SubProjectApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof SubProjectApi
      */
-    public subProjectGet(parentId: string, options?: any) {
+    public subProjectGet(parentId: string, options?: AxiosRequestConfig) {
         return SubProjectApiFp(this.configuration).subProjectGet(parentId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2871,10 +2929,11 @@ export class SubProjectApi extends BaseAPI {
      * @summary This method retrieves the accessible Parent
      * @param {string} childId Id of the child
      * @param {*} [options] Override http request option.
+     * @deprecated
      * @throws {RequiredError}
      * @memberof SubProjectApi
      */
-    public subProjectGetAccessibleParent(childId: string, options?: any) {
+    public subProjectGetAccessibleParent(childId: string, options?: AxiosRequestConfig) {
         return SubProjectApiFp(this.configuration).subProjectGetAccessibleParent(childId, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -2892,7 +2951,7 @@ export const VisibilityApiAxiosParamCreator = function (configuration?: Configur
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        visibilityIndex: async (options: any = {}): Promise<RequestArgs> => {
+        visibilityIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Visibility`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2910,7 +2969,7 @@ export const VisibilityApiAxiosParamCreator = function (configuration?: Configur
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2935,7 +2994,7 @@ export const VisibilityApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async visibilityIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<VisibilityObject>>> {
+        async visibilityIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<VisibilityObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.visibilityIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2975,7 +3034,7 @@ export class VisibilityApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof VisibilityApi
      */
-    public visibilityIndex(options?: any) {
+    public visibilityIndex(options?: AxiosRequestConfig) {
         return VisibilityApiFp(this.configuration).visibilityIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Project/base.ts b/src/Coscine.Api.Project/base.ts
index 2a306167a930a800f07f7540913206df8c56ba8c..fdbbc232363dd557781ef1ecce48cd809867982e 100644
--- a/src/Coscine.Api.Project/base.ts
+++ b/src/Coscine.Api.Project/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Project
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 4.2.2
+ * The version of the OpenAPI document: 4.3.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Project".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Project/common.ts b/src/Coscine.Api.Project/common.ts
index 8d083a0d795fb980839c93924cab9be0706849b2..7df45f583144f99db98c0446f98970314a1cd91b 100644
--- a/src/Coscine.Api.Project/common.ts
+++ b/src/Coscine.Api.Project/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Project
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 4.2.2
+ * The version of the OpenAPI document: 4.3.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Project/configuration.ts b/src/Coscine.Api.Project/configuration.ts
index 47d140d44c939eb827843378f1f3131122603ef6..f57eaaff0a7f6646f16e926128175f6e5688e23a 100644
--- a/src/Coscine.Api.Project/configuration.ts
+++ b/src/Coscine.Api.Project/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Project
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 4.2.2
+ * The version of the OpenAPI document: 4.3.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Project/git_push.sh b/src/Coscine.Api.Project/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Project/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Project/index.ts b/src/Coscine.Api.Project/index.ts
index 805875a1165344e024cc7fa899160439bf9e5cd1..d9ca6376638293c16d279557bceebe7daa198fe8 100644
--- a/src/Coscine.Api.Project/index.ts
+++ b/src/Coscine.Api.Project/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Project
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 4.2.2
+ * The version of the OpenAPI document: 4.3.2
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Resources/.openapi-generator/FILES b/src/Coscine.Api.Resources/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Resources/.openapi-generator/FILES
+++ b/src/Coscine.Api.Resources/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Resources/.openapi-generator/VERSION b/src/Coscine.Api.Resources/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Resources/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Resources/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Resources/api.ts b/src/Coscine.Api.Resources/api.ts
index 09f73190f010e8759a0dd1cdbe5c22a7b5666b3c..caa151f1ba769a1922415f2ca864b92a2f1a7724 100644
--- a/src/Coscine.Api.Resources/api.ts
+++ b/src/Coscine.Api.Resources/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Resources
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.1.1
+ * The version of the OpenAPI document: 3.4.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * 
@@ -32,13 +34,13 @@ export interface Access {
      * @type {number}
      * @memberof Access
      */
-    access_level?: number;
+    'access_level'?: number;
     /**
      * 
      * @type {number}
      * @memberof Access
      */
-    notification_level?: number;
+    'notification_level'?: number;
 }
 /**
  * 
@@ -51,50 +53,56 @@ export interface Branch {
      * @type {string}
      * @memberof Branch
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Branch
      */
-    merged?: boolean;
+    'merged'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Branch
      */
-    _protected?: boolean;
+    'protected'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Branch
      */
-    _default?: boolean;
+    'default'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Branch
      */
-    developers_can_push?: boolean;
+    'developers_can_push'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Branch
      */
-    developers_can_merge?: boolean;
+    'developers_can_merge'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Branch
      */
-    can_push?: boolean;
+    'can_push'?: boolean;
     /**
      * 
-     * @type {Commit}
+     * @type {BranchCommit}
      * @memberof Branch
      */
-    commit?: Commit | null;
+    'commit'?: BranchCommit | null;
 }
+/**
+ * @type BranchCommit
+ * @export
+ */
+export type BranchCommit = Commit;
+
 /**
  * 
  * @export
@@ -106,7 +114,7 @@ export interface ColumnsObject {
      * @type {Array<string>}
      * @memberof ColumnsObject
      */
-    always?: Array<string>;
+    'always'?: Array<string>;
 }
 /**
  * 
@@ -119,73 +127,73 @@ export interface Commit {
      * @type {string}
      * @memberof Commit
      */
-    id?: string | null;
+    'id'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    short_id?: string | null;
+    'short_id'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    title?: string | null;
+    'title'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    created_at?: string | null;
+    'created_at'?: string | null;
     /**
      * 
      * @type {Array<string>}
      * @memberof Commit
      */
-    parent_ids?: Array<string> | null;
+    'parent_ids'?: Array<string> | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    message?: string | null;
+    'message'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    author_name?: string | null;
+    'author_name'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    author_email?: string | null;
+    'author_email'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    authored_date?: string | null;
+    'authored_date'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    committer_name?: string | null;
+    'committer_name'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    committer_email?: string | null;
+    'committer_email'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Commit
      */
-    committed_date?: string | null;
+    'committed_date'?: string | null;
 }
 /**
  * 
@@ -198,25 +206,25 @@ export interface DisciplineObject {
      * @type {string}
      * @memberof DisciplineObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    url?: string | null;
+    'url'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    displayNameDe?: string | null;
+    'displayNameDe'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    displayNameEn?: string | null;
+    'displayNameEn'?: string | null;
 }
 /**
  * 
@@ -229,7 +237,7 @@ export interface EntriesView {
      * @type {ColumnsObject}
      * @memberof EntriesView
      */
-    columns?: ColumnsObject;
+    'columns'?: ColumnsObject;
 }
 /**
  * 
@@ -242,13 +250,13 @@ export interface LicenseObject {
      * @type {string}
      * @memberof LicenseObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof LicenseObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -261,43 +269,43 @@ export interface Links {
      * @type {string}
      * @memberof Links
      */
-    members?: string | null;
+    'members'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Links
      */
-    issues?: string | null;
+    'issues'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Links
      */
-    events?: string | null;
+    'events'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Links
      */
-    labels?: string | null;
+    'labels'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Links
      */
-    repo_branches?: string | null;
+    'repo_branches'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Links
      */
-    merge_requests?: string | null;
+    'merge_requests'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Links
      */
-    self?: string | null;
+    'self'?: string | null;
 }
 /**
  * 
@@ -310,13 +318,13 @@ export interface MetadataView {
      * @type {boolean}
      * @memberof MetadataView
      */
-    editableDataUrl?: boolean;
+    'editableDataUrl'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof MetadataView
      */
-    editableKey?: boolean;
+    'editableKey'?: boolean;
 }
 /**
  * 
@@ -329,31 +337,31 @@ export interface Namespace {
      * @type {number}
      * @memberof Namespace
      */
-    id?: number;
+    'id'?: number;
     /**
      * 
      * @type {string}
      * @memberof Namespace
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Namespace
      */
-    full_path?: string | null;
+    'full_path'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Namespace
      */
-    kind?: string | null;
+    'kind'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Namespace
      */
-    path?: string | null;
+    'path'?: string | null;
 }
 /**
  * 
@@ -366,19 +374,19 @@ export interface Owner {
      * @type {number}
      * @memberof Owner
      */
-    id?: number;
+    'id'?: number;
     /**
      * 
      * @type {string}
      * @memberof Owner
      */
-    created_at?: string;
+    'created_at'?: string;
     /**
      * 
      * @type {string}
      * @memberof Owner
      */
-    name?: string | null;
+    'name'?: string | null;
 }
 /**
  * 
@@ -388,17 +396,23 @@ export interface Owner {
 export interface Permissions {
     /**
      * 
-     * @type {Access}
+     * @type {PermissionsGroupAccess}
      * @memberof Permissions
      */
-    group_access?: Access | null;
+    'group_access'?: PermissionsGroupAccess | null;
     /**
      * 
-     * @type {Access}
+     * @type {PermissionsGroupAccess}
      * @memberof Permissions
      */
-    project_access?: Access | null;
+    'project_access'?: PermissionsGroupAccess | null;
 }
+/**
+ * @type PermissionsGroupAccess
+ * @export
+ */
+export type PermissionsGroupAccess = Access;
+
 /**
  * 
  * @export
@@ -410,247 +424,282 @@ export interface Project {
      * @type {string}
      * @memberof Project
      */
-    last_activity_at?: string | null;
+    'last_activity_at'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    description?: string | null;
+    'description'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    container_registry_enabled?: boolean;
+    'container_registry_enabled'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    archived?: boolean;
+    'archived'?: boolean;
     /**
      * 
-     * @type {Links}
+     * @type {ProjectLinks}
      * @memberof Project
      */
-    _links?: Links | null;
+    '_links'?: ProjectLinks | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    avatar_url?: string | null;
+    'avatar_url'?: string | null;
     /**
      * 
      * @type {number}
      * @memberof Project
      */
-    creator_id?: number;
+    'creator_id'?: number;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    created_at?: string | null;
+    'created_at'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    default_branch?: string | null;
+    'default_branch'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    import_error?: string | null;
+    'import_error'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    http_url_to_repo?: string | null;
+    'http_url_to_repo'?: string | null;
     /**
      * 
      * @type {number}
      * @memberof Project
      */
-    forks_count?: number;
+    'forks_count'?: number;
     /**
      * 
      * @type {number}
      * @memberof Project
      */
-    id?: number;
+    'id'?: number;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    issues_enabled?: boolean;
+    'issues_enabled'?: boolean;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    import_status?: string | null;
+    'import_status'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    jobs_enabled?: boolean;
+    'jobs_enabled'?: boolean;
     /**
      * 
-     * @type {Owner}
+     * @type {ProjectOwner}
      * @memberof Project
      */
-    owner?: Owner | null;
+    'owner'?: ProjectOwner | null;
     /**
      * 
-     * @type {Namespace}
+     * @type {ProjectNamespace}
      * @memberof Project
      */
-    namespace?: Namespace | null;
+    'namespace'?: ProjectNamespace | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    merge_requests_enabled?: boolean;
+    'merge_requests_enabled'?: boolean;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    name_with_namespace?: string | null;
+    'name_with_namespace'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    only_allow_merge_if_pipeline_succeeds?: boolean | null;
+    'only_allow_merge_if_pipeline_succeeds'?: boolean | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    only_allow_merge_if_all_discussions_are_resolved?: boolean | null;
+    'only_allow_merge_if_all_discussions_are_resolved'?: boolean | null;
     /**
      * 
      * @type {number}
      * @memberof Project
      */
-    open_issues_count?: number;
+    'open_issues_count'?: number;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    public_jobs?: boolean;
+    'public_jobs'?: boolean;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    path_with_namespace?: string | null;
+    'path_with_namespace'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    path?: string | null;
+    'path'?: string | null;
     /**
      * 
-     * @type {Permissions}
+     * @type {ProjectPermissions}
      * @memberof Project
      */
-    permissions?: Permissions | null;
+    'permissions'?: ProjectPermissions | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    runners_token?: string | null;
+    'runners_token'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    request_access_enabled?: boolean;
+    'request_access_enabled'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    shared_runners_enabled?: boolean;
+    'shared_runners_enabled'?: boolean;
     /**
      * 
-     * @type {Statistics}
+     * @type {ProjectStatistics}
      * @memberof Project
      */
-    statistics?: Statistics | null;
+    'statistics'?: ProjectStatistics | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    ssh_url_to_repo?: string | null;
+    'ssh_url_to_repo'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    snippets_enabled?: boolean;
+    'snippets_enabled'?: boolean;
     /**
      * 
      * @type {number}
      * @memberof Project
      */
-    star_count?: number;
+    'star_count'?: number;
     /**
      * 
      * @type {ProjectVisibilityLevel}
      * @memberof Project
      */
-    visibility?: ProjectVisibilityLevel;
+    'visibility'?: ProjectVisibilityLevel;
     /**
      * 
      * @type {Array<string>}
      * @memberof Project
      */
-    tag_list?: Array<string> | null;
+    'tag_list'?: Array<string> | null;
     /**
      * 
      * @type {string}
      * @memberof Project
      */
-    web_url?: string | null;
+    'web_url'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof Project
      */
-    wiki_enabled?: boolean;
+    'wiki_enabled'?: boolean;
 }
+
+
+/**
+ * @type ProjectLinks
+ * @export
+ */
+export type ProjectLinks = Links;
+
+/**
+ * @type ProjectNamespace
+ * @export
+ */
+export type ProjectNamespace = Namespace;
+
+/**
+ * @type ProjectOwner
+ * @export
+ */
+export type ProjectOwner = Owner;
+
+/**
+ * @type ProjectPermissions
+ * @export
+ */
+export type ProjectPermissions = Permissions;
+
+/**
+ * @type ProjectStatistics
+ * @export
+ */
+export type ProjectStatistics = Statistics;
+
 /**
  * 
  * @export
  * @enum {string}
  */
 
-export enum ProjectVisibilityLevel {
-    NUMBER_0 = 0,
-    NUMBER_1 = 1,
-    NUMBER_2 = 2
-}
+export const ProjectVisibilityLevel = {
+    NUMBER_0: 0,
+    NUMBER_1: 1,
+    NUMBER_2: 2
+} as const;
+
+export type ProjectVisibilityLevel = typeof ProjectVisibilityLevel[keyof typeof ProjectVisibilityLevel];
+
 
 /**
  * 
@@ -663,28 +712,33 @@ export interface QuotaDimObject {
      * @type {number}
      * @memberof QuotaDimObject
      */
-    value?: number;
+    'value'?: number;
     /**
      * 
      * @type {QuotaUnit}
      * @memberof QuotaDimObject
      */
-    unit?: QuotaUnit;
+    'unit'?: QuotaUnit;
 }
+
+
 /**
  * 
  * @export
  * @enum {string}
  */
 
-export enum QuotaUnit {
-    Byte = 'https://qudt.org/vocab/unit/BYTE',
-    KibiByte = 'https://qudt.org/vocab/unit/KibiBYTE',
-    MebiByte = 'https://qudt.org/vocab/unit/MebiBYTE',
-    GibiByte = 'https://qudt.org/vocab/unit/GibiBYTE',
-    TebiByte = 'https://qudt.org/vocab/unit/TebiBYTE',
-    PebiByte = 'https://qudt.org/vocab/unit/PebiBYTE'
-}
+export const QuotaUnit = {
+    Byte: 'https://qudt.org/vocab/unit/BYTE',
+    KibiByte: 'https://qudt.org/vocab/unit/KibiBYTE',
+    MebiByte: 'https://qudt.org/vocab/unit/MebiBYTE',
+    GibiByte: 'https://qudt.org/vocab/unit/GibiBYTE',
+    TebiByte: 'https://qudt.org/vocab/unit/TebiBYTE',
+    PebiByte: 'https://qudt.org/vocab/unit/PebiBYTE'
+} as const;
+
+export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
+
 
 /**
  * 
@@ -697,19 +751,19 @@ export interface ResourceContentObject {
      * @type {boolean}
      * @memberof ResourceContentObject
      */
-    readOnly?: boolean;
+    'readOnly'?: boolean;
     /**
      * 
      * @type {MetadataView}
      * @memberof ResourceContentObject
      */
-    metadataView?: MetadataView;
+    'metadataView'?: MetadataView;
     /**
      * 
      * @type {EntriesView}
      * @memberof ResourceContentObject
      */
-    entriesView?: EntriesView;
+    'entriesView'?: EntriesView;
 }
 /**
  * 
@@ -722,7 +776,7 @@ export interface ResourceCreateObject {
      * @type {Array<Array<string>>}
      * @memberof ResourceCreateObject
      */
-    components?: Array<Array<string>>;
+    'components'?: Array<Array<string>>;
 }
 /**
  * 
@@ -735,110 +789,128 @@ export interface ResourceObject {
      * @type {string}
      * @memberof ResourceObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    pid?: string | null;
+    'pid'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    resourceName?: string | null;
+    'resourceName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    description?: string | null;
+    'description'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    keywords?: string | null;
+    'keywords'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    usageRights?: string | null;
+    'usageRights'?: string | null;
     /**
      * 
-     * @type {ResourceTypeObject}
+     * @type {ResourceObjectType}
      * @memberof ResourceObject
      */
-    type?: ResourceTypeObject | null;
+    'type'?: ResourceObjectType | null;
     /**
      * 
      * @type {Array<DisciplineObject>}
      * @memberof ResourceObject
      */
-    disciplines?: Array<DisciplineObject> | null;
+    'disciplines'?: Array<DisciplineObject> | null;
     /**
      * 
-     * @type {VisibilityObject}
+     * @type {ResourceObjectVisibility}
      * @memberof ResourceObject
      */
-    visibility?: VisibilityObject | null;
+    'visibility'?: ResourceObjectVisibility | null;
     /**
      * 
-     * @type {LicenseObject}
+     * @type {ResourceObjectLicense}
      * @memberof ResourceObject
      */
-    license?: LicenseObject | null;
+    'license'?: ResourceObjectLicense | null;
     /**
      * 
      * @type {any}
      * @memberof ResourceObject
      */
-    resourceTypeOption?: any | null;
+    'resourceTypeOption'?: any | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    applicationProfile?: string | null;
+    'applicationProfile'?: string | null;
     /**
      * 
      * @type {any}
      * @memberof ResourceObject
      */
-    fixedValues?: any | null;
+    'fixedValues'?: any | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    dateCreated?: string | null;
+    'dateCreated'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceObject
      */
-    creator?: string | null;
+    'creator'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceObject
      */
-    archived?: boolean;
+    'archived'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceObject
      */
-    deleted?: boolean;
+    'deleted'?: boolean;
 }
+/**
+ * @type ResourceObjectLicense
+ * @export
+ */
+export type ResourceObjectLicense = LicenseObject;
+
+/**
+ * @type ResourceObjectType
+ * @export
+ */
+export type ResourceObjectType = ResourceTypeObject;
+
+/**
+ * @type ResourceObjectVisibility
+ * @export
+ */
+export type ResourceObjectVisibility = VisibilityObject;
+
 /**
  * 
  * @export
@@ -850,32 +922,38 @@ export interface ResourceQuotaReturnObject {
      * @type {string}
      * @memberof ResourceQuotaReturnObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ResourceQuotaReturnObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ResourceQuotaReturnObjectUsed}
      * @memberof ResourceQuotaReturnObject
      */
-    used?: QuotaDimObject | null;
+    'used'?: ResourceQuotaReturnObjectUsed | null;
     /**
      * 
      * @type {number}
      * @memberof ResourceQuotaReturnObject
      */
-    usedPercentage?: number;
+    'usedPercentage'?: number;
     /**
      * 
-     * @type {QuotaDimObject}
+     * @type {ResourceQuotaReturnObjectUsed}
      * @memberof ResourceQuotaReturnObject
      */
-    reserved?: QuotaDimObject | null;
+    'reserved'?: ResourceQuotaReturnObjectUsed | null;
 }
+/**
+ * @type ResourceQuotaReturnObjectUsed
+ * @export
+ */
+export type ResourceQuotaReturnObjectUsed = QuotaDimObject;
+
 /**
  * 
  * @export
@@ -887,110 +965,112 @@ export interface ResourceTypeInformation {
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    isEnabled?: boolean;
+    'isEnabled'?: boolean;
     /**
      * 
      * @type {ResourceTypeStatus}
      * @memberof ResourceTypeInformation
      */
-    status?: ResourceTypeStatus;
+    'status'?: ResourceTypeStatus;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canCreate?: boolean;
+    'canCreate'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canRead?: boolean;
+    'canRead'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canSetResourceReadonly?: boolean;
+    'canSetResourceReadonly'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canUpdate?: boolean;
+    'canUpdate'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canUpdateResource?: boolean;
+    'canUpdateResource'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canDelete?: boolean;
+    'canDelete'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canDeleteResource?: boolean;
+    'canDeleteResource'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canList?: boolean;
+    'canList'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    canCreateLinks?: boolean;
+    'canCreateLinks'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    isArchived?: boolean;
+    'isArchived'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    isQuotaAvailable?: boolean;
+    'isQuotaAvailable'?: boolean;
     /**
      * 
      * @type {boolean}
      * @memberof ResourceTypeInformation
      */
-    isQuotaAdjustable?: boolean;
+    'isQuotaAdjustable'?: boolean;
     /**
      * 
      * @type {string}
      * @memberof ResourceTypeInformation
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ResourceTypeInformation
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {ResourceCreateObject}
      * @memberof ResourceTypeInformation
      */
-    resourceCreate?: ResourceCreateObject;
+    'resourceCreate'?: ResourceCreateObject;
     /**
      * 
      * @type {ResourceContentObject}
      * @memberof ResourceTypeInformation
      */
-    resourceContent?: ResourceContentObject;
+    'resourceContent'?: ResourceContentObject;
 }
+
+
 /**
  * 
  * @export
@@ -1002,13 +1082,13 @@ export interface ResourceTypeObject {
      * @type {string}
      * @memberof ResourceTypeObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ResourceTypeObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -1016,10 +1096,13 @@ export interface ResourceTypeObject {
  * @enum {string}
  */
 
-export enum ResourceTypeStatus {
-    Hidden = 'hidden',
-    Active = 'active'
-}
+export const ResourceTypeStatus = {
+    Hidden: 'hidden',
+    Active: 'active'
+} as const;
+
+export type ResourceTypeStatus = typeof ResourceTypeStatus[keyof typeof ResourceTypeStatus];
+
 
 /**
  * 
@@ -1032,31 +1115,31 @@ export interface Statistics {
      * @type {number}
      * @memberof Statistics
      */
-    job_artifacts_size?: number;
+    'job_artifacts_size'?: number;
     /**
      * 
      * @type {number}
      * @memberof Statistics
      */
-    repository_size?: number;
+    'repository_size'?: number;
     /**
      * 
      * @type {number}
      * @memberof Statistics
      */
-    commit_count?: number;
+    'commit_count'?: number;
     /**
      * 
      * @type {number}
      * @memberof Statistics
      */
-    lfs_objects_size?: number;
+    'lfs_objects_size'?: number;
     /**
      * 
      * @type {number}
      * @memberof Statistics
      */
-    storage_size?: number;
+    'storage_size'?: number;
 }
 /**
  * Parameter object containing the update information.             
@@ -1069,7 +1152,7 @@ export interface UpdateResourceObject {
      * @type {number}
      * @memberof UpdateResourceObject
      */
-    reservedGiB?: number;
+    'reservedGiB'?: number;
 }
 /**
  * 
@@ -1082,13 +1165,13 @@ export interface VisibilityObject {
      * @type {string}
      * @memberof VisibilityObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof VisibilityObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 
 /**
@@ -1105,7 +1188,7 @@ export const GitLabApiAxiosParamCreator = function (configuration?: Configuratio
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        gitLabGetAllProjects: async (domain?: string, accessToken?: string, options: any = {}): Promise<RequestArgs> => {
+        gitLabGetAllProjects: async (domain?: string, accessToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/GitLab/projects`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1131,7 +1214,7 @@ export const GitLabApiAxiosParamCreator = function (configuration?: Configuratio
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1149,7 +1232,7 @@ export const GitLabApiAxiosParamCreator = function (configuration?: Configuratio
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        gitLabGetBranchesForProject: async (projectId: number, domain?: string, accessToken?: string, options: any = {}): Promise<RequestArgs> => {
+        gitLabGetBranchesForProject: async (projectId: number, domain?: string, accessToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('gitLabGetBranchesForProject', 'projectId', projectId)
             const localVarPath = `/GitLab/branches/{projectId}`
@@ -1178,7 +1261,7 @@ export const GitLabApiAxiosParamCreator = function (configuration?: Configuratio
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1196,7 +1279,7 @@ export const GitLabApiAxiosParamCreator = function (configuration?: Configuratio
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        gitLabGetProject: async (projectId: number, domain?: string, accessToken?: string, options: any = {}): Promise<RequestArgs> => {
+        gitLabGetProject: async (projectId: number, domain?: string, accessToken?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('gitLabGetProject', 'projectId', projectId)
             const localVarPath = `/GitLab/projects/{projectId}`
@@ -1225,7 +1308,7 @@ export const GitLabApiAxiosParamCreator = function (configuration?: Configuratio
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1252,7 +1335,7 @@ export const GitLabApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Project>>> {
+        async gitLabGetAllProjects(domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Project>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.gitLabGetAllProjects(domain, accessToken, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1265,7 +1348,7 @@ export const GitLabApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Branch>>> {
+        async gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Branch>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.gitLabGetBranchesForProject(projectId, domain, accessToken, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1278,7 +1361,7 @@ export const GitLabApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Project>> {
+        async gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Project>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.gitLabGetProject(projectId, domain, accessToken, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1346,7 +1429,7 @@ export class GitLabApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof GitLabApi
      */
-    public gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any) {
+    public gitLabGetAllProjects(domain?: string, accessToken?: string, options?: AxiosRequestConfig) {
         return GitLabApiFp(this.configuration).gitLabGetAllProjects(domain, accessToken, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1360,7 +1443,7 @@ export class GitLabApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof GitLabApi
      */
-    public gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any) {
+    public gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig) {
         return GitLabApiFp(this.configuration).gitLabGetBranchesForProject(projectId, domain, accessToken, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1374,7 +1457,7 @@ export class GitLabApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof GitLabApi
      */
-    public gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any) {
+    public gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig) {
         return GitLabApiFp(this.configuration).gitLabGetProject(projectId, domain, accessToken, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -1393,7 +1476,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceDelete: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        resourceDelete: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceDelete', 'id', id)
             const localVarPath = `/Resource/{id}`
@@ -1414,7 +1497,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1430,7 +1513,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceGet: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        resourceGet: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceGet', 'id', id)
             const localVarPath = `/Resource/{id}`
@@ -1451,7 +1534,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1466,7 +1549,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceIndex: async (options: any = {}): Promise<RequestArgs> => {
+        resourceIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Resource`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1484,7 +1567,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1500,7 +1583,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceIsUserResourceCreator: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        resourceIsUserResourceCreator: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceIsUserResourceCreator', 'id', id)
             const localVarPath = `/Resource/{id}/isCreator`
@@ -1521,7 +1604,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1538,7 +1621,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceSetResourceReadonly: async (id: string, status?: boolean, options: any = {}): Promise<RequestArgs> => {
+        resourceSetResourceReadonly: async (id: string, status?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceSetResourceReadonly', 'id', id)
             const localVarPath = `/Resource/{id}/setReadonly`
@@ -1563,7 +1646,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1580,7 +1663,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceStoreToProject: async (projectId: string, resourceObject: ResourceObject, options: any = {}): Promise<RequestArgs> => {
+        resourceStoreToProject: async (projectId: string, resourceObject: ResourceObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'projectId' is not null or undefined
             assertParamExists('resourceStoreToProject', 'projectId', projectId)
             // verify required parameter 'resourceObject' is not null or undefined
@@ -1605,7 +1688,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(resourceObject, localVarRequestOptions, configuration)
@@ -1623,7 +1706,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceUpdate: async (id: string, resourceObject: ResourceObject, options: any = {}): Promise<RequestArgs> => {
+        resourceUpdate: async (id: string, resourceObject: ResourceObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceUpdate', 'id', id)
             // verify required parameter 'resourceObject' is not null or undefined
@@ -1648,7 +1731,7 @@ export const ResourceApiAxiosParamCreator = function (configuration?: Configurat
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(resourceObject, localVarRequestOptions, configuration)
@@ -1675,7 +1758,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceDelete(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceDelete(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceDelete(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1686,7 +1769,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceGet(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceGet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceGet(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1696,7 +1779,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1707,7 +1790,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceIsUserResourceCreator(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceIsUserResourceCreator(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceIsUserResourceCreator(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1719,7 +1802,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceSetResourceReadonly(id: string, status?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceSetResourceReadonly(id: string, status?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceSetResourceReadonly(id, status, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1731,7 +1814,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceStoreToProject(projectId, resourceObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1743,7 +1826,7 @@ export const ResourceApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceUpdate(id: string, resourceObject: ResourceObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceUpdate(id, resourceObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1764,7 +1847,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceDelete(id: string, options?: any): AxiosPromise<any> {
+        resourceDelete(id: string, options?: any): AxiosPromise<File> {
             return localVarFp.resourceDelete(id, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1774,7 +1857,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceGet(id: string, options?: any): AxiosPromise<any> {
+        resourceGet(id: string, options?: any): AxiosPromise<File> {
             return localVarFp.resourceGet(id, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1783,7 +1866,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceIndex(options?: any): AxiosPromise<any> {
+        resourceIndex(options?: any): AxiosPromise<File> {
             return localVarFp.resourceIndex(options).then((request) => request(axios, basePath));
         },
         /**
@@ -1793,7 +1876,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceIsUserResourceCreator(id: string, options?: any): AxiosPromise<any> {
+        resourceIsUserResourceCreator(id: string, options?: any): AxiosPromise<File> {
             return localVarFp.resourceIsUserResourceCreator(id, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1804,7 +1887,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceSetResourceReadonly(id: string, status?: boolean, options?: any): AxiosPromise<any> {
+        resourceSetResourceReadonly(id: string, status?: boolean, options?: any): AxiosPromise<File> {
             return localVarFp.resourceSetResourceReadonly(id, status, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1815,7 +1898,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): AxiosPromise<any> {
+        resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): AxiosPromise<File> {
             return localVarFp.resourceStoreToProject(projectId, resourceObject, options).then((request) => request(axios, basePath));
         },
         /**
@@ -1826,7 +1909,7 @@ export const ResourceApiFactory = function (configuration?: Configuration, baseP
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): AxiosPromise<any> {
+        resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): AxiosPromise<File> {
             return localVarFp.resourceUpdate(id, resourceObject, options).then((request) => request(axios, basePath));
         },
     };
@@ -1847,7 +1930,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceDelete(id: string, options?: any) {
+    public resourceDelete(id: string, options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceDelete(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1859,7 +1942,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceGet(id: string, options?: any) {
+    public resourceGet(id: string, options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceGet(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1870,7 +1953,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceIndex(options?: any) {
+    public resourceIndex(options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceIndex(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1882,7 +1965,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceIsUserResourceCreator(id: string, options?: any) {
+    public resourceIsUserResourceCreator(id: string, options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceIsUserResourceCreator(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1895,7 +1978,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceSetResourceReadonly(id: string, status?: boolean, options?: any) {
+    public resourceSetResourceReadonly(id: string, status?: boolean, options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceSetResourceReadonly(id, status, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1908,7 +1991,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any) {
+    public resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceStoreToProject(projectId, resourceObject, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1921,7 +2004,7 @@ export class ResourceApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceApi
      */
-    public resourceUpdate(id: string, resourceObject: ResourceObject, options?: any) {
+    public resourceUpdate(id: string, resourceObject: ResourceObject, options?: AxiosRequestConfig) {
         return ResourceApiFp(this.configuration).resourceUpdate(id, resourceObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -1935,12 +2018,12 @@ export const ResourceQuotaApiAxiosParamCreator = function (configuration?: Confi
     return {
         /**
          * 
-         * @summary Retrieves the resource quota for an individual resource.
+         * @summary Retrieves the resource used and reserved quota for an individual resource.
          * @param {string} id Id of the resource.
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceQuotaGetResourceQuota: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        resourceQuotaGetResourceQuota: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceQuotaGetResourceQuota', 'id', id)
             const localVarPath = `/ResourceQuota/{id}`
@@ -1961,7 +2044,7 @@ export const ResourceQuotaApiAxiosParamCreator = function (configuration?: Confi
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1978,7 +2061,7 @@ export const ResourceQuotaApiAxiosParamCreator = function (configuration?: Confi
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceQuotaUpdateResourceQuota: async (id: string, updateResourceObject: UpdateResourceObject, options: any = {}): Promise<RequestArgs> => {
+        resourceQuotaUpdateResourceQuota: async (id: string, updateResourceObject: UpdateResourceObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceQuotaUpdateResourceQuota', 'id', id)
             // verify required parameter 'updateResourceObject' is not null or undefined
@@ -2003,7 +2086,7 @@ export const ResourceQuotaApiAxiosParamCreator = function (configuration?: Confi
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(updateResourceObject, localVarRequestOptions, configuration)
@@ -2025,12 +2108,12 @@ export const ResourceQuotaApiFp = function(configuration?: Configuration) {
     return {
         /**
          * 
-         * @summary Retrieves the resource quota for an individual resource.
+         * @summary Retrieves the resource used and reserved quota for an individual resource.
          * @param {string} id Id of the resource.
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceQuotaGetResourceQuota(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceQuotaReturnObject>> {
+        async resourceQuotaGetResourceQuota(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceQuotaReturnObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceQuotaGetResourceQuota(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2042,7 +2125,7 @@ export const ResourceQuotaApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceQuotaUpdateResourceQuota(id, updateResourceObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2058,7 +2141,7 @@ export const ResourceQuotaApiFactory = function (configuration?: Configuration,
     return {
         /**
          * 
-         * @summary Retrieves the resource quota for an individual resource.
+         * @summary Retrieves the resource used and reserved quota for an individual resource.
          * @param {string} id Id of the resource.
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
@@ -2074,7 +2157,7 @@ export const ResourceQuotaApiFactory = function (configuration?: Configuration,
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): AxiosPromise<any> {
+        resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): AxiosPromise<File> {
             return localVarFp.resourceQuotaUpdateResourceQuota(id, updateResourceObject, options).then((request) => request(axios, basePath));
         },
     };
@@ -2089,13 +2172,13 @@ export const ResourceQuotaApiFactory = function (configuration?: Configuration,
 export class ResourceQuotaApi extends BaseAPI {
     /**
      * 
-     * @summary Retrieves the resource quota for an individual resource.
+     * @summary Retrieves the resource used and reserved quota for an individual resource.
      * @param {string} id Id of the resource.
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof ResourceQuotaApi
      */
-    public resourceQuotaGetResourceQuota(id: string, options?: any) {
+    public resourceQuotaGetResourceQuota(id: string, options?: AxiosRequestConfig) {
         return ResourceQuotaApiFp(this.configuration).resourceQuotaGetResourceQuota(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2108,7 +2191,7 @@ export class ResourceQuotaApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceQuotaApi
      */
-    public resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any) {
+    public resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: AxiosRequestConfig) {
         return ResourceQuotaApiFp(this.configuration).resourceQuotaUpdateResourceQuota(id, updateResourceObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -2126,7 +2209,7 @@ export const ResourceTypeApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceTypeGetEnabledResourceTypes: async (options: any = {}): Promise<RequestArgs> => {
+        resourceTypeGetEnabledResourceTypes: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/ResourceType/types/-/enabled`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2144,7 +2227,7 @@ export const ResourceTypeApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2156,11 +2239,11 @@ export const ResourceTypeApiAxiosParamCreator = function (configuration?: Config
         /**
          * 
          * @summary Returns all fields of the specified resource type.
-         * @param {string} id A guid as a string that identifies the resource.
+         * @param {string} id A GUID as a string that identifies the resource.
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceTypeGetResourceType: async (id: string, options: any = {}): Promise<RequestArgs> => {
+        resourceTypeGetResourceType: async (id: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'id' is not null or undefined
             assertParamExists('resourceTypeGetResourceType', 'id', id)
             const localVarPath = `/ResourceType/types/{id}`
@@ -2181,7 +2264,7 @@ export const ResourceTypeApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2196,7 +2279,7 @@ export const ResourceTypeApiAxiosParamCreator = function (configuration?: Config
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        resourceTypeGetResourceTypes: async (options: any = {}): Promise<RequestArgs> => {
+        resourceTypeGetResourceTypes: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/ResourceType/types`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2214,7 +2297,7 @@ export const ResourceTypeApiAxiosParamCreator = function (configuration?: Config
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -2239,18 +2322,18 @@ export const ResourceTypeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceTypeGetEnabledResourceTypes(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>> {
+        async resourceTypeGetEnabledResourceTypes(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceTypeGetEnabledResourceTypes(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
         /**
          * 
          * @summary Returns all fields of the specified resource type.
-         * @param {string} id A guid as a string that identifies the resource.
+         * @param {string} id A GUID as a string that identifies the resource.
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceTypeGetResourceType(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceTypeInformation>> {
+        async resourceTypeGetResourceType(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceTypeInformation>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceTypeGetResourceType(id, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2260,7 +2343,7 @@ export const ResourceTypeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async resourceTypeGetResourceTypes(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>> {
+        async resourceTypeGetResourceTypes(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.resourceTypeGetResourceTypes(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -2286,7 +2369,7 @@ export const ResourceTypeApiFactory = function (configuration?: Configuration, b
         /**
          * 
          * @summary Returns all fields of the specified resource type.
-         * @param {string} id A guid as a string that identifies the resource.
+         * @param {string} id A GUID as a string that identifies the resource.
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
@@ -2319,19 +2402,19 @@ export class ResourceTypeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceTypeApi
      */
-    public resourceTypeGetEnabledResourceTypes(options?: any) {
+    public resourceTypeGetEnabledResourceTypes(options?: AxiosRequestConfig) {
         return ResourceTypeApiFp(this.configuration).resourceTypeGetEnabledResourceTypes(options).then((request) => request(this.axios, this.basePath));
     }
 
     /**
      * 
      * @summary Returns all fields of the specified resource type.
-     * @param {string} id A guid as a string that identifies the resource.
+     * @param {string} id A GUID as a string that identifies the resource.
      * @param {*} [options] Override http request option.
      * @throws {RequiredError}
      * @memberof ResourceTypeApi
      */
-    public resourceTypeGetResourceType(id: string, options?: any) {
+    public resourceTypeGetResourceType(id: string, options?: AxiosRequestConfig) {
         return ResourceTypeApiFp(this.configuration).resourceTypeGetResourceType(id, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -2342,7 +2425,7 @@ export class ResourceTypeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ResourceTypeApi
      */
-    public resourceTypeGetResourceTypes(options?: any) {
+    public resourceTypeGetResourceTypes(options?: AxiosRequestConfig) {
         return ResourceTypeApiFp(this.configuration).resourceTypeGetResourceTypes(options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Resources/base.ts b/src/Coscine.Api.Resources/base.ts
index 0c0baa516a1864a4a41ebd2fd214a200d08c0687..0b1faaf13ef9ed3867045e7a7c975991954f0277 100644
--- a/src/Coscine.Api.Resources/base.ts
+++ b/src/Coscine.Api.Resources/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Resources
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.1.1
+ * The version of the OpenAPI document: 3.4.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Resources".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Resources/common.ts b/src/Coscine.Api.Resources/common.ts
index 16d97dad8eaddb2add8aabab54d69747887a5418..a6531c5904cebda6433cf611a876d00f4b846453 100644
--- a/src/Coscine.Api.Resources/common.ts
+++ b/src/Coscine.Api.Resources/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Resources
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.1.1
+ * The version of the OpenAPI document: 3.4.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Resources/configuration.ts b/src/Coscine.Api.Resources/configuration.ts
index ed03006e6c65626c032caf368082af69652ffc05..04a11c0ad88553e49e5ab2b57a7a0725109e93d1 100644
--- a/src/Coscine.Api.Resources/configuration.ts
+++ b/src/Coscine.Api.Resources/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Resources
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.1.1
+ * The version of the OpenAPI document: 3.4.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Resources/git_push.sh b/src/Coscine.Api.Resources/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Resources/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Resources/index.ts b/src/Coscine.Api.Resources/index.ts
index 0334aa958dd585b4188202bc82a819bea7a6b8a2..429d6f146059301938c4cdf51a8fe221fcb6f0d3 100644
--- a/src/Coscine.Api.Resources/index.ts
+++ b/src/Coscine.Api.Resources/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Resources
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.1.1
+ * The version of the OpenAPI document: 3.4.3
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.STS/.openapi-generator/FILES b/src/Coscine.Api.STS/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.STS/.openapi-generator/FILES
+++ b/src/Coscine.Api.STS/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.STS/.openapi-generator/VERSION b/src/Coscine.Api.STS/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.STS/.openapi-generator/VERSION
+++ b/src/Coscine.Api.STS/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.STS/api.ts b/src/Coscine.Api.STS/api.ts
index 9f2b6e65269cfeb3820f1557102c08cbaede34e2..c3876b3a1a7b3cf7f32bc6d35c4b5b2be5032c44 100644
--- a/src/Coscine.Api.STS/api.ts
+++ b/src/Coscine.Api.STS/api.ts
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * 
@@ -32,7 +34,7 @@ export interface EntityId {
      * @type {string}
      * @memberof EntityId
      */
-    id?: string | null;
+    'id'?: string | null;
 }
 /**
  * 
@@ -45,13 +47,13 @@ export interface LoginUrls {
      * @type {string}
      * @memberof LoginUrls
      */
-    orcidUrl?: string | null;
+    'orcidUrl'?: string | null;
     /**
      * 
      * @type {Array<EntityId>}
      * @memberof LoginUrls
      */
-    identityProviders?: Array<EntityId> | null;
+    'identityProviders'?: Array<EntityId> | null;
 }
 
 /**
@@ -66,7 +68,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        accountGetLoginUrls: async (options: any = {}): Promise<RequestArgs> => {
+        accountGetLoginUrls: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Account/urls/login`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -84,7 +86,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -99,7 +101,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        accountLogout: async (options: any = {}): Promise<RequestArgs> => {
+        accountLogout: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Account/logout`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -117,7 +119,7 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -142,7 +144,7 @@ export const AccountApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async accountGetLoginUrls(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoginUrls>> {
+        async accountGetLoginUrls(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoginUrls>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.accountGetLoginUrls(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -152,7 +154,7 @@ export const AccountApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async accountLogout(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async accountLogout(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.accountLogout(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -181,7 +183,7 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        accountLogout(options?: any): AxiosPromise<any> {
+        accountLogout(options?: any): AxiosPromise<File> {
             return localVarFp.accountLogout(options).then((request) => request(axios, basePath));
         },
     };
@@ -201,7 +203,7 @@ export class AccountApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof AccountApi
      */
-    public accountGetLoginUrls(options?: any) {
+    public accountGetLoginUrls(options?: AxiosRequestConfig) {
         return AccountApiFp(this.configuration).accountGetLoginUrls(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -212,7 +214,7 @@ export class AccountApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof AccountApi
      */
-    public accountLogout(options?: any) {
+    public accountLogout(options?: AxiosRequestConfig) {
         return AccountApiFp(this.configuration).accountLogout(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -230,7 +232,7 @@ export const HomeApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        homeIndex: async (options: any = {}): Promise<RequestArgs> => {
+        homeIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -248,7 +250,7 @@ export const HomeApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -273,7 +275,7 @@ export const HomeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async homeIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async homeIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.homeIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -293,7 +295,7 @@ export const HomeApiFactory = function (configuration?: Configuration, basePath?
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        homeIndex(options?: any): AxiosPromise<any> {
+        homeIndex(options?: any): AxiosPromise<File> {
             return localVarFp.homeIndex(options).then((request) => request(axios, basePath));
         },
     };
@@ -313,7 +315,7 @@ export class HomeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof HomeApi
      */
-    public homeIndex(options?: any) {
+    public homeIndex(options?: AxiosRequestConfig) {
         return HomeApiFp(this.configuration).homeIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -331,7 +333,7 @@ export const MergeApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        mergeCallback: async (returnUrl?: string, options: any = {}): Promise<RequestArgs> => {
+        mergeCallback: async (returnUrl?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Merge/callback`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -353,7 +355,7 @@ export const MergeApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -368,7 +370,7 @@ export const MergeApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        mergeLogin: async (returnUrl?: string, options: any = {}): Promise<RequestArgs> => {
+        mergeLogin: async (returnUrl?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Merge/login`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -390,7 +392,7 @@ export const MergeApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -415,7 +417,7 @@ export const MergeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async mergeCallback(returnUrl?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async mergeCallback(returnUrl?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.mergeCallback(returnUrl, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -425,7 +427,7 @@ export const MergeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async mergeLogin(returnUrl?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async mergeLogin(returnUrl?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.mergeLogin(returnUrl, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -445,7 +447,7 @@ export const MergeApiFactory = function (configuration?: Configuration, basePath
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        mergeCallback(returnUrl?: string, options?: any): AxiosPromise<any> {
+        mergeCallback(returnUrl?: string, options?: any): AxiosPromise<File> {
             return localVarFp.mergeCallback(returnUrl, options).then((request) => request(axios, basePath));
         },
         /**
@@ -454,7 +456,7 @@ export const MergeApiFactory = function (configuration?: Configuration, basePath
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        mergeLogin(returnUrl?: string, options?: any): AxiosPromise<any> {
+        mergeLogin(returnUrl?: string, options?: any): AxiosPromise<File> {
             return localVarFp.mergeLogin(returnUrl, options).then((request) => request(axios, basePath));
         },
     };
@@ -474,7 +476,7 @@ export class MergeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MergeApi
      */
-    public mergeCallback(returnUrl?: string, options?: any) {
+    public mergeCallback(returnUrl?: string, options?: AxiosRequestConfig) {
         return MergeApiFp(this.configuration).mergeCallback(returnUrl, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -485,7 +487,7 @@ export class MergeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof MergeApi
      */
-    public mergeLogin(returnUrl?: string, options?: any) {
+    public mergeLogin(returnUrl?: string, options?: AxiosRequestConfig) {
         return MergeApiFp(this.configuration).mergeLogin(returnUrl, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -504,7 +506,7 @@ export const ORCiDApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        oRCiDLoginGET: async (returnUrl?: string, options: any = {}): Promise<RequestArgs> => {
+        oRCiDLoginGET: async (returnUrl?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/ORCiD/login`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -526,7 +528,7 @@ export const ORCiDApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -543,7 +545,7 @@ export const ORCiDApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        oRCiDLoginPOST: async (oRCiDJWT?: string, returnUrl?: string, options: any = {}): Promise<RequestArgs> => {
+        oRCiDLoginPOST: async (oRCiDJWT?: string, returnUrl?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/ORCiD/login`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -569,7 +571,7 @@ export const ORCiDApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -595,7 +597,7 @@ export const ORCiDApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async oRCiDLoginGET(returnUrl?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async oRCiDLoginGET(returnUrl?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.oRCiDLoginGET(returnUrl, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -607,7 +609,7 @@ export const ORCiDApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.oRCiDLoginPOST(oRCiDJWT, returnUrl, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -628,7 +630,7 @@ export const ORCiDApiFactory = function (configuration?: Configuration, basePath
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        oRCiDLoginGET(returnUrl?: string, options?: any): AxiosPromise<any> {
+        oRCiDLoginGET(returnUrl?: string, options?: any): AxiosPromise<File> {
             return localVarFp.oRCiDLoginGET(returnUrl, options).then((request) => request(axios, basePath));
         },
         /**
@@ -639,7 +641,7 @@ export const ORCiDApiFactory = function (configuration?: Configuration, basePath
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any): AxiosPromise<any> {
+        oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any): AxiosPromise<File> {
             return localVarFp.oRCiDLoginPOST(oRCiDJWT, returnUrl, options).then((request) => request(axios, basePath));
         },
     };
@@ -660,7 +662,7 @@ export class ORCiDApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ORCiDApi
      */
-    public oRCiDLoginGET(returnUrl?: string, options?: any) {
+    public oRCiDLoginGET(returnUrl?: string, options?: AxiosRequestConfig) {
         return ORCiDApiFp(this.configuration).oRCiDLoginGET(returnUrl, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -673,7 +675,7 @@ export class ORCiDApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ORCiDApi
      */
-    public oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any) {
+    public oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: AxiosRequestConfig) {
         return ORCiDApiFp(this.configuration).oRCiDLoginPOST(oRCiDJWT, returnUrl, options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -693,7 +695,7 @@ export const ShibbolethApiAxiosParamCreator = function (configuration?: Configur
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        shibbolethCallback: async (returnUrl?: string, remoteError?: string, options: any = {}): Promise<RequestArgs> => {
+        shibbolethCallback: async (returnUrl?: string, remoteError?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Shibboleth/callback`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -719,7 +721,7 @@ export const ShibbolethApiAxiosParamCreator = function (configuration?: Configur
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -736,7 +738,7 @@ export const ShibbolethApiAxiosParamCreator = function (configuration?: Configur
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        shibbolethLogin: async (returnUrl?: string, entityId?: string, options: any = {}): Promise<RequestArgs> => {
+        shibbolethLogin: async (returnUrl?: string, entityId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Shibboleth/login`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -762,7 +764,7 @@ export const ShibbolethApiAxiosParamCreator = function (configuration?: Configur
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -789,7 +791,7 @@ export const ShibbolethApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async shibbolethCallback(returnUrl?: string, remoteError?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.shibbolethCallback(returnUrl, remoteError, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -801,7 +803,7 @@ export const ShibbolethApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async shibbolethLogin(returnUrl?: string, entityId?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async shibbolethLogin(returnUrl?: string, entityId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.shibbolethLogin(returnUrl, entityId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -823,7 +825,7 @@ export const ShibbolethApiFactory = function (configuration?: Configuration, bas
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any): AxiosPromise<any> {
+        shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any): AxiosPromise<File> {
             return localVarFp.shibbolethCallback(returnUrl, remoteError, options).then((request) => request(axios, basePath));
         },
         /**
@@ -834,7 +836,7 @@ export const ShibbolethApiFactory = function (configuration?: Configuration, bas
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        shibbolethLogin(returnUrl?: string, entityId?: string, options?: any): AxiosPromise<any> {
+        shibbolethLogin(returnUrl?: string, entityId?: string, options?: any): AxiosPromise<File> {
             return localVarFp.shibbolethLogin(returnUrl, entityId, options).then((request) => request(axios, basePath));
         },
     };
@@ -856,7 +858,7 @@ export class ShibbolethApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ShibbolethApi
      */
-    public shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any) {
+    public shibbolethCallback(returnUrl?: string, remoteError?: string, options?: AxiosRequestConfig) {
         return ShibbolethApiFp(this.configuration).shibbolethCallback(returnUrl, remoteError, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -869,7 +871,7 @@ export class ShibbolethApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ShibbolethApi
      */
-    public shibbolethLogin(returnUrl?: string, entityId?: string, options?: any) {
+    public shibbolethLogin(returnUrl?: string, entityId?: string, options?: AxiosRequestConfig) {
         return ShibbolethApiFp(this.configuration).shibbolethLogin(returnUrl, entityId, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.STS/base.ts b/src/Coscine.Api.STS/base.ts
index e1125136b477dd38a7a39fb9238fb982b9d823bc..0b14f4a532d2ec803a3813ce8640fc6b2512424c 100644
--- a/src/Coscine.Api.STS/base.ts
+++ b/src/Coscine.Api.STS/base.ts
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.STS".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.STS/common.ts b/src/Coscine.Api.STS/common.ts
index b6ee70658ed85f8152246929c7673d0a84f487a6..9d9aed575a332db6aa5c0a781021c1b37bb5fd3d 100644
--- a/src/Coscine.Api.STS/common.ts
+++ b/src/Coscine.Api.STS/common.ts
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.STS/git_push.sh b/src/Coscine.Api.STS/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.STS/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Search/.openapi-generator/FILES b/src/Coscine.Api.Search/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Search/.openapi-generator/FILES
+++ b/src/Coscine.Api.Search/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Search/.openapi-generator/VERSION b/src/Coscine.Api.Search/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Search/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Search/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Search/api.ts b/src/Coscine.Api.Search/api.ts
index 2023850c3882d952d811b11222aba8fa2adb0046..debe3d820c0062c556ac5950f364ee82dc76f900 100644
--- a/src/Coscine.Api.Search/api.ts
+++ b/src/Coscine.Api.Search/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Search
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 1.5.0
+ * The version of the OpenAPI document: 1.6.0
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * Item Search Result Object
@@ -32,31 +34,41 @@ export interface ItemSearchResult {
      * @type {string}
      * @memberof ItemSearchResult
      */
-    graphName?: string | null;
+    'graphName'?: string | null;
     /**
-     * Graph Name
-     * @type {ItemType}
+     * 
+     * @type {ItemSearchResultType}
      * @memberof ItemSearchResult
      */
-    type?: ItemType;
+    'type'?: ItemSearchResultType;
     /**
      * Search result fields
      * @type {any}
      * @memberof ItemSearchResult
      */
-    source?: any | null;
+    'source'?: any | null;
 }
+/**
+ * @type ItemSearchResultType
+ * Graph Name
+ * @export
+ */
+export type ItemSearchResultType = ItemType;
+
 /**
  * 
  * @export
  * @enum {string}
  */
 
-export enum ItemType {
-    Metadata = 'Metadata',
-    Project = 'Project',
-    Resource = 'Resource'
-}
+export const ItemType = {
+    Metadata: 'Metadata',
+    Project: 'Project',
+    Resource: 'Resource'
+} as const;
+
+export type ItemType = typeof ItemType[keyof typeof ItemType];
+
 
 
 /**
@@ -77,7 +89,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        searchSearch: async (searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options: any = {}): Promise<RequestArgs> => {
+        searchSearch: async (searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Search`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -119,7 +131,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -150,7 +162,7 @@ export const SearchApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ItemSearchResult>>> {
+        async searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ItemSearchResult>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.searchSearch(searchQuery, includeUsers, useAdvancedSyntax, includedLanguages, pageNumber, pageSize, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -202,7 +214,7 @@ export class SearchApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof SearchApi
      */
-    public searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: any) {
+    public searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: AxiosRequestConfig) {
         return SearchApiFp(this.configuration).searchSearch(searchQuery, includeUsers, useAdvancedSyntax, includedLanguages, pageNumber, pageSize, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Search/base.ts b/src/Coscine.Api.Search/base.ts
index b570612a0faff495206301306c44314cc6e7bd4f..1b0f216e35a6d65c732a45f806e1a72bec78d62b 100644
--- a/src/Coscine.Api.Search/base.ts
+++ b/src/Coscine.Api.Search/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Search
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 1.5.0
+ * The version of the OpenAPI document: 1.6.0
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,12 +13,13 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
-export const BASE_PATH = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Search".replace(/\/+$/, "");
+export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Search".replace(/\/+$/, "");
 
 /**
  *
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Search/common.ts b/src/Coscine.Api.Search/common.ts
index 16ea26a5955ebd482a2b00c2fb9db050f085e653..dbce2b831cf943b84af0a2edd12c04ba9353b4f3 100644
--- a/src/Coscine.Api.Search/common.ts
+++ b/src/Coscine.Api.Search/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Search
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 1.5.0
+ * The version of the OpenAPI document: 1.6.0
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Search/configuration.ts b/src/Coscine.Api.Search/configuration.ts
index 4b8d911740d427e2059e595d2bf0bd3b9cd9579b..f52985329cca387bac6892143c27dc7fcd9a8241 100644
--- a/src/Coscine.Api.Search/configuration.ts
+++ b/src/Coscine.Api.Search/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Search
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 1.5.0
+ * The version of the OpenAPI document: 1.6.0
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Search/git_push.sh b/src/Coscine.Api.Search/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Search/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Search/index.ts b/src/Coscine.Api.Search/index.ts
index 9bcf560799c1561c7811e2b83dfb53992241da4b..ab009bed2becf6d84a3e1f204cd154005e764917 100644
--- a/src/Coscine.Api.Search/index.ts
+++ b/src/Coscine.Api.Search/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Search
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 1.5.0
+ * The version of the OpenAPI document: 1.6.0
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Token/.openapi-generator/FILES b/src/Coscine.Api.Token/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Token/.openapi-generator/FILES
+++ b/src/Coscine.Api.Token/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Token/.openapi-generator/VERSION b/src/Coscine.Api.Token/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Token/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Token/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Token/api.ts b/src/Coscine.Api.Token/api.ts
index 646f3261758cd81d383cfdaa855f63f9020241e6..7f8b28541bbb1aefbaa7386a1ff789bde80b8082 100644
--- a/src/Coscine.Api.Token/api.ts
+++ b/src/Coscine.Api.Token/api.ts
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * Used to parse the json request for add token.
@@ -32,13 +34,13 @@ export interface AddApiTokenParameter {
      * @type {string}
      * @memberof AddApiTokenParameter
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * Gets or sets the expiration of the token. 
      * @type {number}
      * @memberof AddApiTokenParameter
      */
-    expiration?: number | null;
+    'expiration'?: number | null;
 }
 /**
  * 
@@ -51,25 +53,25 @@ export interface ApiTokenObject {
      * @type {string}
      * @memberof ApiTokenObject
      */
-    tokenId?: string;
+    'tokenId'?: string;
     /**
      * 
      * @type {string}
      * @memberof ApiTokenObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ApiTokenObject
      */
-    created?: string;
+    'created'?: string;
     /**
      * 
      * @type {string}
      * @memberof ApiTokenObject
      */
-    expires?: string;
+    'expires'?: string;
 }
 /**
  * 
@@ -82,31 +84,31 @@ export interface CreatedApiTokenObject {
      * @type {string}
      * @memberof CreatedApiTokenObject
      */
-    tokenId?: string;
+    'tokenId'?: string;
     /**
      * 
      * @type {string}
      * @memberof CreatedApiTokenObject
      */
-    name?: string | null;
+    'name'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof CreatedApiTokenObject
      */
-    created?: string;
+    'created'?: string;
     /**
      * 
      * @type {string}
      * @memberof CreatedApiTokenObject
      */
-    expires?: string;
+    'expires'?: string;
     /**
      * Gets or sets the jwt token value of the token. 
      * @type {string}
      * @memberof CreatedApiTokenObject
      */
-    token?: string | null;
+    'token'?: string | null;
 }
 /**
  * Retuned upon creation of a new token. Contains the jwt token.
@@ -119,7 +121,7 @@ export interface CreatedApiTokenObjectAllOf {
      * @type {string}
      * @memberof CreatedApiTokenObjectAllOf
      */
-    token?: string | null;
+    'token'?: string | null;
 }
 /**
  * Contains the minimum and maximum token validity in days from today.
@@ -132,13 +134,13 @@ export interface TokenValidityObject {
      * @type {number}
      * @memberof TokenValidityObject
      */
-    minDays?: number;
+    'minDays'?: number;
     /**
      * 
      * @type {number}
      * @memberof TokenValidityObject
      */
-    maxDays?: number;
+    'maxDays'?: number;
 }
 
 /**
@@ -154,7 +156,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tokenAddToken: async (addApiTokenParameter: AddApiTokenParameter, options: any = {}): Promise<RequestArgs> => {
+        tokenAddToken: async (addApiTokenParameter: AddApiTokenParameter, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'addApiTokenParameter' is not null or undefined
             assertParamExists('tokenAddToken', 'addApiTokenParameter', addApiTokenParameter)
             const localVarPath = `/Token`;
@@ -176,7 +178,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(addApiTokenParameter, localVarRequestOptions, configuration)
@@ -192,7 +194,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tokenGetTokenValidityBounds: async (options: any = {}): Promise<RequestArgs> => {
+        tokenGetTokenValidityBounds: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Token/getValidity`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -210,7 +212,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -226,7 +228,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tokenGetUserToken: async (tokenId: string, options: any = {}): Promise<RequestArgs> => {
+        tokenGetUserToken: async (tokenId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'tokenId' is not null or undefined
             assertParamExists('tokenGetUserToken', 'tokenId', tokenId)
             const localVarPath = `/Token/{tokenId}`
@@ -247,7 +249,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -262,7 +264,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tokenGetUserTokens: async (options: any = {}): Promise<RequestArgs> => {
+        tokenGetUserTokens: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Token`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -280,7 +282,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -296,7 +298,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tokenRevokeToken: async (tokenId: string, options: any = {}): Promise<RequestArgs> => {
+        tokenRevokeToken: async (tokenId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'tokenId' is not null or undefined
             assertParamExists('tokenRevokeToken', 'tokenId', tokenId)
             const localVarPath = `/Token/{tokenId}`
@@ -317,7 +319,7 @@ export const TokenApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -343,7 +345,7 @@ export const TokenApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tokenAddToken(addApiTokenParameter: AddApiTokenParameter, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatedApiTokenObject>> {
+        async tokenAddToken(addApiTokenParameter: AddApiTokenParameter, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatedApiTokenObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tokenAddToken(addApiTokenParameter, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -353,7 +355,7 @@ export const TokenApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tokenGetTokenValidityBounds(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TokenValidityObject>> {
+        async tokenGetTokenValidityBounds(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TokenValidityObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tokenGetTokenValidityBounds(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -364,7 +366,7 @@ export const TokenApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tokenGetUserToken(tokenId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenObject>> {
+        async tokenGetUserToken(tokenId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tokenGetUserToken(tokenId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -374,7 +376,7 @@ export const TokenApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tokenGetUserTokens(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApiTokenObject>>> {
+        async tokenGetUserTokens(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApiTokenObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tokenGetUserTokens(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -385,7 +387,7 @@ export const TokenApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tokenRevokeToken(tokenId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async tokenRevokeToken(tokenId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tokenRevokeToken(tokenId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -444,7 +446,7 @@ export const TokenApiFactory = function (configuration?: Configuration, basePath
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tokenRevokeToken(tokenId: string, options?: any): AxiosPromise<any> {
+        tokenRevokeToken(tokenId: string, options?: any): AxiosPromise<File> {
             return localVarFp.tokenRevokeToken(tokenId, options).then((request) => request(axios, basePath));
         },
     };
@@ -465,7 +467,7 @@ export class TokenApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TokenApi
      */
-    public tokenAddToken(addApiTokenParameter: AddApiTokenParameter, options?: any) {
+    public tokenAddToken(addApiTokenParameter: AddApiTokenParameter, options?: AxiosRequestConfig) {
         return TokenApiFp(this.configuration).tokenAddToken(addApiTokenParameter, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -476,7 +478,7 @@ export class TokenApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TokenApi
      */
-    public tokenGetTokenValidityBounds(options?: any) {
+    public tokenGetTokenValidityBounds(options?: AxiosRequestConfig) {
         return TokenApiFp(this.configuration).tokenGetTokenValidityBounds(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -488,7 +490,7 @@ export class TokenApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TokenApi
      */
-    public tokenGetUserToken(tokenId: string, options?: any) {
+    public tokenGetUserToken(tokenId: string, options?: AxiosRequestConfig) {
         return TokenApiFp(this.configuration).tokenGetUserToken(tokenId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -499,7 +501,7 @@ export class TokenApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TokenApi
      */
-    public tokenGetUserTokens(options?: any) {
+    public tokenGetUserTokens(options?: AxiosRequestConfig) {
         return TokenApiFp(this.configuration).tokenGetUserTokens(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -511,7 +513,7 @@ export class TokenApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TokenApi
      */
-    public tokenRevokeToken(tokenId: string, options?: any) {
+    public tokenRevokeToken(tokenId: string, options?: AxiosRequestConfig) {
         return TokenApiFp(this.configuration).tokenRevokeToken(tokenId, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Token/base.ts b/src/Coscine.Api.Token/base.ts
index 3758c1e694e48a4f26839c8e6fa4f3b586854537..0040b516bc9bfc5447b3b9edde32e898ed681528 100644
--- a/src/Coscine.Api.Token/base.ts
+++ b/src/Coscine.Api.Token/base.ts
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Token".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Token/common.ts b/src/Coscine.Api.Token/common.ts
index 3b8fa063e51a7ad0c13558cb12bd5383b825a2dd..29d84cae54d5bfd11cf2bb9621cd87a50802d0af 100644
--- a/src/Coscine.Api.Token/common.ts
+++ b/src/Coscine.Api.Token/common.ts
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Token/git_push.sh b/src/Coscine.Api.Token/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Token/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Tree/.openapi-generator/FILES b/src/Coscine.Api.Tree/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.Tree/.openapi-generator/FILES
+++ b/src/Coscine.Api.Tree/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.Tree/.openapi-generator/VERSION b/src/Coscine.Api.Tree/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.Tree/.openapi-generator/VERSION
+++ b/src/Coscine.Api.Tree/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.Tree/api.ts b/src/Coscine.Api.Tree/api.ts
index 64496daabda1d7d8db79230080882add5a1d32de..a503aaf9f591b9f3ecc3e53ddc512c9612685053 100644
--- a/src/Coscine.Api.Tree/api.ts
+++ b/src/Coscine.Api.Tree/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Tree
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.8.7
+ * The version of the OpenAPI document: 2.9.4
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 
 /**
@@ -37,7 +39,7 @@ export const TreeApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        treeGetMetadataWithParameter: async (resourceId: string, path?: string, mimeType?: string, options: any = {}): Promise<RequestArgs> => {
+        treeGetMetadataWithParameter: async (resourceId: string, path?: string, mimeType?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'resourceId' is not null or undefined
             assertParamExists('treeGetMetadataWithParameter', 'resourceId', resourceId)
             const localVarPath = `/Tree/{resourceId}`
@@ -66,7 +68,7 @@ export const TreeApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -84,7 +86,7 @@ export const TreeApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        treeStoreMetadataForFileWithParameter: async (resourceId: string, path?: string, mimeType?: string, options: any = {}): Promise<RequestArgs> => {
+        treeStoreMetadataForFileWithParameter: async (resourceId: string, path?: string, mimeType?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'resourceId' is not null or undefined
             assertParamExists('treeStoreMetadataForFileWithParameter', 'resourceId', resourceId)
             const localVarPath = `/Tree/{resourceId}`
@@ -113,7 +115,7 @@ export const TreeApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -141,7 +143,7 @@ export const TreeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.treeGetMetadataWithParameter(resourceId, path, mimeType, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -154,7 +156,7 @@ export const TreeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
+        async treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -177,7 +179,7 @@ export const TreeApiFactory = function (configuration?: Configuration, basePath?
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): AxiosPromise<any> {
+        treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): AxiosPromise<File> {
             return localVarFp.treeGetMetadataWithParameter(resourceId, path, mimeType, options).then((request) => request(axios, basePath));
         },
         /**
@@ -189,7 +191,7 @@ export const TreeApiFactory = function (configuration?: Configuration, basePath?
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): AxiosPromise<any> {
+        treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any): AxiosPromise<File> {
             return localVarFp.treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options).then((request) => request(axios, basePath));
         },
     };
@@ -212,7 +214,7 @@ export class TreeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TreeApi
      */
-    public treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any) {
+    public treeGetMetadataWithParameter(resourceId: string, path?: string, mimeType?: string, options?: AxiosRequestConfig) {
         return TreeApiFp(this.configuration).treeGetMetadataWithParameter(resourceId, path, mimeType, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -226,7 +228,7 @@ export class TreeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TreeApi
      */
-    public treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: any) {
+    public treeStoreMetadataForFileWithParameter(resourceId: string, path?: string, mimeType?: string, options?: AxiosRequestConfig) {
         return TreeApiFp(this.configuration).treeStoreMetadataForFileWithParameter(resourceId, path, mimeType, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.Tree/base.ts b/src/Coscine.Api.Tree/base.ts
index 68b690a39cec9fd7b7dab85f5e0236be991c3b3c..73ea4ea32b673a47c1c32edcfa52a73f904eab43 100644
--- a/src/Coscine.Api.Tree/base.ts
+++ b/src/Coscine.Api.Tree/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Tree
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.8.7
+ * The version of the OpenAPI document: 2.9.4
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Tree".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.Tree/common.ts b/src/Coscine.Api.Tree/common.ts
index 5095d01c4d3bb3fc6bac64b97b3474bd5d906596..080c5ff7572a9f076eacc5ffd84dc8e13988c549 100644
--- a/src/Coscine.Api.Tree/common.ts
+++ b/src/Coscine.Api.Tree/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Tree
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.8.7
+ * The version of the OpenAPI document: 2.9.4
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.Tree/configuration.ts b/src/Coscine.Api.Tree/configuration.ts
index 71fa3d72d1cd885e5fa1b5731cfeb8d7484d6c26..f20042e3ba777b05ff4c70e0603ec47406d38a80 100644
--- a/src/Coscine.Api.Tree/configuration.ts
+++ b/src/Coscine.Api.Tree/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Tree
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.8.7
+ * The version of the OpenAPI document: 2.9.4
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.Tree/git_push.sh b/src/Coscine.Api.Tree/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.Tree/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.Tree/index.ts b/src/Coscine.Api.Tree/index.ts
index b5b747cc88861962321cb536c7121122404fed40..f2de3f37c12a2f29c9e91a7ffa1994afe5d03bcc 100644
--- a/src/Coscine.Api.Tree/index.ts
+++ b/src/Coscine.Api.Tree/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.Tree
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 2.8.7
+ * The version of the OpenAPI document: 2.9.4
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.User/.openapi-generator/FILES b/src/Coscine.Api.User/.openapi-generator/FILES
index 16b445eee6ddfbfbfe345427f484f94cba9ee946..a80cd4f07b06392ec40d85448aa5df7f94cce151 100644
--- a/src/Coscine.Api.User/.openapi-generator/FILES
+++ b/src/Coscine.Api.User/.openapi-generator/FILES
@@ -1,6 +1,5 @@
 .gitignore
 .npmignore
-.openapi-generator-ignore
 api.ts
 base.ts
 common.ts
diff --git a/src/Coscine.Api.User/.openapi-generator/VERSION b/src/Coscine.Api.User/.openapi-generator/VERSION
index 804440660c71cc833e24b1a87544a706fb3eac35..e7e42a4b5854af6c7096aba8be7e7f9a32a40a7a 100644
--- a/src/Coscine.Api.User/.openapi-generator/VERSION
+++ b/src/Coscine.Api.User/.openapi-generator/VERSION
@@ -1 +1 @@
-5.2.1
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/src/Coscine.Api.User/api.ts b/src/Coscine.Api.User/api.ts
index b304c1af1f8dd2eb56d44d7a4b769873f2efd453..dbffcd6c8f358d467c384fb1e428c0c8d27dfc63 100644
--- a/src/Coscine.Api.User/api.ts
+++ b/src/Coscine.Api.User/api.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.User
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.2.0
+ * The version of the OpenAPI document: 3.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,15 @@
  */
 
 
-import { Configuration } from './configuration';
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { Configuration } from './configuration';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 // Some imports not used depending on template conditions
 // @ts-ignore
 import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
+import type { RequestArgs } from './base';
 // @ts-ignore
-import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
+import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError } from './base';
 
 /**
  * 
@@ -32,31 +34,31 @@ export interface ContactChangeObject {
      * @type {string}
      * @memberof ContactChangeObject
      */
-    relationId?: string;
+    'relationId'?: string;
     /**
      * 
      * @type {string}
      * @memberof ContactChangeObject
      */
-    userId?: string;
+    'userId'?: string;
     /**
      * 
      * @type {string}
      * @memberof ContactChangeObject
      */
-    newEmail?: string | null;
+    'newEmail'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ContactChangeObject
      */
-    editDate?: string | null;
+    'editDate'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof ContactChangeObject
      */
-    confirmationToken?: string;
+    'confirmationToken'?: string;
 }
 /**
  * 
@@ -69,25 +71,25 @@ export interface DisciplineObject {
      * @type {string}
      * @memberof DisciplineObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    url?: string | null;
+    'url'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    displayNameDe?: string | null;
+    'displayNameDe'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof DisciplineObject
      */
-    displayNameEn?: string | null;
+    'displayNameEn'?: string | null;
 }
 /**
  * 
@@ -100,13 +102,13 @@ export interface ExternalAuthenticatorsObject {
      * @type {string}
      * @memberof ExternalAuthenticatorsObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof ExternalAuthenticatorsObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * 
@@ -119,19 +121,19 @@ export interface LanguageObject {
      * @type {string}
      * @memberof LanguageObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof LanguageObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof LanguageObject
      */
-    abbreviation?: string | null;
+    'abbreviation'?: string | null;
 }
 /**
  * 
@@ -144,13 +146,13 @@ export interface TitleObject {
      * @type {string}
      * @memberof TitleObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof TitleObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
 }
 /**
  * Class representing the TOS version
@@ -163,7 +165,7 @@ export interface Tos {
      * @type {Array<string>}
      * @memberof Tos
      */
-    version?: Array<string> | null;
+    'version'?: Array<string> | null;
 }
 /**
  * 
@@ -176,80 +178,92 @@ export interface UserObject {
      * @type {string}
      * @memberof UserObject
      */
-    id?: string;
+    'id'?: string;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    displayName?: string | null;
+    'displayName'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    givenname?: string | null;
+    'givenname'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    surname?: string | null;
+    'surname'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    emailAddress?: string | null;
+    'emailAddress'?: string | null;
     /**
      * 
      * @type {boolean}
      * @memberof UserObject
      */
-    hasProjectRole?: boolean;
+    'hasProjectRole'?: boolean;
     /**
      * 
-     * @type {TitleObject}
+     * @type {UserObjectTitle}
      * @memberof UserObject
      */
-    title?: TitleObject | null;
+    'title'?: UserObjectTitle | null;
     /**
      * 
-     * @type {LanguageObject}
+     * @type {UserObjectLanguage}
      * @memberof UserObject
      */
-    language?: LanguageObject | null;
+    'language'?: UserObjectLanguage | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    organization?: string | null;
+    'organization'?: string | null;
     /**
      * 
      * @type {string}
      * @memberof UserObject
      */
-    institute?: string | null;
+    'institute'?: string | null;
     /**
      * 
      * @type {Array<DisciplineObject>}
      * @memberof UserObject
      */
-    disciplines?: Array<DisciplineObject> | null;
+    'disciplines'?: Array<DisciplineObject> | null;
     /**
      * 
      * @type {boolean}
      * @memberof UserObject
      */
-    isRegistered?: boolean;
+    'isRegistered'?: boolean;
     /**
      * 
      * @type {Array<ExternalAuthenticatorsObject>}
      * @memberof UserObject
      */
-    externalAuthenticators?: Array<ExternalAuthenticatorsObject> | null;
+    'externalAuthenticators'?: Array<ExternalAuthenticatorsObject> | null;
 }
+/**
+ * @type UserObjectLanguage
+ * @export
+ */
+export type UserObjectLanguage = LanguageObject;
+
+/**
+ * @type UserObjectTitle
+ * @export
+ */
+export type UserObjectTitle = TitleObject;
+
 
 /**
  * ContactChangeApi - axios parameter creator
@@ -264,7 +278,7 @@ export const ContactChangeApiAxiosParamCreator = function (configuration?: Confi
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        contactChangeChangeContactEmail: async (body: string, options: any = {}): Promise<RequestArgs> => {
+        contactChangeChangeContactEmail: async (body: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'body' is not null or undefined
             assertParamExists('contactChangeChangeContactEmail', 'body', body)
             const localVarPath = `/ContactChange/emailchange`;
@@ -286,7 +300,7 @@ export const ContactChangeApiAxiosParamCreator = function (configuration?: Confi
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)
@@ -303,7 +317,7 @@ export const ContactChangeApiAxiosParamCreator = function (configuration?: Confi
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        contactChangeConfirmContactEmail: async (verification: string, options: any = {}): Promise<RequestArgs> => {
+        contactChangeConfirmContactEmail: async (verification: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'verification' is not null or undefined
             assertParamExists('contactChangeConfirmContactEmail', 'verification', verification)
             const localVarPath = `/ContactChange/confirm/{verification}`
@@ -324,7 +338,7 @@ export const ContactChangeApiAxiosParamCreator = function (configuration?: Confi
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -339,7 +353,7 @@ export const ContactChangeApiAxiosParamCreator = function (configuration?: Confi
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        contactChangeConfirmationStatus: async (options: any = {}): Promise<RequestArgs> => {
+        contactChangeConfirmationStatus: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/ContactChange/status`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -357,7 +371,7 @@ export const ContactChangeApiAxiosParamCreator = function (configuration?: Confi
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -383,7 +397,7 @@ export const ContactChangeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async contactChangeChangeContactEmail(body: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContactChangeObject>> {
+        async contactChangeChangeContactEmail(body: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContactChangeObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.contactChangeChangeContactEmail(body, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -394,7 +408,7 @@ export const ContactChangeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async contactChangeConfirmContactEmail(verification: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserObject>> {
+        async contactChangeConfirmContactEmail(verification: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.contactChangeConfirmContactEmail(verification, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -404,7 +418,7 @@ export const ContactChangeApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async contactChangeConfirmationStatus(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ContactChangeObject>>> {
+        async contactChangeConfirmationStatus(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ContactChangeObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.contactChangeConfirmationStatus(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -465,7 +479,7 @@ export class ContactChangeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ContactChangeApi
      */
-    public contactChangeChangeContactEmail(body: string, options?: any) {
+    public contactChangeChangeContactEmail(body: string, options?: AxiosRequestConfig) {
         return ContactChangeApiFp(this.configuration).contactChangeChangeContactEmail(body, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -477,7 +491,7 @@ export class ContactChangeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ContactChangeApi
      */
-    public contactChangeConfirmContactEmail(verification: string, options?: any) {
+    public contactChangeConfirmContactEmail(verification: string, options?: AxiosRequestConfig) {
         return ContactChangeApiFp(this.configuration).contactChangeConfirmContactEmail(verification, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -488,7 +502,7 @@ export class ContactChangeApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof ContactChangeApi
      */
-    public contactChangeConfirmationStatus(options?: any) {
+    public contactChangeConfirmationStatus(options?: AxiosRequestConfig) {
         return ContactChangeApiFp(this.configuration).contactChangeConfirmationStatus(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -506,7 +520,7 @@ export const LanguageApiAxiosParamCreator = function (configuration?: Configurat
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        languageIndex: async (options: any = {}): Promise<RequestArgs> => {
+        languageIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Language`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -524,7 +538,7 @@ export const LanguageApiAxiosParamCreator = function (configuration?: Configurat
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -549,7 +563,7 @@ export const LanguageApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async languageIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LanguageObject>>> {
+        async languageIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LanguageObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.languageIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -589,7 +603,7 @@ export class LanguageApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof LanguageApi
      */
-    public languageIndex(options?: any) {
+    public languageIndex(options?: AxiosRequestConfig) {
         return LanguageApiFp(this.configuration).languageIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -607,7 +621,7 @@ export const TOSApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tOSAcceptCurrentTOSVersion: async (options: any = {}): Promise<RequestArgs> => {
+        tOSAcceptCurrentTOSVersion: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/TOS`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -625,7 +639,7 @@ export const TOSApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -640,7 +654,7 @@ export const TOSApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tOSAcceptedTOSVersion: async (options: any = {}): Promise<RequestArgs> => {
+        tOSAcceptedTOSVersion: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/TOS`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -658,7 +672,7 @@ export const TOSApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -673,7 +687,7 @@ export const TOSApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        tOSGetCurrentTOSVersion: async (options: any = {}): Promise<RequestArgs> => {
+        tOSGetCurrentTOSVersion: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/TOS/version`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -691,7 +705,7 @@ export const TOSApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -716,7 +730,7 @@ export const TOSApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tOSAcceptCurrentTOSVersion(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
+        async tOSAcceptCurrentTOSVersion(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tOSAcceptCurrentTOSVersion(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -726,7 +740,7 @@ export const TOSApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tOSAcceptedTOSVersion(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tos>> {
+        async tOSAcceptedTOSVersion(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tos>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tOSAcceptedTOSVersion(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -736,7 +750,7 @@ export const TOSApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async tOSGetCurrentTOSVersion(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
+        async tOSGetCurrentTOSVersion(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.tOSGetCurrentTOSVersion(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -794,7 +808,7 @@ export class TOSApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TOSApi
      */
-    public tOSAcceptCurrentTOSVersion(options?: any) {
+    public tOSAcceptCurrentTOSVersion(options?: AxiosRequestConfig) {
         return TOSApiFp(this.configuration).tOSAcceptCurrentTOSVersion(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -805,7 +819,7 @@ export class TOSApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TOSApi
      */
-    public tOSAcceptedTOSVersion(options?: any) {
+    public tOSAcceptedTOSVersion(options?: AxiosRequestConfig) {
         return TOSApiFp(this.configuration).tOSAcceptedTOSVersion(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -816,7 +830,7 @@ export class TOSApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TOSApi
      */
-    public tOSGetCurrentTOSVersion(options?: any) {
+    public tOSGetCurrentTOSVersion(options?: AxiosRequestConfig) {
         return TOSApiFp(this.configuration).tOSGetCurrentTOSVersion(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -834,7 +848,7 @@ export const TitleApiAxiosParamCreator = function (configuration?: Configuration
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        titleIndex: async (options: any = {}): Promise<RequestArgs> => {
+        titleIndex: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/Title`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -852,7 +866,7 @@ export const TitleApiAxiosParamCreator = function (configuration?: Configuration
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -877,7 +891,7 @@ export const TitleApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async titleIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TitleObject>>> {
+        async titleIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TitleObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.titleIndex(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -917,7 +931,7 @@ export class TitleApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof TitleApi
      */
-    public titleIndex(options?: any) {
+    public titleIndex(options?: AxiosRequestConfig) {
         return TitleApiFp(this.configuration).titleIndex(options).then((request) => request(this.axios, this.basePath));
     }
 }
@@ -935,7 +949,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        userGetUser: async (options: any = {}): Promise<RequestArgs> => {
+        userGetUser: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             const localVarPath = `/User/user`;
             // use dummy base URL string because the URL constructor only accepts absolute URLs.
             const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -953,7 +967,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -970,7 +984,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        userQuery: async (queryString: string, projectId: string, options: any = {}): Promise<RequestArgs> => {
+        userQuery: async (queryString: string, projectId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'queryString' is not null or undefined
             assertParamExists('userQuery', 'queryString', queryString)
             // verify required parameter 'projectId' is not null or undefined
@@ -994,7 +1008,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1010,7 +1024,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        userSetAndReturnMergeToken: async (provider: string, options: any = {}): Promise<RequestArgs> => {
+        userSetAndReturnMergeToken: async (provider: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'provider' is not null or undefined
             assertParamExists('userSetAndReturnMergeToken', 'provider', provider)
             const localVarPath = `/User/mergeToken/{provider}`
@@ -1031,7 +1045,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
 
 
     
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
 
@@ -1047,7 +1061,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        userUpdateUser: async (userObject: UserObject, options: any = {}): Promise<RequestArgs> => {
+        userUpdateUser: async (userObject: UserObject, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
             // verify required parameter 'userObject' is not null or undefined
             assertParamExists('userUpdateUser', 'userObject', userObject)
             const localVarPath = `/User/user`;
@@ -1069,7 +1083,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
     
             localVarHeaderParameter['Content-Type'] = 'application/json';
 
-            setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
+            setSearchParams(localVarUrlObj, localVarQueryParameter);
             let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
             localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
             localVarRequestOptions.data = serializeDataIfNeeded(userObject, localVarRequestOptions, configuration)
@@ -1095,7 +1109,7 @@ export const UserApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async userGetUser(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserObject>> {
+        async userGetUser(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserObject>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.userGetUser(options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1107,7 +1121,7 @@ export const UserApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async userQuery(queryString: string, projectId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UserObject>>> {
+        async userQuery(queryString: string, projectId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UserObject>>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.userQuery(queryString, projectId, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1118,7 +1132,7 @@ export const UserApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async userSetAndReturnMergeToken(provider: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
+        async userSetAndReturnMergeToken(provider: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.userSetAndReturnMergeToken(provider, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1129,7 +1143,7 @@ export const UserApiFp = function(configuration?: Configuration) {
          * @param {*} [options] Override http request option.
          * @throws {RequiredError}
          */
-        async userUpdateUser(userObject: UserObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>> {
+        async userUpdateUser(userObject: UserObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>> {
             const localVarAxiosArgs = await localVarAxiosParamCreator.userUpdateUser(userObject, options);
             return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
         },
@@ -1200,7 +1214,7 @@ export class UserApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof UserApi
      */
-    public userGetUser(options?: any) {
+    public userGetUser(options?: AxiosRequestConfig) {
         return UserApiFp(this.configuration).userGetUser(options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1213,7 +1227,7 @@ export class UserApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof UserApi
      */
-    public userQuery(queryString: string, projectId: string, options?: any) {
+    public userQuery(queryString: string, projectId: string, options?: AxiosRequestConfig) {
         return UserApiFp(this.configuration).userQuery(queryString, projectId, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1225,7 +1239,7 @@ export class UserApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof UserApi
      */
-    public userSetAndReturnMergeToken(provider: string, options?: any) {
+    public userSetAndReturnMergeToken(provider: string, options?: AxiosRequestConfig) {
         return UserApiFp(this.configuration).userSetAndReturnMergeToken(provider, options).then((request) => request(this.axios, this.basePath));
     }
 
@@ -1237,7 +1251,7 @@ export class UserApi extends BaseAPI {
      * @throws {RequiredError}
      * @memberof UserApi
      */
-    public userUpdateUser(userObject: UserObject, options?: any) {
+    public userUpdateUser(userObject: UserObject, options?: AxiosRequestConfig) {
         return UserApiFp(this.configuration).userUpdateUser(userObject, options).then((request) => request(this.axios, this.basePath));
     }
 }
diff --git a/src/Coscine.Api.User/base.ts b/src/Coscine.Api.User/base.ts
index 95d7fc3560fb846409f9fbbf8196c0e069aaaac3..e561d7948729a45ae1c609615e588bb82e6fd844 100644
--- a/src/Coscine.Api.User/base.ts
+++ b/src/Coscine.Api.User/base.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.User
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.2.0
+ * The version of the OpenAPI document: 3.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,10 +13,11 @@
  */
 
 
-import { Configuration } from "./configuration";
+import type { Configuration } from './configuration';
 // Some imports not used depending on template conditions
 // @ts-ignore
-import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
+import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
+import globalAxios from 'axios';
 
 export const BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.User".replace(/\/+$/, "");
 
@@ -38,7 +39,7 @@ export const COLLECTION_FORMATS = {
  */
 export interface RequestArgs {
     url: string;
-    options: any;
+    options: AxiosRequestConfig;
 }
 
 /**
@@ -64,8 +65,8 @@ export class BaseAPI {
  * @extends {Error}
  */
 export class RequiredError extends Error {
-    name: "RequiredError" = "RequiredError";
     constructor(public field: string, msg?: string) {
         super(msg);
+        this.name = "RequiredError"
     }
 }
diff --git a/src/Coscine.Api.User/common.ts b/src/Coscine.Api.User/common.ts
index d95f60af3bca8f79be2e313733750e6ad30ab806..21e040a411e3c6222bbd657066e52af03cc84e3f 100644
--- a/src/Coscine.Api.User/common.ts
+++ b/src/Coscine.Api.User/common.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.User
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.2.0
+ * The version of the OpenAPI document: 3.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,10 @@
  */
 
 
-import { Configuration } from "./configuration";
-import { RequiredError, RequestArgs } from "./base";
-import { AxiosInstance } from 'axios';
+import type { Configuration } from "./configuration";
+import type { RequestArgs } from "./base";
+import type { AxiosInstance, AxiosResponse } from 'axios';
+import { RequiredError } from "./base";
 
 /**
  *
@@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope
     }
 }
 
+function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
+    if (parameter == null) return;
+    if (typeof parameter === "object") {
+        if (Array.isArray(parameter)) {
+            (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
+        } 
+        else {
+            Object.keys(parameter).forEach(currentKey => 
+                setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
+            );
+        }
+    } 
+    else {
+        if (urlSearchParams.has(key)) {
+            urlSearchParams.append(key, parameter);
+        } 
+        else {
+            urlSearchParams.set(key, parameter);
+        }
+    }
+}
+
 /**
  *
  * @export
  */
 export const setSearchParams = function (url: URL, ...objects: any[]) {
     const searchParams = new URLSearchParams(url.search);
-    for (const object of objects) {
-        for (const key in object) {
-            if (Array.isArray(object[key])) {
-                searchParams.delete(key);
-                for (const item of object[key]) {
-                    searchParams.append(key, item);
-                }
-            } else {
-                searchParams.set(key, object[key]);
-            }
-        }
-    }
+    setFlattenedQueryParams(searchParams, objects);
     url.search = searchParams.toString();
 }
 
@@ -131,8 +143,8 @@ export const toPathString = function (url: URL) {
  * @export
  */
 export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
-    return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
+    return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
         const axiosRequestArgs = {...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url};
-        return axios.request(axiosRequestArgs);
+        return axios.request<T, R>(axiosRequestArgs);
     };
 }
diff --git a/src/Coscine.Api.User/configuration.ts b/src/Coscine.Api.User/configuration.ts
index 919bfcaf4c921323dcb2cb3afa9b1d3b049dc306..16468a8d6eb6044f82521b4194ca9a93e5afc0c4 100644
--- a/src/Coscine.Api.User/configuration.ts
+++ b/src/Coscine.Api.User/configuration.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.User
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.2.0
+ * The version of the OpenAPI document: 3.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/Coscine.Api.User/git_push.sh b/src/Coscine.Api.User/git_push.sh
new file mode 100644
index 0000000000000000000000000000000000000000..f53a75d4fabe760cce49eddfd62fcc702938ea90
--- /dev/null
+++ b/src/Coscine.Api.User/git_push.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
+#
+# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
+
+git_user_id=$1
+git_repo_id=$2
+release_note=$3
+git_host=$4
+
+if [ "$git_host" = "" ]; then
+    git_host="github.com"
+    echo "[INFO] No command line input provided. Set \$git_host to $git_host"
+fi
+
+if [ "$git_user_id" = "" ]; then
+    git_user_id="GIT_USER_ID"
+    echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
+fi
+
+if [ "$git_repo_id" = "" ]; then
+    git_repo_id="GIT_REPO_ID"
+    echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
+fi
+
+if [ "$release_note" = "" ]; then
+    release_note="Minor update"
+    echo "[INFO] No command line input provided. Set \$release_note to $release_note"
+fi
+
+# Initialize the local directory as a Git repository
+git init
+
+# Adds the files in the local repository and stages them for commit.
+git add .
+
+# Commits the tracked changes and prepares them to be pushed to a remote repository.
+git commit -m "$release_note"
+
+# Sets the new remote
+git_remote=$(git remote)
+if [ "$git_remote" = "" ]; then # git remote not defined
+
+    if [ "$GIT_TOKEN" = "" ]; then
+        echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
+        git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
+    else
+        git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
+    fi
+
+fi
+
+git pull origin master
+
+# Pushes (Forces) the changes in the local repository up to the remote repository
+echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
+git push origin master 2>&1 | grep -v 'To https'
diff --git a/src/Coscine.Api.User/index.ts b/src/Coscine.Api.User/index.ts
index 2578b2f20d108471c09c7527d3036d58fa79e3ef..e3d48871043663ca69bdbbe2381757ce8227c96e 100644
--- a/src/Coscine.Api.User/index.ts
+++ b/src/Coscine.Api.User/index.ts
@@ -4,7 +4,7 @@
  * Coscine.Api.User
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
  *
- * The version of the OpenAPI document: 3.2.0
+ * The version of the OpenAPI document: 3.2.1
  * 
  *
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).