oci-jmsutils 2.118.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +270 -0
- package/lib/client.js +1368 -0
- package/lib/client.js.map +1 -0
- package/lib/jmsutils-waiter.d.ts +27 -0
- package/lib/jmsutils-waiter.js +44 -0
- package/lib/jmsutils-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/analyze-applications-configuration.d.ts +29 -0
- package/lib/model/analyze-applications-configuration.js +29 -0
- package/lib/model/analyze-applications-configuration.js.map +1 -0
- package/lib/model/basic-work-item-details.d.ts +24 -0
- package/lib/model/basic-work-item-details.js +52 -0
- package/lib/model/basic-work-item-details.js.map +1 -0
- package/lib/model/index.d.ts +88 -0
- package/lib/model/index.js +111 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/java-migration-analysis-collection.d.ts +26 -0
- package/lib/model/java-migration-analysis-collection.js +61 -0
- package/lib/model/java-migration-analysis-collection.js.map +1 -0
- package/lib/model/java-migration-analysis-sort-by.d.ts +24 -0
- package/lib/model/java-migration-analysis-sort-by.js +35 -0
- package/lib/model/java-migration-analysis-sort-by.js.map +1 -0
- package/lib/model/java-migration-analysis-summary.d.ts +88 -0
- package/lib/model/java-migration-analysis-summary.js +55 -0
- package/lib/model/java-migration-analysis-summary.js.map +1 -0
- package/lib/model/java-migration-analysis-target.d.ts +43 -0
- package/lib/model/java-migration-analysis-target.js +29 -0
- package/lib/model/java-migration-analysis-target.js.map +1 -0
- package/lib/model/java-migration-analysis.d.ts +91 -0
- package/lib/model/java-migration-analysis.js +55 -0
- package/lib/model/java-migration-analysis.js.map +1 -0
- package/lib/model/java-migration-work-item-details.d.ts +38 -0
- package/lib/model/java-migration-work-item-details.js +54 -0
- package/lib/model/java-migration-work-item-details.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +28 -0
- package/lib/model/operation-type.js +39 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/performance-tuning-analysis-collection.d.ts +26 -0
- package/lib/model/performance-tuning-analysis-collection.js +61 -0
- package/lib/model/performance-tuning-analysis-collection.js.map +1 -0
- package/lib/model/performance-tuning-analysis-sort-by.d.ts +24 -0
- package/lib/model/performance-tuning-analysis-sort-by.js +35 -0
- package/lib/model/performance-tuning-analysis-sort-by.js.map +1 -0
- package/lib/model/performance-tuning-analysis-summary.d.ts +76 -0
- package/lib/model/performance-tuning-analysis-summary.js +55 -0
- package/lib/model/performance-tuning-analysis-summary.js.map +1 -0
- package/lib/model/performance-tuning-analysis-target.d.ts +29 -0
- package/lib/model/performance-tuning-analysis-target.js +29 -0
- package/lib/model/performance-tuning-analysis-target.js.map +1 -0
- package/lib/model/performance-tuning-analysis.d.ts +88 -0
- package/lib/model/performance-tuning-analysis.js +65 -0
- package/lib/model/performance-tuning-analysis.js.map +1 -0
- package/lib/model/performance-tuning-work-item-details.d.ts +32 -0
- package/lib/model/performance-tuning-work-item-details.js +54 -0
- package/lib/model/performance-tuning-work-item-details.js.map +1 -0
- package/lib/model/principal.d.ts +29 -0
- package/lib/model/principal.js +29 -0
- package/lib/model/principal.js.map +1 -0
- package/lib/model/request-java-migration-analysis-details.d.ts +52 -0
- package/lib/model/request-java-migration-analysis-details.js +61 -0
- package/lib/model/request-java-migration-analysis-details.js.map +1 -0
- package/lib/model/request-performance-tuning-analysis-details.d.ts +52 -0
- package/lib/model/request-performance-tuning-analysis-details.js +61 -0
- package/lib/model/request-performance-tuning-analysis-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/subscription-acknowledgment-configuration.d.ts +34 -0
- package/lib/model/subscription-acknowledgment-configuration.js +29 -0
- package/lib/model/subscription-acknowledgment-configuration.js.map +1 -0
- package/lib/model/update-analyze-applications-configuration-details.d.ts +29 -0
- package/lib/model/update-analyze-applications-configuration-details.js +29 -0
- package/lib/model/update-analyze-applications-configuration-details.js.map +1 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.d.ts +25 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.js +29 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.js.map +1 -0
- package/lib/model/work-item-collection.d.ts +26 -0
- package/lib/model/work-item-collection.js +61 -0
- package/lib/model/work-item-collection.js.map +1 -0
- package/lib/model/work-item-details.d.ts +27 -0
- package/lib/model/work-item-details.js +76 -0
- package/lib/model/work-item-details.js.map +1 -0
- package/lib/model/work-item-status.d.ts +34 -0
- package/lib/model/work-item-status.js +45 -0
- package/lib/model/work-item-status.js.map +1 -0
- package/lib/model/work-item-summary.d.ts +44 -0
- package/lib/model/work-item-summary.js +55 -0
- package/lib/model/work-item-summary.js.map +1 -0
- package/lib/model/work-item-type.d.ts +28 -0
- package/lib/model/work-item-type.js +39 -0
- package/lib/model/work-item-type.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +74 -0
- package/lib/model/work-request-summary.js +65 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +85 -0
- package/lib/model/work-request.js +65 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/delete-java-migration-analysis-request.d.ts +38 -0
- package/lib/request/delete-java-migration-analysis-request.js +15 -0
- package/lib/request/delete-java-migration-analysis-request.js.map +1 -0
- package/lib/request/delete-performance-tuning-analysis-request.d.ts +38 -0
- package/lib/request/delete-performance-tuning-analysis-request.js +15 -0
- package/lib/request/delete-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/get-analyze-applications-configuration-request.d.ts +30 -0
- package/lib/request/get-analyze-applications-configuration-request.js +15 -0
- package/lib/request/get-analyze-applications-configuration-request.js.map +1 -0
- package/lib/request/get-java-migration-analysis-request.d.ts +30 -0
- package/lib/request/get-java-migration-analysis-request.js +15 -0
- package/lib/request/get-java-migration-analysis-request.js.map +1 -0
- package/lib/request/get-performance-tuning-analysis-request.d.ts +30 -0
- package/lib/request/get-performance-tuning-analysis-request.js +15 -0
- package/lib/request/get-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.d.ts +30 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.js +15 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +48 -0
- package/lib/request/index.js +41 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-java-migration-analysis-request.d.ts +56 -0
- package/lib/request/list-java-migration-analysis-request.js +15 -0
- package/lib/request/list-java-migration-analysis-request.js.map +1 -0
- package/lib/request/list-performance-tuning-analysis-request.d.ts +60 -0
- package/lib/request/list-performance-tuning-analysis-request.js +15 -0
- package/lib/request/list-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/list-work-items-request.d.ts +38 -0
- package/lib/request/list-work-items-request.js +15 -0
- package/lib/request/list-work-items-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +53 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +53 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +65 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/request-java-migration-analysis-request.d.ts +40 -0
- package/lib/request/request-java-migration-analysis-request.js +15 -0
- package/lib/request/request-java-migration-analysis-request.js.map +1 -0
- package/lib/request/request-performance-tuning-analysis-request.d.ts +40 -0
- package/lib/request/request-performance-tuning-analysis-request.js +15 -0
- package/lib/request/request-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/update-analyze-applications-configuration-request.d.ts +43 -0
- package/lib/request/update-analyze-applications-configuration-request.js +15 -0
- package/lib/request/update-analyze-applications-configuration-request.js.map +1 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.d.ts +43 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.js +15 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/delete-java-migration-analysis-response.d.ts +20 -0
- package/lib/response/delete-java-migration-analysis-response.js +15 -0
- package/lib/response/delete-java-migration-analysis-response.js.map +1 -0
- package/lib/response/delete-performance-tuning-analysis-response.d.ts +20 -0
- package/lib/response/delete-performance-tuning-analysis-response.js +15 -0
- package/lib/response/delete-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/get-analyze-applications-configuration-response.d.ts +30 -0
- package/lib/response/get-analyze-applications-configuration-response.js +15 -0
- package/lib/response/get-analyze-applications-configuration-response.js.map +1 -0
- package/lib/response/get-java-migration-analysis-response.d.ts +30 -0
- package/lib/response/get-java-migration-analysis-response.js +15 -0
- package/lib/response/get-java-migration-analysis-response.js.map +1 -0
- package/lib/response/get-performance-tuning-analysis-response.d.ts +30 -0
- package/lib/response/get-performance-tuning-analysis-response.js +15 -0
- package/lib/response/get-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.d.ts +30 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.js +15 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +48 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-java-migration-analysis-response.d.ts +31 -0
- package/lib/response/list-java-migration-analysis-response.js +15 -0
- package/lib/response/list-java-migration-analysis-response.js.map +1 -0
- package/lib/response/list-performance-tuning-analysis-response.d.ts +31 -0
- package/lib/response/list-performance-tuning-analysis-response.js +15 -0
- package/lib/response/list-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/list-work-items-response.d.ts +31 -0
- package/lib/response/list-work-items-response.js +15 -0
- package/lib/response/list-work-items-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/request-java-migration-analysis-response.d.ts +26 -0
- package/lib/response/request-java-migration-analysis-response.js +15 -0
- package/lib/response/request-java-migration-analysis-response.js.map +1 -0
- package/lib/response/request-performance-tuning-analysis-response.d.ts +26 -0
- package/lib/response/request-performance-tuning-analysis-response.js +15 -0
- package/lib/response/request-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/update-analyze-applications-configuration-response.d.ts +30 -0
- package/lib/response/update-analyze-applications-configuration-response.js +15 -0
- package/lib/response/update-analyze-applications-configuration-response.js.map +1 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.d.ts +30 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.js +15 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.UpdateSubscriptionAcknowledgmentConfigurationDetails = void 0;
|
|
16
|
+
var UpdateSubscriptionAcknowledgmentConfigurationDetails;
|
|
17
|
+
(function (UpdateSubscriptionAcknowledgmentConfigurationDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
UpdateSubscriptionAcknowledgmentConfigurationDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
UpdateSubscriptionAcknowledgmentConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(UpdateSubscriptionAcknowledgmentConfigurationDetails = exports.UpdateSubscriptionAcknowledgmentConfigurationDetails || (exports.UpdateSubscriptionAcknowledgmentConfigurationDetails = {}));
|
|
29
|
+
//# sourceMappingURL=update-subscription-acknowledgment-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-subscription-acknowledgment-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/update-subscription-acknowledgment-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,oDAAoD,CAapE;AAbD,WAAiB,oDAAoD;IACnE,SAAgB,UAAU,CAAC,GAAyD;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyD;QAEzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,2EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAapE"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* A list of WorkItem.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkItemCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of work request items.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkItemSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkItemCollection {
|
|
24
|
+
function getJsonObj(obj: WorkItemCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkItemCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.WorkItemCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkItemCollection;
|
|
37
|
+
(function (WorkItemCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkItemSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkItemCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.WorkItemSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkItemCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkItemCollection = exports.WorkItemCollection || (exports.WorkItemCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-item-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-collection.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-item-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* The minimum details of a work item.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkItemDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The work item type.
|
|
20
|
+
*/
|
|
21
|
+
"workItemType"?: model.WorkItemType;
|
|
22
|
+
"kind": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace WorkItemDetails {
|
|
25
|
+
function getJsonObj(obj: WorkItemDetails): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: WorkItemDetails): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.WorkItemDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var WorkItemDetails;
|
|
38
|
+
(function (WorkItemDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
42
|
+
switch (obj.kind) {
|
|
43
|
+
case "BASIC":
|
|
44
|
+
return model.BasicWorkItemDetails.getJsonObj(jsonObj, true);
|
|
45
|
+
case "PERFORMANCE_TUNING":
|
|
46
|
+
return model.PerformanceTuningWorkItemDetails.getJsonObj(jsonObj, true);
|
|
47
|
+
case "JAVA_MIGRATION":
|
|
48
|
+
return model.JavaMigrationWorkItemDetails.getJsonObj(jsonObj, true);
|
|
49
|
+
default:
|
|
50
|
+
if (common.LOG.logger)
|
|
51
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
WorkItemDetails.getJsonObj = getJsonObj;
|
|
57
|
+
function getDeserializedJsonObj(obj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
59
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
60
|
+
switch (obj.kind) {
|
|
61
|
+
case "BASIC":
|
|
62
|
+
return model.BasicWorkItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
63
|
+
case "PERFORMANCE_TUNING":
|
|
64
|
+
return model.PerformanceTuningWorkItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
65
|
+
case "JAVA_MIGRATION":
|
|
66
|
+
return model.JavaMigrationWorkItemDetails.getDeserializedJsonObj(jsonObj, true);
|
|
67
|
+
default:
|
|
68
|
+
if (common.LOG.logger)
|
|
69
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return jsonObj;
|
|
73
|
+
}
|
|
74
|
+
WorkItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
75
|
+
})(WorkItemDetails = exports.WorkItemDetails || (exports.WorkItemDetails = {}));
|
|
76
|
+
//# sourceMappingURL=work-item-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AActC,IAAiB,eAAe,CAqD/B;AArDD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,0BAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,sCAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAqD/B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
14
|
+
* Possible operation status.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum WorkItemStatus {
|
|
17
|
+
Accepted = "ACCEPTED",
|
|
18
|
+
InProgress = "IN_PROGRESS",
|
|
19
|
+
Canceling = "CANCELING",
|
|
20
|
+
Canceled = "CANCELED",
|
|
21
|
+
Succeeded = "SUCCEEDED",
|
|
22
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
23
|
+
Retrying = "RETRYING",
|
|
24
|
+
Skipped = "SKIPPED",
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace WorkItemStatus {
|
|
32
|
+
function getJsonObj(obj: WorkItemStatus): WorkItemStatus;
|
|
33
|
+
function getDeserializedJsonObj(obj: WorkItemStatus): WorkItemStatus;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.WorkItemStatus = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Possible operation status.
|
|
18
|
+
**/
|
|
19
|
+
var WorkItemStatus;
|
|
20
|
+
(function (WorkItemStatus) {
|
|
21
|
+
WorkItemStatus["Accepted"] = "ACCEPTED";
|
|
22
|
+
WorkItemStatus["InProgress"] = "IN_PROGRESS";
|
|
23
|
+
WorkItemStatus["Canceling"] = "CANCELING";
|
|
24
|
+
WorkItemStatus["Canceled"] = "CANCELED";
|
|
25
|
+
WorkItemStatus["Succeeded"] = "SUCCEEDED";
|
|
26
|
+
WorkItemStatus["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
27
|
+
WorkItemStatus["Retrying"] = "RETRYING";
|
|
28
|
+
WorkItemStatus["Skipped"] = "SKIPPED";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
WorkItemStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(WorkItemStatus = exports.WorkItemStatus || (exports.WorkItemStatus = {}));
|
|
35
|
+
(function (WorkItemStatus) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
WorkItemStatus.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
WorkItemStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(WorkItemStatus = exports.WorkItemStatus || (exports.WorkItemStatus = {}));
|
|
45
|
+
//# sourceMappingURL=work-item-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-status.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-item-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,cAeX;AAfD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,4CAA0B,CAAA;IAC1B,yCAAuB,CAAA;IACvB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,oDAAkC,CAAA;IAClC,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IAEnB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAfW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAezB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* Work item to complete a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkItemSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The unique ID of ths work item.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the work request created this work item.
|
|
24
|
+
*/
|
|
25
|
+
"workRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The status of the work item.
|
|
28
|
+
*/
|
|
29
|
+
"status": model.WorkItemStatus;
|
|
30
|
+
"details": model.BasicWorkItemDetails | model.PerformanceTuningWorkItemDetails | model.JavaMigrationWorkItemDetails;
|
|
31
|
+
/**
|
|
32
|
+
* Number of times this work item is retried. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
|
+
*/
|
|
34
|
+
"retryCount": number;
|
|
35
|
+
/**
|
|
36
|
+
* The date and time the work item was last updated. (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"timeLastUpdated"?: Date;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace WorkItemSummary {
|
|
42
|
+
function getJsonObj(obj: WorkItemSummary): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: WorkItemSummary): object;
|
|
44
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.WorkItemSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkItemSummary;
|
|
37
|
+
(function (WorkItemSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"details": obj.details ? model.WorkItemDetails.getJsonObj(obj.details) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
WorkItemSummary.getJsonObj = getJsonObj;
|
|
45
|
+
function getDeserializedJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"details": obj.details
|
|
48
|
+
? model.WorkItemDetails.getDeserializedJsonObj(obj.details)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
WorkItemSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(WorkItemSummary = exports.WorkItemSummary || (exports.WorkItemSummary = {}));
|
|
55
|
+
//# sourceMappingURL=work-item-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-summary.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,eAAe,CAuB/B;AAvBD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,0BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sCAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAuB/B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
14
|
+
* Possible work item types.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum WorkItemType {
|
|
17
|
+
PerformanceTuning = "PERFORMANCE_TUNING",
|
|
18
|
+
JavaMigration = "JAVA_MIGRATION",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace WorkItemType {
|
|
26
|
+
function getJsonObj(obj: WorkItemType): WorkItemType;
|
|
27
|
+
function getDeserializedJsonObj(obj: WorkItemType): WorkItemType;
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.WorkItemType = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Possible work item types.
|
|
18
|
+
**/
|
|
19
|
+
var WorkItemType;
|
|
20
|
+
(function (WorkItemType) {
|
|
21
|
+
WorkItemType["PerformanceTuning"] = "PERFORMANCE_TUNING";
|
|
22
|
+
WorkItemType["JavaMigration"] = "JAVA_MIGRATION";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
WorkItemType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(WorkItemType = exports.WorkItemType || (exports.WorkItemType = {}));
|
|
29
|
+
(function (WorkItemType) {
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
WorkItemType.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
WorkItemType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(WorkItemType = exports.WorkItemType || (exports.WorkItemType = {}));
|
|
39
|
+
//# sourceMappingURL=work-item-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-item-type.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-item-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,YASX;AATD,WAAY,YAAY;IACtB,wDAAwC,CAAA;IACxC,gDAAgC,CAAA;IAEhC;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EATW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QASvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
* A list of work request errors. Can contain both errors and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestErrorCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of work request errors.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestError>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestErrorCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestErrorCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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.WorkRequestErrorCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestErrorCollection;
|
|
37
|
+
(function (WorkRequestErrorCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkRequestError.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestErrorCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.WorkRequestError.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-error-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
14
|
+
* An error encountered while performing an operation that is tracked by a work request.
|
|
15
|
+
*/
|
|
16
|
+
export interface WorkRequestError {
|
|
17
|
+
/**
|
|
18
|
+
* A machine-usable code for the error that occurred. For a list of error codes, see
|
|
19
|
+
* [API Errors](https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"code": string;
|
|
23
|
+
/**
|
|
24
|
+
* A human-readable error message.
|
|
25
|
+
*/
|
|
26
|
+
"message": string;
|
|
27
|
+
/**
|
|
28
|
+
* The date and time the error occurred, in the format defined by
|
|
29
|
+
* [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"timestamp": Date;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace WorkRequestError {
|
|
35
|
+
function getJsonObj(obj: WorkRequestError): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: WorkRequestError): object;
|
|
37
|
+
}
|