oci-blockchain 2.8.0 → 2.11.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 (217) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/blockchainplatform-waiter.d.ts +1 -1
  4. package/lib/blockchainplatform-waiter.js +1 -1
  5. package/lib/client.d.ts +44 -26
  6. package/lib/client.js +154 -28
  7. package/lib/client.js.map +1 -1
  8. package/lib/model/availability-domain.d.ts +1 -1
  9. package/lib/model/availability-domain.js +1 -1
  10. package/lib/model/blockchain-platform-by-hostname.d.ts +1 -1
  11. package/lib/model/blockchain-platform-by-hostname.js +1 -1
  12. package/lib/model/blockchain-platform-collection.d.ts +1 -1
  13. package/lib/model/blockchain-platform-collection.js +1 -1
  14. package/lib/model/blockchain-platform-component-details.d.ts +1 -1
  15. package/lib/model/blockchain-platform-component-details.js +1 -1
  16. package/lib/model/blockchain-platform-patch-collection.d.ts +26 -0
  17. package/lib/model/blockchain-platform-patch-collection.js +61 -0
  18. package/lib/model/blockchain-platform-patch-collection.js.map +1 -0
  19. package/lib/model/blockchain-platform-patch-summary.d.ts +37 -0
  20. package/lib/model/blockchain-platform-patch-summary.js +29 -0
  21. package/lib/model/blockchain-platform-patch-summary.js.map +1 -0
  22. package/lib/model/blockchain-platform-summary.d.ts +1 -1
  23. package/lib/model/blockchain-platform-summary.js +1 -1
  24. package/lib/model/blockchain-platform.d.ts +5 -1
  25. package/lib/model/blockchain-platform.js +1 -1
  26. package/lib/model/blockchain-platform.js.map +1 -1
  27. package/lib/model/change-blockchain-platform-compartment-details.d.ts +1 -1
  28. package/lib/model/change-blockchain-platform-compartment-details.js +1 -1
  29. package/lib/model/create-blockchain-platform-details.d.ts +5 -1
  30. package/lib/model/create-blockchain-platform-details.js +1 -1
  31. package/lib/model/create-blockchain-platform-details.js.map +1 -1
  32. package/lib/model/create-osn-details.d.ts +1 -1
  33. package/lib/model/create-osn-details.js +1 -1
  34. package/lib/model/create-peer-details.d.ts +1 -1
  35. package/lib/model/create-peer-details.js +1 -1
  36. package/lib/model/index.d.ts +7 -1
  37. package/lib/model/index.js +8 -2
  38. package/lib/model/index.js.map +1 -1
  39. package/lib/model/metadata-details.d.ts +1 -1
  40. package/lib/model/metadata-details.js +1 -1
  41. package/lib/model/modify-peer-details.d.ts +1 -1
  42. package/lib/model/modify-peer-details.js +1 -1
  43. package/lib/model/ocpu-allocation-number-param.d.ts +1 -1
  44. package/lib/model/ocpu-allocation-number-param.js +1 -1
  45. package/lib/model/ocpu-utilization-info.d.ts +1 -1
  46. package/lib/model/ocpu-utilization-info.js +1 -1
  47. package/lib/model/osn-collection.d.ts +1 -1
  48. package/lib/model/osn-collection.js +1 -1
  49. package/lib/model/osn-summary.d.ts +1 -1
  50. package/lib/model/osn-summary.js +1 -1
  51. package/lib/model/osn.d.ts +1 -1
  52. package/lib/model/osn.js +1 -1
  53. package/lib/model/peer-collection.d.ts +1 -1
  54. package/lib/model/peer-collection.js +1 -1
  55. package/lib/model/peer-role.d.ts +1 -1
  56. package/lib/model/peer-role.js +1 -1
  57. package/lib/model/peer-summary.d.ts +1 -1
  58. package/lib/model/peer-summary.js +1 -1
  59. package/lib/model/peer.d.ts +1 -1
  60. package/lib/model/peer.js +1 -1
  61. package/lib/model/replica-details.d.ts +1 -1
  62. package/lib/model/replica-details.js +1 -1
  63. package/lib/model/scale-blockchain-platform-details.d.ts +1 -1
  64. package/lib/model/scale-blockchain-platform-details.js +1 -1
  65. package/lib/model/scale-storage-details.d.ts +1 -1
  66. package/lib/model/scale-storage-details.js +1 -1
  67. package/lib/model/scaled-blockchain-platform-preview.d.ts +1 -1
  68. package/lib/model/scaled-blockchain-platform-preview.js +1 -1
  69. package/lib/model/scaled-platform-metering-preview.d.ts +1 -1
  70. package/lib/model/scaled-platform-metering-preview.js +1 -1
  71. package/lib/model/update-blockchain-platform-details.d.ts +1 -1
  72. package/lib/model/update-blockchain-platform-details.js +1 -1
  73. package/lib/model/update-osn-details.d.ts +1 -1
  74. package/lib/model/update-osn-details.js +1 -1
  75. package/lib/model/update-peer-details.d.ts +1 -1
  76. package/lib/model/update-peer-details.js +1 -1
  77. package/lib/model/upgrade-blockchain-platform-details.d.ts +27 -0
  78. package/lib/model/upgrade-blockchain-platform-details.js +29 -0
  79. package/lib/model/upgrade-blockchain-platform-details.js.map +1 -0
  80. package/lib/model/work-request-collection.d.ts +1 -1
  81. package/lib/model/work-request-collection.js +1 -1
  82. package/lib/model/work-request-error-collection.d.ts +1 -1
  83. package/lib/model/work-request-error-collection.js +1 -1
  84. package/lib/model/work-request-error.d.ts +1 -1
  85. package/lib/model/work-request-error.js +1 -1
  86. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  87. package/lib/model/work-request-log-entry-collection.js +1 -1
  88. package/lib/model/work-request-log-entry.d.ts +1 -1
  89. package/lib/model/work-request-log-entry.js +1 -1
  90. package/lib/model/work-request-resource-sub-type-detail.d.ts +1 -1
  91. package/lib/model/work-request-resource-sub-type-detail.js +1 -1
  92. package/lib/model/work-request-resource.d.ts +1 -1
  93. package/lib/model/work-request-resource.js +1 -1
  94. package/lib/model/work-request-summary.d.ts +2 -1
  95. package/lib/model/work-request-summary.js +2 -1
  96. package/lib/model/work-request-summary.js.map +1 -1
  97. package/lib/model/work-request.d.ts +2 -1
  98. package/lib/model/work-request.js +2 -1
  99. package/lib/model/work-request.js.map +1 -1
  100. package/lib/request/change-blockchain-platform-compartment-request.d.ts +2 -2
  101. package/lib/request/change-blockchain-platform-compartment-request.js +1 -1
  102. package/lib/request/create-blockchain-platform-request.d.ts +2 -2
  103. package/lib/request/create-blockchain-platform-request.js +1 -1
  104. package/lib/request/create-osn-request.d.ts +2 -2
  105. package/lib/request/create-osn-request.js +1 -1
  106. package/lib/request/create-peer-request.d.ts +2 -2
  107. package/lib/request/create-peer-request.js +1 -1
  108. package/lib/request/delete-blockchain-platform-request.d.ts +11 -2
  109. package/lib/request/delete-blockchain-platform-request.js +1 -1
  110. package/lib/request/delete-osn-request.d.ts +2 -2
  111. package/lib/request/delete-osn-request.js +1 -1
  112. package/lib/request/delete-peer-request.d.ts +11 -2
  113. package/lib/request/delete-peer-request.js +1 -1
  114. package/lib/request/delete-work-request-request.d.ts +2 -2
  115. package/lib/request/delete-work-request-request.js +1 -1
  116. package/lib/request/get-blockchain-platform-request.d.ts +2 -2
  117. package/lib/request/get-blockchain-platform-request.js +1 -1
  118. package/lib/request/get-osn-request.d.ts +2 -2
  119. package/lib/request/get-osn-request.js +1 -1
  120. package/lib/request/get-peer-request.d.ts +2 -2
  121. package/lib/request/get-peer-request.js +1 -1
  122. package/lib/request/get-work-request-request.d.ts +2 -2
  123. package/lib/request/get-work-request-request.js +1 -1
  124. package/lib/request/index.d.ts +5 -1
  125. package/lib/request/index.js +1 -1
  126. package/lib/request/index.js.map +1 -1
  127. package/lib/request/list-blockchain-platform-patches-request.d.ts +34 -0
  128. package/lib/request/list-blockchain-platform-patches-request.js +15 -0
  129. package/lib/request/list-blockchain-platform-patches-request.js.map +1 -0
  130. package/lib/request/list-blockchain-platforms-request.d.ts +2 -2
  131. package/lib/request/list-blockchain-platforms-request.js +1 -1
  132. package/lib/request/list-osns-request.d.ts +2 -2
  133. package/lib/request/list-osns-request.js +1 -1
  134. package/lib/request/list-peers-request.d.ts +2 -2
  135. package/lib/request/list-peers-request.js +1 -1
  136. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  137. package/lib/request/list-work-request-errors-request.js +1 -1
  138. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  139. package/lib/request/list-work-request-logs-request.js +1 -1
  140. package/lib/request/list-work-requests-request.d.ts +2 -2
  141. package/lib/request/list-work-requests-request.js +1 -1
  142. package/lib/request/preview-scale-blockchain-platform-request.d.ts +2 -2
  143. package/lib/request/preview-scale-blockchain-platform-request.js +1 -1
  144. package/lib/request/scale-blockchain-platform-request.d.ts +2 -2
  145. package/lib/request/scale-blockchain-platform-request.js +1 -1
  146. package/lib/request/start-blockchain-platform-request.d.ts +2 -2
  147. package/lib/request/start-blockchain-platform-request.js +1 -1
  148. package/lib/request/stop-blockchain-platform-request.d.ts +2 -2
  149. package/lib/request/stop-blockchain-platform-request.js +1 -1
  150. package/lib/request/update-blockchain-platform-request.d.ts +2 -2
  151. package/lib/request/update-blockchain-platform-request.js +1 -1
  152. package/lib/request/update-osn-request.d.ts +2 -2
  153. package/lib/request/update-osn-request.js +1 -1
  154. package/lib/request/update-peer-request.d.ts +2 -2
  155. package/lib/request/update-peer-request.js +1 -1
  156. package/lib/request/upgrade-blockchain-platform-request.d.ts +49 -0
  157. package/lib/request/upgrade-blockchain-platform-request.js +15 -0
  158. package/lib/request/upgrade-blockchain-platform-request.js.map +1 -0
  159. package/lib/response/change-blockchain-platform-compartment-response.d.ts +1 -1
  160. package/lib/response/change-blockchain-platform-compartment-response.js +1 -1
  161. package/lib/response/create-blockchain-platform-response.d.ts +1 -1
  162. package/lib/response/create-blockchain-platform-response.js +1 -1
  163. package/lib/response/create-osn-response.d.ts +1 -1
  164. package/lib/response/create-osn-response.js +1 -1
  165. package/lib/response/create-peer-response.d.ts +1 -1
  166. package/lib/response/create-peer-response.js +1 -1
  167. package/lib/response/delete-blockchain-platform-response.d.ts +1 -1
  168. package/lib/response/delete-blockchain-platform-response.js +1 -1
  169. package/lib/response/delete-osn-response.d.ts +1 -1
  170. package/lib/response/delete-osn-response.js +1 -1
  171. package/lib/response/delete-peer-response.d.ts +1 -1
  172. package/lib/response/delete-peer-response.js +1 -1
  173. package/lib/response/delete-work-request-response.d.ts +1 -1
  174. package/lib/response/delete-work-request-response.js +1 -1
  175. package/lib/response/get-blockchain-platform-response.d.ts +1 -1
  176. package/lib/response/get-blockchain-platform-response.js +1 -1
  177. package/lib/response/get-osn-response.d.ts +1 -1
  178. package/lib/response/get-osn-response.js +1 -1
  179. package/lib/response/get-peer-response.d.ts +1 -1
  180. package/lib/response/get-peer-response.js +1 -1
  181. package/lib/response/get-work-request-response.d.ts +1 -1
  182. package/lib/response/get-work-request-response.js +1 -1
  183. package/lib/response/index.d.ts +5 -1
  184. package/lib/response/index.js +1 -1
  185. package/lib/response/list-blockchain-platform-patches-response.d.ts +32 -0
  186. package/lib/response/list-blockchain-platform-patches-response.js +15 -0
  187. package/lib/response/list-blockchain-platform-patches-response.js.map +1 -0
  188. package/lib/response/list-blockchain-platforms-response.d.ts +1 -1
  189. package/lib/response/list-blockchain-platforms-response.js +1 -1
  190. package/lib/response/list-osns-response.d.ts +1 -1
  191. package/lib/response/list-osns-response.js +1 -1
  192. package/lib/response/list-peers-response.d.ts +1 -1
  193. package/lib/response/list-peers-response.js +1 -1
  194. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  195. package/lib/response/list-work-request-errors-response.js +1 -1
  196. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  197. package/lib/response/list-work-request-logs-response.js +1 -1
  198. package/lib/response/list-work-requests-response.d.ts +1 -1
  199. package/lib/response/list-work-requests-response.js +1 -1
  200. package/lib/response/preview-scale-blockchain-platform-response.d.ts +1 -1
  201. package/lib/response/preview-scale-blockchain-platform-response.js +1 -1
  202. package/lib/response/scale-blockchain-platform-response.d.ts +1 -1
  203. package/lib/response/scale-blockchain-platform-response.js +1 -1
  204. package/lib/response/start-blockchain-platform-response.d.ts +1 -1
  205. package/lib/response/start-blockchain-platform-response.js +1 -1
  206. package/lib/response/stop-blockchain-platform-response.d.ts +1 -1
  207. package/lib/response/stop-blockchain-platform-response.js +1 -1
  208. package/lib/response/update-blockchain-platform-response.d.ts +1 -1
  209. package/lib/response/update-blockchain-platform-response.js +1 -1
  210. package/lib/response/update-osn-response.d.ts +1 -1
  211. package/lib/response/update-osn-response.js +1 -1
  212. package/lib/response/update-peer-response.d.ts +1 -1
  213. package/lib/response/update-peer-response.js +1 -1
  214. package/lib/response/upgrade-blockchain-platform-response.d.ts +25 -0
  215. package/lib/response/upgrade-blockchain-platform-response.js +15 -0
  216. package/lib/response/upgrade-blockchain-platform-response.js.map +1 -0
  217. package/package.json +3 -3
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Blockchain Platform Control Plane API
3
+ * Blockchain Platform Control Plane API
4
+ * OpenAPI spec version: 20191010
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Result of a patch list. Contains PatchSummary
16
+ */
17
+ export interface BlockchainPlatformPatchCollection {
18
+ /**
19
+ * Collection of PatchSummary
20
+ */
21
+ "items": Array<model.BlockchainPlatformPatchSummary>;
22
+ }
23
+ export declare namespace BlockchainPlatformPatchCollection {
24
+ function getJsonObj(obj: BlockchainPlatformPatchCollection): object;
25
+ function getDeserializedJsonObj(obj: BlockchainPlatformPatchCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Blockchain Platform Control Plane API
4
+ * Blockchain Platform Control Plane API
5
+ * OpenAPI spec version: 20191010
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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
+ 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
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.BlockchainPlatformPatchCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var BlockchainPlatformPatchCollection;
37
+ (function (BlockchainPlatformPatchCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.BlockchainPlatformPatchSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ BlockchainPlatformPatchCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.BlockchainPlatformPatchSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ BlockchainPlatformPatchCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(BlockchainPlatformPatchCollection = exports.BlockchainPlatformPatchCollection || (exports.BlockchainPlatformPatchCollection = {}));
61
+ //# sourceMappingURL=blockchain-platform-patch-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blockchain-platform-patch-collection.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/blockchain-platform-patch-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,iCAAiC,CA6BjD;AA7BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA6BjD"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Blockchain Platform Control Plane API
3
+ * Blockchain Platform Control Plane API
4
+ * OpenAPI spec version: 20191010
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ /**
14
+ * Patch Details
15
+ */
16
+ export interface BlockchainPlatformPatchSummary {
17
+ /**
18
+ * patch id
19
+ */
20
+ "id"?: string;
21
+ /**
22
+ * patch service version
23
+ */
24
+ "serviceVersion"?: string;
25
+ /**
26
+ * A URL for the patch specific documentation
27
+ */
28
+ "patchInfoUrl"?: string;
29
+ /**
30
+ * patch due date for customer initiated patching
31
+ */
32
+ "timePatchDue"?: Date;
33
+ }
34
+ export declare namespace BlockchainPlatformPatchSummary {
35
+ function getJsonObj(obj: BlockchainPlatformPatchSummary): object;
36
+ function getDeserializedJsonObj(obj: BlockchainPlatformPatchSummary): object;
37
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Blockchain Platform Control Plane API
4
+ * Blockchain Platform Control Plane API
5
+ * OpenAPI spec version: 20191010
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.BlockchainPlatformPatchSummary = void 0;
16
+ var BlockchainPlatformPatchSummary;
17
+ (function (BlockchainPlatformPatchSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ BlockchainPlatformPatchSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ BlockchainPlatformPatchSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(BlockchainPlatformPatchSummary = exports.BlockchainPlatformPatchSummary || (exports.BlockchainPlatformPatchSummary = {}));
29
+ //# sourceMappingURL=blockchain-platform-patch-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blockchain-platform-patch-summary.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/blockchain-platform-patch-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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";
@@ -43,6 +43,10 @@ export interface BlockchainPlatform {
43
43
  * The time the Platform Instance was updated. An RFC3339 formatted datetime string
44
44
  */
45
45
  "timeUpdated"?: Date;
46
+ /**
47
+ * Platform Version
48
+ */
49
+ "platformVersion"?: string;
46
50
  /**
47
51
  * The version of the Platform Instance.
48
52
  */
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -1 +1 @@
1
- {"version":3,"file":"blockchain-platform.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/blockchain-platform.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"blockchain-platform.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/blockchain-platform.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2GlC,IAAiB,kBAAkB,CAmGlC;AAnGD,WAAiB,kBAAkB;IACjC,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,mCAAmB,CAAA;QACnB,2CAA2B,CAAA;QAC3B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,+BAAY,KAAZ,+BAAY,QAQvB;IAED,IAAY,YAYX;IAZD,WAAY,YAAY;QACtB,qCAAqB,CAAA;QACrB,oDAAoC,CAAA;QACpC,sDAAsC,CAAA;QACtC,oDAAoC,CAAA;QACpC,+DAA+C,CAAA;QAC/C,sDAAsC,CAAA;QACtC;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAZW,YAAY,GAAZ,+BAAY,KAAZ,+BAAY,QAYvB;IAED,IAAY,iBAQX;IARD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,sCAAiB,CAAA;QACjB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EARW,iBAAiB,GAAjB,oCAAiB,KAAjB,oCAAiB,QAQ5B;IAED,IAAY,iBAQX;IARD,WAAY,iBAAiB;QAC3B,8CAAyB,CAAA;QACzB,8CAAyB,CAAA;QACzB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EARW,iBAAiB,GAAjB,oCAAiB,KAAjB,oCAAiB,QAQ5B;IAED,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,qCAAmB,CAAA;QACnB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,iCAAc,KAAd,iCAAc,QAczB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YACpF,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,6BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,yCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAnGgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAmGlC"}
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -38,6 +38,10 @@ export interface CreateBlockchainPlatformDetails {
38
38
  * Bring your own license
39
39
  */
40
40
  "isByol"?: boolean;
41
+ /**
42
+ * Platform version
43
+ */
44
+ "platformVersion"?: string;
41
45
  /**
42
46
  * IDCS access token with Identity Domain Administrator role
43
47
  */
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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 });
@@ -1 +1 @@
1
- {"version":3,"file":"create-blockchain-platform-details.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/create-blockchain-platform-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
1
+ {"version":3,"file":"create-blockchain-platform-details.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/create-blockchain-platform-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsEH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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 AvailabilityDomain from "./availability-domain";
@@ -20,6 +20,10 @@ import * as BlockchainPlatformCollection from "./blockchain-platform-collection"
20
20
  export import BlockchainPlatformCollection = BlockchainPlatformCollection.BlockchainPlatformCollection;
21
21
  import * as BlockchainPlatformComponentDetails from "./blockchain-platform-component-details";
22
22
  export import BlockchainPlatformComponentDetails = BlockchainPlatformComponentDetails.BlockchainPlatformComponentDetails;
23
+ import * as BlockchainPlatformPatchCollection from "./blockchain-platform-patch-collection";
24
+ export import BlockchainPlatformPatchCollection = BlockchainPlatformPatchCollection.BlockchainPlatformPatchCollection;
25
+ import * as BlockchainPlatformPatchSummary from "./blockchain-platform-patch-summary";
26
+ export import BlockchainPlatformPatchSummary = BlockchainPlatformPatchSummary.BlockchainPlatformPatchSummary;
23
27
  import * as BlockchainPlatformSummary from "./blockchain-platform-summary";
24
28
  export import BlockchainPlatformSummary = BlockchainPlatformSummary.BlockchainPlatformSummary;
25
29
  import * as ChangeBlockchainPlatformCompartmentDetails from "./change-blockchain-platform-compartment-details";
@@ -68,6 +72,8 @@ import * as UpdateOsnDetails from "./update-osn-details";
68
72
  export import UpdateOsnDetails = UpdateOsnDetails.UpdateOsnDetails;
69
73
  import * as UpdatePeerDetails from "./update-peer-details";
70
74
  export import UpdatePeerDetails = UpdatePeerDetails.UpdatePeerDetails;
75
+ import * as UpgradeBlockchainPlatformDetails from "./upgrade-blockchain-platform-details";
76
+ export import UpgradeBlockchainPlatformDetails = UpgradeBlockchainPlatformDetails.UpgradeBlockchainPlatformDetails;
71
77
  import * as WorkRequest from "./work-request";
72
78
  export import WorkRequest = WorkRequest.WorkRequest;
73
79
  import * as WorkRequestCollection from "./work-request-collection";
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.WorkRequestSummary = exports.WorkRequestResourceSubTypeDetail = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdatePeerDetails = exports.UpdateOsnDetails = exports.UpdateBlockchainPlatformDetails = exports.ScaledPlatformMeteringPreview = exports.ScaledBlockchainPlatformPreview = exports.ScaleStorageDetails = exports.ScaleBlockchainPlatformDetails = exports.ReplicaDetails = exports.PeerSummary = exports.PeerRole = exports.PeerCollection = exports.Peer = exports.OsnSummary = exports.OsnCollection = exports.Osn = exports.OcpuUtilizationInfo = exports.OcpuAllocationNumberParam = exports.ModifyPeerDetails = exports.MetadataDetails = exports.CreatePeerDetails = exports.CreateOsnDetails = exports.CreateBlockchainPlatformDetails = exports.ChangeBlockchainPlatformCompartmentDetails = exports.BlockchainPlatformSummary = exports.BlockchainPlatformComponentDetails = exports.BlockchainPlatformCollection = exports.BlockchainPlatformByHostname = exports.BlockchainPlatform = exports.AvailabilityDomain = void 0;
34
+ exports.WorkRequestSummary = exports.WorkRequestResourceSubTypeDetail = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpgradeBlockchainPlatformDetails = exports.UpdatePeerDetails = exports.UpdateOsnDetails = exports.UpdateBlockchainPlatformDetails = exports.ScaledPlatformMeteringPreview = exports.ScaledBlockchainPlatformPreview = exports.ScaleStorageDetails = exports.ScaleBlockchainPlatformDetails = exports.ReplicaDetails = exports.PeerSummary = exports.PeerRole = exports.PeerCollection = exports.Peer = exports.OsnSummary = exports.OsnCollection = exports.Osn = exports.OcpuUtilizationInfo = exports.OcpuAllocationNumberParam = exports.ModifyPeerDetails = exports.MetadataDetails = exports.CreatePeerDetails = exports.CreateOsnDetails = exports.CreateBlockchainPlatformDetails = exports.ChangeBlockchainPlatformCompartmentDetails = exports.BlockchainPlatformSummary = exports.BlockchainPlatformPatchSummary = exports.BlockchainPlatformPatchCollection = exports.BlockchainPlatformComponentDetails = exports.BlockchainPlatformCollection = exports.BlockchainPlatformByHostname = exports.BlockchainPlatform = exports.AvailabilityDomain = void 0;
35
35
  const AvailabilityDomain = __importStar(require("./availability-domain"));
36
36
  exports.AvailabilityDomain = AvailabilityDomain.AvailabilityDomain;
37
37
  const BlockchainPlatform = __importStar(require("./blockchain-platform"));
@@ -42,6 +42,10 @@ const BlockchainPlatformCollection = __importStar(require("./blockchain-platform
42
42
  exports.BlockchainPlatformCollection = BlockchainPlatformCollection.BlockchainPlatformCollection;
43
43
  const BlockchainPlatformComponentDetails = __importStar(require("./blockchain-platform-component-details"));
44
44
  exports.BlockchainPlatformComponentDetails = BlockchainPlatformComponentDetails.BlockchainPlatformComponentDetails;
45
+ const BlockchainPlatformPatchCollection = __importStar(require("./blockchain-platform-patch-collection"));
46
+ exports.BlockchainPlatformPatchCollection = BlockchainPlatformPatchCollection.BlockchainPlatformPatchCollection;
47
+ const BlockchainPlatformPatchSummary = __importStar(require("./blockchain-platform-patch-summary"));
48
+ exports.BlockchainPlatformPatchSummary = BlockchainPlatformPatchSummary.BlockchainPlatformPatchSummary;
45
49
  const BlockchainPlatformSummary = __importStar(require("./blockchain-platform-summary"));
46
50
  exports.BlockchainPlatformSummary = BlockchainPlatformSummary.BlockchainPlatformSummary;
47
51
  const ChangeBlockchainPlatformCompartmentDetails = __importStar(require("./change-blockchain-platform-compartment-details"));
@@ -90,6 +94,8 @@ const UpdateOsnDetails = __importStar(require("./update-osn-details"));
90
94
  exports.UpdateOsnDetails = UpdateOsnDetails.UpdateOsnDetails;
91
95
  const UpdatePeerDetails = __importStar(require("./update-peer-details"));
92
96
  exports.UpdatePeerDetails = UpdatePeerDetails.UpdatePeerDetails;
97
+ const UpgradeBlockchainPlatformDetails = __importStar(require("./upgrade-blockchain-platform-details"));
98
+ exports.UpgradeBlockchainPlatformDetails = UpgradeBlockchainPlatformDetails.UpgradeBlockchainPlatformDetails;
93
99
  const WorkRequest = __importStar(require("./work-request"));
94
100
  exports.WorkRequest = WorkRequest.WorkRequest;
95
101
  const WorkRequestCollection = __importStar(require("./work-request-collection"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/blockchain/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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";
package/lib/model/osn.js CHANGED
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {