oci-resourcescheduler 2.86.3

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 (182) 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 +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +215 -0
  9. package/lib/client.js +1060 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/compartment-id-resource-filter.d.ts +32 -0
  15. package/lib/model/compartment-id-resource-filter.js +54 -0
  16. package/lib/model/compartment-id-resource-filter.js.map +1 -0
  17. package/lib/model/create-schedule-details.d.ts +100 -0
  18. package/lib/model/create-schedule-details.js +81 -0
  19. package/lib/model/create-schedule-details.js.map +1 -0
  20. package/lib/model/defined-tag-filter-value.d.ts +33 -0
  21. package/lib/model/defined-tag-filter-value.js +29 -0
  22. package/lib/model/defined-tag-filter-value.js.map +1 -0
  23. package/lib/model/defined-tags-resource-filter.d.ts +28 -0
  24. package/lib/model/defined-tags-resource-filter.js +66 -0
  25. package/lib/model/defined-tags-resource-filter.js.map +1 -0
  26. package/lib/model/index.d.ts +66 -0
  27. package/lib/model/index.js +89 -0
  28. package/lib/model/index.js.map +1 -0
  29. package/lib/model/lifecycle-state-resource-filter.d.ts +28 -0
  30. package/lib/model/lifecycle-state-resource-filter.js +54 -0
  31. package/lib/model/lifecycle-state-resource-filter.js.map +1 -0
  32. package/lib/model/operation-status.d.ts +34 -0
  33. package/lib/model/operation-status.js +45 -0
  34. package/lib/model/operation-status.js.map +1 -0
  35. package/lib/model/operation-type.d.ts +31 -0
  36. package/lib/model/operation-type.js +42 -0
  37. package/lib/model/operation-type.js.map +1 -0
  38. package/lib/model/resource-filter.d.ts +22 -0
  39. package/lib/model/resource-filter.js +84 -0
  40. package/lib/model/resource-filter.js.map +1 -0
  41. package/lib/model/resource-type-collection.d.ts +27 -0
  42. package/lib/model/resource-type-collection.js +61 -0
  43. package/lib/model/resource-type-collection.js.map +1 -0
  44. package/lib/model/resource-type-resource-filter.d.ts +28 -0
  45. package/lib/model/resource-type-resource-filter.js +54 -0
  46. package/lib/model/resource-type-resource-filter.js.map +1 -0
  47. package/lib/model/resource-type.d.ts +27 -0
  48. package/lib/model/resource-type.js +29 -0
  49. package/lib/model/resource-type.js.map +1 -0
  50. package/lib/model/resource.d.ts +42 -0
  51. package/lib/model/resource.js +29 -0
  52. package/lib/model/resource.js.map +1 -0
  53. package/lib/model/schedule-collection.d.ts +26 -0
  54. package/lib/model/schedule-collection.js +61 -0
  55. package/lib/model/schedule-collection.js.map +1 -0
  56. package/lib/model/schedule-summary.d.ts +161 -0
  57. package/lib/model/schedule-summary.js +91 -0
  58. package/lib/model/schedule-summary.js.map +1 -0
  59. package/lib/model/schedule.d.ts +177 -0
  60. package/lib/model/schedule.js +106 -0
  61. package/lib/model/schedule.js.map +1 -0
  62. package/lib/model/sort-order.d.ts +25 -0
  63. package/lib/model/sort-order.js +36 -0
  64. package/lib/model/sort-order.js.map +1 -0
  65. package/lib/model/time-created-resource-filter.d.ts +42 -0
  66. package/lib/model/time-created-resource-filter.js +65 -0
  67. package/lib/model/time-created-resource-filter.js.map +1 -0
  68. package/lib/model/update-schedule-details.d.ts +96 -0
  69. package/lib/model/update-schedule-details.js +81 -0
  70. package/lib/model/update-schedule-details.js.map +1 -0
  71. package/lib/model/work-request-error-collection.d.ts +26 -0
  72. package/lib/model/work-request-error-collection.js +61 -0
  73. package/lib/model/work-request-error-collection.js.map +1 -0
  74. package/lib/model/work-request-error.d.ts +37 -0
  75. package/lib/model/work-request-error.js +29 -0
  76. package/lib/model/work-request-error.js.map +1 -0
  77. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  78. package/lib/model/work-request-log-entry-collection.js +61 -0
  79. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  80. package/lib/model/work-request-log-entry.d.ts +31 -0
  81. package/lib/model/work-request-log-entry.js +29 -0
  82. package/lib/model/work-request-log-entry.js.map +1 -0
  83. package/lib/model/work-request-resource.d.ts +42 -0
  84. package/lib/model/work-request-resource.js +29 -0
  85. package/lib/model/work-request-resource.js.map +1 -0
  86. package/lib/model/work-request-summary-collection.d.ts +26 -0
  87. package/lib/model/work-request-summary-collection.js +61 -0
  88. package/lib/model/work-request-summary-collection.js.map +1 -0
  89. package/lib/model/work-request-summary.d.ts +73 -0
  90. package/lib/model/work-request-summary.js +61 -0
  91. package/lib/model/work-request-summary.js.map +1 -0
  92. package/lib/model/work-request.d.ts +76 -0
  93. package/lib/model/work-request.js +61 -0
  94. package/lib/model/work-request.js.map +1 -0
  95. package/lib/request/activate-schedule-request.d.ts +47 -0
  96. package/lib/request/activate-schedule-request.js +15 -0
  97. package/lib/request/activate-schedule-request.js.map +1 -0
  98. package/lib/request/cancel-work-request-request.d.ts +38 -0
  99. package/lib/request/cancel-work-request-request.js +15 -0
  100. package/lib/request/cancel-work-request-request.js.map +1 -0
  101. package/lib/request/create-schedule-request.d.ts +40 -0
  102. package/lib/request/create-schedule-request.js +15 -0
  103. package/lib/request/create-schedule-request.js.map +1 -0
  104. package/lib/request/deactivate-schedule-request.d.ts +47 -0
  105. package/lib/request/deactivate-schedule-request.js +15 -0
  106. package/lib/request/deactivate-schedule-request.js.map +1 -0
  107. package/lib/request/delete-schedule-request.d.ts +38 -0
  108. package/lib/request/delete-schedule-request.js +15 -0
  109. package/lib/request/delete-schedule-request.js.map +1 -0
  110. package/lib/request/get-schedule-request.d.ts +30 -0
  111. package/lib/request/get-schedule-request.js +15 -0
  112. package/lib/request/get-schedule-request.js.map +1 -0
  113. package/lib/request/get-work-request-request.d.ts +30 -0
  114. package/lib/request/get-work-request-request.js +15 -0
  115. package/lib/request/get-work-request-request.js.map +1 -0
  116. package/lib/request/index.d.ts +38 -0
  117. package/lib/request/index.js +43 -0
  118. package/lib/request/index.js.map +1 -0
  119. package/lib/request/list-resource-types-request.d.ts +44 -0
  120. package/lib/request/list-resource-types-request.js +15 -0
  121. package/lib/request/list-resource-types-request.js.map +1 -0
  122. package/lib/request/list-schedules-request.d.ts +77 -0
  123. package/lib/request/list-schedules-request.js +26 -0
  124. package/lib/request/list-schedules-request.js.map +1 -0
  125. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  126. package/lib/request/list-work-request-errors-request.js +23 -0
  127. package/lib/request/list-work-request-errors-request.js.map +1 -0
  128. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  129. package/lib/request/list-work-request-logs-request.js +23 -0
  130. package/lib/request/list-work-request-logs-request.js.map +1 -0
  131. package/lib/request/list-work-requests-request.d.ts +75 -0
  132. package/lib/request/list-work-requests-request.js +23 -0
  133. package/lib/request/list-work-requests-request.js.map +1 -0
  134. package/lib/request/update-schedule-request.d.ts +43 -0
  135. package/lib/request/update-schedule-request.js +15 -0
  136. package/lib/request/update-schedule-request.js.map +1 -0
  137. package/lib/response/activate-schedule-response.d.ts +30 -0
  138. package/lib/response/activate-schedule-response.js +15 -0
  139. package/lib/response/activate-schedule-response.js.map +1 -0
  140. package/lib/response/cancel-work-request-response.d.ts +20 -0
  141. package/lib/response/cancel-work-request-response.js +15 -0
  142. package/lib/response/cancel-work-request-response.js.map +1 -0
  143. package/lib/response/create-schedule-response.d.ts +44 -0
  144. package/lib/response/create-schedule-response.js +15 -0
  145. package/lib/response/create-schedule-response.js.map +1 -0
  146. package/lib/response/deactivate-schedule-response.d.ts +30 -0
  147. package/lib/response/deactivate-schedule-response.js +15 -0
  148. package/lib/response/deactivate-schedule-response.js.map +1 -0
  149. package/lib/response/delete-schedule-response.d.ts +20 -0
  150. package/lib/response/delete-schedule-response.js +15 -0
  151. package/lib/response/delete-schedule-response.js.map +1 -0
  152. package/lib/response/get-schedule-response.d.ts +30 -0
  153. package/lib/response/get-schedule-response.js +15 -0
  154. package/lib/response/get-schedule-response.js.map +1 -0
  155. package/lib/response/get-work-request-response.d.ts +34 -0
  156. package/lib/response/get-work-request-response.js +15 -0
  157. package/lib/response/get-work-request-response.js.map +1 -0
  158. package/lib/response/index.d.ts +38 -0
  159. package/lib/response/index.js +15 -0
  160. package/lib/response/index.js.map +1 -0
  161. package/lib/response/list-resource-types-response.d.ts +31 -0
  162. package/lib/response/list-resource-types-response.js +15 -0
  163. package/lib/response/list-resource-types-response.js.map +1 -0
  164. package/lib/response/list-schedules-response.d.ts +31 -0
  165. package/lib/response/list-schedules-response.js +15 -0
  166. package/lib/response/list-schedules-response.js.map +1 -0
  167. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  168. package/lib/response/list-work-request-errors-response.js +15 -0
  169. package/lib/response/list-work-request-errors-response.js.map +1 -0
  170. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  171. package/lib/response/list-work-request-logs-response.js +15 -0
  172. package/lib/response/list-work-request-logs-response.js.map +1 -0
  173. package/lib/response/list-work-requests-response.d.ts +31 -0
  174. package/lib/response/list-work-requests-response.js +15 -0
  175. package/lib/response/list-work-requests-response.js.map +1 -0
  176. package/lib/response/update-schedule-response.d.ts +26 -0
  177. package/lib/response/update-schedule-response.js +15 -0
  178. package/lib/response/update-schedule-response.js.map +1 -0
  179. package/lib/schedule-waiter.d.ts +36 -0
  180. package/lib/schedule-waiter.js +76 -0
  181. package/lib/schedule-waiter.js.map +1 -0
  182. package/package.json +29 -0
@@ -0,0 +1,177 @@
1
+ /**
2
+ * Resource Scheduler API
3
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * A Schedule describes the date and time when an operation will be or has been applied to a set of resources. You must specify either
16
+ * the resources directly or provide a set of resource filters to select the resources.
17
+ * <p>
18
+ To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, contact your
19
+ * administrator. If you're an administrator who needs to write policies to give users access, see
20
+ * [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
21
+ *
22
+ */
23
+ export interface Schedule {
24
+ /**
25
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule
26
+ */
27
+ "id": string;
28
+ /**
29
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the schedule is created
30
+ */
31
+ "compartmentId": string;
32
+ /**
33
+ * This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
34
+ */
35
+ "displayName": string;
36
+ /**
37
+ * This is the description of the schedule.
38
+ */
39
+ "description"?: string;
40
+ /**
41
+ * This is the action that will be executed by the schedule.
42
+ */
43
+ "action": Schedule.Action;
44
+ /**
45
+ * This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting
46
+ * or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
47
+ *
48
+ */
49
+ "recurrenceDetails": string;
50
+ /**
51
+ * Type of recurrence of a schedule
52
+ */
53
+ "recurrenceType": Schedule.RecurrenceType;
54
+ /**
55
+ * This is a list of resources filters. The schedule will be applied to resources matching all of them.
56
+ */
57
+ "resourceFilters"?: Array<model.ResourceFilter>;
58
+ /**
59
+ * This is the list of resources to which the scheduled operation is applied.
60
+ */
61
+ "resources"?: Array<model.Resource>;
62
+ /**
63
+ * This is the date and time the schedule starts, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339)
64
+ * <p>
65
+ Example: {@code 2016-08-25T21:10:29.600Z}
66
+ *
67
+ */
68
+ "timeStarts"?: Date;
69
+ /**
70
+ * This is the date and time the schedule ends, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339)
71
+ * <p>
72
+ Example: {@code 2016-08-25T21:10:29.600Z}
73
+ *
74
+ */
75
+ "timeEnds"?: Date;
76
+ /**
77
+ * This is the date and time the schedule was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
78
+ * <p>
79
+ Example: {@code 2016-08-25T21:10:29.600Z}
80
+ *
81
+ */
82
+ "timeCreated": Date;
83
+ /**
84
+ * This is the date and time the schedule was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
85
+ * <p>
86
+ Example: {@code 2016-08-25T21:10:29.600Z}
87
+ *
88
+ */
89
+ "timeUpdated"?: Date;
90
+ /**
91
+ * This is the date and time the schedule runs last time, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
92
+ * <p>
93
+ Example: {@code 2016-08-25T21:10:29.600Z}
94
+ *
95
+ */
96
+ "timeLastRun"?: Date;
97
+ /**
98
+ * This is the date and time the schedule run the next time, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
99
+ * <p>
100
+ Example: {@code 2016-08-25T21:10:29.600Z}
101
+ *
102
+ */
103
+ "timeNextRun"?: Date;
104
+ /**
105
+ * This is the current state of a schedule.
106
+ */
107
+ "lifecycleState": Schedule.LifecycleState;
108
+ /**
109
+ * These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
110
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
111
+ * <p>
112
+ Example: {@code {\"Department\": \"Finance\"}}
113
+ *
114
+ */
115
+ "freeformTags": {
116
+ [key: string]: string;
117
+ };
118
+ /**
119
+ * These are defined tags for this resource. Each key is predefined and scoped to a namespace.
120
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
121
+ * <p>
122
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
123
+ *
124
+ */
125
+ "definedTags": {
126
+ [key: string]: {
127
+ [key: string]: any;
128
+ };
129
+ };
130
+ /**
131
+ * These are system tags for this resource. Each key is predefined and scoped to a namespace.
132
+ * <p>
133
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
134
+ *
135
+ */
136
+ "systemTags"?: {
137
+ [key: string]: {
138
+ [key: string]: any;
139
+ };
140
+ };
141
+ }
142
+ export declare namespace Schedule {
143
+ enum Action {
144
+ StartResource = "START_RESOURCE",
145
+ StopResource = "STOP_RESOURCE",
146
+ /**
147
+ * This value is used if a service returns a value for this enum that is not recognized by this
148
+ * version of the SDK.
149
+ */
150
+ UnknownValue = "UNKNOWN_VALUE"
151
+ }
152
+ enum RecurrenceType {
153
+ Cron = "CRON",
154
+ Ical = "ICAL",
155
+ /**
156
+ * This value is used if a service returns a value for this enum that is not recognized by this
157
+ * version of the SDK.
158
+ */
159
+ UnknownValue = "UNKNOWN_VALUE"
160
+ }
161
+ enum LifecycleState {
162
+ Active = "ACTIVE",
163
+ Inactive = "INACTIVE",
164
+ Creating = "CREATING",
165
+ Updating = "UPDATING",
166
+ Deleting = "DELETING",
167
+ Deleted = "DELETED",
168
+ Failed = "FAILED",
169
+ /**
170
+ * This value is used if a service returns a value for this enum that is not recognized by this
171
+ * version of the SDK.
172
+ */
173
+ UnknownValue = "UNKNOWN_VALUE"
174
+ }
175
+ function getJsonObj(obj: Schedule): object;
176
+ function getDeserializedJsonObj(obj: Schedule): object;
177
+ }
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ /**
3
+ * Resource Scheduler API
4
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.Schedule = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var Schedule;
37
+ (function (Schedule) {
38
+ let Action;
39
+ (function (Action) {
40
+ Action["StartResource"] = "START_RESOURCE";
41
+ Action["StopResource"] = "STOP_RESOURCE";
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ Action["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(Action = Schedule.Action || (Schedule.Action = {}));
48
+ let RecurrenceType;
49
+ (function (RecurrenceType) {
50
+ RecurrenceType["Cron"] = "CRON";
51
+ RecurrenceType["Ical"] = "ICAL";
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
+ RecurrenceType["UnknownValue"] = "UNKNOWN_VALUE";
57
+ })(RecurrenceType = Schedule.RecurrenceType || (Schedule.RecurrenceType = {}));
58
+ let LifecycleState;
59
+ (function (LifecycleState) {
60
+ LifecycleState["Active"] = "ACTIVE";
61
+ LifecycleState["Inactive"] = "INACTIVE";
62
+ LifecycleState["Creating"] = "CREATING";
63
+ LifecycleState["Updating"] = "UPDATING";
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 = Schedule.LifecycleState || (Schedule.LifecycleState = {}));
73
+ function getJsonObj(obj) {
74
+ const jsonObj = Object.assign(Object.assign({}, obj), {
75
+ "resourceFilters": obj.resourceFilters
76
+ ? obj.resourceFilters.map(item => {
77
+ return model.ResourceFilter.getJsonObj(item);
78
+ })
79
+ : undefined,
80
+ "resources": obj.resources
81
+ ? obj.resources.map(item => {
82
+ return model.Resource.getJsonObj(item);
83
+ })
84
+ : undefined
85
+ });
86
+ return jsonObj;
87
+ }
88
+ Schedule.getJsonObj = getJsonObj;
89
+ function getDeserializedJsonObj(obj) {
90
+ const jsonObj = Object.assign(Object.assign({}, obj), {
91
+ "resourceFilters": obj.resourceFilters
92
+ ? obj.resourceFilters.map(item => {
93
+ return model.ResourceFilter.getDeserializedJsonObj(item);
94
+ })
95
+ : undefined,
96
+ "resources": obj.resources
97
+ ? obj.resources.map(item => {
98
+ return model.Resource.getDeserializedJsonObj(item);
99
+ })
100
+ : undefined
101
+ });
102
+ return jsonObj;
103
+ }
104
+ Schedule.getDeserializedJsonObj = getDeserializedJsonObj;
105
+ })(Schedule = exports.Schedule || (exports.Schedule = {}));
106
+ //# sourceMappingURL=schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/model/schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0HlC,IAAiB,QAAQ,CA0ExB;AA1ED,WAAiB,QAAQ;IACvB,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,0CAAgC,CAAA;QAChC,wCAA8B,CAAA;QAC9B;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,eAAM,KAAN,eAAM,QAQjB;IAED,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,+BAAa,CAAA;QACb;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAQzB;IAED,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,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,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,mBAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,+BAAsB,yBAkBrC,CAAA;AACH,CAAC,EA1EgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA0ExB"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Resource Scheduler API
3
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * This sets the sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
15
+ * sort order is case sensitive.
16
+ *
17
+ **/
18
+ export declare enum SortOrder {
19
+ Asc = "ASC",
20
+ Desc = "DESC"
21
+ }
22
+ export declare namespace SortOrder {
23
+ function getJsonObj(obj: SortOrder): SortOrder;
24
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
25
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Resource Scheduler API
4
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.SortOrder = void 0;
16
+ /**
17
+ * This sets the sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
18
+ * sort order is case sensitive.
19
+ *
20
+ **/
21
+ var SortOrder;
22
+ (function (SortOrder) {
23
+ SortOrder["Asc"] = "ASC";
24
+ SortOrder["Desc"] = "DESC";
25
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
26
+ (function (SortOrder) {
27
+ function getJsonObj(obj) {
28
+ return obj;
29
+ }
30
+ SortOrder.getJsonObj = getJsonObj;
31
+ function getDeserializedJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
36
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Resource Scheduler API
3
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * This is a resource filter for filtering resources based on their creation time.
16
+ */
17
+ export interface TimeCreatedResourceFilter extends model.ResourceFilter {
18
+ /**
19
+ * This is the condition for the filter in comparison to its creation time.
20
+ */
21
+ "condition"?: TimeCreatedResourceFilter.Condition;
22
+ /**
23
+ * This is the date and time as the value of the filter.
24
+ */
25
+ "value"?: string;
26
+ "attribute": string;
27
+ }
28
+ export declare namespace TimeCreatedResourceFilter {
29
+ enum Condition {
30
+ Equal = "EQUAL",
31
+ Before = "BEFORE",
32
+ After = "AFTER",
33
+ /**
34
+ * This value is used if a service returns a value for this enum that is not recognized by this
35
+ * version of the SDK.
36
+ */
37
+ UnknownValue = "UNKNOWN_VALUE"
38
+ }
39
+ function getJsonObj(obj: TimeCreatedResourceFilter, isParentJsonObj?: boolean): object;
40
+ const attribute = "TIME_CREATED";
41
+ function getDeserializedJsonObj(obj: TimeCreatedResourceFilter, isParentJsonObj?: boolean): object;
42
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * Resource Scheduler API
4
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.TimeCreatedResourceFilter = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var TimeCreatedResourceFilter;
37
+ (function (TimeCreatedResourceFilter) {
38
+ let Condition;
39
+ (function (Condition) {
40
+ Condition["Equal"] = "EQUAL";
41
+ Condition["Before"] = "BEFORE";
42
+ Condition["After"] = "AFTER";
43
+ /**
44
+ * This value is used if a service returns a value for this enum that is not recognized by this
45
+ * version of the SDK.
46
+ */
47
+ Condition["UnknownValue"] = "UNKNOWN_VALUE";
48
+ })(Condition = TimeCreatedResourceFilter.Condition || (TimeCreatedResourceFilter.Condition = {}));
49
+ function getJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.ResourceFilter.getJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ TimeCreatedResourceFilter.getJsonObj = getJsonObj;
56
+ TimeCreatedResourceFilter.attribute = "TIME_CREATED";
57
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
58
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
59
+ ? obj
60
+ : model.ResourceFilter.getDeserializedJsonObj(obj))), {});
61
+ return jsonObj;
62
+ }
63
+ TimeCreatedResourceFilter.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(TimeCreatedResourceFilter = exports.TimeCreatedResourceFilter || (exports.TimeCreatedResourceFilter = {}));
65
+ //# sourceMappingURL=time-created-resource-filter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time-created-resource-filter.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/model/time-created-resource-filter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,yBAAyB,CAoCzC;AApCD,WAAiB,yBAAyB;IACxC,IAAY,SASX;IATD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,8BAAiB,CAAA;QACjB,4BAAe,CAAA;QACf;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EATW,SAAS,GAAT,mCAAS,KAAT,mCAAS,QASpB;IAED,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,mCAAS,GAAG,cAAc,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAsB,yBAYrC,CAAA;AACH,CAAC,EApCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAoCzC"}
@@ -0,0 +1,96 @@
1
+ /**
2
+ * Resource Scheduler API
3
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ * This is the data to update a schedule.
16
+ */
17
+ export interface UpdateScheduleDetails {
18
+ /**
19
+ * This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * This is the description of the schedule.
24
+ */
25
+ "description"?: string;
26
+ /**
27
+ * This is the action that will be executed by the schedule.
28
+ */
29
+ "action"?: UpdateScheduleDetails.Action;
30
+ /**
31
+ * This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting
32
+ * or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
33
+ *
34
+ */
35
+ "recurrenceDetails"?: string;
36
+ /**
37
+ * Type of recurrence of a schedule
38
+ */
39
+ "recurrenceType"?: UpdateScheduleDetails.RecurrenceType;
40
+ /**
41
+ * This is a list of resources filters. The schedule will be applied to resources matching all of them.
42
+ */
43
+ "resourceFilters"?: Array<model.ResourceFilter>;
44
+ /**
45
+ * This is the list of resources to which the scheduled operation is applied.
46
+ */
47
+ "resources"?: Array<model.Resource>;
48
+ /**
49
+ * This is the date and time the schedule starts, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339)
50
+ * <p>
51
+ Example: {@code 2016-08-25T21:10:29.600Z}
52
+ *
53
+ */
54
+ "timeStarts"?: Date;
55
+ /**
56
+ * This is the date and time the schedule ends, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339)
57
+ * <p>
58
+ Example: {@code 2016-08-25T21:10:29.600Z}
59
+ *
60
+ */
61
+ "timeEnds"?: Date;
62
+ /**
63
+ * These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
64
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
65
+ * <p>
66
+ Example: {@code {\"Department\": \"Finance\"}}
67
+ *
68
+ */
69
+ "freeformTags"?: {
70
+ [key: string]: string;
71
+ };
72
+ /**
73
+ * These are defined tags for this resource. Each key is predefined and scoped to a namespace.
74
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
+ * <p>
76
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
77
+ *
78
+ */
79
+ "definedTags"?: {
80
+ [key: string]: {
81
+ [key: string]: any;
82
+ };
83
+ };
84
+ }
85
+ export declare namespace UpdateScheduleDetails {
86
+ enum Action {
87
+ StartResource = "START_RESOURCE",
88
+ StopResource = "STOP_RESOURCE"
89
+ }
90
+ enum RecurrenceType {
91
+ Cron = "CRON",
92
+ Ical = "ICAL"
93
+ }
94
+ function getJsonObj(obj: UpdateScheduleDetails): object;
95
+ function getDeserializedJsonObj(obj: UpdateScheduleDetails): object;
96
+ }
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ /**
3
+ * Resource Scheduler API
4
+ * Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.UpdateScheduleDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateScheduleDetails;
37
+ (function (UpdateScheduleDetails) {
38
+ let Action;
39
+ (function (Action) {
40
+ Action["StartResource"] = "START_RESOURCE";
41
+ Action["StopResource"] = "STOP_RESOURCE";
42
+ })(Action = UpdateScheduleDetails.Action || (UpdateScheduleDetails.Action = {}));
43
+ let RecurrenceType;
44
+ (function (RecurrenceType) {
45
+ RecurrenceType["Cron"] = "CRON";
46
+ RecurrenceType["Ical"] = "ICAL";
47
+ })(RecurrenceType = UpdateScheduleDetails.RecurrenceType || (UpdateScheduleDetails.RecurrenceType = {}));
48
+ function getJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "resourceFilters": obj.resourceFilters
51
+ ? obj.resourceFilters.map(item => {
52
+ return model.ResourceFilter.getJsonObj(item);
53
+ })
54
+ : undefined,
55
+ "resources": obj.resources
56
+ ? obj.resources.map(item => {
57
+ return model.Resource.getJsonObj(item);
58
+ })
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ UpdateScheduleDetails.getJsonObj = getJsonObj;
64
+ function getDeserializedJsonObj(obj) {
65
+ const jsonObj = Object.assign(Object.assign({}, obj), {
66
+ "resourceFilters": obj.resourceFilters
67
+ ? obj.resourceFilters.map(item => {
68
+ return model.ResourceFilter.getDeserializedJsonObj(item);
69
+ })
70
+ : undefined,
71
+ "resources": obj.resources
72
+ ? obj.resources.map(item => {
73
+ return model.Resource.getDeserializedJsonObj(item);
74
+ })
75
+ : undefined
76
+ });
77
+ return jsonObj;
78
+ }
79
+ UpdateScheduleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
80
+ })(UpdateScheduleDetails = exports.UpdateScheduleDetails || (exports.UpdateScheduleDetails = {}));
81
+ //# sourceMappingURL=update-schedule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/model/update-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqElC,IAAiB,qBAAqB,CAiDrC;AAjDD,WAAiB,qBAAqB;IACpC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,0CAAgC,CAAA;QAChC,wCAA8B,CAAA;IAChC,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;IAED,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,+BAAa,CAAA;IACf,CAAC,EAHW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QAGzB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,gCAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4CAAsB,yBAkBrC,CAAA;AACH,CAAC,EAjDgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAiDrC"}