oci-identitydataplane 2.76.1 → 2.77.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
@@ -72,7 +72,7 @@ export declare class DataplaneClient {
72
72
  * @param GenerateScopedAccessTokenRequest
73
73
  * @return GenerateScopedAccessTokenResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
76
76
  */
77
77
  generateScopedAccessToken(generateScopedAccessTokenRequest: requests.GenerateScopedAccessTokenRequest): Promise<responses.GenerateScopedAccessTokenResponse>;
78
78
  /**
@@ -84,7 +84,7 @@ export declare class DataplaneClient {
84
84
  * @param GenerateUserSecurityTokenRequest
85
85
  * @return GenerateUserSecurityTokenResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
88
88
  */
89
89
  generateUserSecurityToken(generateUserSecurityTokenRequest: requests.GenerateUserSecurityTokenRequest): Promise<responses.GenerateUserSecurityTokenResponse>;
90
90
  }
package/lib/client.js CHANGED
@@ -166,7 +166,7 @@ class DataplaneClient {
166
166
  * @param GenerateScopedAccessTokenRequest
167
167
  * @return GenerateScopedAccessTokenResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
170
170
  */
171
171
  generateScopedAccessToken(generateScopedAccessTokenRequest) {
172
172
  return __awaiter(this, void 0, void 0, function* () {
@@ -225,7 +225,7 @@ class DataplaneClient {
225
225
  * @param GenerateUserSecurityTokenRequest
226
226
  * @return GenerateUserSecurityTokenResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
229
229
  */
230
230
  generateUserSecurityToken(generateUserSecurityTokenRequest) {
231
231
  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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"