oci-fleetsoftwareupdate 2.125.2 → 2.126.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 (83) hide show
  1. package/lib/client.d.ts +61 -0
  2. package/lib/client.js +396 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/fleetsoftwareupdate-waiter.d.ts +8 -0
  5. package/lib/fleetsoftwareupdate-waiter.js +12 -0
  6. package/lib/fleetsoftwareupdate-waiter.js.map +1 -1
  7. package/lib/model/change-fsu-readiness-check-compartment-details.d.ts +30 -0
  8. package/lib/model/change-fsu-readiness-check-compartment-details.js +31 -0
  9. package/lib/model/change-fsu-readiness-check-compartment-details.js.map +1 -0
  10. package/lib/model/create-fsu-readiness-check-details.d.ts +53 -0
  11. package/lib/model/create-fsu-readiness-check-details.js +70 -0
  12. package/lib/model/create-fsu-readiness-check-details.js.map +1 -0
  13. package/lib/model/create-target-fsu-readiness-check-details.d.ts +33 -0
  14. package/lib/model/create-target-fsu-readiness-check-details.js +68 -0
  15. package/lib/model/create-target-fsu-readiness-check-details.js.map +1 -0
  16. package/lib/model/fsu-readiness-check-collection.d.ts +30 -0
  17. package/lib/model/fsu-readiness-check-collection.js +63 -0
  18. package/lib/model/fsu-readiness-check-collection.js.map +1 -0
  19. package/lib/model/fsu-readiness-check-summary.d.ts +106 -0
  20. package/lib/model/fsu-readiness-check-summary.js +31 -0
  21. package/lib/model/fsu-readiness-check-summary.js.map +1 -0
  22. package/lib/model/fsu-readiness-check.d.ts +126 -0
  23. package/lib/model/fsu-readiness-check.js +100 -0
  24. package/lib/model/fsu-readiness-check.js.map +1 -0
  25. package/lib/model/index.d.ts +20 -0
  26. package/lib/model/index.js +26 -5
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/operation-type.d.ts +2 -0
  29. package/lib/model/operation-type.js +2 -0
  30. package/lib/model/operation-type.js.map +1 -1
  31. package/lib/model/patching-issue-entry.d.ts +44 -0
  32. package/lib/model/patching-issue-entry.js +31 -0
  33. package/lib/model/patching-issue-entry.js.map +1 -0
  34. package/lib/model/readiness-check-target-entry.d.ts +42 -0
  35. package/lib/model/readiness-check-target-entry.js +40 -0
  36. package/lib/model/readiness-check-target-entry.js.map +1 -0
  37. package/lib/model/target-fsu-readiness-check.d.ts +33 -0
  38. package/lib/model/target-fsu-readiness-check.js +68 -0
  39. package/lib/model/target-fsu-readiness-check.js.map +1 -0
  40. package/lib/model/update-fsu-readiness-check-details.d.ts +47 -0
  41. package/lib/model/update-fsu-readiness-check-details.js +31 -0
  42. package/lib/model/update-fsu-readiness-check-details.js.map +1 -0
  43. package/lib/request/change-fsu-readiness-check-compartment-request.d.ts +52 -0
  44. package/lib/request/change-fsu-readiness-check-compartment-request.js +15 -0
  45. package/lib/request/change-fsu-readiness-check-compartment-request.js.map +1 -0
  46. package/lib/request/create-fsu-readiness-check-request.d.ts +38 -0
  47. package/lib/request/create-fsu-readiness-check-request.js +15 -0
  48. package/lib/request/create-fsu-readiness-check-request.js.map +1 -0
  49. package/lib/request/delete-fsu-readiness-check-request.d.ts +37 -0
  50. package/lib/request/delete-fsu-readiness-check-request.js +15 -0
  51. package/lib/request/delete-fsu-readiness-check-request.js.map +1 -0
  52. package/lib/request/get-fsu-readiness-check-request.d.ts +28 -0
  53. package/lib/request/get-fsu-readiness-check-request.js +15 -0
  54. package/lib/request/get-fsu-readiness-check-request.js.map +1 -0
  55. package/lib/request/index.d.ts +12 -0
  56. package/lib/request/index.js +3 -1
  57. package/lib/request/index.js.map +1 -1
  58. package/lib/request/list-fsu-readiness-checks-request.d.ts +74 -0
  59. package/lib/request/list-fsu-readiness-checks-request.js +24 -0
  60. package/lib/request/list-fsu-readiness-checks-request.js.map +1 -0
  61. package/lib/request/update-fsu-readiness-check-request.d.ts +43 -0
  62. package/lib/request/update-fsu-readiness-check-request.js +15 -0
  63. package/lib/request/update-fsu-readiness-check-request.js.map +1 -0
  64. package/lib/response/change-fsu-readiness-check-compartment-response.d.ts +20 -0
  65. package/lib/response/change-fsu-readiness-check-compartment-response.js +15 -0
  66. package/lib/response/change-fsu-readiness-check-compartment-response.js.map +1 -0
  67. package/lib/response/create-fsu-readiness-check-response.d.ts +41 -0
  68. package/lib/response/create-fsu-readiness-check-response.js +15 -0
  69. package/lib/response/create-fsu-readiness-check-response.js.map +1 -0
  70. package/lib/response/delete-fsu-readiness-check-response.d.ts +25 -0
  71. package/lib/response/delete-fsu-readiness-check-response.js +15 -0
  72. package/lib/response/delete-fsu-readiness-check-response.js.map +1 -0
  73. package/lib/response/get-fsu-readiness-check-response.d.ts +30 -0
  74. package/lib/response/get-fsu-readiness-check-response.js +15 -0
  75. package/lib/response/get-fsu-readiness-check-response.js.map +1 -0
  76. package/lib/response/index.d.ts +12 -0
  77. package/lib/response/list-fsu-readiness-checks-response.d.ts +32 -0
  78. package/lib/response/list-fsu-readiness-checks-response.js +15 -0
  79. package/lib/response/list-fsu-readiness-checks-response.js.map +1 -0
  80. package/lib/response/update-fsu-readiness-check-response.d.ts +30 -0
  81. package/lib/response/update-fsu-readiness-check-response.js +15 -0
  82. package/lib/response/update-fsu-readiness-check-response.js.map +1 -0
  83. package/package.json +3 -3
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /**
3
+ * Exadata Fleet Update service API
4
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
5
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
6
+
7
+ * OpenAPI spec version: 20220528
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateFsuReadinessCheckDetails = void 0;
37
+ const model = __importStar(require("../model"));
38
+ const common = require("oci-common");
39
+ var CreateFsuReadinessCheckDetails;
40
+ (function (CreateFsuReadinessCheckDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ if (obj && "type" in obj && obj.type) {
44
+ switch (obj.type) {
45
+ case "TARGET":
46
+ return model.CreateTargetFsuReadinessCheckDetails.getJsonObj(jsonObj, true);
47
+ default:
48
+ if (common.LOG.logger)
49
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
50
+ }
51
+ }
52
+ return jsonObj;
53
+ }
54
+ CreateFsuReadinessCheckDetails.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
57
+ if (obj && "type" in obj && obj.type) {
58
+ switch (obj.type) {
59
+ case "TARGET":
60
+ return model.CreateTargetFsuReadinessCheckDetails.getDeserializedJsonObj(jsonObj, true);
61
+ default:
62
+ if (common.LOG.logger)
63
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
64
+ }
65
+ }
66
+ return jsonObj;
67
+ }
68
+ CreateFsuReadinessCheckDetails.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(CreateFsuReadinessCheckDetails = exports.CreateFsuReadinessCheckDetails || (exports.CreateFsuReadinessCheckDetails = {}));
70
+ //# sourceMappingURL=create-fsu-readiness-check-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-fsu-readiness-check-details.js","sourceRoot":"","sources":["../../../../../lib/fleetsoftwareupdate/lib/model/create-fsu-readiness-check-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiCtC,IAAiB,8BAA8B,CAiC9C;AAjCD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACL,OAAQ,EAC7D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CACjB,OAAQ,EAC7D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAiC9C"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Exadata Fleet Update service API
3
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
4
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
5
+
6
+ * OpenAPI spec version: 20220528
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ import * as model from "../model";
16
+ /**
17
+ * Details to create an Exadata Fleet Update Readiness Check for one or more target resources.
18
+ *
19
+ */
20
+ export interface CreateTargetFsuReadinessCheckDetails extends model.CreateFsuReadinessCheckDetails {
21
+ /**
22
+ * List of targets that will run the Exadata Fleet Update Readiness Check.
23
+ * The targets have to be of the same entity type.
24
+ *
25
+ */
26
+ "targets"?: Array<model.ReadinessCheckTargetEntry>;
27
+ "type": string;
28
+ }
29
+ export declare namespace CreateTargetFsuReadinessCheckDetails {
30
+ function getJsonObj(obj: CreateTargetFsuReadinessCheckDetails, isParentJsonObj?: boolean): object;
31
+ const type = "TARGET";
32
+ function getDeserializedJsonObj(obj: CreateTargetFsuReadinessCheckDetails, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Exadata Fleet Update service API
4
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
5
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
6
+
7
+ * OpenAPI spec version: 20220528
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateTargetFsuReadinessCheckDetails = void 0;
37
+ const model = __importStar(require("../model"));
38
+ var CreateTargetFsuReadinessCheckDetails;
39
+ (function (CreateTargetFsuReadinessCheckDetails) {
40
+ function getJsonObj(obj, isParentJsonObj) {
41
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
42
+ ? obj
43
+ : model.CreateFsuReadinessCheckDetails.getJsonObj(obj))), {
44
+ "targets": obj.targets
45
+ ? obj.targets.map(item => {
46
+ return model.ReadinessCheckTargetEntry.getJsonObj(item);
47
+ })
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ CreateTargetFsuReadinessCheckDetails.getJsonObj = getJsonObj;
53
+ CreateTargetFsuReadinessCheckDetails.type = "TARGET";
54
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
55
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
56
+ ? obj
57
+ : model.CreateFsuReadinessCheckDetails.getDeserializedJsonObj(obj))), {
58
+ "targets": obj.targets
59
+ ? obj.targets.map(item => {
60
+ return model.ReadinessCheckTargetEntry.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ CreateTargetFsuReadinessCheckDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(CreateTargetFsuReadinessCheckDetails = exports.CreateTargetFsuReadinessCheckDetails || (exports.CreateTargetFsuReadinessCheckDetails = {}));
68
+ //# sourceMappingURL=create-target-fsu-readiness-check-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-target-fsu-readiness-check-details.js","sourceRoot":"","sources":["../../../../../lib/fleetsoftwareupdate/lib/model/create-target-fsu-readiness-check-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,oCAAoC,CA4CpD;AA5CD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CACqC,CAAC,GAC5C;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAU,aAoBzB,CAAA;IACY,yCAAI,GAAG,QAAQ,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CACqC,CAAC,GAC5C;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA4CpD"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Exadata Fleet Update service API
3
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
4
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
5
+
6
+ * OpenAPI spec version: 20220528
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ import * as model from "../model";
16
+ /**
17
+ * List of FsuReadinessCheckSummary objects.
18
+ *
19
+ */
20
+ export interface FsuReadinessCheckCollection {
21
+ /**
22
+ * List of FsuReadinessCheckSummary entries.
23
+ *
24
+ */
25
+ "items": Array<model.FsuReadinessCheckSummary>;
26
+ }
27
+ export declare namespace FsuReadinessCheckCollection {
28
+ function getJsonObj(obj: FsuReadinessCheckCollection): object;
29
+ function getDeserializedJsonObj(obj: FsuReadinessCheckCollection): object;
30
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Exadata Fleet Update service API
4
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
5
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
6
+
7
+ * OpenAPI spec version: 20220528
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.FsuReadinessCheckCollection = void 0;
37
+ const model = __importStar(require("../model"));
38
+ var FsuReadinessCheckCollection;
39
+ (function (FsuReadinessCheckCollection) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {
42
+ "items": obj.items
43
+ ? obj.items.map(item => {
44
+ return model.FsuReadinessCheckSummary.getJsonObj(item);
45
+ })
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ FsuReadinessCheckCollection.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {
53
+ "items": obj.items
54
+ ? obj.items.map(item => {
55
+ return model.FsuReadinessCheckSummary.getDeserializedJsonObj(item);
56
+ })
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ FsuReadinessCheckCollection.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(FsuReadinessCheckCollection = exports.FsuReadinessCheckCollection || (exports.FsuReadinessCheckCollection = {}));
63
+ //# sourceMappingURL=fsu-readiness-check-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fsu-readiness-check-collection.js","sourceRoot":"","sources":["../../../../../lib/fleetsoftwareupdate/lib/model/fsu-readiness-check-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,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,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,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,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
@@ -0,0 +1,106 @@
1
+ /**
2
+ * Exadata Fleet Update service API
3
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
4
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
5
+
6
+ * OpenAPI spec version: 20220528
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ /**
16
+ * Exadata Fleet Update Readiness Check Resource.
17
+ *
18
+ */
19
+ export interface FsuReadinessCheckSummary {
20
+ /**
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Readiness Check.
22
+ *
23
+ */
24
+ "id": string;
25
+ /**
26
+ * The user-friendly name for the Exadata Fleet Update Readiness Check resource.
27
+ *
28
+ */
29
+ "displayName": string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Compartment.
32
+ *
33
+ */
34
+ "compartmentId": string;
35
+ /**
36
+ * Type of Exadata Fleet Update Readiness Check.
37
+ *
38
+ */
39
+ "type": string;
40
+ /**
41
+ * Number of issues found during the Exadata Fleet Update Readiness Check run.
42
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
+ */
44
+ "issueCount": number;
45
+ /**
46
+ * The date and time the Exadata Fleet Update Readiness Check was created, as described in
47
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
48
+ *
49
+ */
50
+ "timeCreated": Date;
51
+ /**
52
+ * The date and time the Exadata Fleet Update Readiness Check was updated,
53
+ * as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
54
+ * section 14.29.
55
+ *
56
+ */
57
+ "timeUpdated"?: Date;
58
+ /**
59
+ * The date and time the Exadata Fleet Update Readiness Check was finished,
60
+ * as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
61
+ *
62
+ */
63
+ "timeFinished"?: Date;
64
+ /**
65
+ * The current state of the Exadata Fleet Update Readiness Check.
66
+ */
67
+ "lifecycleState": string;
68
+ /**
69
+ * A message describing the current state in more detail.
70
+ * For example, can be used to provide actionable information for a resource in Failed state.
71
+ *
72
+ */
73
+ "lifecycleDetails"?: string;
74
+ /**
75
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
76
+ * Example: {@code {\"bar-key\": \"value\"}}
77
+ *
78
+ */
79
+ "freeformTags"?: {
80
+ [key: string]: string;
81
+ };
82
+ /**
83
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
84
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
85
+ *
86
+ */
87
+ "definedTags"?: {
88
+ [key: string]: {
89
+ [key: string]: any;
90
+ };
91
+ };
92
+ /**
93
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
94
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
95
+ *
96
+ */
97
+ "systemTags"?: {
98
+ [key: string]: {
99
+ [key: string]: any;
100
+ };
101
+ };
102
+ }
103
+ export declare namespace FsuReadinessCheckSummary {
104
+ function getJsonObj(obj: FsuReadinessCheckSummary): object;
105
+ function getDeserializedJsonObj(obj: FsuReadinessCheckSummary): object;
106
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * Exadata Fleet Update service API
4
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
5
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
6
+
7
+ * OpenAPI spec version: 20220528
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.FsuReadinessCheckSummary = void 0;
18
+ var FsuReadinessCheckSummary;
19
+ (function (FsuReadinessCheckSummary) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ FsuReadinessCheckSummary.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ FsuReadinessCheckSummary.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(FsuReadinessCheckSummary = exports.FsuReadinessCheckSummary || (exports.FsuReadinessCheckSummary = {}));
31
+ //# sourceMappingURL=fsu-readiness-check-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fsu-readiness-check-summary.js","sourceRoot":"","sources":["../../../../../lib/fleetsoftwareupdate/lib/model/fsu-readiness-check-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAoFH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,126 @@
1
+ /**
2
+ * Exadata Fleet Update service API
3
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
4
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
5
+
6
+ * OpenAPI spec version: 20220528
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ import * as model from "../model";
16
+ /**
17
+ * Exadata Fleet Update Readiness Check resource details.
18
+ *
19
+ */
20
+ export interface FsuReadinessCheck {
21
+ /**
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Readiness Check.
23
+ *
24
+ */
25
+ "id": string;
26
+ /**
27
+ * The user-friendly name for the Exadata Fleet Update Readiness Check resource.
28
+ *
29
+ */
30
+ "displayName": string;
31
+ /**
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Compartment.
33
+ *
34
+ */
35
+ "compartmentId": string;
36
+ /**
37
+ * Number of issues found during the Exadata Fleet Update Readiness Check run.
38
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
39
+ */
40
+ "issueCount": number;
41
+ /**
42
+ * Issues found during the Exadata Fleet Update Readiness Check run.
43
+ *
44
+ */
45
+ "issues"?: Array<model.PatchingIssueEntry>;
46
+ /**
47
+ * The date and time the Exadata Fleet Update Readiness Check was created, as described in
48
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
49
+ *
50
+ */
51
+ "timeCreated": Date;
52
+ /**
53
+ * The date and time the Exadata Fleet Update Readiness Check was updated,
54
+ * as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
55
+ * section 14.29.
56
+ *
57
+ */
58
+ "timeUpdated"?: Date;
59
+ /**
60
+ * The date and time the Exadata Fleet Update Readiness Check was finished,
61
+ * as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
62
+ *
63
+ */
64
+ "timeFinished"?: Date;
65
+ /**
66
+ * Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
67
+ *
68
+ */
69
+ "lifecycleState": FsuReadinessCheck.LifecycleState;
70
+ /**
71
+ * A message describing the current state in more detail.
72
+ * For example, can be used to provide actionable information for a resource in Failed state.
73
+ *
74
+ */
75
+ "lifecycleDetails"?: string;
76
+ /**
77
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
78
+ * Example: {@code {\"bar-key\": \"value\"}}
79
+ *
80
+ */
81
+ "freeformTags"?: {
82
+ [key: string]: string;
83
+ };
84
+ /**
85
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
86
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
87
+ *
88
+ */
89
+ "definedTags"?: {
90
+ [key: string]: {
91
+ [key: string]: any;
92
+ };
93
+ };
94
+ /**
95
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
96
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
97
+ *
98
+ */
99
+ "systemTags"?: {
100
+ [key: string]: {
101
+ [key: string]: any;
102
+ };
103
+ };
104
+ "type": string;
105
+ }
106
+ export declare namespace FsuReadinessCheck {
107
+ enum LifecycleState {
108
+ Accepted = "ACCEPTED",
109
+ InProgress = "IN_PROGRESS",
110
+ Failed = "FAILED",
111
+ NeedsAttention = "NEEDS_ATTENTION",
112
+ Succeeded = "SUCCEEDED",
113
+ Waiting = "WAITING",
114
+ Canceling = "CANCELING",
115
+ Canceled = "CANCELED",
116
+ Deleting = "DELETING",
117
+ Deleted = "DELETED",
118
+ /**
119
+ * This value is used if a service returns a value for this enum that is not recognized by this
120
+ * version of the SDK.
121
+ */
122
+ UnknownValue = "UNKNOWN_VALUE"
123
+ }
124
+ function getJsonObj(obj: FsuReadinessCheck): object;
125
+ function getDeserializedJsonObj(obj: FsuReadinessCheck): object;
126
+ }
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ /**
3
+ * Exadata Fleet Update service API
4
+ * Use the Exadata Fleet Update service to patch large collections of components directly,
5
+ as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.
6
+
7
+ * OpenAPI spec version: 20220528
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.FsuReadinessCheck = void 0;
37
+ const model = __importStar(require("../model"));
38
+ const common = require("oci-common");
39
+ var FsuReadinessCheck;
40
+ (function (FsuReadinessCheck) {
41
+ let LifecycleState;
42
+ (function (LifecycleState) {
43
+ LifecycleState["Accepted"] = "ACCEPTED";
44
+ LifecycleState["InProgress"] = "IN_PROGRESS";
45
+ LifecycleState["Failed"] = "FAILED";
46
+ LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
47
+ LifecycleState["Succeeded"] = "SUCCEEDED";
48
+ LifecycleState["Waiting"] = "WAITING";
49
+ LifecycleState["Canceling"] = "CANCELING";
50
+ LifecycleState["Canceled"] = "CANCELED";
51
+ LifecycleState["Deleting"] = "DELETING";
52
+ LifecycleState["Deleted"] = "DELETED";
53
+ /**
54
+ * This value is used if a service returns a value for this enum that is not recognized by this
55
+ * version of the SDK.
56
+ */
57
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
58
+ })(LifecycleState = FsuReadinessCheck.LifecycleState || (FsuReadinessCheck.LifecycleState = {}));
59
+ function getJsonObj(obj) {
60
+ const jsonObj = Object.assign(Object.assign({}, obj), {
61
+ "issues": obj.issues
62
+ ? obj.issues.map(item => {
63
+ return model.PatchingIssueEntry.getJsonObj(item);
64
+ })
65
+ : undefined
66
+ });
67
+ if (obj && "type" in obj && obj.type) {
68
+ switch (obj.type) {
69
+ case "TARGET":
70
+ return model.TargetFsuReadinessCheck.getJsonObj(jsonObj, true);
71
+ default:
72
+ if (common.LOG.logger)
73
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
74
+ }
75
+ }
76
+ return jsonObj;
77
+ }
78
+ FsuReadinessCheck.getJsonObj = getJsonObj;
79
+ function getDeserializedJsonObj(obj) {
80
+ const jsonObj = Object.assign(Object.assign({}, obj), {
81
+ "issues": obj.issues
82
+ ? obj.issues.map(item => {
83
+ return model.PatchingIssueEntry.getDeserializedJsonObj(item);
84
+ })
85
+ : undefined
86
+ });
87
+ if (obj && "type" in obj && obj.type) {
88
+ switch (obj.type) {
89
+ case "TARGET":
90
+ return model.TargetFsuReadinessCheck.getDeserializedJsonObj(jsonObj, true);
91
+ default:
92
+ if (common.LOG.logger)
93
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
94
+ }
95
+ }
96
+ return jsonObj;
97
+ }
98
+ FsuReadinessCheck.getDeserializedJsonObj = getDeserializedJsonObj;
99
+ })(FsuReadinessCheck = exports.FsuReadinessCheck || (exports.FsuReadinessCheck = {}));
100
+ //# sourceMappingURL=fsu-readiness-check.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fsu-readiness-check.js","sourceRoot":"","sources":["../../../../../lib/fleetsoftwareupdate/lib/model/fsu-readiness-check.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAoFtC,IAAiB,iBAAiB,CAqEjC;AArED,WAAiB,iBAAiB;IAChC,IAAY,cAgBX;IAhBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,yCAAuB,CAAA;QACvB,qCAAmB,CAAA;QACnB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAhBW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAgBzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACL,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,4BAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACjB,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,wCAAsB,yBAwBrC,CAAA;AACH,CAAC,EArEgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAqEjC"}