oci-mngdmac 2.106.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 (197) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +25 -0
  6. package/index.js +48 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +313 -0
  9. package/lib/client.js +1307 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/macdevice-waiter.d.ts +29 -0
  12. package/lib/macdevice-waiter.js +65 -0
  13. package/lib/macdevice-waiter.js.map +1 -0
  14. package/lib/macorder-waiter.d.ts +36 -0
  15. package/lib/macorder-waiter.js +76 -0
  16. package/lib/macorder-waiter.js.map +1 -0
  17. package/lib/model/action-type.d.ts +32 -0
  18. package/lib/model/action-type.js +43 -0
  19. package/lib/model/action-type.js.map +1 -0
  20. package/lib/model/cancel-mac-order-details.d.ts +25 -0
  21. package/lib/model/cancel-mac-order-details.js +29 -0
  22. package/lib/model/cancel-mac-order-details.js.map +1 -0
  23. package/lib/model/change-mac-order-compartment-details.d.ts +26 -0
  24. package/lib/model/change-mac-order-compartment-details.js +29 -0
  25. package/lib/model/change-mac-order-compartment-details.js.map +1 -0
  26. package/lib/model/create-mac-order-details.d.ts +55 -0
  27. package/lib/model/create-mac-order-details.js +29 -0
  28. package/lib/model/create-mac-order-details.js.map +1 -0
  29. package/lib/model/create-node-config-details.d.ts +89 -0
  30. package/lib/model/create-node-config-details.js +29 -0
  31. package/lib/model/create-node-config-details.js.map +1 -0
  32. package/lib/model/index.d.ts +70 -0
  33. package/lib/model/index.js +93 -0
  34. package/lib/model/index.js.map +1 -0
  35. package/lib/model/mac-device-collection.d.ts +26 -0
  36. package/lib/model/mac-device-collection.js +61 -0
  37. package/lib/model/mac-device-collection.js.map +1 -0
  38. package/lib/model/mac-device-summary.d.ts +65 -0
  39. package/lib/model/mac-device-summary.js +29 -0
  40. package/lib/model/mac-device-summary.js.map +1 -0
  41. package/lib/model/mac-device.d.ts +78 -0
  42. package/lib/model/mac-device.js +42 -0
  43. package/lib/model/mac-device.js.map +1 -0
  44. package/lib/model/mac-order-collection.d.ts +26 -0
  45. package/lib/model/mac-order-collection.js +61 -0
  46. package/lib/model/mac-order-collection.js.map +1 -0
  47. package/lib/model/mac-order-summary.d.ts +92 -0
  48. package/lib/model/mac-order-summary.js +29 -0
  49. package/lib/model/mac-order-summary.js.map +1 -0
  50. package/lib/model/mac-order.d.ts +152 -0
  51. package/lib/model/mac-order.js +84 -0
  52. package/lib/model/mac-order.js.map +1 -0
  53. package/lib/model/node-config.d.ts +89 -0
  54. package/lib/model/node-config.js +29 -0
  55. package/lib/model/node-config.js.map +1 -0
  56. package/lib/model/operation-status.d.ts +34 -0
  57. package/lib/model/operation-status.js +45 -0
  58. package/lib/model/operation-status.js.map +1 -0
  59. package/lib/model/operation-type.d.ts +32 -0
  60. package/lib/model/operation-type.js +43 -0
  61. package/lib/model/operation-type.js.map +1 -0
  62. package/lib/model/ops-action-create-mac-device-details.d.ts +29 -0
  63. package/lib/model/ops-action-create-mac-device-details.js +29 -0
  64. package/lib/model/ops-action-create-mac-device-details.js.map +1 -0
  65. package/lib/model/ops-action-update-mac-device-details.d.ts +36 -0
  66. package/lib/model/ops-action-update-mac-device-details.js +37 -0
  67. package/lib/model/ops-action-update-mac-device-details.js.map +1 -0
  68. package/lib/model/ops-action-update-mac-order-details.d.ts +37 -0
  69. package/lib/model/ops-action-update-mac-order-details.js +29 -0
  70. package/lib/model/ops-action-update-mac-order-details.js.map +1 -0
  71. package/lib/model/sort-order.d.ts +30 -0
  72. package/lib/model/sort-order.js +41 -0
  73. package/lib/model/sort-order.js.map +1 -0
  74. package/lib/model/update-mac-order-details.d.ts +47 -0
  75. package/lib/model/update-mac-order-details.js +29 -0
  76. package/lib/model/update-mac-order-details.js.map +1 -0
  77. package/lib/model/update-node-config-details.d.ts +85 -0
  78. package/lib/model/update-node-config-details.js +29 -0
  79. package/lib/model/update-node-config-details.js.map +1 -0
  80. package/lib/model/work-request-error-collection.d.ts +26 -0
  81. package/lib/model/work-request-error-collection.js +61 -0
  82. package/lib/model/work-request-error-collection.js.map +1 -0
  83. package/lib/model/work-request-error.d.ts +37 -0
  84. package/lib/model/work-request-error.js +29 -0
  85. package/lib/model/work-request-error.js.map +1 -0
  86. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  87. package/lib/model/work-request-log-entry-collection.js +61 -0
  88. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  89. package/lib/model/work-request-log-entry.d.ts +31 -0
  90. package/lib/model/work-request-log-entry.js +29 -0
  91. package/lib/model/work-request-log-entry.js.map +1 -0
  92. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  93. package/lib/model/work-request-resource-metadata-key.js +38 -0
  94. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  95. package/lib/model/work-request-resource.d.ts +48 -0
  96. package/lib/model/work-request-resource.js +29 -0
  97. package/lib/model/work-request-resource.js.map +1 -0
  98. package/lib/model/work-request-summary-collection.d.ts +26 -0
  99. package/lib/model/work-request-summary-collection.js +61 -0
  100. package/lib/model/work-request-summary-collection.js.map +1 -0
  101. package/lib/model/work-request-summary.d.ts +73 -0
  102. package/lib/model/work-request-summary.js +61 -0
  103. package/lib/model/work-request-summary.js.map +1 -0
  104. package/lib/model/work-request.d.ts +76 -0
  105. package/lib/model/work-request.js +61 -0
  106. package/lib/model/work-request.js.map +1 -0
  107. package/lib/request/cancel-mac-order-request.d.ts +52 -0
  108. package/lib/request/cancel-mac-order-request.js +15 -0
  109. package/lib/request/cancel-mac-order-request.js.map +1 -0
  110. package/lib/request/cancel-work-request-request.d.ts +38 -0
  111. package/lib/request/cancel-work-request-request.js +15 -0
  112. package/lib/request/cancel-work-request-request.js.map +1 -0
  113. package/lib/request/change-mac-order-compartment-request.d.ts +43 -0
  114. package/lib/request/change-mac-order-compartment-request.js +15 -0
  115. package/lib/request/change-mac-order-compartment-request.js.map +1 -0
  116. package/lib/request/create-mac-order-request.d.ts +40 -0
  117. package/lib/request/create-mac-order-request.js +15 -0
  118. package/lib/request/create-mac-order-request.js.map +1 -0
  119. package/lib/request/get-mac-device-request.d.ts +34 -0
  120. package/lib/request/get-mac-device-request.js +15 -0
  121. package/lib/request/get-mac-device-request.js.map +1 -0
  122. package/lib/request/get-mac-order-request.d.ts +30 -0
  123. package/lib/request/get-mac-order-request.js +15 -0
  124. package/lib/request/get-mac-order-request.js.map +1 -0
  125. package/lib/request/get-work-request-request.d.ts +30 -0
  126. package/lib/request/get-work-request-request.js +15 -0
  127. package/lib/request/get-work-request-request.js.map +1 -0
  128. package/lib/request/index.d.ts +40 -0
  129. package/lib/request/index.js +45 -0
  130. package/lib/request/index.js.map +1 -0
  131. package/lib/request/list-mac-devices-request.d.ts +79 -0
  132. package/lib/request/list-mac-devices-request.js +24 -0
  133. package/lib/request/list-mac-devices-request.js.map +1 -0
  134. package/lib/request/list-mac-orders-request.d.ts +75 -0
  135. package/lib/request/list-mac-orders-request.js +24 -0
  136. package/lib/request/list-mac-orders-request.js.map +1 -0
  137. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  138. package/lib/request/list-work-request-errors-request.js +23 -0
  139. package/lib/request/list-work-request-errors-request.js.map +1 -0
  140. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  141. package/lib/request/list-work-request-logs-request.js +23 -0
  142. package/lib/request/list-work-request-logs-request.js.map +1 -0
  143. package/lib/request/list-work-requests-request.d.ts +71 -0
  144. package/lib/request/list-work-requests-request.js +23 -0
  145. package/lib/request/list-work-requests-request.js.map +1 -0
  146. package/lib/request/terminate-mac-device-request.d.ts +51 -0
  147. package/lib/request/terminate-mac-device-request.js +15 -0
  148. package/lib/request/terminate-mac-device-request.js.map +1 -0
  149. package/lib/request/update-mac-order-request.d.ts +43 -0
  150. package/lib/request/update-mac-order-request.js +15 -0
  151. package/lib/request/update-mac-order-request.js.map +1 -0
  152. package/lib/response/cancel-mac-order-response.d.ts +26 -0
  153. package/lib/response/cancel-mac-order-response.js +15 -0
  154. package/lib/response/cancel-mac-order-response.js.map +1 -0
  155. package/lib/response/cancel-work-request-response.d.ts +20 -0
  156. package/lib/response/cancel-work-request-response.js +15 -0
  157. package/lib/response/cancel-work-request-response.js.map +1 -0
  158. package/lib/response/change-mac-order-compartment-response.d.ts +26 -0
  159. package/lib/response/change-mac-order-compartment-response.js +15 -0
  160. package/lib/response/change-mac-order-compartment-response.js.map +1 -0
  161. package/lib/response/create-mac-order-response.d.ts +44 -0
  162. package/lib/response/create-mac-order-response.js +15 -0
  163. package/lib/response/create-mac-order-response.js.map +1 -0
  164. package/lib/response/get-mac-device-response.d.ts +30 -0
  165. package/lib/response/get-mac-device-response.js +15 -0
  166. package/lib/response/get-mac-device-response.js.map +1 -0
  167. package/lib/response/get-mac-order-response.d.ts +30 -0
  168. package/lib/response/get-mac-order-response.js +15 -0
  169. package/lib/response/get-mac-order-response.js.map +1 -0
  170. package/lib/response/get-work-request-response.d.ts +34 -0
  171. package/lib/response/get-work-request-response.js +15 -0
  172. package/lib/response/get-work-request-response.js.map +1 -0
  173. package/lib/response/index.d.ts +40 -0
  174. package/lib/response/index.js +15 -0
  175. package/lib/response/index.js.map +1 -0
  176. package/lib/response/list-mac-devices-response.d.ts +31 -0
  177. package/lib/response/list-mac-devices-response.js +15 -0
  178. package/lib/response/list-mac-devices-response.js.map +1 -0
  179. package/lib/response/list-mac-orders-response.d.ts +31 -0
  180. package/lib/response/list-mac-orders-response.js +15 -0
  181. package/lib/response/list-mac-orders-response.js.map +1 -0
  182. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  183. package/lib/response/list-work-request-errors-response.js +15 -0
  184. package/lib/response/list-work-request-errors-response.js.map +1 -0
  185. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  186. package/lib/response/list-work-request-logs-response.js +15 -0
  187. package/lib/response/list-work-request-logs-response.js.map +1 -0
  188. package/lib/response/list-work-requests-response.d.ts +31 -0
  189. package/lib/response/list-work-requests-response.js +15 -0
  190. package/lib/response/list-work-requests-response.js.map +1 -0
  191. package/lib/response/terminate-mac-device-response.d.ts +26 -0
  192. package/lib/response/terminate-mac-device-response.js +15 -0
  193. package/lib/response/terminate-mac-device-response.js.map +1 -0
  194. package/lib/response/update-mac-order-response.d.ts +26 -0
  195. package/lib/response/update-mac-order-response.js +15 -0
  196. package/lib/response/update-mac-order-response.js.map +1 -0
  197. package/package.json +29 -0
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Managed Services for Mac API
4
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
5
+ * OpenAPI spec version: 20250320
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.MacOrderCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var MacOrderCollection;
37
+ (function (MacOrderCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.MacOrderSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ MacOrderCollection.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.MacOrderSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ MacOrderCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(MacOrderCollection = exports.MacOrderCollection || (exports.MacOrderCollection = {}));
61
+ //# sourceMappingURL=mac-order-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mac-order-collection.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/mac-order-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,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,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,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,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -0,0 +1,92 @@
1
+ /**
2
+ * OCI Managed Services for Mac API
3
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
4
+ * OpenAPI spec version: 20250320
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ * Summary information about a MacOrder.
15
+ */
16
+ export interface MacOrderSummary {
17
+ /**
18
+ * The OCID of the resource.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * OCID of the compartment to which the resource belongs to.
23
+ */
24
+ "compartmentId": string;
25
+ /**
26
+ * A user-friendly name. Does not have to be unique, and it's changeable.
27
+ * Avoid entering confidential information.
28
+ * <p>
29
+ Example: {@code My new resource}
30
+ *
31
+ */
32
+ "displayName": string;
33
+ /**
34
+ * A user-friendly description. To provide some insight about the resource.
35
+ * Avoid entering confidential information.
36
+ *
37
+ */
38
+ "orderDescription": string;
39
+ /**
40
+ * Number of macs requested in this MacOrder. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
41
+ */
42
+ "orderSize": number;
43
+ /**
44
+ * The IP Range specified by the customer for this order.
45
+ */
46
+ "ipRange"?: string;
47
+ /**
48
+ * Checkbox value that indicates whether the customer completed docusign process.
49
+ */
50
+ "isDocusigned": boolean;
51
+ /**
52
+ * The requested shape for Macs in this MacOrder.
53
+ */
54
+ "shape": string;
55
+ /**
56
+ * The time this resource was created. An RFC3339 formatted datetime string.
57
+ */
58
+ "timeCreated": Date;
59
+ /**
60
+ * The time this resource was last updated. An RFC3339 formatted datetime string.
61
+ */
62
+ "timeUpdated"?: Date;
63
+ /**
64
+ * Enum indicating the agreed commitment term on the MacOrder.
65
+ */
66
+ "commitmentTerm": string;
67
+ /**
68
+ * An RFC3339-formatted datetime string containing the date and time this MacOrder begins.
69
+ */
70
+ "timeBillingStarted"?: Date;
71
+ /**
72
+ * An RFC3339-formatted datetime string containing the date and time this MacOrder begins.
73
+ */
74
+ "timeBillingEnded"?: Date;
75
+ /**
76
+ * The current status of the MacOrder.
77
+ */
78
+ "orderStatus": string;
79
+ /**
80
+ * The current state of the MacOrder.
81
+ */
82
+ "lifecycleState": string;
83
+ /**
84
+ * A message that describes the current state of the MacOrder in more detail.
85
+ *
86
+ */
87
+ "lifecycleDetails"?: string;
88
+ }
89
+ export declare namespace MacOrderSummary {
90
+ function getJsonObj(obj: MacOrderSummary): object;
91
+ function getDeserializedJsonObj(obj: MacOrderSummary): object;
92
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Managed Services for Mac API
4
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
5
+ * OpenAPI spec version: 20250320
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.MacOrderSummary = void 0;
16
+ var MacOrderSummary;
17
+ (function (MacOrderSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ MacOrderSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ MacOrderSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(MacOrderSummary = exports.MacOrderSummary || (exports.MacOrderSummary = {}));
29
+ //# sourceMappingURL=mac-order-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mac-order-summary.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/mac-order-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkFH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -0,0 +1,152 @@
1
+ /**
2
+ * OCI Managed Services for Mac API
3
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
4
+ * OpenAPI spec version: 20250320
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ * A description of a MacOrder resource.
15
+ *
16
+ */
17
+ export interface MacOrder {
18
+ /**
19
+ * The OCID of the resource.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * OCID of the compartment to which the resource belongs to.
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * A user-friendly name. Does not have to be unique, and it's changeable.
28
+ * Avoid entering confidential information.
29
+ * <p>
30
+ Example: {@code My new resource}
31
+ *
32
+ */
33
+ "displayName"?: string;
34
+ /**
35
+ * A user-friendly description. To provide some insight about the resource.
36
+ * Avoid entering confidential information.
37
+ *
38
+ */
39
+ "orderDescription": string;
40
+ /**
41
+ * Number of macs requested in this MacOrder. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
42
+ */
43
+ "orderSize": number;
44
+ /**
45
+ * The IP Range specified by the customer for this order.
46
+ */
47
+ "ipRange"?: string;
48
+ /**
49
+ * Checkbox value that indicates whether the customer completed docusign process.
50
+ */
51
+ "isDocusigned": boolean;
52
+ /**
53
+ * Enum indicating the requested shape for the MacDevices.
54
+ */
55
+ "shape": MacOrder.Shape;
56
+ /**
57
+ * The time this resource was created. An RFC3339 formatted datetime string.
58
+ */
59
+ "timeCreated": Date;
60
+ /**
61
+ * The time this resource was last updated. An RFC3339 formatted datetime string.
62
+ */
63
+ "timeUpdated"?: Date;
64
+ /**
65
+ * Enum indicating the agreed commitment term for the requested MacDevices.
66
+ */
67
+ "commitmentTerm": MacOrder.CommitmentTerm;
68
+ /**
69
+ * An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder begins.
70
+ */
71
+ "timeBillingStarted"?: Date;
72
+ /**
73
+ * An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder ends.
74
+ */
75
+ "timeBillingEnded"?: Date;
76
+ /**
77
+ * The current status of the MacOrder.
78
+ */
79
+ "orderStatus": MacOrder.OrderStatus;
80
+ /**
81
+ * The current state of the MacOrder.
82
+ */
83
+ "lifecycleState": MacOrder.LifecycleState;
84
+ /**
85
+ * A message that describes the current state of the MacOrder in more detail.
86
+ *
87
+ */
88
+ "lifecycleDetails"?: string;
89
+ /**
90
+ * The reason for the MacOrder cancellation.
91
+ */
92
+ "cancelReason"?: string;
93
+ /**
94
+ * An RFC3339-formatted datetime string containing the time this MacOrder was cancelled.
95
+ */
96
+ "timeCanceled"?: Date;
97
+ }
98
+ export declare namespace MacOrder {
99
+ enum Shape {
100
+ M2ProMacMini32Gb1Tb = "M2_PRO_MAC_MINI_32GB_1TB",
101
+ M2UltraMacStudio64Gb4Tb = "M2_ULTRA_MAC_STUDIO_64GB_4TB",
102
+ M2UltraMacStudio192Gb4Tb = "M2_ULTRA_MAC_STUDIO_192GB_4TB",
103
+ M4ProMacMini64Gb2Tb = "M4_PRO_MAC_MINI_64GB_2TB",
104
+ M4ProMacMini64Gb4Tb = "M4_PRO_MAC_MINI_64GB_4TB",
105
+ /**
106
+ * This value is used if a service returns a value for this enum that is not recognized by this
107
+ * version of the SDK.
108
+ */
109
+ UnknownValue = "UNKNOWN_VALUE"
110
+ }
111
+ enum CommitmentTerm {
112
+ Years3 = "YEARS_3",
113
+ /**
114
+ * This value is used if a service returns a value for this enum that is not recognized by this
115
+ * version of the SDK.
116
+ */
117
+ UnknownValue = "UNKNOWN_VALUE"
118
+ }
119
+ enum OrderStatus {
120
+ Submitted = "SUBMITTED",
121
+ PendingDocusign = "PENDING_DOCUSIGN",
122
+ OrderReview = "ORDER_REVIEW",
123
+ CustomerReview = "CUSTOMER_REVIEW",
124
+ CustomerApproved = "CUSTOMER_APPROVED",
125
+ FundingApproved = "FUNDING_APPROVED",
126
+ Provisioning = "PROVISIONING",
127
+ CustomerAccepted = "CUSTOMER_ACCEPTED",
128
+ Completed = "COMPLETED",
129
+ Canceled = "CANCELED",
130
+ /**
131
+ * This value is used if a service returns a value for this enum that is not recognized by this
132
+ * version of the SDK.
133
+ */
134
+ UnknownValue = "UNKNOWN_VALUE"
135
+ }
136
+ enum LifecycleState {
137
+ Creating = "CREATING",
138
+ Updating = "UPDATING",
139
+ Active = "ACTIVE",
140
+ NeedsAttention = "NEEDS_ATTENTION",
141
+ Deleting = "DELETING",
142
+ Deleted = "DELETED",
143
+ Failed = "FAILED",
144
+ /**
145
+ * This value is used if a service returns a value for this enum that is not recognized by this
146
+ * version of the SDK.
147
+ */
148
+ UnknownValue = "UNKNOWN_VALUE"
149
+ }
150
+ function getJsonObj(obj: MacOrder): object;
151
+ function getDeserializedJsonObj(obj: MacOrder): object;
152
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Managed Services for Mac API
4
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
5
+ * OpenAPI spec version: 20250320
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.MacOrder = void 0;
16
+ var MacOrder;
17
+ (function (MacOrder) {
18
+ let Shape;
19
+ (function (Shape) {
20
+ Shape["M2ProMacMini32Gb1Tb"] = "M2_PRO_MAC_MINI_32GB_1TB";
21
+ Shape["M2UltraMacStudio64Gb4Tb"] = "M2_ULTRA_MAC_STUDIO_64GB_4TB";
22
+ Shape["M2UltraMacStudio192Gb4Tb"] = "M2_ULTRA_MAC_STUDIO_192GB_4TB";
23
+ Shape["M4ProMacMini64Gb2Tb"] = "M4_PRO_MAC_MINI_64GB_2TB";
24
+ Shape["M4ProMacMini64Gb4Tb"] = "M4_PRO_MAC_MINI_64GB_4TB";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ Shape["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(Shape = MacOrder.Shape || (MacOrder.Shape = {}));
31
+ let CommitmentTerm;
32
+ (function (CommitmentTerm) {
33
+ CommitmentTerm["Years3"] = "YEARS_3";
34
+ /**
35
+ * This value is used if a service returns a value for this enum that is not recognized by this
36
+ * version of the SDK.
37
+ */
38
+ CommitmentTerm["UnknownValue"] = "UNKNOWN_VALUE";
39
+ })(CommitmentTerm = MacOrder.CommitmentTerm || (MacOrder.CommitmentTerm = {}));
40
+ let OrderStatus;
41
+ (function (OrderStatus) {
42
+ OrderStatus["Submitted"] = "SUBMITTED";
43
+ OrderStatus["PendingDocusign"] = "PENDING_DOCUSIGN";
44
+ OrderStatus["OrderReview"] = "ORDER_REVIEW";
45
+ OrderStatus["CustomerReview"] = "CUSTOMER_REVIEW";
46
+ OrderStatus["CustomerApproved"] = "CUSTOMER_APPROVED";
47
+ OrderStatus["FundingApproved"] = "FUNDING_APPROVED";
48
+ OrderStatus["Provisioning"] = "PROVISIONING";
49
+ OrderStatus["CustomerAccepted"] = "CUSTOMER_ACCEPTED";
50
+ OrderStatus["Completed"] = "COMPLETED";
51
+ OrderStatus["Canceled"] = "CANCELED";
52
+ /**
53
+ * This value is used if a service returns a value for this enum that is not recognized by this
54
+ * version of the SDK.
55
+ */
56
+ OrderStatus["UnknownValue"] = "UNKNOWN_VALUE";
57
+ })(OrderStatus = MacOrder.OrderStatus || (MacOrder.OrderStatus = {}));
58
+ let LifecycleState;
59
+ (function (LifecycleState) {
60
+ LifecycleState["Creating"] = "CREATING";
61
+ LifecycleState["Updating"] = "UPDATING";
62
+ LifecycleState["Active"] = "ACTIVE";
63
+ LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
64
+ LifecycleState["Deleting"] = "DELETING";
65
+ LifecycleState["Deleted"] = "DELETED";
66
+ LifecycleState["Failed"] = "FAILED";
67
+ /**
68
+ * This value is used if a service returns a value for this enum that is not recognized by this
69
+ * version of the SDK.
70
+ */
71
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
72
+ })(LifecycleState = MacOrder.LifecycleState || (MacOrder.LifecycleState = {}));
73
+ function getJsonObj(obj) {
74
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
75
+ return jsonObj;
76
+ }
77
+ MacOrder.getJsonObj = getJsonObj;
78
+ function getDeserializedJsonObj(obj) {
79
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
80
+ return jsonObj;
81
+ }
82
+ MacOrder.getDeserializedJsonObj = getDeserializedJsonObj;
83
+ })(MacOrder = exports.MacOrder || (exports.MacOrder = {}));
84
+ //# sourceMappingURL=mac-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mac-order.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/mac-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2FH,IAAiB,QAAQ,CAkExB;AAlED,WAAiB,QAAQ;IACvB,IAAY,KAWX;IAXD,WAAY,KAAK;QACf,yDAAgD,CAAA;QAChD,iEAAwD,CAAA;QACxD,mEAA0D,CAAA;QAC1D,yDAAgD,CAAA;QAChD,yDAAgD,CAAA;QAChD;;;WAGG;QACH,uCAA8B,CAAA;IAChC,CAAC,EAXW,KAAK,GAAL,cAAK,KAAL,cAAK,QAWhB;IAED,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,oCAAkB,CAAA;QAClB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAPW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAOzB;IAED,IAAY,WAgBX;IAhBD,WAAY,WAAW;QACrB,sCAAuB,CAAA;QACvB,mDAAoC,CAAA;QACpC,2CAA4B,CAAA;QAC5B,iDAAkC,CAAA;QAClC,qDAAsC,CAAA;QACtC,mDAAoC,CAAA;QACpC,4CAA6B,CAAA;QAC7B,qDAAsC,CAAA;QACtC,sCAAuB,CAAA;QACvB,oCAAqB,CAAA;QACrB;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAhBW,WAAW,GAAX,oBAAW,KAAX,oBAAW,QAgBtB;IAED,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAlEgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAkExB"}
@@ -0,0 +1,89 @@
1
+ /**
2
+ * OCI Managed Services for Mac API
3
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
4
+ * OpenAPI spec version: 20250320
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ * Represents a MacDevice resource.
15
+ */
16
+ export interface NodeConfig {
17
+ /**
18
+ * The serial number of the MacDevice.
19
+ */
20
+ "serialNumber": string;
21
+ /**
22
+ * The macAddress.
23
+ */
24
+ "macAddress": string;
25
+ /**
26
+ * The switchHostname.
27
+ */
28
+ "switchHostname": string;
29
+ /**
30
+ * The switchEthPort.
31
+ */
32
+ "switchEthPort": string;
33
+ /**
34
+ * The ipKvmHostname.
35
+ */
36
+ "ipKvmHostname": string;
37
+ /**
38
+ * The ipKvmPortNumber. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
39
+ */
40
+ "ipKvmPortNumber": number;
41
+ /**
42
+ * The pduHostname.
43
+ */
44
+ "pduHostname": string;
45
+ /**
46
+ * The pduPort. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
47
+ */
48
+ "pduPort": number;
49
+ /**
50
+ * The buildVlanId. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
51
+ */
52
+ "buildVlanId": number;
53
+ /**
54
+ * The buildIpAddress.
55
+ */
56
+ "buildIpAddress": string;
57
+ /**
58
+ * The prodVlanId. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
+ */
60
+ "prodVlanId": number;
61
+ /**
62
+ * The prodIpAddress.
63
+ */
64
+ "prodIpAddress": string;
65
+ /**
66
+ * The rackLocation.
67
+ */
68
+ "rackLocation": string;
69
+ /**
70
+ * The chipSetn.
71
+ */
72
+ "chipSet": string;
73
+ /**
74
+ * The osVersion.
75
+ */
76
+ "osVersion": string;
77
+ /**
78
+ * The macOrderId.
79
+ */
80
+ "macOrderId": string;
81
+ /**
82
+ * The tenancyId.
83
+ */
84
+ "tenancyId": string;
85
+ }
86
+ export declare namespace NodeConfig {
87
+ function getJsonObj(obj: NodeConfig): object;
88
+ function getDeserializedJsonObj(obj: NodeConfig): object;
89
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Managed Services for Mac API
4
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
5
+ * OpenAPI spec version: 20250320
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.NodeConfig = void 0;
16
+ var NodeConfig;
17
+ (function (NodeConfig) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ NodeConfig.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ NodeConfig.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(NodeConfig = exports.NodeConfig || (exports.NodeConfig = {}));
29
+ //# sourceMappingURL=node-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-config.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/node-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,UAAU,CAW1B;AAXD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAW1B"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * OCI Managed Services for Mac API
3
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
4
+ * OpenAPI spec version: 20250320
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ * The status of the work request.
15
+ **/
16
+ export declare enum OperationStatus {
17
+ Accepted = "ACCEPTED",
18
+ InProgress = "IN_PROGRESS",
19
+ Waiting = "WAITING",
20
+ NeedsAttention = "NEEDS_ATTENTION",
21
+ Failed = "FAILED",
22
+ Succeeded = "SUCCEEDED",
23
+ Canceling = "CANCELING",
24
+ Canceled = "CANCELED",
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ UnknownValue = "UNKNOWN_VALUE"
30
+ }
31
+ export declare namespace OperationStatus {
32
+ function getJsonObj(obj: OperationStatus): OperationStatus;
33
+ function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
34
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Managed Services for Mac API
4
+ * Use the OCI Managed Services for Mac API to create and manage orders for dedicated, partially-managed Mac servers hosted in an OCI Data Center. For more information, see the user guide documentation for the [OCI Managed Services for Mac]()
5
+ * OpenAPI spec version: 20250320
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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.OperationStatus = void 0;
16
+ /**
17
+ * The status of the work request.
18
+ **/
19
+ var OperationStatus;
20
+ (function (OperationStatus) {
21
+ OperationStatus["Accepted"] = "ACCEPTED";
22
+ OperationStatus["InProgress"] = "IN_PROGRESS";
23
+ OperationStatus["Waiting"] = "WAITING";
24
+ OperationStatus["NeedsAttention"] = "NEEDS_ATTENTION";
25
+ OperationStatus["Failed"] = "FAILED";
26
+ OperationStatus["Succeeded"] = "SUCCEEDED";
27
+ OperationStatus["Canceling"] = "CANCELING";
28
+ OperationStatus["Canceled"] = "CANCELED";
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
35
+ (function (OperationStatus) {
36
+ function getJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ OperationStatus.getJsonObj = getJsonObj;
40
+ function getDeserializedJsonObj(obj) {
41
+ return obj;
42
+ }
43
+ OperationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
44
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
45
+ //# sourceMappingURL=operation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,qDAAkC,CAAA;IAClC,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAfW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAe1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}