@coscine/api-client 1.5.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +240 -251
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.umd.js +240 -251
  5. package/dist/index.umd.js.map +1 -1
  6. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +1 -1
  7. package/dist/lib/Coscine.Api.Admin/api.js +13 -13
  8. package/dist/lib/Coscine.Api.Admin/base.js +2 -2
  9. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  10. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  11. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  12. package/dist/lib/Coscine.Api.Blob/api.js +1 -1
  13. package/dist/lib/Coscine.Api.Blob/base.js +2 -2
  14. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  15. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  16. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  17. package/dist/lib/Coscine.Api.Metadata/api.js +1 -1
  18. package/dist/lib/Coscine.Api.Metadata/base.js +2 -2
  19. package/dist/lib/Coscine.Api.Metadata/common.js +1 -1
  20. package/dist/lib/Coscine.Api.Metadata/configuration.js +1 -1
  21. package/dist/lib/Coscine.Api.Metadata/index.js +1 -1
  22. package/dist/lib/Coscine.Api.Notices/api.js +1 -1
  23. package/dist/lib/Coscine.Api.Notices/base.js +2 -2
  24. package/dist/lib/Coscine.Api.Notices/common.js +1 -1
  25. package/dist/lib/Coscine.Api.Notices/configuration.js +1 -1
  26. package/dist/lib/Coscine.Api.Notices/index.js +1 -1
  27. package/dist/lib/Coscine.Api.Organization/base.js +1 -1
  28. package/dist/lib/Coscine.Api.Project/api.js +206 -248
  29. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  30. package/dist/lib/Coscine.Api.Project/base.js +1 -1
  31. package/dist/lib/Coscine.Api.Quota/api.js +1 -1
  32. package/dist/lib/Coscine.Api.Quota/base.js +2 -2
  33. package/dist/lib/Coscine.Api.Quota/common.js +1 -1
  34. package/dist/lib/Coscine.Api.Quota/configuration.js +1 -1
  35. package/dist/lib/Coscine.Api.Quota/index.js +1 -1
  36. package/dist/lib/Coscine.Api.Resources/api.js +1 -1
  37. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  38. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  39. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  40. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  41. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  42. package/dist/lib/Coscine.Api.Search/base.js +2 -2
  43. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  44. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  45. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  46. package/dist/lib/Coscine.Api.Token/api.js +58 -0
  47. package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
  48. package/dist/lib/Coscine.Api.Token/base.js +1 -1
  49. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  50. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  51. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  52. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  53. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  54. package/dist/lib/Coscine.Api.User/api.js +1 -1
  55. package/dist/lib/Coscine.Api.User/base.js +2 -2
  56. package/dist/lib/Coscine.Api.User/common.js +1 -1
  57. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  58. package/dist/lib/Coscine.Api.User/index.js +1 -1
  59. package/dist/lib/axios-basic.js +5 -30
  60. package/dist/lib/axios-basic.js.map +1 -1
  61. package/dist/types/Coscine.Api.Admin/api.d.ts +13 -13
  62. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  63. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  64. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  65. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  66. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  67. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  68. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  69. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  70. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  71. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  72. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  73. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  74. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  75. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  76. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  77. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  78. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  79. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  80. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  81. package/dist/types/Coscine.Api.Project/api.d.ts +366 -1717
  82. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  84. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  85. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  87. package/dist/types/Coscine.Api.Resources/api.d.ts +1 -1
  88. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  89. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Token/api.d.ts +48 -0
  98. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  103. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  104. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  105. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  106. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  107. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  108. package/dist/types/apis.d.ts +9 -9
  109. package/dist/types/index.d.ts +18 -18
  110. package/package.json +1 -1
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Tree
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.4.3
8
+ * The version of the OpenAPI document: 2.5.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Tree
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.4.3
8
+ * The version of the OpenAPI document: 2.5.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.User
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.1.3
8
+ * The version of the OpenAPI document: 2.2.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.User
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.1.3
8
+ * The version of the OpenAPI document: 2.2.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@ exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.B
20
20
  // Some imports not used depending on template conditions
21
21
  // @ts-ignore
22
22
  const axios_1 = __importDefault(require("axios"));
23
- exports.BASE_PATH = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.User".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.User".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.User
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.1.3
8
+ * The version of the OpenAPI document: 2.2.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.User
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.1.3
8
+ * The version of the OpenAPI document: 2.2.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.User
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2.1.3
8
+ * The version of the OpenAPI document: 2.2.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const axios_1 = __importDefault(require("axios"));
7
7
  const instance = axios_1.default.create();
8
8
  const authHeaderKey = 'Authorization';
9
- const clientCorrolationIdKey = 'X-Coscine-Logging-CorrelationId';
9
+ const clientCorrelationIdKey = 'X-Coscine-Logging-CorrelationId';
10
10
  function setHeader(request) {
11
11
  if (typeof coscine !== "undefined") {
12
12
  if (typeof coscine.authorization !== "undefined") {
13
13
  request.headers.common[authHeaderKey] =
14
14
  'Bearer ' + coscine.authorization.bearer;
15
15
  }
16
- if (typeof coscine.clientcorrolation !== "undefined") {
17
- request.headers.common[clientCorrolationIdKey] = coscine.clientcorrolation.id;
16
+ if (typeof coscine.clientcorrelation !== "undefined") {
17
+ request.headers.common[clientCorrelationIdKey] = coscine.clientcorrelation.id;
18
18
  }
19
19
  }
20
20
  if (typeof window !== 'undefined') {
@@ -24,47 +24,22 @@ function setHeader(request) {
24
24
  request.headers.common[authHeaderKey] =
25
25
  'Bearer ' + localStorageToken;
26
26
  }
27
- const localStorageClientCorrelation = localStorage.getItem("coscine.clientcorrolation.id");
27
+ const localStorageClientCorrelation = localStorage.getItem("coscine.clientcorrelation.id");
28
28
  if (localStorageClientCorrelation) {
29
- request.headers.common[clientCorrolationIdKey] = localStorageClientCorrelation;
29
+ request.headers.common[clientCorrelationIdKey] = localStorageClientCorrelation;
30
30
  }
31
31
  }
32
32
  }
33
33
  ;
34
- function increaseLoading() {
35
- if ((typeof coscine !== "undefined") && (typeof coscine.loading !== "undefined") && (typeof coscine.loading.counter !== "undefined")) {
36
- coscine.loading.counter++;
37
- }
38
- if (typeof window !== 'undefined') {
39
- const localStorageLoading = localStorage.getItem("coscine.loading.counter");
40
- if (localStorageLoading) {
41
- localStorage.setItem("coscine.loading.counter", String(Number(localStorageLoading) + 1));
42
- }
43
- }
44
- }
45
- function decreaseLoading() {
46
- if ((typeof coscine !== "undefined") && (typeof coscine.loading !== "undefined") && (typeof coscine.loading.counter !== "undefined")) {
47
- coscine.loading.counter--;
48
- }
49
- if (typeof window !== 'undefined') {
50
- const localStorageLoading = localStorage.getItem("coscine.loading.counter");
51
- if (localStorageLoading) {
52
- localStorage.setItem("coscine.loading.counter", String(Number(localStorageLoading) - 1));
53
- }
54
- }
55
- }
56
34
  instance.interceptors.request.use((request) => {
57
35
  setHeader(request);
58
- increaseLoading();
59
36
  return request;
60
37
  }, (error) => {
61
38
  return Promise.reject(error);
62
39
  });
63
40
  instance.interceptors.response.use((response) => {
64
- decreaseLoading();
65
41
  return response;
66
42
  }, (error) => {
67
- decreaseLoading();
68
43
  return Promise.reject(error);
69
44
  });
70
45
  exports.default = instance;
@@ -1 +1 @@
1
- {"version":3,"file":"axios-basic.js","sourceRoot":"","sources":["../../src/axios-basic.ts"],"names":[],"mappings":";;;;;AAAA,kDAAkD;AAElD,MAAM,QAAQ,GAAG,eAAK,CAAC,MAAM,EAAE,CAAC;AAEhC,MAAM,aAAa,GAAG,eAAe,CAAC;AACtC,MAAM,sBAAsB,GAAG,iCAAiC,CAAC;AAEjE,SAAS,SAAS,CAAC,OAA2B;IAC5C,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE;QAClC,IAAI,OAAO,OAAO,CAAC,aAAa,KAAK,WAAW,EAAE;YAChD,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAC;gBACnC,SAAS,GAAG,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC;SAC5C;QACD,IAAI,OAAO,OAAO,CAAC,iBAAiB,KAAK,WAAW,EAAE;YACpD,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC,EAAE,CAAC;SAC/E;KACF;IACD,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,kCAAkC;QAClC,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC;QAC/E,IAAI,iBAAiB,EAAE;YACrB,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAC;gBACjC,SAAS,GAAG,iBAAiB,CAAC;SACnC;QACD,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC;QAC3F,IAAI,6BAA6B,EAAE;YACjC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,6BAA6B,CAAC;SAChF;KACF;AACH,CAAC;AAAA,CAAC;AAEF,SAAS,eAAe;IACtB,IAAI,CAAC,OAAO,OAAO,KAAK,WAAW,CAAC,IAAI,CAAC,OAAO,OAAO,CAAC,OAAO,KAAK,WAAW,CAAC,IAAI,CAAC,OAAO,OAAO,CAAC,OAAO,CAAC,OAAO,KAAK,WAAW,CAAC,EAAE;QACpI,OAAO,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;KAC3B;IACD,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC;QAC5E,IAAI,mBAAmB,EAAE;YACvB,YAAY,CAAC,OAAO,CAAC,yBAAyB,EAAE,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;SAC1F;KACF;AACH,CAAC;AAED,SAAS,eAAe;IACtB,IAAI,CAAC,OAAO,OAAO,KAAK,WAAW,CAAC,IAAI,CAAC,OAAO,OAAO,CAAC,OAAO,KAAK,WAAW,CAAC,IAAI,CAAC,OAAO,OAAO,CAAC,OAAO,CAAC,OAAO,KAAK,WAAW,CAAC,EAAE;QACpI,OAAO,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;KAC3B;IACD,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC;QAC5E,IAAI,mBAAmB,EAAE;YACvB,YAAY,CAAC,OAAO,CAAC,yBAAyB,EAAE,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;SAC1F;KACF;AACH,CAAC;AAED,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,OAA2B,EAAE,EAAE;IAChE,SAAS,CAAC,OAAO,CAAC,CAAC;IACnB,eAAe,EAAE,CAAC;IAClB,OAAO,OAAO,CAAC;AACjB,CAAC,EAAE,CAAC,KAAc,EAAE,EAAE;IACpB,OAAO,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC/B,CAAC,CAAC,CAAC;AAEH,QAAQ,CAAC,YAAY,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,QAA4B,EAAE,EAAE;IAClE,eAAe,EAAE,CAAC;IAClB,OAAO,QAAQ,CAAC;AAClB,CAAC,EAAE,CAAC,KAAc,EAAE,EAAE;IACpB,eAAe,EAAE,CAAC;IAClB,OAAO,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC/B,CAAC,CAAC,CAAC;AAEH,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"axios-basic.js","sourceRoot":"","sources":["../../src/axios-basic.ts"],"names":[],"mappings":";;;;;AAAA,kDAAkD;AAElD,MAAM,QAAQ,GAAG,eAAK,CAAC,MAAM,EAAE,CAAC;AAEhC,MAAM,aAAa,GAAG,eAAe,CAAC;AACtC,MAAM,sBAAsB,GAAG,iCAAiC,CAAC;AAEjE,SAAS,SAAS,CAAC,OAA2B;IAC5C,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE;QAClC,IAAI,OAAO,OAAO,CAAC,aAAa,KAAK,WAAW,EAAE;YAChD,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAC;gBACnC,SAAS,GAAG,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC;SAC5C;QACD,IAAI,OAAO,OAAO,CAAC,iBAAiB,KAAK,WAAW,EAAE;YACpD,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC,EAAE,CAAC;SAC/E;KACF;IACD,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,kCAAkC;QAClC,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC;QAC/E,IAAI,iBAAiB,EAAE;YACrB,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAC;gBACjC,SAAS,GAAG,iBAAiB,CAAC;SACnC;QACD,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC;QAC3F,IAAI,6BAA6B,EAAE;YACjC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,6BAA6B,CAAC;SAChF;KACF;AACH,CAAC;AAAA,CAAC;AAEF,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,OAA2B,EAAE,EAAE;IAChE,SAAS,CAAC,OAAO,CAAC,CAAC;IACnB,OAAO,OAAO,CAAC;AACjB,CAAC,EAAE,CAAC,KAAc,EAAE,EAAE;IACpB,OAAO,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC/B,CAAC,CAAC,CAAC;AAEH,QAAQ,CAAC,YAAY,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,QAA4B,EAAE,EAAE;IAClE,OAAO,QAAQ,CAAC;AAClB,CAAC,EAAE,CAAC,KAAc,EAAE,EAAE;IACpB,OAAO,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC/B,CAAC,CAAC,CAAC;AAEH,kBAAe,QAAQ,CAAC"}
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.0
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -112,8 +112,8 @@ export interface UpdateQuotaParameterObject {
112
112
  export declare const AdminApiAxiosParamCreator: (configuration?: Configuration) => {
113
113
  /**
114
114
  *
115
- * @summary Find the project related to the the projectString(Guid or slug)
116
- * @param {string} projectString Either the id (guid) of the project or the slug.
115
+ * @summary Find the project related to the projectString(GUID or slug)
116
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
117
117
  * @param {*} [options] Override http request option.
118
118
  * @throws {RequiredError}
119
119
  */
@@ -121,7 +121,7 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
121
121
  /**
122
122
  *
123
123
  * @summary Update the project quota
124
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
124
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
125
125
  * @param {*} [options] Override http request option.
126
126
  * @throws {RequiredError}
127
127
  */
@@ -134,8 +134,8 @@ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration)
134
134
  export declare const AdminApiFp: (configuration?: Configuration) => {
135
135
  /**
136
136
  *
137
- * @summary Find the project related to the the projectString(Guid or slug)
138
- * @param {string} projectString Either the id (guid) of the project or the slug.
137
+ * @summary Find the project related to the projectString(GUID or slug)
138
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
139
139
  * @param {*} [options] Override http request option.
140
140
  * @throws {RequiredError}
141
141
  */
@@ -143,7 +143,7 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
143
143
  /**
144
144
  *
145
145
  * @summary Update the project quota
146
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
146
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
147
147
  * @param {*} [options] Override http request option.
148
148
  * @throws {RequiredError}
149
149
  */
@@ -156,8 +156,8 @@ export declare const AdminApiFp: (configuration?: Configuration) => {
156
156
  export declare const AdminApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
157
157
  /**
158
158
  *
159
- * @summary Find the project related to the the projectString(Guid or slug)
160
- * @param {string} projectString Either the id (guid) of the project or the slug.
159
+ * @summary Find the project related to the projectString(GUID or slug)
160
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
161
161
  * @param {*} [options] Override http request option.
162
162
  * @throws {RequiredError}
163
163
  */
@@ -165,7 +165,7 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
165
165
  /**
166
166
  *
167
167
  * @summary Update the project quota
168
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
168
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
169
169
  * @param {*} [options] Override http request option.
170
170
  * @throws {RequiredError}
171
171
  */
@@ -180,8 +180,8 @@ export declare const AdminApiFactory: (configuration?: Configuration, basePath?:
180
180
  export declare class AdminApi extends BaseAPI {
181
181
  /**
182
182
  *
183
- * @summary Find the project related to the the projectString(Guid or slug)
184
- * @param {string} projectString Either the id (guid) of the project or the slug.
183
+ * @summary Find the project related to the projectString(GUID or slug)
184
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
185
185
  * @param {*} [options] Override http request option.
186
186
  * @throws {RequiredError}
187
187
  * @memberof AdminApi
@@ -190,7 +190,7 @@ export declare class AdminApi extends BaseAPI {
190
190
  /**
191
191
  *
192
192
  * @summary Update the project quota
193
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
193
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
194
194
  * @param {*} [options] Override http request option.
195
195
  * @throws {RequiredError}
196
196
  * @memberof AdminApi
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.0
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.0
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.0
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.0
5
+ * The version of the OpenAPI document: 2.4.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Blob
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.1
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Blob
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.1
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Blob
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.1
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Blob
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.1
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Blob
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.5.1
5
+ * The version of the OpenAPI document: 2.6.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 3.0.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 3.0.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 3.0.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 3.0.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Metadata
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.2.1
5
+ * The version of the OpenAPI document: 3.0.2
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.1.2
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.1.2
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.1.2
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.1.2
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Coscine.Api.Notices
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2.1.2
5
+ * The version of the OpenAPI document: 2.2.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).