oci-budget 2.122.2 → 2.123.1

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 (265) hide show
  1. package/index.d.ts +4 -1
  2. package/index.js +5 -2
  3. package/index.js.map +1 -1
  4. package/lib/budget-waiter.d.ts +1 -1
  5. package/lib/budget-waiter.js +1 -1
  6. package/lib/client.d.ts +232 -1
  7. package/lib/client.js +1211 -2
  8. package/lib/client.js.map +1 -1
  9. package/lib/costad-waiter.d.ts +45 -0
  10. package/lib/costad-waiter.js +89 -0
  11. package/lib/costad-waiter.js.map +1 -0
  12. package/lib/model/alert-rule-summary.d.ts +1 -1
  13. package/lib/model/alert-rule-summary.js +1 -1
  14. package/lib/model/alert-rule.d.ts +1 -1
  15. package/lib/model/alert-rule.js +1 -1
  16. package/lib/model/alert-type.d.ts +1 -1
  17. package/lib/model/alert-type.js +1 -1
  18. package/lib/model/budget-summary.d.ts +13 -3
  19. package/lib/model/budget-summary.js +1 -1
  20. package/lib/model/budget-summary.js.map +1 -1
  21. package/lib/model/budget.d.ts +13 -3
  22. package/lib/model/budget.js +1 -1
  23. package/lib/model/budget.js.map +1 -1
  24. package/lib/model/cost-alert-subscription-collection.d.ts +26 -0
  25. package/lib/model/cost-alert-subscription-collection.js +61 -0
  26. package/lib/model/cost-alert-subscription-collection.js.map +1 -0
  27. package/lib/model/cost-alert-subscription-map.d.ts +46 -0
  28. package/lib/model/cost-alert-subscription-map.js +39 -0
  29. package/lib/model/cost-alert-subscription-map.js.map +1 -0
  30. package/lib/model/cost-alert-subscription-summary.d.ts +80 -0
  31. package/lib/model/cost-alert-subscription-summary.js +29 -0
  32. package/lib/model/cost-alert-subscription-summary.js.map +1 -0
  33. package/lib/model/cost-alert-subscription.d.ts +101 -0
  34. package/lib/model/cost-alert-subscription.js +39 -0
  35. package/lib/model/cost-alert-subscription.js.map +1 -0
  36. package/lib/model/cost-anomaly-event-analytic-collection.d.ts +26 -0
  37. package/lib/model/cost-anomaly-event-analytic-collection.js +61 -0
  38. package/lib/model/cost-anomaly-event-analytic-collection.js.map +1 -0
  39. package/lib/model/cost-anomaly-event-analytic-summary.d.ts +33 -0
  40. package/lib/model/cost-anomaly-event-analytic-summary.js +29 -0
  41. package/lib/model/cost-anomaly-event-analytic-summary.js.map +1 -0
  42. package/lib/model/cost-anomaly-event-collection.d.ts +26 -0
  43. package/lib/model/cost-anomaly-event-collection.js +61 -0
  44. package/lib/model/cost-anomaly-event-collection.js.map +1 -0
  45. package/lib/model/cost-anomaly-event-summary.d.ts +99 -0
  46. package/lib/model/cost-anomaly-event-summary.js +63 -0
  47. package/lib/model/cost-anomaly-event-summary.js.map +1 -0
  48. package/lib/model/cost-anomaly-event.d.ts +129 -0
  49. package/lib/model/cost-anomaly-event.js +83 -0
  50. package/lib/model/cost-anomaly-event.js.map +1 -0
  51. package/lib/model/cost-anomaly-monitor-collection.d.ts +26 -0
  52. package/lib/model/cost-anomaly-monitor-collection.js +61 -0
  53. package/lib/model/cost-anomaly-monitor-collection.js.map +1 -0
  54. package/lib/model/cost-anomaly-monitor-summary.d.ts +90 -0
  55. package/lib/model/cost-anomaly-monitor-summary.js +57 -0
  56. package/lib/model/cost-anomaly-monitor-summary.js.map +1 -0
  57. package/lib/model/cost-anomaly-monitor.d.ts +106 -0
  58. package/lib/model/cost-anomaly-monitor.js +74 -0
  59. package/lib/model/cost-anomaly-monitor.js.map +1 -0
  60. package/lib/model/create-alert-rule-details.d.ts +1 -1
  61. package/lib/model/create-alert-rule-details.js +1 -1
  62. package/lib/model/create-budget-details.d.ts +13 -3
  63. package/lib/model/create-budget-details.js +1 -1
  64. package/lib/model/create-budget-details.js.map +1 -1
  65. package/lib/model/create-cost-alert-subscription-details.d.ts +61 -0
  66. package/lib/model/create-cost-alert-subscription-details.js +29 -0
  67. package/lib/model/create-cost-alert-subscription-details.js.map +1 -0
  68. package/lib/model/create-cost-anomaly-monitor-details.d.ts +61 -0
  69. package/lib/model/create-cost-anomaly-monitor-details.js +63 -0
  70. package/lib/model/create-cost-anomaly-monitor-details.js.map +1 -0
  71. package/lib/model/dimension.d.ts +32 -0
  72. package/lib/model/dimension.js +29 -0
  73. package/lib/model/dimension.js.map +1 -0
  74. package/lib/model/index.d.ts +51 -3
  75. package/lib/model/index.js +52 -4
  76. package/lib/model/index.js.map +1 -1
  77. package/lib/model/lifecycle-state.d.ts +1 -1
  78. package/lib/model/lifecycle-state.js +1 -1
  79. package/lib/model/monitor-type.d.ts +29 -0
  80. package/lib/model/monitor-type.js +40 -0
  81. package/lib/model/monitor-type.js.map +1 -0
  82. package/lib/model/processing-period-type.d.ts +1 -1
  83. package/lib/model/processing-period-type.js +1 -1
  84. package/lib/model/reset-period.d.ts +1 -1
  85. package/lib/model/reset-period.js +1 -1
  86. package/lib/model/root-cause-detail.d.ts +25 -0
  87. package/lib/model/root-cause-detail.js +29 -0
  88. package/lib/model/root-cause-detail.js.map +1 -0
  89. package/lib/model/{sort-by.d.ts → sort-by-for-budget.d.ts} +7 -8
  90. package/lib/model/{sort-by.js → sort-by-for-budget.js} +14 -15
  91. package/lib/model/sort-by-for-budget.js.map +1 -0
  92. package/lib/model/sort-by-for-cost-ad.d.ts +26 -0
  93. package/lib/model/sort-by-for-cost-ad.js +37 -0
  94. package/lib/model/sort-by-for-cost-ad.js.map +1 -0
  95. package/lib/model/sort-by-for-cost-anomaly-event.d.ts +26 -0
  96. package/lib/model/sort-by-for-cost-anomaly-event.js +37 -0
  97. package/lib/model/sort-by-for-cost-anomaly-event.js.map +1 -0
  98. package/lib/model/sort-order.d.ts +1 -1
  99. package/lib/model/sort-order.js +1 -1
  100. package/lib/model/tag.d.ts +33 -0
  101. package/lib/model/tag.js +29 -0
  102. package/lib/model/tag.js.map +1 -0
  103. package/lib/model/target-resource-filter.d.ts +50 -0
  104. package/lib/model/target-resource-filter.js +91 -0
  105. package/lib/model/target-resource-filter.js.map +1 -0
  106. package/lib/model/target-type.d.ts +1 -1
  107. package/lib/model/target-type.js +1 -1
  108. package/lib/model/threshold-type.d.ts +1 -1
  109. package/lib/model/threshold-type.js +1 -1
  110. package/lib/model/update-alert-rule-details.d.ts +1 -1
  111. package/lib/model/update-alert-rule-details.js +1 -1
  112. package/lib/model/update-budget-details.d.ts +13 -3
  113. package/lib/model/update-budget-details.js +1 -1
  114. package/lib/model/update-budget-details.js.map +1 -1
  115. package/lib/model/update-cost-alert-subscription-details.d.ts +52 -0
  116. package/lib/model/update-cost-alert-subscription-details.js +29 -0
  117. package/lib/model/update-cost-alert-subscription-details.js.map +1 -0
  118. package/lib/model/update-cost-anomaly-event-details.d.ts +48 -0
  119. package/lib/model/update-cost-anomaly-event-details.js +29 -0
  120. package/lib/model/update-cost-anomaly-event-details.js.map +1 -0
  121. package/lib/model/update-cost-anomaly-monitor-details.d.ts +49 -0
  122. package/lib/model/update-cost-anomaly-monitor-details.js +57 -0
  123. package/lib/model/update-cost-anomaly-monitor-details.js.map +1 -0
  124. package/lib/request/create-alert-rule-request.d.ts +1 -1
  125. package/lib/request/create-alert-rule-request.js +1 -1
  126. package/lib/request/create-budget-request.d.ts +1 -1
  127. package/lib/request/create-budget-request.js +1 -1
  128. package/lib/request/create-cost-alert-subscription-request.d.ts +36 -0
  129. package/lib/request/create-cost-alert-subscription-request.js +15 -0
  130. package/lib/request/create-cost-alert-subscription-request.js.map +1 -0
  131. package/lib/request/create-cost-anomaly-monitor-request.d.ts +36 -0
  132. package/lib/request/create-cost-anomaly-monitor-request.js +15 -0
  133. package/lib/request/create-cost-anomaly-monitor-request.js.map +1 -0
  134. package/lib/request/delete-alert-rule-request.d.ts +1 -1
  135. package/lib/request/delete-alert-rule-request.js +1 -1
  136. package/lib/request/delete-budget-request.d.ts +1 -1
  137. package/lib/request/delete-budget-request.js +1 -1
  138. package/lib/request/delete-cost-alert-subscription-request.d.ts +35 -0
  139. package/lib/request/delete-cost-alert-subscription-request.js +15 -0
  140. package/lib/request/delete-cost-alert-subscription-request.js.map +1 -0
  141. package/lib/request/delete-cost-anomaly-monitor-request.d.ts +35 -0
  142. package/lib/request/delete-cost-anomaly-monitor-request.js +15 -0
  143. package/lib/request/delete-cost-anomaly-monitor-request.js.map +1 -0
  144. package/lib/request/disable-cost-anomaly-monitor-request.d.ts +44 -0
  145. package/lib/request/disable-cost-anomaly-monitor-request.js +15 -0
  146. package/lib/request/disable-cost-anomaly-monitor-request.js.map +1 -0
  147. package/lib/request/enable-cost-anomaly-monitor-request.d.ts +44 -0
  148. package/lib/request/enable-cost-anomaly-monitor-request.js +15 -0
  149. package/lib/request/enable-cost-anomaly-monitor-request.js.map +1 -0
  150. package/lib/request/get-alert-rule-request.d.ts +1 -1
  151. package/lib/request/get-alert-rule-request.js +1 -1
  152. package/lib/request/get-budget-request.d.ts +1 -1
  153. package/lib/request/get-budget-request.js +1 -1
  154. package/lib/request/get-cost-alert-subscription-request.d.ts +26 -0
  155. package/lib/request/get-cost-alert-subscription-request.js +15 -0
  156. package/lib/request/get-cost-alert-subscription-request.js.map +1 -0
  157. package/lib/request/get-cost-anomaly-event-request.d.ts +26 -0
  158. package/lib/request/get-cost-anomaly-event-request.js +15 -0
  159. package/lib/request/get-cost-anomaly-event-request.js.map +1 -0
  160. package/lib/request/get-cost-anomaly-monitor-request.d.ts +26 -0
  161. package/lib/request/get-cost-anomaly-monitor-request.js +15 -0
  162. package/lib/request/get-cost-anomaly-monitor-request.js.map +1 -0
  163. package/lib/request/index.d.ts +33 -1
  164. package/lib/request/index.js +1 -1
  165. package/lib/request/list-alert-rules-request.d.ts +2 -2
  166. package/lib/request/list-alert-rules-request.js +1 -1
  167. package/lib/request/list-budgets-request.d.ts +2 -2
  168. package/lib/request/list-budgets-request.js +1 -1
  169. package/lib/request/list-cost-alert-subscriptions-request.d.ts +55 -0
  170. package/lib/request/list-cost-alert-subscriptions-request.js +15 -0
  171. package/lib/request/list-cost-alert-subscriptions-request.js.map +1 -0
  172. package/lib/request/list-cost-anomaly-events-request.d.ts +79 -0
  173. package/lib/request/list-cost-anomaly-events-request.js +15 -0
  174. package/lib/request/list-cost-anomaly-events-request.js.map +1 -0
  175. package/lib/request/list-cost-anomaly-monitors-request.d.ts +63 -0
  176. package/lib/request/list-cost-anomaly-monitors-request.js +15 -0
  177. package/lib/request/list-cost-anomaly-monitors-request.js.map +1 -0
  178. package/lib/request/summarize-cost-anomaly-event-analytics-request.d.ts +79 -0
  179. package/lib/request/summarize-cost-anomaly-event-analytics-request.js +15 -0
  180. package/lib/request/summarize-cost-anomaly-event-analytics-request.js.map +1 -0
  181. package/lib/request/update-alert-rule-request.d.ts +1 -1
  182. package/lib/request/update-alert-rule-request.js +1 -1
  183. package/lib/request/update-budget-request.d.ts +1 -1
  184. package/lib/request/update-budget-request.js +1 -1
  185. package/lib/request/update-cost-alert-subscription-request.d.ts +40 -0
  186. package/lib/request/update-cost-alert-subscription-request.js +15 -0
  187. package/lib/request/update-cost-alert-subscription-request.js.map +1 -0
  188. package/lib/request/update-cost-anomaly-event-request.d.ts +40 -0
  189. package/lib/request/update-cost-anomaly-event-request.js +15 -0
  190. package/lib/request/update-cost-anomaly-event-request.js.map +1 -0
  191. package/lib/request/update-cost-anomaly-monitor-request.d.ts +40 -0
  192. package/lib/request/update-cost-anomaly-monitor-request.js +15 -0
  193. package/lib/request/update-cost-anomaly-monitor-request.js.map +1 -0
  194. package/lib/response/create-alert-rule-response.d.ts +1 -1
  195. package/lib/response/create-alert-rule-response.js +1 -1
  196. package/lib/response/create-budget-response.d.ts +1 -1
  197. package/lib/response/create-budget-response.js +1 -1
  198. package/lib/response/create-cost-alert-subscription-response.d.ts +30 -0
  199. package/lib/response/create-cost-alert-subscription-response.js +15 -0
  200. package/lib/response/create-cost-alert-subscription-response.js.map +1 -0
  201. package/lib/response/create-cost-anomaly-monitor-response.d.ts +30 -0
  202. package/lib/response/create-cost-anomaly-monitor-response.js +15 -0
  203. package/lib/response/create-cost-anomaly-monitor-response.js.map +1 -0
  204. package/lib/response/delete-alert-rule-response.d.ts +1 -1
  205. package/lib/response/delete-alert-rule-response.js +1 -1
  206. package/lib/response/delete-budget-response.d.ts +1 -1
  207. package/lib/response/delete-budget-response.js +1 -1
  208. package/lib/response/delete-cost-alert-subscription-response.d.ts +20 -0
  209. package/lib/response/delete-cost-alert-subscription-response.js +15 -0
  210. package/lib/response/delete-cost-alert-subscription-response.js.map +1 -0
  211. package/lib/response/delete-cost-anomaly-monitor-response.d.ts +20 -0
  212. package/lib/response/delete-cost-anomaly-monitor-response.js +15 -0
  213. package/lib/response/delete-cost-anomaly-monitor-response.js.map +1 -0
  214. package/lib/response/disable-cost-anomaly-monitor-response.d.ts +30 -0
  215. package/lib/response/disable-cost-anomaly-monitor-response.js +15 -0
  216. package/lib/response/disable-cost-anomaly-monitor-response.js.map +1 -0
  217. package/lib/response/enable-cost-anomaly-monitor-response.d.ts +30 -0
  218. package/lib/response/enable-cost-anomaly-monitor-response.js +15 -0
  219. package/lib/response/enable-cost-anomaly-monitor-response.js.map +1 -0
  220. package/lib/response/get-alert-rule-response.d.ts +1 -1
  221. package/lib/response/get-alert-rule-response.js +1 -1
  222. package/lib/response/get-budget-response.d.ts +1 -1
  223. package/lib/response/get-budget-response.js +1 -1
  224. package/lib/response/get-cost-alert-subscription-response.d.ts +30 -0
  225. package/lib/response/get-cost-alert-subscription-response.js +15 -0
  226. package/lib/response/get-cost-alert-subscription-response.js.map +1 -0
  227. package/lib/response/get-cost-anomaly-event-response.d.ts +30 -0
  228. package/lib/response/get-cost-anomaly-event-response.js +15 -0
  229. package/lib/response/get-cost-anomaly-event-response.js.map +1 -0
  230. package/lib/response/get-cost-anomaly-monitor-response.d.ts +30 -0
  231. package/lib/response/get-cost-anomaly-monitor-response.js +15 -0
  232. package/lib/response/get-cost-anomaly-monitor-response.js.map +1 -0
  233. package/lib/response/index.d.ts +33 -1
  234. package/lib/response/index.js +1 -1
  235. package/lib/response/list-alert-rules-response.d.ts +1 -1
  236. package/lib/response/list-alert-rules-response.js +1 -1
  237. package/lib/response/list-budgets-response.d.ts +1 -1
  238. package/lib/response/list-budgets-response.js +1 -1
  239. package/lib/response/list-cost-alert-subscriptions-response.d.ts +32 -0
  240. package/lib/response/list-cost-alert-subscriptions-response.js +15 -0
  241. package/lib/response/list-cost-alert-subscriptions-response.js.map +1 -0
  242. package/lib/response/list-cost-anomaly-events-response.d.ts +32 -0
  243. package/lib/response/list-cost-anomaly-events-response.js +15 -0
  244. package/lib/response/list-cost-anomaly-events-response.js.map +1 -0
  245. package/lib/response/list-cost-anomaly-monitors-response.d.ts +32 -0
  246. package/lib/response/list-cost-anomaly-monitors-response.js +15 -0
  247. package/lib/response/list-cost-anomaly-monitors-response.js.map +1 -0
  248. package/lib/response/summarize-cost-anomaly-event-analytics-response.d.ts +32 -0
  249. package/lib/response/summarize-cost-anomaly-event-analytics-response.js +15 -0
  250. package/lib/response/summarize-cost-anomaly-event-analytics-response.js.map +1 -0
  251. package/lib/response/update-alert-rule-response.d.ts +1 -1
  252. package/lib/response/update-alert-rule-response.js +1 -1
  253. package/lib/response/update-budget-response.d.ts +1 -1
  254. package/lib/response/update-budget-response.js +1 -1
  255. package/lib/response/update-cost-alert-subscription-response.d.ts +30 -0
  256. package/lib/response/update-cost-alert-subscription-response.js +15 -0
  257. package/lib/response/update-cost-alert-subscription-response.js.map +1 -0
  258. package/lib/response/update-cost-anomaly-event-response.d.ts +30 -0
  259. package/lib/response/update-cost-anomaly-event-response.js +15 -0
  260. package/lib/response/update-cost-anomaly-event-response.js.map +1 -0
  261. package/lib/response/update-cost-anomaly-monitor-response.d.ts +30 -0
  262. package/lib/response/update-cost-anomaly-monitor-response.js +15 -0
  263. package/lib/response/update-cost-anomaly-monitor-response.js.map +1 -0
  264. package/package.json +3 -3
  265. package/lib/model/sort-by.js.map +0 -1
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.UpdateBudgetDetails = exports.UpdateAlertRuleDetails = exports.ThresholdType = exports.TargetType = exports.SortOrder = exports.SortBy = exports.ResetPeriod = exports.ProcessingPeriodType = exports.LifecycleState = exports.CreateBudgetDetails = exports.CreateAlertRuleDetails = exports.BudgetSummary = exports.Budget = exports.AlertType = exports.AlertRuleSummary = exports.AlertRule = void 0;
34
+ exports.UpdateCostAnomalyMonitorDetails = exports.UpdateCostAnomalyEventDetails = exports.UpdateCostAlertSubscriptionDetails = exports.UpdateBudgetDetails = exports.UpdateAlertRuleDetails = exports.ThresholdType = exports.TargetType = exports.TargetResourceFilter = exports.Tag = exports.SortOrder = exports.SortByForCostAnomalyEvent = exports.SortByForCostAd = exports.SortByForBudget = exports.RootCauseDetail = exports.ResetPeriod = exports.ProcessingPeriodType = exports.MonitorType = exports.LifecycleState = exports.Dimension = exports.CreateCostAnomalyMonitorDetails = exports.CreateCostAlertSubscriptionDetails = exports.CreateBudgetDetails = exports.CreateAlertRuleDetails = exports.CostAnomalyMonitorSummary = exports.CostAnomalyMonitorCollection = exports.CostAnomalyMonitor = exports.CostAnomalyEventSummary = exports.CostAnomalyEventCollection = exports.CostAnomalyEventAnalyticSummary = exports.CostAnomalyEventAnalyticCollection = exports.CostAnomalyEvent = exports.CostAlertSubscriptionSummary = exports.CostAlertSubscriptionMap = exports.CostAlertSubscriptionCollection = exports.CostAlertSubscription = exports.BudgetSummary = exports.Budget = exports.AlertType = exports.AlertRuleSummary = exports.AlertRule = void 0;
35
35
  const AlertRule = __importStar(require("./alert-rule"));
36
36
  exports.AlertRule = AlertRule.AlertRule;
37
37
  const AlertRuleSummary = __importStar(require("./alert-rule-summary"));
@@ -42,20 +42,62 @@ const Budget = __importStar(require("./budget"));
42
42
  exports.Budget = Budget.Budget;
43
43
  const BudgetSummary = __importStar(require("./budget-summary"));
44
44
  exports.BudgetSummary = BudgetSummary.BudgetSummary;
45
+ const CostAlertSubscription = __importStar(require("./cost-alert-subscription"));
46
+ exports.CostAlertSubscription = CostAlertSubscription.CostAlertSubscription;
47
+ const CostAlertSubscriptionCollection = __importStar(require("./cost-alert-subscription-collection"));
48
+ exports.CostAlertSubscriptionCollection = CostAlertSubscriptionCollection.CostAlertSubscriptionCollection;
49
+ const CostAlertSubscriptionMap = __importStar(require("./cost-alert-subscription-map"));
50
+ exports.CostAlertSubscriptionMap = CostAlertSubscriptionMap.CostAlertSubscriptionMap;
51
+ const CostAlertSubscriptionSummary = __importStar(require("./cost-alert-subscription-summary"));
52
+ exports.CostAlertSubscriptionSummary = CostAlertSubscriptionSummary.CostAlertSubscriptionSummary;
53
+ const CostAnomalyEvent = __importStar(require("./cost-anomaly-event"));
54
+ exports.CostAnomalyEvent = CostAnomalyEvent.CostAnomalyEvent;
55
+ const CostAnomalyEventAnalyticCollection = __importStar(require("./cost-anomaly-event-analytic-collection"));
56
+ exports.CostAnomalyEventAnalyticCollection = CostAnomalyEventAnalyticCollection.CostAnomalyEventAnalyticCollection;
57
+ const CostAnomalyEventAnalyticSummary = __importStar(require("./cost-anomaly-event-analytic-summary"));
58
+ exports.CostAnomalyEventAnalyticSummary = CostAnomalyEventAnalyticSummary.CostAnomalyEventAnalyticSummary;
59
+ const CostAnomalyEventCollection = __importStar(require("./cost-anomaly-event-collection"));
60
+ exports.CostAnomalyEventCollection = CostAnomalyEventCollection.CostAnomalyEventCollection;
61
+ const CostAnomalyEventSummary = __importStar(require("./cost-anomaly-event-summary"));
62
+ exports.CostAnomalyEventSummary = CostAnomalyEventSummary.CostAnomalyEventSummary;
63
+ const CostAnomalyMonitor = __importStar(require("./cost-anomaly-monitor"));
64
+ exports.CostAnomalyMonitor = CostAnomalyMonitor.CostAnomalyMonitor;
65
+ const CostAnomalyMonitorCollection = __importStar(require("./cost-anomaly-monitor-collection"));
66
+ exports.CostAnomalyMonitorCollection = CostAnomalyMonitorCollection.CostAnomalyMonitorCollection;
67
+ const CostAnomalyMonitorSummary = __importStar(require("./cost-anomaly-monitor-summary"));
68
+ exports.CostAnomalyMonitorSummary = CostAnomalyMonitorSummary.CostAnomalyMonitorSummary;
45
69
  const CreateAlertRuleDetails = __importStar(require("./create-alert-rule-details"));
46
70
  exports.CreateAlertRuleDetails = CreateAlertRuleDetails.CreateAlertRuleDetails;
47
71
  const CreateBudgetDetails = __importStar(require("./create-budget-details"));
48
72
  exports.CreateBudgetDetails = CreateBudgetDetails.CreateBudgetDetails;
73
+ const CreateCostAlertSubscriptionDetails = __importStar(require("./create-cost-alert-subscription-details"));
74
+ exports.CreateCostAlertSubscriptionDetails = CreateCostAlertSubscriptionDetails.CreateCostAlertSubscriptionDetails;
75
+ const CreateCostAnomalyMonitorDetails = __importStar(require("./create-cost-anomaly-monitor-details"));
76
+ exports.CreateCostAnomalyMonitorDetails = CreateCostAnomalyMonitorDetails.CreateCostAnomalyMonitorDetails;
77
+ const Dimension = __importStar(require("./dimension"));
78
+ exports.Dimension = Dimension.Dimension;
49
79
  const LifecycleState = __importStar(require("./lifecycle-state"));
50
80
  exports.LifecycleState = LifecycleState.LifecycleState;
81
+ const MonitorType = __importStar(require("./monitor-type"));
82
+ exports.MonitorType = MonitorType.MonitorType;
51
83
  const ProcessingPeriodType = __importStar(require("./processing-period-type"));
52
84
  exports.ProcessingPeriodType = ProcessingPeriodType.ProcessingPeriodType;
53
85
  const ResetPeriod = __importStar(require("./reset-period"));
54
86
  exports.ResetPeriod = ResetPeriod.ResetPeriod;
55
- const SortBy = __importStar(require("./sort-by"));
56
- exports.SortBy = SortBy.SortBy;
87
+ const RootCauseDetail = __importStar(require("./root-cause-detail"));
88
+ exports.RootCauseDetail = RootCauseDetail.RootCauseDetail;
89
+ const SortByForBudget = __importStar(require("./sort-by-for-budget"));
90
+ exports.SortByForBudget = SortByForBudget.SortByForBudget;
91
+ const SortByForCostAd = __importStar(require("./sort-by-for-cost-ad"));
92
+ exports.SortByForCostAd = SortByForCostAd.SortByForCostAd;
93
+ const SortByForCostAnomalyEvent = __importStar(require("./sort-by-for-cost-anomaly-event"));
94
+ exports.SortByForCostAnomalyEvent = SortByForCostAnomalyEvent.SortByForCostAnomalyEvent;
57
95
  const SortOrder = __importStar(require("./sort-order"));
58
96
  exports.SortOrder = SortOrder.SortOrder;
97
+ const Tag = __importStar(require("./tag"));
98
+ exports.Tag = Tag.Tag;
99
+ const TargetResourceFilter = __importStar(require("./target-resource-filter"));
100
+ exports.TargetResourceFilter = TargetResourceFilter.TargetResourceFilter;
59
101
  const TargetType = __importStar(require("./target-type"));
60
102
  exports.TargetType = TargetType.TargetType;
61
103
  const ThresholdType = __importStar(require("./threshold-type"));
@@ -64,4 +106,10 @@ const UpdateAlertRuleDetails = __importStar(require("./update-alert-rule-details
64
106
  exports.UpdateAlertRuleDetails = UpdateAlertRuleDetails.UpdateAlertRuleDetails;
65
107
  const UpdateBudgetDetails = __importStar(require("./update-budget-details"));
66
108
  exports.UpdateBudgetDetails = UpdateBudgetDetails.UpdateBudgetDetails;
109
+ const UpdateCostAlertSubscriptionDetails = __importStar(require("./update-cost-alert-subscription-details"));
110
+ exports.UpdateCostAlertSubscriptionDetails = UpdateCostAlertSubscriptionDetails.UpdateCostAlertSubscriptionDetails;
111
+ const UpdateCostAnomalyEventDetails = __importStar(require("./update-cost-anomaly-event-details"));
112
+ exports.UpdateCostAnomalyEventDetails = UpdateCostAnomalyEventDetails.UpdateCostAnomalyEventDetails;
113
+ const UpdateCostAnomalyMonitorDetails = __importStar(require("./update-cost-anomaly-monitor-details"));
114
+ exports.UpdateCostAnomalyMonitorDetails = UpdateCostAnomalyMonitorDetails.UpdateCostAnomalyMonitorDetails;
67
115
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The reset period for the budget. The valid value is DEFAULT,CUSTOM
15
+ *
16
+ **/
17
+ export declare enum MonitorType {
18
+ Default = "DEFAULT",
19
+ Custom = "CUSTOM",
20
+ /**
21
+ * This value is used if a service returns a value for this enum that is not recognized by this
22
+ * version of the SDK.
23
+ */
24
+ UnknownValue = "UNKNOWN_VALUE"
25
+ }
26
+ export declare namespace MonitorType {
27
+ function getJsonObj(obj: MonitorType): MonitorType;
28
+ function getDeserializedJsonObj(obj: MonitorType): MonitorType;
29
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.MonitorType = void 0;
16
+ /**
17
+ * The reset period for the budget. The valid value is DEFAULT,CUSTOM
18
+ *
19
+ **/
20
+ var MonitorType;
21
+ (function (MonitorType) {
22
+ MonitorType["Default"] = "DEFAULT";
23
+ MonitorType["Custom"] = "CUSTOM";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ MonitorType["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(MonitorType = exports.MonitorType || (exports.MonitorType = {}));
30
+ (function (MonitorType) {
31
+ function getJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ MonitorType.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ MonitorType.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(MonitorType = exports.MonitorType || (exports.MonitorType = {}));
40
+ //# sourceMappingURL=monitor-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monitor-type.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/monitor-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,WASX;AATD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IAEjB;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The root cause details of the cost anomaly event.
15
+ */
16
+ export interface RootCauseDetail {
17
+ /**
18
+ * The json object representing the root cause details of the anomaly event.
19
+ */
20
+ "value"?: any;
21
+ }
22
+ export declare namespace RootCauseDetail {
23
+ function getJsonObj(obj: RootCauseDetail): object;
24
+ function getDeserializedJsonObj(obj: RootCauseDetail): object;
25
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.RootCauseDetail = void 0;
16
+ var RootCauseDetail;
17
+ (function (RootCauseDetail) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ RootCauseDetail.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ RootCauseDetail.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(RootCauseDetail = exports.RootCauseDetail || (exports.RootCauseDetail = {}));
29
+ //# sourceMappingURL=root-cause-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"root-cause-detail.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/root-cause-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -7,20 +7,19 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
14
- * The field to sort by. If not specified, the default is timeCreated.
15
- * The default sort order for timeCreated is DESC.
16
- * The default sort order for displayName is ASC in alphanumeric order.
14
+ * The field to sort budgets by.
15
+ * Default is timeCreated (DESC).
17
16
  *
18
17
  **/
19
- export declare enum SortBy {
18
+ export declare enum SortByForBudget {
20
19
  TimeCreated = "timeCreated",
21
20
  DisplayName = "displayName"
22
21
  }
23
- export declare namespace SortBy {
24
- function getJsonObj(obj: SortBy): SortBy;
25
- function getDeserializedJsonObj(obj: SortBy): SortBy;
22
+ export declare namespace SortByForBudget {
23
+ function getJsonObj(obj: SortByForBudget): SortByForBudget;
24
+ function getDeserializedJsonObj(obj: SortByForBudget): SortByForBudget;
26
25
  }
@@ -8,30 +8,29 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.SortBy = void 0;
15
+ exports.SortByForBudget = void 0;
16
16
  /**
17
- * The field to sort by. If not specified, the default is timeCreated.
18
- * The default sort order for timeCreated is DESC.
19
- * The default sort order for displayName is ASC in alphanumeric order.
17
+ * The field to sort budgets by.
18
+ * Default is timeCreated (DESC).
20
19
  *
21
20
  **/
22
- var SortBy;
23
- (function (SortBy) {
24
- SortBy["TimeCreated"] = "timeCreated";
25
- SortBy["DisplayName"] = "displayName";
26
- })(SortBy = exports.SortBy || (exports.SortBy = {}));
27
- (function (SortBy) {
21
+ var SortByForBudget;
22
+ (function (SortByForBudget) {
23
+ SortByForBudget["TimeCreated"] = "timeCreated";
24
+ SortByForBudget["DisplayName"] = "displayName";
25
+ })(SortByForBudget = exports.SortByForBudget || (exports.SortByForBudget = {}));
26
+ (function (SortByForBudget) {
28
27
  function getJsonObj(obj) {
29
28
  return obj;
30
29
  }
31
- SortBy.getJsonObj = getJsonObj;
30
+ SortByForBudget.getJsonObj = getJsonObj;
32
31
  function getDeserializedJsonObj(obj) {
33
32
  return obj;
34
33
  }
35
- SortBy.getDeserializedJsonObj = getDeserializedJsonObj;
36
- })(SortBy = exports.SortBy || (exports.SortBy = {}));
37
- //# sourceMappingURL=sort-by.js.map
34
+ SortByForBudget.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(SortByForBudget = exports.SortByForBudget || (exports.SortByForBudget = {}));
36
+ //# sourceMappingURL=sort-by-for-budget.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-by-for-budget.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/sort-by-for-budget.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,8CAA2B,CAAA;IAC3B,8CAA2B,CAAA;AAC7B,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The field to sort costAd by.
15
+ * Default is timeCreated (DESC).
16
+ *
17
+ **/
18
+ export declare enum SortByForCostAd {
19
+ TimeCreated = "timeCreated",
20
+ Name = "name",
21
+ Id = "id"
22
+ }
23
+ export declare namespace SortByForCostAd {
24
+ function getJsonObj(obj: SortByForCostAd): SortByForCostAd;
25
+ function getDeserializedJsonObj(obj: SortByForCostAd): SortByForCostAd;
26
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.SortByForCostAd = void 0;
16
+ /**
17
+ * The field to sort costAd by.
18
+ * Default is timeCreated (DESC).
19
+ *
20
+ **/
21
+ var SortByForCostAd;
22
+ (function (SortByForCostAd) {
23
+ SortByForCostAd["TimeCreated"] = "timeCreated";
24
+ SortByForCostAd["Name"] = "name";
25
+ SortByForCostAd["Id"] = "id";
26
+ })(SortByForCostAd = exports.SortByForCostAd || (exports.SortByForCostAd = {}));
27
+ (function (SortByForCostAd) {
28
+ function getJsonObj(obj) {
29
+ return obj;
30
+ }
31
+ SortByForCostAd.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ SortByForCostAd.getDeserializedJsonObj = getDeserializedJsonObj;
36
+ })(SortByForCostAd = exports.SortByForCostAd || (exports.SortByForCostAd = {}));
37
+ //# sourceMappingURL=sort-by-for-cost-ad.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-by-for-cost-ad.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/sort-by-for-cost-ad.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,8CAA2B,CAAA;IAC3B,gCAAa,CAAA;IACb,4BAAS,CAAA;AACX,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The field to sort costAd by.
15
+ * Default is timeAnomalyEventDate (DESC).
16
+ *
17
+ **/
18
+ export declare enum SortByForCostAnomalyEvent {
19
+ TimeAnomalyEventDate = "timeAnomalyEventDate",
20
+ CostAnomalyName = "costAnomalyName",
21
+ Id = "id"
22
+ }
23
+ export declare namespace SortByForCostAnomalyEvent {
24
+ function getJsonObj(obj: SortByForCostAnomalyEvent): SortByForCostAnomalyEvent;
25
+ function getDeserializedJsonObj(obj: SortByForCostAnomalyEvent): SortByForCostAnomalyEvent;
26
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.SortByForCostAnomalyEvent = void 0;
16
+ /**
17
+ * The field to sort costAd by.
18
+ * Default is timeAnomalyEventDate (DESC).
19
+ *
20
+ **/
21
+ var SortByForCostAnomalyEvent;
22
+ (function (SortByForCostAnomalyEvent) {
23
+ SortByForCostAnomalyEvent["TimeAnomalyEventDate"] = "timeAnomalyEventDate";
24
+ SortByForCostAnomalyEvent["CostAnomalyName"] = "costAnomalyName";
25
+ SortByForCostAnomalyEvent["Id"] = "id";
26
+ })(SortByForCostAnomalyEvent = exports.SortByForCostAnomalyEvent || (exports.SortByForCostAnomalyEvent = {}));
27
+ (function (SortByForCostAnomalyEvent) {
28
+ function getJsonObj(obj) {
29
+ return obj;
30
+ }
31
+ SortByForCostAnomalyEvent.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ SortByForCostAnomalyEvent.getDeserializedJsonObj = getDeserializedJsonObj;
36
+ })(SortByForCostAnomalyEvent = exports.SortByForCostAnomalyEvent || (exports.SortByForCostAnomalyEvent = {}));
37
+ //# sourceMappingURL=sort-by-for-cost-anomaly-event.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-by-for-cost-anomaly-event.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/sort-by-for-cost-anomaly-event.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,0EAA6C,CAAA;IAC7C,gEAAmC,CAAA;IACnC,sCAAS,CAAA;AACX,CAAC,EAJW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAIpC;AAED,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8B;QAE9B,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QASzC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The tag used for filtering.
15
+ */
16
+ export interface Tag {
17
+ /**
18
+ * The tag namespace.
19
+ */
20
+ "namespace"?: string;
21
+ /**
22
+ * The tag key.
23
+ */
24
+ "key"?: string;
25
+ /**
26
+ * The tag value.
27
+ */
28
+ "value"?: string;
29
+ }
30
+ export declare namespace Tag {
31
+ function getJsonObj(obj: Tag): object;
32
+ function getDeserializedJsonObj(obj: Tag): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.Tag = void 0;
16
+ var Tag;
17
+ (function (Tag) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ Tag.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ Tag.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(Tag = exports.Tag || (exports.Tag = {}));
29
+ //# sourceMappingURL=tag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/tag.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,GAAG,CAWnB;AAXD,WAAiB,GAAG;IAClB,SAAgB,UAAU,CAAC,GAAQ;QACjC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,cAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAQ;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAWnB"}