@cosmotech/aip-client 0.2.0-dev7 → 0.3.0-dev2

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 (347) hide show
  1. package/README.md +22 -2
  2. package/api/budget-api.ts +835 -0
  3. package/api/default-api.ts +1 -1
  4. package/api/impact-api.ts +1 -1
  5. package/api/investment-api.ts +75 -1
  6. package/api/metric-api.ts +1 -1
  7. package/api/metric-costs-api.ts +1 -1
  8. package/api/metric-costs-per-year-api.ts +1 -1
  9. package/api/objective-api.ts +1 -1
  10. package/api/objective-weight-api.ts +1 -1
  11. package/api/objective-weights-api.ts +1 -1
  12. package/api/option-api.ts +1 -1
  13. package/api/preferred-option-api.ts +1 -1
  14. package/api/value-framework-api.ts +1 -1
  15. package/api/value-framework-costs-api.ts +1 -1
  16. package/api/value-framework-weights-api.ts +1 -1
  17. package/api.ts +2 -1
  18. package/base.ts +1 -1
  19. package/common.ts +1 -1
  20. package/configuration.ts +1 -1
  21. package/dist/api/budget-api.d.ts +382 -0
  22. package/dist/api/budget-api.js +794 -0
  23. package/dist/api/default-api.d.ts +1 -1
  24. package/dist/api/default-api.js +1 -1
  25. package/dist/api/impact-api.d.ts +1 -1
  26. package/dist/api/impact-api.js +1 -1
  27. package/dist/api/investment-api.d.ts +34 -1
  28. package/dist/api/investment-api.js +70 -1
  29. package/dist/api/metric-api.d.ts +1 -1
  30. package/dist/api/metric-api.js +1 -1
  31. package/dist/api/metric-costs-api.d.ts +1 -1
  32. package/dist/api/metric-costs-api.js +1 -1
  33. package/dist/api/metric-costs-per-year-api.d.ts +1 -1
  34. package/dist/api/metric-costs-per-year-api.js +1 -1
  35. package/dist/api/objective-api.d.ts +1 -1
  36. package/dist/api/objective-api.js +1 -1
  37. package/dist/api/objective-weight-api.d.ts +1 -1
  38. package/dist/api/objective-weight-api.js +1 -1
  39. package/dist/api/objective-weights-api.d.ts +1 -1
  40. package/dist/api/objective-weights-api.js +1 -1
  41. package/dist/api/option-api.d.ts +1 -1
  42. package/dist/api/option-api.js +1 -1
  43. package/dist/api/preferred-option-api.d.ts +1 -1
  44. package/dist/api/preferred-option-api.js +1 -1
  45. package/dist/api/value-framework-api.d.ts +1 -1
  46. package/dist/api/value-framework-api.js +1 -1
  47. package/dist/api/value-framework-costs-api.d.ts +1 -1
  48. package/dist/api/value-framework-costs-api.js +1 -1
  49. package/dist/api/value-framework-weights-api.d.ts +1 -1
  50. package/dist/api/value-framework-weights-api.js +1 -1
  51. package/dist/api.d.ts +2 -1
  52. package/dist/api.js +2 -1
  53. package/dist/base.d.ts +1 -1
  54. package/dist/base.js +1 -1
  55. package/dist/common.d.ts +1 -1
  56. package/dist/common.js +1 -1
  57. package/dist/configuration.d.ts +1 -1
  58. package/dist/configuration.js +1 -1
  59. package/dist/esm/api/budget-api.d.ts +382 -0
  60. package/dist/esm/api/budget-api.js +787 -0
  61. package/dist/esm/api/default-api.d.ts +1 -1
  62. package/dist/esm/api/default-api.js +1 -1
  63. package/dist/esm/api/impact-api.d.ts +1 -1
  64. package/dist/esm/api/impact-api.js +1 -1
  65. package/dist/esm/api/investment-api.d.ts +34 -1
  66. package/dist/esm/api/investment-api.js +70 -1
  67. package/dist/esm/api/metric-api.d.ts +1 -1
  68. package/dist/esm/api/metric-api.js +1 -1
  69. package/dist/esm/api/metric-costs-api.d.ts +1 -1
  70. package/dist/esm/api/metric-costs-api.js +1 -1
  71. package/dist/esm/api/metric-costs-per-year-api.d.ts +1 -1
  72. package/dist/esm/api/metric-costs-per-year-api.js +1 -1
  73. package/dist/esm/api/objective-api.d.ts +1 -1
  74. package/dist/esm/api/objective-api.js +1 -1
  75. package/dist/esm/api/objective-weight-api.d.ts +1 -1
  76. package/dist/esm/api/objective-weight-api.js +1 -1
  77. package/dist/esm/api/objective-weights-api.d.ts +1 -1
  78. package/dist/esm/api/objective-weights-api.js +1 -1
  79. package/dist/esm/api/option-api.d.ts +1 -1
  80. package/dist/esm/api/option-api.js +1 -1
  81. package/dist/esm/api/preferred-option-api.d.ts +1 -1
  82. package/dist/esm/api/preferred-option-api.js +1 -1
  83. package/dist/esm/api/value-framework-api.d.ts +1 -1
  84. package/dist/esm/api/value-framework-api.js +1 -1
  85. package/dist/esm/api/value-framework-costs-api.d.ts +1 -1
  86. package/dist/esm/api/value-framework-costs-api.js +1 -1
  87. package/dist/esm/api/value-framework-weights-api.d.ts +1 -1
  88. package/dist/esm/api/value-framework-weights-api.js +1 -1
  89. package/dist/esm/api.d.ts +2 -1
  90. package/dist/esm/api.js +2 -1
  91. package/dist/esm/base.d.ts +1 -1
  92. package/dist/esm/base.js +1 -1
  93. package/dist/esm/common.d.ts +1 -1
  94. package/dist/esm/common.js +1 -1
  95. package/dist/esm/configuration.d.ts +1 -1
  96. package/dist/esm/configuration.js +1 -1
  97. package/dist/esm/index.d.ts +1 -1
  98. package/dist/esm/index.js +1 -1
  99. package/dist/esm/models/budget-bulk-delete-request.d.ts +20 -0
  100. package/dist/esm/models/budget-bulk-delete-request.js +14 -0
  101. package/dist/esm/models/budget-create.d.ts +22 -0
  102. package/dist/esm/models/budget-create.js +14 -0
  103. package/dist/esm/models/budget-investment-response.d.ts +34 -0
  104. package/dist/esm/models/budget-investment-response.js +14 -0
  105. package/dist/esm/models/budget-link-options-request.d.ts +20 -0
  106. package/dist/esm/models/budget-link-options-request.js +14 -0
  107. package/dist/esm/models/budget-option-response.d.ts +50 -0
  108. package/dist/esm/models/budget-option-response.js +14 -0
  109. package/dist/esm/models/budget-overview-response.d.ts +25 -0
  110. package/dist/esm/models/budget-overview-response.js +14 -0
  111. package/dist/esm/models/budget-response.d.ts +26 -0
  112. package/dist/esm/models/budget-response.js +14 -0
  113. package/dist/esm/models/budget-update.d.ts +19 -0
  114. package/dist/esm/models/budget-update.js +14 -0
  115. package/dist/esm/models/bulk-delete-request.d.ts +20 -0
  116. package/dist/esm/models/bulk-delete-request.js +14 -0
  117. package/dist/esm/models/evolution-type.d.ts +1 -1
  118. package/dist/esm/models/evolution-type.js +1 -1
  119. package/dist/esm/models/httpvalidation-error.d.ts +1 -1
  120. package/dist/esm/models/httpvalidation-error.js +1 -1
  121. package/dist/esm/models/impact-apiresponse.d.ts +1 -1
  122. package/dist/esm/models/impact-apiresponse.js +1 -1
  123. package/dist/esm/models/impact-create.d.ts +1 -1
  124. package/dist/esm/models/impact-create.js +1 -1
  125. package/dist/esm/models/impact-update.d.ts +1 -1
  126. package/dist/esm/models/impact-update.js +1 -1
  127. package/dist/esm/models/index.d.ts +9 -0
  128. package/dist/esm/models/index.js +9 -0
  129. package/dist/esm/models/investment-create.d.ts +1 -1
  130. package/dist/esm/models/investment-create.js +1 -1
  131. package/dist/esm/models/investment-overview-response.d.ts +1 -1
  132. package/dist/esm/models/investment-overview-response.js +1 -1
  133. package/dist/esm/models/investment-response.d.ts +1 -1
  134. package/dist/esm/models/investment-response.js +1 -1
  135. package/dist/esm/models/investment-update.d.ts +1 -1
  136. package/dist/esm/models/investment-update.js +1 -1
  137. package/dist/esm/models/location-inner.d.ts +1 -1
  138. package/dist/esm/models/location-inner.js +1 -1
  139. package/dist/esm/models/measurement-type.d.ts +1 -1
  140. package/dist/esm/models/measurement-type.js +1 -1
  141. package/dist/esm/models/metric-costs-per-year-create.d.ts +1 -1
  142. package/dist/esm/models/metric-costs-per-year-create.js +1 -1
  143. package/dist/esm/models/metric-costs-per-year-response.d.ts +1 -1
  144. package/dist/esm/models/metric-costs-per-year-response.js +1 -1
  145. package/dist/esm/models/metric-costs-per-year-update.d.ts +1 -1
  146. package/dist/esm/models/metric-costs-per-year-update.js +1 -1
  147. package/dist/esm/models/metric-create.d.ts +1 -1
  148. package/dist/esm/models/metric-create.js +1 -1
  149. package/dist/esm/models/metric-response.d.ts +1 -1
  150. package/dist/esm/models/metric-response.js +1 -1
  151. package/dist/esm/models/metric-type.d.ts +1 -1
  152. package/dist/esm/models/metric-type.js +1 -1
  153. package/dist/esm/models/metric-update.d.ts +1 -1
  154. package/dist/esm/models/metric-update.js +1 -1
  155. package/dist/esm/models/objective-create.d.ts +1 -1
  156. package/dist/esm/models/objective-create.js +1 -1
  157. package/dist/esm/models/objective-response.d.ts +1 -1
  158. package/dist/esm/models/objective-response.js +1 -1
  159. package/dist/esm/models/objective-update.d.ts +1 -1
  160. package/dist/esm/models/objective-update.js +1 -1
  161. package/dist/esm/models/objective-weight-create.d.ts +1 -1
  162. package/dist/esm/models/objective-weight-create.js +1 -1
  163. package/dist/esm/models/objective-weight-response.d.ts +1 -1
  164. package/dist/esm/models/objective-weight-response.js +1 -1
  165. package/dist/esm/models/objective-weight-update.d.ts +1 -1
  166. package/dist/esm/models/objective-weight-update.js +1 -1
  167. package/dist/esm/models/option-chart-kpi.d.ts +1 -1
  168. package/dist/esm/models/option-chart-kpi.js +1 -1
  169. package/dist/esm/models/option-chart-kpis-yearly.d.ts +1 -1
  170. package/dist/esm/models/option-chart-kpis-yearly.js +1 -1
  171. package/dist/esm/models/option-create.d.ts +2 -1
  172. package/dist/esm/models/option-create.js +1 -1
  173. package/dist/esm/models/option-overview-response.d.ts +2 -1
  174. package/dist/esm/models/option-overview-response.js +1 -1
  175. package/dist/esm/models/option-response.d.ts +2 -1
  176. package/dist/esm/models/option-response.js +1 -1
  177. package/dist/esm/models/option-update.d.ts +2 -1
  178. package/dist/esm/models/option-update.js +1 -1
  179. package/dist/esm/models/preferred-option-request.d.ts +1 -1
  180. package/dist/esm/models/preferred-option-request.js +1 -1
  181. package/dist/esm/models/preferred-option-response.d.ts +1 -1
  182. package/dist/esm/models/preferred-option-response.js +1 -1
  183. package/dist/esm/models/validation-error.d.ts +1 -1
  184. package/dist/esm/models/validation-error.js +1 -1
  185. package/dist/esm/models/value-framework-create.d.ts +1 -1
  186. package/dist/esm/models/value-framework-create.js +1 -1
  187. package/dist/esm/models/value-framework-response.d.ts +1 -1
  188. package/dist/esm/models/value-framework-response.js +1 -1
  189. package/dist/esm/models/value-framework-update.d.ts +1 -1
  190. package/dist/esm/models/value-framework-update.js +1 -1
  191. package/dist/index.d.ts +1 -1
  192. package/dist/index.js +1 -1
  193. package/dist/models/budget-bulk-delete-request.d.ts +20 -0
  194. package/dist/models/budget-bulk-delete-request.js +15 -0
  195. package/dist/models/budget-create.d.ts +22 -0
  196. package/dist/models/budget-create.js +15 -0
  197. package/dist/models/budget-investment-response.d.ts +34 -0
  198. package/dist/models/budget-investment-response.js +15 -0
  199. package/dist/models/budget-link-options-request.d.ts +20 -0
  200. package/dist/models/budget-link-options-request.js +15 -0
  201. package/dist/models/budget-option-response.d.ts +50 -0
  202. package/dist/models/budget-option-response.js +15 -0
  203. package/dist/models/budget-overview-response.d.ts +25 -0
  204. package/dist/models/budget-overview-response.js +15 -0
  205. package/dist/models/budget-response.d.ts +26 -0
  206. package/dist/models/budget-response.js +15 -0
  207. package/dist/models/budget-update.d.ts +19 -0
  208. package/dist/models/budget-update.js +15 -0
  209. package/dist/models/bulk-delete-request.d.ts +20 -0
  210. package/dist/models/bulk-delete-request.js +15 -0
  211. package/dist/models/evolution-type.d.ts +1 -1
  212. package/dist/models/evolution-type.js +1 -1
  213. package/dist/models/httpvalidation-error.d.ts +1 -1
  214. package/dist/models/httpvalidation-error.js +1 -1
  215. package/dist/models/impact-apiresponse.d.ts +1 -1
  216. package/dist/models/impact-apiresponse.js +1 -1
  217. package/dist/models/impact-create.d.ts +1 -1
  218. package/dist/models/impact-create.js +1 -1
  219. package/dist/models/impact-update.d.ts +1 -1
  220. package/dist/models/impact-update.js +1 -1
  221. package/dist/models/index.d.ts +9 -0
  222. package/dist/models/index.js +9 -0
  223. package/dist/models/investment-create.d.ts +1 -1
  224. package/dist/models/investment-create.js +1 -1
  225. package/dist/models/investment-overview-response.d.ts +1 -1
  226. package/dist/models/investment-overview-response.js +1 -1
  227. package/dist/models/investment-response.d.ts +1 -1
  228. package/dist/models/investment-response.js +1 -1
  229. package/dist/models/investment-update.d.ts +1 -1
  230. package/dist/models/investment-update.js +1 -1
  231. package/dist/models/location-inner.d.ts +1 -1
  232. package/dist/models/location-inner.js +1 -1
  233. package/dist/models/measurement-type.d.ts +1 -1
  234. package/dist/models/measurement-type.js +1 -1
  235. package/dist/models/metric-costs-per-year-create.d.ts +1 -1
  236. package/dist/models/metric-costs-per-year-create.js +1 -1
  237. package/dist/models/metric-costs-per-year-response.d.ts +1 -1
  238. package/dist/models/metric-costs-per-year-response.js +1 -1
  239. package/dist/models/metric-costs-per-year-update.d.ts +1 -1
  240. package/dist/models/metric-costs-per-year-update.js +1 -1
  241. package/dist/models/metric-create.d.ts +1 -1
  242. package/dist/models/metric-create.js +1 -1
  243. package/dist/models/metric-response.d.ts +1 -1
  244. package/dist/models/metric-response.js +1 -1
  245. package/dist/models/metric-type.d.ts +1 -1
  246. package/dist/models/metric-type.js +1 -1
  247. package/dist/models/metric-update.d.ts +1 -1
  248. package/dist/models/metric-update.js +1 -1
  249. package/dist/models/objective-create.d.ts +1 -1
  250. package/dist/models/objective-create.js +1 -1
  251. package/dist/models/objective-response.d.ts +1 -1
  252. package/dist/models/objective-response.js +1 -1
  253. package/dist/models/objective-update.d.ts +1 -1
  254. package/dist/models/objective-update.js +1 -1
  255. package/dist/models/objective-weight-create.d.ts +1 -1
  256. package/dist/models/objective-weight-create.js +1 -1
  257. package/dist/models/objective-weight-response.d.ts +1 -1
  258. package/dist/models/objective-weight-response.js +1 -1
  259. package/dist/models/objective-weight-update.d.ts +1 -1
  260. package/dist/models/objective-weight-update.js +1 -1
  261. package/dist/models/option-chart-kpi.d.ts +1 -1
  262. package/dist/models/option-chart-kpi.js +1 -1
  263. package/dist/models/option-chart-kpis-yearly.d.ts +1 -1
  264. package/dist/models/option-chart-kpis-yearly.js +1 -1
  265. package/dist/models/option-create.d.ts +2 -1
  266. package/dist/models/option-create.js +1 -1
  267. package/dist/models/option-overview-response.d.ts +2 -1
  268. package/dist/models/option-overview-response.js +1 -1
  269. package/dist/models/option-response.d.ts +2 -1
  270. package/dist/models/option-response.js +1 -1
  271. package/dist/models/option-update.d.ts +2 -1
  272. package/dist/models/option-update.js +1 -1
  273. package/dist/models/preferred-option-request.d.ts +1 -1
  274. package/dist/models/preferred-option-request.js +1 -1
  275. package/dist/models/preferred-option-response.d.ts +1 -1
  276. package/dist/models/preferred-option-response.js +1 -1
  277. package/dist/models/validation-error.d.ts +1 -1
  278. package/dist/models/validation-error.js +1 -1
  279. package/dist/models/value-framework-create.d.ts +1 -1
  280. package/dist/models/value-framework-create.js +1 -1
  281. package/dist/models/value-framework-response.d.ts +1 -1
  282. package/dist/models/value-framework-response.js +1 -1
  283. package/dist/models/value-framework-update.d.ts +1 -1
  284. package/dist/models/value-framework-update.js +1 -1
  285. package/docs/BudgetApi.md +559 -0
  286. package/docs/BudgetBulkDeleteRequest.md +21 -0
  287. package/docs/BudgetCreate.md +25 -0
  288. package/docs/BudgetInvestmentResponse.md +37 -0
  289. package/docs/BudgetLinkOptionsRequest.md +21 -0
  290. package/docs/BudgetOptionResponse.md +39 -0
  291. package/docs/BudgetOverviewResponse.md +25 -0
  292. package/docs/BudgetResponse.md +33 -0
  293. package/docs/BudgetUpdate.md +25 -0
  294. package/docs/BulkDeleteRequest.md +21 -0
  295. package/docs/InvestmentApi.md +54 -0
  296. package/docs/OptionCreate.md +2 -0
  297. package/docs/OptionOverviewResponse.md +2 -0
  298. package/docs/OptionResponse.md +2 -0
  299. package/docs/OptionUpdate.md +2 -0
  300. package/index.ts +1 -1
  301. package/models/budget-bulk-delete-request.ts +26 -0
  302. package/models/budget-create.ts +28 -0
  303. package/models/budget-investment-response.ts +40 -0
  304. package/models/budget-link-options-request.ts +26 -0
  305. package/models/budget-option-response.ts +56 -0
  306. package/models/budget-overview-response.ts +31 -0
  307. package/models/budget-response.ts +32 -0
  308. package/models/budget-update.ts +25 -0
  309. package/models/bulk-delete-request.ts +26 -0
  310. package/models/evolution-type.ts +1 -1
  311. package/models/httpvalidation-error.ts +1 -1
  312. package/models/impact-apiresponse.ts +1 -1
  313. package/models/impact-create.ts +1 -1
  314. package/models/impact-update.ts +1 -1
  315. package/models/index.ts +9 -0
  316. package/models/investment-create.ts +1 -1
  317. package/models/investment-overview-response.ts +1 -1
  318. package/models/investment-response.ts +1 -1
  319. package/models/investment-update.ts +1 -1
  320. package/models/location-inner.ts +1 -1
  321. package/models/measurement-type.ts +1 -1
  322. package/models/metric-costs-per-year-create.ts +1 -1
  323. package/models/metric-costs-per-year-response.ts +1 -1
  324. package/models/metric-costs-per-year-update.ts +1 -1
  325. package/models/metric-create.ts +1 -1
  326. package/models/metric-response.ts +1 -1
  327. package/models/metric-type.ts +1 -1
  328. package/models/metric-update.ts +1 -1
  329. package/models/objective-create.ts +1 -1
  330. package/models/objective-response.ts +1 -1
  331. package/models/objective-update.ts +1 -1
  332. package/models/objective-weight-create.ts +1 -1
  333. package/models/objective-weight-response.ts +1 -1
  334. package/models/objective-weight-update.ts +1 -1
  335. package/models/option-chart-kpi.ts +1 -1
  336. package/models/option-chart-kpis-yearly.ts +1 -1
  337. package/models/option-create.ts +2 -1
  338. package/models/option-overview-response.ts +2 -1
  339. package/models/option-response.ts +2 -1
  340. package/models/option-update.ts +2 -1
  341. package/models/preferred-option-request.ts +1 -1
  342. package/models/preferred-option-response.ts +1 -1
  343. package/models/validation-error.ts +1 -1
  344. package/models/value-framework-create.ts +1 -1
  345. package/models/value-framework-response.ts +1 -1
  346. package/models/value-framework-update.ts +1 -1
  347. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,6 +12,7 @@
12
12
  import type { Configuration } from '../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { BulkDeleteRequest } from '../models';
15
16
  import type { ImpactAPIResponse } from '../models';
16
17
  import type { ImpactCreate } from '../models';
17
18
  import type { ImpactUpdate } from '../models';
@@ -30,6 +31,14 @@ import type { PreferredOptionResponse } from '../models';
30
31
  * InvestmentApi - axios parameter creator
31
32
  */
32
33
  export declare const InvestmentApiAxiosParamCreator: (configuration?: Configuration) => {
34
+ /**
35
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
36
+ * @summary Bulk delete investments
37
+ * @param {BulkDeleteRequest} bulkDeleteRequest
38
+ * @param {*} [options] Override http request option.
39
+ * @throws {RequiredError}
40
+ */
41
+ bulkDeleteInvestments: (bulkDeleteRequest: BulkDeleteRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
42
  /**
34
43
  * Create a new impact under this option.
35
44
  * @summary Create an impact for this option
@@ -220,6 +229,14 @@ export declare const InvestmentApiAxiosParamCreator: (configuration?: Configurat
220
229
  * InvestmentApi - functional programming interface
221
230
  */
222
231
  export declare const InvestmentApiFp: (configuration?: Configuration) => {
232
+ /**
233
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
234
+ * @summary Bulk delete investments
235
+ * @param {BulkDeleteRequest} bulkDeleteRequest
236
+ * @param {*} [options] Override http request option.
237
+ * @throws {RequiredError}
238
+ */
239
+ bulkDeleteInvestments(bulkDeleteRequest: BulkDeleteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
223
240
  /**
224
241
  * Create a new impact under this option.
225
242
  * @summary Create an impact for this option
@@ -410,6 +427,14 @@ export declare const InvestmentApiFp: (configuration?: Configuration) => {
410
427
  * InvestmentApi - factory interface
411
428
  */
412
429
  export declare const InvestmentApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
430
+ /**
431
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
432
+ * @summary Bulk delete investments
433
+ * @param {BulkDeleteRequest} bulkDeleteRequest
434
+ * @param {*} [options] Override http request option.
435
+ * @throws {RequiredError}
436
+ */
437
+ bulkDeleteInvestments(bulkDeleteRequest: BulkDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
413
438
  /**
414
439
  * Create a new impact under this option.
415
440
  * @summary Create an impact for this option
@@ -600,6 +625,14 @@ export declare const InvestmentApiFactory: (configuration?: Configuration, baseP
600
625
  * InvestmentApi - object-oriented interface
601
626
  */
602
627
  export declare class InvestmentApi extends BaseAPI {
628
+ /**
629
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
630
+ * @summary Bulk delete investments
631
+ * @param {BulkDeleteRequest} bulkDeleteRequest
632
+ * @param {*} [options] Override http request option.
633
+ * @throws {RequiredError}
634
+ */
635
+ bulkDeleteInvestments(bulkDeleteRequest: BulkDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
603
636
  /**
604
637
  * Create a new impact under this option.
605
638
  * @summary Create an impact for this option
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,6 +31,39 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
31
31
  */
32
32
  export const InvestmentApiAxiosParamCreator = function (configuration) {
33
33
  return {
34
+ /**
35
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
36
+ * @summary Bulk delete investments
37
+ * @param {BulkDeleteRequest} bulkDeleteRequest
38
+ * @param {*} [options] Override http request option.
39
+ * @throws {RequiredError}
40
+ */
41
+ bulkDeleteInvestments: (bulkDeleteRequest_1, ...args_1) => __awaiter(this, [bulkDeleteRequest_1, ...args_1], void 0, function* (bulkDeleteRequest, options = {}) {
42
+ // verify required parameter 'bulkDeleteRequest' is not null or undefined
43
+ assertParamExists('bulkDeleteInvestments', 'bulkDeleteRequest', bulkDeleteRequest);
44
+ const localVarPath = `/investment/bulk-delete`;
45
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
46
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
47
+ let baseOptions;
48
+ if (configuration) {
49
+ baseOptions = configuration.baseOptions;
50
+ }
51
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
52
+ const localVarHeaderParameter = {};
53
+ const localVarQueryParameter = {};
54
+ // authentication OAuth2AuthorizationCodeBearer required
55
+ // oauth required
56
+ yield setOAuthToObject(localVarHeaderParameter, "OAuth2AuthorizationCodeBearer", [], configuration);
57
+ localVarHeaderParameter['Content-Type'] = 'application/json';
58
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
59
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
60
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
61
+ localVarRequestOptions.data = serializeDataIfNeeded(bulkDeleteRequest, localVarRequestOptions, configuration);
62
+ return {
63
+ url: toPathString(localVarUrlObj),
64
+ options: localVarRequestOptions,
65
+ };
66
+ }),
34
67
  /**
35
68
  * Create a new impact under this option.
36
69
  * @summary Create an impact for this option
@@ -807,6 +840,22 @@ export const InvestmentApiAxiosParamCreator = function (configuration) {
807
840
  export const InvestmentApiFp = function (configuration) {
808
841
  const localVarAxiosParamCreator = InvestmentApiAxiosParamCreator(configuration);
809
842
  return {
843
+ /**
844
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
845
+ * @summary Bulk delete investments
846
+ * @param {BulkDeleteRequest} bulkDeleteRequest
847
+ * @param {*} [options] Override http request option.
848
+ * @throws {RequiredError}
849
+ */
850
+ bulkDeleteInvestments(bulkDeleteRequest, options) {
851
+ return __awaiter(this, void 0, void 0, function* () {
852
+ var _a, _b, _c;
853
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.bulkDeleteInvestments(bulkDeleteRequest, options);
854
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
855
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InvestmentApi.bulkDeleteInvestments']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
856
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
857
+ });
858
+ },
810
859
  /**
811
860
  * Create a new impact under this option.
812
861
  * @summary Create an impact for this option
@@ -1160,6 +1209,16 @@ export const InvestmentApiFp = function (configuration) {
1160
1209
  export const InvestmentApiFactory = function (configuration, basePath, axios) {
1161
1210
  const localVarFp = InvestmentApiFp(configuration);
1162
1211
  return {
1212
+ /**
1213
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
1214
+ * @summary Bulk delete investments
1215
+ * @param {BulkDeleteRequest} bulkDeleteRequest
1216
+ * @param {*} [options] Override http request option.
1217
+ * @throws {RequiredError}
1218
+ */
1219
+ bulkDeleteInvestments(bulkDeleteRequest, options) {
1220
+ return localVarFp.bulkDeleteInvestments(bulkDeleteRequest, options).then((request) => request(axios, basePath));
1221
+ },
1163
1222
  /**
1164
1223
  * Create a new impact under this option.
1165
1224
  * @summary Create an impact for this option
@@ -1391,6 +1450,16 @@ export const InvestmentApiFactory = function (configuration, basePath, axios) {
1391
1450
  * InvestmentApi - object-oriented interface
1392
1451
  */
1393
1452
  export class InvestmentApi extends BaseAPI {
1453
+ /**
1454
+ * Delete multiple investments by their IDs in a single request. All provided IDs must exist — if any ID is not found, the request fails with 404 and no investments are deleted. Associated options are also deleted via cascade.
1455
+ * @summary Bulk delete investments
1456
+ * @param {BulkDeleteRequest} bulkDeleteRequest
1457
+ * @param {*} [options] Override http request option.
1458
+ * @throws {RequiredError}
1459
+ */
1460
+ bulkDeleteInvestments(bulkDeleteRequest, options) {
1461
+ return InvestmentApiFp(this.configuration).bulkDeleteInvestments(bulkDeleteRequest, options).then((request) => request(this.axios, this.basePath));
1462
+ }
1394
1463
  /**
1395
1464
  * Create a new impact under this option.
1396
1465
  * @summary Create an impact for this option
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,13 +2,14 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ export * from './api/budget-api';
12
13
  export * from './api/default-api';
13
14
  export * from './api/impact-api';
14
15
  export * from './api/investment-api';
package/dist/esm/api.js CHANGED
@@ -4,13 +4,14 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ export * from './api/budget-api';
14
15
  export * from './api/default-api';
15
16
  export * from './api/impact-api';
16
17
  export * from './api/investment-api';
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Asset Investment Planning
4
4
  * API for Asset Investment Planning
5
5
  *
6
- * The version of the OpenAPI document: 0.2.0-dev6
6
+ * The version of the OpenAPI document: 0.3.0-dev1
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Asset Investment Planning
3
3
  * API for Asset Investment Planning
4
4
  *
5
- * The version of the OpenAPI document: 0.2.0-dev6
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Asset Investment Planning
5
5
  * API for Asset Investment Planning
6
6
  *
7
- * The version of the OpenAPI document: 0.2.0-dev6
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Asset Investment Planning
3
+ * API for Asset Investment Planning
4
+ *
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Request body for bulk-deleting budgets.
14
+ */
15
+ export interface BudgetBulkDeleteRequest {
16
+ /**
17
+ * List of budget IDs to delete
18
+ */
19
+ 'budget_ids': Array<string>;
20
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Asset Investment Planning
5
+ * API for Asset Investment Planning
6
+ *
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Asset Investment Planning
3
+ * API for Asset Investment Planning
4
+ *
5
+ * The version of the OpenAPI document: 0.3.0-dev1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Schema for creating a new Budget (excludes auto-generated fields)
14
+ */
15
+ export interface BudgetCreate {
16
+ 'annual_budget_capacity'?: number | null;
17
+ 'description'?: string | null;
18
+ /**
19
+ * Name of the budget
20
+ */
21
+ 'name': string;
22
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Asset Investment Planning
5
+ * API for Asset Investment Planning
6
+ *
7
+ * The version of the OpenAPI document: 0.3.0-dev1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};