@n8n-dev/n8n-nodes-gitlab 1.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.
- package/README.md +26 -0
- package/dist/credentials/GitlabApi.credentials.d.ts +10 -0
- package/dist/credentials/GitlabApi.credentials.js +47 -0
- package/dist/credentials/GitlabApi.credentials.js.map +1 -0
- package/dist/icons/gitlab.dark.svg +4 -0
- package/dist/icons/gitlab.svg +4 -0
- package/dist/nodes/Gitlab/Gitlab.node.d.ts +4 -0
- package/dist/nodes/Gitlab/Gitlab.node.js +194 -0
- package/dist/nodes/Gitlab/Gitlab.node.js.map +1 -0
- package/dist/nodes/Gitlab/Gitlab.node.json +20 -0
- package/dist/nodes/Gitlab/gitlab.dark.svg +4 -0
- package/dist/nodes/Gitlab/gitlab.svg +4 -0
- package/dist/nodes/Gitlab/resources/access-tokens/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/access-tokens/index.js +84 -0
- package/dist/nodes/Gitlab/resources/access-tokens/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/agents/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/agents/index.js +53 -0
- package/dist/nodes/Gitlab/resources/agents/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/applications/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/applications/index.js +53 -0
- package/dist/nodes/Gitlab/resources/applications/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/ci-jobs/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/ci-jobs/index.js +53 -0
- package/dist/nodes/Gitlab/resources/ci-jobs/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/ci-runners/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/ci-runners/index.js +53 -0
- package/dist/nodes/Gitlab/resources/ci-runners/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/clusters/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/clusters/index.js +53 -0
- package/dist/nodes/Gitlab/resources/clusters/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/container-registry/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/container-registry/index.js +53 -0
- package/dist/nodes/Gitlab/resources/container-registry/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/features/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/features/index.js +84 -0
- package/dist/nodes/Gitlab/resources/features/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/geo/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/geo/index.js +53 -0
- package/dist/nodes/Gitlab/resources/geo/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/group-import-and-export/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/group-import-and-export/index.js +53 -0
- package/dist/nodes/Gitlab/resources/group-import-and-export/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/groups/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/groups/index.js +53 -0
- package/dist/nodes/Gitlab/resources/groups/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/index.d.ts +21 -0
- package/dist/nodes/Gitlab/resources/index.js +46 -0
- package/dist/nodes/Gitlab/resources/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/instance/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/instance/index.js +84 -0
- package/dist/nodes/Gitlab/resources/instance/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/integrations/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/integrations/index.js +84 -0
- package/dist/nodes/Gitlab/resources/integrations/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/internal-operations/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/internal-operations/index.js +84 -0
- package/dist/nodes/Gitlab/resources/internal-operations/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/metadata/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/metadata/index.js +84 -0
- package/dist/nodes/Gitlab/resources/metadata/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/packages/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/packages/index.js +177 -0
- package/dist/nodes/Gitlab/resources/packages/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/project-import/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/project-import/index.js +84 -0
- package/dist/nodes/Gitlab/resources/project-import/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/runners/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/runners/index.js +53 -0
- package/dist/nodes/Gitlab/resources/runners/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/usage-data/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/usage-data/index.js +115 -0
- package/dist/nodes/Gitlab/resources/usage-data/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/users/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/users/index.js +53 -0
- package/dist/nodes/Gitlab/resources/users/index.js.map +1 -0
- package/dist/nodes/Gitlab/resources/web-commits/index.d.ts +2 -0
- package/dist/nodes/Gitlab/resources/web-commits/index.js +53 -0
- package/dist/nodes/Gitlab/resources/web-commits/index.js.map +1 -0
- package/dist/package.json +53 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ciRunnersDescription = void 0;
|
|
4
|
+
exports.ciRunnersDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Ci Runners"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Api V 4 Runners Router Discovery",
|
|
20
|
+
"value": "Get Api V 4 Runners Router Discovery",
|
|
21
|
+
"action": "Discover Job Router information",
|
|
22
|
+
"description": "This endpoint can be used by the runner to retrieve information about the Job Router.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v4/runners/router/discovery"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /api/v4/runners/router/discovery",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Ci Runners"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Get Api V 4 Runners Router Discovery"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/ci-runners/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAsB;IACrD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,sCAAsC;gBAC9C,OAAO,EAAE,sCAAsC;gBAC/C,QAAQ,EAAE,iCAAiC;gBAC3C,aAAa,EAAE,uFAAuF;gBACtG,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mCAAmC;qBAC1C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.clustersDescription = void 0;
|
|
4
|
+
exports.clustersDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Clusters"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Api V 4 Admin Clusters",
|
|
20
|
+
"value": "Get Api V 4 Admin Clusters",
|
|
21
|
+
"action": "List all instance clusters",
|
|
22
|
+
"description": "Lists all instance clusters for the instance.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v4/admin/clusters"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /api/v4/admin/clusters",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Clusters"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Get Api V 4 Admin Clusters"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/clusters/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,4BAA4B;gBACpC,OAAO,EAAE,4BAA4B;gBACrC,QAAQ,EAAE,4BAA4B;gBACtC,aAAa,EAAE,+CAA+C;gBAC9D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,yBAAyB;qBAChC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,4BAA4B;QAC3C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,4BAA4B;iBAC5B;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.containerRegistryDescription = void 0;
|
|
4
|
+
exports.containerRegistryDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Container Registry"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Post Api V 4 Container Registry Event Events",
|
|
20
|
+
"value": "Post Api V 4 Container Registry Event Events",
|
|
21
|
+
"action": "Receives notifications from the container registry when an operation occurs",
|
|
22
|
+
"description": "This feature was introduced in GitLab 12.10",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/api/v4/container_registry_event/events"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "POST /api/v4/container_registry_event/events",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Container Registry"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Post Api V 4 Container Registry Event Events"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/container-registry/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,4BAA4B,GAAsB;IAC7D;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,oBAAoB;iBACpB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,8CAA8C;gBACtD,OAAO,EAAE,8CAA8C;gBACvD,QAAQ,EAAE,6EAA6E;gBACvF,aAAa,EAAE,6CAA6C;gBAC5D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,0CAA0C;qBACjD;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,8CAA8C;QAC7D,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,oBAAoB;iBACpB;gBACD,WAAW,EAAE;oBACZ,8CAA8C;iBAC9C;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.featuresDescription = void 0;
|
|
4
|
+
exports.featuresDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Features"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Api V 4 Features",
|
|
20
|
+
"value": "Get Api V 4 Features",
|
|
21
|
+
"action": "List all feature flags",
|
|
22
|
+
"description": "Lists all feature flags for the instance.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v4/features"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Get Api V 4 Features Definitions",
|
|
32
|
+
"value": "Get Api V 4 Features Definitions",
|
|
33
|
+
"action": "List all feature flag definitions",
|
|
34
|
+
"description": "Lists all feature flag definitions.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/api/v4/features/definitions"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"default": ""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"displayName": "GET /api/v4/features",
|
|
47
|
+
"name": "operation",
|
|
48
|
+
"type": "notice",
|
|
49
|
+
"typeOptions": {
|
|
50
|
+
"theme": "info"
|
|
51
|
+
},
|
|
52
|
+
"default": "",
|
|
53
|
+
"displayOptions": {
|
|
54
|
+
"show": {
|
|
55
|
+
"resource": [
|
|
56
|
+
"Features"
|
|
57
|
+
],
|
|
58
|
+
"operation": [
|
|
59
|
+
"Get Api V 4 Features"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"displayName": "GET /api/v4/features/definitions",
|
|
66
|
+
"name": "operation",
|
|
67
|
+
"type": "notice",
|
|
68
|
+
"typeOptions": {
|
|
69
|
+
"theme": "info"
|
|
70
|
+
},
|
|
71
|
+
"default": "",
|
|
72
|
+
"displayOptions": {
|
|
73
|
+
"show": {
|
|
74
|
+
"resource": [
|
|
75
|
+
"Features"
|
|
76
|
+
],
|
|
77
|
+
"operation": [
|
|
78
|
+
"Get Api V 4 Features Definitions"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
];
|
|
84
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/features/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,sBAAsB;gBAC9B,OAAO,EAAE,sBAAsB;gBAC/B,QAAQ,EAAE,wBAAwB;gBAClC,aAAa,EAAE,2CAA2C;gBAC1D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mBAAmB;qBAC1B;iBACD;aACD;YACD;gBACC,MAAM,EAAE,kCAAkC;gBAC1C,OAAO,EAAE,kCAAkC;gBAC3C,QAAQ,EAAE,mCAAmC;gBAC7C,aAAa,EAAE,qCAAqC;gBACpD,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,+BAA+B;qBACtC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sBAAsB;QACrC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,sBAAsB;iBACtB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kCAAkC;QACjD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,kCAAkC;iBAClC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.geoDescription = void 0;
|
|
4
|
+
exports.geoDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Geo"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Api V 4 Geo Proxy",
|
|
20
|
+
"value": "Get Api V 4 Geo Proxy",
|
|
21
|
+
"action": "Determine if a Geo site should proxy requests",
|
|
22
|
+
"description": "Returns a Geo proxy response",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v4/geo/proxy"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /api/v4/geo/proxy",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Geo"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Get Api V 4 Geo Proxy"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/geo/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,cAAc,GAAsB;IAC/C;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,KAAK;iBACL;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,uBAAuB;gBAC/B,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,+CAA+C;gBACzD,aAAa,EAAE,8BAA8B;gBAC7C,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,oBAAoB;qBAC3B;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,KAAK;iBACL;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.groupImportAndExportDescription = void 0;
|
|
4
|
+
exports.groupImportAndExportDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Group Import And Export"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Post Api V 4 Groups Import Authorize",
|
|
20
|
+
"value": "Post Api V 4 Groups Import Authorize",
|
|
21
|
+
"action": "Workhorse authorize the group import upload",
|
|
22
|
+
"description": "This feature was introduced in GitLab 12.8",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/api/v4/groups/import/authorize"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "POST /api/v4/groups/import/authorize",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Group Import And Export"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Post Api V 4 Groups Import Authorize"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/group-import-and-export/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,+BAA+B,GAAsB;IAChE;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,yBAAyB;iBACzB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,sCAAsC;gBAC9C,OAAO,EAAE,sCAAsC;gBAC/C,QAAQ,EAAE,6CAA6C;gBACvD,aAAa,EAAE,4CAA4C;gBAC3D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,kCAAkC;qBACzC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,yBAAyB;iBACzB;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.groupsDescription = void 0;
|
|
4
|
+
exports.groupsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Groups"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Post Api V 4 Runners Reset Registration Token",
|
|
20
|
+
"value": "Post Api V 4 Runners Reset Registration Token",
|
|
21
|
+
"action": "Reset the runner registration token for the instance",
|
|
22
|
+
"description": "Resets the runner registration token for the GitLab instance.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/api/v4/runners/reset_registration_token"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "POST /api/v4/runners/reset_registration_token",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Groups"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Post Api V 4 Runners Reset Registration Token"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/groups/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,+CAA+C;gBACvD,OAAO,EAAE,+CAA+C;gBACxD,QAAQ,EAAE,sDAAsD;gBAChE,aAAa,EAAE,+DAA+D;gBAC9E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,2CAA2C;qBAClD;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,+CAA+C;QAC9D,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;gBACD,WAAW,EAAE;oBACZ,+CAA+C;iBAC/C;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export { groupsDescription } from './groups';
|
|
2
|
+
export { runnersDescription } from './runners';
|
|
3
|
+
export { packagesDescription } from './packages';
|
|
4
|
+
export { groupImportAndExportDescription } from './group-import-and-export';
|
|
5
|
+
export { accessTokensDescription } from './access-tokens';
|
|
6
|
+
export { ciJobsDescription } from './ci-jobs';
|
|
7
|
+
export { applicationsDescription } from './applications';
|
|
8
|
+
export { agentsDescription } from './agents';
|
|
9
|
+
export { ciRunnersDescription } from './ci-runners';
|
|
10
|
+
export { internalOperationsDescription } from './internal-operations';
|
|
11
|
+
export { usageDataDescription } from './usage-data';
|
|
12
|
+
export { usersDescription } from './users';
|
|
13
|
+
export { instanceDescription } from './instance';
|
|
14
|
+
export { webCommitsDescription } from './web-commits';
|
|
15
|
+
export { clustersDescription } from './clusters';
|
|
16
|
+
export { containerRegistryDescription } from './container-registry';
|
|
17
|
+
export { featuresDescription } from './features';
|
|
18
|
+
export { geoDescription } from './geo';
|
|
19
|
+
export { integrationsDescription } from './integrations';
|
|
20
|
+
export { metadataDescription } from './metadata';
|
|
21
|
+
export { projectImportDescription } from './project-import';
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.projectImportDescription = exports.metadataDescription = exports.integrationsDescription = exports.geoDescription = exports.featuresDescription = exports.containerRegistryDescription = exports.clustersDescription = exports.webCommitsDescription = exports.instanceDescription = exports.usersDescription = exports.usageDataDescription = exports.internalOperationsDescription = exports.ciRunnersDescription = exports.agentsDescription = exports.applicationsDescription = exports.ciJobsDescription = exports.accessTokensDescription = exports.groupImportAndExportDescription = exports.packagesDescription = exports.runnersDescription = exports.groupsDescription = void 0;
|
|
4
|
+
var groups_1 = require("./groups");
|
|
5
|
+
Object.defineProperty(exports, "groupsDescription", { enumerable: true, get: function () { return groups_1.groupsDescription; } });
|
|
6
|
+
var runners_1 = require("./runners");
|
|
7
|
+
Object.defineProperty(exports, "runnersDescription", { enumerable: true, get: function () { return runners_1.runnersDescription; } });
|
|
8
|
+
var packages_1 = require("./packages");
|
|
9
|
+
Object.defineProperty(exports, "packagesDescription", { enumerable: true, get: function () { return packages_1.packagesDescription; } });
|
|
10
|
+
var group_import_and_export_1 = require("./group-import-and-export");
|
|
11
|
+
Object.defineProperty(exports, "groupImportAndExportDescription", { enumerable: true, get: function () { return group_import_and_export_1.groupImportAndExportDescription; } });
|
|
12
|
+
var access_tokens_1 = require("./access-tokens");
|
|
13
|
+
Object.defineProperty(exports, "accessTokensDescription", { enumerable: true, get: function () { return access_tokens_1.accessTokensDescription; } });
|
|
14
|
+
var ci_jobs_1 = require("./ci-jobs");
|
|
15
|
+
Object.defineProperty(exports, "ciJobsDescription", { enumerable: true, get: function () { return ci_jobs_1.ciJobsDescription; } });
|
|
16
|
+
var applications_1 = require("./applications");
|
|
17
|
+
Object.defineProperty(exports, "applicationsDescription", { enumerable: true, get: function () { return applications_1.applicationsDescription; } });
|
|
18
|
+
var agents_1 = require("./agents");
|
|
19
|
+
Object.defineProperty(exports, "agentsDescription", { enumerable: true, get: function () { return agents_1.agentsDescription; } });
|
|
20
|
+
var ci_runners_1 = require("./ci-runners");
|
|
21
|
+
Object.defineProperty(exports, "ciRunnersDescription", { enumerable: true, get: function () { return ci_runners_1.ciRunnersDescription; } });
|
|
22
|
+
var internal_operations_1 = require("./internal-operations");
|
|
23
|
+
Object.defineProperty(exports, "internalOperationsDescription", { enumerable: true, get: function () { return internal_operations_1.internalOperationsDescription; } });
|
|
24
|
+
var usage_data_1 = require("./usage-data");
|
|
25
|
+
Object.defineProperty(exports, "usageDataDescription", { enumerable: true, get: function () { return usage_data_1.usageDataDescription; } });
|
|
26
|
+
var users_1 = require("./users");
|
|
27
|
+
Object.defineProperty(exports, "usersDescription", { enumerable: true, get: function () { return users_1.usersDescription; } });
|
|
28
|
+
var instance_1 = require("./instance");
|
|
29
|
+
Object.defineProperty(exports, "instanceDescription", { enumerable: true, get: function () { return instance_1.instanceDescription; } });
|
|
30
|
+
var web_commits_1 = require("./web-commits");
|
|
31
|
+
Object.defineProperty(exports, "webCommitsDescription", { enumerable: true, get: function () { return web_commits_1.webCommitsDescription; } });
|
|
32
|
+
var clusters_1 = require("./clusters");
|
|
33
|
+
Object.defineProperty(exports, "clustersDescription", { enumerable: true, get: function () { return clusters_1.clustersDescription; } });
|
|
34
|
+
var container_registry_1 = require("./container-registry");
|
|
35
|
+
Object.defineProperty(exports, "containerRegistryDescription", { enumerable: true, get: function () { return container_registry_1.containerRegistryDescription; } });
|
|
36
|
+
var features_1 = require("./features");
|
|
37
|
+
Object.defineProperty(exports, "featuresDescription", { enumerable: true, get: function () { return features_1.featuresDescription; } });
|
|
38
|
+
var geo_1 = require("./geo");
|
|
39
|
+
Object.defineProperty(exports, "geoDescription", { enumerable: true, get: function () { return geo_1.geoDescription; } });
|
|
40
|
+
var integrations_1 = require("./integrations");
|
|
41
|
+
Object.defineProperty(exports, "integrationsDescription", { enumerable: true, get: function () { return integrations_1.integrationsDescription; } });
|
|
42
|
+
var metadata_1 = require("./metadata");
|
|
43
|
+
Object.defineProperty(exports, "metadataDescription", { enumerable: true, get: function () { return metadata_1.metadataDescription; } });
|
|
44
|
+
var project_import_1 = require("./project-import");
|
|
45
|
+
Object.defineProperty(exports, "projectImportDescription", { enumerable: true, get: function () { return project_import_1.projectImportDescription; } });
|
|
46
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/Gitlab/resources/index.ts"],"names":[],"mappings":";;;AAAA,mCAA6C;AAApC,2GAAA,iBAAiB,OAAA;AAC1B,qCAA+C;AAAtC,6GAAA,kBAAkB,OAAA;AAC3B,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,qEAA4E;AAAnE,0IAAA,+BAA+B,OAAA;AACxC,iDAA0D;AAAjD,wHAAA,uBAAuB,OAAA;AAChC,qCAA8C;AAArC,4GAAA,iBAAiB,OAAA;AAC1B,+CAAyD;AAAhD,uHAAA,uBAAuB,OAAA;AAChC,mCAA6C;AAApC,2GAAA,iBAAiB,OAAA;AAC1B,2CAAoD;AAA3C,kHAAA,oBAAoB,OAAA;AAC7B,6DAAsE;AAA7D,oIAAA,6BAA6B,OAAA;AACtC,2CAAoD;AAA3C,kHAAA,oBAAoB,OAAA;AAC7B,iCAA2C;AAAlC,yGAAA,gBAAgB,OAAA;AACzB,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,6CAAsD;AAA7C,oHAAA,qBAAqB,OAAA;AAC9B,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,2DAAoE;AAA3D,kIAAA,4BAA4B,OAAA;AACrC,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,6BAAuC;AAA9B,qGAAA,cAAc,OAAA;AACvB,+CAAyD;AAAhD,uHAAA,uBAAuB,OAAA;AAChC,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,mDAA4D;AAAnD,0HAAA,wBAAwB,OAAA"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.instanceDescription = void 0;
|
|
4
|
+
exports.instanceDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Instance"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Api V 4 Application Appearance",
|
|
20
|
+
"value": "Get Api V 4 Application Appearance",
|
|
21
|
+
"action": "Get Api V 4 Application Appearance",
|
|
22
|
+
"description": "Get the current appearance",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v4/application/appearance"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Get Api V 4 Application Statistics",
|
|
32
|
+
"value": "Get Api V 4 Application Statistics",
|
|
33
|
+
"action": "Retrieve application statistics",
|
|
34
|
+
"description": "Retrieves the current application statistics for this GitLab instance.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/api/v4/application/statistics"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"default": ""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"displayName": "GET /api/v4/application/appearance",
|
|
47
|
+
"name": "operation",
|
|
48
|
+
"type": "notice",
|
|
49
|
+
"typeOptions": {
|
|
50
|
+
"theme": "info"
|
|
51
|
+
},
|
|
52
|
+
"default": "",
|
|
53
|
+
"displayOptions": {
|
|
54
|
+
"show": {
|
|
55
|
+
"resource": [
|
|
56
|
+
"Instance"
|
|
57
|
+
],
|
|
58
|
+
"operation": [
|
|
59
|
+
"Get Api V 4 Application Appearance"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"displayName": "GET /api/v4/application/statistics",
|
|
66
|
+
"name": "operation",
|
|
67
|
+
"type": "notice",
|
|
68
|
+
"typeOptions": {
|
|
69
|
+
"theme": "info"
|
|
70
|
+
},
|
|
71
|
+
"default": "",
|
|
72
|
+
"displayOptions": {
|
|
73
|
+
"show": {
|
|
74
|
+
"resource": [
|
|
75
|
+
"Instance"
|
|
76
|
+
],
|
|
77
|
+
"operation": [
|
|
78
|
+
"Get Api V 4 Application Statistics"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
];
|
|
84
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/instance/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,oCAAoC;gBAC5C,OAAO,EAAE,oCAAoC;gBAC7C,QAAQ,EAAE,oCAAoC;gBAC9C,aAAa,EAAE,4BAA4B;gBAC3C,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,iCAAiC;qBACxC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,oCAAoC;gBAC5C,OAAO,EAAE,oCAAoC;gBAC7C,QAAQ,EAAE,iCAAiC;gBAC3C,aAAa,EAAE,wEAAwE;gBACvF,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,iCAAiC;qBACxC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,oCAAoC;QACnD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,oCAAoC;iBACpC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,oCAAoC;QACnD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,oCAAoC;iBACpC;aACD;SACD;KACD;CACF,CAAC"}
|