@coscine/api-client 1.4.0 → 1.5.2

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 (117) hide show
  1. package/dist/index.js +317 -249
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +316 -250
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +1 -1
  6. package/dist/lib/Coscine.Api.Admin/api.js +13 -13
  7. package/dist/lib/Coscine.Api.Admin/base.js +2 -2
  8. package/dist/lib/Coscine.Api.Admin/common.js +1 -1
  9. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  10. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  11. package/dist/lib/Coscine.Api.Blob/api.js +1 -1
  12. package/dist/lib/Coscine.Api.Blob/base.js +2 -2
  13. package/dist/lib/Coscine.Api.Blob/common.js +1 -1
  14. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  15. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  16. package/dist/lib/Coscine.Api.Metadata/api.js +1 -1
  17. package/dist/lib/Coscine.Api.Metadata/base.js +2 -2
  18. package/dist/lib/Coscine.Api.Metadata/common.js +1 -1
  19. package/dist/lib/Coscine.Api.Metadata/configuration.js +1 -1
  20. package/dist/lib/Coscine.Api.Metadata/index.js +1 -1
  21. package/dist/lib/Coscine.Api.Notices/api.js +1 -1
  22. package/dist/lib/Coscine.Api.Notices/base.js +2 -2
  23. package/dist/lib/Coscine.Api.Notices/common.js +1 -1
  24. package/dist/lib/Coscine.Api.Notices/configuration.js +1 -1
  25. package/dist/lib/Coscine.Api.Notices/index.js +1 -1
  26. package/dist/lib/Coscine.Api.Organization/base.js +1 -1
  27. package/dist/lib/Coscine.Api.Project/api.js +280 -257
  28. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  29. package/dist/lib/Coscine.Api.Project/base.js +2 -2
  30. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  31. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  32. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  33. package/dist/lib/Coscine.Api.Quota/api.js +1 -1
  34. package/dist/lib/Coscine.Api.Quota/base.js +2 -2
  35. package/dist/lib/Coscine.Api.Quota/common.js +1 -1
  36. package/dist/lib/Coscine.Api.Quota/configuration.js +1 -1
  37. package/dist/lib/Coscine.Api.Quota/index.js +1 -1
  38. package/dist/lib/Coscine.Api.Resources/api.js +29 -29
  39. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  40. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  41. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  42. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  43. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  44. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  45. package/dist/lib/Coscine.Api.Search/base.js +2 -2
  46. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  47. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  48. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  49. package/dist/lib/Coscine.Api.Token/api.js +58 -0
  50. package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
  51. package/dist/lib/Coscine.Api.Token/base.js +1 -1
  52. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  53. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  54. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  55. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  56. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  57. package/dist/lib/Coscine.Api.User/api.js +1 -1
  58. package/dist/lib/Coscine.Api.User/base.js +2 -2
  59. package/dist/lib/Coscine.Api.User/common.js +1 -1
  60. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  61. package/dist/lib/Coscine.Api.User/index.js +1 -1
  62. package/dist/lib/index.js +1 -3
  63. package/dist/lib/index.js.map +1 -1
  64. package/dist/types/Coscine.Api.Admin/api.d.ts +13 -13
  65. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  66. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  67. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  68. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  69. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  70. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  71. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  72. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  73. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  74. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  75. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  76. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  77. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  78. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  79. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  80. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  81. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  82. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  84. package/dist/types/Coscine.Api.Project/api.d.ts +408 -1726
  85. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  87. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  88. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  89. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Resources/api.d.ts +176 -38
  95. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  98. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  103. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  104. package/dist/types/Coscine.Api.Token/api.d.ts +48 -0
  105. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  107. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  108. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  109. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  110. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  111. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  112. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  113. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  114. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  115. package/dist/types/apis.d.ts +13 -12
  116. package/dist/types/index.d.ts +26 -27
  117. package/package.json +1 -1
@@ -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.ActivatedFeatures".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.ActivatedFeatures".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Admin
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.2.0
8
+ * The version of the OpenAPI document: 2.4.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -40,8 +40,8 @@ const AdminApiAxiosParamCreator = function (configuration) {
40
40
  return {
41
41
  /**
42
42
  *
43
- * @summary Find the project related to the the projectString(Guid or slug)
44
- * @param {string} projectString Either the id (guid) of the project or the slug.
43
+ * @summary Find the project related to the projectString(GUID or slug)
44
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
45
45
  * @param {*} [options] Override http request option.
46
46
  * @throws {RequiredError}
47
47
  */
@@ -72,7 +72,7 @@ const AdminApiAxiosParamCreator = function (configuration) {
72
72
  /**
73
73
  *
74
74
  * @summary Update the project quota
75
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
75
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
76
76
  * @param {*} [options] Override http request option.
77
77
  * @throws {RequiredError}
78
78
  */
@@ -113,8 +113,8 @@ const AdminApiFp = function (configuration) {
113
113
  return {
114
114
  /**
115
115
  *
116
- * @summary Find the project related to the the projectString(Guid or slug)
117
- * @param {string} projectString Either the id (guid) of the project or the slug.
116
+ * @summary Find the project related to the projectString(GUID or slug)
117
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
118
118
  * @param {*} [options] Override http request option.
119
119
  * @throws {RequiredError}
120
120
  */
@@ -127,7 +127,7 @@ const AdminApiFp = function (configuration) {
127
127
  /**
128
128
  *
129
129
  * @summary Update the project quota
130
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
130
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
131
131
  * @param {*} [options] Override http request option.
132
132
  * @throws {RequiredError}
133
133
  */
@@ -149,8 +149,8 @@ const AdminApiFactory = function (configuration, basePath, axios) {
149
149
  return {
150
150
  /**
151
151
  *
152
- * @summary Find the project related to the the projectString(Guid or slug)
153
- * @param {string} projectString Either the id (guid) of the project or the slug.
152
+ * @summary Find the project related to the projectString(GUID or slug)
153
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
154
154
  * @param {*} [options] Override http request option.
155
155
  * @throws {RequiredError}
156
156
  */
@@ -160,7 +160,7 @@ const AdminApiFactory = function (configuration, basePath, axios) {
160
160
  /**
161
161
  *
162
162
  * @summary Update the project quota
163
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
163
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
164
164
  * @param {*} [options] Override http request option.
165
165
  * @throws {RequiredError}
166
166
  */
@@ -179,8 +179,8 @@ exports.AdminApiFactory = AdminApiFactory;
179
179
  class AdminApi extends base_1.BaseAPI {
180
180
  /**
181
181
  *
182
- * @summary Find the project related to the the projectString(Guid or slug)
183
- * @param {string} projectString Either the id (guid) of the project or the slug.
182
+ * @summary Find the project related to the projectString(GUID or slug)
183
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
184
184
  * @param {*} [options] Override http request option.
185
185
  * @throws {RequiredError}
186
186
  * @memberof AdminApi
@@ -191,7 +191,7 @@ class AdminApi extends base_1.BaseAPI {
191
191
  /**
192
192
  *
193
193
  * @summary Update the project quota
194
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
194
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
195
195
  * @param {*} [options] Override http request option.
196
196
  * @throws {RequiredError}
197
197
  * @memberof AdminApi
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Admin
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.2.0
8
+ * The version of the OpenAPI document: 2.4.0
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.Admin".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Admin".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Admin
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.2.0
8
+ * The version of the OpenAPI document: 2.4.0
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.Admin
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.2.0
8
+ * The version of the OpenAPI document: 2.4.0
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.Admin
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.2.0
8
+ * The version of the OpenAPI document: 2.4.0
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.Blob
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.5.1
8
+ * The version of the OpenAPI document: 2.6.4
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.Blob
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.5.1
8
+ * The version of the OpenAPI document: 2.6.4
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.Blob".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Blob".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Blob
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.5.1
8
+ * The version of the OpenAPI document: 2.6.4
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.Blob
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.5.1
8
+ * The version of the OpenAPI document: 2.6.4
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.Blob
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.5.1
8
+ * The version of the OpenAPI document: 2.6.4
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.Metadata
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.2.1
8
+ * The version of the OpenAPI document: 3.0.2
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.Metadata
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.2.1
8
+ * The version of the OpenAPI document: 3.0.2
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.Metadata".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Metadata".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Metadata
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.2.1
8
+ * The version of the OpenAPI document: 3.0.2
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.Metadata
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.2.1
8
+ * The version of the OpenAPI document: 3.0.2
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.Metadata
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.2.1
8
+ * The version of the OpenAPI document: 3.0.2
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.Notices
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.2
8
+ * The version of the OpenAPI document: 2.2.0
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.Notices
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.2
8
+ * The version of the OpenAPI document: 2.2.0
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.Notices".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Notices".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export
@@ -5,7 +5,7 @@
5
5
  * Coscine.Api.Notices
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.2
8
+ * The version of the OpenAPI document: 2.2.0
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.Notices
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.2
8
+ * The version of the OpenAPI document: 2.2.0
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.Notices
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.2
8
+ * The version of the OpenAPI document: 2.2.0
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.Organization".replace(/\/+$/, "");
23
+ exports.BASE_PATH = "https://d-sp16.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Organization".replace(/\/+$/, "");
24
24
  /**
25
25
  *
26
26
  * @export