oci-devops 2.39.0 → 2.41.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/lib/client.d.ts +86 -86
- package/lib/client.js +86 -86
- package/lib/model/bitbucket-cloud-filter-attributes.d.ts +2 -0
- package/lib/model/bitbucket-cloud-filter-attributes.js +28 -2
- package/lib/model/bitbucket-cloud-filter-attributes.js.map +1 -1
- package/lib/model/bitbucket-cloud-filter-exclusion-attributes.d.ts +23 -0
- package/lib/model/bitbucket-cloud-filter-exclusion-attributes.js +55 -0
- package/lib/model/bitbucket-cloud-filter-exclusion-attributes.js.map +1 -0
- package/lib/model/bitbucket-cloud-filter.d.ts +1 -0
- package/lib/model/bitbucket-cloud-filter.js +6 -0
- package/lib/model/bitbucket-cloud-filter.js.map +1 -1
- package/lib/model/bitbucket-cloud-trigger-create-result.d.ts +4 -0
- package/lib/model/bitbucket-cloud-trigger-create-result.js.map +1 -1
- package/lib/model/bitbucket-cloud-trigger-summary.d.ts +4 -0
- package/lib/model/bitbucket-cloud-trigger-summary.js.map +1 -1
- package/lib/model/bitbucket-cloud-trigger.d.ts +4 -0
- package/lib/model/bitbucket-cloud-trigger.js.map +1 -1
- package/lib/model/create-bitbucket-cloud-trigger-details.d.ts +4 -0
- package/lib/model/create-bitbucket-cloud-trigger-details.js.map +1 -1
- package/lib/model/create-github-trigger-details.d.ts +4 -0
- package/lib/model/create-github-trigger-details.js.map +1 -1
- package/lib/model/create-gitlab-trigger-details.d.ts +4 -0
- package/lib/model/create-gitlab-trigger-details.js.map +1 -1
- package/lib/model/devops-code-repository-filter-attributes.d.ts +2 -0
- package/lib/model/devops-code-repository-filter-attributes.js +28 -2
- package/lib/model/devops-code-repository-filter-attributes.js.map +1 -1
- package/lib/model/devops-code-repository-filter-exclusion-attributes.d.ts +23 -0
- package/lib/model/devops-code-repository-filter-exclusion-attributes.js +55 -0
- package/lib/model/devops-code-repository-filter-exclusion-attributes.js.map +1 -0
- package/lib/model/devops-code-repository-filter.d.ts +1 -0
- package/lib/model/devops-code-repository-filter.js +6 -0
- package/lib/model/devops-code-repository-filter.js.map +1 -1
- package/lib/model/file-filter.d.ts +25 -0
- package/lib/model/file-filter.js +29 -0
- package/lib/model/file-filter.js.map +1 -0
- package/lib/model/github-filter-attributes.d.ts +2 -0
- package/lib/model/github-filter-attributes.js +28 -2
- package/lib/model/github-filter-attributes.js.map +1 -1
- package/lib/model/github-filter-exclusion-attributes.d.ts +23 -0
- package/lib/model/github-filter-exclusion-attributes.js +55 -0
- package/lib/model/github-filter-exclusion-attributes.js.map +1 -0
- package/lib/model/github-filter.d.ts +1 -0
- package/lib/model/github-filter.js +7 -1
- package/lib/model/github-filter.js.map +1 -1
- package/lib/model/github-trigger-create-result.d.ts +4 -0
- package/lib/model/github-trigger-create-result.js.map +1 -1
- package/lib/model/github-trigger-summary.d.ts +4 -0
- package/lib/model/github-trigger-summary.js.map +1 -1
- package/lib/model/github-trigger.d.ts +4 -0
- package/lib/model/github-trigger.js.map +1 -1
- package/lib/model/gitlab-filter-attributes.d.ts +2 -0
- package/lib/model/gitlab-filter-attributes.js +28 -2
- package/lib/model/gitlab-filter-attributes.js.map +1 -1
- package/lib/model/gitlab-filter-exclusion-attributes.d.ts +23 -0
- package/lib/model/gitlab-filter-exclusion-attributes.js +55 -0
- package/lib/model/gitlab-filter-exclusion-attributes.js.map +1 -0
- package/lib/model/gitlab-filter.d.ts +1 -0
- package/lib/model/gitlab-filter.js +7 -1
- package/lib/model/gitlab-filter.js.map +1 -1
- package/lib/model/gitlab-server-filter-attributes.d.ts +2 -0
- package/lib/model/gitlab-server-filter-attributes.js +28 -2
- package/lib/model/gitlab-server-filter-attributes.js.map +1 -1
- package/lib/model/gitlab-server-filter-exclusion-attributes.d.ts +23 -0
- package/lib/model/gitlab-server-filter-exclusion-attributes.js +55 -0
- package/lib/model/gitlab-server-filter-exclusion-attributes.js.map +1 -0
- package/lib/model/gitlab-server-filter.d.ts +1 -0
- package/lib/model/gitlab-server-filter.js +6 -0
- package/lib/model/gitlab-server-filter.js.map +1 -1
- package/lib/model/gitlab-trigger-create-result.d.ts +4 -0
- package/lib/model/gitlab-trigger-create-result.js.map +1 -1
- package/lib/model/gitlab-trigger-summary.d.ts +4 -0
- package/lib/model/gitlab-trigger-summary.js.map +1 -1
- package/lib/model/gitlab-trigger.d.ts +4 -0
- package/lib/model/gitlab-trigger.js.map +1 -1
- package/lib/model/index.d.ts +12 -0
- package/lib/model/index.js +21 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-bitbucket-cloud-trigger-details.d.ts +4 -0
- package/lib/model/update-bitbucket-cloud-trigger-details.js.map +1 -1
- package/lib/model/update-github-trigger-details.d.ts +4 -0
- package/lib/model/update-github-trigger-details.js.map +1 -1
- package/lib/model/update-gitlab-trigger-details.d.ts +4 -0
- package/lib/model/update-gitlab-trigger-details.js.map +1 -1
- package/lib/request/approve-deployment-request.d.ts +1 -1
- package/lib/request/cancel-build-run-request.d.ts +1 -1
- package/lib/request/cancel-deployment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-build-pipeline-request.d.ts +1 -1
- package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/create-build-run-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-deploy-artifact-request.d.ts +1 -1
- package/lib/request/create-deploy-environment-request.d.ts +1 -1
- package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/create-deploy-stage-request.d.ts +1 -1
- package/lib/request/create-deployment-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-repository-request.d.ts +1 -1
- package/lib/request/create-trigger-request.d.ts +1 -1
- package/lib/request/delete-build-pipeline-request.d.ts +1 -1
- package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
- package/lib/request/delete-deploy-environment-request.d.ts +1 -1
- package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/delete-deploy-stage-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-ref-request.d.ts +1 -1
- package/lib/request/delete-repository-request.d.ts +1 -1
- package/lib/request/delete-trigger-request.d.ts +1 -1
- package/lib/request/get-build-pipeline-request.d.ts +1 -1
- package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/get-build-run-request.d.ts +1 -1
- package/lib/request/get-commit-diff-request.d.ts +1 -1
- package/lib/request/get-commit-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-deploy-artifact-request.d.ts +1 -1
- package/lib/request/get-deploy-environment-request.d.ts +1 -1
- package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/get-deploy-stage-request.d.ts +1 -1
- package/lib/request/get-deployment-request.d.ts +1 -1
- package/lib/request/get-file-diff-request.d.ts +1 -1
- package/lib/request/get-mirror-record-request.d.ts +1 -1
- package/lib/request/get-object-content-request.d.ts +1 -1
- package/lib/request/get-object-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-ref-request.d.ts +1 -1
- package/lib/request/get-repo-file-diff-request.d.ts +1 -1
- package/lib/request/get-repo-file-lines-request.d.ts +1 -1
- package/lib/request/get-repository-archive-content-request.d.ts +1 -1
- package/lib/request/get-repository-file-lines-request.d.ts +1 -1
- package/lib/request/get-repository-request.d.ts +1 -1
- package/lib/request/get-trigger-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-authors-request.d.ts +1 -1
- package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
- package/lib/request/list-build-pipelines-request.d.ts +1 -1
- package/lib/request/list-build-runs-request.d.ts +1 -1
- package/lib/request/list-commit-diffs-request.d.ts +1 -1
- package/lib/request/list-commits-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
- package/lib/request/list-deploy-environments-request.d.ts +1 -1
- package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
- package/lib/request/list-deploy-stages-request.d.ts +1 -1
- package/lib/request/list-deployments-request.d.ts +1 -1
- package/lib/request/list-mirror-records-request.d.ts +1 -1
- package/lib/request/list-paths-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-refs-request.d.ts +1 -1
- package/lib/request/list-repositories-request.d.ts +1 -1
- package/lib/request/list-triggers-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/mirror-repository-request.d.ts +1 -1
- package/lib/request/put-repository-ref-request.d.ts +1 -1
- package/lib/request/update-build-pipeline-request.d.ts +1 -1
- package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
- package/lib/request/update-build-run-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-deploy-artifact-request.d.ts +1 -1
- package/lib/request/update-deploy-environment-request.d.ts +1 -1
- package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
- package/lib/request/update-deploy-stage-request.d.ts +1 -1
- package/lib/request/update-deployment-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-repository-request.d.ts +1 -1
- package/lib/request/update-trigger-request.d.ts +1 -1
- package/package.json +3 -3
|
@@ -11,17 +11,43 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.GithubFilterAttributes = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
16
36
|
var GithubFilterAttributes;
|
|
17
37
|
(function (GithubFilterAttributes) {
|
|
18
38
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
|
|
41
|
+
});
|
|
20
42
|
return jsonObj;
|
|
21
43
|
}
|
|
22
44
|
GithubFilterAttributes.getJsonObj = getJsonObj;
|
|
23
45
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"fileFilter": obj.fileFilter
|
|
48
|
+
? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
25
51
|
return jsonObj;
|
|
26
52
|
}
|
|
27
53
|
GithubFilterAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"github-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,sBAAsB,CAuBtC;AAvBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAuBtC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Attributes to filter GitHub events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
|
16
|
+
*/
|
|
17
|
+
export interface GithubFilterExclusionAttributes {
|
|
18
|
+
"fileFilter"?: model.FileFilter;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace GithubFilterExclusionAttributes {
|
|
21
|
+
function getJsonObj(obj: GithubFilterExclusionAttributes): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: GithubFilterExclusionAttributes): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.GithubFilterExclusionAttributes = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var GithubFilterExclusionAttributes;
|
|
37
|
+
(function (GithubFilterExclusionAttributes) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
GithubFilterExclusionAttributes.getJsonObj = getJsonObj;
|
|
45
|
+
function getDeserializedJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"fileFilter": obj.fileFilter
|
|
48
|
+
? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
GithubFilterExclusionAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(GithubFilterExclusionAttributes = exports.GithubFilterExclusionAttributes || (exports.GithubFilterExclusionAttributes = {}));
|
|
55
|
+
//# sourceMappingURL=github-filter-exclusion-attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"github-filter-exclusion-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-filter-exclusion-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,+BAA+B,CAuB/C;AAvBD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,0CAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAuB/C"}
|
|
@@ -20,6 +20,7 @@ export interface GithubFilter extends model.Filter {
|
|
|
20
20
|
*/
|
|
21
21
|
"events"?: Array<GithubFilter.Events>;
|
|
22
22
|
"include"?: model.GithubFilterAttributes;
|
|
23
|
+
"exclude"?: model.GithubFilterExclusionAttributes;
|
|
23
24
|
"triggerSource": string;
|
|
24
25
|
}
|
|
25
26
|
export declare namespace GithubFilter {
|
|
@@ -50,7 +50,10 @@ var GithubFilter;
|
|
|
50
50
|
})(Events = GithubFilter.Events || (GithubFilter.Events = {}));
|
|
51
51
|
function getJsonObj(obj, isParentJsonObj) {
|
|
52
52
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Filter.getJsonObj(obj))), {
|
|
53
|
-
"include": obj.include ? model.GithubFilterAttributes.getJsonObj(obj.include) : undefined
|
|
53
|
+
"include": obj.include ? model.GithubFilterAttributes.getJsonObj(obj.include) : undefined,
|
|
54
|
+
"exclude": obj.exclude
|
|
55
|
+
? model.GithubFilterExclusionAttributes.getJsonObj(obj.exclude)
|
|
56
|
+
: undefined
|
|
54
57
|
});
|
|
55
58
|
return jsonObj;
|
|
56
59
|
}
|
|
@@ -60,6 +63,9 @@ var GithubFilter;
|
|
|
60
63
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Filter.getDeserializedJsonObj(obj))), {
|
|
61
64
|
"include": obj.include
|
|
62
65
|
? model.GithubFilterAttributes.getDeserializedJsonObj(obj.include)
|
|
66
|
+
: undefined,
|
|
67
|
+
"exclude": obj.exclude
|
|
68
|
+
? model.GithubFilterExclusionAttributes.getDeserializedJsonObj(obj.exclude)
|
|
63
69
|
: undefined
|
|
64
70
|
});
|
|
65
71
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-filter.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-filter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"github-filter.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-filter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,YAAY,CA2C5B;AA3CD,WAAiB,YAAY;IAC3B,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,uBAAa,CAAA;QACb,qDAA2C,CAAA;QAC3C,qDAA2C,CAAA;QAC3C,uDAA6C,CAAA;QAC7C,mDAAyC,CAAA;QACzC;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAXW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QAWjB;IAED,SAAgB,UAAU,CAAC,GAAiB,EAAE,eAAyB;QACrE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAkB,CAAC,GACxE;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YACzF,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,uBAAU,aAYzB,CAAA;IACY,0BAAa,GAAG,QAAQ,CAAC;IACtC,SAAgB,sBAAsB,CAAC,GAAiB,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAkB,CAAC,GACpF;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mCAAsB,yBAcrC,CAAA;AACH,CAAC,EA3CgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA2C5B"}
|
|
@@ -23,6 +23,10 @@ export interface GithubTriggerCreateResult extends model.TriggerCreateResult {
|
|
|
23
23
|
* The endpoint that listens to trigger events.
|
|
24
24
|
*/
|
|
25
25
|
"triggerUrl": string;
|
|
26
|
+
/**
|
|
27
|
+
* The OCID of the connection resource used to get details for triggered events.
|
|
28
|
+
*/
|
|
29
|
+
"connectionId"?: string;
|
|
26
30
|
"triggerSource": string;
|
|
27
31
|
}
|
|
28
32
|
export declare namespace GithubTriggerCreateResult {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-trigger-create-result.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-trigger-create-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"github-trigger-create-result.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-trigger-create-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,uCAAa,GAAG,QAAQ,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
|
|
@@ -15,6 +15,10 @@ import * as model from "../model";
|
|
|
15
15
|
* Summary of the GitHub trigger.
|
|
16
16
|
*/
|
|
17
17
|
export interface GithubTriggerSummary extends model.TriggerSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the connection resource used to get details for triggered events.
|
|
20
|
+
*/
|
|
21
|
+
"connectionId"?: string;
|
|
18
22
|
"triggerSource": string;
|
|
19
23
|
}
|
|
20
24
|
export declare namespace GithubTriggerSummary {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-trigger-summary.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-trigger-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"github-trigger-summary.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-trigger-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,oBAAoB,CAuBpC;AAvBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,kCAAa,GAAG,QAAQ,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuBpC"}
|
|
@@ -19,6 +19,10 @@ export interface GithubTrigger extends model.Trigger {
|
|
|
19
19
|
* The endpoint that listens to trigger events.
|
|
20
20
|
*/
|
|
21
21
|
"triggerUrl": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the connection resource used to get details for triggered events.
|
|
24
|
+
*/
|
|
25
|
+
"connectionId"?: string;
|
|
22
26
|
"triggerSource": string;
|
|
23
27
|
}
|
|
24
28
|
export declare namespace GithubTrigger {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-trigger.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-trigger.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"github-trigger.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/github-trigger.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,aAAa,CAkB7B;AAlBD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB,EAAE,eAAyB;QACtE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAmB,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,wBAAU,aAOzB,CAAA;IACY,2BAAa,GAAG,QAAQ,CAAC;IACtC,SAAgB,sBAAsB,CAAC,GAAkB,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,CAAmB,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,oCAAsB,yBAOrC,CAAA;AACH,CAAC,EAlBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAkB7B"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
/**
|
|
14
15
|
* Attributes to filter GitLab events.
|
|
15
16
|
*/
|
|
@@ -22,6 +23,7 @@ export interface GitlabFilterAttributes {
|
|
|
22
23
|
* The target branch for pull requests; not applicable for push requests.
|
|
23
24
|
*/
|
|
24
25
|
"baseRef"?: string;
|
|
26
|
+
"fileFilter"?: model.FileFilter;
|
|
25
27
|
}
|
|
26
28
|
export declare namespace GitlabFilterAttributes {
|
|
27
29
|
function getJsonObj(obj: GitlabFilterAttributes): object;
|
|
@@ -11,17 +11,43 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.GitlabFilterAttributes = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
16
36
|
var GitlabFilterAttributes;
|
|
17
37
|
(function (GitlabFilterAttributes) {
|
|
18
38
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
|
|
41
|
+
});
|
|
20
42
|
return jsonObj;
|
|
21
43
|
}
|
|
22
44
|
GitlabFilterAttributes.getJsonObj = getJsonObj;
|
|
23
45
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"fileFilter": obj.fileFilter
|
|
48
|
+
? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
25
51
|
return jsonObj;
|
|
26
52
|
}
|
|
27
53
|
GitlabFilterAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitlab-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"gitlab-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,sBAAsB,CAuBtC;AAvBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAuBtC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Attributes to filter GitLab events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
|
16
|
+
*/
|
|
17
|
+
export interface GitlabFilterExclusionAttributes {
|
|
18
|
+
"fileFilter"?: model.FileFilter;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace GitlabFilterExclusionAttributes {
|
|
21
|
+
function getJsonObj(obj: GitlabFilterExclusionAttributes): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: GitlabFilterExclusionAttributes): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.GitlabFilterExclusionAttributes = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var GitlabFilterExclusionAttributes;
|
|
37
|
+
(function (GitlabFilterExclusionAttributes) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
GitlabFilterExclusionAttributes.getJsonObj = getJsonObj;
|
|
45
|
+
function getDeserializedJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"fileFilter": obj.fileFilter
|
|
48
|
+
? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
GitlabFilterExclusionAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(GitlabFilterExclusionAttributes = exports.GitlabFilterExclusionAttributes || (exports.GitlabFilterExclusionAttributes = {}));
|
|
55
|
+
//# sourceMappingURL=gitlab-filter-exclusion-attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitlab-filter-exclusion-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-filter-exclusion-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,+BAA+B,CAuB/C;AAvBD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,0CAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAuB/C"}
|
|
@@ -20,6 +20,7 @@ export interface GitlabFilter extends model.Filter {
|
|
|
20
20
|
*/
|
|
21
21
|
"events"?: Array<GitlabFilter.Events>;
|
|
22
22
|
"include"?: model.GitlabFilterAttributes;
|
|
23
|
+
"exclude"?: model.GitlabFilterExclusionAttributes;
|
|
23
24
|
"triggerSource": string;
|
|
24
25
|
}
|
|
25
26
|
export declare namespace GitlabFilter {
|
|
@@ -50,7 +50,10 @@ var GitlabFilter;
|
|
|
50
50
|
})(Events = GitlabFilter.Events || (GitlabFilter.Events = {}));
|
|
51
51
|
function getJsonObj(obj, isParentJsonObj) {
|
|
52
52
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Filter.getJsonObj(obj))), {
|
|
53
|
-
"include": obj.include ? model.GitlabFilterAttributes.getJsonObj(obj.include) : undefined
|
|
53
|
+
"include": obj.include ? model.GitlabFilterAttributes.getJsonObj(obj.include) : undefined,
|
|
54
|
+
"exclude": obj.exclude
|
|
55
|
+
? model.GitlabFilterExclusionAttributes.getJsonObj(obj.exclude)
|
|
56
|
+
: undefined
|
|
54
57
|
});
|
|
55
58
|
return jsonObj;
|
|
56
59
|
}
|
|
@@ -60,6 +63,9 @@ var GitlabFilter;
|
|
|
60
63
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Filter.getDeserializedJsonObj(obj))), {
|
|
61
64
|
"include": obj.include
|
|
62
65
|
? model.GitlabFilterAttributes.getDeserializedJsonObj(obj.include)
|
|
66
|
+
: undefined,
|
|
67
|
+
"exclude": obj.exclude
|
|
68
|
+
? model.GitlabFilterExclusionAttributes.getDeserializedJsonObj(obj.exclude)
|
|
63
69
|
: undefined
|
|
64
70
|
});
|
|
65
71
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitlab-filter.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-filter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"gitlab-filter.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-filter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,YAAY,CA2C5B;AA3CD,WAAiB,YAAY;IAC3B,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,uBAAa,CAAA;QACb,qDAA2C,CAAA;QAC3C,qDAA2C,CAAA;QAC3C,uDAA6C,CAAA;QAC7C,mDAAyC,CAAA;QACzC;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAXW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QAWjB;IAED,SAAgB,UAAU,CAAC,GAAiB,EAAE,eAAyB;QACrE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAkB,CAAC,GACxE;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YACzF,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,uBAAU,aAYzB,CAAA;IACY,0BAAa,GAAG,QAAQ,CAAC;IACtC,SAAgB,sBAAsB,CAAC,GAAiB,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAkB,CAAC,GACpF;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mCAAsB,yBAcrC,CAAA;AACH,CAAC,EA3CgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA2C5B"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
/**
|
|
14
15
|
* Attributes to filter GitLab self-hosted server events.
|
|
15
16
|
*/
|
|
@@ -22,6 +23,7 @@ export interface GitlabServerFilterAttributes {
|
|
|
22
23
|
* The target branch for pull requests; not applicable for push requests.
|
|
23
24
|
*/
|
|
24
25
|
"baseRef"?: string;
|
|
26
|
+
"fileFilter"?: model.FileFilter;
|
|
25
27
|
}
|
|
26
28
|
export declare namespace GitlabServerFilterAttributes {
|
|
27
29
|
function getJsonObj(obj: GitlabServerFilterAttributes): object;
|
|
@@ -11,17 +11,43 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.GitlabServerFilterAttributes = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
16
36
|
var GitlabServerFilterAttributes;
|
|
17
37
|
(function (GitlabServerFilterAttributes) {
|
|
18
38
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
|
|
41
|
+
});
|
|
20
42
|
return jsonObj;
|
|
21
43
|
}
|
|
22
44
|
GitlabServerFilterAttributes.getJsonObj = getJsonObj;
|
|
23
45
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"fileFilter": obj.fileFilter
|
|
48
|
+
? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
25
51
|
return jsonObj;
|
|
26
52
|
}
|
|
27
53
|
GitlabServerFilterAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitlab-server-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-server-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"gitlab-server-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-server-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,4BAA4B,CAuB5C;AAvBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuB5C"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DevOps API
|
|
3
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20210630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
|
16
|
+
*/
|
|
17
|
+
export interface GitlabServerFilterExclusionAttributes {
|
|
18
|
+
"fileFilter"?: model.FileFilter;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace GitlabServerFilterExclusionAttributes {
|
|
21
|
+
function getJsonObj(obj: GitlabServerFilterExclusionAttributes): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: GitlabServerFilterExclusionAttributes): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DevOps API
|
|
4
|
+
* Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20210630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.GitlabServerFilterExclusionAttributes = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var GitlabServerFilterExclusionAttributes;
|
|
37
|
+
(function (GitlabServerFilterExclusionAttributes) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
GitlabServerFilterExclusionAttributes.getJsonObj = getJsonObj;
|
|
45
|
+
function getDeserializedJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"fileFilter": obj.fileFilter
|
|
48
|
+
? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
GitlabServerFilterExclusionAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(GitlabServerFilterExclusionAttributes = exports.GitlabServerFilterExclusionAttributes || (exports.GitlabServerFilterExclusionAttributes = {}));
|
|
55
|
+
//# sourceMappingURL=gitlab-server-filter-exclusion-attributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitlab-server-filter-exclusion-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/gitlab-server-filter-exclusion-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,qCAAqC,CAuBrD;AAvBD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gDAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4DAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAuBrD"}
|
|
@@ -20,6 +20,7 @@ export interface GitlabServerFilter extends model.Filter {
|
|
|
20
20
|
*/
|
|
21
21
|
"events"?: Array<GitlabServerFilter.Events>;
|
|
22
22
|
"include"?: model.GitlabServerFilterAttributes;
|
|
23
|
+
"exclude"?: model.GitlabServerFilterExclusionAttributes;
|
|
23
24
|
"triggerSource": string;
|
|
24
25
|
}
|
|
25
26
|
export declare namespace GitlabServerFilter {
|
|
@@ -52,6 +52,9 @@ var GitlabServerFilter;
|
|
|
52
52
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Filter.getJsonObj(obj))), {
|
|
53
53
|
"include": obj.include
|
|
54
54
|
? model.GitlabServerFilterAttributes.getJsonObj(obj.include)
|
|
55
|
+
: undefined,
|
|
56
|
+
"exclude": obj.exclude
|
|
57
|
+
? model.GitlabServerFilterExclusionAttributes.getJsonObj(obj.exclude)
|
|
55
58
|
: undefined
|
|
56
59
|
});
|
|
57
60
|
return jsonObj;
|
|
@@ -62,6 +65,9 @@ var GitlabServerFilter;
|
|
|
62
65
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Filter.getDeserializedJsonObj(obj))), {
|
|
63
66
|
"include": obj.include
|
|
64
67
|
? model.GitlabServerFilterAttributes.getDeserializedJsonObj(obj.include)
|
|
68
|
+
: undefined,
|
|
69
|
+
"exclude": obj.exclude
|
|
70
|
+
? model.GitlabServerFilterExclusionAttributes.getDeserializedJsonObj(obj.exclude)
|
|
65
71
|
: undefined
|
|
66
72
|
});
|
|
67
73
|
return jsonObj;
|