oci-opsi 2.106.1 → 2.106.2
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/model/create-operations-insights-warehouse-details.d.ts +5 -1
- package/lib/model/create-operations-insights-warehouse-details.js.map +1 -1
- package/lib/model/operations-insights-warehouse-summary.d.ts +5 -1
- package/lib/model/operations-insights-warehouse-summary.js.map +1 -1
- package/lib/model/operations-insights-warehouse.d.ts +14 -1
- package/lib/model/operations-insights-warehouse.js +10 -0
- package/lib/model/operations-insights-warehouse.js.map +1 -1
- package/lib/model/sql-plan-line.d.ts +12 -0
- package/lib/model/sql-plan-line.js.map +1 -1
- package/lib/model/update-operations-insights-warehouse-details.d.ts +5 -1
- package/lib/model/update-operations-insights-warehouse-details.js.map +1 -1
- package/package.json +3 -3
|
@@ -26,10 +26,14 @@ export interface CreateOperationsInsightsWarehouseDetails {
|
|
|
26
26
|
*/
|
|
27
27
|
"displayName": string;
|
|
28
28
|
/**
|
|
29
|
-
* Number of
|
|
29
|
+
* Number of CPUs allocated to OPSI Warehouse ADW.
|
|
30
30
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
31
|
*/
|
|
32
32
|
"cpuAllocated": number;
|
|
33
|
+
/**
|
|
34
|
+
* The compute model for the OPSI warehouse ADW (OCPU or ECPU)
|
|
35
|
+
*/
|
|
36
|
+
"computeModel"?: string;
|
|
33
37
|
/**
|
|
34
38
|
* Storage allocated to OPSI Warehouse ADW.
|
|
35
39
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-operations-insights-warehouse-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/create-operations-insights-warehouse-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;
|
|
1
|
+
{"version":3,"file":"create-operations-insights-warehouse-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/create-operations-insights-warehouse-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA6CH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
|
@@ -31,10 +31,14 @@ export interface OperationsInsightsWarehouseSummary {
|
|
|
31
31
|
*/
|
|
32
32
|
"displayName": string;
|
|
33
33
|
/**
|
|
34
|
-
* Number of
|
|
34
|
+
* Number of CPUs allocated to OPSI Warehouse ADW.
|
|
35
35
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
36
|
*/
|
|
37
37
|
"cpuAllocated": number;
|
|
38
|
+
/**
|
|
39
|
+
* The compute model for the OPSI warehouse ADW (OCPU or ECPU)
|
|
40
|
+
*/
|
|
41
|
+
"computeModel"?: string;
|
|
38
42
|
/**
|
|
39
43
|
* Number of OCPUs used by OPSI Warehouse ADW. Can be fractional.
|
|
40
44
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-insights-warehouse-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operations-insights-warehouse-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;
|
|
1
|
+
{"version":3,"file":"operations-insights-warehouse-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operations-insights-warehouse-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA6FH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -31,10 +31,14 @@ export interface OperationsInsightsWarehouse {
|
|
|
31
31
|
*/
|
|
32
32
|
"displayName": string;
|
|
33
33
|
/**
|
|
34
|
-
* Number of
|
|
34
|
+
* Number of CPUs allocated to OPSI Warehouse ADW.
|
|
35
35
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
36
|
*/
|
|
37
37
|
"cpuAllocated": number;
|
|
38
|
+
/**
|
|
39
|
+
* The compute model for the OPSI warehouse ADW (OCPU or ECPU)
|
|
40
|
+
*/
|
|
41
|
+
"computeModel"?: OperationsInsightsWarehouse.ComputeModel;
|
|
38
42
|
/**
|
|
39
43
|
* Number of OCPUs used by OPSI Warehouse ADW. Can be fractional.
|
|
40
44
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
@@ -108,6 +112,15 @@ export interface OperationsInsightsWarehouse {
|
|
|
108
112
|
"lifecycleDetails"?: string;
|
|
109
113
|
}
|
|
110
114
|
export declare namespace OperationsInsightsWarehouse {
|
|
115
|
+
enum ComputeModel {
|
|
116
|
+
Ocpu = "OCPU",
|
|
117
|
+
Ecpu = "ECPU",
|
|
118
|
+
/**
|
|
119
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
120
|
+
* version of the SDK.
|
|
121
|
+
*/
|
|
122
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
123
|
+
}
|
|
111
124
|
function getJsonObj(obj: OperationsInsightsWarehouse): object;
|
|
112
125
|
function getDeserializedJsonObj(obj: OperationsInsightsWarehouse): object;
|
|
113
126
|
}
|
|
@@ -18,6 +18,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
exports.OperationsInsightsWarehouse = void 0;
|
|
19
19
|
var OperationsInsightsWarehouse;
|
|
20
20
|
(function (OperationsInsightsWarehouse) {
|
|
21
|
+
let ComputeModel;
|
|
22
|
+
(function (ComputeModel) {
|
|
23
|
+
ComputeModel["Ocpu"] = "OCPU";
|
|
24
|
+
ComputeModel["Ecpu"] = "ECPU";
|
|
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
|
+
ComputeModel["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(ComputeModel = OperationsInsightsWarehouse.ComputeModel || (OperationsInsightsWarehouse.ComputeModel = {}));
|
|
21
31
|
function getJsonObj(obj) {
|
|
22
32
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
33
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations-insights-warehouse.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operations-insights-warehouse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;
|
|
1
|
+
{"version":3,"file":"operations-insights-warehouse.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/operations-insights-warehouse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA6FH,IAAiB,2BAA2B,CAqB3C;AArBD,WAAiB,2BAA2B;IAC1C,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,6BAAa,CAAA;QACb;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAQvB;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqB3C"}
|
|
@@ -32,6 +32,18 @@ export interface SqlPlanLine {
|
|
|
32
32
|
* Plan hash value for the SQL Execution Plan Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
33
|
*/
|
|
34
34
|
"planHash": number;
|
|
35
|
+
/**
|
|
36
|
+
* Force matching signature
|
|
37
|
+
* Example: {@code \"18067345456756876713\"}
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"forceMatchingSignature"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Generation time stamp
|
|
43
|
+
* Example: {@code \"2020-05-05T02:10:00.000Z\"}
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"timeGenerated"?: Date;
|
|
35
47
|
/**
|
|
36
48
|
* Collection time stamp
|
|
37
49
|
* Example: {@code \"2020-05-06T00:00:00.000Z\"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sql-plan-line.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/sql-plan-line.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;
|
|
1
|
+
{"version":3,"file":"sql-plan-line.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/sql-plan-line.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAkPH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
|
|
@@ -22,10 +22,14 @@ export interface UpdateOperationsInsightsWarehouseDetails {
|
|
|
22
22
|
*/
|
|
23
23
|
"displayName"?: string;
|
|
24
24
|
/**
|
|
25
|
-
* Number of
|
|
25
|
+
* Number of CPUs allocated to OPSI Warehouse ADW.
|
|
26
26
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
27
|
*/
|
|
28
28
|
"cpuAllocated"?: number;
|
|
29
|
+
/**
|
|
30
|
+
* The compute model for the OPSI warehouse ADW (OCPU or ECPU)
|
|
31
|
+
*/
|
|
32
|
+
"computeModel"?: string;
|
|
29
33
|
/**
|
|
30
34
|
* Storage allocated to OPSI Warehouse ADW.
|
|
31
35
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-operations-insights-warehouse-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-operations-insights-warehouse-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;
|
|
1
|
+
{"version":3,"file":"update-operations-insights-warehouse-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/update-operations-insights-warehouse-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyCH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-opsi",
|
|
3
|
-
"version": "2.106.
|
|
3
|
+
"version": "2.106.2",
|
|
4
4
|
"description": "OCI NodeJS client for Opsi Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.106.
|
|
19
|
-
"oci-workrequests": "2.106.
|
|
18
|
+
"oci-common": "2.106.2",
|
|
19
|
+
"oci-workrequests": "2.106.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|