@coscine/api-client 1.5.0 → 1.5.1

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 (120) hide show
  1. package/dist/index.js +157 -191
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +157 -191
  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 +168 -210
  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 +1 -1
  39. package/dist/lib/Coscine.Api.Resources/base.js +2 -2
  40. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  41. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  42. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  43. package/dist/lib/Coscine.Api.Search/api.js +1 -1
  44. package/dist/lib/Coscine.Api.Search/base.js +2 -2
  45. package/dist/lib/Coscine.Api.Search/common.js +1 -1
  46. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  47. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  48. package/dist/lib/Coscine.Api.Token/api.js +1 -1
  49. package/dist/lib/Coscine.Api.Token/base.js +2 -2
  50. package/dist/lib/Coscine.Api.Token/common.js +1 -1
  51. package/dist/lib/Coscine.Api.Token/configuration.js +1 -1
  52. package/dist/lib/Coscine.Api.Token/index.js +1 -1
  53. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  54. package/dist/lib/Coscine.Api.Tree/base.js +2 -2
  55. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  56. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  57. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  58. package/dist/lib/Coscine.Api.User/api.js +1 -1
  59. package/dist/lib/Coscine.Api.User/base.js +2 -2
  60. package/dist/lib/Coscine.Api.User/common.js +1 -1
  61. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  62. package/dist/lib/Coscine.Api.User/index.js +1 -1
  63. package/dist/types/Coscine.Api.Admin/api.d.ts +13 -13
  64. package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
  65. package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
  66. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  67. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  68. package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
  69. package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
  70. package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
  71. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  72. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  73. package/dist/types/Coscine.Api.Metadata/api.d.ts +1 -1
  74. package/dist/types/Coscine.Api.Metadata/base.d.ts +1 -1
  75. package/dist/types/Coscine.Api.Metadata/common.d.ts +1 -1
  76. package/dist/types/Coscine.Api.Metadata/configuration.d.ts +1 -1
  77. package/dist/types/Coscine.Api.Metadata/index.d.ts +1 -1
  78. package/dist/types/Coscine.Api.Notices/api.d.ts +1 -1
  79. package/dist/types/Coscine.Api.Notices/base.d.ts +1 -1
  80. package/dist/types/Coscine.Api.Notices/common.d.ts +1 -1
  81. package/dist/types/Coscine.Api.Notices/configuration.d.ts +1 -1
  82. package/dist/types/Coscine.Api.Notices/index.d.ts +1 -1
  83. package/dist/types/Coscine.Api.Project/api.d.ts +336 -1687
  84. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  85. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  86. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  87. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  88. package/dist/types/Coscine.Api.Quota/api.d.ts +1 -1
  89. package/dist/types/Coscine.Api.Quota/base.d.ts +1 -1
  90. package/dist/types/Coscine.Api.Quota/common.d.ts +1 -1
  91. package/dist/types/Coscine.Api.Quota/configuration.d.ts +1 -1
  92. package/dist/types/Coscine.Api.Quota/index.d.ts +1 -1
  93. package/dist/types/Coscine.Api.Resources/api.d.ts +1 -1
  94. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  95. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  96. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  97. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  98. package/dist/types/Coscine.Api.Search/api.d.ts +1 -1
  99. package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
  100. package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
  101. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  102. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  103. package/dist/types/Coscine.Api.Token/api.d.ts +1 -1
  104. package/dist/types/Coscine.Api.Token/base.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Token/common.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Token/configuration.d.ts +1 -1
  107. package/dist/types/Coscine.Api.Token/index.d.ts +1 -1
  108. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  109. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  112. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  113. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  114. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  115. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  116. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  117. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  118. package/dist/types/apis.d.ts +7 -8
  119. package/dist/types/index.d.ts +14 -16
  120. package/package.json +1 -1
package/dist/index.umd.js CHANGED
@@ -1855,7 +1855,7 @@
1855
1855
  var axios = axios$2.exports;
1856
1856
 
1857
1857
  /* tslint:disable */
1858
- const BASE_PATH$c = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.ActivatedFeatures".replace(/\/+$/, "");
1858
+ const BASE_PATH$c = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.ActivatedFeatures".replace(/\/+$/, "");
1859
1859
  /**
1860
1860
  *
1861
1861
  * @export
@@ -2337,7 +2337,7 @@
2337
2337
  }
2338
2338
 
2339
2339
  /* tslint:disable */
2340
- const BASE_PATH$b = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Admin".replace(/\/+$/, "");
2340
+ const BASE_PATH$b = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Admin".replace(/\/+$/, "");
2341
2341
  /**
2342
2342
  *
2343
2343
  * @export
@@ -2443,8 +2443,8 @@
2443
2443
  return {
2444
2444
  /**
2445
2445
  *
2446
- * @summary Find the project related to the the projectString(Guid or slug)
2447
- * @param {string} projectString Either the id (guid) of the project or the slug.
2446
+ * @summary Find the project related to the projectString(GUID or slug)
2447
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
2448
2448
  * @param {*} [options] Override http request option.
2449
2449
  * @throws {RequiredError}
2450
2450
  */
@@ -2475,7 +2475,7 @@
2475
2475
  /**
2476
2476
  *
2477
2477
  * @summary Update the project quota
2478
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
2478
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
2479
2479
  * @param {*} [options] Override http request option.
2480
2480
  * @throws {RequiredError}
2481
2481
  */
@@ -2515,8 +2515,8 @@
2515
2515
  return {
2516
2516
  /**
2517
2517
  *
2518
- * @summary Find the project related to the the projectString(Guid or slug)
2519
- * @param {string} projectString Either the id (guid) of the project or the slug.
2518
+ * @summary Find the project related to the projectString(GUID or slug)
2519
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
2520
2520
  * @param {*} [options] Override http request option.
2521
2521
  * @throws {RequiredError}
2522
2522
  */
@@ -2529,7 +2529,7 @@
2529
2529
  /**
2530
2530
  *
2531
2531
  * @summary Update the project quota
2532
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
2532
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
2533
2533
  * @param {*} [options] Override http request option.
2534
2534
  * @throws {RequiredError}
2535
2535
  */
@@ -2550,8 +2550,8 @@
2550
2550
  return {
2551
2551
  /**
2552
2552
  *
2553
- * @summary Find the project related to the the projectString(Guid or slug)
2554
- * @param {string} projectString Either the id (guid) of the project or the slug.
2553
+ * @summary Find the project related to the projectString(GUID or slug)
2554
+ * @param {string} projectString Either the id (GUID) of the project or the slug.
2555
2555
  * @param {*} [options] Override http request option.
2556
2556
  * @throws {RequiredError}
2557
2557
  */
@@ -2561,7 +2561,7 @@
2561
2561
  /**
2562
2562
  *
2563
2563
  * @summary Update the project quota
2564
- * @param {UpdateQuotaParameterObject} updateQuotaParameterObject Json object for updatin quota.
2564
+ * @param {UpdateQuotaParameterObject} updateQuotaParameterObject JSON object for updating quota.
2565
2565
  * @param {*} [options] Override http request option.
2566
2566
  * @throws {RequiredError}
2567
2567
  */
@@ -2572,7 +2572,7 @@
2572
2572
  };
2573
2573
 
2574
2574
  /* tslint:disable */
2575
- const BASE_PATH$a = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Blob".replace(/\/+$/, "");
2575
+ const BASE_PATH$a = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Blob".replace(/\/+$/, "");
2576
2576
  /**
2577
2577
  *
2578
2578
  * @export
@@ -2998,7 +2998,7 @@
2998
2998
  };
2999
2999
 
3000
3000
  /* tslint:disable */
3001
- const BASE_PATH$9 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Metadata".replace(/\/+$/, "");
3001
+ const BASE_PATH$9 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Metadata".replace(/\/+$/, "");
3002
3002
  /**
3003
3003
  *
3004
3004
  * @export
@@ -3437,7 +3437,7 @@
3437
3437
  };
3438
3438
 
3439
3439
  /* tslint:disable */
3440
- const BASE_PATH$8 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Notices".replace(/\/+$/, "");
3440
+ const BASE_PATH$8 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Notices".replace(/\/+$/, "");
3441
3441
  /**
3442
3442
  *
3443
3443
  * @export
@@ -3658,7 +3658,7 @@
3658
3658
  };
3659
3659
 
3660
3660
  /* tslint:disable */
3661
- const BASE_PATH$7 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Organization".replace(/\/+$/, "");
3661
+ const BASE_PATH$7 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Organization".replace(/\/+$/, "");
3662
3662
  /**
3663
3663
  *
3664
3664
  * @export
@@ -4041,7 +4041,7 @@
4041
4041
  };
4042
4042
 
4043
4043
  /* tslint:disable */
4044
- const BASE_PATH$6 = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Project".replace(/\/+$/, "");
4044
+ const BASE_PATH$6 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Project".replace(/\/+$/, "");
4045
4045
  /**
4046
4046
  *
4047
4047
  * @export
@@ -4327,7 +4327,7 @@
4327
4327
  /**
4328
4328
  *
4329
4329
  * @summary Deletes the selected project
4330
- * @param {string} id Id of the resource
4330
+ * @param {string} id Id of the project
4331
4331
  * @param {*} [options] Override http request option.
4332
4332
  * @throws {RequiredError}
4333
4333
  */
@@ -4417,21 +4417,52 @@
4417
4417
  options: localVarRequestOptions,
4418
4418
  };
4419
4419
  }),
4420
+ /**
4421
+ *
4422
+ * @summary This returns the project if the user has access to it
4423
+ * @param {string} slug Slug of the project
4424
+ * @param {*} [options] Override http request option.
4425
+ * @throws {RequiredError}
4426
+ */
4427
+ projectGetBySlug: (slug, options = {}) => __awaiter(this, void 0, void 0, function* () {
4428
+ // verify required parameter 'slug' is not null or undefined
4429
+ assertParamExists$5('projectGetBySlug', 'slug', slug);
4430
+ const localVarPath = `/Project/slug/{slug}`
4431
+ .replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
4432
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4433
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
4434
+ let baseOptions;
4435
+ if (configuration) {
4436
+ baseOptions = configuration.baseOptions;
4437
+ }
4438
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
4439
+ const localVarHeaderParameter = {};
4440
+ const localVarQueryParameter = {};
4441
+ // authentication JWT token required
4442
+ yield setApiKeyToObject$6(localVarHeaderParameter, "Authorization", configuration);
4443
+ setSearchParams$6(localVarUrlObj, localVarQueryParameter, options.query);
4444
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4445
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
4446
+ return {
4447
+ url: toPathString$6(localVarUrlObj),
4448
+ options: localVarRequestOptions,
4449
+ };
4450
+ }),
4420
4451
  /**
4421
4452
  *
4422
4453
  * @summary Get the max quota for a resource type.
4423
- * @param {string} projectId Id of the project.
4454
+ * @param {string} id Id of the project.
4424
4455
  * @param {string} resourceTypeId Id of the resource
4425
4456
  * @param {*} [options] Override http request option.
4426
4457
  * @throws {RequiredError}
4427
4458
  */
4428
- projectGetQuotaMax: (projectId, resourceTypeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
4429
- // verify required parameter 'projectId' is not null or undefined
4430
- assertParamExists$5('projectGetQuotaMax', 'projectId', projectId);
4459
+ projectGetQuotaMax: (id, resourceTypeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
4460
+ // verify required parameter 'id' is not null or undefined
4461
+ assertParamExists$5('projectGetQuotaMax', 'id', id);
4431
4462
  // verify required parameter 'resourceTypeId' is not null or undefined
4432
4463
  assertParamExists$5('projectGetQuotaMax', 'resourceTypeId', resourceTypeId);
4433
- const localVarPath = `/Project/{projectId}/quota/{resourceTypeId}/max`
4434
- .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)))
4464
+ const localVarPath = `/Project/{id}/quota/{resourceTypeId}/max`
4465
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)))
4435
4466
  .replace(`{${"resourceTypeId"}}`, encodeURIComponent(String(resourceTypeId)));
4436
4467
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4437
4468
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
@@ -4455,7 +4486,7 @@
4455
4486
  /**
4456
4487
  *
4457
4488
  * @summary Gets the resources
4458
- * @param {string} id Id of the resource
4489
+ * @param {string} id Id of the project
4459
4490
  * @param {*} [options] Override http request option.
4460
4491
  * @throws {RequiredError}
4461
4492
  */
@@ -4571,18 +4602,18 @@
4571
4602
  /**
4572
4603
  *
4573
4604
  * @summary Retrieves the quota for the selected project and resource Type.
4574
- * @param {string} projectId Id of the project
4605
+ * @param {string} id Id of the project
4575
4606
  * @param {string} resourceTypeId Id of the resource type
4576
4607
  * @param {*} [options] Override http request option.
4577
4608
  * @throws {RequiredError}
4578
4609
  */
4579
- projectQuota: (projectId, resourceTypeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
4580
- // verify required parameter 'projectId' is not null or undefined
4581
- assertParamExists$5('projectQuota', 'projectId', projectId);
4610
+ projectQuota: (id, resourceTypeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
4611
+ // verify required parameter 'id' is not null or undefined
4612
+ assertParamExists$5('projectQuota', 'id', id);
4582
4613
  // verify required parameter 'resourceTypeId' is not null or undefined
4583
4614
  assertParamExists$5('projectQuota', 'resourceTypeId', resourceTypeId);
4584
- const localVarPath = `/Project/{projectId}/quota/{resourceTypeId}`
4585
- .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)))
4615
+ const localVarPath = `/Project/{id}/quota/{resourceTypeId}`
4616
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)))
4586
4617
  .replace(`{${"resourceTypeId"}}`, encodeURIComponent(String(resourceTypeId)));
4587
4618
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4588
4619
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
@@ -4606,15 +4637,15 @@
4606
4637
  /**
4607
4638
  *
4608
4639
  * @summary Retrieves the quota for the selected project.
4609
- * @param {string} projectId Id of the project.
4640
+ * @param {string} id Id of the project
4610
4641
  * @param {*} [options] Override http request option.
4611
4642
  * @throws {RequiredError}
4612
4643
  */
4613
- projectQuotas: (projectId, options = {}) => __awaiter(this, void 0, void 0, function* () {
4614
- // verify required parameter 'projectId' is not null or undefined
4615
- assertParamExists$5('projectQuotas', 'projectId', projectId);
4616
- const localVarPath = `/Project/{projectId}/quota/-/all`
4617
- .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)));
4644
+ projectQuotas: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
4645
+ // verify required parameter 'id' is not null or undefined
4646
+ assertParamExists$5('projectQuotas', 'id', id);
4647
+ const localVarPath = `/Project/{id}/quota/-/all`
4648
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
4618
4649
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4619
4650
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
4620
4651
  let baseOptions;
@@ -4700,10 +4731,13 @@
4700
4731
  /**
4701
4732
  *
4702
4733
  * @summary Creates a project
4734
+ * @param {ProjectObject} projectObject A Project Object
4703
4735
  * @param {*} [options] Override http request option.
4704
4736
  * @throws {RequiredError}
4705
4737
  */
4706
- projectStore: (options = {}) => __awaiter(this, void 0, void 0, function* () {
4738
+ projectStore: (projectObject, options = {}) => __awaiter(this, void 0, void 0, function* () {
4739
+ // verify required parameter 'projectObject' is not null or undefined
4740
+ assertParamExists$5('projectStore', 'projectObject', projectObject);
4707
4741
  const localVarPath = `/Project`;
4708
4742
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4709
4743
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
@@ -4716,9 +4750,11 @@
4716
4750
  const localVarQueryParameter = {};
4717
4751
  // authentication JWT token required
4718
4752
  yield setApiKeyToObject$6(localVarHeaderParameter, "Authorization", configuration);
4753
+ localVarHeaderParameter['Content-Type'] = 'application/json';
4719
4754
  setSearchParams$6(localVarUrlObj, localVarQueryParameter, options.query);
4720
4755
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4721
4756
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
4757
+ localVarRequestOptions.data = serializeDataIfNeeded$4(projectObject, localVarRequestOptions, configuration);
4722
4758
  return {
4723
4759
  url: toPathString$6(localVarUrlObj),
4724
4760
  options: localVarRequestOptions,
@@ -4727,13 +4763,16 @@
4727
4763
  /**
4728
4764
  *
4729
4765
  * @summary Updates the selected project
4730
- * @param {string} id Id of the resource
4766
+ * @param {string} id Id of the project
4767
+ * @param {ProjectObject} projectObject A Project Object
4731
4768
  * @param {*} [options] Override http request option.
4732
4769
  * @throws {RequiredError}
4733
4770
  */
4734
- projectUpdate: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
4771
+ projectUpdate: (id, projectObject, options = {}) => __awaiter(this, void 0, void 0, function* () {
4735
4772
  // verify required parameter 'id' is not null or undefined
4736
4773
  assertParamExists$5('projectUpdate', 'id', id);
4774
+ // verify required parameter 'projectObject' is not null or undefined
4775
+ assertParamExists$5('projectUpdate', 'projectObject', projectObject);
4737
4776
  const localVarPath = `/Project/{id}`
4738
4777
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
4739
4778
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -4747,9 +4786,11 @@
4747
4786
  const localVarQueryParameter = {};
4748
4787
  // authentication JWT token required
4749
4788
  yield setApiKeyToObject$6(localVarHeaderParameter, "Authorization", configuration);
4789
+ localVarHeaderParameter['Content-Type'] = 'application/json';
4750
4790
  setSearchParams$6(localVarUrlObj, localVarQueryParameter, options.query);
4751
4791
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4752
4792
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
4793
+ localVarRequestOptions.data = serializeDataIfNeeded$4(projectObject, localVarRequestOptions, configuration);
4753
4794
  return {
4754
4795
  url: toPathString$6(localVarUrlObj),
4755
4796
  options: localVarRequestOptions,
@@ -4758,21 +4799,21 @@
4758
4799
  /**
4759
4800
  *
4760
4801
  * @summary Update the project quota.
4761
- * @param {string} projectId Id of the project.
4802
+ * @param {string} id Id of the project.
4762
4803
  * @param {string} resourceTypeId Id of the resource.
4763
4804
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
4764
4805
  * @param {*} [options] Override http request option.
4765
4806
  * @throws {RequiredError}
4766
4807
  */
4767
- projectUpdateQuota: (projectId, resourceTypeId, updateProjectQuotaObject, options = {}) => __awaiter(this, void 0, void 0, function* () {
4768
- // verify required parameter 'projectId' is not null or undefined
4769
- assertParamExists$5('projectUpdateQuota', 'projectId', projectId);
4808
+ projectUpdateQuota: (id, resourceTypeId, updateProjectQuotaObject, options = {}) => __awaiter(this, void 0, void 0, function* () {
4809
+ // verify required parameter 'id' is not null or undefined
4810
+ assertParamExists$5('projectUpdateQuota', 'id', id);
4770
4811
  // verify required parameter 'resourceTypeId' is not null or undefined
4771
4812
  assertParamExists$5('projectUpdateQuota', 'resourceTypeId', resourceTypeId);
4772
4813
  // verify required parameter 'updateProjectQuotaObject' is not null or undefined
4773
4814
  assertParamExists$5('projectUpdateQuota', 'updateProjectQuotaObject', updateProjectQuotaObject);
4774
- const localVarPath = `/Project/{projectId}/quota/{resourceTypeId}`
4775
- .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)))
4815
+ const localVarPath = `/Project/{id}/quota/{resourceTypeId}`
4816
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)))
4776
4817
  .replace(`{${"resourceTypeId"}}`, encodeURIComponent(String(resourceTypeId)));
4777
4818
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4778
4819
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
@@ -4820,7 +4861,7 @@
4820
4861
  /**
4821
4862
  *
4822
4863
  * @summary Deletes the selected project
4823
- * @param {string} id Id of the resource
4864
+ * @param {string} id Id of the project
4824
4865
  * @param {*} [options] Override http request option.
4825
4866
  * @throws {RequiredError}
4826
4867
  */
@@ -4856,24 +4897,37 @@
4856
4897
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4857
4898
  });
4858
4899
  },
4900
+ /**
4901
+ *
4902
+ * @summary This returns the project if the user has access to it
4903
+ * @param {string} slug Slug of the project
4904
+ * @param {*} [options] Override http request option.
4905
+ * @throws {RequiredError}
4906
+ */
4907
+ projectGetBySlug(slug, options) {
4908
+ return __awaiter(this, void 0, void 0, function* () {
4909
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectGetBySlug(slug, options);
4910
+ return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4911
+ });
4912
+ },
4859
4913
  /**
4860
4914
  *
4861
4915
  * @summary Get the max quota for a resource type.
4862
- * @param {string} projectId Id of the project.
4916
+ * @param {string} id Id of the project.
4863
4917
  * @param {string} resourceTypeId Id of the resource
4864
4918
  * @param {*} [options] Override http request option.
4865
4919
  * @throws {RequiredError}
4866
4920
  */
4867
- projectGetQuotaMax(projectId, resourceTypeId, options) {
4921
+ projectGetQuotaMax(id, resourceTypeId, options) {
4868
4922
  return __awaiter(this, void 0, void 0, function* () {
4869
- const localVarAxiosArgs = yield localVarAxiosParamCreator.projectGetQuotaMax(projectId, resourceTypeId, options);
4923
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectGetQuotaMax(id, resourceTypeId, options);
4870
4924
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4871
4925
  });
4872
4926
  },
4873
4927
  /**
4874
4928
  *
4875
4929
  * @summary Gets the resources
4876
- * @param {string} id Id of the resource
4930
+ * @param {string} id Id of the project
4877
4931
  * @param {*} [options] Override http request option.
4878
4932
  * @throws {RequiredError}
4879
4933
  */
@@ -4923,27 +4977,27 @@
4923
4977
  /**
4924
4978
  *
4925
4979
  * @summary Retrieves the quota for the selected project and resource Type.
4926
- * @param {string} projectId Id of the project
4980
+ * @param {string} id Id of the project
4927
4981
  * @param {string} resourceTypeId Id of the resource type
4928
4982
  * @param {*} [options] Override http request option.
4929
4983
  * @throws {RequiredError}
4930
4984
  */
4931
- projectQuota(projectId, resourceTypeId, options) {
4985
+ projectQuota(id, resourceTypeId, options) {
4932
4986
  return __awaiter(this, void 0, void 0, function* () {
4933
- const localVarAxiosArgs = yield localVarAxiosParamCreator.projectQuota(projectId, resourceTypeId, options);
4987
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectQuota(id, resourceTypeId, options);
4934
4988
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4935
4989
  });
4936
4990
  },
4937
4991
  /**
4938
4992
  *
4939
4993
  * @summary Retrieves the quota for the selected project.
4940
- * @param {string} projectId Id of the project.
4994
+ * @param {string} id Id of the project
4941
4995
  * @param {*} [options] Override http request option.
4942
4996
  * @throws {RequiredError}
4943
4997
  */
4944
- projectQuotas(projectId, options) {
4998
+ projectQuotas(id, options) {
4945
4999
  return __awaiter(this, void 0, void 0, function* () {
4946
- const localVarAxiosArgs = yield localVarAxiosParamCreator.projectQuotas(projectId, options);
5000
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectQuotas(id, options);
4947
5001
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4948
5002
  });
4949
5003
  },
@@ -4976,40 +5030,42 @@
4976
5030
  /**
4977
5031
  *
4978
5032
  * @summary Creates a project
5033
+ * @param {ProjectObject} projectObject A Project Object
4979
5034
  * @param {*} [options] Override http request option.
4980
5035
  * @throws {RequiredError}
4981
5036
  */
4982
- projectStore(options) {
5037
+ projectStore(projectObject, options) {
4983
5038
  return __awaiter(this, void 0, void 0, function* () {
4984
- const localVarAxiosArgs = yield localVarAxiosParamCreator.projectStore(options);
5039
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectStore(projectObject, options);
4985
5040
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4986
5041
  });
4987
5042
  },
4988
5043
  /**
4989
5044
  *
4990
5045
  * @summary Updates the selected project
4991
- * @param {string} id Id of the resource
5046
+ * @param {string} id Id of the project
5047
+ * @param {ProjectObject} projectObject A Project Object
4992
5048
  * @param {*} [options] Override http request option.
4993
5049
  * @throws {RequiredError}
4994
5050
  */
4995
- projectUpdate(id, options) {
5051
+ projectUpdate(id, projectObject, options) {
4996
5052
  return __awaiter(this, void 0, void 0, function* () {
4997
- const localVarAxiosArgs = yield localVarAxiosParamCreator.projectUpdate(id, options);
5053
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectUpdate(id, projectObject, options);
4998
5054
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
4999
5055
  });
5000
5056
  },
5001
5057
  /**
5002
5058
  *
5003
5059
  * @summary Update the project quota.
5004
- * @param {string} projectId Id of the project.
5060
+ * @param {string} id Id of the project.
5005
5061
  * @param {string} resourceTypeId Id of the resource.
5006
5062
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
5007
5063
  * @param {*} [options] Override http request option.
5008
5064
  * @throws {RequiredError}
5009
5065
  */
5010
- projectUpdateQuota(projectId, resourceTypeId, updateProjectQuotaObject, options) {
5066
+ projectUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options) {
5011
5067
  return __awaiter(this, void 0, void 0, function* () {
5012
- const localVarAxiosArgs = yield localVarAxiosParamCreator.projectUpdateQuota(projectId, resourceTypeId, updateProjectQuotaObject, options);
5068
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.projectUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options);
5013
5069
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
5014
5070
  });
5015
5071
  },
@@ -5035,7 +5091,7 @@
5035
5091
  /**
5036
5092
  *
5037
5093
  * @summary Deletes the selected project
5038
- * @param {string} id Id of the resource
5094
+ * @param {string} id Id of the project
5039
5095
  * @param {*} [options] Override http request option.
5040
5096
  * @throws {RequiredError}
5041
5097
  */
@@ -5062,21 +5118,31 @@
5062
5118
  projectGet(id, options) {
5063
5119
  return localVarFp.projectGet(id, options).then((request) => request(axios, basePath));
5064
5120
  },
5121
+ /**
5122
+ *
5123
+ * @summary This returns the project if the user has access to it
5124
+ * @param {string} slug Slug of the project
5125
+ * @param {*} [options] Override http request option.
5126
+ * @throws {RequiredError}
5127
+ */
5128
+ projectGetBySlug(slug, options) {
5129
+ return localVarFp.projectGetBySlug(slug, options).then((request) => request(axios, basePath));
5130
+ },
5065
5131
  /**
5066
5132
  *
5067
5133
  * @summary Get the max quota for a resource type.
5068
- * @param {string} projectId Id of the project.
5134
+ * @param {string} id Id of the project.
5069
5135
  * @param {string} resourceTypeId Id of the resource
5070
5136
  * @param {*} [options] Override http request option.
5071
5137
  * @throws {RequiredError}
5072
5138
  */
5073
- projectGetQuotaMax(projectId, resourceTypeId, options) {
5074
- return localVarFp.projectGetQuotaMax(projectId, resourceTypeId, options).then((request) => request(axios, basePath));
5139
+ projectGetQuotaMax(id, resourceTypeId, options) {
5140
+ return localVarFp.projectGetQuotaMax(id, resourceTypeId, options).then((request) => request(axios, basePath));
5075
5141
  },
5076
5142
  /**
5077
5143
  *
5078
5144
  * @summary Gets the resources
5079
- * @param {string} id Id of the resource
5145
+ * @param {string} id Id of the project
5080
5146
  * @param {*} [options] Override http request option.
5081
5147
  * @throws {RequiredError}
5082
5148
  */
@@ -5114,23 +5180,23 @@
5114
5180
  /**
5115
5181
  *
5116
5182
  * @summary Retrieves the quota for the selected project and resource Type.
5117
- * @param {string} projectId Id of the project
5183
+ * @param {string} id Id of the project
5118
5184
  * @param {string} resourceTypeId Id of the resource type
5119
5185
  * @param {*} [options] Override http request option.
5120
5186
  * @throws {RequiredError}
5121
5187
  */
5122
- projectQuota(projectId, resourceTypeId, options) {
5123
- return localVarFp.projectQuota(projectId, resourceTypeId, options).then((request) => request(axios, basePath));
5188
+ projectQuota(id, resourceTypeId, options) {
5189
+ return localVarFp.projectQuota(id, resourceTypeId, options).then((request) => request(axios, basePath));
5124
5190
  },
5125
5191
  /**
5126
5192
  *
5127
5193
  * @summary Retrieves the quota for the selected project.
5128
- * @param {string} projectId Id of the project.
5194
+ * @param {string} id Id of the project
5129
5195
  * @param {*} [options] Override http request option.
5130
5196
  * @throws {RequiredError}
5131
5197
  */
5132
- projectQuotas(projectId, options) {
5133
- return localVarFp.projectQuotas(projectId, options).then((request) => request(axios, basePath));
5198
+ projectQuotas(id, options) {
5199
+ return localVarFp.projectQuotas(id, options).then((request) => request(axios, basePath));
5134
5200
  },
5135
5201
  /**
5136
5202
  *
@@ -5155,33 +5221,35 @@
5155
5221
  /**
5156
5222
  *
5157
5223
  * @summary Creates a project
5224
+ * @param {ProjectObject} projectObject A Project Object
5158
5225
  * @param {*} [options] Override http request option.
5159
5226
  * @throws {RequiredError}
5160
5227
  */
5161
- projectStore(options) {
5162
- return localVarFp.projectStore(options).then((request) => request(axios, basePath));
5228
+ projectStore(projectObject, options) {
5229
+ return localVarFp.projectStore(projectObject, options).then((request) => request(axios, basePath));
5163
5230
  },
5164
5231
  /**
5165
5232
  *
5166
5233
  * @summary Updates the selected project
5167
- * @param {string} id Id of the resource
5234
+ * @param {string} id Id of the project
5235
+ * @param {ProjectObject} projectObject A Project Object
5168
5236
  * @param {*} [options] Override http request option.
5169
5237
  * @throws {RequiredError}
5170
5238
  */
5171
- projectUpdate(id, options) {
5172
- return localVarFp.projectUpdate(id, options).then((request) => request(axios, basePath));
5239
+ projectUpdate(id, projectObject, options) {
5240
+ return localVarFp.projectUpdate(id, projectObject, options).then((request) => request(axios, basePath));
5173
5241
  },
5174
5242
  /**
5175
5243
  *
5176
5244
  * @summary Update the project quota.
5177
- * @param {string} projectId Id of the project.
5245
+ * @param {string} id Id of the project.
5178
5246
  * @param {string} resourceTypeId Id of the resource.
5179
5247
  * @param {UpdateProjectQuotaObject} updateProjectQuotaObject Object containing the update values.
5180
5248
  * @param {*} [options] Override http request option.
5181
5249
  * @throws {RequiredError}
5182
5250
  */
5183
- projectUpdateQuota(projectId, resourceTypeId, updateProjectQuotaObject, options) {
5184
- return localVarFp.projectUpdateQuota(projectId, resourceTypeId, updateProjectQuotaObject, options).then((request) => request(axios, basePath));
5251
+ projectUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options) {
5252
+ return localVarFp.projectUpdateQuota(id, resourceTypeId, updateProjectQuotaObject, options).then((request) => request(axios, basePath));
5185
5253
  },
5186
5254
  };
5187
5255
  };
@@ -5598,33 +5666,6 @@
5598
5666
  options: localVarRequestOptions,
5599
5667
  };
5600
5668
  }),
5601
- /**
5602
- *
5603
- * @summary Searchs no filter
5604
- * @param {*} [options] Override http request option.
5605
- * @throws {RequiredError}
5606
- */
5607
- searchSearchNoFilter: (options = {}) => __awaiter(this, void 0, void 0, function* () {
5608
- const localVarPath = `/Search/allNoFilter`;
5609
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
5610
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
5611
- let baseOptions;
5612
- if (configuration) {
5613
- baseOptions = configuration.baseOptions;
5614
- }
5615
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
5616
- const localVarHeaderParameter = {};
5617
- const localVarQueryParameter = {};
5618
- // authentication JWT token required
5619
- yield setApiKeyToObject$6(localVarHeaderParameter, "Authorization", configuration);
5620
- setSearchParams$6(localVarUrlObj, localVarQueryParameter, options.query);
5621
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5622
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
5623
- return {
5624
- url: toPathString$6(localVarUrlObj),
5625
- options: localVarRequestOptions,
5626
- };
5627
- }),
5628
5669
  /**
5629
5670
  *
5630
5671
  * @summary Returns searched projects
@@ -5660,37 +5701,6 @@
5660
5701
  options: localVarRequestOptions,
5661
5702
  };
5662
5703
  }),
5663
- /**
5664
- *
5665
- * @summary Returns searched projects with no filter
5666
- * @param {string} projectId Id of the project
5667
- * @param {*} [options] Override http request option.
5668
- * @throws {RequiredError}
5669
- */
5670
- searchSearchProjectNoFilter: (projectId, options = {}) => __awaiter(this, void 0, void 0, function* () {
5671
- // verify required parameter 'projectId' is not null or undefined
5672
- assertParamExists$5('searchSearchProjectNoFilter', 'projectId', projectId);
5673
- const localVarPath = `/Search/projectNoFilter/{projectId}`
5674
- .replace(`{${"projectId"}}`, encodeURIComponent(String(projectId)));
5675
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
5676
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL$6);
5677
- let baseOptions;
5678
- if (configuration) {
5679
- baseOptions = configuration.baseOptions;
5680
- }
5681
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
5682
- const localVarHeaderParameter = {};
5683
- const localVarQueryParameter = {};
5684
- // authentication JWT token required
5685
- yield setApiKeyToObject$6(localVarHeaderParameter, "Authorization", configuration);
5686
- setSearchParams$6(localVarUrlObj, localVarQueryParameter, options.query);
5687
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5688
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
5689
- return {
5690
- url: toPathString$6(localVarUrlObj),
5691
- options: localVarRequestOptions,
5692
- };
5693
- }),
5694
5704
  };
5695
5705
  };
5696
5706
  /**
@@ -5713,18 +5723,6 @@
5713
5723
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
5714
5724
  });
5715
5725
  },
5716
- /**
5717
- *
5718
- * @summary Searchs no filter
5719
- * @param {*} [options] Override http request option.
5720
- * @throws {RequiredError}
5721
- */
5722
- searchSearchNoFilter(options) {
5723
- return __awaiter(this, void 0, void 0, function* () {
5724
- const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSearchNoFilter(options);
5725
- return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
5726
- });
5727
- },
5728
5726
  /**
5729
5727
  *
5730
5728
  * @summary Returns searched projects
@@ -5739,19 +5737,6 @@
5739
5737
  return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
5740
5738
  });
5741
5739
  },
5742
- /**
5743
- *
5744
- * @summary Returns searched projects with no filter
5745
- * @param {string} projectId Id of the project
5746
- * @param {*} [options] Override http request option.
5747
- * @throws {RequiredError}
5748
- */
5749
- searchSearchProjectNoFilter(projectId, options) {
5750
- return __awaiter(this, void 0, void 0, function* () {
5751
- const localVarAxiosArgs = yield localVarAxiosParamCreator.searchSearchProjectNoFilter(projectId, options);
5752
- return createRequestFunction$6(localVarAxiosArgs, axios, BASE_PATH$6, configuration);
5753
- });
5754
- },
5755
5740
  };
5756
5741
  };
5757
5742
  /**
@@ -5771,15 +5756,6 @@
5771
5756
  searchSearch(encodedSearchWord, options) {
5772
5757
  return localVarFp.searchSearch(encodedSearchWord, options).then((request) => request(axios, basePath));
5773
5758
  },
5774
- /**
5775
- *
5776
- * @summary Searchs no filter
5777
- * @param {*} [options] Override http request option.
5778
- * @throws {RequiredError}
5779
- */
5780
- searchSearchNoFilter(options) {
5781
- return localVarFp.searchSearchNoFilter(options).then((request) => request(axios, basePath));
5782
- },
5783
5759
  /**
5784
5760
  *
5785
5761
  * @summary Returns searched projects
@@ -5791,16 +5767,6 @@
5791
5767
  searchSearchProject(projectId, encodedSearchWord, options) {
5792
5768
  return localVarFp.searchSearchProject(projectId, encodedSearchWord, options).then((request) => request(axios, basePath));
5793
5769
  },
5794
- /**
5795
- *
5796
- * @summary Returns searched projects with no filter
5797
- * @param {string} projectId Id of the project
5798
- * @param {*} [options] Override http request option.
5799
- * @throws {RequiredError}
5800
- */
5801
- searchSearchProjectNoFilter(projectId, options) {
5802
- return localVarFp.searchSearchProjectNoFilter(projectId, options).then((request) => request(axios, basePath));
5803
- },
5804
5770
  };
5805
5771
  };
5806
5772
  /**
@@ -6013,7 +5979,7 @@
6013
5979
  };
6014
5980
 
6015
5981
  /* tslint:disable */
6016
- const BASE_PATH$5 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Quota".replace(/\/+$/, "");
5982
+ const BASE_PATH$5 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Quota".replace(/\/+$/, "");
6017
5983
  /**
6018
5984
  *
6019
5985
  * @export
@@ -6314,7 +6280,7 @@
6314
6280
  };
6315
6281
 
6316
6282
  /* tslint:disable */
6317
- const BASE_PATH$4 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Resources".replace(/\/+$/, "");
6283
+ const BASE_PATH$4 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Resources".replace(/\/+$/, "");
6318
6284
  /**
6319
6285
  *
6320
6286
  * @export
@@ -7008,7 +6974,7 @@
7008
6974
  };
7009
6975
 
7010
6976
  /* tslint:disable */
7011
- const BASE_PATH$3 = "https://d-sp25.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Search".replace(/\/+$/, "");
6977
+ const BASE_PATH$3 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Search".replace(/\/+$/, "");
7012
6978
 
7013
6979
  /* tslint:disable */
7014
6980
  /**
@@ -7170,7 +7136,7 @@
7170
7136
  };
7171
7137
 
7172
7138
  /* tslint:disable */
7173
- const BASE_PATH$2 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Token".replace(/\/+$/, "");
7139
+ const BASE_PATH$2 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Token".replace(/\/+$/, "");
7174
7140
  /**
7175
7141
  *
7176
7142
  * @export
@@ -7507,7 +7473,7 @@
7507
7473
  };
7508
7474
 
7509
7475
  /* tslint:disable */
7510
- const BASE_PATH$1 = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Tree".replace(/\/+$/, "");
7476
+ const BASE_PATH$1 = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Tree".replace(/\/+$/, "");
7511
7477
  /**
7512
7478
  *
7513
7479
  * @export
@@ -7740,7 +7706,7 @@
7740
7706
  };
7741
7707
 
7742
7708
  /* tslint:disable */
7743
- const BASE_PATH = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.User".replace(/\/+$/, "");
7709
+ const BASE_PATH = "https://d-sp10.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.User".replace(/\/+$/, "");
7744
7710
  /**
7745
7711
  *
7746
7712
  * @export