oci-loggingsearch 2.2.1 → 2.4.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
@@ -54,7 +54,7 @@ export declare class LogSearchClient {
54
54
  * @param SearchLogsRequest
55
55
  * @return SearchLogsResponse
56
56
  * @throws OciError when an error occurs
57
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.1/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
57
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
58
58
  */
59
59
  searchLogs(searchLogsRequest: requests.SearchLogsRequest): Promise<responses.SearchLogsResponse>;
60
60
  }
package/lib/client.js CHANGED
@@ -118,7 +118,7 @@ class LogSearchClient {
118
118
  * @param SearchLogsRequest
119
119
  * @return SearchLogsResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.2.1/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
122
122
  */
123
123
  searchLogs(searchLogsRequest) {
124
124
  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.2.1/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogsRequest.
17
17
  */
18
18
  export interface SearchLogsRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-loggingsearch",
3
- "version": "2.2.1",
3
+ "version": "2.4.0",
4
4
  "description": "OCI NodeJS client for Loggingsearch 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.2.1",
19
- "oci-workrequests": "2.2.1"
18
+ "oci-common": "2.4.0",
19
+ "oci-workrequests": "2.4.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"