@coscine/api-client 3.4.0 → 3.4.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.
package/dist/index.js CHANGED
@@ -1432,7 +1432,7 @@ C.formToJSON = (e) => tt(O.isHTMLForm(e) ? new FormData(e) : e);
1432
1432
  C.getAdapter = at.getAdapter;
1433
1433
  C.HttpStatusCode = Ur;
1434
1434
  C.default = C;
1435
- const u = C, A = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine".replace(/\/+$/, "");
1435
+ const u = C, A = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine".replace(/\/+$/, "");
1436
1436
  class vr extends Error {
1437
1437
  constructor(r, a) {
1438
1438
  super(a), this.field = r, this.name = "RequiredError";
@@ -6511,7 +6511,7 @@ class x {
6511
6511
  return r !== null && (a.test(r) || r.toLowerCase() === "application/json-patch+json");
6512
6512
  }
6513
6513
  }
6514
- const D = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.STS".replace(/\/+$/, ""), N = {}, $ = "https://example.com", G = async function(e, r, a) {
6514
+ const D = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.STS".replace(/\/+$/, ""), N = {}, $ = "https://example.com", G = async function(e, r, a) {
6515
6515
  if (a && a.apiKey) {
6516
6516
  const n = typeof a.apiKey == "function" ? await a.apiKey(r) : await a.apiKey;
6517
6517
  e[r] = n;
@@ -90,10 +90,4 @@ export interface ProjectForCreationDto {
90
90
  * @memberof ProjectForCreationDto
91
91
  */
92
92
  'parentId'?: string | null;
93
- /**
94
- * Gets or initializes if the owners of the parent project should be copied to the sub project.
95
- * @type {boolean}
96
- * @memberof ProjectForCreationDto
97
- */
98
- 'copyOwnersFromParent'?: boolean | null;
99
93
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
3
  "type": "module",
4
- "version": "3.4.0",
4
+ "version": "3.4.1",
5
5
  "description": "This project contains the generated api client classes.",
6
6
  "keywords": [
7
7
  "coscine",