oci-opa 2.58.1 → 2.60.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.
Files changed (69) hide show
  1. package/index.d.ts +2 -2
  2. package/index.js +2 -2
  3. package/lib/client.d.ts +24 -24
  4. package/lib/client.js +36 -36
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/action-type.d.ts +2 -2
  7. package/lib/model/action-type.js +2 -2
  8. package/lib/model/attachment-details.d.ts +55 -0
  9. package/lib/model/attachment-details.js +39 -0
  10. package/lib/model/attachment-details.js.map +1 -0
  11. package/lib/model/change-opa-instance-compartment-details.d.ts +2 -2
  12. package/lib/model/change-opa-instance-compartment-details.js +2 -2
  13. package/lib/model/create-opa-instance-details.d.ts +2 -2
  14. package/lib/model/create-opa-instance-details.js +2 -2
  15. package/lib/model/index.d.ts +4 -2
  16. package/lib/model/index.js +5 -3
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/opa-instance-collection.d.ts +2 -2
  19. package/lib/model/opa-instance-collection.js +2 -2
  20. package/lib/model/opa-instance-summary.d.ts +2 -2
  21. package/lib/model/opa-instance-summary.js +2 -2
  22. package/lib/model/opa-instance.d.ts +8 -2
  23. package/lib/model/opa-instance.js +36 -4
  24. package/lib/model/opa-instance.js.map +1 -1
  25. package/lib/model/operation-status.d.ts +2 -2
  26. package/lib/model/operation-status.js +2 -2
  27. package/lib/model/operation-type.d.ts +4 -2
  28. package/lib/model/operation-type.js +4 -2
  29. package/lib/model/operation-type.js.map +1 -1
  30. package/lib/model/sort-order.d.ts +2 -2
  31. package/lib/model/sort-order.js +2 -2
  32. package/lib/model/update-opa-instance-details.d.ts +2 -2
  33. package/lib/model/update-opa-instance-details.js +2 -2
  34. package/lib/model/work-request-error-collection.d.ts +2 -2
  35. package/lib/model/work-request-error-collection.js +2 -2
  36. package/lib/model/work-request-error.d.ts +2 -2
  37. package/lib/model/work-request-error.js +2 -2
  38. package/lib/model/work-request-log-entry-collection.d.ts +2 -2
  39. package/lib/model/work-request-log-entry-collection.js +2 -2
  40. package/lib/model/work-request-log-entry.d.ts +2 -2
  41. package/lib/model/work-request-log-entry.js +2 -2
  42. package/lib/model/work-request-resource-metadata-key.d.ts +2 -2
  43. package/lib/model/work-request-resource-metadata-key.js +2 -2
  44. package/lib/model/work-request-resource.d.ts +2 -2
  45. package/lib/model/work-request-resource.js +2 -2
  46. package/lib/model/work-request-summary-collection.d.ts +2 -2
  47. package/lib/model/work-request-summary-collection.js +2 -2
  48. package/lib/model/work-request-summary.d.ts +2 -2
  49. package/lib/model/work-request-summary.js +2 -2
  50. package/lib/model/work-request.d.ts +2 -2
  51. package/lib/model/work-request.js +2 -2
  52. package/lib/opainstance-waiter.d.ts +2 -2
  53. package/lib/opainstance-waiter.js +2 -2
  54. package/lib/request/cancel-work-request-request.d.ts +1 -1
  55. package/lib/request/change-opa-instance-compartment-request.d.ts +1 -1
  56. package/lib/request/create-opa-instance-request.d.ts +1 -1
  57. package/lib/request/delete-opa-instance-request.d.ts +1 -1
  58. package/lib/request/get-opa-instance-request.d.ts +1 -1
  59. package/lib/request/get-work-request-request.d.ts +1 -1
  60. package/lib/request/index.d.ts +2 -2
  61. package/lib/request/index.js +2 -2
  62. package/lib/request/list-opa-instances-request.d.ts +1 -1
  63. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  64. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  65. package/lib/request/list-work-requests-request.d.ts +1 -1
  66. package/lib/request/update-opa-instance-request.d.ts +1 -1
  67. package/lib/response/index.d.ts +2 -2
  68. package/lib/response/index.js +2 -2
  69. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * OracleProcessAutomation API
4
- * A description of the OracleProcessAutomation API
3
+ * Process Automation
4
+ * Process Automation helps you to rapidly design, automate, and manage business processes in the cloud. With the Process Automation design-time (Designer) and the runtime (Workspace) environments, you can easily create, develop, manage, test, and monitor process applications and their components.
5
5
  * OpenAPI spec version: 20210621
6
6
  *
7
7
  *
@@ -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.58.1/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOpaInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstanceRequest.
17
17
  */
18
18
  export interface CreateOpaInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -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.58.1/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstanceRequest.
16
16
  */
17
17
  export interface DeleteOpaInstanceRequest 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.58.1/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstanceRequest.
16
16
  */
17
17
  export interface GetOpaInstanceRequest 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.58.1/opa/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.60.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
- * OracleProcessAutomation API
3
- * A description of the OracleProcessAutomation API
2
+ * Process Automation
3
+ * Process Automation helps you to rapidly design, automate, and manage business processes in the cloud. With the Process Automation design-time (Designer) and the runtime (Workspace) environments, you can easily create, develop, manage, test, and monitor process applications and their components.
4
4
  * OpenAPI spec version: 20210621
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * OracleProcessAutomation API
4
- * A description of the OracleProcessAutomation API
3
+ * Process Automation
4
+ * Process Automation helps you to rapidly design, automate, and manage business processes in the cloud. With the Process Automation design-time (Designer) and the runtime (Workspace) environments, you can easily create, develop, manage, test, and monitor process applications and their components.
5
5
  * OpenAPI spec version: 20210621
6
6
  *
7
7
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstancesRequest.
17
17
  */
18
18
  export interface ListOpaInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstanceRequest.
17
17
  */
18
18
  export interface UpdateOpaInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
- * OracleProcessAutomation API
3
- * A description of the OracleProcessAutomation API
2
+ * Process Automation
3
+ * Process Automation helps you to rapidly design, automate, and manage business processes in the cloud. With the Process Automation design-time (Designer) and the runtime (Workspace) environments, you can easily create, develop, manage, test, and monitor process applications and their components.
4
4
  * OpenAPI spec version: 20210621
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * OracleProcessAutomation API
4
- * A description of the OracleProcessAutomation API
3
+ * Process Automation
4
+ * Process Automation helps you to rapidly design, automate, and manage business processes in the cloud. With the Process Automation design-time (Designer) and the runtime (Workspace) environments, you can easily create, develop, manage, test, and monitor process applications and their components.
5
5
  * OpenAPI spec version: 20210621
6
6
  *
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-opa",
3
- "version": "2.58.1",
3
+ "version": "2.60.0",
4
4
  "description": "OCI NodeJS client for Opa Service",
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.58.1",
19
- "oci-workrequests": "2.58.1"
18
+ "oci-common": "2.60.0",
19
+ "oci-workrequests": "2.60.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"