oci-redis 2.111.0 → 2.111.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/index.d.ts +4 -0
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +311 -0
- package/lib/client.js +1154 -56
- package/lib/client.js.map +1 -1
- package/lib/model/attach-oci-cache-users-details.d.ts +25 -0
- package/lib/model/attach-oci-cache-users-details.js +29 -0
- package/lib/model/attach-oci-cache-users-details.js.map +1 -0
- package/lib/model/attached-oci-cache-cluster.d.ts +26 -0
- package/lib/model/attached-oci-cache-cluster.js +29 -0
- package/lib/model/attached-oci-cache-cluster.js.map +1 -0
- package/lib/model/attached-oci-cache-user.d.ts +26 -0
- package/lib/model/attached-oci-cache-user.js +29 -0
- package/lib/model/attached-oci-cache-user.js.map +1 -0
- package/lib/model/authentication-mode.d.ts +22 -0
- package/lib/model/authentication-mode.js +72 -0
- package/lib/model/authentication-mode.js.map +1 -0
- package/lib/model/change-oci-cache-user-compartment-details.d.ts +25 -0
- package/lib/model/change-oci-cache-user-compartment-details.js +29 -0
- package/lib/model/change-oci-cache-user-compartment-details.js.map +1 -0
- package/lib/model/create-identity-token-details.d.ts +47 -0
- package/lib/model/create-identity-token-details.js +29 -0
- package/lib/model/create-identity-token-details.js.map +1 -0
- package/lib/model/create-oci-cache-user-details.d.ts +61 -0
- package/lib/model/create-oci-cache-user-details.js +57 -0
- package/lib/model/create-oci-cache-user-details.js.map +1 -0
- package/lib/model/detach-oci-cache-users-details.d.ts +25 -0
- package/lib/model/detach-oci-cache-users-details.js +29 -0
- package/lib/model/detach-oci-cache-users-details.js.map +1 -0
- package/lib/model/iam-authentication-mode.d.ts +24 -0
- package/lib/model/iam-authentication-mode.js +54 -0
- package/lib/model/iam-authentication-mode.js.map +1 -0
- package/lib/model/identity-token-details-response.d.ts +29 -0
- package/lib/model/identity-token-details-response.js +29 -0
- package/lib/model/identity-token-details-response.js.map +1 -0
- package/lib/model/index.d.ts +30 -0
- package/lib/model/index.js +31 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/oci-cache-user-collection.d.ts +26 -0
- package/lib/model/oci-cache-user-collection.js +61 -0
- package/lib/model/oci-cache-user-collection.js.map +1 -0
- package/lib/model/oci-cache-user-summary.d.ts +81 -0
- package/lib/model/oci-cache-user-summary.js +29 -0
- package/lib/model/oci-cache-user-summary.js.map +1 -0
- package/lib/model/oci-cache-user.d.ts +109 -0
- package/lib/model/oci-cache-user.js +81 -0
- package/lib/model/oci-cache-user.js.map +1 -0
- package/lib/model/operation-type.d.ts +6 -0
- package/lib/model/operation-type.js +6 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/password-authentication-mode.d.ts +28 -0
- package/lib/model/password-authentication-mode.js +54 -0
- package/lib/model/password-authentication-mode.js.map +1 -0
- package/lib/model/update-oci-cache-user-details.d.ts +53 -0
- package/lib/model/update-oci-cache-user-details.js +57 -0
- package/lib/model/update-oci-cache-user-details.js.map +1 -0
- package/lib/ocicacheuser-waiter.d.ts +29 -0
- package/lib/ocicacheuser-waiter.js +65 -0
- package/lib/ocicacheuser-waiter.js.map +1 -0
- package/lib/request/attach-oci-cache-users-request.d.ts +49 -0
- package/lib/request/attach-oci-cache-users-request.js +15 -0
- package/lib/request/attach-oci-cache-users-request.js.map +1 -0
- package/lib/request/change-oci-cache-user-compartment-request.d.ts +49 -0
- package/lib/request/change-oci-cache-user-compartment-request.js +15 -0
- package/lib/request/change-oci-cache-user-compartment-request.js.map +1 -0
- package/lib/request/create-identity-token-request.d.ts +49 -0
- package/lib/request/create-identity-token-request.js +15 -0
- package/lib/request/create-identity-token-request.js.map +1 -0
- package/lib/request/create-oci-cache-user-request.d.ts +36 -0
- package/lib/request/create-oci-cache-user-request.js +15 -0
- package/lib/request/create-oci-cache-user-request.js.map +1 -0
- package/lib/request/delete-oci-cache-user-request.d.ts +35 -0
- package/lib/request/delete-oci-cache-user-request.js +15 -0
- package/lib/request/delete-oci-cache-user-request.js.map +1 -0
- package/lib/request/detach-oci-cache-users-request.d.ts +49 -0
- package/lib/request/detach-oci-cache-users-request.js +15 -0
- package/lib/request/detach-oci-cache-users-request.js.map +1 -0
- package/lib/request/get-oci-cache-user-request.d.ts +26 -0
- package/lib/request/get-oci-cache-user-request.js +15 -0
- package/lib/request/get-oci-cache-user-request.js.map +1 -0
- package/lib/request/index.d.ts +22 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-attached-oci-cache-users-request.d.ts +58 -0
- package/lib/request/list-attached-oci-cache-users-request.js +24 -0
- package/lib/request/list-attached-oci-cache-users-request.js.map +1 -0
- package/lib/request/list-attached-redis-clusters-request.d.ts +58 -0
- package/lib/request/list-attached-redis-clusters-request.js +24 -0
- package/lib/request/list-attached-redis-clusters-request.js.map +1 -0
- package/lib/request/list-oci-cache-users-request.d.ts +58 -0
- package/lib/request/list-oci-cache-users-request.js +24 -0
- package/lib/request/list-oci-cache-users-request.js.map +1 -0
- package/lib/request/update-oci-cache-user-request.d.ts +40 -0
- package/lib/request/update-oci-cache-user-request.js +15 -0
- package/lib/request/update-oci-cache-user-request.js.map +1 -0
- package/lib/response/attach-oci-cache-users-response.d.ts +25 -0
- package/lib/response/attach-oci-cache-users-response.js +15 -0
- package/lib/response/attach-oci-cache-users-response.js.map +1 -0
- package/lib/response/change-oci-cache-user-compartment-response.d.ts +25 -0
- package/lib/response/change-oci-cache-user-compartment-response.js +15 -0
- package/lib/response/change-oci-cache-user-compartment-response.js.map +1 -0
- package/lib/response/create-identity-token-response.d.ts +30 -0
- package/lib/response/create-identity-token-response.js +15 -0
- package/lib/response/create-identity-token-response.js.map +1 -0
- package/lib/response/create-oci-cache-user-response.d.ts +35 -0
- package/lib/response/create-oci-cache-user-response.js +15 -0
- package/lib/response/create-oci-cache-user-response.js.map +1 -0
- package/lib/response/delete-oci-cache-user-response.d.ts +25 -0
- package/lib/response/delete-oci-cache-user-response.js +15 -0
- package/lib/response/delete-oci-cache-user-response.js.map +1 -0
- package/lib/response/detach-oci-cache-users-response.d.ts +25 -0
- package/lib/response/detach-oci-cache-users-response.js +15 -0
- package/lib/response/detach-oci-cache-users-response.js.map +1 -0
- package/lib/response/get-oci-cache-user-response.d.ts +30 -0
- package/lib/response/get-oci-cache-user-response.js +15 -0
- package/lib/response/get-oci-cache-user-response.js.map +1 -0
- package/lib/response/index.d.ts +22 -0
- package/lib/response/list-attached-oci-cache-users-response.d.ts +32 -0
- package/lib/response/list-attached-oci-cache-users-response.js +15 -0
- package/lib/response/list-attached-oci-cache-users-response.js.map +1 -0
- package/lib/response/list-attached-redis-clusters-response.d.ts +32 -0
- package/lib/response/list-attached-redis-clusters-response.js +15 -0
- package/lib/response/list-attached-redis-clusters-response.js.map +1 -0
- package/lib/response/list-oci-cache-users-response.d.ts +32 -0
- package/lib/response/list-oci-cache-users-response.js +15 -0
- package/lib/response/list-oci-cache-users-response.js.map +1 -0
- package/lib/response/update-oci-cache-user-response.d.ts +25 -0
- package/lib/response/update-oci-cache-user-response.js +15 -0
- package/lib/response/update-oci-cache-user-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220315
|
|
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
|
+
export interface ListOciCacheUsersResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.OciCacheUserCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"ociCacheUserCollection": model.OciCacheUserCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220315
|
|
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
|
+
//# sourceMappingURL=list-oci-cache-users-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-oci-cache-users-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/list-oci-cache-users-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220315
|
|
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
|
+
export interface UpdateOciCacheUserResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220315
|
|
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
|
+
//# sourceMappingURL=update-oci-cache-user-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-oci-cache-user-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/update-oci-cache-user-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-redis",
|
|
3
|
-
"version": "2.111.
|
|
3
|
+
"version": "2.111.2",
|
|
4
4
|
"description": "OCI NodeJS client for Redis 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.111.
|
|
19
|
-
"oci-workrequests": "2.111.
|
|
18
|
+
"oci-common": "2.111.2",
|
|
19
|
+
"oci-workrequests": "2.111.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|