oci-loggingingestion 2.102.2 → 2.104.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
@@ -87,7 +87,7 @@ export declare class LoggingClient {
87
87
  * @param PutLogsRequest
88
88
  * @return PutLogsResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingingestion/PutLogs.ts.html |here} to see how to use PutLogs API.
90
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingingestion/PutLogs.ts.html |here} to see how to use PutLogs API.
91
91
  */
92
92
  putLogs(putLogsRequest: requests.PutLogsRequest): Promise<responses.PutLogsResponse>;
93
93
  }
package/lib/client.js CHANGED
@@ -193,7 +193,7 @@ class LoggingClient {
193
193
  * @param PutLogsRequest
194
194
  * @return PutLogsResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingingestion/PutLogs.ts.html |here} to see how to use PutLogs API.
196
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingingestion/PutLogs.ts.html |here} to see how to use PutLogs API.
197
197
  */
198
198
  putLogs(putLogsRequest) {
199
199
  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/latest/loggingingestion/PutLogs.ts.html |here} to see how to use PutLogsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/loggingingestion/PutLogs.ts.html |here} to see how to use PutLogsRequest.
17
17
  */
18
18
  export interface PutLogsRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-loggingingestion",
3
- "version": "2.102.2",
3
+ "version": "2.104.0",
4
4
  "description": "OCI NodeJS client for Loggingingestion 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.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.104.0",
19
+ "oci-workrequests": "2.104.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"