@squonk/account-server-client 4.4.0-4-4.2195235454 → 4.4.0-4-4.2197069952

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 (907) hide show
  1. package/dist/api/actions/actions.cjs +29 -18
  2. package/dist/api/actions/actions.cjs.map +1 -1
  3. package/dist/api/actions/actions.d.cts +12 -7
  4. package/dist/api/actions/actions.d.cts.map +1 -1
  5. package/dist/api/actions/actions.d.ts +12 -7
  6. package/dist/api/actions/actions.d.ts.map +1 -1
  7. package/dist/api/actions/actions.fetch.cjs +98 -0
  8. package/dist/api/actions/actions.fetch.cjs.map +1 -0
  9. package/dist/api/actions/actions.fetch.d.cts +77 -0
  10. package/dist/api/actions/actions.fetch.d.cts.map +1 -0
  11. package/dist/api/actions/actions.fetch.d.ts +77 -0
  12. package/dist/api/actions/actions.fetch.d.ts.map +1 -0
  13. package/dist/api/actions/actions.fetch.js +90 -0
  14. package/dist/api/actions/actions.fetch.js.map +1 -0
  15. package/dist/api/actions/actions.js +26 -16
  16. package/dist/api/actions/actions.js.map +1 -1
  17. package/dist/api/api-schemas/actionDetail.d.cts +17 -0
  18. package/dist/api/api-schemas/actionDetail.d.cts.map +1 -0
  19. package/dist/api/api-schemas/actionDetail.d.ts +17 -0
  20. package/dist/api/api-schemas/actionDetail.d.ts.map +1 -0
  21. package/dist/api/api-schemas/actionGetResponse.d.cts +15 -0
  22. package/dist/api/api-schemas/actionGetResponse.d.cts.map +1 -0
  23. package/dist/api/api-schemas/actionGetResponse.d.ts +15 -0
  24. package/dist/api/api-schemas/actionGetResponse.d.ts.map +1 -0
  25. package/dist/api/api-schemas/asError.d.cts +18 -0
  26. package/dist/api/api-schemas/asError.d.cts.map +1 -0
  27. package/dist/api/api-schemas/asError.d.ts +18 -0
  28. package/dist/api/api-schemas/asError.d.ts.map +1 -0
  29. package/dist/api/api-schemas/assetDetail.d.cts +22 -0
  30. package/dist/api/api-schemas/assetDetail.d.cts.map +1 -0
  31. package/dist/api/api-schemas/assetDetail.d.ts +22 -0
  32. package/dist/api/api-schemas/assetDetail.d.ts.map +1 -0
  33. package/dist/api/api-schemas/assetDetailScope.cjs +13 -0
  34. package/dist/api/api-schemas/assetDetailScope.cjs.map +1 -0
  35. package/dist/api/api-schemas/assetDetailScope.d.cts +22 -0
  36. package/dist/api/api-schemas/assetDetailScope.d.cts.map +1 -0
  37. package/dist/api/api-schemas/assetDetailScope.d.ts +22 -0
  38. package/dist/api/api-schemas/assetDetailScope.d.ts.map +1 -0
  39. package/dist/api/api-schemas/assetDetailScope.js +12 -0
  40. package/dist/api/api-schemas/assetDetailScope.js.map +1 -0
  41. package/dist/api/api-schemas/assetGetByIdResponse.d.cts +8 -0
  42. package/dist/api/api-schemas/assetGetByIdResponse.d.cts.map +1 -0
  43. package/dist/api/api-schemas/assetGetByIdResponse.d.ts +8 -0
  44. package/dist/api/api-schemas/assetGetByIdResponse.d.ts.map +1 -0
  45. package/dist/api/api-schemas/assetGetResponse.d.cts +15 -0
  46. package/dist/api/api-schemas/assetGetResponse.d.cts.map +1 -0
  47. package/dist/api/api-schemas/assetGetResponse.d.ts +15 -0
  48. package/dist/api/api-schemas/assetGetResponse.d.ts.map +1 -0
  49. package/dist/api/api-schemas/assetPatchBodyBody.d.cts +22 -0
  50. package/dist/api/api-schemas/assetPatchBodyBody.d.cts.map +1 -0
  51. package/dist/api/api-schemas/assetPatchBodyBody.d.ts +22 -0
  52. package/dist/api/api-schemas/assetPatchBodyBody.d.ts.map +1 -0
  53. package/dist/api/api-schemas/assetPostBodyBody.d.cts +27 -0
  54. package/dist/api/api-schemas/assetPostBodyBody.d.cts.map +1 -0
  55. package/dist/api/api-schemas/assetPostBodyBody.d.ts +27 -0
  56. package/dist/api/api-schemas/assetPostBodyBody.d.ts.map +1 -0
  57. package/dist/api/api-schemas/assetPostBodyBodyScope.cjs +13 -0
  58. package/dist/api/api-schemas/assetPostBodyBodyScope.cjs.map +1 -0
  59. package/dist/api/api-schemas/assetPostBodyBodyScope.d.cts +25 -0
  60. package/dist/api/api-schemas/assetPostBodyBodyScope.d.cts.map +1 -0
  61. package/dist/api/api-schemas/assetPostBodyBodyScope.d.ts +25 -0
  62. package/dist/api/api-schemas/assetPostBodyBodyScope.d.ts.map +1 -0
  63. package/dist/api/api-schemas/assetPostBodyBodyScope.js +12 -0
  64. package/dist/api/api-schemas/assetPostBodyBodyScope.js.map +1 -0
  65. package/dist/api/api-schemas/assetPostResponse.d.cts +19 -0
  66. package/dist/api/api-schemas/assetPostResponse.d.cts.map +1 -0
  67. package/dist/api/api-schemas/assetPostResponse.d.ts +19 -0
  68. package/dist/api/api-schemas/assetPostResponse.d.ts.map +1 -0
  69. package/dist/api/api-schemas/attachAssetParams.d.cts +14 -0
  70. package/dist/api/api-schemas/attachAssetParams.d.cts.map +1 -0
  71. package/dist/api/api-schemas/attachAssetParams.d.ts +14 -0
  72. package/dist/api/api-schemas/attachAssetParams.d.ts.map +1 -0
  73. package/dist/api/api-schemas/chargeAdditionalData.d.cts +17 -0
  74. package/dist/api/api-schemas/chargeAdditionalData.d.cts.map +1 -0
  75. package/dist/api/api-schemas/chargeAdditionalData.d.ts +17 -0
  76. package/dist/api/api-schemas/chargeAdditionalData.d.ts.map +1 -0
  77. package/dist/api/api-schemas/chargeSummary.d.cts +13 -0
  78. package/dist/api/api-schemas/chargeSummary.d.cts.map +1 -0
  79. package/dist/api/api-schemas/chargeSummary.d.ts +13 -0
  80. package/dist/api/api-schemas/chargeSummary.d.ts.map +1 -0
  81. package/dist/api/api-schemas/chargeSummaryType.cjs +10 -0
  82. package/dist/api/api-schemas/chargeSummaryType.cjs.map +1 -0
  83. package/dist/api/api-schemas/chargeSummaryType.d.cts +22 -0
  84. package/dist/api/api-schemas/chargeSummaryType.d.cts.map +1 -0
  85. package/dist/api/api-schemas/chargeSummaryType.d.ts +22 -0
  86. package/dist/api/api-schemas/chargeSummaryType.d.ts.map +1 -0
  87. package/dist/api/api-schemas/chargeSummaryType.js +9 -0
  88. package/dist/api/api-schemas/chargeSummaryType.js.map +1 -0
  89. package/dist/api/api-schemas/chargesGetResponse.d.cts +14 -0
  90. package/dist/api/api-schemas/chargesGetResponse.d.cts.map +1 -0
  91. package/dist/api/api-schemas/chargesGetResponse.d.ts +14 -0
  92. package/dist/api/api-schemas/chargesGetResponse.d.ts.map +1 -0
  93. package/dist/api/api-schemas/detachAssetParams.d.cts +14 -0
  94. package/dist/api/api-schemas/detachAssetParams.d.cts.map +1 -0
  95. package/dist/api/api-schemas/detachAssetParams.d.ts +14 -0
  96. package/dist/api/api-schemas/detachAssetParams.d.ts.map +1 -0
  97. package/dist/api/api-schemas/eventStreamGetPostResponse.d.cts +24 -0
  98. package/dist/api/api-schemas/eventStreamGetPostResponse.d.cts.map +1 -0
  99. package/dist/api/api-schemas/eventStreamGetPostResponse.d.ts +24 -0
  100. package/dist/api/api-schemas/eventStreamGetPostResponse.d.ts.map +1 -0
  101. package/dist/api/api-schemas/eventStreamPostBodyBody.d.cts +10 -0
  102. package/dist/api/api-schemas/eventStreamPostBodyBody.d.cts.map +1 -0
  103. package/dist/api/api-schemas/eventStreamPostBodyBody.d.ts +10 -0
  104. package/dist/api/api-schemas/eventStreamPostBodyBody.d.ts.map +1 -0
  105. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.cjs +10 -0
  106. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.cjs.map +1 -0
  107. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.cts +19 -0
  108. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.cts.map +1 -0
  109. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.ts +19 -0
  110. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.ts.map +1 -0
  111. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.js +9 -0
  112. package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.js.map +1 -0
  113. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.cts +15 -0
  114. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.cts.map +1 -0
  115. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.ts +15 -0
  116. package/dist/api/api-schemas/eventStreamVersionGetResponse.d.ts.map +1 -0
  117. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.cjs +11 -0
  118. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.cjs.map +1 -0
  119. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.cts +23 -0
  120. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.cts.map +1 -0
  121. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.ts +23 -0
  122. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.ts.map +1 -0
  123. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.js +10 -0
  124. package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.js.map +1 -0
  125. package/dist/api/api-schemas/getActionsParams.d.cts +47 -0
  126. package/dist/api/api-schemas/getActionsParams.d.cts.map +1 -0
  127. package/dist/api/api-schemas/getActionsParams.d.ts +47 -0
  128. package/dist/api/api-schemas/getActionsParams.d.ts.map +1 -0
  129. package/dist/api/api-schemas/getAssetParams.d.cts +34 -0
  130. package/dist/api/api-schemas/getAssetParams.d.cts.map +1 -0
  131. package/dist/api/api-schemas/getAssetParams.d.ts +34 -0
  132. package/dist/api/api-schemas/getAssetParams.d.ts.map +1 -0
  133. package/dist/api/api-schemas/getChargesParams.d.cts +25 -0
  134. package/dist/api/api-schemas/getChargesParams.d.cts.map +1 -0
  135. package/dist/api/api-schemas/getChargesParams.d.ts +25 -0
  136. package/dist/api/api-schemas/getChargesParams.d.ts.map +1 -0
  137. package/dist/api/api-schemas/getOrganisationChargesParams.d.cts +25 -0
  138. package/dist/api/api-schemas/getOrganisationChargesParams.d.cts.map +1 -0
  139. package/dist/api/api-schemas/getOrganisationChargesParams.d.ts +25 -0
  140. package/dist/api/api-schemas/getOrganisationChargesParams.d.ts.map +1 -0
  141. package/dist/api/api-schemas/getOrganisationsParams.d.cts +13 -0
  142. package/dist/api/api-schemas/getOrganisationsParams.d.cts.map +1 -0
  143. package/dist/api/api-schemas/getOrganisationsParams.d.ts +13 -0
  144. package/dist/api/api-schemas/getOrganisationsParams.d.ts.map +1 -0
  145. package/dist/api/api-schemas/getProductChargesParams.d.cts +25 -0
  146. package/dist/api/api-schemas/getProductChargesParams.d.cts.map +1 -0
  147. package/dist/api/api-schemas/getProductChargesParams.d.ts +25 -0
  148. package/dist/api/api-schemas/getProductChargesParams.d.ts.map +1 -0
  149. package/dist/api/api-schemas/getUnitChargesParams.d.cts +25 -0
  150. package/dist/api/api-schemas/getUnitChargesParams.d.cts.map +1 -0
  151. package/dist/api/api-schemas/getUnitChargesParams.d.ts +25 -0
  152. package/dist/api/api-schemas/getUnitChargesParams.d.ts.map +1 -0
  153. package/dist/api/api-schemas/getUnitsParams.d.cts +13 -0
  154. package/dist/api/api-schemas/getUnitsParams.d.cts.map +1 -0
  155. package/dist/api/api-schemas/getUnitsParams.d.ts +13 -0
  156. package/dist/api/api-schemas/getUnitsParams.d.ts.map +1 -0
  157. package/dist/api/api-schemas/merchantDetail.d.cts +18 -0
  158. package/dist/api/api-schemas/merchantDetail.d.cts.map +1 -0
  159. package/dist/api/api-schemas/merchantDetail.d.ts +18 -0
  160. package/dist/api/api-schemas/merchantDetail.d.ts.map +1 -0
  161. package/dist/api/api-schemas/merchantDetailKind.cjs +7 -0
  162. package/dist/api/api-schemas/merchantDetailKind.cjs.map +1 -0
  163. package/dist/api/api-schemas/merchantDetailKind.d.cts +21 -0
  164. package/dist/api/api-schemas/merchantDetailKind.d.cts.map +1 -0
  165. package/dist/api/api-schemas/merchantDetailKind.d.ts +21 -0
  166. package/dist/api/api-schemas/merchantDetailKind.d.ts.map +1 -0
  167. package/dist/api/api-schemas/merchantDetailKind.js +6 -0
  168. package/dist/api/api-schemas/merchantDetailKind.js.map +1 -0
  169. package/dist/api/api-schemas/merchantGetResponse.d.cts +8 -0
  170. package/dist/api/api-schemas/merchantGetResponse.d.cts.map +1 -0
  171. package/dist/api/api-schemas/merchantGetResponse.d.ts +8 -0
  172. package/dist/api/api-schemas/merchantGetResponse.d.ts.map +1 -0
  173. package/dist/api/api-schemas/merchantSummary.d.cts +15 -0
  174. package/dist/api/api-schemas/merchantSummary.d.cts.map +1 -0
  175. package/dist/api/api-schemas/merchantSummary.d.ts +15 -0
  176. package/dist/api/api-schemas/merchantSummary.d.ts.map +1 -0
  177. package/dist/api/api-schemas/merchantSummaryKind.cjs +7 -0
  178. package/dist/api/api-schemas/merchantSummaryKind.cjs.map +1 -0
  179. package/dist/api/api-schemas/merchantSummaryKind.d.cts +21 -0
  180. package/dist/api/api-schemas/merchantSummaryKind.d.cts.map +1 -0
  181. package/dist/api/api-schemas/merchantSummaryKind.d.ts +21 -0
  182. package/dist/api/api-schemas/merchantSummaryKind.d.ts.map +1 -0
  183. package/dist/api/api-schemas/merchantSummaryKind.js +6 -0
  184. package/dist/api/api-schemas/merchantSummaryKind.js.map +1 -0
  185. package/dist/api/api-schemas/merchantsGetResponse.d.cts +13 -0
  186. package/dist/api/api-schemas/merchantsGetResponse.d.cts.map +1 -0
  187. package/dist/api/api-schemas/merchantsGetResponse.d.ts +13 -0
  188. package/dist/api/api-schemas/merchantsGetResponse.d.ts.map +1 -0
  189. package/dist/api/api-schemas/organisationAllDetail.d.cts +25 -0
  190. package/dist/api/api-schemas/organisationAllDetail.d.cts.map +1 -0
  191. package/dist/api/api-schemas/organisationAllDetail.d.ts +25 -0
  192. package/dist/api/api-schemas/organisationAllDetail.d.ts.map +1 -0
  193. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.cjs +12 -0
  194. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.cjs.map +1 -0
  195. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.cts +24 -0
  196. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.cts.map +1 -0
  197. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.ts +24 -0
  198. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.ts.map +1 -0
  199. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.js +11 -0
  200. package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.js.map +1 -0
  201. package/dist/api/api-schemas/organisationChargeSummary.d.cts +12 -0
  202. package/dist/api/api-schemas/organisationChargeSummary.d.cts.map +1 -0
  203. package/dist/api/api-schemas/organisationChargeSummary.d.ts +12 -0
  204. package/dist/api/api-schemas/organisationChargeSummary.d.ts.map +1 -0
  205. package/dist/api/api-schemas/organisationChargesGetResponse.d.cts +15 -0
  206. package/dist/api/api-schemas/organisationChargesGetResponse.d.cts.map +1 -0
  207. package/dist/api/api-schemas/organisationChargesGetResponse.d.ts +15 -0
  208. package/dist/api/api-schemas/organisationChargesGetResponse.d.ts.map +1 -0
  209. package/dist/api/api-schemas/organisationDetail.d.cts +22 -0
  210. package/dist/api/api-schemas/organisationDetail.d.cts.map +1 -0
  211. package/dist/api/api-schemas/organisationDetail.d.ts +22 -0
  212. package/dist/api/api-schemas/organisationDetail.d.ts.map +1 -0
  213. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.cjs +12 -0
  214. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.cjs.map +1 -0
  215. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.cts +24 -0
  216. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.cts.map +1 -0
  217. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.ts +24 -0
  218. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.ts.map +1 -0
  219. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.js +11 -0
  220. package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.js.map +1 -0
  221. package/dist/api/api-schemas/organisationGetDefaultResponse.d.cts +23 -0
  222. package/dist/api/api-schemas/organisationGetDefaultResponse.d.cts.map +1 -0
  223. package/dist/api/api-schemas/organisationGetDefaultResponse.d.ts +23 -0
  224. package/dist/api/api-schemas/organisationGetDefaultResponse.d.ts.map +1 -0
  225. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.cjs +12 -0
  226. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.cjs.map +1 -0
  227. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.cts +24 -0
  228. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.cts.map +1 -0
  229. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.ts +24 -0
  230. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.ts.map +1 -0
  231. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.js +11 -0
  232. package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.js.map +1 -0
  233. package/dist/api/api-schemas/organisationGetResponse.d.cts +8 -0
  234. package/dist/api/api-schemas/organisationGetResponse.d.cts.map +1 -0
  235. package/dist/api/api-schemas/organisationGetResponse.d.ts +8 -0
  236. package/dist/api/api-schemas/organisationGetResponse.d.ts.map +1 -0
  237. package/dist/api/api-schemas/organisationPatchBodyBody.d.cts +14 -0
  238. package/dist/api/api-schemas/organisationPatchBodyBody.d.cts.map +1 -0
  239. package/dist/api/api-schemas/organisationPatchBodyBody.d.ts +14 -0
  240. package/dist/api/api-schemas/organisationPatchBodyBody.d.ts.map +1 -0
  241. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.cjs +12 -0
  242. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.cjs.map +1 -0
  243. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.cts +26 -0
  244. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
  245. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.ts +26 -0
  246. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
  247. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.js +11 -0
  248. package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.js.map +1 -0
  249. package/dist/api/api-schemas/organisationPostBodyBody.d.cts +18 -0
  250. package/dist/api/api-schemas/organisationPostBodyBody.d.cts.map +1 -0
  251. package/dist/api/api-schemas/organisationPostBodyBody.d.ts +18 -0
  252. package/dist/api/api-schemas/organisationPostBodyBody.d.ts.map +1 -0
  253. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.cjs +12 -0
  254. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.cjs.map +1 -0
  255. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.cts +24 -0
  256. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
  257. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.ts +24 -0
  258. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
  259. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.js +11 -0
  260. package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.js.map +1 -0
  261. package/dist/api/api-schemas/organisationPostResponse.d.cts +18 -0
  262. package/dist/api/api-schemas/organisationPostResponse.d.cts.map +1 -0
  263. package/dist/api/api-schemas/organisationPostResponse.d.ts +18 -0
  264. package/dist/api/api-schemas/organisationPostResponse.d.ts.map +1 -0
  265. package/dist/api/api-schemas/organisationUnitChargeSummary.d.cts +21 -0
  266. package/dist/api/api-schemas/organisationUnitChargeSummary.d.cts.map +1 -0
  267. package/dist/api/api-schemas/organisationUnitChargeSummary.d.ts +21 -0
  268. package/dist/api/api-schemas/organisationUnitChargeSummary.d.ts.map +1 -0
  269. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.cts +22 -0
  270. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.cts.map +1 -0
  271. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.ts +22 -0
  272. package/dist/api/api-schemas/organisationUnitPostBodyBody.d.ts.map +1 -0
  273. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.cjs +12 -0
  274. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.cjs.map +1 -0
  275. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.cts +24 -0
  276. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
  277. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.ts +24 -0
  278. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
  279. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.js +11 -0
  280. package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.js.map +1 -0
  281. package/dist/api/api-schemas/organisationUnitPostResponse.d.cts +18 -0
  282. package/dist/api/api-schemas/organisationUnitPostResponse.d.cts.map +1 -0
  283. package/dist/api/api-schemas/organisationUnitPostResponse.d.ts +18 -0
  284. package/dist/api/api-schemas/organisationUnitPostResponse.d.ts.map +1 -0
  285. package/dist/api/api-schemas/organisationUnitsGetResponse.d.cts +15 -0
  286. package/dist/api/api-schemas/organisationUnitsGetResponse.d.cts.map +1 -0
  287. package/dist/api/api-schemas/organisationUnitsGetResponse.d.ts +15 -0
  288. package/dist/api/api-schemas/organisationUnitsGetResponse.d.ts.map +1 -0
  289. package/dist/api/api-schemas/organisationsGetResponse.d.cts +12 -0
  290. package/dist/api/api-schemas/organisationsGetResponse.d.cts.map +1 -0
  291. package/dist/api/api-schemas/organisationsGetResponse.d.ts +12 -0
  292. package/dist/api/api-schemas/organisationsGetResponse.d.ts.map +1 -0
  293. package/dist/api/api-schemas/personalUnitPutBodyBody.d.cts +22 -0
  294. package/dist/api/api-schemas/personalUnitPutBodyBody.d.cts.map +1 -0
  295. package/dist/api/api-schemas/personalUnitPutBodyBody.d.ts +22 -0
  296. package/dist/api/api-schemas/personalUnitPutBodyBody.d.ts.map +1 -0
  297. package/dist/api/api-schemas/personalUnitPutResponse.d.cts +20 -0
  298. package/dist/api/api-schemas/personalUnitPutResponse.d.cts.map +1 -0
  299. package/dist/api/api-schemas/personalUnitPutResponse.d.ts +20 -0
  300. package/dist/api/api-schemas/personalUnitPutResponse.d.ts.map +1 -0
  301. package/dist/api/api-schemas/processingChargeItem.d.cts +20 -0
  302. package/dist/api/api-schemas/processingChargeItem.d.cts.map +1 -0
  303. package/dist/api/api-schemas/processingChargeItem.d.ts +20 -0
  304. package/dist/api/api-schemas/processingChargeItem.d.ts.map +1 -0
  305. package/dist/api/api-schemas/processingCharges.d.cts +20 -0
  306. package/dist/api/api-schemas/processingCharges.d.cts.map +1 -0
  307. package/dist/api/api-schemas/processingCharges.d.ts +20 -0
  308. package/dist/api/api-schemas/processingCharges.d.ts.map +1 -0
  309. package/dist/api/api-schemas/processingChargesMerchantKind.cjs +7 -0
  310. package/dist/api/api-schemas/processingChargesMerchantKind.cjs.map +1 -0
  311. package/dist/api/api-schemas/processingChargesMerchantKind.d.cts +18 -0
  312. package/dist/api/api-schemas/processingChargesMerchantKind.d.cts.map +1 -0
  313. package/dist/api/api-schemas/processingChargesMerchantKind.d.ts +18 -0
  314. package/dist/api/api-schemas/processingChargesMerchantKind.d.ts.map +1 -0
  315. package/dist/api/api-schemas/processingChargesMerchantKind.js +6 -0
  316. package/dist/api/api-schemas/processingChargesMerchantKind.js.map +1 -0
  317. package/dist/api/api-schemas/productChargesGetResponse.d.cts +31 -0
  318. package/dist/api/api-schemas/productChargesGetResponse.d.cts.map +1 -0
  319. package/dist/api/api-schemas/productChargesGetResponse.d.ts +31 -0
  320. package/dist/api/api-schemas/productChargesGetResponse.d.ts.map +1 -0
  321. package/dist/api/api-schemas/productChargesGetResponseProductType.cjs +10 -0
  322. package/dist/api/api-schemas/productChargesGetResponseProductType.cjs.map +1 -0
  323. package/dist/api/api-schemas/productChargesGetResponseProductType.d.cts +19 -0
  324. package/dist/api/api-schemas/productChargesGetResponseProductType.d.cts.map +1 -0
  325. package/dist/api/api-schemas/productChargesGetResponseProductType.d.ts +19 -0
  326. package/dist/api/api-schemas/productChargesGetResponseProductType.d.ts.map +1 -0
  327. package/dist/api/api-schemas/productChargesGetResponseProductType.js +9 -0
  328. package/dist/api/api-schemas/productChargesGetResponseProductType.js.map +1 -0
  329. package/dist/api/api-schemas/productClaimDetail.d.cts +22 -0
  330. package/dist/api/api-schemas/productClaimDetail.d.cts.map +1 -0
  331. package/dist/api/api-schemas/productClaimDetail.d.ts +22 -0
  332. package/dist/api/api-schemas/productClaimDetail.d.ts.map +1 -0
  333. package/dist/api/api-schemas/productCoinsDetail.d.cts +38 -0
  334. package/dist/api/api-schemas/productCoinsDetail.d.cts.map +1 -0
  335. package/dist/api/api-schemas/productCoinsDetail.d.ts +38 -0
  336. package/dist/api/api-schemas/productCoinsDetail.d.ts.map +1 -0
  337. package/dist/api/api-schemas/productDetail.d.cts +23 -0
  338. package/dist/api/api-schemas/productDetail.d.cts.map +1 -0
  339. package/dist/api/api-schemas/productDetail.d.ts +23 -0
  340. package/dist/api/api-schemas/productDetail.d.ts.map +1 -0
  341. package/dist/api/api-schemas/productDetailFlavour.cjs +12 -0
  342. package/dist/api/api-schemas/productDetailFlavour.cjs.map +1 -0
  343. package/dist/api/api-schemas/productDetailFlavour.d.cts +25 -0
  344. package/dist/api/api-schemas/productDetailFlavour.d.cts.map +1 -0
  345. package/dist/api/api-schemas/productDetailFlavour.d.ts +25 -0
  346. package/dist/api/api-schemas/productDetailFlavour.d.ts.map +1 -0
  347. package/dist/api/api-schemas/productDetailFlavour.js +11 -0
  348. package/dist/api/api-schemas/productDetailFlavour.js.map +1 -0
  349. package/dist/api/api-schemas/productDetailType.cjs +10 -0
  350. package/dist/api/api-schemas/productDetailType.cjs.map +1 -0
  351. package/dist/api/api-schemas/productDetailType.d.cts +23 -0
  352. package/dist/api/api-schemas/productDetailType.d.cts.map +1 -0
  353. package/dist/api/api-schemas/productDetailType.d.ts +23 -0
  354. package/dist/api/api-schemas/productDetailType.d.ts.map +1 -0
  355. package/dist/api/api-schemas/productDetailType.js +9 -0
  356. package/dist/api/api-schemas/productDetailType.js.map +1 -0
  357. package/dist/api/api-schemas/productDmProjectTier.d.cts +24 -0
  358. package/dist/api/api-schemas/productDmProjectTier.d.cts.map +1 -0
  359. package/dist/api/api-schemas/productDmProjectTier.d.ts +24 -0
  360. package/dist/api/api-schemas/productDmProjectTier.d.ts.map +1 -0
  361. package/dist/api/api-schemas/productDmStorage.d.cts +20 -0
  362. package/dist/api/api-schemas/productDmStorage.d.cts.map +1 -0
  363. package/dist/api/api-schemas/productDmStorage.d.ts +20 -0
  364. package/dist/api/api-schemas/productDmStorage.d.ts.map +1 -0
  365. package/dist/api/api-schemas/productDmStorageDetail.d.cts +12 -0
  366. package/dist/api/api-schemas/productDmStorageDetail.d.cts.map +1 -0
  367. package/dist/api/api-schemas/productDmStorageDetail.d.ts +12 -0
  368. package/dist/api/api-schemas/productDmStorageDetail.d.ts.map +1 -0
  369. package/dist/api/api-schemas/productDmStorageDetailCoins.d.cts +20 -0
  370. package/dist/api/api-schemas/productDmStorageDetailCoins.d.cts.map +1 -0
  371. package/dist/api/api-schemas/productDmStorageDetailCoins.d.ts +20 -0
  372. package/dist/api/api-schemas/productDmStorageDetailCoins.d.ts.map +1 -0
  373. package/dist/api/api-schemas/productDmStorageDetailSize.d.cts +24 -0
  374. package/dist/api/api-schemas/productDmStorageDetailSize.d.cts.map +1 -0
  375. package/dist/api/api-schemas/productDmStorageDetailSize.d.ts +24 -0
  376. package/dist/api/api-schemas/productDmStorageDetailSize.d.ts.map +1 -0
  377. package/dist/api/api-schemas/productInstanceDetail.d.cts +10 -0
  378. package/dist/api/api-schemas/productInstanceDetail.d.cts.map +1 -0
  379. package/dist/api/api-schemas/productInstanceDetail.d.ts +10 -0
  380. package/dist/api/api-schemas/productInstanceDetail.d.ts.map +1 -0
  381. package/dist/api/api-schemas/productInstanceDetailCoins.d.cts +19 -0
  382. package/dist/api/api-schemas/productInstanceDetailCoins.d.cts.map +1 -0
  383. package/dist/api/api-schemas/productInstanceDetailCoins.d.ts +19 -0
  384. package/dist/api/api-schemas/productInstanceDetailCoins.d.ts.map +1 -0
  385. package/dist/api/api-schemas/productPatchBodyBody.d.cts +31 -0
  386. package/dist/api/api-schemas/productPatchBodyBody.d.cts.map +1 -0
  387. package/dist/api/api-schemas/productPatchBodyBody.d.ts +31 -0
  388. package/dist/api/api-schemas/productPatchBodyBody.d.ts.map +1 -0
  389. package/dist/api/api-schemas/productType.d.cts +15 -0
  390. package/dist/api/api-schemas/productType.d.cts.map +1 -0
  391. package/dist/api/api-schemas/productType.d.ts +15 -0
  392. package/dist/api/api-schemas/productType.d.ts.map +1 -0
  393. package/dist/api/api-schemas/productTypeServiceKind.cjs +7 -0
  394. package/dist/api/api-schemas/productTypeServiceKind.cjs.map +1 -0
  395. package/dist/api/api-schemas/productTypeServiceKind.d.cts +21 -0
  396. package/dist/api/api-schemas/productTypeServiceKind.d.cts.map +1 -0
  397. package/dist/api/api-schemas/productTypeServiceKind.d.ts +21 -0
  398. package/dist/api/api-schemas/productTypeServiceKind.d.ts.map +1 -0
  399. package/dist/api/api-schemas/productTypeServiceKind.js +6 -0
  400. package/dist/api/api-schemas/productTypeServiceKind.js.map +1 -0
  401. package/dist/api/api-schemas/productUnitGetResponse.d.cts +11 -0
  402. package/dist/api/api-schemas/productUnitGetResponse.d.cts.map +1 -0
  403. package/dist/api/api-schemas/productUnitGetResponse.d.ts +11 -0
  404. package/dist/api/api-schemas/productUnitGetResponse.d.ts.map +1 -0
  405. package/dist/api/api-schemas/productUnitGetResponseProduct.d.cts +12 -0
  406. package/dist/api/api-schemas/productUnitGetResponseProduct.d.cts.map +1 -0
  407. package/dist/api/api-schemas/productUnitGetResponseProduct.d.ts +12 -0
  408. package/dist/api/api-schemas/productUnitGetResponseProduct.d.ts.map +1 -0
  409. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.cts +10 -0
  410. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.cts.map +1 -0
  411. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.ts +10 -0
  412. package/dist/api/api-schemas/productsGetDefaultStorageCost.d.ts.map +1 -0
  413. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.cts +19 -0
  414. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.cts.map +1 -0
  415. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.ts +19 -0
  416. package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.ts.map +1 -0
  417. package/dist/api/api-schemas/productsGetResponse.d.cts +12 -0
  418. package/dist/api/api-schemas/productsGetResponse.d.cts.map +1 -0
  419. package/dist/api/api-schemas/productsGetResponse.d.ts +12 -0
  420. package/dist/api/api-schemas/productsGetResponse.d.ts.map +1 -0
  421. package/dist/api/api-schemas/productsGetResponseProductsItem.d.cts +9 -0
  422. package/dist/api/api-schemas/productsGetResponseProductsItem.d.cts.map +1 -0
  423. package/dist/api/api-schemas/productsGetResponseProductsItem.d.ts +9 -0
  424. package/dist/api/api-schemas/productsGetResponseProductsItem.d.ts.map +1 -0
  425. package/dist/api/api-schemas/productsGetTypesResponse.d.cts +13 -0
  426. package/dist/api/api-schemas/productsGetTypesResponse.d.cts.map +1 -0
  427. package/dist/api/api-schemas/productsGetTypesResponse.d.ts +13 -0
  428. package/dist/api/api-schemas/productsGetTypesResponse.d.ts.map +1 -0
  429. package/dist/api/api-schemas/qFormatParameter.cjs +10 -0
  430. package/dist/api/api-schemas/qFormatParameter.cjs.map +1 -0
  431. package/dist/api/api-schemas/qFormatParameter.d.cts +19 -0
  432. package/dist/api/api-schemas/qFormatParameter.d.cts.map +1 -0
  433. package/dist/api/api-schemas/qFormatParameter.d.ts +19 -0
  434. package/dist/api/api-schemas/qFormatParameter.d.ts.map +1 -0
  435. package/dist/api/api-schemas/qFormatParameter.js +9 -0
  436. package/dist/api/api-schemas/qFormatParameter.js.map +1 -0
  437. package/dist/api/api-schemas/qFromParameter.d.cts +18 -0
  438. package/dist/api/api-schemas/qFromParameter.d.cts.map +1 -0
  439. package/dist/api/api-schemas/qFromParameter.d.ts +18 -0
  440. package/dist/api/api-schemas/qFromParameter.d.ts.map +1 -0
  441. package/dist/api/api-schemas/qMIdParameter.d.cts +18 -0
  442. package/dist/api/api-schemas/qMIdParameter.d.cts.map +1 -0
  443. package/dist/api/api-schemas/qMIdParameter.d.ts +18 -0
  444. package/dist/api/api-schemas/qMIdParameter.d.ts.map +1 -0
  445. package/dist/api/api-schemas/qNameParameter.d.cts +18 -0
  446. package/dist/api/api-schemas/qNameParameter.d.cts.map +1 -0
  447. package/dist/api/api-schemas/qNameParameter.d.ts +18 -0
  448. package/dist/api/api-schemas/qNameParameter.d.ts.map +1 -0
  449. package/dist/api/api-schemas/qOrgIdParameter.d.cts +18 -0
  450. package/dist/api/api-schemas/qOrgIdParameter.d.cts.map +1 -0
  451. package/dist/api/api-schemas/qOrgIdParameter.d.ts +18 -0
  452. package/dist/api/api-schemas/qOrgIdParameter.d.ts.map +1 -0
  453. package/dist/api/api-schemas/qPbpParameter.d.cts +18 -0
  454. package/dist/api/api-schemas/qPbpParameter.d.cts.map +1 -0
  455. package/dist/api/api-schemas/qPbpParameter.d.ts +18 -0
  456. package/dist/api/api-schemas/qPbpParameter.d.ts.map +1 -0
  457. package/dist/api/api-schemas/qProductIdParameter.d.cts +18 -0
  458. package/dist/api/api-schemas/qProductIdParameter.d.cts.map +1 -0
  459. package/dist/api/api-schemas/qProductIdParameter.d.ts +18 -0
  460. package/dist/api/api-schemas/qProductIdParameter.d.ts.map +1 -0
  461. package/dist/api/api-schemas/qUnitIdParameter.d.cts +18 -0
  462. package/dist/api/api-schemas/qUnitIdParameter.d.cts.map +1 -0
  463. package/dist/api/api-schemas/qUnitIdParameter.d.ts +18 -0
  464. package/dist/api/api-schemas/qUnitIdParameter.d.ts.map +1 -0
  465. package/dist/api/api-schemas/qUntilParameter.d.cts +18 -0
  466. package/dist/api/api-schemas/qUntilParameter.d.cts.map +1 -0
  467. package/dist/api/api-schemas/qUntilParameter.d.ts +18 -0
  468. package/dist/api/api-schemas/qUntilParameter.d.ts.map +1 -0
  469. package/dist/api/api-schemas/qUserIdParameter.d.cts +18 -0
  470. package/dist/api/api-schemas/qUserIdParameter.d.cts.map +1 -0
  471. package/dist/api/api-schemas/qUserIdParameter.d.ts +18 -0
  472. package/dist/api/api-schemas/qUserIdParameter.d.ts.map +1 -0
  473. package/dist/api/api-schemas/stateGetVersionResponse.d.cts +19 -0
  474. package/dist/api/api-schemas/stateGetVersionResponse.d.cts.map +1 -0
  475. package/dist/api/api-schemas/stateGetVersionResponse.d.ts +19 -0
  476. package/dist/api/api-schemas/stateGetVersionResponse.d.ts.map +1 -0
  477. package/dist/api/api-schemas/storageChargeItem.d.cts +19 -0
  478. package/dist/api/api-schemas/storageChargeItem.d.cts.map +1 -0
  479. package/dist/api/api-schemas/storageChargeItem.d.ts +19 -0
  480. package/dist/api/api-schemas/storageChargeItem.d.ts.map +1 -0
  481. package/dist/api/api-schemas/storageCharges.d.cts +11 -0
  482. package/dist/api/api-schemas/storageCharges.d.cts.map +1 -0
  483. package/dist/api/api-schemas/storageCharges.d.ts +11 -0
  484. package/dist/api/api-schemas/storageCharges.d.ts.map +1 -0
  485. package/dist/api/api-schemas/unitAllDetail.d.cts +27 -0
  486. package/dist/api/api-schemas/unitAllDetail.d.cts.map +1 -0
  487. package/dist/api/api-schemas/unitAllDetail.d.ts +27 -0
  488. package/dist/api/api-schemas/unitAllDetail.d.ts.map +1 -0
  489. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.cjs +12 -0
  490. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.cjs.map +1 -0
  491. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.cts +24 -0
  492. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.cts.map +1 -0
  493. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.ts +24 -0
  494. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.ts.map +1 -0
  495. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.js +11 -0
  496. package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.js.map +1 -0
  497. package/dist/api/api-schemas/unitChargeSummary.d.cts +10 -0
  498. package/dist/api/api-schemas/unitChargeSummary.d.cts.map +1 -0
  499. package/dist/api/api-schemas/unitChargeSummary.d.ts +10 -0
  500. package/dist/api/api-schemas/unitChargeSummary.d.ts.map +1 -0
  501. package/dist/api/api-schemas/unitChargesGetResponse.d.cts +32 -0
  502. package/dist/api/api-schemas/unitChargesGetResponse.d.cts.map +1 -0
  503. package/dist/api/api-schemas/unitChargesGetResponse.d.ts +32 -0
  504. package/dist/api/api-schemas/unitChargesGetResponse.d.ts.map +1 -0
  505. package/dist/api/api-schemas/unitDetail.d.cts +24 -0
  506. package/dist/api/api-schemas/unitDetail.d.cts.map +1 -0
  507. package/dist/api/api-schemas/unitDetail.d.ts +24 -0
  508. package/dist/api/api-schemas/unitDetail.d.ts.map +1 -0
  509. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.cjs +12 -0
  510. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.cjs.map +1 -0
  511. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.cts +24 -0
  512. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.cts.map +1 -0
  513. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.ts +24 -0
  514. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.ts.map +1 -0
  515. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.js +11 -0
  516. package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.js.map +1 -0
  517. package/dist/api/api-schemas/unitGetResponse.d.cts +8 -0
  518. package/dist/api/api-schemas/unitGetResponse.d.cts.map +1 -0
  519. package/dist/api/api-schemas/unitGetResponse.d.ts +8 -0
  520. package/dist/api/api-schemas/unitGetResponse.d.ts.map +1 -0
  521. package/dist/api/api-schemas/unitPatchBodyBody.d.cts +14 -0
  522. package/dist/api/api-schemas/unitPatchBodyBody.d.cts.map +1 -0
  523. package/dist/api/api-schemas/unitPatchBodyBody.d.ts +14 -0
  524. package/dist/api/api-schemas/unitPatchBodyBody.d.ts.map +1 -0
  525. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.cjs +12 -0
  526. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.cjs.map +1 -0
  527. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.cts +26 -0
  528. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
  529. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.ts +26 -0
  530. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
  531. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.js +11 -0
  532. package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.js.map +1 -0
  533. package/dist/api/api-schemas/unitProductChargeSummary.d.cts +12 -0
  534. package/dist/api/api-schemas/unitProductChargeSummary.d.cts.map +1 -0
  535. package/dist/api/api-schemas/unitProductChargeSummary.d.ts +12 -0
  536. package/dist/api/api-schemas/unitProductChargeSummary.d.ts.map +1 -0
  537. package/dist/api/api-schemas/unitProductPostBodyBody.d.cts +30 -0
  538. package/dist/api/api-schemas/unitProductPostBodyBody.d.cts.map +1 -0
  539. package/dist/api/api-schemas/unitProductPostBodyBody.d.ts +30 -0
  540. package/dist/api/api-schemas/unitProductPostBodyBody.d.ts.map +1 -0
  541. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.cjs +12 -0
  542. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.cjs.map +1 -0
  543. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.cts +24 -0
  544. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.cts.map +1 -0
  545. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.ts +24 -0
  546. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.ts.map +1 -0
  547. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.js +11 -0
  548. package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.js.map +1 -0
  549. package/dist/api/api-schemas/unitProductPostBodyBodyType.cjs +10 -0
  550. package/dist/api/api-schemas/unitProductPostBodyBodyType.cjs.map +1 -0
  551. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.cts +24 -0
  552. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.cts.map +1 -0
  553. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.ts +24 -0
  554. package/dist/api/api-schemas/unitProductPostBodyBodyType.d.ts.map +1 -0
  555. package/dist/api/api-schemas/unitProductPostBodyBodyType.js +9 -0
  556. package/dist/api/api-schemas/unitProductPostBodyBodyType.js.map +1 -0
  557. package/dist/api/api-schemas/unitProductPostResponse.d.cts +18 -0
  558. package/dist/api/api-schemas/unitProductPostResponse.d.cts.map +1 -0
  559. package/dist/api/api-schemas/unitProductPostResponse.d.ts +18 -0
  560. package/dist/api/api-schemas/unitProductPostResponse.d.ts.map +1 -0
  561. package/dist/api/api-schemas/unitsGetResponse.d.cts +12 -0
  562. package/dist/api/api-schemas/unitsGetResponse.d.cts.map +1 -0
  563. package/dist/api/api-schemas/unitsGetResponse.d.ts +12 -0
  564. package/dist/api/api-schemas/unitsGetResponse.d.ts.map +1 -0
  565. package/dist/api/api-schemas/userAccountDetail.d.cts +14 -0
  566. package/dist/api/api-schemas/userAccountDetail.d.cts.map +1 -0
  567. package/dist/api/api-schemas/userAccountDetail.d.ts +14 -0
  568. package/dist/api/api-schemas/userAccountDetail.d.ts.map +1 -0
  569. package/dist/api/api-schemas/userAccountGetResponse.d.cts +8 -0
  570. package/dist/api/api-schemas/userAccountGetResponse.d.cts.map +1 -0
  571. package/dist/api/api-schemas/userAccountGetResponse.d.ts +8 -0
  572. package/dist/api/api-schemas/userAccountGetResponse.d.ts.map +1 -0
  573. package/dist/api/api-schemas/userDetail.d.cts +18 -0
  574. package/dist/api/api-schemas/userDetail.d.cts.map +1 -0
  575. package/dist/api/api-schemas/userDetail.d.ts +18 -0
  576. package/dist/api/api-schemas/userDetail.d.ts.map +1 -0
  577. package/dist/api/api-schemas/usersGetResponse.d.cts +17 -0
  578. package/dist/api/api-schemas/usersGetResponse.d.cts.map +1 -0
  579. package/dist/api/api-schemas/usersGetResponse.d.ts +17 -0
  580. package/dist/api/api-schemas/usersGetResponse.d.ts.map +1 -0
  581. package/dist/api/asset/asset.cjs +114 -90
  582. package/dist/api/asset/asset.cjs.map +1 -1
  583. package/dist/api/asset/asset.d.cts +33 -17
  584. package/dist/api/asset/asset.d.cts.map +1 -1
  585. package/dist/api/asset/asset.d.ts +33 -17
  586. package/dist/api/asset/asset.d.ts.map +1 -1
  587. package/dist/api/asset/asset.fetch.cjs +478 -0
  588. package/dist/api/asset/asset.fetch.cjs.map +1 -0
  589. package/dist/api/asset/asset.fetch.d.cts +546 -0
  590. package/dist/api/asset/asset.fetch.d.cts.map +1 -0
  591. package/dist/api/asset/asset.fetch.d.ts +546 -0
  592. package/dist/api/asset/asset.fetch.d.ts.map +1 -0
  593. package/dist/api/asset/asset.fetch.js +434 -0
  594. package/dist/api/asset/asset.fetch.js.map +1 -0
  595. package/dist/api/asset/asset.js +93 -71
  596. package/dist/api/asset/asset.js.map +1 -1
  597. package/dist/api/charges/charges.cjs +122 -66
  598. package/dist/api/charges/charges.cjs.map +1 -1
  599. package/dist/api/charges/charges.d.cts +40 -16
  600. package/dist/api/charges/charges.d.cts.map +1 -1
  601. package/dist/api/charges/charges.d.ts +40 -16
  602. package/dist/api/charges/charges.d.ts.map +1 -1
  603. package/dist/api/charges/charges.fetch.cjs +347 -0
  604. package/dist/api/charges/charges.fetch.cjs.map +1 -0
  605. package/dist/api/charges/charges.fetch.d.cts +306 -0
  606. package/dist/api/charges/charges.fetch.d.cts.map +1 -0
  607. package/dist/api/charges/charges.fetch.d.ts +306 -0
  608. package/dist/api/charges/charges.fetch.d.ts.map +1 -0
  609. package/dist/api/charges/charges.fetch.js +315 -0
  610. package/dist/api/charges/charges.fetch.js.map +1 -0
  611. package/dist/api/charges/charges.js +107 -55
  612. package/dist/api/charges/charges.js.map +1 -1
  613. package/dist/api/event-stream/event-stream.cjs +69 -50
  614. package/dist/api/event-stream/event-stream.cjs.map +1 -1
  615. package/dist/api/event-stream/event-stream.d.cts +23 -12
  616. package/dist/api/event-stream/event-stream.d.cts.map +1 -1
  617. package/dist/api/event-stream/event-stream.d.ts +23 -12
  618. package/dist/api/event-stream/event-stream.d.ts.map +1 -1
  619. package/dist/api/event-stream/event-stream.fetch.cjs +249 -0
  620. package/dist/api/event-stream/event-stream.fetch.cjs.map +1 -0
  621. package/dist/api/event-stream/event-stream.fetch.d.cts +257 -0
  622. package/dist/api/event-stream/event-stream.fetch.d.cts.map +1 -0
  623. package/dist/api/event-stream/event-stream.fetch.d.ts +257 -0
  624. package/dist/api/event-stream/event-stream.fetch.d.ts.map +1 -0
  625. package/dist/api/event-stream/event-stream.fetch.js +225 -0
  626. package/dist/api/event-stream/event-stream.fetch.js.map +1 -0
  627. package/dist/api/event-stream/event-stream.js +58 -41
  628. package/dist/api/event-stream/event-stream.js.map +1 -1
  629. package/dist/api/merchant/merchant.cjs +54 -34
  630. package/dist/api/merchant/merchant.cjs.map +1 -1
  631. package/dist/api/merchant/merchant.d.cts +20 -10
  632. package/dist/api/merchant/merchant.d.cts.map +1 -1
  633. package/dist/api/merchant/merchant.d.ts +20 -10
  634. package/dist/api/merchant/merchant.d.ts.map +1 -1
  635. package/dist/api/merchant/merchant.fetch.cjs +165 -0
  636. package/dist/api/merchant/merchant.fetch.cjs.map +1 -0
  637. package/dist/api/merchant/merchant.fetch.d.cts +151 -0
  638. package/dist/api/merchant/merchant.fetch.d.cts.map +1 -0
  639. package/dist/api/merchant/merchant.fetch.d.ts +151 -0
  640. package/dist/api/merchant/merchant.fetch.d.ts.map +1 -0
  641. package/dist/api/merchant/merchant.fetch.js +149 -0
  642. package/dist/api/merchant/merchant.fetch.js.map +1 -0
  643. package/dist/api/merchant/merchant.js +47 -29
  644. package/dist/api/merchant/merchant.js.map +1 -1
  645. package/dist/api/organisation/organisation.cjs +110 -74
  646. package/dist/api/organisation/organisation.cjs.map +1 -1
  647. package/dist/api/organisation/organisation.d.cts +35 -16
  648. package/dist/api/organisation/organisation.d.cts.map +1 -1
  649. package/dist/api/organisation/organisation.d.ts +35 -16
  650. package/dist/api/organisation/organisation.d.ts.map +1 -1
  651. package/dist/api/organisation/organisation.fetch.cjs +379 -0
  652. package/dist/api/organisation/organisation.fetch.cjs.map +1 -0
  653. package/dist/api/organisation/organisation.fetch.d.cts +398 -0
  654. package/dist/api/organisation/organisation.fetch.d.cts.map +1 -0
  655. package/dist/api/organisation/organisation.fetch.d.ts +398 -0
  656. package/dist/api/organisation/organisation.fetch.d.ts.map +1 -0
  657. package/dist/api/organisation/organisation.fetch.js +343 -0
  658. package/dist/api/organisation/organisation.fetch.js.map +1 -0
  659. package/dist/api/organisation/organisation.js +93 -60
  660. package/dist/api/organisation/organisation.js.map +1 -1
  661. package/dist/api/product/product.cjs +188 -124
  662. package/dist/api/product/product.cjs.map +1 -1
  663. package/dist/api/product/product.d.cts +56 -25
  664. package/dist/api/product/product.d.cts.map +1 -1
  665. package/dist/api/product/product.d.ts +56 -25
  666. package/dist/api/product/product.d.ts.map +1 -1
  667. package/dist/api/product/product.fetch.cjs +591 -0
  668. package/dist/api/product/product.fetch.cjs.map +1 -0
  669. package/dist/api/product/product.fetch.d.cts +605 -0
  670. package/dist/api/product/product.fetch.d.cts.map +1 -0
  671. package/dist/api/product/product.fetch.d.ts +605 -0
  672. package/dist/api/product/product.fetch.d.ts.map +1 -0
  673. package/dist/api/product/product.fetch.js +531 -0
  674. package/dist/api/product/product.fetch.js.map +1 -0
  675. package/dist/api/product/product.js +159 -101
  676. package/dist/api/product/product.js.map +1 -1
  677. package/dist/api/state/state.cjs +25 -18
  678. package/dist/api/state/state.cjs.map +1 -1
  679. package/dist/api/state/state.d.cts +12 -7
  680. package/dist/api/state/state.d.cts.map +1 -1
  681. package/dist/api/state/state.d.ts +12 -7
  682. package/dist/api/state/state.d.ts.map +1 -1
  683. package/dist/api/state/state.fetch.cjs +89 -0
  684. package/dist/api/state/state.fetch.cjs.map +1 -0
  685. package/dist/api/state/state.fetch.d.cts +77 -0
  686. package/dist/api/state/state.fetch.d.cts.map +1 -0
  687. package/dist/api/state/state.fetch.d.ts +77 -0
  688. package/dist/api/state/state.fetch.d.ts.map +1 -0
  689. package/dist/api/state/state.fetch.js +81 -0
  690. package/dist/api/state/state.fetch.js.map +1 -0
  691. package/dist/api/state/state.js +22 -16
  692. package/dist/api/state/state.js.map +1 -1
  693. package/dist/api/unit/unit.cjs +169 -123
  694. package/dist/api/unit/unit.cjs.map +1 -1
  695. package/dist/api/unit/unit.d.cts +48 -23
  696. package/dist/api/unit/unit.d.cts.map +1 -1
  697. package/dist/api/unit/unit.d.ts +48 -23
  698. package/dist/api/unit/unit.d.ts.map +1 -1
  699. package/dist/api/unit/unit.fetch.cjs +620 -0
  700. package/dist/api/unit/unit.fetch.cjs.map +1 -0
  701. package/dist/api/unit/unit.fetch.d.cts +665 -0
  702. package/dist/api/unit/unit.fetch.d.cts.map +1 -0
  703. package/dist/api/unit/unit.fetch.d.ts +665 -0
  704. package/dist/api/unit/unit.fetch.d.ts.map +1 -0
  705. package/dist/api/unit/unit.fetch.js +560 -0
  706. package/dist/api/unit/unit.fetch.js.map +1 -0
  707. package/dist/api/unit/unit.js +140 -98
  708. package/dist/api/unit/unit.js.map +1 -1
  709. package/dist/api/user/user.cjs +121 -82
  710. package/dist/api/user/user.cjs.map +1 -1
  711. package/dist/api/user/user.d.cts +31 -17
  712. package/dist/api/user/user.d.cts.map +1 -1
  713. package/dist/api/user/user.d.ts +31 -17
  714. package/dist/api/user/user.d.ts.map +1 -1
  715. package/dist/api/user/user.fetch.cjs +407 -0
  716. package/dist/api/user/user.fetch.cjs.map +1 -0
  717. package/dist/api/user/user.fetch.d.cts +454 -0
  718. package/dist/api/user/user.fetch.d.cts.map +1 -0
  719. package/dist/api/user/user.fetch.d.ts +454 -0
  720. package/dist/api/user/user.fetch.d.ts.map +1 -0
  721. package/dist/api/user/user.fetch.js +367 -0
  722. package/dist/api/user/user.fetch.js.map +1 -0
  723. package/dist/api/user/user.js +102 -66
  724. package/dist/api/user/user.js.map +1 -1
  725. package/dist/{custom-instance.cjs → custom-axios.cjs} +6 -14
  726. package/dist/custom-axios.cjs.map +1 -0
  727. package/dist/{custom-instance.d.ts → custom-axios.d.cts} +2 -2
  728. package/dist/custom-axios.d.cts.map +1 -0
  729. package/dist/{custom-instance.d.cts → custom-axios.d.ts} +2 -2
  730. package/dist/custom-axios.d.ts.map +1 -0
  731. package/dist/{custom-instance.js → custom-axios.js} +6 -14
  732. package/dist/custom-axios.js.map +1 -0
  733. package/dist/custom-fetch.cjs +32 -0
  734. package/dist/custom-fetch.cjs.map +1 -0
  735. package/dist/custom-fetch.d.cts +13 -0
  736. package/dist/custom-fetch.d.cts.map +1 -0
  737. package/dist/custom-fetch.d.ts +13 -0
  738. package/dist/custom-fetch.d.ts.map +1 -0
  739. package/dist/custom-fetch.js +31 -0
  740. package/dist/custom-fetch.js.map +1 -0
  741. package/dist/index.cjs +53 -30
  742. package/dist/index.d.cts +118 -2
  743. package/dist/index.d.ts +118 -2
  744. package/dist/index.js +25 -2
  745. package/morph-query-keys.ts +57 -0
  746. package/orval.config.ts +46 -7
  747. package/package.json +256 -3
  748. package/src/api/actions/actions.fetch.ts +188 -0
  749. package/src/api/actions/actions.ts +29 -17
  750. package/src/api/api-schemas/actionDetail.ts +22 -0
  751. package/src/api/api-schemas/actionGetResponse.ts +20 -0
  752. package/src/api/api-schemas/asError.ts +15 -0
  753. package/src/api/api-schemas/assetDetail.ts +27 -0
  754. package/src/api/api-schemas/assetDetailScope.ts +21 -0
  755. package/src/api/api-schemas/assetGetByIdResponse.ts +13 -0
  756. package/src/api/api-schemas/assetGetResponse.ts +20 -0
  757. package/src/api/api-schemas/assetPatchBodyBody.ts +19 -0
  758. package/src/api/api-schemas/assetPostBodyBody.ts +32 -0
  759. package/src/api/api-schemas/assetPostBodyBodyScope.ts +25 -0
  760. package/src/api/api-schemas/assetPostResponse.ts +16 -0
  761. package/src/api/api-schemas/attachAssetParams.ts +19 -0
  762. package/src/api/api-schemas/chargeAdditionalData.ts +14 -0
  763. package/src/api/api-schemas/chargeSummary.ts +18 -0
  764. package/src/api/api-schemas/chargeSummaryType.ts +18 -0
  765. package/src/api/api-schemas/chargesGetResponse.ts +19 -0
  766. package/src/api/api-schemas/detachAssetParams.ts +19 -0
  767. package/src/api/api-schemas/eventStreamGetPostResponse.ts +21 -0
  768. package/src/api/api-schemas/eventStreamPostBodyBody.ts +13 -0
  769. package/src/api/api-schemas/eventStreamPostBodyBodyFormat.ts +19 -0
  770. package/src/api/api-schemas/eventStreamVersionGetResponse.ts +20 -0
  771. package/src/api/api-schemas/eventStreamVersionGetResponseProtocol.ts +23 -0
  772. package/src/api/api-schemas/getActionsParams.ts +52 -0
  773. package/src/api/api-schemas/getAssetParams.ts +39 -0
  774. package/src/api/api-schemas/getChargesParams.ts +30 -0
  775. package/src/api/api-schemas/getOrganisationChargesParams.ts +30 -0
  776. package/src/api/api-schemas/getOrganisationsParams.ts +18 -0
  777. package/src/api/api-schemas/getProductChargesParams.ts +30 -0
  778. package/src/api/api-schemas/getUnitChargesParams.ts +30 -0
  779. package/src/api/api-schemas/getUnitsParams.ts +18 -0
  780. package/src/api/api-schemas/index.ts +128 -0
  781. package/src/api/api-schemas/merchantDetail.ts +23 -0
  782. package/src/api/api-schemas/merchantDetailKind.ts +18 -0
  783. package/src/api/api-schemas/merchantGetResponse.ts +13 -0
  784. package/src/api/api-schemas/merchantSummary.ts +20 -0
  785. package/src/api/api-schemas/merchantSummaryKind.ts +18 -0
  786. package/src/api/api-schemas/merchantsGetResponse.ts +18 -0
  787. package/src/api/api-schemas/organisationAllDetail.ts +30 -0
  788. package/src/api/api-schemas/organisationAllDetailDefaultProductPrivacy.ts +24 -0
  789. package/src/api/api-schemas/organisationChargeSummary.ts +17 -0
  790. package/src/api/api-schemas/organisationChargesGetResponse.ts +20 -0
  791. package/src/api/api-schemas/organisationDetail.ts +27 -0
  792. package/src/api/api-schemas/organisationDetailDefaultProductPrivacy.ts +24 -0
  793. package/src/api/api-schemas/organisationGetDefaultResponse.ts +28 -0
  794. package/src/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.ts +24 -0
  795. package/src/api/api-schemas/organisationGetResponse.ts +13 -0
  796. package/src/api/api-schemas/organisationPatchBodyBody.ts +20 -0
  797. package/src/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.ts +26 -0
  798. package/src/api/api-schemas/organisationPostBodyBody.ts +23 -0
  799. package/src/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.ts +24 -0
  800. package/src/api/api-schemas/organisationPostResponse.ts +15 -0
  801. package/src/api/api-schemas/organisationUnitChargeSummary.ts +26 -0
  802. package/src/api/api-schemas/organisationUnitPostBodyBody.ts +27 -0
  803. package/src/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.ts +24 -0
  804. package/src/api/api-schemas/organisationUnitPostResponse.ts +15 -0
  805. package/src/api/api-schemas/organisationUnitsGetResponse.ts +20 -0
  806. package/src/api/api-schemas/organisationsGetResponse.ts +17 -0
  807. package/src/api/api-schemas/personalUnitPutBodyBody.ts +19 -0
  808. package/src/api/api-schemas/personalUnitPutResponse.ts +17 -0
  809. package/src/api/api-schemas/processingChargeItem.ts +25 -0
  810. package/src/api/api-schemas/processingCharges.ts +25 -0
  811. package/src/api/api-schemas/processingChargesMerchantKind.ts +16 -0
  812. package/src/api/api-schemas/productChargesGetResponse.ts +36 -0
  813. package/src/api/api-schemas/productChargesGetResponseProductType.ts +19 -0
  814. package/src/api/api-schemas/productClaimDetail.ts +19 -0
  815. package/src/api/api-schemas/productCoinsDetail.ts +35 -0
  816. package/src/api/api-schemas/productDetail.ts +28 -0
  817. package/src/api/api-schemas/productDetailFlavour.ts +24 -0
  818. package/src/api/api-schemas/productDetailType.ts +22 -0
  819. package/src/api/api-schemas/productDmProjectTier.ts +29 -0
  820. package/src/api/api-schemas/productDmStorage.ts +25 -0
  821. package/src/api/api-schemas/productDmStorageDetail.ts +17 -0
  822. package/src/api/api-schemas/productDmStorageDetailCoins.ts +17 -0
  823. package/src/api/api-schemas/productDmStorageDetailSize.ts +21 -0
  824. package/src/api/api-schemas/productInstanceDetail.ts +15 -0
  825. package/src/api/api-schemas/productInstanceDetailCoins.ts +16 -0
  826. package/src/api/api-schemas/productPatchBodyBody.ts +28 -0
  827. package/src/api/api-schemas/productType.ts +20 -0
  828. package/src/api/api-schemas/productTypeServiceKind.ts +19 -0
  829. package/src/api/api-schemas/productUnitGetResponse.ts +16 -0
  830. package/src/api/api-schemas/productUnitGetResponseProduct.ts +17 -0
  831. package/src/api/api-schemas/productsGetDefaultStorageCost.ts +15 -0
  832. package/src/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.ts +16 -0
  833. package/src/api/api-schemas/productsGetResponse.ts +17 -0
  834. package/src/api/api-schemas/productsGetResponseProductsItem.ts +14 -0
  835. package/src/api/api-schemas/productsGetTypesResponse.ts +18 -0
  836. package/src/api/api-schemas/qFormatParameter.ts +18 -0
  837. package/src/api/api-schemas/qFromParameter.ts +15 -0
  838. package/src/api/api-schemas/qMIdParameter.ts +15 -0
  839. package/src/api/api-schemas/qNameParameter.ts +15 -0
  840. package/src/api/api-schemas/qOrgIdParameter.ts +15 -0
  841. package/src/api/api-schemas/qPbpParameter.ts +15 -0
  842. package/src/api/api-schemas/qProductIdParameter.ts +15 -0
  843. package/src/api/api-schemas/qUnitIdParameter.ts +15 -0
  844. package/src/api/api-schemas/qUntilParameter.ts +15 -0
  845. package/src/api/api-schemas/qUserIdParameter.ts +15 -0
  846. package/src/api/api-schemas/stateGetVersionResponse.ts +16 -0
  847. package/src/api/api-schemas/storageChargeItem.ts +24 -0
  848. package/src/api/api-schemas/storageCharges.ts +16 -0
  849. package/src/api/api-schemas/unitAllDetail.ts +32 -0
  850. package/src/api/api-schemas/unitAllDetailDefaultProductPrivacy.ts +24 -0
  851. package/src/api/api-schemas/unitChargeSummary.ts +15 -0
  852. package/src/api/api-schemas/unitChargesGetResponse.ts +37 -0
  853. package/src/api/api-schemas/unitDetail.ts +29 -0
  854. package/src/api/api-schemas/unitDetailDefaultProductPrivacy.ts +24 -0
  855. package/src/api/api-schemas/unitGetResponse.ts +13 -0
  856. package/src/api/api-schemas/unitPatchBodyBody.ts +20 -0
  857. package/src/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.ts +26 -0
  858. package/src/api/api-schemas/unitProductChargeSummary.ts +17 -0
  859. package/src/api/api-schemas/unitProductPostBodyBody.ts +36 -0
  860. package/src/api/api-schemas/unitProductPostBodyBodyFlavour.ts +24 -0
  861. package/src/api/api-schemas/unitProductPostBodyBodyType.ts +24 -0
  862. package/src/api/api-schemas/unitProductPostResponse.ts +15 -0
  863. package/src/api/api-schemas/unitsGetResponse.ts +17 -0
  864. package/src/api/api-schemas/userAccountDetail.ts +19 -0
  865. package/src/api/api-schemas/userAccountGetResponse.ts +13 -0
  866. package/src/api/api-schemas/userDetail.ts +15 -0
  867. package/src/api/api-schemas/usersGetResponse.ts +22 -0
  868. package/src/api/asset/asset.fetch.ts +1119 -0
  869. package/src/api/asset/asset.ts +70 -64
  870. package/src/api/charges/charges.fetch.ts +777 -0
  871. package/src/api/charges/charges.ts +101 -50
  872. package/src/api/event-stream/event-stream.fetch.ts +539 -0
  873. package/src/api/event-stream/event-stream.ts +49 -37
  874. package/src/api/merchant/merchant.fetch.ts +318 -0
  875. package/src/api/merchant/merchant.ts +48 -28
  876. package/src/api/organisation/organisation.fetch.ts +863 -0
  877. package/src/api/organisation/organisation.ts +73 -53
  878. package/src/api/product/product.fetch.ts +1292 -0
  879. package/src/api/product/product.ts +141 -88
  880. package/src/api/state/state.fetch.ts +162 -0
  881. package/src/api/state/state.ts +28 -17
  882. package/src/api/unit/unit.fetch.ts +1394 -0
  883. package/src/api/unit/unit.ts +116 -88
  884. package/src/api/user/user.fetch.ts +965 -0
  885. package/src/api/user/user.ts +82 -58
  886. package/src/{custom-instance.ts → custom-axios.ts} +1 -14
  887. package/src/custom-fetch.ts +59 -0
  888. package/src/index.ts +2 -2
  889. package/tsdown.config.ts +35 -4
  890. package/dist/api/api.schemas.cjs +0 -142
  891. package/dist/api/api.schemas.cjs.map +0 -1
  892. package/dist/api/api.schemas.d.cts +0 -1032
  893. package/dist/api/api.schemas.d.cts.map +0 -1
  894. package/dist/api/api.schemas.d.ts +0 -1032
  895. package/dist/api/api.schemas.d.ts.map +0 -1
  896. package/dist/api/api.schemas.js +0 -118
  897. package/dist/api/api.schemas.js.map +0 -1
  898. package/dist/custom-instance.cjs.map +0 -1
  899. package/dist/custom-instance.d.cts.map +0 -1
  900. package/dist/custom-instance.d.ts.map +0 -1
  901. package/dist/custom-instance.js.map +0 -1
  902. package/dist/options-mutator.cjs +0 -24
  903. package/dist/options-mutator.cjs.map +0 -1
  904. package/dist/options-mutator.js +0 -23
  905. package/dist/options-mutator.js.map +0 -1
  906. package/src/api/api.schemas.ts +0 -1199
  907. package/src/options-mutator.ts +0 -27
@@ -1,1199 +0,0 @@
1
- /**
2
- * Generated by orval v7.17.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.4
10
- */
11
- export interface AsError {
12
- /** Brief error text that can be presented to the user */
13
- error: string;
14
- }
15
-
16
- export interface ActionGetResponse {
17
- /** A list of Actions
18
- */
19
- actions: ActionDetail[];
20
- /** The number of Actions returned
21
- */
22
- count: number;
23
- }
24
-
25
- export interface ActionDetail {
26
- id: number;
27
- action: string;
28
- content: string;
29
- timestamp: string;
30
- merchant?: MerchantSummary;
31
- product_id?: string;
32
- unit_id?: string;
33
- org_id?: string;
34
- }
35
-
36
- export type AssetGetByIdResponse = AssetDetail;
37
-
38
- export interface AssetGetResponse {
39
- /** A list of Assets
40
- */
41
- assets: AssetDetail[];
42
- /** The number of Assets returned
43
- */
44
- count: number;
45
- }
46
-
47
- export interface AssetPostResponse {
48
- /** The Asset ID
49
- */
50
- id: string;
51
- }
52
-
53
- export interface ChargesGetResponse {
54
- coins: string;
55
- count: number;
56
- summary: ChargeSummary[];
57
- organisation_charges: OrganisationChargeSummary[];
58
- }
59
-
60
- export interface EventStreamGetPostResponse {
61
- /** The EventStream ID */
62
- id: number;
63
- /** A symbolic name, used internally to identify the stream */
64
- name: string;
65
- /** The Event Stream location. This will be a URL where events can be fetched. The protocol is typically a WebSocket, but the protocol is defined by the specific Event Stream Service that has been deployed. */
66
- location: string;
67
- /** The Event Stream format. */
68
- format: string;
69
- }
70
-
71
- /**
72
- * The Event Stream protocol, used to inform the client how to connect to given locations and handle events. At the moment the AS only supports web-sockets.
73
- */
74
- export type EventStreamVersionGetResponseProtocol =
75
- (typeof EventStreamVersionGetResponseProtocol)[keyof typeof EventStreamVersionGetResponseProtocol];
76
-
77
- // eslint-disable-next-line @typescript-eslint/no-redeclare
78
- export const EventStreamVersionGetResponseProtocol = {
79
- ERROR_INTERNAL: "ERROR_INTERNAL",
80
- SERVICE_NOT_PRESENT: "SERVICE_NOT_PRESENT",
81
- WEBSOCKET: "WEBSOCKET",
82
- } as const;
83
-
84
- export interface EventStreamVersionGetResponse {
85
- /** The EventStream implementation version */
86
- version: string;
87
- /** The Event Stream protocol, used to inform the client how to connect to given locations and handle events. At the moment the AS only supports web-sockets. */
88
- protocol: EventStreamVersionGetResponseProtocol;
89
- /** The name of the Event Stream implementation, often used to identify the service origin and implementation. */
90
- name: string;
91
- }
92
-
93
- export interface StateGetVersionResponse {
94
- /** The Account Server version. This is guaranteed to be a valid semantic version for official (tagged) images. The version value format for unofficial images is a string but otherwise undefined
95
- */
96
- version: string;
97
- }
98
-
99
- export interface OrganisationPostResponse {
100
- /** The Organisation's unique ID */
101
- id: string;
102
- }
103
-
104
- export interface UsersGetResponse {
105
- count: number;
106
- organisation?: OrganisationDetail;
107
- unit?: UnitDetail;
108
- /** The list of Organisation Users
109
- */
110
- users: UserDetail[];
111
- }
112
-
113
- /**
114
- * The Organisation's default product privacy setting
115
- */
116
- export type OrganisationGetDefaultResponseDefaultProductPrivacy =
117
- (typeof OrganisationGetDefaultResponseDefaultProductPrivacy)[keyof typeof OrganisationGetDefaultResponseDefaultProductPrivacy];
118
-
119
- // eslint-disable-next-line @typescript-eslint/no-redeclare
120
- export const OrganisationGetDefaultResponseDefaultProductPrivacy = {
121
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
122
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
123
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
124
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
125
- } as const;
126
-
127
- export interface OrganisationGetDefaultResponse {
128
- /** Whether the user making the API call is a member of the Default Organisation. Only admin users are members of the Default organisation */
129
- caller_is_member?: boolean;
130
- /** The Default Organisation ID
131
- */
132
- id?: string;
133
- /** The Default Organisation Name
134
- */
135
- name?: string;
136
- /** 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
137
- */
138
- private?: boolean;
139
- created?: string;
140
- /** The Organisation's default product privacy setting */
141
- default_product_privacy?: OrganisationGetDefaultResponseDefaultProductPrivacy;
142
- }
143
-
144
- export interface OrganisationUnitPostResponse {
145
- /** The unit's unique ID */
146
- id: string;
147
- }
148
-
149
- export interface PersonalUnitPutResponse {
150
- /** The unit's Organisation. Used to identify the Default organisation */
151
- organisation_id: string;
152
- /** The unit's unique ID */
153
- id: string;
154
- }
155
-
156
- export interface OrganisationChargeSummary {
157
- organisation_id: string;
158
- name: string;
159
- summary: ChargeSummary[];
160
- }
161
-
162
- export interface OrganisationUnitsGetResponse {
163
- count?: number;
164
- organisation: OrganisationAllDetail;
165
- /** A list of Units
166
- */
167
- units: UnitAllDetail[];
168
- }
169
-
170
- export interface OrganisationChargesGetResponse {
171
- organisation_id: string;
172
- name: string;
173
- coins: string;
174
- summary: ChargeSummary[];
175
- unit_charges: OrganisationUnitChargeSummary[];
176
- }
177
-
178
- export interface OrganisationUnitChargeSummary {
179
- unit_id: string;
180
- name: string;
181
- /**
182
- * @minimum 1
183
- * @maximum 28
184
- */
185
- billing_day: number;
186
- /** The start of the charge period */
187
- from: string;
188
- /** The date where of first day after the charge period */
189
- until: string;
190
- summary: ChargeSummary[];
191
- }
192
-
193
- export interface OrganisationsGetResponse {
194
- count: number;
195
- /** A list of Organisations */
196
- organisations: OrganisationAllDetail[];
197
- }
198
-
199
- export type OrganisationGetResponse = OrganisationAllDetail;
200
-
201
- export type ProductChargesGetResponseProductType =
202
- (typeof ProductChargesGetResponseProductType)[keyof typeof ProductChargesGetResponseProductType];
203
-
204
- // eslint-disable-next-line @typescript-eslint/no-redeclare
205
- export const ProductChargesGetResponseProductType = {
206
- DATA_MANAGER_PROJECT_TIER_SUBSCRIPTION: "DATA_MANAGER_PROJECT_TIER_SUBSCRIPTION",
207
- DATA_MANAGER_STORAGE_SUBSCRIPTION: "DATA_MANAGER_STORAGE_SUBSCRIPTION",
208
- } as const;
209
-
210
- export interface ProductChargesGetResponse {
211
- product_id: string;
212
- product_type: ProductChargesGetResponseProductType;
213
- /**
214
- * @minimum 1
215
- * @maximum 28
216
- */
217
- billing_day: number;
218
- /** True if the product can be (needs to be) claimed. */
219
- claimable: boolean;
220
- claim?: ProductClaimDetail;
221
- count: number;
222
- /** The start of the charge period */
223
- from: string;
224
- /** The date where of first day after the charge period */
225
- until: string;
226
- /** The total number of coins consumed by this product for the invoice period */
227
- coins: string;
228
- processing_charges: ProcessingCharges[];
229
- storage_charges: StorageCharges;
230
- }
231
-
232
- export type ProductsGetResponseProductsItem = ProductDmStorage | ProductDmProjectTier;
233
-
234
- export interface ProductsGetResponse {
235
- count: number;
236
- /** All the Products you have access to */
237
- products: ProductsGetResponseProductsItem[];
238
- }
239
-
240
- export type ProductsGetDefaultStorageCostDefaultStorageCost = {
241
- cost: string;
242
- units: string;
243
- description: string;
244
- };
245
-
246
- export interface ProductsGetDefaultStorageCost {
247
- default_storage_cost: ProductsGetDefaultStorageCostDefaultStorageCost;
248
- }
249
-
250
- export interface ProductsGetTypesResponse {
251
- /** The number of Product Types */
252
- count: number;
253
- /** All the Product Types you have access to */
254
- product_types: ProductType[];
255
- }
256
-
257
- /**
258
- * The Unit's Product
259
- */
260
- export type ProductUnitGetResponseProduct = ProductDmStorage | ProductDmProjectTier;
261
-
262
- export interface ProductUnitGetResponse {
263
- /** The Unit's Product */
264
- product: ProductUnitGetResponseProduct;
265
- }
266
-
267
- export interface UnitChargesGetResponse {
268
- /** Whether the user making the API call is a member of the Unit */
269
- caller_is_member: boolean;
270
- unit_id: string;
271
- name?: string;
272
- /** The Unit's owner (a username) */
273
- owner_id: string;
274
- /** True if the Unit is private */
275
- private: boolean;
276
- created: string;
277
- coins: string;
278
- count: number;
279
- /**
280
- * @minimum 1
281
- * @maximum 28
282
- */
283
- billing_day: number;
284
- /** The start of the charge period */
285
- from: string;
286
- /** The date where of first day after the charge period */
287
- until: string;
288
- summary: UnitChargeSummary;
289
- products: UnitProductChargeSummary[];
290
- }
291
-
292
- export interface UnitChargeSummary {
293
- charges: ChargeSummary[];
294
- }
295
-
296
- export interface UnitProductChargeSummary {
297
- product_id: string;
298
- product_type: string;
299
- charges: ChargeSummary[];
300
- }
301
-
302
- /**
303
- * The type of charge
304
- */
305
- export type ChargeSummaryType = (typeof ChargeSummaryType)[keyof typeof ChargeSummaryType];
306
-
307
- // eslint-disable-next-line @typescript-eslint/no-redeclare
308
- export const ChargeSummaryType = { PROCESSING: "PROCESSING", STORAGE: "STORAGE" } as const;
309
-
310
- export interface ChargeSummary {
311
- /** The type of charge */
312
- type: ChargeSummaryType;
313
- /** The cost, in coins of the charge */
314
- coins: string;
315
- }
316
-
317
- export interface UnitProductPostResponse {
318
- /** The Product's unique ID */
319
- id: string;
320
- }
321
-
322
- export type UnitGetResponse = UnitAllDetail;
323
-
324
- export interface UnitsGetResponse {
325
- /** A list of Units
326
- */
327
- units: OrganisationUnitsGetResponse[];
328
- }
329
-
330
- export type UserAccountGetResponse = UserAccountDetail;
331
-
332
- export type AssetDetailScope = (typeof AssetDetailScope)[keyof typeof AssetDetailScope];
333
-
334
- // eslint-disable-next-line @typescript-eslint/no-redeclare
335
- export const AssetDetailScope = {
336
- USER: "USER",
337
- PRODUCT: "PRODUCT",
338
- UNIT: "UNIT",
339
- ORGANISATION: "ORGANISATION",
340
- GLOBAL: "GLOBAL",
341
- } as const;
342
-
343
- export interface AssetDetail {
344
- creator: string;
345
- id: string;
346
- name: string;
347
- scope: AssetDetailScope;
348
- scope_id: string;
349
- secret: boolean;
350
- disabled: boolean;
351
- content: string;
352
- created: string;
353
- content_modified?: string;
354
- description?: string;
355
- merchants: MerchantDetail[];
356
- }
357
-
358
- export type ProcessingChargesMerchantKind =
359
- (typeof ProcessingChargesMerchantKind)[keyof typeof ProcessingChargesMerchantKind];
360
-
361
- // eslint-disable-next-line @typescript-eslint/no-redeclare
362
- export const ProcessingChargesMerchantKind = { DATA_MANAGER: "DATA_MANAGER" } as const;
363
-
364
- export interface ProcessingCharges {
365
- merchant_name: string;
366
- merchant_kind: ProcessingChargesMerchantKind;
367
- merchant_api_hostname: string;
368
- /** The date when the process stopped */
369
- closed?: string;
370
- /** True if no further change to the charges can occur. Typically True after the charge has been closed for a pre-configured period of time. */
371
- final: boolean;
372
- /** True if charges were received after the charge record was finalised */
373
- post_final_charges?: boolean;
374
- charge: ProcessingChargeItem;
375
- }
376
-
377
- export interface ProcessingChargeItem {
378
- /** The charge record number */
379
- id: number;
380
- /** The most recent sequence number for this charge */
381
- sqn: number;
382
- name?: string;
383
- username: string;
384
- /** The date and time of the processing charge */
385
- timestamp: string;
386
- /** The coin-cost of the storage */
387
- coins: string;
388
- additional_data?: ChargeAdditionalData;
389
- }
390
-
391
- export interface StorageCharges {
392
- num_items: number;
393
- items: StorageChargeItem[];
394
- }
395
-
396
- export interface StorageChargeItem {
397
- item_number: number;
398
- /** The date and time of the processing charge */
399
- date: string;
400
- /** The coin-cost of the storage */
401
- coins: string;
402
- /** The current burn rate, the approximate amount of coins you are currently consuming each day */
403
- current_burn_rate?: string;
404
- /** The date when the charges concluded */
405
- closed?: string;
406
- additional_data?: ChargeAdditionalData;
407
- }
408
-
409
- export interface ChargeAdditionalData {
410
- [key: string]: unknown;
411
- }
412
-
413
- export interface ProductDmStorage {
414
- product: ProductDetail;
415
- organisation: OrganisationAllDetail;
416
- unit: UnitAllDetail;
417
- storage: ProductDmStorageDetail;
418
- coins: ProductCoinsDetail;
419
- /** True if the product can be (needs to be) claimed. */
420
- claimable: boolean;
421
- }
422
-
423
- export interface ProductDmProjectTier {
424
- product: ProductDetail;
425
- organisation: OrganisationAllDetail;
426
- unit: UnitAllDetail;
427
- storage: ProductDmStorageDetail;
428
- coins: ProductCoinsDetail;
429
- instance: ProductInstanceDetail;
430
- /** True if the product can be (needs to be) claimed. */
431
- claimable: boolean;
432
- claim?: ProductClaimDetail;
433
- }
434
-
435
- export type ProductDmStorageDetailSize = {
436
- /** The humanised size of the peak storage used for the current day. The value is reset at the start of each day */
437
- peak: string;
438
- /** The humanised size of the current storage used for the current day and used to calculate the 'burn rate' */
439
- current: string;
440
- /** The humanised storage unit. The cost of storage is based on the daily peak of the number of units (or part thereof) used */
441
- unit_size: string;
442
- /** The peak number of storage units used today */
443
- units_used: number;
444
- };
445
-
446
- export type ProductDmStorageDetailCoins = {
447
- /** The number of coins currently committed for the current day. This is added to the accumulated coins at the start of each day */
448
- used: number;
449
- /** The coin cost of a 'unit' of storage or part thereof. The unit size is defined in the storage section of the response */
450
- unit_cost: number;
451
- };
452
-
453
- export interface ProductDmStorageDetail {
454
- size: ProductDmStorageDetailSize;
455
- coins: ProductDmStorageDetailCoins;
456
- }
457
-
458
- export interface ProductClaimDetail {
459
- /** The service-specific ID that is using this Subscription
460
- */
461
- id: string;
462
- /** A name for the service-specific ID
463
- */
464
- name?: string;
465
- }
466
-
467
- export interface ProductCoinsDetail {
468
- /** The billing allowance. When you exceed this during the current billing period the *cost multiplier* will increase */
469
- allowance: number;
470
- /** The limit on your billing period spend. You can exceed the allowance but you cannot exceed the spend limit. Once reached the dependent may be restricted */
471
- limit: number;
472
- /** The total number of coins consumed (in this billing period), excluding the coins that have been consumed for the current day */
473
- used: number;
474
- /** True if the product is operating at or beyond its coin limit. When it is authority to perform actions using the product are severely limited. */
475
- at_limit: boolean;
476
- /** The current burn rate, the approximate amount of coins you are currently consuming each day */
477
- current_burn_rate: number;
478
- /** The predicted total billing period amount, if costs continue at the current burn rate until the end of the billing period. This is an estimate */
479
- billing_prediction: number;
480
- /** The predicted storage contribution to the billing period amount, if costs continue at the current burn rate until the end of the billing period. This is an estimate */
481
- billing_prediction_storage_contribution: number;
482
- /** The day of the month when the bill is due, and the end of the current billing period */
483
- billing_day: number;
484
- /** A multiplier applied to your coin usage within your allowance */
485
- allowance_multiplier: number;
486
- /** A multiplier that will be applied to coin used beyond your allowance */
487
- overspend_multiplier: number;
488
- /** The number of days remaining, in the current billing period */
489
- remaining_days: number;
490
- }
491
-
492
- /**
493
- * The Product Type
494
-
495
- */
496
- export type ProductDetailType = (typeof ProductDetailType)[keyof typeof ProductDetailType];
497
-
498
- // eslint-disable-next-line @typescript-eslint/no-redeclare
499
- export const ProductDetailType = {
500
- DATA_MANAGER_PROJECT_TIER_SUBSCRIPTION: "DATA_MANAGER_PROJECT_TIER_SUBSCRIPTION",
501
- DATA_MANAGER_STORAGE_SUBSCRIPTION: "DATA_MANAGER_STORAGE_SUBSCRIPTION",
502
- } as const;
503
-
504
- /**
505
- * The Product Type flavour. Not all products have flavours
506
-
507
- */
508
- export type ProductDetailFlavour = (typeof ProductDetailFlavour)[keyof typeof ProductDetailFlavour];
509
-
510
- // eslint-disable-next-line @typescript-eslint/no-redeclare
511
- export const ProductDetailFlavour = {
512
- EVALUATION: "EVALUATION",
513
- BRONZE: "BRONZE",
514
- SILVER: "SILVER",
515
- GOLD: "GOLD",
516
- } as const;
517
-
518
- export interface ProductDetail {
519
- /** The Product ID
520
- */
521
- id: string;
522
- created: string;
523
- /** The Product Type
524
- */
525
- type: ProductDetailType;
526
- /** The Product Type flavour. Not all products have flavours
527
- */
528
- flavour?: ProductDetailFlavour;
529
- /** The name of the Product
530
- */
531
- name?: string;
532
- }
533
-
534
- export type ProductInstanceDetailCoins = {
535
- /** The number of coins used
536
- */
537
- used: number;
538
- };
539
-
540
- export interface ProductInstanceDetail {
541
- coins: ProductInstanceDetailCoins;
542
- }
543
-
544
- /**
545
- * The kind of service that can use the Product
546
- */
547
- export type ProductTypeServiceKind =
548
- (typeof ProductTypeServiceKind)[keyof typeof ProductTypeServiceKind];
549
-
550
- // eslint-disable-next-line @typescript-eslint/no-redeclare
551
- export const ProductTypeServiceKind = { DATA_MANAGER: "DATA_MANAGER" } as const;
552
-
553
- export interface ProductType {
554
- /** A product type, this is a unique string amongst all types known to the Account Server */
555
- type: string;
556
- /** A product flavour. Not all types have a flavour, those that do have a type-specific flavour string */
557
- flavour?: string;
558
- /** The kind of service that can use the Product */
559
- service_kind?: ProductTypeServiceKind;
560
- }
561
-
562
- /**
563
- * The Organisation's default product privacy setting
564
- */
565
- export type OrganisationAllDetailDefaultProductPrivacy =
566
- (typeof OrganisationAllDetailDefaultProductPrivacy)[keyof typeof OrganisationAllDetailDefaultProductPrivacy];
567
-
568
- // eslint-disable-next-line @typescript-eslint/no-redeclare
569
- export const OrganisationAllDetailDefaultProductPrivacy = {
570
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
571
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
572
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
573
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
574
- } as const;
575
-
576
- export interface OrganisationAllDetail {
577
- /** Whether the user making the API call is a member of the Unit */
578
- caller_is_member: boolean;
579
- /** The Organisation's unique ID */
580
- id: string;
581
- /** The Organisation's name */
582
- name: string;
583
- /** The username of the Organisation's owner. Not all Organisations have an owner. The Default Organisation has no owner. */
584
- owner_id?: string;
585
- /** True if the Unit is private */
586
- private: boolean;
587
- created: string;
588
- /** The Organisation's default product privacy setting */
589
- default_product_privacy: OrganisationAllDetailDefaultProductPrivacy;
590
- /** A list of users that are members of the Organisation */
591
- users: UserDetail[];
592
- }
593
-
594
- /**
595
- * The Organisation's default product privacy setting
596
- */
597
- export type OrganisationDetailDefaultProductPrivacy =
598
- (typeof OrganisationDetailDefaultProductPrivacy)[keyof typeof OrganisationDetailDefaultProductPrivacy];
599
-
600
- // eslint-disable-next-line @typescript-eslint/no-redeclare
601
- export const OrganisationDetailDefaultProductPrivacy = {
602
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
603
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
604
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
605
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
606
- } as const;
607
-
608
- export interface OrganisationDetail {
609
- /** Whether the user making the API call is a member of the Unit */
610
- caller_is_member: boolean;
611
- /** The Organisation's unique ID */
612
- id: string;
613
- /** The Organisation's name */
614
- name: string;
615
- /** The username of the Organisation's owner. Not all Organisations have an owner. The Default Organisation has no owner. */
616
- owner_id?: string;
617
- /** True if the Unit is private */
618
- private: boolean;
619
- created: string;
620
- /** The Organisation's default product privacy setting */
621
- default_product_privacy: OrganisationDetailDefaultProductPrivacy;
622
- }
623
-
624
- export interface MerchantsGetResponse {
625
- count?: number;
626
- /** The list of known Merchants
627
- */
628
- merchants: MerchantDetail[];
629
- }
630
-
631
- export type MerchantGetResponse = MerchantDetail;
632
-
633
- /**
634
- * The kind of Service
635
- */
636
- export type MerchantDetailKind = (typeof MerchantDetailKind)[keyof typeof MerchantDetailKind];
637
-
638
- // eslint-disable-next-line @typescript-eslint/no-redeclare
639
- export const MerchantDetailKind = { DATA_MANAGER: "DATA_MANAGER" } as const;
640
-
641
- export interface MerchantDetail {
642
- /** The unique ID of the Service */
643
- id: number;
644
- created: string;
645
- /** The kind of Service */
646
- kind: MerchantDetailKind;
647
- /** The name assigned to the Service */
648
- name: string;
649
- /** The hostname used by the Service */
650
- api_hostname: string;
651
- }
652
-
653
- /**
654
- * The kind of Service
655
- */
656
- export type MerchantSummaryKind = (typeof MerchantSummaryKind)[keyof typeof MerchantSummaryKind];
657
-
658
- // eslint-disable-next-line @typescript-eslint/no-redeclare
659
- export const MerchantSummaryKind = { DATA_MANAGER: "DATA_MANAGER" } as const;
660
-
661
- export interface MerchantSummary {
662
- /** The unique ID of the Merchant */
663
- id: number;
664
- /** The kind of Service */
665
- kind: MerchantSummaryKind;
666
- /** The name assigned to the Service */
667
- name: string;
668
- }
669
-
670
- /**
671
- * The Unit's default product privacy setting
672
- */
673
- export type UnitAllDetailDefaultProductPrivacy =
674
- (typeof UnitAllDetailDefaultProductPrivacy)[keyof typeof UnitAllDetailDefaultProductPrivacy];
675
-
676
- // eslint-disable-next-line @typescript-eslint/no-redeclare
677
- export const UnitAllDetailDefaultProductPrivacy = {
678
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
679
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
680
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
681
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
682
- } as const;
683
-
684
- export interface UnitAllDetail {
685
- /** Whether the user making the API call is a member of the Unit */
686
- caller_is_member: boolean;
687
- /** The Unit's unique identity */
688
- id: string;
689
- /** The Unit's name */
690
- name: string;
691
- /** The Unit's owner (a username) */
692
- owner_id: string;
693
- /** True if the Unit is private */
694
- private: boolean;
695
- created: string;
696
- /** The Unit's billing day */
697
- billing_day: number;
698
- /** The Unit's default product privacy setting */
699
- default_product_privacy: UnitAllDetailDefaultProductPrivacy;
700
- /** A list of users that are members of the Unit */
701
- users: UserDetail[];
702
- }
703
-
704
- /**
705
- * The Unit's default product privacy setting
706
- */
707
- export type UnitDetailDefaultProductPrivacy =
708
- (typeof UnitDetailDefaultProductPrivacy)[keyof typeof UnitDetailDefaultProductPrivacy];
709
-
710
- // eslint-disable-next-line @typescript-eslint/no-redeclare
711
- export const UnitDetailDefaultProductPrivacy = {
712
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
713
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
714
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
715
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
716
- } as const;
717
-
718
- export interface UnitDetail {
719
- /** Whether the user making the API call is a member of the Unit */
720
- caller_is_member: boolean;
721
- /** The Unit's unique identity */
722
- id: string;
723
- /** The Unit's name */
724
- name: string;
725
- /** The Unit's owner (a username) */
726
- owner_id: string;
727
- /** True if the Unit is private */
728
- private: boolean;
729
- created: string;
730
- /** The Unit's billing day */
731
- billing_day: number;
732
- /** The Unit's default product privacy setting */
733
- default_product_privacy: UnitDetailDefaultProductPrivacy;
734
- }
735
-
736
- export interface UserAccountDetail {
737
- user: UserDetail;
738
- /** Whether the caller has admin privilege */
739
- caller_has_admin_privilege: boolean;
740
- /** The roles assigned to the user recognised by the Account Server */
741
- account_server_roles: string[];
742
- }
743
-
744
- export interface UserDetail {
745
- /** The user identity (username) */
746
- id: string;
747
- }
748
-
749
- export type AssetPatchBodyBody = {
750
- /** A file containing the content for the asset. You must provide a value here or in content_string */
751
- content_file?: Blob;
752
- /** The textual content of the asset. You must provide a value here or in content_file */
753
- content_string?: string;
754
- /** An optional description for the Asset */
755
- description?: string;
756
- };
757
-
758
- /**
759
- * An enumeration of the scope of the asset. This can be one of `USER`, `PRODUCT`, `UNIT`, `ORGANISATION`, or `GLOBAL`. Assets that are not `GLOBAL` need a scope ID.
760
- */
761
- export type AssetPostBodyBodyScope =
762
- (typeof AssetPostBodyBodyScope)[keyof typeof AssetPostBodyBodyScope];
763
-
764
- // eslint-disable-next-line @typescript-eslint/no-redeclare
765
- export const AssetPostBodyBodyScope = {
766
- USER: "USER",
767
- PRODUCT: "PRODUCT",
768
- UNIT: "UNIT",
769
- ORGANISATION: "ORGANISATION",
770
- GLOBAL: "GLOBAL",
771
- } as const;
772
-
773
- export type AssetPostBodyBody = {
774
- /**
775
- * The name of the asset. This must be unique within its scope. For example, only one asset can be called "asset-1" within a given `UNIT`. Asset names must be valid RFC 1123 Label Names
776
- * @maxLength 80
777
- * @pattern ^[a-z0-9-]{1,63}$
778
- */
779
- name: string;
780
- /** A file containing the content for the asset. You must provide a value here or in **content_string** but not both */
781
- content_file?: Blob;
782
- /** The textual content of the asset. You must provide a value here or in **content_file** but not both */
783
- content_string?: string;
784
- /** An enumeration of the scope of the asset. This can be one of `USER`, `PRODUCT`, `UNIT`, `ORGANISATION`, or `GLOBAL`. Assets that are not `GLOBAL` need a scope ID. */
785
- scope: AssetPostBodyBodyScope;
786
- /** The unique identity based on the Scope of the asset. For example, this will be the Unit ID if it's a UNIT. A scope_id is required if the scope is USER as it will be automatically set to your username. Global assets do not have a scope. */
787
- scope_id?: string;
788
- /** Is this a secret asset? Secret assets are not revealed in a subsequent **GET** but are revealed to merchants they are connected to. */
789
- secret: boolean;
790
- /** An optional description for the Asset */
791
- description?: string;
792
- };
793
-
794
- export type EventStreamPostBodyBodyFormat =
795
- (typeof EventStreamPostBodyBodyFormat)[keyof typeof EventStreamPostBodyBodyFormat];
796
-
797
- // eslint-disable-next-line @typescript-eslint/no-redeclare
798
- export const EventStreamPostBodyBodyFormat = {
799
- PROTOCOL_STRING: "PROTOCOL_STRING",
800
- JSON_STRING: "JSON_STRING",
801
- } as const;
802
-
803
- export type EventStreamPostBodyBody = { format?: EventStreamPostBodyBodyFormat };
804
-
805
- /**
806
- * The default product privacy setting for the Organisation
807
- */
808
- export type OrganisationPostBodyBodyDefaultProductPrivacy =
809
- (typeof OrganisationPostBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationPostBodyBodyDefaultProductPrivacy];
810
-
811
- // eslint-disable-next-line @typescript-eslint/no-redeclare
812
- export const OrganisationPostBodyBodyDefaultProductPrivacy = {
813
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
814
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
815
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
816
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
817
- } as const;
818
-
819
- export type OrganisationPostBodyBody = {
820
- /**
821
- * The name of the organisation
822
- * @maxLength 80
823
- */
824
- name: string;
825
- /** The name of the organisation owner. A user ID */
826
- owner: string;
827
- /** The default product privacy setting for the Organisation */
828
- default_product_privacy?: OrganisationPostBodyBodyDefaultProductPrivacy;
829
- };
830
-
831
- export type PersonalUnitPutBodyBody = {
832
- /**
833
- * The day you would like to be billed for the Unit's Products (a value from 1 and 28)
834
- * @minimum 1
835
- * @maximum 28
836
- */
837
- billing_day: number;
838
- };
839
-
840
- /**
841
- * The default product privacy setting for products in the unit. Whether the privacy can be honoured will depend on the organisation's value
842
- */
843
- export type OrganisationUnitPostBodyBodyDefaultProductPrivacy =
844
- (typeof OrganisationUnitPostBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationUnitPostBodyBodyDefaultProductPrivacy];
845
-
846
- // eslint-disable-next-line @typescript-eslint/no-redeclare
847
- export const OrganisationUnitPostBodyBodyDefaultProductPrivacy = {
848
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
849
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
850
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
851
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
852
- } as const;
853
-
854
- export type OrganisationUnitPostBodyBody = {
855
- /**
856
- * The name of the unit
857
- * @maxLength 80
858
- */
859
- name: string;
860
- /**
861
- * The day you would like to be billed for the Unit's Products (a value from 1 and 28)
862
- * @minimum 1
863
- * @maximum 28
864
- */
865
- billing_day: number;
866
- /** The default product privacy setting for products in the unit. Whether the privacy can be honoured will depend on the organisation's value */
867
- default_product_privacy?: OrganisationUnitPostBodyBodyDefaultProductPrivacy;
868
- };
869
-
870
- /**
871
- * 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`.
872
-
873
- Whether the privacy can be honoured will depend on the value in any of the organisation's existing units
874
- */
875
- export type OrganisationPatchBodyBodyDefaultProductPrivacy =
876
- (typeof OrganisationPatchBodyBodyDefaultProductPrivacy)[keyof typeof OrganisationPatchBodyBodyDefaultProductPrivacy];
877
-
878
- // eslint-disable-next-line @typescript-eslint/no-redeclare
879
- export const OrganisationPatchBodyBodyDefaultProductPrivacy = {
880
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
881
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
882
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
883
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
884
- } as const;
885
-
886
- export type OrganisationPatchBodyBody = {
887
- /** The new name for the Organisational */
888
- name?: string;
889
- /** 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`.
890
-
891
- Whether the privacy can be honoured will depend on the value in any of the organisation's existing units */
892
- default_product_privacy?: OrganisationPatchBodyBodyDefaultProductPrivacy;
893
- };
894
-
895
- /**
896
- * The new default **Product** privacy applied to all products that belong to this Unit. Privacy is also controlled at the **Organisation** level. As an example, the Unit can declare its Products to be `DEFAULT_PRIVATE`, but the Organisation can declare its value to be `DEFAULT_PUBLIC`.
897
-
898
- Whether the privacy can be honoured will depend on the organisation's value
899
- */
900
- export type UnitPatchBodyBodyDefaultProductPrivacy =
901
- (typeof UnitPatchBodyBodyDefaultProductPrivacy)[keyof typeof UnitPatchBodyBodyDefaultProductPrivacy];
902
-
903
- // eslint-disable-next-line @typescript-eslint/no-redeclare
904
- export const UnitPatchBodyBodyDefaultProductPrivacy = {
905
- ALWAYS_PUBLIC: "ALWAYS_PUBLIC",
906
- ALWAYS_PRIVATE: "ALWAYS_PRIVATE",
907
- DEFAULT_PUBLIC: "DEFAULT_PUBLIC",
908
- DEFAULT_PRIVATE: "DEFAULT_PRIVATE",
909
- } as const;
910
-
911
- export type UnitPatchBodyBody = {
912
- /** The new name for the Unit */
913
- name?: string;
914
- /** The new default **Product** privacy applied to all products that belong to this Unit. Privacy is also controlled at the **Organisation** level. As an example, the Unit can declare its Products to be `DEFAULT_PRIVATE`, but the Organisation can declare its value to be `DEFAULT_PUBLIC`.
915
-
916
- Whether the privacy can be honoured will depend on the organisation's value */
917
- default_product_privacy?: UnitPatchBodyBodyDefaultProductPrivacy;
918
- };
919
-
920
- /**
921
- * The Type of Product. Storage subscriptions require an **Allowance** to be defined and the **Flavour** must not be provided.
922
-
923
- Project Tier subscriptions have built-in allowances and Limits so you must not provide values for these for these products
924
- */
925
- export type UnitProductPostBodyBodyType =
926
- (typeof UnitProductPostBodyBodyType)[keyof typeof UnitProductPostBodyBodyType];
927
-
928
- // eslint-disable-next-line @typescript-eslint/no-redeclare
929
- export const UnitProductPostBodyBodyType = {
930
- DATA_MANAGER_PROJECT_TIER_SUBSCRIPTION: "DATA_MANAGER_PROJECT_TIER_SUBSCRIPTION",
931
- DATA_MANAGER_STORAGE_SUBSCRIPTION: "DATA_MANAGER_STORAGE_SUBSCRIPTION",
932
- } as const;
933
-
934
- /**
935
- * The Flavour of the Product. Used only for Project Tier Products. Do not set this for Storage products
936
- */
937
- export type UnitProductPostBodyBodyFlavour =
938
- (typeof UnitProductPostBodyBodyFlavour)[keyof typeof UnitProductPostBodyBodyFlavour];
939
-
940
- // eslint-disable-next-line @typescript-eslint/no-redeclare
941
- export const UnitProductPostBodyBodyFlavour = {
942
- EVALUATION: "EVALUATION",
943
- BRONZE: "BRONZE",
944
- SILVER: "SILVER",
945
- GOLD: "GOLD",
946
- } as const;
947
-
948
- export type UnitProductPostBodyBody = {
949
- /**
950
- * The name you want to give the Product
951
- * @maxLength 80
952
- */
953
- name: string;
954
- /** The Type of Product. Storage subscriptions require an **Allowance** to be defined and the **Flavour** must not be provided.
955
-
956
- Project Tier subscriptions have built-in allowances and Limits so you must not provide values for these for these products */
957
- type: UnitProductPostBodyBodyType;
958
- /** The Flavour of the Product. Used only for Project Tier Products. Do not set this for Storage products */
959
- flavour?: UnitProductPostBodyBodyFlavour;
960
- /**
961
- * The Product's coin allowance. You must provide this for Storage products but you must not provide a value for Project Tier Products
962
- * @minimum 1
963
- */
964
- allowance?: number;
965
- /**
966
- * The Product's built-in coin limit. If set it must not be less than the allowance. If not set the allowance is used. You can provide this for Storage products but you must not provide a value for Project Tier Products
967
- * @minimum 1
968
- */
969
- limit?: number;
970
- };
971
-
972
- export type ProductPatchBodyBody = {
973
- /**
974
- * The name you want to give the Product
975
- * @maxLength 80
976
- */
977
- name?: string;
978
- /**
979
- * The Product's built-in coin allowance. Product allowances cannot be reduced
980
- * @minimum 1
981
- */
982
- allowance?: number;
983
- /**
984
- * The Product's built-in coin limit. If set it must not be less than the allowance. If not set the allowance is used. The existing product limit cannot be reduced
985
- * @minimum 1
986
- */
987
- limit?: number;
988
- };
989
-
990
- /**
991
- * A charge Prior Billing Period, 0 implies "current" and -23 is for the period 23 months ago.
992
- */
993
- export type QPbpParameter = number;
994
-
995
- /**
996
- * An Organisation Identity
997
- */
998
- export type QOrgIdParameter = string;
999
-
1000
- /**
1001
- * A Merchant Identity
1002
- */
1003
- export type QMIdParameter = number;
1004
-
1005
- /**
1006
- * An object name
1007
- */
1008
- export type QNameParameter = string;
1009
-
1010
- /**
1011
- * A Unit Identity
1012
- */
1013
- export type QUnitIdParameter = string;
1014
-
1015
- /**
1016
- * A Product Identity
1017
- */
1018
- export type QProductIdParameter = string;
1019
-
1020
- /**
1021
- * A User Identity
1022
- */
1023
- export type QUserIdParameter = string;
1024
-
1025
- export type QFormatParameter = (typeof QFormatParameter)[keyof typeof QFormatParameter];
1026
-
1027
- // eslint-disable-next-line @typescript-eslint/no-redeclare
1028
- export const QFormatParameter = {
1029
- PROTOCOL_STRING: "PROTOCOL_STRING",
1030
- JSON_STRING: "JSON_STRING",
1031
- } as const;
1032
-
1033
- /**
1034
- * A date from which to retrieve assets. Any asset that occurs on ar after this date will be returned. UTC is assumed if no timezone is provided
1035
- */
1036
- export type QFromParameter = string;
1037
-
1038
- /**
1039
- * A date where assets prior to this will be returned. Any asset that occurs prior this date will be returned. UTC is assumed if no timezone is provided
1040
- */
1041
- export type QUntilParameter = string;
1042
-
1043
- export type GetChargesParams = {
1044
- /**
1045
- * A date from which to retrieve assets. Any asset that occurs on ar after this date will be returned. UTC is assumed if no timezone is provided
1046
- */
1047
- from?: QFromParameter;
1048
- /**
1049
- * A date where assets prior to this will be returned. Any asset that occurs prior this date will be returned. UTC is assumed if no timezone is provided
1050
- */
1051
- until?: QUntilParameter;
1052
- /**
1053
- * A charge Prior Billing Period, 0 implies "current" and -23 is for the period 23 months ago.
1054
- * @minimum -23
1055
- * @maximum 0
1056
- */
1057
- pbp?: QPbpParameter;
1058
- };
1059
-
1060
- export type GetOrganisationChargesParams = {
1061
- /**
1062
- * A date from which to retrieve assets. Any asset that occurs on ar after this date will be returned. UTC is assumed if no timezone is provided
1063
- */
1064
- from?: QFromParameter;
1065
- /**
1066
- * A date where assets prior to this will be returned. Any asset that occurs prior this date will be returned. UTC is assumed if no timezone is provided
1067
- */
1068
- until?: QUntilParameter;
1069
- /**
1070
- * A charge Prior Billing Period, 0 implies "current" and -23 is for the period 23 months ago.
1071
- * @minimum -23
1072
- * @maximum 0
1073
- */
1074
- pbp?: QPbpParameter;
1075
- };
1076
-
1077
- export type GetProductChargesParams = {
1078
- /**
1079
- * A date from which to retrieve assets. Any asset that occurs on ar after this date will be returned. UTC is assumed if no timezone is provided
1080
- */
1081
- from?: QFromParameter;
1082
- /**
1083
- * A date where assets prior to this will be returned. Any asset that occurs prior this date will be returned. UTC is assumed if no timezone is provided
1084
- */
1085
- until?: QUntilParameter;
1086
- /**
1087
- * A charge Prior Billing Period, 0 implies "current" and -23 is for the period 23 months ago.
1088
- * @minimum -23
1089
- * @maximum 0
1090
- */
1091
- pbp?: QPbpParameter;
1092
- };
1093
-
1094
- export type GetUnitChargesParams = {
1095
- /**
1096
- * A date from which to retrieve assets. Any asset that occurs on ar after this date will be returned. UTC is assumed if no timezone is provided
1097
- */
1098
- from?: QFromParameter;
1099
- /**
1100
- * A date where assets prior to this will be returned. Any asset that occurs prior this date will be returned. UTC is assumed if no timezone is provided
1101
- */
1102
- until?: QUntilParameter;
1103
- /**
1104
- * A charge Prior Billing Period, 0 implies "current" and -23 is for the period 23 months ago.
1105
- * @minimum -23
1106
- * @maximum 0
1107
- */
1108
- pbp?: QPbpParameter;
1109
- };
1110
-
1111
- export type GetOrganisationsParams = {
1112
- /**
1113
- * An object name
1114
- */
1115
- name?: QNameParameter;
1116
- };
1117
-
1118
- export type GetUnitsParams = {
1119
- /**
1120
- * An object name
1121
- */
1122
- name?: QNameParameter;
1123
- };
1124
-
1125
- export type GetAssetParams = {
1126
- /**
1127
- * A User Identity
1128
- * @minLength 3
1129
- * @maxLength 80
1130
- * @pattern ^\w(?:\w*(?:[@.-]\w+)?)*$
1131
- */
1132
- user_id?: QUserIdParameter;
1133
- /**
1134
- * A Product Identity
1135
- * @pattern ^product-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
1136
- */
1137
- product_id?: QProductIdParameter;
1138
- /**
1139
- * A Unit Identity
1140
- * @pattern ^unit-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
1141
- */
1142
- unit_id?: QUnitIdParameter;
1143
- /**
1144
- * An Organisation Identity
1145
- * @pattern ^org-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
1146
- */
1147
- org_id?: QOrgIdParameter;
1148
- };
1149
-
1150
- export type AttachAssetParams = {
1151
- /**
1152
- * A Merchant Identity
1153
- * @minimum 1
1154
- */
1155
- m_id?: QMIdParameter;
1156
- };
1157
-
1158
- export type DetachAssetParams = {
1159
- /**
1160
- * A Merchant Identity
1161
- * @minimum 1
1162
- */
1163
- m_id?: QMIdParameter;
1164
- };
1165
-
1166
- export type GetActionsParams = {
1167
- /**
1168
- * The required format for delivered content.
1169
- */
1170
- format?: QFormatParameter;
1171
- /**
1172
- * A date from which to retrieve assets. Any asset that occurs on ar after this date will be returned. UTC is assumed if no timezone is provided
1173
- */
1174
- from?: QFromParameter;
1175
- /**
1176
- * A Merchant Identity
1177
- * @minimum 1
1178
- */
1179
- m_id?: QMIdParameter;
1180
- /**
1181
- * An Organisation Identity
1182
- * @pattern ^org-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
1183
- */
1184
- org_id?: QOrgIdParameter;
1185
- /**
1186
- * A Product Identity
1187
- * @pattern ^product-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
1188
- */
1189
- product_id?: QProductIdParameter;
1190
- /**
1191
- * A date where assets prior to this will be returned. Any asset that occurs prior this date will be returned. UTC is assumed if no timezone is provided
1192
- */
1193
- until?: QUntilParameter;
1194
- /**
1195
- * A Unit Identity
1196
- * @pattern ^unit-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
1197
- */
1198
- unit_id?: QUnitIdParameter;
1199
- };