oci-audit 2.25.0 → 2.26.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
@@ -64,7 +64,7 @@ export declare class AuditClient {
64
64
  * @param GetConfigurationRequest
65
65
  * @return GetConfigurationResponse
66
66
  * @throws OciError when an error occurs
67
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
67
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
68
68
  */
69
69
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
70
70
  /**
@@ -75,7 +75,7 @@ export declare class AuditClient {
75
75
  * @param ListEventsRequest
76
76
  * @return ListEventsResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
79
79
  */
80
80
  listEvents(listEventsRequest: requests.ListEventsRequest): Promise<responses.ListEventsResponse>;
81
81
  /**
@@ -116,7 +116,7 @@ export declare class AuditClient {
116
116
  * @param UpdateConfigurationRequest
117
117
  * @return UpdateConfigurationResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
120
120
  */
121
121
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
122
122
  }
package/lib/client.js CHANGED
@@ -138,7 +138,7 @@ class AuditClient {
138
138
  * @param GetConfigurationRequest
139
139
  * @return GetConfigurationResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
142
142
  */
143
143
  getConfiguration(getConfigurationRequest) {
144
144
  return __awaiter(this, void 0, void 0, function* () {
@@ -189,7 +189,7 @@ class AuditClient {
189
189
  * @param ListEventsRequest
190
190
  * @return ListEventsResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
193
193
  */
194
194
  listEvents(listEventsRequest) {
195
195
  return __awaiter(this, void 0, void 0, function* () {
@@ -293,7 +293,7 @@ class AuditClient {
293
293
  * @param UpdateConfigurationRequest
294
294
  * @return UpdateConfigurationResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
297
297
  */
298
298
  updateConfiguration(updateConfigurationRequest) {
299
299
  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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"