oci-audit 2.9.1 → 2.10.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
@@ -62,7 +62,7 @@ export declare class AuditClient {
62
62
  * @param GetConfigurationRequest
63
63
  * @return GetConfigurationResponse
64
64
  * @throws OciError when an error occurs
65
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
65
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
66
66
  */
67
67
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
68
68
  /**
@@ -73,7 +73,7 @@ export declare class AuditClient {
73
73
  * @param ListEventsRequest
74
74
  * @return ListEventsResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
77
77
  */
78
78
  listEvents(listEventsRequest: requests.ListEventsRequest): Promise<responses.ListEventsResponse>;
79
79
  /**
@@ -114,7 +114,7 @@ export declare class AuditClient {
114
114
  * @param UpdateConfigurationRequest
115
115
  * @return UpdateConfigurationResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
118
118
  */
119
119
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
120
120
  }
package/lib/client.js CHANGED
@@ -133,7 +133,7 @@ class AuditClient {
133
133
  * @param GetConfigurationRequest
134
134
  * @return GetConfigurationResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
137
137
  */
138
138
  getConfiguration(getConfigurationRequest) {
139
139
  return __awaiter(this, void 0, void 0, function* () {
@@ -184,7 +184,7 @@ class AuditClient {
184
184
  * @param ListEventsRequest
185
185
  * @return ListEventsResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
188
188
  */
189
189
  listEvents(listEventsRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -288,7 +288,7 @@ class AuditClient {
288
288
  * @param UpdateConfigurationRequest
289
289
  * @return UpdateConfigurationResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
292
292
  */
293
293
  updateConfiguration(updateConfigurationRequest) {
294
294
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
16
16
  */
17
17
  export interface GetConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/audit/ListEvents.ts.html |here} to see how to use ListEventsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/ListEvents.ts.html |here} to see how to use ListEventsRequest.
16
16
  */
17
17
  export interface ListEventsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.9.1/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
17
17
  */
18
18
  export interface UpdateConfigurationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-audit",
3
- "version": "2.9.1",
3
+ "version": "2.10.0",
4
4
  "description": "OCI NodeJS client for Audit 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.9.1",
19
- "oci-workrequests": "2.9.1"
18
+ "oci-common": "2.10.0",
19
+ "oci-workrequests": "2.10.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"