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.WorkRequestSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestSummary;
37
+ (function (WorkRequestSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "resources": obj.resources
41
+ ? obj.resources.map(item => {
42
+ return model.WorkRequestResource.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestSummary.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "resources": obj.resources
52
+ ? obj.resources.map(item => {
53
+ return model.WorkRequestResource.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestSummary = exports.WorkRequestSummary || (exports.WorkRequestSummary = {}));
61
+ //# sourceMappingURL=work-request-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4DlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,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;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,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;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -0,0 +1,76 @@
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
+ import * as model from "../model";
14
+ /**
15
+ * An asynchronous work request. Work requests help you monitor long-running operations. When you start a long-running operation,
16
+ * the service creates a work request. A work request is an activity log that lets you track each step in the operation's
17
+ * progress. Each work request has an OCID that lets you interact with it programmatically and use it for automation.
18
+ *
19
+ */
20
+ export interface WorkRequest {
21
+ /**
22
+ * The asynchronous operation tracked by this work request.
23
+ */
24
+ "operationType": model.OperationType;
25
+ /**
26
+ * The status of the work request.
27
+ */
28
+ "status": model.OperationStatus;
29
+ /**
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
31
+ */
32
+ "id": string;
33
+ /**
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
35
+ *
36
+ */
37
+ "compartmentId": string;
38
+ /**
39
+ * The resources that are affected by the work request.
40
+ */
41
+ "resources": Array<model.WorkRequestResource>;
42
+ /**
43
+ * Shows the progress of the operation tracked by the work request, as a percentage of the total work
44
+ * that must be performed.
45
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
+ */
47
+ "percentComplete": number;
48
+ /**
49
+ * The date and time the work request was created, in the format defined by
50
+ * [RFC 3339](https://tools.ietf.org/html/rfc3339).
51
+ *
52
+ */
53
+ "timeAccepted": Date;
54
+ /**
55
+ * The date and time the work request was started, in the format defined by
56
+ * [RFC 3339](https://tools.ietf.org/html/rfc3339).
57
+ *
58
+ */
59
+ "timeStarted"?: Date;
60
+ /**
61
+ * The date and time the work request was finished, in the format defined by
62
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
63
+ *
64
+ */
65
+ "timeFinished"?: Date;
66
+ /**
67
+ * The date and time the work request was updated, in the format defined by
68
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
69
+ *
70
+ */
71
+ "timeUpdated"?: Date;
72
+ }
73
+ export declare namespace WorkRequest {
74
+ function getJsonObj(obj: WorkRequest): object;
75
+ function getDeserializedJsonObj(obj: WorkRequest): object;
76
+ }
@@ -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.WorkRequest = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequest;
37
+ (function (WorkRequest) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "resources": obj.resources
41
+ ? obj.resources.map(item => {
42
+ return model.WorkRequestResource.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequest.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "resources": obj.resources
52
+ ? obj.resources.map(item => {
53
+ return model.WorkRequestResource.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
61
+ //# sourceMappingURL=work-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+DlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,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;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,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;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ *
3
+ *
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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/CancelMacOrder.ts.html |here} to see how to use CancelMacOrderRequest.
17
+ */
18
+ export interface CancelMacOrderRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
21
+ */
22
+ "macOrderId": string;
23
+ /**
24
+ * The information to cancel a MacOrder.
25
+ */
26
+ "cancelMacOrderDetails"?: model.CancelMacOrderDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
29
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
30
+ * that resource. The resource will be updated or deleted only if the etag you provide
31
+ * matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle-assigned identifier for the request. If you need to contact
37
+ * Oracle about a particular request, please provide the request ID.
38
+ * The only valid characters for request IDs are letters, numbers,
39
+ * underscore, and dash.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ /**
44
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
45
+ * server error without risk of running that same action again. Retry tokens expire after 24
46
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
47
+ * has been deleted and removed from the system, then a retry of the original creation request
48
+ * might be rejected.
49
+ *
50
+ */
51
+ "opcRetryToken"?: string;
52
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=cancel-mac-order-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-mac-order-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/cancel-mac-order-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
+ */
17
+ export interface CancelWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=cancel-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/ChangeMacOrderCompartment.ts.html |here} to see how to use ChangeMacOrderCompartmentRequest.
17
+ */
18
+ export interface ChangeMacOrderCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
21
+ */
22
+ "macOrderId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "changeMacOrderCompartmentDetails": model.ChangeMacOrderCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
29
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
30
+ * that resource. The resource will be updated or deleted only if the etag you provide
31
+ * matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle-assigned identifier for the request. If you need to contact
37
+ * Oracle about a particular request, please provide the request ID.
38
+ * The only valid characters for request IDs are letters, numbers,
39
+ * underscore, and dash.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=change-mac-order-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-mac-order-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/change-mac-order-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/CreateMacOrder.ts.html |here} to see how to use CreateMacOrderRequest.
17
+ */
18
+ export interface CreateMacOrderRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new MacOrder.
21
+ */
22
+ "createMacOrderDetails": model.CreateMacOrderDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of running that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and removed from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * Unique Oracle-assigned identifier for the request. If you need to contact
34
+ * Oracle about a particular request, please provide the request ID.
35
+ * The only valid characters for request IDs are letters, numbers,
36
+ * underscore, and dash.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=create-mac-order-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-mac-order-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/create-mac-order-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/GetMacDevice.ts.html |here} to see how to use GetMacDeviceRequest.
16
+ */
17
+ export interface GetMacDeviceRequest extends common.BaseRequest {
18
+ /**
19
+ * The UUID of the MacDevice.
20
+ */
21
+ "macDeviceId": string;
22
+ /**
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
24
+ */
25
+ "macOrderId": string;
26
+ /**
27
+ * Unique Oracle-assigned identifier for the request. If you need to contact
28
+ * Oracle about a particular request, please provide the request ID.
29
+ * The only valid characters for request IDs are letters, numbers,
30
+ * underscore, and dash.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=get-mac-device-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mac-device-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/get-mac-device-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/GetMacOrder.ts.html |here} to see how to use GetMacOrderRequest.
16
+ */
17
+ export interface GetMacOrderRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder.
20
+ */
21
+ "macOrderId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=get-mac-order-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-mac-order-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/get-mac-order-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mngdmac/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
+ */
17
+ export interface GetWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=get-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/mngdmac/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}