oci-loggingsearch 2.89.4 → 2.90.0-1722272724

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
@@ -83,7 +83,7 @@ export declare class LogSearchClient {
83
83
  * @param SearchLogsRequest
84
84
  * @return SearchLogsResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
87
87
  */
88
88
  searchLogs(searchLogsRequest: requests.SearchLogsRequest): Promise<responses.SearchLogsResponse>;
89
89
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class LogSearchClient {
183
183
  * @param SearchLogsRequest
184
184
  * @return SearchLogsResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
187
187
  */
188
188
  searchLogs(searchLogsRequest) {
189
189
  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.89.4/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/latest/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.89.4",
3
+ "version": "2.90.0-1722272724",
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.89.4",
19
- "oci-workrequests": "2.89.4"
18
+ "oci-common": "2.90.0-1722272724",
19
+ "oci-workrequests": "2.90.0-1722272724"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"