oci-workrequests 2.88.2 → 2.89.1

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
@@ -102,7 +102,7 @@ export declare class WorkRequestClient {
102
102
  * @param GetWorkRequestRequest
103
103
  * @return GetWorkRequestResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
106
106
  */
107
107
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class WorkRequestClient {
112
112
  * @param ListWorkRequestErrorsRequest
113
113
  * @return ListWorkRequestErrorsResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
116
116
  */
117
117
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
118
118
  /**
@@ -154,7 +154,7 @@ export declare class WorkRequestClient {
154
154
  * @param ListWorkRequestLogsRequest
155
155
  * @return ListWorkRequestLogsResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
158
158
  */
159
159
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
160
160
  /**
@@ -196,7 +196,7 @@ export declare class WorkRequestClient {
196
196
  * @param ListWorkRequestsRequest
197
197
  * @return ListWorkRequestsResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
200
200
  */
201
201
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
202
202
  /**
package/lib/client.js CHANGED
@@ -209,7 +209,7 @@ class WorkRequestClient {
209
209
  * @param GetWorkRequestRequest
210
210
  * @return GetWorkRequestResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
213
213
  */
214
214
  getWorkRequest(getWorkRequestRequest) {
215
215
  return __awaiter(this, void 0, void 0, function* () {
@@ -268,7 +268,7 @@ class WorkRequestClient {
268
268
  * @param ListWorkRequestErrorsRequest
269
269
  * @return ListWorkRequestErrorsResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
272
272
  */
273
273
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
274
274
  return __awaiter(this, void 0, void 0, function* () {
@@ -376,7 +376,7 @@ class WorkRequestClient {
376
376
  * @param ListWorkRequestLogsRequest
377
377
  * @return ListWorkRequestLogsResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
380
380
  */
381
381
  listWorkRequestLogs(listWorkRequestLogsRequest) {
382
382
  return __awaiter(this, void 0, void 0, function* () {
@@ -484,7 +484,7 @@ class WorkRequestClient {
484
484
  * @param ListWorkRequestsRequest
485
485
  * @return ListWorkRequestsResponse
486
486
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
488
488
  */
489
489
  listWorkRequests(listWorkRequestsRequest) {
490
490
  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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/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.88.2",
3
+ "version": "2.89.1",
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.88.2",
19
- "oci-workrequests": "2.88.2"
18
+ "oci-common": "2.89.1",
19
+ "oci-workrequests": "2.89.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"