oci-workrequests 2.122.2 → 2.123.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.
Files changed (39) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +1 -1
  4. package/lib/client.js +1 -1
  5. package/lib/model/index.d.ts +1 -1
  6. package/lib/model/index.js +1 -1
  7. package/lib/model/work-request-error.d.ts +1 -1
  8. package/lib/model/work-request-error.js +1 -1
  9. package/lib/model/work-request-log-entry.d.ts +1 -1
  10. package/lib/model/work-request-log-entry.js +1 -1
  11. package/lib/model/work-request-resource.d.ts +1 -1
  12. package/lib/model/work-request-resource.js +1 -1
  13. package/lib/model/work-request-summary.d.ts +1 -1
  14. package/lib/model/work-request-summary.js +1 -1
  15. package/lib/model/work-request.d.ts +1 -1
  16. package/lib/model/work-request.js +1 -1
  17. package/lib/request/get-work-request-request.d.ts +1 -1
  18. package/lib/request/get-work-request-request.js +1 -1
  19. package/lib/request/index.d.ts +1 -1
  20. package/lib/request/index.js +1 -1
  21. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  22. package/lib/request/list-work-request-errors-request.js +1 -1
  23. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  24. package/lib/request/list-work-request-logs-request.js +1 -1
  25. package/lib/request/list-work-requests-request.d.ts +1 -1
  26. package/lib/request/list-work-requests-request.js +1 -1
  27. package/lib/response/get-work-request-response.d.ts +1 -1
  28. package/lib/response/get-work-request-response.js +1 -1
  29. package/lib/response/index.d.ts +1 -1
  30. package/lib/response/index.js +1 -1
  31. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  32. package/lib/response/list-work-request-errors-response.js +1 -1
  33. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  34. package/lib/response/list-work-request-logs-response.js +1 -1
  35. package/lib/response/list-work-requests-response.d.ts +1 -1
  36. package/lib/response/list-work-requests-response.js +1 -1
  37. package/lib/workrequest-waiter.d.ts +1 -1
  38. package/lib/workrequest-waiter.js +1 -1
  39. 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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");
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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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";
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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";
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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,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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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");
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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";
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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,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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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");
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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");
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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");
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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";
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2026, 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.122.2",
3
+ "version": "2.123.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.122.2",
19
- "oci-workrequests": "2.122.2"
18
+ "oci-common": "2.123.1",
19
+ "oci-workrequests": "2.123.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"