oci-filestorage 2.92.0 → 2.93.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 +30 -0
- package/lib/client.js +197 -0
- package/lib/client.js.map +1 -1
- package/lib/model/create-mount-target-details.d.ts +6 -8
- package/lib/model/create-mount-target-details.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/mount-target-summary.d.ts +27 -0
- package/lib/model/mount-target-summary.js +1 -0
- package/lib/model/mount-target-summary.js.map +1 -1
- package/lib/model/mount-target.d.ts +26 -0
- package/lib/model/mount-target.js +1 -0
- package/lib/model/mount-target.js.map +1 -1
- package/lib/model/schedule-downgrade-shape-mount-target-details.d.ts +30 -0
- package/lib/model/schedule-downgrade-shape-mount-target-details.js +31 -0
- package/lib/model/schedule-downgrade-shape-mount-target-details.js.map +1 -0
- package/lib/model/upgrade-shape-mount-target-details.d.ts +30 -0
- package/lib/model/upgrade-shape-mount-target-details.js +31 -0
- package/lib/model/upgrade-shape-mount-target-details.js.map +1 -0
- package/lib/request/cancel-downgrade-shape-mount-target-request.d.ts +37 -0
- package/lib/request/cancel-downgrade-shape-mount-target-request.js +15 -0
- package/lib/request/cancel-downgrade-shape-mount-target-request.js.map +1 -0
- package/lib/request/index.d.ts +6 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +1 -1
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-outbound-connectors-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +1 -1
- package/lib/request/list-replications-request.d.ts +1 -1
- package/lib/request/schedule-downgrade-shape-mount-target-request.d.ts +42 -0
- package/lib/request/schedule-downgrade-shape-mount-target-request.js +15 -0
- package/lib/request/schedule-downgrade-shape-mount-target-request.js.map +1 -0
- package/lib/request/upgrade-shape-mount-target-request.d.ts +42 -0
- package/lib/request/upgrade-shape-mount-target-request.js +15 -0
- package/lib/request/upgrade-shape-mount-target-request.js.map +1 -0
- package/lib/response/cancel-downgrade-shape-mount-target-response.d.ts +30 -0
- package/lib/response/cancel-downgrade-shape-mount-target-response.js +15 -0
- package/lib/response/cancel-downgrade-shape-mount-target-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/schedule-downgrade-shape-mount-target-response.d.ts +30 -0
- package/lib/response/schedule-downgrade-shape-mount-target-response.js +15 -0
- package/lib/response/schedule-downgrade-shape-mount-target-response.js.map +1 -0
- package/lib/response/upgrade-shape-mount-target-response.d.ts +30 -0
- package/lib/response/upgrade-shape-mount-target-response.js +15 -0
- package/lib/response/upgrade-shape-mount-target-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
//# sourceMappingURL=schedule-downgrade-shape-mount-target-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-downgrade-shape-mount-target-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/schedule-downgrade-shape-mount-target-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface UpgradeShapeMountTargetResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
21
|
+
* you need to contact Oracle about a particular request,
|
|
22
|
+
* please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MountTarget instance.
|
|
28
|
+
*/
|
|
29
|
+
"mountTarget": model.MountTarget;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
//# sourceMappingURL=upgrade-shape-mount-target-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upgrade-shape-mount-target-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/upgrade-shape-mount-target-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-filestorage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.93.0",
|
|
4
4
|
"description": "OCI NodeJS client for File Storage",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.93.0",
|
|
19
|
+
"oci-workrequests": "2.93.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|