oci-workrequests 2.70.1 → 2.70.3

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
@@ -93,7 +93,7 @@ export declare class WorkRequestClient {
93
93
  * @param GetWorkRequestRequest
94
94
  * @return GetWorkRequestResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
97
97
  */
98
98
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
99
99
  /**
@@ -103,7 +103,7 @@ export declare class WorkRequestClient {
103
103
  * @param ListWorkRequestErrorsRequest
104
104
  * @return ListWorkRequestErrorsResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
107
107
  */
108
108
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
109
109
  /**
@@ -145,7 +145,7 @@ export declare class WorkRequestClient {
145
145
  * @param ListWorkRequestLogsRequest
146
146
  * @return ListWorkRequestLogsResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
149
149
  */
150
150
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
151
151
  /**
@@ -187,7 +187,7 @@ export declare class WorkRequestClient {
187
187
  * @param ListWorkRequestsRequest
188
188
  * @return ListWorkRequestsResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
191
191
  */
192
192
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
193
193
  /**
package/lib/client.js CHANGED
@@ -190,7 +190,7 @@ class WorkRequestClient {
190
190
  * @param GetWorkRequestRequest
191
191
  * @return GetWorkRequestResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
194
194
  */
195
195
  getWorkRequest(getWorkRequestRequest) {
196
196
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +249,7 @@ class WorkRequestClient {
249
249
  * @param ListWorkRequestErrorsRequest
250
250
  * @return ListWorkRequestErrorsResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
253
253
  */
254
254
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -357,7 +357,7 @@ class WorkRequestClient {
357
357
  * @param ListWorkRequestLogsRequest
358
358
  * @return ListWorkRequestLogsResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
361
361
  */
362
362
  listWorkRequestLogs(listWorkRequestLogsRequest) {
363
363
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class WorkRequestClient {
465
465
  * @param ListWorkRequestsRequest
466
466
  * @return ListWorkRequestsResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
469
469
  */
470
470
  listWorkRequests(listWorkRequestsRequest) {
471
471
  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.70.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.70.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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.70.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.70.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-workrequests",
3
- "version": "2.70.1",
3
+ "version": "2.70.3",
4
4
  "description": "OCI NodeJS client for WorkRequests",
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.70.1",
19
- "oci-workrequests": "2.70.1"
18
+ "oci-common": "2.70.3",
19
+ "oci-workrequests": "2.70.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"