@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.
- package/dist/api/actions/actions.cjs +29 -18
- package/dist/api/actions/actions.cjs.map +1 -1
- package/dist/api/actions/actions.d.cts +12 -7
- package/dist/api/actions/actions.d.cts.map +1 -1
- package/dist/api/actions/actions.d.ts +12 -7
- package/dist/api/actions/actions.d.ts.map +1 -1
- package/dist/api/actions/actions.fetch.cjs +98 -0
- package/dist/api/actions/actions.fetch.cjs.map +1 -0
- package/dist/api/actions/actions.fetch.d.cts +77 -0
- package/dist/api/actions/actions.fetch.d.cts.map +1 -0
- package/dist/api/actions/actions.fetch.d.ts +77 -0
- package/dist/api/actions/actions.fetch.d.ts.map +1 -0
- package/dist/api/actions/actions.fetch.js +90 -0
- package/dist/api/actions/actions.fetch.js.map +1 -0
- package/dist/api/actions/actions.js +26 -16
- package/dist/api/actions/actions.js.map +1 -1
- package/dist/api/api-schemas/actionDetail.d.cts +17 -0
- package/dist/api/api-schemas/actionDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/actionDetail.d.ts +17 -0
- package/dist/api/api-schemas/actionDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/actionGetResponse.d.cts +15 -0
- package/dist/api/api-schemas/actionGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/actionGetResponse.d.ts +15 -0
- package/dist/api/api-schemas/actionGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/asError.d.cts +18 -0
- package/dist/api/api-schemas/asError.d.cts.map +1 -0
- package/dist/api/api-schemas/asError.d.ts +18 -0
- package/dist/api/api-schemas/asError.d.ts.map +1 -0
- package/dist/api/api-schemas/assetDetail.d.cts +22 -0
- package/dist/api/api-schemas/assetDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/assetDetail.d.ts +22 -0
- package/dist/api/api-schemas/assetDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/assetDetailScope.cjs +13 -0
- package/dist/api/api-schemas/assetDetailScope.cjs.map +1 -0
- package/dist/api/api-schemas/assetDetailScope.d.cts +22 -0
- package/dist/api/api-schemas/assetDetailScope.d.cts.map +1 -0
- package/dist/api/api-schemas/assetDetailScope.d.ts +22 -0
- package/dist/api/api-schemas/assetDetailScope.d.ts.map +1 -0
- package/dist/api/api-schemas/assetDetailScope.js +12 -0
- package/dist/api/api-schemas/assetDetailScope.js.map +1 -0
- package/dist/api/api-schemas/assetGetByIdResponse.d.cts +8 -0
- package/dist/api/api-schemas/assetGetByIdResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/assetGetByIdResponse.d.ts +8 -0
- package/dist/api/api-schemas/assetGetByIdResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/assetGetResponse.d.cts +15 -0
- package/dist/api/api-schemas/assetGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/assetGetResponse.d.ts +15 -0
- package/dist/api/api-schemas/assetGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/assetPatchBodyBody.d.cts +22 -0
- package/dist/api/api-schemas/assetPatchBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/assetPatchBodyBody.d.ts +22 -0
- package/dist/api/api-schemas/assetPatchBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/assetPostBodyBody.d.cts +27 -0
- package/dist/api/api-schemas/assetPostBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/assetPostBodyBody.d.ts +27 -0
- package/dist/api/api-schemas/assetPostBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.cjs +13 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.cjs.map +1 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.d.cts +25 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.d.cts.map +1 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.d.ts +25 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.d.ts.map +1 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.js +12 -0
- package/dist/api/api-schemas/assetPostBodyBodyScope.js.map +1 -0
- package/dist/api/api-schemas/assetPostResponse.d.cts +19 -0
- package/dist/api/api-schemas/assetPostResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/assetPostResponse.d.ts +19 -0
- package/dist/api/api-schemas/assetPostResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/attachAssetParams.d.cts +14 -0
- package/dist/api/api-schemas/attachAssetParams.d.cts.map +1 -0
- package/dist/api/api-schemas/attachAssetParams.d.ts +14 -0
- package/dist/api/api-schemas/attachAssetParams.d.ts.map +1 -0
- package/dist/api/api-schemas/chargeAdditionalData.d.cts +17 -0
- package/dist/api/api-schemas/chargeAdditionalData.d.cts.map +1 -0
- package/dist/api/api-schemas/chargeAdditionalData.d.ts +17 -0
- package/dist/api/api-schemas/chargeAdditionalData.d.ts.map +1 -0
- package/dist/api/api-schemas/chargeSummary.d.cts +13 -0
- package/dist/api/api-schemas/chargeSummary.d.cts.map +1 -0
- package/dist/api/api-schemas/chargeSummary.d.ts +13 -0
- package/dist/api/api-schemas/chargeSummary.d.ts.map +1 -0
- package/dist/api/api-schemas/chargeSummaryType.cjs +10 -0
- package/dist/api/api-schemas/chargeSummaryType.cjs.map +1 -0
- package/dist/api/api-schemas/chargeSummaryType.d.cts +22 -0
- package/dist/api/api-schemas/chargeSummaryType.d.cts.map +1 -0
- package/dist/api/api-schemas/chargeSummaryType.d.ts +22 -0
- package/dist/api/api-schemas/chargeSummaryType.d.ts.map +1 -0
- package/dist/api/api-schemas/chargeSummaryType.js +9 -0
- package/dist/api/api-schemas/chargeSummaryType.js.map +1 -0
- package/dist/api/api-schemas/chargesGetResponse.d.cts +14 -0
- package/dist/api/api-schemas/chargesGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/chargesGetResponse.d.ts +14 -0
- package/dist/api/api-schemas/chargesGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/detachAssetParams.d.cts +14 -0
- package/dist/api/api-schemas/detachAssetParams.d.cts.map +1 -0
- package/dist/api/api-schemas/detachAssetParams.d.ts +14 -0
- package/dist/api/api-schemas/detachAssetParams.d.ts.map +1 -0
- package/dist/api/api-schemas/eventStreamGetPostResponse.d.cts +24 -0
- package/dist/api/api-schemas/eventStreamGetPostResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/eventStreamGetPostResponse.d.ts +24 -0
- package/dist/api/api-schemas/eventStreamGetPostResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/eventStreamPostBodyBody.d.cts +10 -0
- package/dist/api/api-schemas/eventStreamPostBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/eventStreamPostBodyBody.d.ts +10 -0
- package/dist/api/api-schemas/eventStreamPostBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.cjs +10 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.cjs.map +1 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.cts +19 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.cts.map +1 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.ts +19 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.d.ts.map +1 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.js +9 -0
- package/dist/api/api-schemas/eventStreamPostBodyBodyFormat.js.map +1 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponse.d.cts +15 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponse.d.ts +15 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.cjs +11 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.cjs.map +1 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.cts +23 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.cts.map +1 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.ts +23 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.d.ts.map +1 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.js +10 -0
- package/dist/api/api-schemas/eventStreamVersionGetResponseProtocol.js.map +1 -0
- package/dist/api/api-schemas/getActionsParams.d.cts +47 -0
- package/dist/api/api-schemas/getActionsParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getActionsParams.d.ts +47 -0
- package/dist/api/api-schemas/getActionsParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getAssetParams.d.cts +34 -0
- package/dist/api/api-schemas/getAssetParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getAssetParams.d.ts +34 -0
- package/dist/api/api-schemas/getAssetParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getChargesParams.d.cts +25 -0
- package/dist/api/api-schemas/getChargesParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getChargesParams.d.ts +25 -0
- package/dist/api/api-schemas/getChargesParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getOrganisationChargesParams.d.cts +25 -0
- package/dist/api/api-schemas/getOrganisationChargesParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getOrganisationChargesParams.d.ts +25 -0
- package/dist/api/api-schemas/getOrganisationChargesParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getOrganisationsParams.d.cts +13 -0
- package/dist/api/api-schemas/getOrganisationsParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getOrganisationsParams.d.ts +13 -0
- package/dist/api/api-schemas/getOrganisationsParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getProductChargesParams.d.cts +25 -0
- package/dist/api/api-schemas/getProductChargesParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getProductChargesParams.d.ts +25 -0
- package/dist/api/api-schemas/getProductChargesParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getUnitChargesParams.d.cts +25 -0
- package/dist/api/api-schemas/getUnitChargesParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getUnitChargesParams.d.ts +25 -0
- package/dist/api/api-schemas/getUnitChargesParams.d.ts.map +1 -0
- package/dist/api/api-schemas/getUnitsParams.d.cts +13 -0
- package/dist/api/api-schemas/getUnitsParams.d.cts.map +1 -0
- package/dist/api/api-schemas/getUnitsParams.d.ts +13 -0
- package/dist/api/api-schemas/getUnitsParams.d.ts.map +1 -0
- package/dist/api/api-schemas/merchantDetail.d.cts +18 -0
- package/dist/api/api-schemas/merchantDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/merchantDetail.d.ts +18 -0
- package/dist/api/api-schemas/merchantDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/merchantDetailKind.cjs +7 -0
- package/dist/api/api-schemas/merchantDetailKind.cjs.map +1 -0
- package/dist/api/api-schemas/merchantDetailKind.d.cts +21 -0
- package/dist/api/api-schemas/merchantDetailKind.d.cts.map +1 -0
- package/dist/api/api-schemas/merchantDetailKind.d.ts +21 -0
- package/dist/api/api-schemas/merchantDetailKind.d.ts.map +1 -0
- package/dist/api/api-schemas/merchantDetailKind.js +6 -0
- package/dist/api/api-schemas/merchantDetailKind.js.map +1 -0
- package/dist/api/api-schemas/merchantGetResponse.d.cts +8 -0
- package/dist/api/api-schemas/merchantGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/merchantGetResponse.d.ts +8 -0
- package/dist/api/api-schemas/merchantGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/merchantSummary.d.cts +15 -0
- package/dist/api/api-schemas/merchantSummary.d.cts.map +1 -0
- package/dist/api/api-schemas/merchantSummary.d.ts +15 -0
- package/dist/api/api-schemas/merchantSummary.d.ts.map +1 -0
- package/dist/api/api-schemas/merchantSummaryKind.cjs +7 -0
- package/dist/api/api-schemas/merchantSummaryKind.cjs.map +1 -0
- package/dist/api/api-schemas/merchantSummaryKind.d.cts +21 -0
- package/dist/api/api-schemas/merchantSummaryKind.d.cts.map +1 -0
- package/dist/api/api-schemas/merchantSummaryKind.d.ts +21 -0
- package/dist/api/api-schemas/merchantSummaryKind.d.ts.map +1 -0
- package/dist/api/api-schemas/merchantSummaryKind.js +6 -0
- package/dist/api/api-schemas/merchantSummaryKind.js.map +1 -0
- package/dist/api/api-schemas/merchantsGetResponse.d.cts +13 -0
- package/dist/api/api-schemas/merchantsGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/merchantsGetResponse.d.ts +13 -0
- package/dist/api/api-schemas/merchantsGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationAllDetail.d.cts +25 -0
- package/dist/api/api-schemas/organisationAllDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationAllDetail.d.ts +25 -0
- package/dist/api/api-schemas/organisationAllDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/organisationAllDetailDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/organisationChargeSummary.d.cts +12 -0
- package/dist/api/api-schemas/organisationChargeSummary.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationChargeSummary.d.ts +12 -0
- package/dist/api/api-schemas/organisationChargeSummary.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationChargesGetResponse.d.cts +15 -0
- package/dist/api/api-schemas/organisationChargesGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationChargesGetResponse.d.ts +15 -0
- package/dist/api/api-schemas/organisationChargesGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationDetail.d.cts +22 -0
- package/dist/api/api-schemas/organisationDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationDetail.d.ts +22 -0
- package/dist/api/api-schemas/organisationDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/organisationDetailDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/organisationGetDefaultResponse.d.cts +23 -0
- package/dist/api/api-schemas/organisationGetDefaultResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationGetDefaultResponse.d.ts +23 -0
- package/dist/api/api-schemas/organisationGetDefaultResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/organisationGetResponse.d.cts +8 -0
- package/dist/api/api-schemas/organisationGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationGetResponse.d.ts +8 -0
- package/dist/api/api-schemas/organisationGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationPatchBodyBody.d.cts +14 -0
- package/dist/api/api-schemas/organisationPatchBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationPatchBodyBody.d.ts +14 -0
- package/dist/api/api-schemas/organisationPatchBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.cts +26 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.ts +26 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/organisationPostBodyBody.d.cts +18 -0
- package/dist/api/api-schemas/organisationPostBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationPostBodyBody.d.ts +18 -0
- package/dist/api/api-schemas/organisationPostBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/organisationPostResponse.d.cts +18 -0
- package/dist/api/api-schemas/organisationPostResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationPostResponse.d.ts +18 -0
- package/dist/api/api-schemas/organisationPostResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationUnitChargeSummary.d.cts +21 -0
- package/dist/api/api-schemas/organisationUnitChargeSummary.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationUnitChargeSummary.d.ts +21 -0
- package/dist/api/api-schemas/organisationUnitChargeSummary.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBody.d.cts +22 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBody.d.ts +22 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostResponse.d.cts +18 -0
- package/dist/api/api-schemas/organisationUnitPostResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationUnitPostResponse.d.ts +18 -0
- package/dist/api/api-schemas/organisationUnitPostResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationUnitsGetResponse.d.cts +15 -0
- package/dist/api/api-schemas/organisationUnitsGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationUnitsGetResponse.d.ts +15 -0
- package/dist/api/api-schemas/organisationUnitsGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/organisationsGetResponse.d.cts +12 -0
- package/dist/api/api-schemas/organisationsGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/organisationsGetResponse.d.ts +12 -0
- package/dist/api/api-schemas/organisationsGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/personalUnitPutBodyBody.d.cts +22 -0
- package/dist/api/api-schemas/personalUnitPutBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/personalUnitPutBodyBody.d.ts +22 -0
- package/dist/api/api-schemas/personalUnitPutBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/personalUnitPutResponse.d.cts +20 -0
- package/dist/api/api-schemas/personalUnitPutResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/personalUnitPutResponse.d.ts +20 -0
- package/dist/api/api-schemas/personalUnitPutResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/processingChargeItem.d.cts +20 -0
- package/dist/api/api-schemas/processingChargeItem.d.cts.map +1 -0
- package/dist/api/api-schemas/processingChargeItem.d.ts +20 -0
- package/dist/api/api-schemas/processingChargeItem.d.ts.map +1 -0
- package/dist/api/api-schemas/processingCharges.d.cts +20 -0
- package/dist/api/api-schemas/processingCharges.d.cts.map +1 -0
- package/dist/api/api-schemas/processingCharges.d.ts +20 -0
- package/dist/api/api-schemas/processingCharges.d.ts.map +1 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.cjs +7 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.cjs.map +1 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.d.cts +18 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.d.cts.map +1 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.d.ts +18 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.d.ts.map +1 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.js +6 -0
- package/dist/api/api-schemas/processingChargesMerchantKind.js.map +1 -0
- package/dist/api/api-schemas/productChargesGetResponse.d.cts +31 -0
- package/dist/api/api-schemas/productChargesGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/productChargesGetResponse.d.ts +31 -0
- package/dist/api/api-schemas/productChargesGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.cjs +10 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.cjs.map +1 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.d.cts +19 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.d.cts.map +1 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.d.ts +19 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.d.ts.map +1 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.js +9 -0
- package/dist/api/api-schemas/productChargesGetResponseProductType.js.map +1 -0
- package/dist/api/api-schemas/productClaimDetail.d.cts +22 -0
- package/dist/api/api-schemas/productClaimDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/productClaimDetail.d.ts +22 -0
- package/dist/api/api-schemas/productClaimDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/productCoinsDetail.d.cts +38 -0
- package/dist/api/api-schemas/productCoinsDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/productCoinsDetail.d.ts +38 -0
- package/dist/api/api-schemas/productCoinsDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/productDetail.d.cts +23 -0
- package/dist/api/api-schemas/productDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/productDetail.d.ts +23 -0
- package/dist/api/api-schemas/productDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/productDetailFlavour.cjs +12 -0
- package/dist/api/api-schemas/productDetailFlavour.cjs.map +1 -0
- package/dist/api/api-schemas/productDetailFlavour.d.cts +25 -0
- package/dist/api/api-schemas/productDetailFlavour.d.cts.map +1 -0
- package/dist/api/api-schemas/productDetailFlavour.d.ts +25 -0
- package/dist/api/api-schemas/productDetailFlavour.d.ts.map +1 -0
- package/dist/api/api-schemas/productDetailFlavour.js +11 -0
- package/dist/api/api-schemas/productDetailFlavour.js.map +1 -0
- package/dist/api/api-schemas/productDetailType.cjs +10 -0
- package/dist/api/api-schemas/productDetailType.cjs.map +1 -0
- package/dist/api/api-schemas/productDetailType.d.cts +23 -0
- package/dist/api/api-schemas/productDetailType.d.cts.map +1 -0
- package/dist/api/api-schemas/productDetailType.d.ts +23 -0
- package/dist/api/api-schemas/productDetailType.d.ts.map +1 -0
- package/dist/api/api-schemas/productDetailType.js +9 -0
- package/dist/api/api-schemas/productDetailType.js.map +1 -0
- package/dist/api/api-schemas/productDmProjectTier.d.cts +24 -0
- package/dist/api/api-schemas/productDmProjectTier.d.cts.map +1 -0
- package/dist/api/api-schemas/productDmProjectTier.d.ts +24 -0
- package/dist/api/api-schemas/productDmProjectTier.d.ts.map +1 -0
- package/dist/api/api-schemas/productDmStorage.d.cts +20 -0
- package/dist/api/api-schemas/productDmStorage.d.cts.map +1 -0
- package/dist/api/api-schemas/productDmStorage.d.ts +20 -0
- package/dist/api/api-schemas/productDmStorage.d.ts.map +1 -0
- package/dist/api/api-schemas/productDmStorageDetail.d.cts +12 -0
- package/dist/api/api-schemas/productDmStorageDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/productDmStorageDetail.d.ts +12 -0
- package/dist/api/api-schemas/productDmStorageDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/productDmStorageDetailCoins.d.cts +20 -0
- package/dist/api/api-schemas/productDmStorageDetailCoins.d.cts.map +1 -0
- package/dist/api/api-schemas/productDmStorageDetailCoins.d.ts +20 -0
- package/dist/api/api-schemas/productDmStorageDetailCoins.d.ts.map +1 -0
- package/dist/api/api-schemas/productDmStorageDetailSize.d.cts +24 -0
- package/dist/api/api-schemas/productDmStorageDetailSize.d.cts.map +1 -0
- package/dist/api/api-schemas/productDmStorageDetailSize.d.ts +24 -0
- package/dist/api/api-schemas/productDmStorageDetailSize.d.ts.map +1 -0
- package/dist/api/api-schemas/productInstanceDetail.d.cts +10 -0
- package/dist/api/api-schemas/productInstanceDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/productInstanceDetail.d.ts +10 -0
- package/dist/api/api-schemas/productInstanceDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/productInstanceDetailCoins.d.cts +19 -0
- package/dist/api/api-schemas/productInstanceDetailCoins.d.cts.map +1 -0
- package/dist/api/api-schemas/productInstanceDetailCoins.d.ts +19 -0
- package/dist/api/api-schemas/productInstanceDetailCoins.d.ts.map +1 -0
- package/dist/api/api-schemas/productPatchBodyBody.d.cts +31 -0
- package/dist/api/api-schemas/productPatchBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/productPatchBodyBody.d.ts +31 -0
- package/dist/api/api-schemas/productPatchBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/productType.d.cts +15 -0
- package/dist/api/api-schemas/productType.d.cts.map +1 -0
- package/dist/api/api-schemas/productType.d.ts +15 -0
- package/dist/api/api-schemas/productType.d.ts.map +1 -0
- package/dist/api/api-schemas/productTypeServiceKind.cjs +7 -0
- package/dist/api/api-schemas/productTypeServiceKind.cjs.map +1 -0
- package/dist/api/api-schemas/productTypeServiceKind.d.cts +21 -0
- package/dist/api/api-schemas/productTypeServiceKind.d.cts.map +1 -0
- package/dist/api/api-schemas/productTypeServiceKind.d.ts +21 -0
- package/dist/api/api-schemas/productTypeServiceKind.d.ts.map +1 -0
- package/dist/api/api-schemas/productTypeServiceKind.js +6 -0
- package/dist/api/api-schemas/productTypeServiceKind.js.map +1 -0
- package/dist/api/api-schemas/productUnitGetResponse.d.cts +11 -0
- package/dist/api/api-schemas/productUnitGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/productUnitGetResponse.d.ts +11 -0
- package/dist/api/api-schemas/productUnitGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/productUnitGetResponseProduct.d.cts +12 -0
- package/dist/api/api-schemas/productUnitGetResponseProduct.d.cts.map +1 -0
- package/dist/api/api-schemas/productUnitGetResponseProduct.d.ts +12 -0
- package/dist/api/api-schemas/productUnitGetResponseProduct.d.ts.map +1 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCost.d.cts +10 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCost.d.cts.map +1 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCost.d.ts +10 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCost.d.ts.map +1 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.cts +19 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.cts.map +1 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.ts +19 -0
- package/dist/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.d.ts.map +1 -0
- package/dist/api/api-schemas/productsGetResponse.d.cts +12 -0
- package/dist/api/api-schemas/productsGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/productsGetResponse.d.ts +12 -0
- package/dist/api/api-schemas/productsGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/productsGetResponseProductsItem.d.cts +9 -0
- package/dist/api/api-schemas/productsGetResponseProductsItem.d.cts.map +1 -0
- package/dist/api/api-schemas/productsGetResponseProductsItem.d.ts +9 -0
- package/dist/api/api-schemas/productsGetResponseProductsItem.d.ts.map +1 -0
- package/dist/api/api-schemas/productsGetTypesResponse.d.cts +13 -0
- package/dist/api/api-schemas/productsGetTypesResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/productsGetTypesResponse.d.ts +13 -0
- package/dist/api/api-schemas/productsGetTypesResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/qFormatParameter.cjs +10 -0
- package/dist/api/api-schemas/qFormatParameter.cjs.map +1 -0
- package/dist/api/api-schemas/qFormatParameter.d.cts +19 -0
- package/dist/api/api-schemas/qFormatParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qFormatParameter.d.ts +19 -0
- package/dist/api/api-schemas/qFormatParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qFormatParameter.js +9 -0
- package/dist/api/api-schemas/qFormatParameter.js.map +1 -0
- package/dist/api/api-schemas/qFromParameter.d.cts +18 -0
- package/dist/api/api-schemas/qFromParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qFromParameter.d.ts +18 -0
- package/dist/api/api-schemas/qFromParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qMIdParameter.d.cts +18 -0
- package/dist/api/api-schemas/qMIdParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qMIdParameter.d.ts +18 -0
- package/dist/api/api-schemas/qMIdParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qNameParameter.d.cts +18 -0
- package/dist/api/api-schemas/qNameParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qNameParameter.d.ts +18 -0
- package/dist/api/api-schemas/qNameParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qOrgIdParameter.d.cts +18 -0
- package/dist/api/api-schemas/qOrgIdParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qOrgIdParameter.d.ts +18 -0
- package/dist/api/api-schemas/qOrgIdParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qPbpParameter.d.cts +18 -0
- package/dist/api/api-schemas/qPbpParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qPbpParameter.d.ts +18 -0
- package/dist/api/api-schemas/qPbpParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qProductIdParameter.d.cts +18 -0
- package/dist/api/api-schemas/qProductIdParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qProductIdParameter.d.ts +18 -0
- package/dist/api/api-schemas/qProductIdParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qUnitIdParameter.d.cts +18 -0
- package/dist/api/api-schemas/qUnitIdParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qUnitIdParameter.d.ts +18 -0
- package/dist/api/api-schemas/qUnitIdParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qUntilParameter.d.cts +18 -0
- package/dist/api/api-schemas/qUntilParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qUntilParameter.d.ts +18 -0
- package/dist/api/api-schemas/qUntilParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/qUserIdParameter.d.cts +18 -0
- package/dist/api/api-schemas/qUserIdParameter.d.cts.map +1 -0
- package/dist/api/api-schemas/qUserIdParameter.d.ts +18 -0
- package/dist/api/api-schemas/qUserIdParameter.d.ts.map +1 -0
- package/dist/api/api-schemas/stateGetVersionResponse.d.cts +19 -0
- package/dist/api/api-schemas/stateGetVersionResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/stateGetVersionResponse.d.ts +19 -0
- package/dist/api/api-schemas/stateGetVersionResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/storageChargeItem.d.cts +19 -0
- package/dist/api/api-schemas/storageChargeItem.d.cts.map +1 -0
- package/dist/api/api-schemas/storageChargeItem.d.ts +19 -0
- package/dist/api/api-schemas/storageChargeItem.d.ts.map +1 -0
- package/dist/api/api-schemas/storageCharges.d.cts +11 -0
- package/dist/api/api-schemas/storageCharges.d.cts.map +1 -0
- package/dist/api/api-schemas/storageCharges.d.ts +11 -0
- package/dist/api/api-schemas/storageCharges.d.ts.map +1 -0
- package/dist/api/api-schemas/unitAllDetail.d.cts +27 -0
- package/dist/api/api-schemas/unitAllDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/unitAllDetail.d.ts +27 -0
- package/dist/api/api-schemas/unitAllDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/unitAllDetailDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/unitChargeSummary.d.cts +10 -0
- package/dist/api/api-schemas/unitChargeSummary.d.cts.map +1 -0
- package/dist/api/api-schemas/unitChargeSummary.d.ts +10 -0
- package/dist/api/api-schemas/unitChargeSummary.d.ts.map +1 -0
- package/dist/api/api-schemas/unitChargesGetResponse.d.cts +32 -0
- package/dist/api/api-schemas/unitChargesGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/unitChargesGetResponse.d.ts +32 -0
- package/dist/api/api-schemas/unitChargesGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/unitDetail.d.cts +24 -0
- package/dist/api/api-schemas/unitDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/unitDetail.d.ts +24 -0
- package/dist/api/api-schemas/unitDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.cts +24 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.ts +24 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/unitDetailDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/unitGetResponse.d.cts +8 -0
- package/dist/api/api-schemas/unitGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/unitGetResponse.d.ts +8 -0
- package/dist/api/api-schemas/unitGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/unitPatchBodyBody.d.cts +14 -0
- package/dist/api/api-schemas/unitPatchBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/unitPatchBodyBody.d.ts +14 -0
- package/dist/api/api-schemas/unitPatchBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.cjs +12 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.cjs.map +1 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.cts +26 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.cts.map +1 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.ts +26 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.d.ts.map +1 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.js +11 -0
- package/dist/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.js.map +1 -0
- package/dist/api/api-schemas/unitProductChargeSummary.d.cts +12 -0
- package/dist/api/api-schemas/unitProductChargeSummary.d.cts.map +1 -0
- package/dist/api/api-schemas/unitProductChargeSummary.d.ts +12 -0
- package/dist/api/api-schemas/unitProductChargeSummary.d.ts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBody.d.cts +30 -0
- package/dist/api/api-schemas/unitProductPostBodyBody.d.cts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBody.d.ts +30 -0
- package/dist/api/api-schemas/unitProductPostBodyBody.d.ts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.cjs +12 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.cjs.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.cts +24 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.cts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.ts +24 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.d.ts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.js +11 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyFlavour.js.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.cjs +10 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.cjs.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.d.cts +24 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.d.cts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.d.ts +24 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.d.ts.map +1 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.js +9 -0
- package/dist/api/api-schemas/unitProductPostBodyBodyType.js.map +1 -0
- package/dist/api/api-schemas/unitProductPostResponse.d.cts +18 -0
- package/dist/api/api-schemas/unitProductPostResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/unitProductPostResponse.d.ts +18 -0
- package/dist/api/api-schemas/unitProductPostResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/unitsGetResponse.d.cts +12 -0
- package/dist/api/api-schemas/unitsGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/unitsGetResponse.d.ts +12 -0
- package/dist/api/api-schemas/unitsGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/userAccountDetail.d.cts +14 -0
- package/dist/api/api-schemas/userAccountDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/userAccountDetail.d.ts +14 -0
- package/dist/api/api-schemas/userAccountDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/userAccountGetResponse.d.cts +8 -0
- package/dist/api/api-schemas/userAccountGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/userAccountGetResponse.d.ts +8 -0
- package/dist/api/api-schemas/userAccountGetResponse.d.ts.map +1 -0
- package/dist/api/api-schemas/userDetail.d.cts +18 -0
- package/dist/api/api-schemas/userDetail.d.cts.map +1 -0
- package/dist/api/api-schemas/userDetail.d.ts +18 -0
- package/dist/api/api-schemas/userDetail.d.ts.map +1 -0
- package/dist/api/api-schemas/usersGetResponse.d.cts +17 -0
- package/dist/api/api-schemas/usersGetResponse.d.cts.map +1 -0
- package/dist/api/api-schemas/usersGetResponse.d.ts +17 -0
- package/dist/api/api-schemas/usersGetResponse.d.ts.map +1 -0
- package/dist/api/asset/asset.cjs +114 -90
- package/dist/api/asset/asset.cjs.map +1 -1
- package/dist/api/asset/asset.d.cts +33 -17
- package/dist/api/asset/asset.d.cts.map +1 -1
- package/dist/api/asset/asset.d.ts +33 -17
- package/dist/api/asset/asset.d.ts.map +1 -1
- package/dist/api/asset/asset.fetch.cjs +478 -0
- package/dist/api/asset/asset.fetch.cjs.map +1 -0
- package/dist/api/asset/asset.fetch.d.cts +546 -0
- package/dist/api/asset/asset.fetch.d.cts.map +1 -0
- package/dist/api/asset/asset.fetch.d.ts +546 -0
- package/dist/api/asset/asset.fetch.d.ts.map +1 -0
- package/dist/api/asset/asset.fetch.js +434 -0
- package/dist/api/asset/asset.fetch.js.map +1 -0
- package/dist/api/asset/asset.js +93 -71
- package/dist/api/asset/asset.js.map +1 -1
- package/dist/api/charges/charges.cjs +122 -66
- package/dist/api/charges/charges.cjs.map +1 -1
- package/dist/api/charges/charges.d.cts +40 -16
- package/dist/api/charges/charges.d.cts.map +1 -1
- package/dist/api/charges/charges.d.ts +40 -16
- package/dist/api/charges/charges.d.ts.map +1 -1
- package/dist/api/charges/charges.fetch.cjs +347 -0
- package/dist/api/charges/charges.fetch.cjs.map +1 -0
- package/dist/api/charges/charges.fetch.d.cts +306 -0
- package/dist/api/charges/charges.fetch.d.cts.map +1 -0
- package/dist/api/charges/charges.fetch.d.ts +306 -0
- package/dist/api/charges/charges.fetch.d.ts.map +1 -0
- package/dist/api/charges/charges.fetch.js +315 -0
- package/dist/api/charges/charges.fetch.js.map +1 -0
- package/dist/api/charges/charges.js +107 -55
- package/dist/api/charges/charges.js.map +1 -1
- package/dist/api/event-stream/event-stream.cjs +69 -50
- package/dist/api/event-stream/event-stream.cjs.map +1 -1
- package/dist/api/event-stream/event-stream.d.cts +23 -12
- package/dist/api/event-stream/event-stream.d.cts.map +1 -1
- package/dist/api/event-stream/event-stream.d.ts +23 -12
- package/dist/api/event-stream/event-stream.d.ts.map +1 -1
- package/dist/api/event-stream/event-stream.fetch.cjs +249 -0
- package/dist/api/event-stream/event-stream.fetch.cjs.map +1 -0
- package/dist/api/event-stream/event-stream.fetch.d.cts +257 -0
- package/dist/api/event-stream/event-stream.fetch.d.cts.map +1 -0
- package/dist/api/event-stream/event-stream.fetch.d.ts +257 -0
- package/dist/api/event-stream/event-stream.fetch.d.ts.map +1 -0
- package/dist/api/event-stream/event-stream.fetch.js +225 -0
- package/dist/api/event-stream/event-stream.fetch.js.map +1 -0
- package/dist/api/event-stream/event-stream.js +58 -41
- package/dist/api/event-stream/event-stream.js.map +1 -1
- package/dist/api/merchant/merchant.cjs +54 -34
- package/dist/api/merchant/merchant.cjs.map +1 -1
- package/dist/api/merchant/merchant.d.cts +20 -10
- package/dist/api/merchant/merchant.d.cts.map +1 -1
- package/dist/api/merchant/merchant.d.ts +20 -10
- package/dist/api/merchant/merchant.d.ts.map +1 -1
- package/dist/api/merchant/merchant.fetch.cjs +165 -0
- package/dist/api/merchant/merchant.fetch.cjs.map +1 -0
- package/dist/api/merchant/merchant.fetch.d.cts +151 -0
- package/dist/api/merchant/merchant.fetch.d.cts.map +1 -0
- package/dist/api/merchant/merchant.fetch.d.ts +151 -0
- package/dist/api/merchant/merchant.fetch.d.ts.map +1 -0
- package/dist/api/merchant/merchant.fetch.js +149 -0
- package/dist/api/merchant/merchant.fetch.js.map +1 -0
- package/dist/api/merchant/merchant.js +47 -29
- package/dist/api/merchant/merchant.js.map +1 -1
- package/dist/api/organisation/organisation.cjs +110 -74
- package/dist/api/organisation/organisation.cjs.map +1 -1
- package/dist/api/organisation/organisation.d.cts +35 -16
- package/dist/api/organisation/organisation.d.cts.map +1 -1
- package/dist/api/organisation/organisation.d.ts +35 -16
- package/dist/api/organisation/organisation.d.ts.map +1 -1
- package/dist/api/organisation/organisation.fetch.cjs +379 -0
- package/dist/api/organisation/organisation.fetch.cjs.map +1 -0
- package/dist/api/organisation/organisation.fetch.d.cts +398 -0
- package/dist/api/organisation/organisation.fetch.d.cts.map +1 -0
- package/dist/api/organisation/organisation.fetch.d.ts +398 -0
- package/dist/api/organisation/organisation.fetch.d.ts.map +1 -0
- package/dist/api/organisation/organisation.fetch.js +343 -0
- package/dist/api/organisation/organisation.fetch.js.map +1 -0
- package/dist/api/organisation/organisation.js +93 -60
- package/dist/api/organisation/organisation.js.map +1 -1
- package/dist/api/product/product.cjs +188 -124
- package/dist/api/product/product.cjs.map +1 -1
- package/dist/api/product/product.d.cts +56 -25
- package/dist/api/product/product.d.cts.map +1 -1
- package/dist/api/product/product.d.ts +56 -25
- package/dist/api/product/product.d.ts.map +1 -1
- package/dist/api/product/product.fetch.cjs +591 -0
- package/dist/api/product/product.fetch.cjs.map +1 -0
- package/dist/api/product/product.fetch.d.cts +605 -0
- package/dist/api/product/product.fetch.d.cts.map +1 -0
- package/dist/api/product/product.fetch.d.ts +605 -0
- package/dist/api/product/product.fetch.d.ts.map +1 -0
- package/dist/api/product/product.fetch.js +531 -0
- package/dist/api/product/product.fetch.js.map +1 -0
- package/dist/api/product/product.js +159 -101
- package/dist/api/product/product.js.map +1 -1
- package/dist/api/state/state.cjs +25 -18
- package/dist/api/state/state.cjs.map +1 -1
- package/dist/api/state/state.d.cts +12 -7
- package/dist/api/state/state.d.cts.map +1 -1
- package/dist/api/state/state.d.ts +12 -7
- package/dist/api/state/state.d.ts.map +1 -1
- package/dist/api/state/state.fetch.cjs +89 -0
- package/dist/api/state/state.fetch.cjs.map +1 -0
- package/dist/api/state/state.fetch.d.cts +77 -0
- package/dist/api/state/state.fetch.d.cts.map +1 -0
- package/dist/api/state/state.fetch.d.ts +77 -0
- package/dist/api/state/state.fetch.d.ts.map +1 -0
- package/dist/api/state/state.fetch.js +81 -0
- package/dist/api/state/state.fetch.js.map +1 -0
- package/dist/api/state/state.js +22 -16
- package/dist/api/state/state.js.map +1 -1
- package/dist/api/unit/unit.cjs +169 -123
- package/dist/api/unit/unit.cjs.map +1 -1
- package/dist/api/unit/unit.d.cts +48 -23
- package/dist/api/unit/unit.d.cts.map +1 -1
- package/dist/api/unit/unit.d.ts +48 -23
- package/dist/api/unit/unit.d.ts.map +1 -1
- package/dist/api/unit/unit.fetch.cjs +620 -0
- package/dist/api/unit/unit.fetch.cjs.map +1 -0
- package/dist/api/unit/unit.fetch.d.cts +665 -0
- package/dist/api/unit/unit.fetch.d.cts.map +1 -0
- package/dist/api/unit/unit.fetch.d.ts +665 -0
- package/dist/api/unit/unit.fetch.d.ts.map +1 -0
- package/dist/api/unit/unit.fetch.js +560 -0
- package/dist/api/unit/unit.fetch.js.map +1 -0
- package/dist/api/unit/unit.js +140 -98
- package/dist/api/unit/unit.js.map +1 -1
- package/dist/api/user/user.cjs +121 -82
- package/dist/api/user/user.cjs.map +1 -1
- package/dist/api/user/user.d.cts +31 -17
- package/dist/api/user/user.d.cts.map +1 -1
- package/dist/api/user/user.d.ts +31 -17
- package/dist/api/user/user.d.ts.map +1 -1
- package/dist/api/user/user.fetch.cjs +407 -0
- package/dist/api/user/user.fetch.cjs.map +1 -0
- package/dist/api/user/user.fetch.d.cts +454 -0
- package/dist/api/user/user.fetch.d.cts.map +1 -0
- package/dist/api/user/user.fetch.d.ts +454 -0
- package/dist/api/user/user.fetch.d.ts.map +1 -0
- package/dist/api/user/user.fetch.js +367 -0
- package/dist/api/user/user.fetch.js.map +1 -0
- package/dist/api/user/user.js +102 -66
- package/dist/api/user/user.js.map +1 -1
- package/dist/{custom-instance.cjs → custom-axios.cjs} +6 -14
- package/dist/custom-axios.cjs.map +1 -0
- package/dist/{custom-instance.d.ts → custom-axios.d.cts} +2 -2
- package/dist/custom-axios.d.cts.map +1 -0
- package/dist/{custom-instance.d.cts → custom-axios.d.ts} +2 -2
- package/dist/custom-axios.d.ts.map +1 -0
- package/dist/{custom-instance.js → custom-axios.js} +6 -14
- package/dist/custom-axios.js.map +1 -0
- package/dist/custom-fetch.cjs +32 -0
- package/dist/custom-fetch.cjs.map +1 -0
- package/dist/custom-fetch.d.cts +13 -0
- package/dist/custom-fetch.d.cts.map +1 -0
- package/dist/custom-fetch.d.ts +13 -0
- package/dist/custom-fetch.d.ts.map +1 -0
- package/dist/custom-fetch.js +31 -0
- package/dist/custom-fetch.js.map +1 -0
- package/dist/index.cjs +53 -30
- package/dist/index.d.cts +118 -2
- package/dist/index.d.ts +118 -2
- package/dist/index.js +25 -2
- package/morph-query-keys.ts +57 -0
- package/orval.config.ts +46 -7
- package/package.json +256 -3
- package/src/api/actions/actions.fetch.ts +188 -0
- package/src/api/actions/actions.ts +29 -17
- package/src/api/api-schemas/actionDetail.ts +22 -0
- package/src/api/api-schemas/actionGetResponse.ts +20 -0
- package/src/api/api-schemas/asError.ts +15 -0
- package/src/api/api-schemas/assetDetail.ts +27 -0
- package/src/api/api-schemas/assetDetailScope.ts +21 -0
- package/src/api/api-schemas/assetGetByIdResponse.ts +13 -0
- package/src/api/api-schemas/assetGetResponse.ts +20 -0
- package/src/api/api-schemas/assetPatchBodyBody.ts +19 -0
- package/src/api/api-schemas/assetPostBodyBody.ts +32 -0
- package/src/api/api-schemas/assetPostBodyBodyScope.ts +25 -0
- package/src/api/api-schemas/assetPostResponse.ts +16 -0
- package/src/api/api-schemas/attachAssetParams.ts +19 -0
- package/src/api/api-schemas/chargeAdditionalData.ts +14 -0
- package/src/api/api-schemas/chargeSummary.ts +18 -0
- package/src/api/api-schemas/chargeSummaryType.ts +18 -0
- package/src/api/api-schemas/chargesGetResponse.ts +19 -0
- package/src/api/api-schemas/detachAssetParams.ts +19 -0
- package/src/api/api-schemas/eventStreamGetPostResponse.ts +21 -0
- package/src/api/api-schemas/eventStreamPostBodyBody.ts +13 -0
- package/src/api/api-schemas/eventStreamPostBodyBodyFormat.ts +19 -0
- package/src/api/api-schemas/eventStreamVersionGetResponse.ts +20 -0
- package/src/api/api-schemas/eventStreamVersionGetResponseProtocol.ts +23 -0
- package/src/api/api-schemas/getActionsParams.ts +52 -0
- package/src/api/api-schemas/getAssetParams.ts +39 -0
- package/src/api/api-schemas/getChargesParams.ts +30 -0
- package/src/api/api-schemas/getOrganisationChargesParams.ts +30 -0
- package/src/api/api-schemas/getOrganisationsParams.ts +18 -0
- package/src/api/api-schemas/getProductChargesParams.ts +30 -0
- package/src/api/api-schemas/getUnitChargesParams.ts +30 -0
- package/src/api/api-schemas/getUnitsParams.ts +18 -0
- package/src/api/api-schemas/index.ts +128 -0
- package/src/api/api-schemas/merchantDetail.ts +23 -0
- package/src/api/api-schemas/merchantDetailKind.ts +18 -0
- package/src/api/api-schemas/merchantGetResponse.ts +13 -0
- package/src/api/api-schemas/merchantSummary.ts +20 -0
- package/src/api/api-schemas/merchantSummaryKind.ts +18 -0
- package/src/api/api-schemas/merchantsGetResponse.ts +18 -0
- package/src/api/api-schemas/organisationAllDetail.ts +30 -0
- package/src/api/api-schemas/organisationAllDetailDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/organisationChargeSummary.ts +17 -0
- package/src/api/api-schemas/organisationChargesGetResponse.ts +20 -0
- package/src/api/api-schemas/organisationDetail.ts +27 -0
- package/src/api/api-schemas/organisationDetailDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/organisationGetDefaultResponse.ts +28 -0
- package/src/api/api-schemas/organisationGetDefaultResponseDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/organisationGetResponse.ts +13 -0
- package/src/api/api-schemas/organisationPatchBodyBody.ts +20 -0
- package/src/api/api-schemas/organisationPatchBodyBodyDefaultProductPrivacy.ts +26 -0
- package/src/api/api-schemas/organisationPostBodyBody.ts +23 -0
- package/src/api/api-schemas/organisationPostBodyBodyDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/organisationPostResponse.ts +15 -0
- package/src/api/api-schemas/organisationUnitChargeSummary.ts +26 -0
- package/src/api/api-schemas/organisationUnitPostBodyBody.ts +27 -0
- package/src/api/api-schemas/organisationUnitPostBodyBodyDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/organisationUnitPostResponse.ts +15 -0
- package/src/api/api-schemas/organisationUnitsGetResponse.ts +20 -0
- package/src/api/api-schemas/organisationsGetResponse.ts +17 -0
- package/src/api/api-schemas/personalUnitPutBodyBody.ts +19 -0
- package/src/api/api-schemas/personalUnitPutResponse.ts +17 -0
- package/src/api/api-schemas/processingChargeItem.ts +25 -0
- package/src/api/api-schemas/processingCharges.ts +25 -0
- package/src/api/api-schemas/processingChargesMerchantKind.ts +16 -0
- package/src/api/api-schemas/productChargesGetResponse.ts +36 -0
- package/src/api/api-schemas/productChargesGetResponseProductType.ts +19 -0
- package/src/api/api-schemas/productClaimDetail.ts +19 -0
- package/src/api/api-schemas/productCoinsDetail.ts +35 -0
- package/src/api/api-schemas/productDetail.ts +28 -0
- package/src/api/api-schemas/productDetailFlavour.ts +24 -0
- package/src/api/api-schemas/productDetailType.ts +22 -0
- package/src/api/api-schemas/productDmProjectTier.ts +29 -0
- package/src/api/api-schemas/productDmStorage.ts +25 -0
- package/src/api/api-schemas/productDmStorageDetail.ts +17 -0
- package/src/api/api-schemas/productDmStorageDetailCoins.ts +17 -0
- package/src/api/api-schemas/productDmStorageDetailSize.ts +21 -0
- package/src/api/api-schemas/productInstanceDetail.ts +15 -0
- package/src/api/api-schemas/productInstanceDetailCoins.ts +16 -0
- package/src/api/api-schemas/productPatchBodyBody.ts +28 -0
- package/src/api/api-schemas/productType.ts +20 -0
- package/src/api/api-schemas/productTypeServiceKind.ts +19 -0
- package/src/api/api-schemas/productUnitGetResponse.ts +16 -0
- package/src/api/api-schemas/productUnitGetResponseProduct.ts +17 -0
- package/src/api/api-schemas/productsGetDefaultStorageCost.ts +15 -0
- package/src/api/api-schemas/productsGetDefaultStorageCostDefaultStorageCost.ts +16 -0
- package/src/api/api-schemas/productsGetResponse.ts +17 -0
- package/src/api/api-schemas/productsGetResponseProductsItem.ts +14 -0
- package/src/api/api-schemas/productsGetTypesResponse.ts +18 -0
- package/src/api/api-schemas/qFormatParameter.ts +18 -0
- package/src/api/api-schemas/qFromParameter.ts +15 -0
- package/src/api/api-schemas/qMIdParameter.ts +15 -0
- package/src/api/api-schemas/qNameParameter.ts +15 -0
- package/src/api/api-schemas/qOrgIdParameter.ts +15 -0
- package/src/api/api-schemas/qPbpParameter.ts +15 -0
- package/src/api/api-schemas/qProductIdParameter.ts +15 -0
- package/src/api/api-schemas/qUnitIdParameter.ts +15 -0
- package/src/api/api-schemas/qUntilParameter.ts +15 -0
- package/src/api/api-schemas/qUserIdParameter.ts +15 -0
- package/src/api/api-schemas/stateGetVersionResponse.ts +16 -0
- package/src/api/api-schemas/storageChargeItem.ts +24 -0
- package/src/api/api-schemas/storageCharges.ts +16 -0
- package/src/api/api-schemas/unitAllDetail.ts +32 -0
- package/src/api/api-schemas/unitAllDetailDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/unitChargeSummary.ts +15 -0
- package/src/api/api-schemas/unitChargesGetResponse.ts +37 -0
- package/src/api/api-schemas/unitDetail.ts +29 -0
- package/src/api/api-schemas/unitDetailDefaultProductPrivacy.ts +24 -0
- package/src/api/api-schemas/unitGetResponse.ts +13 -0
- package/src/api/api-schemas/unitPatchBodyBody.ts +20 -0
- package/src/api/api-schemas/unitPatchBodyBodyDefaultProductPrivacy.ts +26 -0
- package/src/api/api-schemas/unitProductChargeSummary.ts +17 -0
- package/src/api/api-schemas/unitProductPostBodyBody.ts +36 -0
- package/src/api/api-schemas/unitProductPostBodyBodyFlavour.ts +24 -0
- package/src/api/api-schemas/unitProductPostBodyBodyType.ts +24 -0
- package/src/api/api-schemas/unitProductPostResponse.ts +15 -0
- package/src/api/api-schemas/unitsGetResponse.ts +17 -0
- package/src/api/api-schemas/userAccountDetail.ts +19 -0
- package/src/api/api-schemas/userAccountGetResponse.ts +13 -0
- package/src/api/api-schemas/userDetail.ts +15 -0
- package/src/api/api-schemas/usersGetResponse.ts +22 -0
- package/src/api/asset/asset.fetch.ts +1119 -0
- package/src/api/asset/asset.ts +70 -64
- package/src/api/charges/charges.fetch.ts +777 -0
- package/src/api/charges/charges.ts +101 -50
- package/src/api/event-stream/event-stream.fetch.ts +539 -0
- package/src/api/event-stream/event-stream.ts +49 -37
- package/src/api/merchant/merchant.fetch.ts +318 -0
- package/src/api/merchant/merchant.ts +48 -28
- package/src/api/organisation/organisation.fetch.ts +863 -0
- package/src/api/organisation/organisation.ts +73 -53
- package/src/api/product/product.fetch.ts +1292 -0
- package/src/api/product/product.ts +141 -88
- package/src/api/state/state.fetch.ts +162 -0
- package/src/api/state/state.ts +28 -17
- package/src/api/unit/unit.fetch.ts +1394 -0
- package/src/api/unit/unit.ts +116 -88
- package/src/api/user/user.fetch.ts +965 -0
- package/src/api/user/user.ts +82 -58
- package/src/{custom-instance.ts → custom-axios.ts} +1 -14
- package/src/custom-fetch.ts +59 -0
- package/src/index.ts +2 -2
- package/tsdown.config.ts +35 -4
- package/dist/api/api.schemas.cjs +0 -142
- package/dist/api/api.schemas.cjs.map +0 -1
- package/dist/api/api.schemas.d.cts +0 -1032
- package/dist/api/api.schemas.d.cts.map +0 -1
- package/dist/api/api.schemas.d.ts +0 -1032
- package/dist/api/api.schemas.d.ts.map +0 -1
- package/dist/api/api.schemas.js +0 -118
- package/dist/api/api.schemas.js.map +0 -1
- package/dist/custom-instance.cjs.map +0 -1
- package/dist/custom-instance.d.cts.map +0 -1
- package/dist/custom-instance.d.ts.map +0 -1
- package/dist/custom-instance.js.map +0 -1
- package/dist/options-mutator.cjs +0 -24
- package/dist/options-mutator.cjs.map +0 -1
- package/dist/options-mutator.js +0 -23
- package/dist/options-mutator.js.map +0 -1
- package/src/api/api.schemas.ts +0 -1199
- package/src/options-mutator.ts +0 -27
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charges.fetch.cjs","names":["customFetch","queryFn: QueryFunction<Awaited<ReturnType<typeof getCharges>>>","queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationCharges>>>","queryFn: QueryFunction<Awaited<ReturnType<typeof getProductCharges>>>","queryFn: QueryFunction<Awaited<ReturnType<typeof getUnitCharges>>>"],"sources":["../../../src/api/charges/charges.fetch.ts"],"sourcesContent":["/**\n * Generated by orval v7.17.0 🍺\n * Do not edit manually.\n * Account Server API\n * The Informatics Matters Account Server API.\n\nA service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.\n\n * OpenAPI spec version: 4.4\n */\nimport { useQuery, useSuspenseQuery } from \"@tanstack/react-query\";\nimport type {\n InvalidateOptions,\n QueryClient,\n QueryFunction,\n QueryKey,\n UseQueryOptions,\n UseQueryResult,\n UseSuspenseQueryOptions,\n UseSuspenseQueryResult,\n} from \"@tanstack/react-query\";\n\nimport type {\n AsError,\n ChargesGetResponse,\n GetChargesParams,\n GetOrganisationChargesParams,\n GetProductChargesParams,\n GetUnitChargesParams,\n OrganisationChargesGetResponse,\n ProductChargesGetResponse,\n UnitChargesGetResponse,\n} from \".././api-schemas\";\n\nimport { customFetch } from \"../../custom-fetch\";\nimport type { ErrorType } from \"../../custom-fetch\";\n\ntype SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];\n\n/**\n * Gets global Charges.\n\nYou need admin rights to use this path.\n\n * @summary Gets charges for all Organisations\n */\nexport type getChargesResponse200 = { data: ChargesGetResponse; status: 200 };\n\nexport type getChargesResponse401 = { data: void; status: 401 };\n\nexport type getChargesResponse403 = { data: AsError; status: 403 };\n\nexport type getChargesResponse404 = { data: AsError; status: 404 };\n\nexport type getChargesResponseSuccess = getChargesResponse200 & { headers: Headers };\nexport type getChargesResponseError = (\n | getChargesResponse401\n | getChargesResponse403\n | getChargesResponse404\n) & { headers: Headers };\n\nexport type getChargesResponse = getChargesResponseSuccess | getChargesResponseError;\n\nexport const getGetChargesUrl = (params?: GetChargesParams) => {\n const normalizedParams = new URLSearchParams();\n\n Object.entries(params || {}).forEach(([key, value]) => {\n if (value !== undefined) {\n normalizedParams.append(key, value === null ? \"null\" : value.toString());\n }\n });\n\n const stringifiedParams = normalizedParams.toString();\n\n return stringifiedParams.length > 0 ? `/charges?${stringifiedParams}` : `/charges`;\n};\n\nexport const getCharges = async (\n params?: GetChargesParams,\n options?: RequestInit,\n): Promise<getChargesResponse> => {\n return customFetch<getChargesResponse>(getGetChargesUrl(params), { ...options, method: \"GET\" });\n};\n\nexport const getGetChargesQueryKey = (params?: GetChargesParams) => {\n return [\"account-server\", \"charges\", ...(params ? [params] : [])] as const;\n};\n\nexport const getGetChargesQueryOptions = <\n TData = Awaited<ReturnType<typeof getCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n params?: GetChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetChargesQueryKey(params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getCharges>>> = ({ signal }) =>\n getCharges(params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetChargesQueryResult = NonNullable<Awaited<ReturnType<typeof getCharges>>>;\nexport type GetChargesQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets charges for all Organisations\n */\n\nexport function useGetCharges<\n TData = Awaited<ReturnType<typeof getCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n params?: GetChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetChargesQueryOptions(params, options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * @summary Gets charges for all Organisations\n */\nexport const invalidateGetCharges = async (\n queryClient: QueryClient,\n params?: GetChargesParams,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries({ queryKey: getGetChargesQueryKey(params) }, options);\n\n return queryClient;\n};\n\nexport const getGetChargesSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n params?: GetChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetChargesQueryKey(params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getCharges>>> = ({ signal }) =>\n getCharges(params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetChargesSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getCharges>>>;\nexport type GetChargesSuspenseQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets charges for all Organisations\n */\n\nexport function useGetChargesSuspense<\n TData = Awaited<ReturnType<typeof getCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n params?: GetChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetChargesSuspenseQueryOptions(params, options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Gets a Organisation charges.\n\nThe Organisation cannot be the **Default Organisation** and you need to be a member of the Organisation to use this endpoint\n\n * @summary Gets charges for all Units in an Organisation\n */\nexport type getOrganisationChargesResponse200 = {\n data: OrganisationChargesGetResponse;\n status: 200;\n};\n\nexport type getOrganisationChargesResponse401 = { data: void; status: 401 };\n\nexport type getOrganisationChargesResponse403 = { data: AsError; status: 403 };\n\nexport type getOrganisationChargesResponse404 = { data: AsError; status: 404 };\n\nexport type getOrganisationChargesResponseSuccess = getOrganisationChargesResponse200 & {\n headers: Headers;\n};\nexport type getOrganisationChargesResponseError = (\n | getOrganisationChargesResponse401\n | getOrganisationChargesResponse403\n | getOrganisationChargesResponse404\n) & { headers: Headers };\n\nexport type getOrganisationChargesResponse =\n | getOrganisationChargesResponseSuccess\n | getOrganisationChargesResponseError;\n\nexport const getGetOrganisationChargesUrl = (\n orgId: string,\n params?: GetOrganisationChargesParams,\n) => {\n const normalizedParams = new URLSearchParams();\n\n Object.entries(params || {}).forEach(([key, value]) => {\n if (value !== undefined) {\n normalizedParams.append(key, value === null ? \"null\" : value.toString());\n }\n });\n\n const stringifiedParams = normalizedParams.toString();\n\n return stringifiedParams.length > 0\n ? `/charges/organisation/${orgId}?${stringifiedParams}`\n : `/charges/organisation/${orgId}`;\n};\n\nexport const getOrganisationCharges = async (\n orgId: string,\n params?: GetOrganisationChargesParams,\n options?: RequestInit,\n): Promise<getOrganisationChargesResponse> => {\n return customFetch<getOrganisationChargesResponse>(getGetOrganisationChargesUrl(orgId, params), {\n ...options,\n method: \"GET\",\n });\n};\n\nexport const getGetOrganisationChargesQueryKey = (\n orgId?: string,\n params?: GetOrganisationChargesParams,\n) => {\n return [\"account-server\", \"charges\", \"organisation\", orgId, ...(params ? [params] : [])] as const;\n};\n\nexport const getGetOrganisationChargesQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n orgId: string,\n params?: GetOrganisationChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationChargesQueryKey(orgId, params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationCharges>>> = ({ signal }) =>\n getOrganisationCharges(orgId, params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, enabled: !!orgId, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetOrganisationChargesQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationCharges>>\n>;\nexport type GetOrganisationChargesQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets charges for all Units in an Organisation\n */\n\nexport function useGetOrganisationCharges<\n TData = Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n orgId: string,\n params?: GetOrganisationChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetOrganisationChargesQueryOptions(orgId, params, options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * @summary Gets charges for all Units in an Organisation\n */\nexport const invalidateGetOrganisationCharges = async (\n queryClient: QueryClient,\n orgId: string,\n params?: GetOrganisationChargesParams,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries(\n { queryKey: getGetOrganisationChargesQueryKey(orgId, params) },\n options,\n );\n\n return queryClient;\n};\n\nexport const getGetOrganisationChargesSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n orgId: string,\n params?: GetOrganisationChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError,\n TData\n >;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationChargesQueryKey(orgId, params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationCharges>>> = ({ signal }) =>\n getOrganisationCharges(orgId, params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetOrganisationChargesSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationCharges>>\n>;\nexport type GetOrganisationChargesSuspenseQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets charges for all Units in an Organisation\n */\n\nexport function useGetOrganisationChargesSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError = ErrorType<void | AsError>,\n>(\n orgId: string,\n params?: GetOrganisationChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationCharges>>,\n TError,\n TData\n >;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetOrganisationChargesSuspenseQueryOptions(orgId, params, options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Get the charges made against a Product with optional **from** (inclusive) and **until** (exclusive) dates. If no dates are provided, the charges for the current billing period are returned.\n\nDates are interpreted using the Python `dateutil` parser, so the input strings are extremely flexible with, for example, `1 December 2021` as an acceptable input.\n\n**From** must be a date (day) prior to **until**. For example, to see the charges for the 11th July 2022 set **from** to `11 July 2022` and **until** to `12 July 2022`. As an alternative to **From** and **Until** you can provide a **Prior Billing Period**, a value that identifies the prior period to retrieve. A value of `-1` would indicate the *prior period* (month) with an oldest retrieval value of `-23` allowing you to obtain charges for up to two years.\n\nYou need to be part of the **Unit** or **Organisation** to use this method\n * @summary Get charges made against a Product\n */\nexport type getProductChargesResponse200 = { data: ProductChargesGetResponse; status: 200 };\n\nexport type getProductChargesResponse400 = { data: AsError; status: 400 };\n\nexport type getProductChargesResponse401 = { data: void; status: 401 };\n\nexport type getProductChargesResponse403 = { data: AsError; status: 403 };\n\nexport type getProductChargesResponseSuccess = getProductChargesResponse200 & { headers: Headers };\nexport type getProductChargesResponseError = (\n | getProductChargesResponse400\n | getProductChargesResponse401\n | getProductChargesResponse403\n) & { headers: Headers };\n\nexport type getProductChargesResponse =\n | getProductChargesResponseSuccess\n | getProductChargesResponseError;\n\nexport const getGetProductChargesUrl = (productId: string, params?: GetProductChargesParams) => {\n const normalizedParams = new URLSearchParams();\n\n Object.entries(params || {}).forEach(([key, value]) => {\n if (value !== undefined) {\n normalizedParams.append(key, value === null ? \"null\" : value.toString());\n }\n });\n\n const stringifiedParams = normalizedParams.toString();\n\n return stringifiedParams.length > 0\n ? `/charges/product/${productId}?${stringifiedParams}`\n : `/charges/product/${productId}`;\n};\n\nexport const getProductCharges = async (\n productId: string,\n params?: GetProductChargesParams,\n options?: RequestInit,\n): Promise<getProductChargesResponse> => {\n return customFetch<getProductChargesResponse>(getGetProductChargesUrl(productId, params), {\n ...options,\n method: \"GET\",\n });\n};\n\nexport const getGetProductChargesQueryKey = (\n productId?: string,\n params?: GetProductChargesParams,\n) => {\n return [\"account-server\", \"charges\", \"product\", productId, ...(params ? [params] : [])] as const;\n};\n\nexport const getGetProductChargesQueryOptions = <\n TData = Awaited<ReturnType<typeof getProductCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n productId: string,\n params?: GetProductChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetProductChargesQueryKey(productId, params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getProductCharges>>> = ({ signal }) =>\n getProductCharges(productId, params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, enabled: !!productId, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getProductCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetProductChargesQueryResult = NonNullable<\n Awaited<ReturnType<typeof getProductCharges>>\n>;\nexport type GetProductChargesQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Get charges made against a Product\n */\n\nexport function useGetProductCharges<\n TData = Awaited<ReturnType<typeof getProductCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n productId: string,\n params?: GetProductChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetProductChargesQueryOptions(productId, params, options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * @summary Get charges made against a Product\n */\nexport const invalidateGetProductCharges = async (\n queryClient: QueryClient,\n productId: string,\n params?: GetProductChargesParams,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries(\n { queryKey: getGetProductChargesQueryKey(productId, params) },\n options,\n );\n\n return queryClient;\n};\n\nexport const getGetProductChargesSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getProductCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n productId: string,\n params?: GetProductChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetProductChargesQueryKey(productId, params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getProductCharges>>> = ({ signal }) =>\n getProductCharges(productId, params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getProductCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetProductChargesSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getProductCharges>>\n>;\nexport type GetProductChargesSuspenseQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Get charges made against a Product\n */\n\nexport function useGetProductChargesSuspense<\n TData = Awaited<ReturnType<typeof getProductCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n productId: string,\n params?: GetProductChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetProductChargesSuspenseQueryOptions(productId, params, options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Get the charges made against a Unit with optional **from** (inclusive) and **until** (exclusive) dates. If no dates are provided, the charges for the current billing period are returned.\nDates are interpreted using the Python `dateutil` parser, so the input strings are extremely flexible with, for example, `1 December 2021` as an acceptable input.\n\n**From** must be a date (day) prior to **until**. For example, to see the charges for the 11th July 2022 set **from** to `11 July 2022` and **until** to `12 July 2022`. As an alternative to **From** and **Until** you can provide a **Prior Billing Period**, a value that identifies the prior period to retrieve. A value of `-1` would indicate the *prior period* (month) with an oldest retrieval value of `-23` allowing you to obtain charges for up to two years.\n\nYou need to be part of the **Unit** or **Organisation** to use this method\n * @summary Get charges made against a Unit\n */\nexport type getUnitChargesResponse200 = { data: UnitChargesGetResponse; status: 200 };\n\nexport type getUnitChargesResponse400 = { data: AsError; status: 400 };\n\nexport type getUnitChargesResponse401 = { data: void; status: 401 };\n\nexport type getUnitChargesResponse403 = { data: AsError; status: 403 };\n\nexport type getUnitChargesResponseSuccess = getUnitChargesResponse200 & { headers: Headers };\nexport type getUnitChargesResponseError = (\n | getUnitChargesResponse400\n | getUnitChargesResponse401\n | getUnitChargesResponse403\n) & { headers: Headers };\n\nexport type getUnitChargesResponse = getUnitChargesResponseSuccess | getUnitChargesResponseError;\n\nexport const getGetUnitChargesUrl = (unitId: string, params?: GetUnitChargesParams) => {\n const normalizedParams = new URLSearchParams();\n\n Object.entries(params || {}).forEach(([key, value]) => {\n if (value !== undefined) {\n normalizedParams.append(key, value === null ? \"null\" : value.toString());\n }\n });\n\n const stringifiedParams = normalizedParams.toString();\n\n return stringifiedParams.length > 0\n ? `/charges/unit/${unitId}?${stringifiedParams}`\n : `/charges/unit/${unitId}`;\n};\n\nexport const getUnitCharges = async (\n unitId: string,\n params?: GetUnitChargesParams,\n options?: RequestInit,\n): Promise<getUnitChargesResponse> => {\n return customFetch<getUnitChargesResponse>(getGetUnitChargesUrl(unitId, params), {\n ...options,\n method: \"GET\",\n });\n};\n\nexport const getGetUnitChargesQueryKey = (unitId?: string, params?: GetUnitChargesParams) => {\n return [\"account-server\", \"charges\", \"unit\", unitId, ...(params ? [params] : [])] as const;\n};\n\nexport const getGetUnitChargesQueryOptions = <\n TData = Awaited<ReturnType<typeof getUnitCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n params?: GetUnitChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetUnitChargesQueryKey(unitId, params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getUnitCharges>>> = ({ signal }) =>\n getUnitCharges(unitId, params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, enabled: !!unitId, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getUnitCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetUnitChargesQueryResult = NonNullable<Awaited<ReturnType<typeof getUnitCharges>>>;\nexport type GetUnitChargesQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Get charges made against a Unit\n */\n\nexport function useGetUnitCharges<\n TData = Awaited<ReturnType<typeof getUnitCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n params?: GetUnitChargesParams,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetUnitChargesQueryOptions(unitId, params, options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * @summary Get charges made against a Unit\n */\nexport const invalidateGetUnitCharges = async (\n queryClient: QueryClient,\n unitId: string,\n params?: GetUnitChargesParams,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries(\n { queryKey: getGetUnitChargesQueryKey(unitId, params) },\n options,\n );\n\n return queryClient;\n};\n\nexport const getGetUnitChargesSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getUnitCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n params?: GetUnitChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetUnitChargesQueryKey(unitId, params);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getUnitCharges>>> = ({ signal }) =>\n getUnitCharges(unitId, params, { signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getUnitCharges>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetUnitChargesSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getUnitCharges>>\n>;\nexport type GetUnitChargesSuspenseQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Get charges made against a Unit\n */\n\nexport function useGetUnitChargesSuspense<\n TData = Awaited<ReturnType<typeof getUnitCharges>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n params?: GetUnitChargesParams,\n options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n },\n): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetUnitChargesSuspenseQueryOptions(unitId, params, options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n"],"mappings":"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"}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
import { AsError } from "../api-schemas/asError.cjs";
|
|
2
|
+
import { ChargesGetResponse } from "../api-schemas/chargesGetResponse.cjs";
|
|
3
|
+
import { GetChargesParams } from "../api-schemas/getChargesParams.cjs";
|
|
4
|
+
import { GetOrganisationChargesParams } from "../api-schemas/getOrganisationChargesParams.cjs";
|
|
5
|
+
import { GetProductChargesParams } from "../api-schemas/getProductChargesParams.cjs";
|
|
6
|
+
import { GetUnitChargesParams } from "../api-schemas/getUnitChargesParams.cjs";
|
|
7
|
+
import { OrganisationChargesGetResponse } from "../api-schemas/organisationChargesGetResponse.cjs";
|
|
8
|
+
import { ProductChargesGetResponse } from "../api-schemas/productChargesGetResponse.cjs";
|
|
9
|
+
import { UnitChargesGetResponse } from "../api-schemas/unitChargesGetResponse.cjs";
|
|
10
|
+
import { ErrorType, customFetch } from "../../custom-fetch.cjs";
|
|
11
|
+
import { InvalidateOptions, QueryClient, QueryKey, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
12
|
+
|
|
13
|
+
//#region src/api/charges/charges.fetch.d.ts
|
|
14
|
+
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
15
|
+
/**
|
|
16
|
+
* Gets global Charges.
|
|
17
|
+
|
|
18
|
+
You need admin rights to use this path.
|
|
19
|
+
|
|
20
|
+
* @summary Gets charges for all Organisations
|
|
21
|
+
*/
|
|
22
|
+
type getChargesResponse200 = {
|
|
23
|
+
data: ChargesGetResponse;
|
|
24
|
+
status: 200;
|
|
25
|
+
};
|
|
26
|
+
type getChargesResponse401 = {
|
|
27
|
+
data: void;
|
|
28
|
+
status: 401;
|
|
29
|
+
};
|
|
30
|
+
type getChargesResponse403 = {
|
|
31
|
+
data: AsError;
|
|
32
|
+
status: 403;
|
|
33
|
+
};
|
|
34
|
+
type getChargesResponse404 = {
|
|
35
|
+
data: AsError;
|
|
36
|
+
status: 404;
|
|
37
|
+
};
|
|
38
|
+
type getChargesResponseSuccess = getChargesResponse200 & {
|
|
39
|
+
headers: Headers;
|
|
40
|
+
};
|
|
41
|
+
type getChargesResponseError = (getChargesResponse401 | getChargesResponse403 | getChargesResponse404) & {
|
|
42
|
+
headers: Headers;
|
|
43
|
+
};
|
|
44
|
+
type getChargesResponse = getChargesResponseSuccess | getChargesResponseError;
|
|
45
|
+
declare const getGetChargesUrl: (params?: GetChargesParams) => string;
|
|
46
|
+
declare const getCharges: (params?: GetChargesParams, options?: RequestInit) => Promise<getChargesResponse>;
|
|
47
|
+
declare const getGetChargesQueryKey: (params?: GetChargesParams) => readonly ["account-server", "charges", ...GetChargesParams[]];
|
|
48
|
+
declare const getGetChargesQueryOptions: <TData = Awaited<ReturnType<typeof getCharges>>, TError = ErrorType<void | AsError>>(params?: GetChargesParams, options?: {
|
|
49
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;
|
|
50
|
+
request?: SecondParameter<typeof customFetch>;
|
|
51
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData> & {
|
|
52
|
+
queryKey: QueryKey;
|
|
53
|
+
};
|
|
54
|
+
type GetChargesQueryResult = NonNullable<Awaited<ReturnType<typeof getCharges>>>;
|
|
55
|
+
type GetChargesQueryError = ErrorType<void | AsError>;
|
|
56
|
+
/**
|
|
57
|
+
* @summary Gets charges for all Organisations
|
|
58
|
+
*/
|
|
59
|
+
declare function useGetCharges<TData = Awaited<ReturnType<typeof getCharges>>, TError = ErrorType<void | AsError>>(params?: GetChargesParams, options?: {
|
|
60
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;
|
|
61
|
+
request?: SecondParameter<typeof customFetch>;
|
|
62
|
+
}): UseQueryResult<TData, TError> & {
|
|
63
|
+
queryKey: QueryKey;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* @summary Gets charges for all Organisations
|
|
67
|
+
*/
|
|
68
|
+
declare const invalidateGetCharges: (queryClient: QueryClient, params?: GetChargesParams, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
69
|
+
declare const getGetChargesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getCharges>>, TError = ErrorType<void | AsError>>(params?: GetChargesParams, options?: {
|
|
70
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;
|
|
71
|
+
request?: SecondParameter<typeof customFetch>;
|
|
72
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData> & {
|
|
73
|
+
queryKey: QueryKey;
|
|
74
|
+
};
|
|
75
|
+
type GetChargesSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getCharges>>>;
|
|
76
|
+
type GetChargesSuspenseQueryError = ErrorType<void | AsError>;
|
|
77
|
+
/**
|
|
78
|
+
* @summary Gets charges for all Organisations
|
|
79
|
+
*/
|
|
80
|
+
declare function useGetChargesSuspense<TData = Awaited<ReturnType<typeof getCharges>>, TError = ErrorType<void | AsError>>(params?: GetChargesParams, options?: {
|
|
81
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getCharges>>, TError, TData>;
|
|
82
|
+
request?: SecondParameter<typeof customFetch>;
|
|
83
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
84
|
+
queryKey: QueryKey;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Gets a Organisation charges.
|
|
88
|
+
|
|
89
|
+
The Organisation cannot be the **Default Organisation** and you need to be a member of the Organisation to use this endpoint
|
|
90
|
+
|
|
91
|
+
* @summary Gets charges for all Units in an Organisation
|
|
92
|
+
*/
|
|
93
|
+
type getOrganisationChargesResponse200 = {
|
|
94
|
+
data: OrganisationChargesGetResponse;
|
|
95
|
+
status: 200;
|
|
96
|
+
};
|
|
97
|
+
type getOrganisationChargesResponse401 = {
|
|
98
|
+
data: void;
|
|
99
|
+
status: 401;
|
|
100
|
+
};
|
|
101
|
+
type getOrganisationChargesResponse403 = {
|
|
102
|
+
data: AsError;
|
|
103
|
+
status: 403;
|
|
104
|
+
};
|
|
105
|
+
type getOrganisationChargesResponse404 = {
|
|
106
|
+
data: AsError;
|
|
107
|
+
status: 404;
|
|
108
|
+
};
|
|
109
|
+
type getOrganisationChargesResponseSuccess = getOrganisationChargesResponse200 & {
|
|
110
|
+
headers: Headers;
|
|
111
|
+
};
|
|
112
|
+
type getOrganisationChargesResponseError = (getOrganisationChargesResponse401 | getOrganisationChargesResponse403 | getOrganisationChargesResponse404) & {
|
|
113
|
+
headers: Headers;
|
|
114
|
+
};
|
|
115
|
+
type getOrganisationChargesResponse = getOrganisationChargesResponseSuccess | getOrganisationChargesResponseError;
|
|
116
|
+
declare const getGetOrganisationChargesUrl: (orgId: string, params?: GetOrganisationChargesParams) => string;
|
|
117
|
+
declare const getOrganisationCharges: (orgId: string, params?: GetOrganisationChargesParams, options?: RequestInit) => Promise<getOrganisationChargesResponse>;
|
|
118
|
+
declare const getGetOrganisationChargesQueryKey: (orgId?: string, params?: GetOrganisationChargesParams) => readonly ["account-server", "charges", "organisation", string | undefined, ...GetOrganisationChargesParams[]];
|
|
119
|
+
declare const getGetOrganisationChargesQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationCharges>>, TError = ErrorType<void | AsError>>(orgId: string, params?: GetOrganisationChargesParams, options?: {
|
|
120
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData>;
|
|
121
|
+
request?: SecondParameter<typeof customFetch>;
|
|
122
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData> & {
|
|
123
|
+
queryKey: QueryKey;
|
|
124
|
+
};
|
|
125
|
+
type GetOrganisationChargesQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationCharges>>>;
|
|
126
|
+
type GetOrganisationChargesQueryError = ErrorType<void | AsError>;
|
|
127
|
+
/**
|
|
128
|
+
* @summary Gets charges for all Units in an Organisation
|
|
129
|
+
*/
|
|
130
|
+
declare function useGetOrganisationCharges<TData = Awaited<ReturnType<typeof getOrganisationCharges>>, TError = ErrorType<void | AsError>>(orgId: string, params?: GetOrganisationChargesParams, options?: {
|
|
131
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData>;
|
|
132
|
+
request?: SecondParameter<typeof customFetch>;
|
|
133
|
+
}): UseQueryResult<TData, TError> & {
|
|
134
|
+
queryKey: QueryKey;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* @summary Gets charges for all Units in an Organisation
|
|
138
|
+
*/
|
|
139
|
+
declare const invalidateGetOrganisationCharges: (queryClient: QueryClient, orgId: string, params?: GetOrganisationChargesParams, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
140
|
+
declare const getGetOrganisationChargesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationCharges>>, TError = ErrorType<void | AsError>>(orgId: string, params?: GetOrganisationChargesParams, options?: {
|
|
141
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData>;
|
|
142
|
+
request?: SecondParameter<typeof customFetch>;
|
|
143
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData> & {
|
|
144
|
+
queryKey: QueryKey;
|
|
145
|
+
};
|
|
146
|
+
type GetOrganisationChargesSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationCharges>>>;
|
|
147
|
+
type GetOrganisationChargesSuspenseQueryError = ErrorType<void | AsError>;
|
|
148
|
+
/**
|
|
149
|
+
* @summary Gets charges for all Units in an Organisation
|
|
150
|
+
*/
|
|
151
|
+
declare function useGetOrganisationChargesSuspense<TData = Awaited<ReturnType<typeof getOrganisationCharges>>, TError = ErrorType<void | AsError>>(orgId: string, params?: GetOrganisationChargesParams, options?: {
|
|
152
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationCharges>>, TError, TData>;
|
|
153
|
+
request?: SecondParameter<typeof customFetch>;
|
|
154
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
155
|
+
queryKey: QueryKey;
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Get the charges made against a Product with optional **from** (inclusive) and **until** (exclusive) dates. If no dates are provided, the charges for the current billing period are returned.
|
|
159
|
+
|
|
160
|
+
Dates are interpreted using the Python `dateutil` parser, so the input strings are extremely flexible with, for example, `1 December 2021` as an acceptable input.
|
|
161
|
+
|
|
162
|
+
**From** must be a date (day) prior to **until**. For example, to see the charges for the 11th July 2022 set **from** to `11 July 2022` and **until** to `12 July 2022`. As an alternative to **From** and **Until** you can provide a **Prior Billing Period**, a value that identifies the prior period to retrieve. A value of `-1` would indicate the *prior period* (month) with an oldest retrieval value of `-23` allowing you to obtain charges for up to two years.
|
|
163
|
+
|
|
164
|
+
You need to be part of the **Unit** or **Organisation** to use this method
|
|
165
|
+
* @summary Get charges made against a Product
|
|
166
|
+
*/
|
|
167
|
+
type getProductChargesResponse200 = {
|
|
168
|
+
data: ProductChargesGetResponse;
|
|
169
|
+
status: 200;
|
|
170
|
+
};
|
|
171
|
+
type getProductChargesResponse400 = {
|
|
172
|
+
data: AsError;
|
|
173
|
+
status: 400;
|
|
174
|
+
};
|
|
175
|
+
type getProductChargesResponse401 = {
|
|
176
|
+
data: void;
|
|
177
|
+
status: 401;
|
|
178
|
+
};
|
|
179
|
+
type getProductChargesResponse403 = {
|
|
180
|
+
data: AsError;
|
|
181
|
+
status: 403;
|
|
182
|
+
};
|
|
183
|
+
type getProductChargesResponseSuccess = getProductChargesResponse200 & {
|
|
184
|
+
headers: Headers;
|
|
185
|
+
};
|
|
186
|
+
type getProductChargesResponseError = (getProductChargesResponse400 | getProductChargesResponse401 | getProductChargesResponse403) & {
|
|
187
|
+
headers: Headers;
|
|
188
|
+
};
|
|
189
|
+
type getProductChargesResponse = getProductChargesResponseSuccess | getProductChargesResponseError;
|
|
190
|
+
declare const getGetProductChargesUrl: (productId: string, params?: GetProductChargesParams) => string;
|
|
191
|
+
declare const getProductCharges: (productId: string, params?: GetProductChargesParams, options?: RequestInit) => Promise<getProductChargesResponse>;
|
|
192
|
+
declare const getGetProductChargesQueryKey: (productId?: string, params?: GetProductChargesParams) => readonly ["account-server", "charges", "product", string | undefined, ...GetProductChargesParams[]];
|
|
193
|
+
declare const getGetProductChargesQueryOptions: <TData = Awaited<ReturnType<typeof getProductCharges>>, TError = ErrorType<AsError | void>>(productId: string, params?: GetProductChargesParams, options?: {
|
|
194
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;
|
|
195
|
+
request?: SecondParameter<typeof customFetch>;
|
|
196
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData> & {
|
|
197
|
+
queryKey: QueryKey;
|
|
198
|
+
};
|
|
199
|
+
type GetProductChargesQueryResult = NonNullable<Awaited<ReturnType<typeof getProductCharges>>>;
|
|
200
|
+
type GetProductChargesQueryError = ErrorType<AsError | void>;
|
|
201
|
+
/**
|
|
202
|
+
* @summary Get charges made against a Product
|
|
203
|
+
*/
|
|
204
|
+
declare function useGetProductCharges<TData = Awaited<ReturnType<typeof getProductCharges>>, TError = ErrorType<AsError | void>>(productId: string, params?: GetProductChargesParams, options?: {
|
|
205
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;
|
|
206
|
+
request?: SecondParameter<typeof customFetch>;
|
|
207
|
+
}): UseQueryResult<TData, TError> & {
|
|
208
|
+
queryKey: QueryKey;
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* @summary Get charges made against a Product
|
|
212
|
+
*/
|
|
213
|
+
declare const invalidateGetProductCharges: (queryClient: QueryClient, productId: string, params?: GetProductChargesParams, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
214
|
+
declare const getGetProductChargesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getProductCharges>>, TError = ErrorType<AsError | void>>(productId: string, params?: GetProductChargesParams, options?: {
|
|
215
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;
|
|
216
|
+
request?: SecondParameter<typeof customFetch>;
|
|
217
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData> & {
|
|
218
|
+
queryKey: QueryKey;
|
|
219
|
+
};
|
|
220
|
+
type GetProductChargesSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getProductCharges>>>;
|
|
221
|
+
type GetProductChargesSuspenseQueryError = ErrorType<AsError | void>;
|
|
222
|
+
/**
|
|
223
|
+
* @summary Get charges made against a Product
|
|
224
|
+
*/
|
|
225
|
+
declare function useGetProductChargesSuspense<TData = Awaited<ReturnType<typeof getProductCharges>>, TError = ErrorType<AsError | void>>(productId: string, params?: GetProductChargesParams, options?: {
|
|
226
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getProductCharges>>, TError, TData>;
|
|
227
|
+
request?: SecondParameter<typeof customFetch>;
|
|
228
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
229
|
+
queryKey: QueryKey;
|
|
230
|
+
};
|
|
231
|
+
/**
|
|
232
|
+
* Get the charges made against a Unit with optional **from** (inclusive) and **until** (exclusive) dates. If no dates are provided, the charges for the current billing period are returned.
|
|
233
|
+
Dates are interpreted using the Python `dateutil` parser, so the input strings are extremely flexible with, for example, `1 December 2021` as an acceptable input.
|
|
234
|
+
|
|
235
|
+
**From** must be a date (day) prior to **until**. For example, to see the charges for the 11th July 2022 set **from** to `11 July 2022` and **until** to `12 July 2022`. As an alternative to **From** and **Until** you can provide a **Prior Billing Period**, a value that identifies the prior period to retrieve. A value of `-1` would indicate the *prior period* (month) with an oldest retrieval value of `-23` allowing you to obtain charges for up to two years.
|
|
236
|
+
|
|
237
|
+
You need to be part of the **Unit** or **Organisation** to use this method
|
|
238
|
+
* @summary Get charges made against a Unit
|
|
239
|
+
*/
|
|
240
|
+
type getUnitChargesResponse200 = {
|
|
241
|
+
data: UnitChargesGetResponse;
|
|
242
|
+
status: 200;
|
|
243
|
+
};
|
|
244
|
+
type getUnitChargesResponse400 = {
|
|
245
|
+
data: AsError;
|
|
246
|
+
status: 400;
|
|
247
|
+
};
|
|
248
|
+
type getUnitChargesResponse401 = {
|
|
249
|
+
data: void;
|
|
250
|
+
status: 401;
|
|
251
|
+
};
|
|
252
|
+
type getUnitChargesResponse403 = {
|
|
253
|
+
data: AsError;
|
|
254
|
+
status: 403;
|
|
255
|
+
};
|
|
256
|
+
type getUnitChargesResponseSuccess = getUnitChargesResponse200 & {
|
|
257
|
+
headers: Headers;
|
|
258
|
+
};
|
|
259
|
+
type getUnitChargesResponseError = (getUnitChargesResponse400 | getUnitChargesResponse401 | getUnitChargesResponse403) & {
|
|
260
|
+
headers: Headers;
|
|
261
|
+
};
|
|
262
|
+
type getUnitChargesResponse = getUnitChargesResponseSuccess | getUnitChargesResponseError;
|
|
263
|
+
declare const getGetUnitChargesUrl: (unitId: string, params?: GetUnitChargesParams) => string;
|
|
264
|
+
declare const getUnitCharges: (unitId: string, params?: GetUnitChargesParams, options?: RequestInit) => Promise<getUnitChargesResponse>;
|
|
265
|
+
declare const getGetUnitChargesQueryKey: (unitId?: string, params?: GetUnitChargesParams) => readonly ["account-server", "charges", "unit", string | undefined, ...GetUnitChargesParams[]];
|
|
266
|
+
declare const getGetUnitChargesQueryOptions: <TData = Awaited<ReturnType<typeof getUnitCharges>>, TError = ErrorType<AsError | void>>(unitId: string, params?: GetUnitChargesParams, options?: {
|
|
267
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;
|
|
268
|
+
request?: SecondParameter<typeof customFetch>;
|
|
269
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData> & {
|
|
270
|
+
queryKey: QueryKey;
|
|
271
|
+
};
|
|
272
|
+
type GetUnitChargesQueryResult = NonNullable<Awaited<ReturnType<typeof getUnitCharges>>>;
|
|
273
|
+
type GetUnitChargesQueryError = ErrorType<AsError | void>;
|
|
274
|
+
/**
|
|
275
|
+
* @summary Get charges made against a Unit
|
|
276
|
+
*/
|
|
277
|
+
declare function useGetUnitCharges<TData = Awaited<ReturnType<typeof getUnitCharges>>, TError = ErrorType<AsError | void>>(unitId: string, params?: GetUnitChargesParams, options?: {
|
|
278
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;
|
|
279
|
+
request?: SecondParameter<typeof customFetch>;
|
|
280
|
+
}): UseQueryResult<TData, TError> & {
|
|
281
|
+
queryKey: QueryKey;
|
|
282
|
+
};
|
|
283
|
+
/**
|
|
284
|
+
* @summary Get charges made against a Unit
|
|
285
|
+
*/
|
|
286
|
+
declare const invalidateGetUnitCharges: (queryClient: QueryClient, unitId: string, params?: GetUnitChargesParams, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
287
|
+
declare const getGetUnitChargesSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getUnitCharges>>, TError = ErrorType<AsError | void>>(unitId: string, params?: GetUnitChargesParams, options?: {
|
|
288
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;
|
|
289
|
+
request?: SecondParameter<typeof customFetch>;
|
|
290
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData> & {
|
|
291
|
+
queryKey: QueryKey;
|
|
292
|
+
};
|
|
293
|
+
type GetUnitChargesSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getUnitCharges>>>;
|
|
294
|
+
type GetUnitChargesSuspenseQueryError = ErrorType<AsError | void>;
|
|
295
|
+
/**
|
|
296
|
+
* @summary Get charges made against a Unit
|
|
297
|
+
*/
|
|
298
|
+
declare function useGetUnitChargesSuspense<TData = Awaited<ReturnType<typeof getUnitCharges>>, TError = ErrorType<AsError | void>>(unitId: string, params?: GetUnitChargesParams, options?: {
|
|
299
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUnitCharges>>, TError, TData>;
|
|
300
|
+
request?: SecondParameter<typeof customFetch>;
|
|
301
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
302
|
+
queryKey: QueryKey;
|
|
303
|
+
};
|
|
304
|
+
//#endregion
|
|
305
|
+
export { GetChargesQueryError, GetChargesQueryResult, GetChargesSuspenseQueryError, GetChargesSuspenseQueryResult, GetOrganisationChargesQueryError, GetOrganisationChargesQueryResult, GetOrganisationChargesSuspenseQueryError, GetOrganisationChargesSuspenseQueryResult, GetProductChargesQueryError, GetProductChargesQueryResult, GetProductChargesSuspenseQueryError, GetProductChargesSuspenseQueryResult, GetUnitChargesQueryError, GetUnitChargesQueryResult, GetUnitChargesSuspenseQueryError, GetUnitChargesSuspenseQueryResult, getCharges, getChargesResponse, getChargesResponse200, getChargesResponse401, getChargesResponse403, getChargesResponse404, getChargesResponseError, getChargesResponseSuccess, getGetChargesQueryKey, getGetChargesQueryOptions, getGetChargesSuspenseQueryOptions, getGetChargesUrl, getGetOrganisationChargesQueryKey, getGetOrganisationChargesQueryOptions, getGetOrganisationChargesSuspenseQueryOptions, getGetOrganisationChargesUrl, getGetProductChargesQueryKey, getGetProductChargesQueryOptions, getGetProductChargesSuspenseQueryOptions, getGetProductChargesUrl, getGetUnitChargesQueryKey, getGetUnitChargesQueryOptions, getGetUnitChargesSuspenseQueryOptions, getGetUnitChargesUrl, getOrganisationCharges, getOrganisationChargesResponse, getOrganisationChargesResponse200, getOrganisationChargesResponse401, getOrganisationChargesResponse403, getOrganisationChargesResponse404, getOrganisationChargesResponseError, getOrganisationChargesResponseSuccess, getProductCharges, getProductChargesResponse, getProductChargesResponse200, getProductChargesResponse400, getProductChargesResponse401, getProductChargesResponse403, getProductChargesResponseError, getProductChargesResponseSuccess, getUnitCharges, getUnitChargesResponse, getUnitChargesResponse200, getUnitChargesResponse400, getUnitChargesResponse401, getUnitChargesResponse403, getUnitChargesResponseError, getUnitChargesResponseSuccess, invalidateGetCharges, invalidateGetOrganisationCharges, invalidateGetProductCharges, invalidateGetUnitCharges, useGetCharges, useGetChargesSuspense, useGetOrganisationCharges, useGetOrganisationChargesSuspense, useGetProductCharges, useGetProductChargesSuspense, useGetUnitCharges, useGetUnitChargesSuspense };
|
|
306
|
+
//# sourceMappingURL=charges.fetch.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charges.fetch.d.cts","names":[],"sources":["../../../src/api/charges/charges.fetch.ts"],"sourcesContent":[],"mappings":"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"}
|