oci-fusionapps 2.95.1 → 2.96.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
@@ -434,7 +434,7 @@ export declare class FusionApplicationsClient {
434
434
  */
435
435
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
436
436
  /**
437
- * Resets the password of the Fusion Environment Administrator.
437
+ * Reset FusionEnvironment admin password. This API will be deprecated on Mon, 15 Jan 2024 01:00:00 GMT. Users can reset password themselves, FAaaS will no longer provide an API for this.
438
438
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
439
439
  * @param ResetFusionEnvironmentPasswordRequest
440
440
  * @return ResetFusionEnvironmentPasswordResponse
package/lib/client.js CHANGED
@@ -2515,7 +2515,7 @@ class FusionApplicationsClient {
2515
2515
  });
2516
2516
  }
2517
2517
  /**
2518
- * Resets the password of the Fusion Environment Administrator.
2518
+ * Reset FusionEnvironment admin password. This API will be deprecated on Mon, 15 Jan 2024 01:00:00 GMT. Users can reset password themselves, FAaaS will no longer provide an API for this.
2519
2519
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2520
2520
  * @param ResetFusionEnvironmentPasswordRequest
2521
2521
  * @return ResetFusionEnvironmentPasswordResponse
@@ -21,7 +21,7 @@ export interface CreateFusionEnvironmentAdminUserDetails {
21
21
  /**
22
22
  * The password for the administrator.
23
23
  */
24
- "password": string;
24
+ "password"?: string;
25
25
  /**
26
26
  * The email address for the administrator.
27
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-fusionapps",
3
- "version": "2.95.1",
3
+ "version": "2.96.0",
4
4
  "description": "OCI NodeJS client for Fusion Apps 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.95.1",
19
- "oci-workrequests": "2.95.1"
18
+ "oci-common": "2.96.0",
19
+ "oci-workrequests": "2.96.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"