oci-identitydataplane 2.102.2 → 2.104.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
CHANGED
|
@@ -86,7 +86,7 @@ export declare class DataplaneClient {
|
|
|
86
86
|
* @param GenerateScopedAccessTokenRequest
|
|
87
87
|
* @return GenerateScopedAccessTokenResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.
|
|
89
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
|
|
90
90
|
*/
|
|
91
91
|
generateScopedAccessToken(generateScopedAccessTokenRequest: requests.GenerateScopedAccessTokenRequest): Promise<responses.GenerateScopedAccessTokenResponse>;
|
|
92
92
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class DataplaneClient {
|
|
|
98
98
|
* @param GenerateUserSecurityTokenRequest
|
|
99
99
|
* @return GenerateUserSecurityTokenResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.
|
|
101
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
|
|
102
102
|
*/
|
|
103
103
|
generateUserSecurityToken(generateUserSecurityTokenRequest: requests.GenerateUserSecurityTokenRequest): Promise<responses.GenerateUserSecurityTokenResponse>;
|
|
104
104
|
}
|
package/lib/client.js
CHANGED
|
@@ -192,7 +192,7 @@ class DataplaneClient {
|
|
|
192
192
|
* @param GenerateScopedAccessTokenRequest
|
|
193
193
|
* @return GenerateScopedAccessTokenResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.
|
|
195
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
|
|
196
196
|
*/
|
|
197
197
|
generateScopedAccessToken(generateScopedAccessTokenRequest) {
|
|
198
198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -251,7 +251,7 @@ class DataplaneClient {
|
|
|
251
251
|
* @param GenerateUserSecurityTokenRequest
|
|
252
252
|
* @return GenerateUserSecurityTokenResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.
|
|
254
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
|
|
255
255
|
*/
|
|
256
256
|
generateUserSecurityToken(generateUserSecurityTokenRequest) {
|
|
257
257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessTokenRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateScopedAccessTokenRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityTokenRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateUserSecurityTokenRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-identitydataplane",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Identity Data Plane 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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|