@coscine/api-client 3.3.2-package.0 → 3.4.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.
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-
|
|
1435
|
+
const u = C, A = "https://d-sp12.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-
|
|
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) {
|
|
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,4 +90,10 @@ 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;
|
|
93
99
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coscine/api-client",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"description": "This project contains the generated api client classes.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"coscine",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@hutson/semantic-delivery-gitlab": "^9.1.0",
|
|
39
|
-
"@semantic-release/commit-analyzer": "^
|
|
39
|
+
"@semantic-release/commit-analyzer": "^10.0.4",
|
|
40
40
|
"@semantic-release/git": "^10.0.1",
|
|
41
41
|
"@semantic-release/gitlab": "^12.1.1",
|
|
42
42
|
"@semantic-release/npm": "^11.0.1",
|
|
43
|
-
"@semantic-release/release-notes-generator": "^
|
|
43
|
+
"@semantic-release/release-notes-generator": "^11.0.7",
|
|
44
44
|
"@types/node": "^20.9.2",
|
|
45
45
|
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
|
46
46
|
"@typescript-eslint/parser": "^6.13.1",
|
|
47
47
|
"@vitest/coverage-v8": "^0.34.6",
|
|
48
|
-
"conventional-changelog-eslint": "^
|
|
48
|
+
"conventional-changelog-eslint": "^4.0.0",
|
|
49
49
|
"eslint": "^8.54.0",
|
|
50
50
|
"eslint-config-prettier": "^9.0.0",
|
|
51
51
|
"eslint-import-resolver-node": "^0.3.9",
|
|
52
52
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
53
53
|
"prettier": "^3.1.0",
|
|
54
54
|
"rollup": "^4.6.1",
|
|
55
|
-
"semantic-release": "^
|
|
55
|
+
"semantic-release": "^21.1.2",
|
|
56
56
|
"typedoc": "^0.25.4",
|
|
57
57
|
"typescript": "^5.3.2",
|
|
58
58
|
"vite": "^5.0.5",
|