@squonk/account-server-client 4.7.0-trunk.2383504127 → 4.7.2

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 (1004) hide show
  1. package/.github/workflows/ci.yml +40 -0
  2. package/dist/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +8 -14
  3. package/dist/api/actions/actions.cjs +28 -22
  4. package/dist/api/actions/actions.cjs.map +1 -1
  5. package/dist/api/actions/actions.d.cts +14 -15
  6. package/dist/api/actions/actions.d.cts.map +1 -1
  7. package/dist/api/actions/actions.d.ts +14 -15
  8. package/dist/api/actions/actions.d.ts.map +1 -1
  9. package/dist/api/actions/actions.fetch.cjs +33 -16
  10. package/dist/api/actions/actions.fetch.cjs.map +1 -1
  11. package/dist/api/actions/actions.fetch.d.cts +18 -19
  12. package/dist/api/actions/actions.fetch.d.cts.map +1 -1
  13. package/dist/api/actions/actions.fetch.d.ts +18 -19
  14. package/dist/api/actions/actions.fetch.d.ts.map +1 -1
  15. package/dist/api/actions/actions.fetch.js +30 -13
  16. package/dist/api/actions/actions.fetch.js.map +1 -1
  17. package/dist/api/actions/actions.js +25 -19
  18. package/dist/api/actions/actions.js.map +1 -1
  19. package/dist/api/api-schemas/actionDetail.d.cts +0 -1
  20. package/dist/api/api-schemas/actionDetail.d.cts.map +1 -1
  21. package/dist/api/api-schemas/actionDetail.d.ts +0 -1
  22. package/dist/api/api-schemas/actionDetail.d.ts.map +1 -1
  23. package/dist/api/api-schemas/actionGetResponse.d.cts +2 -5
  24. package/dist/api/api-schemas/actionGetResponse.d.cts.map +1 -1
  25. package/dist/api/api-schemas/actionGetResponse.d.ts +2 -5
  26. package/dist/api/api-schemas/actionGetResponse.d.ts.map +1 -1
  27. package/dist/api/api-schemas/asError.d.cts +4 -4
  28. package/dist/api/api-schemas/asError.d.cts.map +1 -1
  29. package/dist/api/api-schemas/asError.d.ts +4 -4
  30. package/dist/api/api-schemas/asError.d.ts.map +1 -1
  31. package/dist/api/api-schemas/assetDetail.d.cts +0 -1
  32. package/dist/api/api-schemas/assetDetail.d.cts.map +1 -1
  33. package/dist/api/api-schemas/assetDetail.d.ts +0 -1
  34. package/dist/api/api-schemas/assetDetail.d.ts.map +1 -1
  35. package/dist/api/api-schemas/assetDetailScope.cjs +1 -2
  36. package/dist/api/api-schemas/assetDetailScope.cjs.map +1 -1
  37. package/dist/api/api-schemas/assetDetailScope.d.cts +4 -4
  38. package/dist/api/api-schemas/assetDetailScope.d.cts.map +1 -1
  39. package/dist/api/api-schemas/assetDetailScope.d.ts +4 -4
  40. package/dist/api/api-schemas/assetDetailScope.d.ts.map +1 -1
  41. package/dist/api/api-schemas/assetDetailScope.js +1 -1
  42. package/dist/api/api-schemas/assetDetailScope.js.map +1 -1
  43. package/dist/api/api-schemas/assetGetByIdResponse.d.cts +0 -1
  44. package/dist/api/api-schemas/assetGetByIdResponse.d.cts.map +1 -1
  45. package/dist/api/api-schemas/assetGetByIdResponse.d.ts +0 -1
  46. package/dist/api/api-schemas/assetGetByIdResponse.d.ts.map +1 -1
  47. package/dist/api/api-schemas/assetGetResponse.d.cts +2 -5
  48. package/dist/api/api-schemas/assetGetResponse.d.cts.map +1 -1
  49. package/dist/api/api-schemas/assetGetResponse.d.ts +2 -5
  50. package/dist/api/api-schemas/assetGetResponse.d.ts.map +1 -1
  51. package/dist/api/api-schemas/assetPatchBodyBody.d.cts +6 -9
  52. package/dist/api/api-schemas/assetPatchBodyBody.d.cts.map +1 -1
  53. package/dist/api/api-schemas/assetPatchBodyBody.d.ts +6 -9
  54. package/dist/api/api-schemas/assetPatchBodyBody.d.ts.map +1 -1
  55. package/dist/api/api-schemas/assetPostBodyBody.d.cts +6 -13
  56. package/dist/api/api-schemas/assetPostBodyBody.d.cts.map +1 -1
  57. package/dist/api/api-schemas/assetPostBodyBody.d.ts +6 -13
  58. package/dist/api/api-schemas/assetPostBodyBody.d.ts.map +1 -1
  59. package/dist/api/api-schemas/assetPostBodyBodyScope.cjs +1 -2
  60. package/dist/api/api-schemas/assetPostBodyBodyScope.cjs.map +1 -1
  61. package/dist/api/api-schemas/assetPostBodyBodyScope.d.cts +4 -4
  62. package/dist/api/api-schemas/assetPostBodyBodyScope.d.cts.map +1 -1
  63. package/dist/api/api-schemas/assetPostBodyBodyScope.d.ts +4 -4
  64. package/dist/api/api-schemas/assetPostBodyBodyScope.d.ts.map +1 -1
  65. package/dist/api/api-schemas/assetPostBodyBodyScope.js +1 -1
  66. package/dist/api/api-schemas/assetPostBodyBodyScope.js.map +1 -1
  67. package/dist/api/api-schemas/assetPostResponse.d.cts +5 -6
  68. package/dist/api/api-schemas/assetPostResponse.d.cts.map +1 -1
  69. package/dist/api/api-schemas/assetPostResponse.d.ts +5 -6
  70. package/dist/api/api-schemas/assetPostResponse.d.ts.map +1 -1
  71. package/dist/api/api-schemas/attachAssetParams.d.cts +0 -1
  72. package/dist/api/api-schemas/attachAssetParams.d.cts.map +1 -1
  73. package/dist/api/api-schemas/attachAssetParams.d.ts +0 -1
  74. package/dist/api/api-schemas/attachAssetParams.d.ts.map +1 -1
  75. package/dist/api/api-schemas/chargeAdditionalData.d.cts +4 -4
  76. package/dist/api/api-schemas/chargeAdditionalData.d.cts.map +1 -1
  77. package/dist/api/api-schemas/chargeAdditionalData.d.ts +4 -4
  78. package/dist/api/api-schemas/chargeAdditionalData.d.ts.map +1 -1
  79. package/dist/api/api-schemas/chargeSummary.d.cts +0 -1
  80. package/dist/api/api-schemas/chargeSummary.d.cts.map +1 -1
  81. package/dist/api/api-schemas/chargeSummary.d.ts +0 -1
  82. package/dist/api/api-schemas/chargeSummary.d.ts.map +1 -1
  83. package/dist/api/api-schemas/chargeSummaryType.cjs +1 -2
  84. package/dist/api/api-schemas/chargeSummaryType.cjs.map +1 -1
  85. package/dist/api/api-schemas/chargeSummaryType.d.cts +4 -4
  86. package/dist/api/api-schemas/chargeSummaryType.d.cts.map +1 -1
  87. package/dist/api/api-schemas/chargeSummaryType.d.ts +4 -4
  88. package/dist/api/api-schemas/chargeSummaryType.d.ts.map +1 -1
  89. package/dist/api/api-schemas/chargeSummaryType.js +1 -1
  90. package/dist/api/api-schemas/chargeSummaryType.js.map +1 -1
  91. package/dist/api/api-schemas/chargesGetResponse.d.cts +0 -1
  92. package/dist/api/api-schemas/chargesGetResponse.d.cts.map +1 -1
  93. package/dist/api/api-schemas/chargesGetResponse.d.ts +0 -1
  94. package/dist/api/api-schemas/chargesGetResponse.d.ts.map +1 -1
  95. package/dist/api/api-schemas/detachAssetParams.d.cts +0 -1
  96. package/dist/api/api-schemas/detachAssetParams.d.cts.map +1 -1
  97. package/dist/api/api-schemas/detachAssetParams.d.ts +0 -1
  98. package/dist/api/api-schemas/detachAssetParams.d.ts.map +1 -1
  99. package/dist/api/api-schemas/eventStreamGetPostResponse.d.cts +4 -4
  100. package/dist/api/api-schemas/eventStreamGetPostResponse.d.cts.map +1 -1
  101. package/dist/api/api-schemas/eventStreamGetPostResponse.d.ts +4 -4
  102. package/dist/api/api-schemas/eventStreamGetPostResponse.d.ts.map +1 -1
  103. package/dist/api/api-schemas/eventStreamPostBodyBody.d.cts +0 -1
  104. package/dist/api/api-schemas/eventStreamPostBodyBody.d.cts.map +1 -1
  105. package/dist/api/api-schemas/eventStreamPostBodyBody.d.ts +0 -1
  106. package/dist/api/api-schemas/eventStreamPostBodyBody.d.ts.map +1 -1
  107. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.cjs +1 -2
  108. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.cjs.map +1 -1
  109. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.cts +4 -4
  110. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.cts.map +1 -1
  111. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.ts +4 -4
  112. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.ts.map +1 -1
  113. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.js +1 -1
  114. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.js.map +1 -1
  115. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.cts +0 -1
  116. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.cts.map +1 -1
  117. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.ts +0 -1
  118. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.ts.map +1 -1
  119. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.cjs +1 -2
  120. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.cjs.map +1 -1
  121. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.cts +4 -4
  122. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.cts.map +1 -1
  123. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.ts +4 -4
  124. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.ts.map +1 -1
  125. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.js +1 -1
  126. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.js.map +1 -1
  127. package/dist/api/api-schemas/getActionsParams.d.cts +1 -2
  128. package/dist/api/api-schemas/getActionsParams.d.cts.map +1 -1
  129. package/dist/api/api-schemas/getActionsParams.d.ts +1 -2
  130. package/dist/api/api-schemas/getActionsParams.d.ts.map +1 -1
  131. package/dist/api/api-schemas/getAssetParams.d.cts +0 -1
  132. package/dist/api/api-schemas/getAssetParams.d.cts.map +1 -1
  133. package/dist/api/api-schemas/getAssetParams.d.ts +0 -1
  134. package/dist/api/api-schemas/getAssetParams.d.ts.map +1 -1
  135. package/dist/api/api-schemas/getChargesParams.d.cts +0 -1
  136. package/dist/api/api-schemas/getChargesParams.d.cts.map +1 -1
  137. package/dist/api/api-schemas/getChargesParams.d.ts +0 -1
  138. package/dist/api/api-schemas/getChargesParams.d.ts.map +1 -1
  139. package/dist/api/api-schemas/getOrganisationChargesParams.d.cts +0 -1
  140. package/dist/api/api-schemas/getOrganisationChargesParams.d.cts.map +1 -1
  141. package/dist/api/api-schemas/getOrganisationChargesParams.d.ts +0 -1
  142. package/dist/api/api-schemas/getOrganisationChargesParams.d.ts.map +1 -1
  143. package/dist/api/api-schemas/getOrganisationsParams.d.cts +0 -1
  144. package/dist/api/api-schemas/getOrganisationsParams.d.cts.map +1 -1
  145. package/dist/api/api-schemas/getOrganisationsParams.d.ts +0 -1
  146. package/dist/api/api-schemas/getOrganisationsParams.d.ts.map +1 -1
  147. package/dist/api/api-schemas/getProductChargesParams.d.cts +0 -1
  148. package/dist/api/api-schemas/getProductChargesParams.d.cts.map +1 -1
  149. package/dist/api/api-schemas/getProductChargesParams.d.ts +0 -1
  150. package/dist/api/api-schemas/getProductChargesParams.d.ts.map +1 -1
  151. package/dist/api/api-schemas/getUnitChargesParams.d.cts +0 -1
  152. package/dist/api/api-schemas/getUnitChargesParams.d.cts.map +1 -1
  153. package/dist/api/api-schemas/getUnitChargesParams.d.ts +0 -1
  154. package/dist/api/api-schemas/getUnitChargesParams.d.ts.map +1 -1
  155. package/dist/api/api-schemas/getUnitsParams.d.cts +0 -1
  156. package/dist/api/api-schemas/getUnitsParams.d.cts.map +1 -1
  157. package/dist/api/api-schemas/getUnitsParams.d.ts +0 -1
  158. package/dist/api/api-schemas/getUnitsParams.d.ts.map +1 -1
  159. package/dist/api/api-schemas/merchantDetail.d.cts +0 -1
  160. package/dist/api/api-schemas/merchantDetail.d.cts.map +1 -1
  161. package/dist/api/api-schemas/merchantDetail.d.ts +0 -1
  162. package/dist/api/api-schemas/merchantDetail.d.ts.map +1 -1
  163. package/dist/api/api-schemas/merchantDetailKind.cjs +1 -2
  164. package/dist/api/api-schemas/merchantDetailKind.cjs.map +1 -1
  165. package/dist/api/api-schemas/merchantDetailKind.d.cts +4 -4
  166. package/dist/api/api-schemas/merchantDetailKind.d.cts.map +1 -1
  167. package/dist/api/api-schemas/merchantDetailKind.d.ts +4 -4
  168. package/dist/api/api-schemas/merchantDetailKind.d.ts.map +1 -1
  169. package/dist/api/api-schemas/merchantDetailKind.js +1 -1
  170. package/dist/api/api-schemas/merchantDetailKind.js.map +1 -1
  171. package/dist/api/api-schemas/merchantGetResponse.d.cts +0 -1
  172. package/dist/api/api-schemas/merchantGetResponse.d.cts.map +1 -1
  173. package/dist/api/api-schemas/merchantGetResponse.d.ts +0 -1
  174. package/dist/api/api-schemas/merchantGetResponse.d.ts.map +1 -1
  175. package/dist/api/api-schemas/merchantSummary.d.cts +0 -1
  176. package/dist/api/api-schemas/merchantSummary.d.cts.map +1 -1
  177. package/dist/api/api-schemas/merchantSummary.d.ts +0 -1
  178. package/dist/api/api-schemas/merchantSummary.d.ts.map +1 -1
  179. package/dist/api/api-schemas/merchantSummaryKind.cjs +1 -2
  180. package/dist/api/api-schemas/merchantSummaryKind.cjs.map +1 -1
  181. package/dist/api/api-schemas/merchantSummaryKind.d.cts +4 -4
  182. package/dist/api/api-schemas/merchantSummaryKind.d.cts.map +1 -1
  183. package/dist/api/api-schemas/merchantSummaryKind.d.ts +4 -4
  184. package/dist/api/api-schemas/merchantSummaryKind.d.ts.map +1 -1
  185. package/dist/api/api-schemas/merchantSummaryKind.js +1 -1
  186. package/dist/api/api-schemas/merchantSummaryKind.js.map +1 -1
  187. package/dist/api/api-schemas/merchantsGetResponse.d.cts +1 -3
  188. package/dist/api/api-schemas/merchantsGetResponse.d.cts.map +1 -1
  189. package/dist/api/api-schemas/merchantsGetResponse.d.ts +1 -3
  190. package/dist/api/api-schemas/merchantsGetResponse.d.ts.map +1 -1
  191. package/dist/api/api-schemas/organisationAllDetail.d.cts +0 -1
  192. package/dist/api/api-schemas/organisationAllDetail.d.cts.map +1 -1
  193. package/dist/api/api-schemas/organisationAllDetail.d.ts +0 -1
  194. package/dist/api/api-schemas/organisationAllDetail.d.ts.map +1 -1
  195. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.cjs +1 -2
  196. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.cjs.map +1 -1
  197. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.cts +4 -4
  198. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.cts.map +1 -1
  199. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.ts +4 -4
  200. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.ts.map +1 -1
  201. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.js +1 -1
  202. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.js.map +1 -1
  203. package/dist/api/api-schemas/organisationChargeSummary.d.cts +0 -1
  204. package/dist/api/api-schemas/organisationChargeSummary.d.cts.map +1 -1
  205. package/dist/api/api-schemas/organisationChargeSummary.d.ts +0 -1
  206. package/dist/api/api-schemas/organisationChargeSummary.d.ts.map +1 -1
  207. package/dist/api/api-schemas/organisationChargesGetResponse.d.cts +0 -1
  208. package/dist/api/api-schemas/organisationChargesGetResponse.d.cts.map +1 -1
  209. package/dist/api/api-schemas/organisationChargesGetResponse.d.ts +0 -1
  210. package/dist/api/api-schemas/organisationChargesGetResponse.d.ts.map +1 -1
  211. package/dist/api/api-schemas/organisationDetail.d.cts +0 -1
  212. package/dist/api/api-schemas/organisationDetail.d.cts.map +1 -1
  213. package/dist/api/api-schemas/organisationDetail.d.ts +0 -1
  214. package/dist/api/api-schemas/organisationDetail.d.ts.map +1 -1
  215. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.cjs +1 -2
  216. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.cjs.map +1 -1
  217. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.cts +4 -4
  218. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.cts.map +1 -1
  219. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.ts +4 -4
  220. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.ts.map +1 -1
  221. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.js +1 -1
  222. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.js.map +1 -1
  223. package/dist/api/api-schemas/organisationGetDefaultResponse.d.cts +3 -7
  224. package/dist/api/api-schemas/organisationGetDefaultResponse.d.cts.map +1 -1
  225. package/dist/api/api-schemas/organisationGetDefaultResponse.d.ts +3 -7
  226. package/dist/api/api-schemas/organisationGetDefaultResponse.d.ts.map +1 -1
  227. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.cjs +1 -2
  228. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.cjs.map +1 -1
  229. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.cts +4 -4
  230. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.cts.map +1 -1
  231. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.ts +4 -4
  232. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.ts.map +1 -1
  233. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.js +1 -1
  234. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.js.map +1 -1
  235. package/dist/api/api-schemas/organisationGetResponse.d.cts +0 -1
  236. package/dist/api/api-schemas/organisationGetResponse.d.cts.map +1 -1
  237. package/dist/api/api-schemas/organisationGetResponse.d.ts +0 -1
  238. package/dist/api/api-schemas/organisationGetResponse.d.ts.map +1 -1
  239. package/dist/api/api-schemas/organisationPatchBodyBody.d.cts +6 -5
  240. package/dist/api/api-schemas/organisationPatchBodyBody.d.cts.map +1 -1
  241. package/dist/api/api-schemas/organisationPatchBodyBody.d.ts +6 -5
  242. package/dist/api/api-schemas/organisationPatchBodyBody.d.ts.map +1 -1
  243. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.cjs +1 -2
  244. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.cjs.map +1 -1
  245. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.cts +6 -6
  246. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.cts.map +1 -1
  247. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.ts +6 -6
  248. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.ts.map +1 -1
  249. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.js +1 -1
  250. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.js.map +1 -1
  251. package/dist/api/api-schemas/organisationPostBodyBody.d.cts +2 -5
  252. package/dist/api/api-schemas/organisationPostBodyBody.d.cts.map +1 -1
  253. package/dist/api/api-schemas/organisationPostBodyBody.d.ts +2 -5
  254. package/dist/api/api-schemas/organisationPostBodyBody.d.ts.map +1 -1
  255. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.cjs +1 -2
  256. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.cjs.map +1 -1
  257. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.cts +4 -4
  258. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.cts.map +1 -1
  259. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.ts +4 -4
  260. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.ts.map +1 -1
  261. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.js +1 -1
  262. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.js.map +1 -1
  263. package/dist/api/api-schemas/organisationPostResponse.d.cts +4 -4
  264. package/dist/api/api-schemas/organisationPostResponse.d.cts.map +1 -1
  265. package/dist/api/api-schemas/organisationPostResponse.d.ts +4 -4
  266. package/dist/api/api-schemas/organisationPostResponse.d.ts.map +1 -1
  267. package/dist/api/api-schemas/organisationUnitChargeSummary.d.cts +0 -1
  268. package/dist/api/api-schemas/organisationUnitChargeSummary.d.cts.map +1 -1
  269. package/dist/api/api-schemas/organisationUnitChargeSummary.d.ts +0 -1
  270. package/dist/api/api-schemas/organisationUnitChargeSummary.d.ts.map +1 -1
  271. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.cts +1 -3
  272. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.cts.map +1 -1
  273. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.ts +1 -3
  274. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.ts.map +1 -1
  275. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.cjs +1 -2
  276. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.cjs.map +1 -1
  277. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.cts +4 -4
  278. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.cts.map +1 -1
  279. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.ts +4 -4
  280. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.ts.map +1 -1
  281. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.js +1 -1
  282. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.js.map +1 -1
  283. package/dist/api/api-schemas/organisationUnitPostResponse.d.cts +4 -4
  284. package/dist/api/api-schemas/organisationUnitPostResponse.d.cts.map +1 -1
  285. package/dist/api/api-schemas/organisationUnitPostResponse.d.ts +4 -4
  286. package/dist/api/api-schemas/organisationUnitPostResponse.d.ts.map +1 -1
  287. package/dist/api/api-schemas/organisationUnitsGetResponse.d.cts +1 -3
  288. package/dist/api/api-schemas/organisationUnitsGetResponse.d.cts.map +1 -1
  289. package/dist/api/api-schemas/organisationUnitsGetResponse.d.ts +1 -3
  290. package/dist/api/api-schemas/organisationUnitsGetResponse.d.ts.map +1 -1
  291. package/dist/api/api-schemas/organisationsGetResponse.d.cts +0 -1
  292. package/dist/api/api-schemas/organisationsGetResponse.d.cts.map +1 -1
  293. package/dist/api/api-schemas/organisationsGetResponse.d.ts +0 -1
  294. package/dist/api/api-schemas/organisationsGetResponse.d.ts.map +1 -1
  295. package/dist/api/api-schemas/personalUnitPutBodyBody.d.cts +4 -4
  296. package/dist/api/api-schemas/personalUnitPutBodyBody.d.cts.map +1 -1
  297. package/dist/api/api-schemas/personalUnitPutBodyBody.d.ts +4 -4
  298. package/dist/api/api-schemas/personalUnitPutBodyBody.d.ts.map +1 -1
  299. package/dist/api/api-schemas/personalUnitPutResponse.d.cts +4 -4
  300. package/dist/api/api-schemas/personalUnitPutResponse.d.cts.map +1 -1
  301. package/dist/api/api-schemas/personalUnitPutResponse.d.ts +4 -4
  302. package/dist/api/api-schemas/personalUnitPutResponse.d.ts.map +1 -1
  303. package/dist/api/api-schemas/processingChargeItem.d.cts +0 -1
  304. package/dist/api/api-schemas/processingChargeItem.d.cts.map +1 -1
  305. package/dist/api/api-schemas/processingChargeItem.d.ts +0 -1
  306. package/dist/api/api-schemas/processingChargeItem.d.ts.map +1 -1
  307. package/dist/api/api-schemas/processingCharges.d.cts +0 -1
  308. package/dist/api/api-schemas/processingCharges.d.cts.map +1 -1
  309. package/dist/api/api-schemas/processingCharges.d.ts +0 -1
  310. package/dist/api/api-schemas/processingCharges.d.ts.map +1 -1
  311. package/dist/api/api-schemas/processingChargesMerchantKind.cjs +1 -2
  312. package/dist/api/api-schemas/processingChargesMerchantKind.cjs.map +1 -1
  313. package/dist/api/api-schemas/processingChargesMerchantKind.d.cts +4 -4
  314. package/dist/api/api-schemas/processingChargesMerchantKind.d.cts.map +1 -1
  315. package/dist/api/api-schemas/processingChargesMerchantKind.d.ts +4 -4
  316. package/dist/api/api-schemas/processingChargesMerchantKind.d.ts.map +1 -1
  317. package/dist/api/api-schemas/processingChargesMerchantKind.js +1 -1
  318. package/dist/api/api-schemas/processingChargesMerchantKind.js.map +1 -1
  319. package/dist/api/api-schemas/productChargesGetResponse.d.cts +0 -1
  320. package/dist/api/api-schemas/productChargesGetResponse.d.cts.map +1 -1
  321. package/dist/api/api-schemas/productChargesGetResponse.d.ts +0 -1
  322. package/dist/api/api-schemas/productChargesGetResponse.d.ts.map +1 -1
  323. package/dist/api/api-schemas/productChargesGetResponseProductType.cjs +1 -2
  324. package/dist/api/api-schemas/productChargesGetResponseProductType.cjs.map +1 -1
  325. package/dist/api/api-schemas/productChargesGetResponseProductType.d.cts +4 -4
  326. package/dist/api/api-schemas/productChargesGetResponseProductType.d.cts.map +1 -1
  327. package/dist/api/api-schemas/productChargesGetResponseProductType.d.ts +4 -4
  328. package/dist/api/api-schemas/productChargesGetResponseProductType.d.ts.map +1 -1
  329. package/dist/api/api-schemas/productChargesGetResponseProductType.js +1 -1
  330. package/dist/api/api-schemas/productChargesGetResponseProductType.js.map +1 -1
  331. package/dist/api/api-schemas/productClaimDetail.d.cts +6 -8
  332. package/dist/api/api-schemas/productClaimDetail.d.cts.map +1 -1
  333. package/dist/api/api-schemas/productClaimDetail.d.ts +6 -8
  334. package/dist/api/api-schemas/productClaimDetail.d.ts.map +1 -1
  335. package/dist/api/api-schemas/productCoinsDetail.d.cts +4 -4
  336. package/dist/api/api-schemas/productCoinsDetail.d.cts.map +1 -1
  337. package/dist/api/api-schemas/productCoinsDetail.d.ts +4 -4
  338. package/dist/api/api-schemas/productCoinsDetail.d.ts.map +1 -1
  339. package/dist/api/api-schemas/productDetail.d.cts +5 -10
  340. package/dist/api/api-schemas/productDetail.d.cts.map +1 -1
  341. package/dist/api/api-schemas/productDetail.d.ts +5 -10
  342. package/dist/api/api-schemas/productDetail.d.ts.map +1 -1
  343. package/dist/api/api-schemas/productDetailFlavour.cjs +1 -2
  344. package/dist/api/api-schemas/productDetailFlavour.cjs.map +1 -1
  345. package/dist/api/api-schemas/productDetailFlavour.d.cts +4 -5
  346. package/dist/api/api-schemas/productDetailFlavour.d.cts.map +1 -1
  347. package/dist/api/api-schemas/productDetailFlavour.d.ts +4 -5
  348. package/dist/api/api-schemas/productDetailFlavour.d.ts.map +1 -1
  349. package/dist/api/api-schemas/productDetailFlavour.js +1 -1
  350. package/dist/api/api-schemas/productDetailFlavour.js.map +1 -1
  351. package/dist/api/api-schemas/productDetailType.cjs +1 -2
  352. package/dist/api/api-schemas/productDetailType.cjs.map +1 -1
  353. package/dist/api/api-schemas/productDetailType.d.cts +4 -5
  354. package/dist/api/api-schemas/productDetailType.d.cts.map +1 -1
  355. package/dist/api/api-schemas/productDetailType.d.ts +4 -5
  356. package/dist/api/api-schemas/productDetailType.d.ts.map +1 -1
  357. package/dist/api/api-schemas/productDetailType.js +1 -1
  358. package/dist/api/api-schemas/productDetailType.js.map +1 -1
  359. package/dist/api/api-schemas/productDmProjectTier.d.cts +0 -1
  360. package/dist/api/api-schemas/productDmProjectTier.d.cts.map +1 -1
  361. package/dist/api/api-schemas/productDmProjectTier.d.ts +0 -1
  362. package/dist/api/api-schemas/productDmProjectTier.d.ts.map +1 -1
  363. package/dist/api/api-schemas/productDmStorage.d.cts +0 -1
  364. package/dist/api/api-schemas/productDmStorage.d.cts.map +1 -1
  365. package/dist/api/api-schemas/productDmStorage.d.ts +0 -1
  366. package/dist/api/api-schemas/productDmStorage.d.ts.map +1 -1
  367. package/dist/api/api-schemas/productDmStorageDetail.d.cts +1 -2
  368. package/dist/api/api-schemas/productDmStorageDetail.d.cts.map +1 -1
  369. package/dist/api/api-schemas/productDmStorageDetail.d.ts +1 -2
  370. package/dist/api/api-schemas/productDmStorageDetail.d.ts.map +1 -1
  371. package/dist/api/api-schemas/productDmStorageDetailCoins.d.cts +5 -7
  372. package/dist/api/api-schemas/productDmStorageDetailCoins.d.cts.map +1 -1
  373. package/dist/api/api-schemas/productDmStorageDetailCoins.d.ts +5 -7
  374. package/dist/api/api-schemas/productDmStorageDetailCoins.d.ts.map +1 -1
  375. package/dist/api/api-schemas/productDmStorageDetailSize.d.cts +7 -11
  376. package/dist/api/api-schemas/productDmStorageDetailSize.d.cts.map +1 -1
  377. package/dist/api/api-schemas/productDmStorageDetailSize.d.ts +7 -11
  378. package/dist/api/api-schemas/productDmStorageDetailSize.d.ts.map +1 -1
  379. package/dist/api/api-schemas/productInstanceDetail.d.cts +0 -1
  380. package/dist/api/api-schemas/productInstanceDetail.d.cts.map +1 -1
  381. package/dist/api/api-schemas/productInstanceDetail.d.ts +0 -1
  382. package/dist/api/api-schemas/productInstanceDetail.d.ts.map +1 -1
  383. package/dist/api/api-schemas/productInstanceDetailCoins.d.cts +5 -7
  384. package/dist/api/api-schemas/productInstanceDetailCoins.d.cts.map +1 -1
  385. package/dist/api/api-schemas/productInstanceDetailCoins.d.ts +5 -7
  386. package/dist/api/api-schemas/productInstanceDetailCoins.d.ts.map +1 -1
  387. package/dist/api/api-schemas/productPatchBodyBody.d.cts +4 -4
  388. package/dist/api/api-schemas/productPatchBodyBody.d.cts.map +1 -1
  389. package/dist/api/api-schemas/productPatchBodyBody.d.ts +4 -4
  390. package/dist/api/api-schemas/productPatchBodyBody.d.ts.map +1 -1
  391. package/dist/api/api-schemas/productType.d.cts +0 -1
  392. package/dist/api/api-schemas/productType.d.cts.map +1 -1
  393. package/dist/api/api-schemas/productType.d.ts +0 -1
  394. package/dist/api/api-schemas/productType.d.ts.map +1 -1
  395. package/dist/api/api-schemas/productTypeServiceKind.cjs +1 -2
  396. package/dist/api/api-schemas/productTypeServiceKind.cjs.map +1 -1
  397. package/dist/api/api-schemas/productTypeServiceKind.d.cts +4 -4
  398. package/dist/api/api-schemas/productTypeServiceKind.d.cts.map +1 -1
  399. package/dist/api/api-schemas/productTypeServiceKind.d.ts +4 -4
  400. package/dist/api/api-schemas/productTypeServiceKind.d.ts.map +1 -1
  401. package/dist/api/api-schemas/productTypeServiceKind.js +1 -1
  402. package/dist/api/api-schemas/productTypeServiceKind.js.map +1 -1
  403. package/dist/api/api-schemas/productUnitGetResponse.d.cts +3 -3
  404. package/dist/api/api-schemas/productUnitGetResponse.d.cts.map +1 -1
  405. package/dist/api/api-schemas/productUnitGetResponse.d.ts +3 -3
  406. package/dist/api/api-schemas/productUnitGetResponse.d.ts.map +1 -1
  407. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.cts +0 -1
  408. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.cts.map +1 -1
  409. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.ts +0 -1
  410. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.ts.map +1 -1
  411. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.cts +4 -4
  412. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.cts.map +1 -1
  413. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.ts +4 -4
  414. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.ts.map +1 -1
  415. package/dist/api/api-schemas/productsGetResponse.d.cts +3 -3
  416. package/dist/api/api-schemas/productsGetResponse.d.cts.map +1 -1
  417. package/dist/api/api-schemas/productsGetResponse.d.ts +3 -3
  418. package/dist/api/api-schemas/productsGetResponse.d.ts.map +1 -1
  419. package/dist/api/api-schemas/productsGetTypesResponse.d.cts +0 -1
  420. package/dist/api/api-schemas/productsGetTypesResponse.d.cts.map +1 -1
  421. package/dist/api/api-schemas/productsGetTypesResponse.d.ts +0 -1
  422. package/dist/api/api-schemas/productsGetTypesResponse.d.ts.map +1 -1
  423. package/dist/api/api-schemas/qFormatParameter.cjs +1 -2
  424. package/dist/api/api-schemas/qFormatParameter.cjs.map +1 -1
  425. package/dist/api/api-schemas/qFormatParameter.d.cts +4 -4
  426. package/dist/api/api-schemas/qFormatParameter.d.cts.map +1 -1
  427. package/dist/api/api-schemas/qFormatParameter.d.ts +4 -4
  428. package/dist/api/api-schemas/qFormatParameter.d.ts.map +1 -1
  429. package/dist/api/api-schemas/qFormatParameter.js +1 -1
  430. package/dist/api/api-schemas/qFormatParameter.js.map +1 -1
  431. package/dist/api/api-schemas/qFromParameter.d.cts +4 -4
  432. package/dist/api/api-schemas/qFromParameter.d.cts.map +1 -1
  433. package/dist/api/api-schemas/qFromParameter.d.ts +4 -4
  434. package/dist/api/api-schemas/qFromParameter.d.ts.map +1 -1
  435. package/dist/api/api-schemas/qMIdParameter.d.cts +4 -4
  436. package/dist/api/api-schemas/qMIdParameter.d.cts.map +1 -1
  437. package/dist/api/api-schemas/qMIdParameter.d.ts +4 -4
  438. package/dist/api/api-schemas/qMIdParameter.d.ts.map +1 -1
  439. package/dist/api/api-schemas/qNameParameter.d.cts +4 -4
  440. package/dist/api/api-schemas/qNameParameter.d.cts.map +1 -1
  441. package/dist/api/api-schemas/qNameParameter.d.ts +4 -4
  442. package/dist/api/api-schemas/qNameParameter.d.ts.map +1 -1
  443. package/dist/api/api-schemas/qOrgIdParameter.d.cts +4 -4
  444. package/dist/api/api-schemas/qOrgIdParameter.d.cts.map +1 -1
  445. package/dist/api/api-schemas/qOrgIdParameter.d.ts +4 -4
  446. package/dist/api/api-schemas/qOrgIdParameter.d.ts.map +1 -1
  447. package/dist/api/api-schemas/qPbpParameter.d.cts +4 -4
  448. package/dist/api/api-schemas/qPbpParameter.d.cts.map +1 -1
  449. package/dist/api/api-schemas/qPbpParameter.d.ts +4 -4
  450. package/dist/api/api-schemas/qPbpParameter.d.ts.map +1 -1
  451. package/dist/api/api-schemas/qProductIdParameter.d.cts +4 -4
  452. package/dist/api/api-schemas/qProductIdParameter.d.cts.map +1 -1
  453. package/dist/api/api-schemas/qProductIdParameter.d.ts +4 -4
  454. package/dist/api/api-schemas/qProductIdParameter.d.ts.map +1 -1
  455. package/dist/api/api-schemas/qUnitIdParameter.d.cts +4 -4
  456. package/dist/api/api-schemas/qUnitIdParameter.d.cts.map +1 -1
  457. package/dist/api/api-schemas/qUnitIdParameter.d.ts +4 -4
  458. package/dist/api/api-schemas/qUnitIdParameter.d.ts.map +1 -1
  459. package/dist/api/api-schemas/qUntilParameter.d.cts +4 -4
  460. package/dist/api/api-schemas/qUntilParameter.d.cts.map +1 -1
  461. package/dist/api/api-schemas/qUntilParameter.d.ts +4 -4
  462. package/dist/api/api-schemas/qUntilParameter.d.ts.map +1 -1
  463. package/dist/api/api-schemas/qUserIdParameter.d.cts +4 -4
  464. package/dist/api/api-schemas/qUserIdParameter.d.cts.map +1 -1
  465. package/dist/api/api-schemas/qUserIdParameter.d.ts +4 -4
  466. package/dist/api/api-schemas/qUserIdParameter.d.ts.map +1 -1
  467. package/dist/api/api-schemas/stateGetVersionResponse.d.cts +5 -6
  468. package/dist/api/api-schemas/stateGetVersionResponse.d.cts.map +1 -1
  469. package/dist/api/api-schemas/stateGetVersionResponse.d.ts +5 -6
  470. package/dist/api/api-schemas/stateGetVersionResponse.d.ts.map +1 -1
  471. package/dist/api/api-schemas/storageChargeItem.d.cts +0 -1
  472. package/dist/api/api-schemas/storageChargeItem.d.cts.map +1 -1
  473. package/dist/api/api-schemas/storageChargeItem.d.ts +0 -1
  474. package/dist/api/api-schemas/storageChargeItem.d.ts.map +1 -1
  475. package/dist/api/api-schemas/storageCharges.d.cts +0 -1
  476. package/dist/api/api-schemas/storageCharges.d.cts.map +1 -1
  477. package/dist/api/api-schemas/storageCharges.d.ts +0 -1
  478. package/dist/api/api-schemas/storageCharges.d.ts.map +1 -1
  479. package/dist/api/api-schemas/unitAllDetail.d.cts +0 -1
  480. package/dist/api/api-schemas/unitAllDetail.d.cts.map +1 -1
  481. package/dist/api/api-schemas/unitAllDetail.d.ts +0 -1
  482. package/dist/api/api-schemas/unitAllDetail.d.ts.map +1 -1
  483. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.cjs +1 -2
  484. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.cjs.map +1 -1
  485. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.cts +4 -4
  486. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.cts.map +1 -1
  487. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.ts +4 -4
  488. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.ts.map +1 -1
  489. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.js +1 -1
  490. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.js.map +1 -1
  491. package/dist/api/api-schemas/unitChargeSummary.d.cts +0 -1
  492. package/dist/api/api-schemas/unitChargeSummary.d.cts.map +1 -1
  493. package/dist/api/api-schemas/unitChargeSummary.d.ts +0 -1
  494. package/dist/api/api-schemas/unitChargeSummary.d.ts.map +1 -1
  495. package/dist/api/api-schemas/unitChargesGetResponse.d.cts +0 -1
  496. package/dist/api/api-schemas/unitChargesGetResponse.d.cts.map +1 -1
  497. package/dist/api/api-schemas/unitChargesGetResponse.d.ts +0 -1
  498. package/dist/api/api-schemas/unitChargesGetResponse.d.ts.map +1 -1
  499. package/dist/api/api-schemas/unitDetail.d.cts +0 -1
  500. package/dist/api/api-schemas/unitDetail.d.cts.map +1 -1
  501. package/dist/api/api-schemas/unitDetail.d.ts +0 -1
  502. package/dist/api/api-schemas/unitDetail.d.ts.map +1 -1
  503. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.cjs +1 -2
  504. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.cjs.map +1 -1
  505. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.cts +4 -4
  506. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.cts.map +1 -1
  507. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.ts +4 -4
  508. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.ts.map +1 -1
  509. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.js +1 -1
  510. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.js.map +1 -1
  511. package/dist/api/api-schemas/unitGetResponse.d.cts +0 -1
  512. package/dist/api/api-schemas/unitGetResponse.d.cts.map +1 -1
  513. package/dist/api/api-schemas/unitGetResponse.d.ts +0 -1
  514. package/dist/api/api-schemas/unitGetResponse.d.ts.map +1 -1
  515. package/dist/api/api-schemas/unitPatchBodyBody.d.cts +6 -5
  516. package/dist/api/api-schemas/unitPatchBodyBody.d.cts.map +1 -1
  517. package/dist/api/api-schemas/unitPatchBodyBody.d.ts +6 -5
  518. package/dist/api/api-schemas/unitPatchBodyBody.d.ts.map +1 -1
  519. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.cjs +1 -2
  520. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.cjs.map +1 -1
  521. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.cts +6 -6
  522. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.cts.map +1 -1
  523. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.ts +6 -6
  524. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.ts.map +1 -1
  525. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.js +1 -1
  526. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.js.map +1 -1
  527. package/dist/api/api-schemas/unitProductChargeSummary.d.cts +0 -1
  528. package/dist/api/api-schemas/unitProductChargeSummary.d.cts.map +1 -1
  529. package/dist/api/api-schemas/unitProductChargeSummary.d.ts +0 -1
  530. package/dist/api/api-schemas/unitProductChargeSummary.d.ts.map +1 -1
  531. package/dist/api/api-schemas/unitProductPostBodyBody.d.cts +7 -6
  532. package/dist/api/api-schemas/unitProductPostBodyBody.d.cts.map +1 -1
  533. package/dist/api/api-schemas/unitProductPostBodyBody.d.ts +7 -6
  534. package/dist/api/api-schemas/unitProductPostBodyBody.d.ts.map +1 -1
  535. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.cjs +1 -2
  536. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.cjs.map +1 -1
  537. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.cts +4 -4
  538. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.cts.map +1 -1
  539. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.ts +4 -4
  540. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.ts.map +1 -1
  541. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.js +1 -1
  542. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.js.map +1 -1
  543. package/dist/api/api-schemas/unitProductPostBodyBodyType.cjs +1 -2
  544. package/dist/api/api-schemas/unitProductPostBodyBodyType.cjs.map +1 -1
  545. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.cts +6 -6
  546. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.cts.map +1 -1
  547. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.ts +6 -6
  548. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.ts.map +1 -1
  549. package/dist/api/api-schemas/unitProductPostBodyBodyType.js +1 -1
  550. package/dist/api/api-schemas/unitProductPostBodyBodyType.js.map +1 -1
  551. package/dist/api/api-schemas/unitProductPostResponse.d.cts +4 -4
  552. package/dist/api/api-schemas/unitProductPostResponse.d.cts.map +1 -1
  553. package/dist/api/api-schemas/unitProductPostResponse.d.ts +4 -4
  554. package/dist/api/api-schemas/unitProductPostResponse.d.ts.map +1 -1
  555. package/dist/api/api-schemas/unitsGetResponse.d.cts +1 -3
  556. package/dist/api/api-schemas/unitsGetResponse.d.cts.map +1 -1
  557. package/dist/api/api-schemas/unitsGetResponse.d.ts +1 -3
  558. package/dist/api/api-schemas/unitsGetResponse.d.ts.map +1 -1
  559. package/dist/api/api-schemas/userAccountDetail.d.cts +0 -1
  560. package/dist/api/api-schemas/userAccountDetail.d.cts.map +1 -1
  561. package/dist/api/api-schemas/userAccountDetail.d.ts +0 -1
  562. package/dist/api/api-schemas/userAccountDetail.d.ts.map +1 -1
  563. package/dist/api/api-schemas/userAccountGetResponse.d.cts +0 -1
  564. package/dist/api/api-schemas/userAccountGetResponse.d.cts.map +1 -1
  565. package/dist/api/api-schemas/userAccountGetResponse.d.ts +0 -1
  566. package/dist/api/api-schemas/userAccountGetResponse.d.ts.map +1 -1
  567. package/dist/api/api-schemas/userDetail.d.cts +4 -4
  568. package/dist/api/api-schemas/userDetail.d.cts.map +1 -1
  569. package/dist/api/api-schemas/userDetail.d.ts +4 -4
  570. package/dist/api/api-schemas/userDetail.d.ts.map +1 -1
  571. package/dist/api/api-schemas/usersGetResponse.d.cts +1 -3
  572. package/dist/api/api-schemas/usersGetResponse.d.cts.map +1 -1
  573. package/dist/api/api-schemas/usersGetResponse.d.ts +1 -3
  574. package/dist/api/api-schemas/usersGetResponse.d.ts.map +1 -1
  575. package/dist/api/asset/asset.cjs +70 -70
  576. package/dist/api/asset/asset.cjs.map +1 -1
  577. package/dist/api/asset/asset.d.cts +43 -52
  578. package/dist/api/asset/asset.d.cts.map +1 -1
  579. package/dist/api/asset/asset.d.ts +43 -52
  580. package/dist/api/asset/asset.d.ts.map +1 -1
  581. package/dist/api/asset/asset.fetch.cjs +91 -32
  582. package/dist/api/asset/asset.fetch.cjs.map +1 -1
  583. package/dist/api/asset/asset.fetch.d.cts +73 -82
  584. package/dist/api/asset/asset.fetch.d.cts.map +1 -1
  585. package/dist/api/asset/asset.fetch.d.ts +73 -82
  586. package/dist/api/asset/asset.fetch.d.ts.map +1 -1
  587. package/dist/api/asset/asset.fetch.js +81 -22
  588. package/dist/api/asset/asset.fetch.js.map +1 -1
  589. package/dist/api/asset/asset.js +60 -60
  590. package/dist/api/asset/asset.js.map +1 -1
  591. package/dist/api/charges/charges.cjs +46 -53
  592. package/dist/api/charges/charges.cjs.map +1 -1
  593. package/dist/api/charges/charges.d.cts +50 -52
  594. package/dist/api/charges/charges.d.cts.map +1 -1
  595. package/dist/api/charges/charges.d.ts +50 -52
  596. package/dist/api/charges/charges.d.ts.map +1 -1
  597. package/dist/api/charges/charges.fetch.cjs +66 -40
  598. package/dist/api/charges/charges.fetch.cjs.map +1 -1
  599. package/dist/api/charges/charges.fetch.d.cts +66 -68
  600. package/dist/api/charges/charges.fetch.d.cts.map +1 -1
  601. package/dist/api/charges/charges.fetch.d.ts +66 -68
  602. package/dist/api/charges/charges.fetch.d.ts.map +1 -1
  603. package/dist/api/charges/charges.fetch.js +63 -37
  604. package/dist/api/charges/charges.fetch.js.map +1 -1
  605. package/dist/api/charges/charges.js +43 -50
  606. package/dist/api/charges/charges.js.map +1 -1
  607. package/dist/api/event-stream/event-stream.cjs +37 -37
  608. package/dist/api/event-stream/event-stream.cjs.map +1 -1
  609. package/dist/api/event-stream/event-stream.d.cts +25 -29
  610. package/dist/api/event-stream/event-stream.d.cts.map +1 -1
  611. package/dist/api/event-stream/event-stream.d.ts +25 -29
  612. package/dist/api/event-stream/event-stream.d.ts.map +1 -1
  613. package/dist/api/event-stream/event-stream.fetch.cjs +50 -23
  614. package/dist/api/event-stream/event-stream.fetch.cjs.map +1 -1
  615. package/dist/api/event-stream/event-stream.fetch.d.cts +40 -44
  616. package/dist/api/event-stream/event-stream.fetch.d.cts.map +1 -1
  617. package/dist/api/event-stream/event-stream.fetch.d.ts +40 -44
  618. package/dist/api/event-stream/event-stream.fetch.d.ts.map +1 -1
  619. package/dist/api/event-stream/event-stream.fetch.js +45 -18
  620. package/dist/api/event-stream/event-stream.fetch.js.map +1 -1
  621. package/dist/api/event-stream/event-stream.js +32 -32
  622. package/dist/api/event-stream/event-stream.js.map +1 -1
  623. package/dist/api/merchant/merchant.cjs +27 -26
  624. package/dist/api/merchant/merchant.cjs.map +1 -1
  625. package/dist/api/merchant/merchant.d.cts +19 -21
  626. package/dist/api/merchant/merchant.d.cts.map +1 -1
  627. package/dist/api/merchant/merchant.d.ts +19 -21
  628. package/dist/api/merchant/merchant.d.ts.map +1 -1
  629. package/dist/api/merchant/merchant.fetch.cjs +35 -22
  630. package/dist/api/merchant/merchant.fetch.cjs.map +1 -1
  631. package/dist/api/merchant/merchant.fetch.d.cts +27 -29
  632. package/dist/api/merchant/merchant.fetch.d.cts.map +1 -1
  633. package/dist/api/merchant/merchant.fetch.d.ts +27 -29
  634. package/dist/api/merchant/merchant.fetch.d.ts.map +1 -1
  635. package/dist/api/merchant/merchant.fetch.js +32 -19
  636. package/dist/api/merchant/merchant.fetch.js.map +1 -1
  637. package/dist/api/merchant/merchant.js +24 -23
  638. package/dist/api/merchant/merchant.js.map +1 -1
  639. package/dist/api/organisation/organisation.cjs +52 -57
  640. package/dist/api/organisation/organisation.cjs.map +1 -1
  641. package/dist/api/organisation/organisation.d.cts +43 -49
  642. package/dist/api/organisation/organisation.d.cts.map +1 -1
  643. package/dist/api/organisation/organisation.d.ts +43 -49
  644. package/dist/api/organisation/organisation.d.ts.map +1 -1
  645. package/dist/api/organisation/organisation.fetch.cjs +71 -32
  646. package/dist/api/organisation/organisation.fetch.cjs.map +1 -1
  647. package/dist/api/organisation/organisation.fetch.d.cts +65 -71
  648. package/dist/api/organisation/organisation.fetch.d.cts.map +1 -1
  649. package/dist/api/organisation/organisation.fetch.d.ts +65 -71
  650. package/dist/api/organisation/organisation.fetch.d.ts.map +1 -1
  651. package/dist/api/organisation/organisation.fetch.js +65 -26
  652. package/dist/api/organisation/organisation.fetch.js.map +1 -1
  653. package/dist/api/organisation/organisation.js +46 -51
  654. package/dist/api/organisation/organisation.js.map +1 -1
  655. package/dist/api/product/product.cjs +56 -76
  656. package/dist/api/product/product.cjs.map +1 -1
  657. package/dist/api/product/product.d.cts +66 -75
  658. package/dist/api/product/product.d.cts.map +1 -1
  659. package/dist/api/product/product.d.ts +66 -75
  660. package/dist/api/product/product.d.ts.map +1 -1
  661. package/dist/api/product/product.fetch.cjs +86 -51
  662. package/dist/api/product/product.fetch.cjs.map +1 -1
  663. package/dist/api/product/product.fetch.d.cts +100 -109
  664. package/dist/api/product/product.fetch.d.cts.map +1 -1
  665. package/dist/api/product/product.fetch.d.ts +100 -109
  666. package/dist/api/product/product.fetch.d.ts.map +1 -1
  667. package/dist/api/product/product.fetch.js +80 -45
  668. package/dist/api/product/product.fetch.js.map +1 -1
  669. package/dist/api/product/product.js +50 -70
  670. package/dist/api/product/product.js.map +1 -1
  671. package/dist/api/state/state.cjs +22 -15
  672. package/dist/api/state/state.cjs.map +1 -1
  673. package/dist/api/state/state.d.cts +8 -8
  674. package/dist/api/state/state.d.cts.map +1 -1
  675. package/dist/api/state/state.d.ts +8 -8
  676. package/dist/api/state/state.d.ts.map +1 -1
  677. package/dist/api/state/state.fetch.cjs +25 -15
  678. package/dist/api/state/state.fetch.cjs.map +1 -1
  679. package/dist/api/state/state.fetch.d.cts +11 -11
  680. package/dist/api/state/state.fetch.d.cts.map +1 -1
  681. package/dist/api/state/state.fetch.d.ts +11 -11
  682. package/dist/api/state/state.fetch.d.ts.map +1 -1
  683. package/dist/api/state/state.fetch.js +22 -12
  684. package/dist/api/state/state.fetch.js.map +1 -1
  685. package/dist/api/state/state.js +19 -12
  686. package/dist/api/state/state.js.map +1 -1
  687. package/dist/api/unit/unit.cjs +75 -84
  688. package/dist/api/unit/unit.cjs.map +1 -1
  689. package/dist/api/unit/unit.d.cts +60 -70
  690. package/dist/api/unit/unit.d.cts.map +1 -1
  691. package/dist/api/unit/unit.d.ts +60 -70
  692. package/dist/api/unit/unit.d.ts.map +1 -1
  693. package/dist/api/unit/unit.fetch.cjs +101 -43
  694. package/dist/api/unit/unit.fetch.cjs.map +1 -1
  695. package/dist/api/unit/unit.fetch.d.cts +97 -107
  696. package/dist/api/unit/unit.fetch.d.cts.map +1 -1
  697. package/dist/api/unit/unit.fetch.d.ts +97 -107
  698. package/dist/api/unit/unit.fetch.d.ts.map +1 -1
  699. package/dist/api/unit/unit.fetch.js +91 -33
  700. package/dist/api/unit/unit.fetch.js.map +1 -1
  701. package/dist/api/unit/unit.js +65 -74
  702. package/dist/api/unit/unit.js.map +1 -1
  703. package/dist/api/user/user.cjs +64 -68
  704. package/dist/api/user/user.cjs.map +1 -1
  705. package/dist/api/user/user.d.cts +50 -57
  706. package/dist/api/user/user.d.cts.map +1 -1
  707. package/dist/api/user/user.d.ts +50 -57
  708. package/dist/api/user/user.d.ts.map +1 -1
  709. package/dist/api/user/user.fetch.cjs +80 -33
  710. package/dist/api/user/user.fetch.cjs.map +1 -1
  711. package/dist/api/user/user.fetch.d.cts +74 -81
  712. package/dist/api/user/user.fetch.d.cts.map +1 -1
  713. package/dist/api/user/user.fetch.d.ts +74 -81
  714. package/dist/api/user/user.fetch.d.ts.map +1 -1
  715. package/dist/api/user/user.fetch.js +73 -26
  716. package/dist/api/user/user.fetch.js.map +1 -1
  717. package/dist/api/user/user.js +57 -61
  718. package/dist/api/user/user.js.map +1 -1
  719. package/dist/custom-axios.cjs +3 -4
  720. package/dist/custom-axios.cjs.map +1 -1
  721. package/dist/custom-axios.d.cts +1 -3
  722. package/dist/custom-axios.d.cts.map +1 -1
  723. package/dist/custom-axios.d.ts +1 -3
  724. package/dist/custom-axios.d.ts.map +1 -1
  725. package/dist/custom-axios.js +2 -3
  726. package/dist/custom-axios.js.map +1 -1
  727. package/dist/custom-fetch.cjs +1 -2
  728. package/dist/custom-fetch.cjs.map +1 -1
  729. package/dist/custom-fetch.d.cts +0 -1
  730. package/dist/custom-fetch.d.cts.map +1 -1
  731. package/dist/custom-fetch.d.ts +0 -1
  732. package/dist/custom-fetch.d.ts.map +1 -1
  733. package/dist/custom-fetch.js +1 -1
  734. package/dist/custom-fetch.js.map +1 -1
  735. package/dist/index.cjs +27 -27
  736. package/dist/index.d.cts +9 -11
  737. package/dist/index.d.ts +9 -11
  738. package/dist/index.js +1 -2
  739. package/morph-query-keys.ts +2 -1
  740. package/orval.config.ts +9 -15
  741. package/package.json +13 -11
  742. package/pnpm-workspace.yaml +5 -1
  743. package/src/api/actions/actions.fetch.ts +44 -34
  744. package/src/api/actions/actions.ts +40 -30
  745. package/src/api/api-schemas/actionDetail.fetch.ts +22 -0
  746. package/src/api/api-schemas/actionDetail.ts +4 -4
  747. package/src/api/api-schemas/actionGetResponse.fetch.ts +18 -0
  748. package/src/api/api-schemas/actionGetResponse.ts +6 -8
  749. package/src/api/api-schemas/asError.fetch.ts +15 -0
  750. package/src/api/api-schemas/asError.ts +4 -4
  751. package/src/api/api-schemas/assetDetail.fetch.ts +27 -0
  752. package/src/api/api-schemas/assetDetail.ts +4 -4
  753. package/src/api/api-schemas/assetDetailScope.fetch.ts +20 -0
  754. package/src/api/api-schemas/assetDetailScope.ts +4 -5
  755. package/src/api/api-schemas/assetGetByIdResponse.fetch.ts +13 -0
  756. package/src/api/api-schemas/assetGetByIdResponse.ts +4 -4
  757. package/src/api/api-schemas/assetGetResponse.fetch.ts +18 -0
  758. package/src/api/api-schemas/assetGetResponse.ts +6 -8
  759. package/src/api/api-schemas/assetPatchBodyBody.fetch.ts +19 -0
  760. package/src/api/api-schemas/assetPatchBodyBody.ts +4 -4
  761. package/src/api/api-schemas/assetPostBodyBody.fetch.ts +32 -0
  762. package/src/api/api-schemas/assetPostBodyBody.ts +4 -4
  763. package/src/api/api-schemas/assetPostBodyBodyScope.fetch.ts +24 -0
  764. package/src/api/api-schemas/assetPostBodyBodyScope.ts +4 -5
  765. package/src/api/api-schemas/assetPostResponse.fetch.ts +15 -0
  766. package/src/api/api-schemas/assetPostResponse.ts +5 -6
  767. package/src/api/api-schemas/attachAssetParams.fetch.ts +19 -0
  768. package/src/api/api-schemas/attachAssetParams.ts +4 -4
  769. package/src/api/api-schemas/chargeAdditionalData.fetch.ts +14 -0
  770. package/src/api/api-schemas/chargeAdditionalData.ts +4 -4
  771. package/src/api/api-schemas/chargeSummary.fetch.ts +18 -0
  772. package/src/api/api-schemas/chargeSummary.ts +4 -4
  773. package/src/api/api-schemas/chargeSummaryType.fetch.ts +17 -0
  774. package/src/api/api-schemas/chargeSummaryType.ts +4 -5
  775. package/src/api/api-schemas/chargesGetResponse.fetch.ts +19 -0
  776. package/src/api/api-schemas/chargesGetResponse.ts +4 -4
  777. package/src/api/api-schemas/detachAssetParams.fetch.ts +19 -0
  778. package/src/api/api-schemas/detachAssetParams.ts +4 -4
  779. package/src/api/api-schemas/eventStreamGetPostResponse.fetch.ts +21 -0
  780. package/src/api/api-schemas/eventStreamGetPostResponse.ts +4 -4
  781. package/src/api/api-schemas/eventStreamPostBodyBody.fetch.ts +13 -0
  782. package/src/api/api-schemas/eventStreamPostBodyBody.ts +4 -4
  783. package/src/api/api-schemas/eventStreamPostBodyBodyFormat.fetch.ts +18 -0
  784. package/src/api/api-schemas/eventStreamPostBodyBodyFormat.ts +4 -5
  785. package/src/api/api-schemas/eventStreamVersionGetResponse.fetch.ts +20 -0
  786. package/src/api/api-schemas/eventStreamVersionGetResponse.ts +4 -4
  787. package/src/api/api-schemas/eventStreamVersionGetResponseProtocol.fetch.ts +22 -0
  788. package/src/api/api-schemas/eventStreamVersionGetResponseProtocol.ts +4 -5
  789. package/src/api/api-schemas/getActionsParams.fetch.ts +52 -0
  790. package/src/api/api-schemas/getActionsParams.ts +5 -5
  791. package/src/api/api-schemas/getAssetParams.fetch.ts +39 -0
  792. package/src/api/api-schemas/getAssetParams.ts +6 -6
  793. package/src/api/api-schemas/getChargesParams.fetch.ts +30 -0
  794. package/src/api/api-schemas/getChargesParams.ts +5 -5
  795. package/src/api/api-schemas/getOrganisationChargesParams.fetch.ts +30 -0
  796. package/src/api/api-schemas/getOrganisationChargesParams.ts +5 -5
  797. package/src/api/api-schemas/getOrganisationsParams.fetch.ts +18 -0
  798. package/src/api/api-schemas/getOrganisationsParams.ts +4 -4
  799. package/src/api/api-schemas/getProductChargesParams.fetch.ts +30 -0
  800. package/src/api/api-schemas/getProductChargesParams.ts +5 -5
  801. package/src/api/api-schemas/getUnitChargesParams.fetch.ts +30 -0
  802. package/src/api/api-schemas/getUnitChargesParams.ts +5 -5
  803. package/src/api/api-schemas/getUnitsParams.fetch.ts +18 -0
  804. package/src/api/api-schemas/getUnitsParams.ts +4 -4
  805. package/src/api/api-schemas/index.ts +12 -14
  806. package/src/api/api-schemas/merchantDetail.fetch.ts +23 -0
  807. package/src/api/api-schemas/merchantDetail.ts +4 -4
  808. package/src/api/api-schemas/merchantDetailKind.fetch.ts +17 -0
  809. package/src/api/api-schemas/merchantDetailKind.ts +4 -5
  810. package/src/api/api-schemas/merchantGetResponse.fetch.ts +13 -0
  811. package/src/api/api-schemas/merchantGetResponse.ts +4 -4
  812. package/src/api/api-schemas/merchantSummary.fetch.ts +20 -0
  813. package/src/api/api-schemas/merchantSummary.ts +4 -4
  814. package/src/api/api-schemas/merchantSummaryKind.fetch.ts +17 -0
  815. package/src/api/api-schemas/merchantSummaryKind.ts +4 -5
  816. package/src/api/api-schemas/merchantsGetResponse.fetch.ts +17 -0
  817. package/src/api/api-schemas/merchantsGetResponse.ts +5 -6
  818. package/src/api/api-schemas/organisationAllDetail.fetch.ts +30 -0
  819. package/src/api/api-schemas/organisationAllDetail.ts +4 -4
  820. package/src/api/api-schemas/organisationAllDetailDefaultProductPrivacy.fetch.ts +23 -0
  821. package/src/api/api-schemas/organisationAllDetailDefaultProductPrivacy.ts +4 -5
  822. package/src/api/api-schemas/organisationChargeSummary.fetch.ts +17 -0
  823. package/src/api/api-schemas/organisationChargeSummary.ts +4 -4
  824. package/src/api/api-schemas/organisationChargesGetResponse.fetch.ts +20 -0
  825. package/src/api/api-schemas/organisationChargesGetResponse.ts +4 -4
  826. package/src/api/api-schemas/organisationDetail.fetch.ts +27 -0
  827. package/src/api/api-schemas/organisationDetail.ts +4 -4
  828. package/src/api/api-schemas/organisationDetailDefaultProductPrivacy.fetch.ts +23 -0
  829. package/src/api/api-schemas/organisationDetailDefaultProductPrivacy.ts +4 -5
  830. package/src/api/api-schemas/organisationGetDefaultResponse.fetch.ts +25 -0
  831. package/src/api/api-schemas/organisationGetDefaultResponse.ts +7 -10
  832. package/src/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.fetch.ts +23 -0
  833. package/src/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.ts +4 -5
  834. package/src/api/api-schemas/organisationGetResponse.fetch.ts +13 -0
  835. package/src/api/api-schemas/organisationGetResponse.ts +4 -4
  836. package/src/api/api-schemas/organisationPatchBodyBody.fetch.ts +22 -0
  837. package/src/api/api-schemas/organisationPatchBodyBody.ts +9 -7
  838. package/src/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.fetch.ts +25 -0
  839. package/src/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.ts +6 -7
  840. package/src/api/api-schemas/organisationPostBodyBody.fetch.ts +23 -0
  841. package/src/api/api-schemas/organisationPostBodyBody.ts +4 -4
  842. package/src/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.fetch.ts +23 -0
  843. package/src/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.ts +4 -5
  844. package/src/api/api-schemas/organisationPostResponse.fetch.ts +15 -0
  845. package/src/api/api-schemas/organisationPostResponse.ts +4 -4
  846. package/src/api/api-schemas/organisationUnitChargeSummary.fetch.ts +26 -0
  847. package/src/api/api-schemas/organisationUnitChargeSummary.ts +4 -4
  848. package/src/api/api-schemas/organisationUnitPostBodyBody.fetch.ts +27 -0
  849. package/src/api/api-schemas/organisationUnitPostBodyBody.ts +4 -4
  850. package/src/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.fetch.ts +23 -0
  851. package/src/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.ts +4 -5
  852. package/src/api/api-schemas/organisationUnitPostResponse.fetch.ts +15 -0
  853. package/src/api/api-schemas/organisationUnitPostResponse.ts +4 -4
  854. package/src/api/api-schemas/organisationUnitsGetResponse.fetch.ts +19 -0
  855. package/src/api/api-schemas/organisationUnitsGetResponse.ts +5 -6
  856. package/src/api/api-schemas/organisationsGetResponse.fetch.ts +17 -0
  857. package/src/api/api-schemas/organisationsGetResponse.ts +4 -4
  858. package/src/api/api-schemas/personalUnitPutBodyBody.fetch.ts +19 -0
  859. package/src/api/api-schemas/personalUnitPutBodyBody.ts +4 -4
  860. package/src/api/api-schemas/personalUnitPutResponse.fetch.ts +17 -0
  861. package/src/api/api-schemas/personalUnitPutResponse.ts +4 -4
  862. package/src/api/api-schemas/processingChargeItem.fetch.ts +25 -0
  863. package/src/api/api-schemas/processingChargeItem.ts +4 -4
  864. package/src/api/api-schemas/processingCharges.fetch.ts +25 -0
  865. package/src/api/api-schemas/processingCharges.ts +5 -5
  866. package/src/api/api-schemas/processingChargesMerchantKind.fetch.ts +15 -0
  867. package/src/api/api-schemas/processingChargesMerchantKind.ts +4 -5
  868. package/src/api/api-schemas/productChargesGetResponse.fetch.ts +36 -0
  869. package/src/api/api-schemas/productChargesGetResponse.ts +5 -5
  870. package/src/api/api-schemas/productChargesGetResponseProductType.fetch.ts +18 -0
  871. package/src/api/api-schemas/productChargesGetResponseProductType.ts +4 -5
  872. package/src/api/api-schemas/productClaimDetail.fetch.ts +17 -0
  873. package/src/api/api-schemas/productClaimDetail.ts +6 -8
  874. package/src/api/api-schemas/productCoinsDetail.fetch.ts +35 -0
  875. package/src/api/api-schemas/productCoinsDetail.ts +4 -4
  876. package/src/api/api-schemas/productDetail.fetch.ts +24 -0
  877. package/src/api/api-schemas/productDetail.ts +9 -13
  878. package/src/api/api-schemas/productDetailFlavour.fetch.ts +22 -0
  879. package/src/api/api-schemas/productDetailFlavour.ts +4 -6
  880. package/src/api/api-schemas/productDetailType.fetch.ts +20 -0
  881. package/src/api/api-schemas/productDetailType.ts +4 -6
  882. package/src/api/api-schemas/productDmProjectTier.fetch.ts +29 -0
  883. package/src/api/api-schemas/productDmProjectTier.ts +8 -8
  884. package/src/api/api-schemas/productDmStorage.fetch.ts +25 -0
  885. package/src/api/api-schemas/productDmStorage.ts +7 -7
  886. package/src/api/api-schemas/productDmStorageDetail.fetch.ts +17 -0
  887. package/src/api/api-schemas/productDmStorageDetail.ts +5 -5
  888. package/src/api/api-schemas/productDmStorageDetailCoins.fetch.ts +17 -0
  889. package/src/api/api-schemas/productDmStorageDetailCoins.ts +4 -4
  890. package/src/api/api-schemas/productDmStorageDetailSize.fetch.ts +21 -0
  891. package/src/api/api-schemas/productDmStorageDetailSize.ts +4 -4
  892. package/src/api/api-schemas/productInstanceDetail.fetch.ts +15 -0
  893. package/src/api/api-schemas/productInstanceDetail.ts +4 -4
  894. package/src/api/api-schemas/productInstanceDetailCoins.fetch.ts +15 -0
  895. package/src/api/api-schemas/productInstanceDetailCoins.ts +5 -6
  896. package/src/api/api-schemas/productPatchBodyBody.fetch.ts +28 -0
  897. package/src/api/api-schemas/productPatchBodyBody.ts +4 -4
  898. package/src/api/api-schemas/productType.fetch.ts +20 -0
  899. package/src/api/api-schemas/productType.ts +4 -4
  900. package/src/api/api-schemas/productTypeServiceKind.fetch.ts +18 -0
  901. package/src/api/api-schemas/productTypeServiceKind.ts +4 -5
  902. package/src/api/api-schemas/productUnitGetResponse.fetch.ts +17 -0
  903. package/src/api/api-schemas/productUnitGetResponse.ts +7 -6
  904. package/src/api/api-schemas/productsGetDefaultStorageCost.fetch.ts +15 -0
  905. package/src/api/api-schemas/productsGetDefaultStorageCost.ts +4 -4
  906. package/src/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.fetch.ts +16 -0
  907. package/src/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.ts +4 -4
  908. package/src/api/api-schemas/productsGetResponse.fetch.ts +18 -0
  909. package/src/api/api-schemas/productsGetResponse.ts +7 -6
  910. package/src/api/api-schemas/productsGetTypesResponse.fetch.ts +18 -0
  911. package/src/api/api-schemas/productsGetTypesResponse.ts +4 -4
  912. package/src/api/api-schemas/qFormatParameter.fetch.ts +17 -0
  913. package/src/api/api-schemas/qFormatParameter.ts +4 -5
  914. package/src/api/api-schemas/qFromParameter.fetch.ts +15 -0
  915. package/src/api/api-schemas/qFromParameter.ts +4 -4
  916. package/src/api/api-schemas/qMIdParameter.fetch.ts +15 -0
  917. package/src/api/api-schemas/qMIdParameter.ts +4 -4
  918. package/src/api/api-schemas/qNameParameter.fetch.ts +15 -0
  919. package/src/api/api-schemas/qNameParameter.ts +4 -4
  920. package/src/api/api-schemas/qOrgIdParameter.fetch.ts +15 -0
  921. package/src/api/api-schemas/qOrgIdParameter.ts +4 -4
  922. package/src/api/api-schemas/qPbpParameter.fetch.ts +15 -0
  923. package/src/api/api-schemas/qPbpParameter.ts +4 -4
  924. package/src/api/api-schemas/qProductIdParameter.fetch.ts +15 -0
  925. package/src/api/api-schemas/qProductIdParameter.ts +4 -4
  926. package/src/api/api-schemas/qUnitIdParameter.fetch.ts +15 -0
  927. package/src/api/api-schemas/qUnitIdParameter.ts +4 -4
  928. package/src/api/api-schemas/qUntilParameter.fetch.ts +15 -0
  929. package/src/api/api-schemas/qUntilParameter.ts +4 -4
  930. package/src/api/api-schemas/qUserIdParameter.fetch.ts +15 -0
  931. package/src/api/api-schemas/qUserIdParameter.ts +4 -4
  932. package/src/api/api-schemas/stateGetVersionResponse.fetch.ts +15 -0
  933. package/src/api/api-schemas/stateGetVersionResponse.ts +5 -6
  934. package/src/api/api-schemas/storageChargeItem.fetch.ts +24 -0
  935. package/src/api/api-schemas/storageChargeItem.ts +4 -4
  936. package/src/api/api-schemas/storageCharges.fetch.ts +16 -0
  937. package/src/api/api-schemas/storageCharges.ts +4 -4
  938. package/src/api/api-schemas/unitAllDetail.fetch.ts +32 -0
  939. package/src/api/api-schemas/unitAllDetail.ts +4 -4
  940. package/src/api/api-schemas/unitAllDetailDefaultProductPrivacy.fetch.ts +23 -0
  941. package/src/api/api-schemas/unitAllDetailDefaultProductPrivacy.ts +4 -5
  942. package/src/api/api-schemas/unitChargeSummary.fetch.ts +15 -0
  943. package/src/api/api-schemas/unitChargeSummary.ts +4 -4
  944. package/src/api/api-schemas/unitChargesGetResponse.fetch.ts +37 -0
  945. package/src/api/api-schemas/unitChargesGetResponse.ts +4 -4
  946. package/src/api/api-schemas/unitDetail.fetch.ts +29 -0
  947. package/src/api/api-schemas/unitDetail.ts +4 -4
  948. package/src/api/api-schemas/unitDetailDefaultProductPrivacy.fetch.ts +23 -0
  949. package/src/api/api-schemas/unitDetailDefaultProductPrivacy.ts +4 -5
  950. package/src/api/api-schemas/unitGetResponse.fetch.ts +13 -0
  951. package/src/api/api-schemas/unitGetResponse.ts +4 -4
  952. package/src/api/api-schemas/unitPatchBodyBody.fetch.ts +22 -0
  953. package/src/api/api-schemas/unitPatchBodyBody.ts +9 -7
  954. package/src/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.fetch.ts +25 -0
  955. package/src/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.ts +6 -7
  956. package/src/api/api-schemas/unitProductChargeSummary.fetch.ts +17 -0
  957. package/src/api/api-schemas/unitProductChargeSummary.ts +4 -4
  958. package/src/api/api-schemas/unitProductPostBodyBody.fetch.ts +38 -0
  959. package/src/api/api-schemas/unitProductPostBodyBody.ts +10 -8
  960. package/src/api/api-schemas/unitProductPostBodyBodyFlavour.fetch.ts +23 -0
  961. package/src/api/api-schemas/unitProductPostBodyBodyFlavour.ts +4 -5
  962. package/src/api/api-schemas/unitProductPostBodyBodyType.fetch.ts +23 -0
  963. package/src/api/api-schemas/unitProductPostBodyBodyType.ts +6 -7
  964. package/src/api/api-schemas/unitProductPostResponse.fetch.ts +15 -0
  965. package/src/api/api-schemas/unitProductPostResponse.ts +4 -4
  966. package/src/api/api-schemas/unitsGetResponse.fetch.ts +16 -0
  967. package/src/api/api-schemas/unitsGetResponse.ts +5 -6
  968. package/src/api/api-schemas/userAccountDetail.fetch.ts +19 -0
  969. package/src/api/api-schemas/userAccountDetail.ts +4 -4
  970. package/src/api/api-schemas/userAccountGetResponse.fetch.ts +13 -0
  971. package/src/api/api-schemas/userAccountGetResponse.ts +4 -4
  972. package/src/api/api-schemas/userDetail.fetch.ts +15 -0
  973. package/src/api/api-schemas/userDetail.ts +4 -4
  974. package/src/api/api-schemas/usersGetResponse.fetch.ts +21 -0
  975. package/src/api/api-schemas/usersGetResponse.ts +5 -6
  976. package/src/api/asset/asset.fetch.ts +121 -134
  977. package/src/api/asset/asset.ts +113 -104
  978. package/src/api/charges/charges.fetch.ts +134 -128
  979. package/src/api/charges/charges.ts +115 -109
  980. package/src/api/event-stream/event-stream.fetch.ts +73 -74
  981. package/src/api/event-stream/event-stream.ts +63 -60
  982. package/src/api/merchant/merchant.fetch.ts +65 -57
  983. package/src/api/merchant/merchant.ts +58 -50
  984. package/src/api/organisation/organisation.fetch.ts +113 -119
  985. package/src/api/organisation/organisation.ts +93 -96
  986. package/src/api/product/product.fetch.ts +178 -193
  987. package/src/api/product/product.ts +147 -159
  988. package/src/api/state/state.fetch.ts +37 -26
  989. package/src/api/state/state.ts +34 -23
  990. package/src/api/unit/unit.fetch.ts +162 -181
  991. package/src/api/unit/unit.ts +137 -143
  992. package/src/api/user/user.fetch.ts +129 -135
  993. package/src/api/user/user.ts +116 -112
  994. package/tsdown.config.ts +1 -1
  995. package/dist/api/api-schemas/productUnitGetResponseProduct.d.cts +0 -12
  996. package/dist/api/api-schemas/productUnitGetResponseProduct.d.cts.map +0 -1
  997. package/dist/api/api-schemas/productUnitGetResponseProduct.d.ts +0 -12
  998. package/dist/api/api-schemas/productUnitGetResponseProduct.d.ts.map +0 -1
  999. package/dist/api/api-schemas/productsGetResponseProductsItem.d.cts +0 -9
  1000. package/dist/api/api-schemas/productsGetResponseProductsItem.d.cts.map +0 -1
  1001. package/dist/api/api-schemas/productsGetResponseProductsItem.d.ts +0 -9
  1002. package/dist/api/api-schemas/productsGetResponseProductsItem.d.ts.map +0 -1
  1003. package/src/api/api-schemas/productUnitGetResponseProduct.ts +0 -17
  1004. package/src/api/api-schemas/productsGetResponseProductsItem.ts +0 -14
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { ChargeSummary } from "./chargeSummary.fetch";
12
+ import type { OrganisationUnitChargeSummary } from "./organisationUnitChargeSummary.fetch";
13
+
14
+ export interface OrganisationChargesGetResponse {
15
+ organisation_id: string;
16
+ name: string;
17
+ coins: string;
18
+ summary: ChargeSummary[];
19
+ unit_charges: OrganisationUnitChargeSummary[];
20
+ }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { ChargeSummary } from "./chargeSummary";
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { OrganisationDetailDefaultProductPrivacy } from "./organisationDetailDefaultProductPrivacy.fetch";
12
+
13
+ export interface OrganisationDetail {
14
+ /** Whether the user making the API call is a member of the Unit */
15
+ caller_is_member: boolean;
16
+ /** The Organisation's unique ID */
17
+ id: string;
18
+ /** The Organisation's name */
19
+ name: string;
20
+ /** The username of the Organisation's owner. Not all Organisations have an owner. The Default Organisation has no owner. */
21
+ owner_id?: string;
22
+ /** True if the Unit is private */
23
+ private: boolean;
24
+ created: string;
25
+ /** The Organisation's default product privacy setting */
26
+ default_product_privacy: OrganisationDetailDefaultProductPrivacy;
27
+ }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { OrganisationDetailDefaultProductPrivacy } from "./organisationDetailDefaultProductPrivacy";
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+
12
+ /**
13
+ * The Organisation's default product privacy setting
14
+ */
15
+ export type OrganisationDetailDefaultProductPrivacy =
16
+ (typeof OrganisationDetailDefaultProductPrivacy)[keyof typeof OrganisationDetailDefaultProductPrivacy];
17
+
18
+ export const OrganisationDetailDefaultProductPrivacy = {
19
+ ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
20
+ ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
21
+ DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
22
+ DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
23
+ } as const;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
 
@@ -15,7 +15,6 @@ A service that provides access to the Account Server, which gives *registered* u
15
15
  export type OrganisationDetailDefaultProductPrivacy =
16
16
  (typeof OrganisationDetailDefaultProductPrivacy)[keyof typeof OrganisationDetailDefaultProductPrivacy];
17
17
 
18
- // eslint-disable-next-line @typescript-eslint/no-redeclare
19
18
  export const OrganisationDetailDefaultProductPrivacy = {
20
19
  ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
21
20
  ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { OrganisationGetDefaultResponseDefaultProductPrivacy } from "./organisationGetDefaultResponseDefaultProductPrivacy.fetch";
12
+
13
+ export interface OrganisationGetDefaultResponse {
14
+ /** Whether the user making the API call is a member of the Default Organisation. Only admin users are members of the Default organisation */
15
+ caller_is_member?: boolean;
16
+ /** The Default Organisation ID */
17
+ id?: string;
18
+ /** The Default Organisation Name */
19
+ name?: string;
20
+ /** True if the Organisation is private. The Default organisation is always public, although it does not contain a membership (unless you're admin) and only houses Personal Units */
21
+ private?: boolean;
22
+ created?: string;
23
+ /** The Organisation's default product privacy setting */
24
+ default_product_privacy?: OrganisationGetDefaultResponseDefaultProductPrivacy;
25
+ }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { OrganisationGetDefaultResponseDefaultProductPrivacy } from "./organisationGetDefaultResponseDefaultProductPrivacy";
@@ -13,14 +13,11 @@ import type { OrganisationGetDefaultResponseDefaultProductPrivacy } from "./orga
13
13
  export interface OrganisationGetDefaultResponse {
14
14
  /** Whether the user making the API call is a member of the Default Organisation. Only admin users are members of the Default organisation */
15
15
  caller_is_member?: boolean;
16
- /** The Default Organisation ID
17
- */
16
+ /** The Default Organisation ID */
18
17
  id?: string;
19
- /** The Default Organisation Name
20
- */
18
+ /** The Default Organisation Name */
21
19
  name?: string;
22
- /** True if the Organisation is private. The Default organisation is always public, although it does not contain a membership (unless you're admin) and only houses Personal Units
23
- */
20
+ /** True if the Organisation is private. The Default organisation is always public, although it does not contain a membership (unless you're admin) and only houses Personal Units */
24
21
  private?: boolean;
25
22
  created?: string;
26
23
  /** The Organisation's default product privacy setting */
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+
12
+ /**
13
+ * The Organisation's default product privacy setting
14
+ */
15
+ export type OrganisationGetDefaultResponseDefaultProductPrivacy =
16
+ (typeof OrganisationGetDefaultResponseDefaultProductPrivacy)[keyof typeof OrganisationGetDefaultResponseDefaultProductPrivacy];
17
+
18
+ export const OrganisationGetDefaultResponseDefaultProductPrivacy = {
19
+ ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
20
+ ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
21
+ DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
22
+ DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
23
+ } as const;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
 
@@ -15,7 +15,6 @@ A service that provides access to the Account Server, which gives *registered* u
15
15
  export type OrganisationGetDefaultResponseDefaultProductPrivacy =
16
16
  (typeof OrganisationGetDefaultResponseDefaultProductPrivacy)[keyof typeof OrganisationGetDefaultResponseDefaultProductPrivacy];
17
17
 
18
- // eslint-disable-next-line @typescript-eslint/no-redeclare
19
18
  export const OrganisationGetDefaultResponseDefaultProductPrivacy = {
20
19
  ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
21
20
  ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { OrganisationAllDetail } from "./organisationAllDetail.fetch";
12
+
13
+ export type OrganisationGetResponse = OrganisationAllDetail;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { OrganisationAllDetail } from "./organisationAllDetail";
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { OrganisationPatchBodyBodyDefaultProductPrivacy } from "./organisationPatchBodyBodyDefaultProductPrivacy.fetch";
12
+
13
+ export type OrganisationPatchBodyBody = {
14
+ /** The new name for the Organisational */
15
+ name?: string;
16
+ /**
17
+ * The new default **Product** privacy applied to all products that belong to this Organisation. Privacy is also controlled at the **Unit** level. As an example the Organisation level privacy can be `DEFAULT_PRIVATE`, but the unit can declare its Products to be `ALWAYS_PRIVATE`.
18
+ *
19
+ * Whether the privacy can be honoured will depend on the value in any of the organisation's existing units
20
+ */
21
+ default_product_privacy?: OrganisationPatchBodyBodyDefaultProductPrivacy;
22
+ };
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { OrganisationPatchBodyBodyDefaultProductPrivacy } from "./organisationPatchBodyBodyDefaultProductPrivacy";
@@ -13,8 +13,10 @@ import type { OrganisationPatchBodyBodyDefaultProductPrivacy } from "./organisat
13
13
  export type OrganisationPatchBodyBody = {
14
14
  /** The new name for the Organisational */
15
15
  name?: string;
16
- /** The new default **Product** privacy applied to all products that belong to this Organisation. Privacy is also controlled at the **Unit** level. As an example the Organisation level privacy can be `DEFAULT_PRIVATE`, but the unit can declare its Products to be `ALWAYS_PRIVATE`.
17
-
18
- Whether the privacy can be honoured will depend on the value in any of the organisation's existing units */
16
+ /**
17
+ * The new default **Product** privacy applied to all products that belong to this Organisation. Privacy is also controlled at the **Unit** level. As an example the Organisation level privacy can be `DEFAULT_PRIVATE`, but the unit can declare its Products to be `ALWAYS_PRIVATE`.
18
+ *
19
+ * Whether the privacy can be honoured will depend on the value in any of the organisation's existing units
20
+ */
19
21
  default_product_privacy?: OrganisationPatchBodyBodyDefaultProductPrivacy;
20
22
  };
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+
12
+ /**
13
+ * The new default **Product** privacy applied to all products that belong to this Organisation. Privacy is also controlled at the **Unit** level. As an example the Organisation level privacy can be `DEFAULT_PRIVATE`, but the unit can declare its Products to be `ALWAYS_PRIVATE`.
14
+ *
15
+ * Whether the privacy can be honoured will depend on the value in any of the organisation's existing units
16
+ */
17
+ export type OrganisationPatchBodyBodyDefaultProductPrivacy =
18
+ (typeof OrganisationPatchBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationPatchBodyBodyDefaultProductPrivacy];
19
+
20
+ export const OrganisationPatchBodyBodyDefaultProductPrivacy = {
21
+ ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
22
+ ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
23
+ DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
24
+ DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
25
+ } as const;
@@ -1,23 +1,22 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
 
12
12
  /**
13
13
  * The new default **Product** privacy applied to all products that belong to this Organisation. Privacy is also controlled at the **Unit** level. As an example the Organisation level privacy can be `DEFAULT_PRIVATE`, but the unit can declare its Products to be `ALWAYS_PRIVATE`.
14
-
15
- Whether the privacy can be honoured will depend on the value in any of the organisation's existing units
14
+ *
15
+ * Whether the privacy can be honoured will depend on the value in any of the organisation's existing units
16
16
  */
17
17
  export type OrganisationPatchBodyBodyDefaultProductPrivacy =
18
18
  (typeof OrganisationPatchBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationPatchBodyBodyDefaultProductPrivacy];
19
19
 
20
- // eslint-disable-next-line @typescript-eslint/no-redeclare
21
20
  export const OrganisationPatchBodyBodyDefaultProductPrivacy = {
22
21
  ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
23
22
  ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { OrganisationPostBodyBodyDefaultProductPrivacy } from "./organisationPostBodyBodyDefaultProductPrivacy.fetch";
12
+
13
+ export type OrganisationPostBodyBody = {
14
+ /**
15
+ * The name of the organisation
16
+ * @maxLength 80
17
+ */
18
+ name: string;
19
+ /** The name of the organisation owner. A user ID */
20
+ owner: string;
21
+ /** The default product privacy setting for the Organisation */
22
+ default_product_privacy?: OrganisationPostBodyBodyDefaultProductPrivacy;
23
+ };
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { OrganisationPostBodyBodyDefaultProductPrivacy } from "./organisationPostBodyBodyDefaultProductPrivacy";
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+
12
+ /**
13
+ * The default product privacy setting for the Organisation
14
+ */
15
+ export type OrganisationPostBodyBodyDefaultProductPrivacy =
16
+ (typeof OrganisationPostBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationPostBodyBodyDefaultProductPrivacy];
17
+
18
+ export const OrganisationPostBodyBodyDefaultProductPrivacy = {
19
+ ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
20
+ ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
21
+ DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
22
+ DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
23
+ } as const;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
 
@@ -15,7 +15,6 @@ A service that provides access to the Account Server, which gives *registered* u
15
15
  export type OrganisationPostBodyBodyDefaultProductPrivacy =
16
16
  (typeof OrganisationPostBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationPostBodyBodyDefaultProductPrivacy];
17
17
 
18
- // eslint-disable-next-line @typescript-eslint/no-redeclare
19
18
  export const OrganisationPostBodyBodyDefaultProductPrivacy = {
20
19
  ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
21
20
  ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+
12
+ export interface OrganisationPostResponse {
13
+ /** The Organisation's unique ID */
14
+ id: string;
15
+ }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
 
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { ChargeSummary } from "./chargeSummary.fetch";
12
+
13
+ export interface OrganisationUnitChargeSummary {
14
+ unit_id: string;
15
+ name: string;
16
+ /**
17
+ * @minimum 1
18
+ * @maximum 28
19
+ */
20
+ billing_day: number;
21
+ /** The start of the charge period */
22
+ from: string;
23
+ /** The date where of first day after the charge period */
24
+ until: string;
25
+ summary: ChargeSummary[];
26
+ }
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { ChargeSummary } from "./chargeSummary";
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+ import type { OrganisationUnitPostBodyBodyDefaultProductPrivacy } from "./organisationUnitPostBodyBodyDefaultProductPrivacy.fetch";
12
+
13
+ export type OrganisationUnitPostBodyBody = {
14
+ /**
15
+ * The name of the unit
16
+ * @maxLength 80
17
+ */
18
+ name: string;
19
+ /**
20
+ * The day you would like to be billed for the Unit's Products (a value from 1 and 28)
21
+ * @minimum 1
22
+ * @maximum 28
23
+ */
24
+ billing_day: number;
25
+ /** The default product privacy setting for products in the unit. Whether the privacy can be honoured will depend on the organisation's value */
26
+ default_product_privacy?: OrganisationUnitPostBodyBodyDefaultProductPrivacy;
27
+ };
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
  import type { OrganisationUnitPostBodyBodyDefaultProductPrivacy } from "./organisationUnitPostBodyBodyDefaultProductPrivacy";
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.22.0 🍺
3
+ * Do not edit manually.
4
+ * Account Server API
5
+ * The Informatics Matters Account Server API.
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
+ * OpenAPI spec version: 4.7
10
+ */
11
+
12
+ /**
13
+ * The default product privacy setting for products in the unit. Whether the privacy can be honoured will depend on the organisation's value
14
+ */
15
+ export type OrganisationUnitPostBodyBodyDefaultProductPrivacy =
16
+ (typeof OrganisationUnitPostBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationUnitPostBodyBodyDefaultProductPrivacy];
17
+
18
+ export const OrganisationUnitPostBodyBodyDefaultProductPrivacy = {
19
+ ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
20
+ ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
21
+ DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
22
+ DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
23
+ } as const;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v7.17.0 🍺
2
+ * Generated by orval v8.22.0 🍺
3
3
  * Do not edit manually.
4
4
  * Account Server API
5
5
  * The Informatics Matters Account Server API.
6
-
7
- A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
-
6
+ *
7
+ * A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
8
+ *
9
9
  * OpenAPI spec version: 4.7
10
10
  */
11
11
 
@@ -15,7 +15,6 @@ A service that provides access to the Account Server, which gives *registered* u
15
15
  export type OrganisationUnitPostBodyBodyDefaultProductPrivacy =
16
16
  (typeof OrganisationUnitPostBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationUnitPostBodyBodyDefaultProductPrivacy];
17
17
 
18
- // eslint-disable-next-line @typescript-eslint/no-redeclare
19
18
  export const OrganisationUnitPostBodyBodyDefaultProductPrivacy = {
20
19
  ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
21
20
  ALWAYS_PRIVATE: "ALWAYS_PRIVATE",