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
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
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
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AttachmentDetails = void 0;
16
+ var AttachmentDetails;
17
+ (function (AttachmentDetails) {
18
+ let TargetRole;
19
+ (function (TargetRole) {
20
+ TargetRole["Parent"] = "PARENT";
21
+ TargetRole["Child"] = "CHILD";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ TargetRole["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(TargetRole = AttachmentDetails.TargetRole || (AttachmentDetails.TargetRole = {}));
28
+ function getJsonObj(obj) {
29
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
30
+ return jsonObj;
31
+ }
32
+ AttachmentDetails.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ AttachmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(AttachmentDetails = exports.AttachmentDetails || (exports.AttachmentDetails = {}));
39
+ //# sourceMappingURL=attachment-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment-details.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/attachment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,iBAAiB,CAqBjC;AArBD,WAAiB,iBAAiB;IAChC,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,+BAAiB,CAAA;QACjB,6BAAe,CAAA;QACf;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,4BAAU,KAAV,4BAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAqBjC"}
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -12,6 +12,8 @@
12
12
  */
13
13
  import * as ActionType from "./action-type";
14
14
  export import ActionType = ActionType.ActionType;
15
+ import * as AttachmentDetails from "./attachment-details";
16
+ export import AttachmentDetails = AttachmentDetails.AttachmentDetails;
15
17
  import * as ChangeOpaInstanceCompartmentDetails from "./change-opa-instance-compartment-details";
16
18
  export import ChangeOpaInstanceCompartmentDetails = ChangeOpaInstanceCompartmentDetails.ChangeOpaInstanceCompartmentDetails;
17
19
  import * as CreateOpaInstanceDetails from "./create-opa-instance-details";
@@ -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
  *
@@ -31,9 +31,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateOpaInstanceDetails = exports.SortOrder = exports.OperationType = exports.OperationStatus = exports.OpaInstanceSummary = exports.OpaInstanceCollection = exports.OpaInstance = exports.CreateOpaInstanceDetails = exports.ChangeOpaInstanceCompartmentDetails = exports.ActionType = void 0;
34
+ exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateOpaInstanceDetails = exports.SortOrder = exports.OperationType = exports.OperationStatus = exports.OpaInstanceSummary = exports.OpaInstanceCollection = exports.OpaInstance = exports.CreateOpaInstanceDetails = exports.ChangeOpaInstanceCompartmentDetails = exports.AttachmentDetails = exports.ActionType = void 0;
35
35
  const ActionType = __importStar(require("./action-type"));
36
36
  exports.ActionType = ActionType.ActionType;
37
+ const AttachmentDetails = __importStar(require("./attachment-details"));
38
+ exports.AttachmentDetails = AttachmentDetails.AttachmentDetails;
37
39
  const ChangeOpaInstanceCompartmentDetails = __importStar(require("./change-opa-instance-compartment-details"));
38
40
  exports.ChangeOpaInstanceCompartmentDetails = ChangeOpaInstanceCompartmentDetails.ChangeOpaInstanceCompartmentDetails;
39
41
  const CreateOpaInstanceDetails = __importStar(require("./create-opa-instance-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2023, 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
+ import * as model from "../model";
13
14
  /**
14
15
  * Description of OpaInstance.
15
16
  */
@@ -106,6 +107,11 @@ export interface OpaInstance {
106
107
  [key: string]: any;
107
108
  };
108
109
  };
110
+ /**
111
+ * A list of associated attachments to other services
112
+ *
113
+ */
114
+ "attachments"?: Array<model.AttachmentDetails>;
109
115
  }
110
116
  export declare namespace OpaInstance {
111
117
  enum ConsumptionModel {
@@ -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
  *
@@ -11,8 +11,28 @@
11
11
  * Copyright (c) 2020, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.OpaInstance = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var OpaInstance;
17
37
  (function (OpaInstance) {
18
38
  let ConsumptionModel;
@@ -63,12 +83,24 @@ var OpaInstance;
63
83
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
64
84
  })(LifecycleState = OpaInstance.LifecycleState || (OpaInstance.LifecycleState = {}));
65
85
  function getJsonObj(obj) {
66
- const jsonObj = Object.assign(Object.assign({}, obj), {});
86
+ const jsonObj = Object.assign(Object.assign({}, obj), {
87
+ "attachments": obj.attachments
88
+ ? obj.attachments.map(item => {
89
+ return model.AttachmentDetails.getJsonObj(item);
90
+ })
91
+ : undefined
92
+ });
67
93
  return jsonObj;
68
94
  }
69
95
  OpaInstance.getJsonObj = getJsonObj;
70
96
  function getDeserializedJsonObj(obj) {
71
- const jsonObj = Object.assign(Object.assign({}, obj), {});
97
+ const jsonObj = Object.assign(Object.assign({}, obj), {
98
+ "attachments": obj.attachments
99
+ ? obj.attachments.map(item => {
100
+ return model.AttachmentDetails.getDeserializedJsonObj(item);
101
+ })
102
+ : undefined
103
+ });
72
104
  return jsonObj;
73
105
  }
74
106
  OpaInstance.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"opa-instance.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/opa-instance.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6FH,IAAiB,WAAW,CA0D3B;AA1DD,WAAiB,WAAW;IAC1B,IAAY,gBASX;IATD,WAAY,gBAAgB;QAC1B,+BAAW,CAAA;QACX,+BAAW,CAAA;QACX,iCAAa,CAAA;QACb;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EATW,gBAAgB,GAAhB,4BAAgB,KAAhB,4BAAgB,QAS3B;IAED,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,wCAA2B,CAAA;QAC3B,sCAAyB,CAAA;QACzB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,qBAAS,KAAT,qBAAS,QAQpB;IAED,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,gDAAgC,CAAA;QAChC,+BAAe,CAAA;QACf,qCAAqB,CAAA;QACrB,wCAAwB,CAAA;QACxB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,wBAAY,KAAZ,wBAAY,QAUvB;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EA1DgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA0D3B"}
1
+ {"version":3,"file":"opa-instance.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/opa-instance.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgGlC,IAAiB,WAAW,CA4E3B;AA5ED,WAAiB,WAAW;IAC1B,IAAY,gBASX;IATD,WAAY,gBAAgB;QAC1B,+BAAW,CAAA;QACX,+BAAW,CAAA;QACX,iCAAa,CAAA;QACb;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EATW,gBAAgB,GAAhB,4BAAgB,KAAhB,4BAAgB,QAS3B;IAED,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,wCAA2B,CAAA;QAC3B,sCAAyB,CAAA;QACzB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,qBAAS,KAAT,qBAAS,QAQpB;IAED,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,gDAAgC,CAAA;QAChC,+BAAe,CAAA;QACf,qCAAqB,CAAA;QACrB,wCAAwB,CAAA;QACxB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,wBAAY,KAAZ,wBAAY,QAUvB;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA5EgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA4E3B"}
@@ -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
  *
@@ -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
  *
@@ -18,6 +18,8 @@ export declare enum OperationType {
18
18
  UpdateOpaInstance = "UPDATE_OPA_INSTANCE",
19
19
  DeleteOpaInstance = "DELETE_OPA_INSTANCE",
20
20
  MoveOpaInstance = "MOVE_OPA_INSTANCE",
21
+ CreateOpaInstanceAttachment = "CREATE_OPA_INSTANCE_ATTACHMENT",
22
+ DeleteOpaInstanceAttachment = "DELETE_OPA_INSTANCE_ATTACHMENT",
21
23
  /**
22
24
  * This value is used if a service returns a value for this enum that is not recognized by this
23
25
  * version of the SDK.
@@ -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
  *
@@ -22,6 +22,8 @@ var OperationType;
22
22
  OperationType["UpdateOpaInstance"] = "UPDATE_OPA_INSTANCE";
23
23
  OperationType["DeleteOpaInstance"] = "DELETE_OPA_INSTANCE";
24
24
  OperationType["MoveOpaInstance"] = "MOVE_OPA_INSTANCE";
25
+ OperationType["CreateOpaInstanceAttachment"] = "CREATE_OPA_INSTANCE_ATTACHMENT";
26
+ OperationType["DeleteOpaInstanceAttachment"] = "DELETE_OPA_INSTANCE_ATTACHMENT";
25
27
  /**
26
28
  * This value is used if a service returns a value for this enum that is not recognized by this
27
29
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IAErC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IACrC,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAE9D;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAbW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAaxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *