oci-workrequests 2.55.1 → 2.56.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
@@ -82,7 +82,7 @@ export declare class WorkRequestClient {
82
82
  * @param GetWorkRequestRequest
83
83
  * @return GetWorkRequestResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
86
86
  */
87
87
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
88
88
  /**
@@ -92,7 +92,7 @@ export declare class WorkRequestClient {
92
92
  * @param ListWorkRequestErrorsRequest
93
93
  * @return ListWorkRequestErrorsResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
96
96
  */
97
97
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
98
98
  /**
@@ -134,7 +134,7 @@ export declare class WorkRequestClient {
134
134
  * @param ListWorkRequestLogsRequest
135
135
  * @return ListWorkRequestLogsResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
138
138
  */
139
139
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
140
140
  /**
@@ -176,7 +176,7 @@ export declare class WorkRequestClient {
176
176
  * @param ListWorkRequestsRequest
177
177
  * @return ListWorkRequestsResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
180
180
  */
181
181
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
182
182
  /**
package/lib/client.js CHANGED
@@ -163,7 +163,7 @@ class WorkRequestClient {
163
163
  * @param GetWorkRequestRequest
164
164
  * @return GetWorkRequestResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
167
167
  */
168
168
  getWorkRequest(getWorkRequestRequest) {
169
169
  return __awaiter(this, void 0, void 0, function* () {
@@ -222,7 +222,7 @@ class WorkRequestClient {
222
222
  * @param ListWorkRequestErrorsRequest
223
223
  * @return ListWorkRequestErrorsResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
226
226
  */
227
227
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
@@ -330,7 +330,7 @@ class WorkRequestClient {
330
330
  * @param ListWorkRequestLogsRequest
331
331
  * @return ListWorkRequestLogsResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
334
334
  */
335
335
  listWorkRequestLogs(listWorkRequestLogsRequest) {
336
336
  return __awaiter(this, void 0, void 0, function* () {
@@ -438,7 +438,7 @@ class WorkRequestClient {
438
438
  * @param ListWorkRequestsRequest
439
439
  * @return ListWorkRequestsResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
442
442
  */
443
443
  listWorkRequests(listWorkRequestsRequest) {
444
444
  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.55.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.56.0/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.55.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.56.0/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.55.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.56.0/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.55.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.56.0/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.55.1",
3
+ "version": "2.56.0",
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.55.1",
19
- "oci-workrequests": "2.55.1"
18
+ "oci-common": "2.56.0",
19
+ "oci-workrequests": "2.56.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"