oci-loggingsearch 2.76.1 → 2.77.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
|
@@ -74,7 +74,7 @@ export declare class LogSearchClient {
|
|
|
74
74
|
* @param SearchLogsRequest
|
|
75
75
|
* @return SearchLogsResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
|
|
78
78
|
*/
|
|
79
79
|
searchLogs(searchLogsRequest: requests.SearchLogsRequest): Promise<responses.SearchLogsResponse>;
|
|
80
80
|
}
|
package/lib/client.js
CHANGED
|
@@ -168,7 +168,7 @@ class LogSearchClient {
|
|
|
168
168
|
* @param SearchLogsRequest
|
|
169
169
|
* @return SearchLogsResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loggingsearch/SearchLogs.ts.html |here} to see how to use SearchLogs API.
|
|
172
172
|
*/
|
|
173
173
|
searchLogs(searchLogsRequest) {
|
|
174
174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -20,10 +20,10 @@ export interface FieldInfo {
|
|
|
20
20
|
"fieldName": string;
|
|
21
21
|
/**
|
|
22
22
|
* Field type -
|
|
23
|
-
* *
|
|
24
|
-
* *
|
|
25
|
-
* *
|
|
26
|
-
* *
|
|
23
|
+
* * {@code STRING}: A sequence of characters.
|
|
24
|
+
* * {@code NUMBER}: Numeric type which can be an integer or floating point.
|
|
25
|
+
* * {@code BOOLEAN}: Either true or false.
|
|
26
|
+
* * {@code ARRAY}: An ordered collection of values.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"fieldType": FieldInfo.FieldType;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.
|
|
3
|
+
"version": "2.77.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|