oci-workrequests 2.76.0 → 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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +5 -5
- package/lib/client.js +5 -5
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +3 -3
- package/lib/model/work-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/workrequest-waiter.d.ts +1 -1
- package/lib/workrequest-waiter.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import * as requests from "./lib/request";
|
package/index.js
CHANGED
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/client.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import common = require("oci-common");
|
|
@@ -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.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -194,7 +194,7 @@ class WorkRequestClient {
|
|
|
194
194
|
* @param GetWorkRequestRequest
|
|
195
195
|
* @return GetWorkRequestResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
198
198
|
*/
|
|
199
199
|
getWorkRequest(getWorkRequestRequest) {
|
|
200
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -253,7 +253,7 @@ class WorkRequestClient {
|
|
|
253
253
|
* @param ListWorkRequestErrorsRequest
|
|
254
254
|
* @return ListWorkRequestErrorsResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
257
257
|
*/
|
|
258
258
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
259
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -361,7 +361,7 @@ class WorkRequestClient {
|
|
|
361
361
|
* @param ListWorkRequestLogsRequest
|
|
362
362
|
* @return ListWorkRequestLogsResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
365
365
|
*/
|
|
366
366
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
367
367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -469,7 +469,7 @@ class WorkRequestClient {
|
|
|
469
469
|
* @param ListWorkRequestsRequest
|
|
470
470
|
* @return ListWorkRequestsResponse
|
|
471
471
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
473
473
|
*/
|
|
474
474
|
listWorkRequests(listWorkRequestsRequest) {
|
|
475
475
|
return __awaiter(this, void 0, void 0, function* () {
|
package/lib/model/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import * as WorkRequest from "./work-request";
|
package/lib/model/index.js
CHANGED
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
/**
|
|
@@ -47,13 +47,13 @@ export interface WorkRequestSummary {
|
|
|
47
47
|
*/
|
|
48
48
|
"timeAccepted": Date;
|
|
49
49
|
/**
|
|
50
|
-
* The date and time the work request transitioned from
|
|
50
|
+
* The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS}, in
|
|
51
51
|
* the format defined by RFC3339.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"timeStarted"?: Date;
|
|
55
55
|
/**
|
|
56
|
-
* The date and time the work request reached a terminal state, either
|
|
56
|
+
* The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
|
|
57
57
|
* Format is defined by RFC3339.
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import * as model from "../model";
|
|
@@ -52,13 +52,13 @@ export interface WorkRequest {
|
|
|
52
52
|
*/
|
|
53
53
|
"timeAccepted": Date;
|
|
54
54
|
/**
|
|
55
|
-
* The date and time the work request transitioned from
|
|
55
|
+
* The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS},
|
|
56
56
|
* in the format defined by RFC3339.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"timeStarted"?: Date;
|
|
60
60
|
/**
|
|
61
|
-
* The date and time the work request reached a terminal state, either
|
|
61
|
+
* The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
|
|
62
62
|
* Format is defined by RFC3339.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/request/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
package/lib/request/index.js
CHANGED
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,14 +27,14 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"limit"?: number;
|
|
29
29
|
/**
|
|
30
|
-
* For list pagination. The value of the
|
|
30
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
31
31
|
* previous \"List\" call. For important details about how pagination works, see
|
|
32
32
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"page"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* The sort order to use, either ascending (
|
|
37
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"sortOrder"?: ListWorkRequestErrorsRequest.SortOrder;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,14 +27,14 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"limit"?: number;
|
|
29
29
|
/**
|
|
30
|
-
* For list pagination. The value of the
|
|
30
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
31
31
|
* previous \"List\" call. For important details about how pagination works, see
|
|
32
32
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"page"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* The sort order to use, either ascending (
|
|
37
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"sortOrder"?: ListWorkRequestLogsRequest.SortOrder;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -31,7 +31,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"limit"?: number;
|
|
33
33
|
/**
|
|
34
|
-
* For list pagination. The value of the
|
|
34
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
35
35
|
* previous \"List\" call. For important details about how pagination works, see
|
|
36
36
|
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
37
|
*
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/response/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
package/lib/response/index.js
CHANGED
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -13,7 +13,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
13
13
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
14
|
* Do not edit the class manually.
|
|
15
15
|
*
|
|
16
|
-
* Copyright (c) 2020,
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
17
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
18
|
*/
|
|
19
19
|
import * as serviceRequests from "./request";
|
|
@@ -14,7 +14,7 @@ For more information about work requests and the operations that spawn work requ
|
|
|
14
14
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
15
|
* Do not edit the class manually.
|
|
16
16
|
*
|
|
17
|
-
* Copyright (c) 2020,
|
|
17
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
19
19
|
*/
|
|
20
20
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-workrequests",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.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.
|
|
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"
|