@squonk/account-server-client 4.4.0-4-4.2194860267 → 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,77 @@
|
|
|
1
|
+
import { AsError } from "../api-schemas/asError.cjs";
|
|
2
|
+
import { StateGetVersionResponse } from "../api-schemas/stateGetVersionResponse.cjs";
|
|
3
|
+
import { ErrorType, customFetch } from "../../custom-fetch.cjs";
|
|
4
|
+
import { InvalidateOptions, QueryClient, QueryKey, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
5
|
+
|
|
6
|
+
//#region src/api/state/state.fetch.d.ts
|
|
7
|
+
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
8
|
+
/**
|
|
9
|
+
* @summary Gets the Account Server version
|
|
10
|
+
*/
|
|
11
|
+
type getVersionResponse200 = {
|
|
12
|
+
data: StateGetVersionResponse;
|
|
13
|
+
status: 200;
|
|
14
|
+
};
|
|
15
|
+
type getVersionResponse400 = {
|
|
16
|
+
data: AsError;
|
|
17
|
+
status: 400;
|
|
18
|
+
};
|
|
19
|
+
type getVersionResponse401 = {
|
|
20
|
+
data: void;
|
|
21
|
+
status: 401;
|
|
22
|
+
};
|
|
23
|
+
type getVersionResponse403 = {
|
|
24
|
+
data: AsError;
|
|
25
|
+
status: 403;
|
|
26
|
+
};
|
|
27
|
+
type getVersionResponseSuccess = getVersionResponse200 & {
|
|
28
|
+
headers: Headers;
|
|
29
|
+
};
|
|
30
|
+
type getVersionResponseError = (getVersionResponse400 | getVersionResponse401 | getVersionResponse403) & {
|
|
31
|
+
headers: Headers;
|
|
32
|
+
};
|
|
33
|
+
type getVersionResponse = getVersionResponseSuccess | getVersionResponseError;
|
|
34
|
+
declare const getGetVersionUrl: () => string;
|
|
35
|
+
declare const getVersion: (options?: RequestInit) => Promise<getVersionResponse>;
|
|
36
|
+
declare const getGetVersionQueryKey: () => readonly ["account-server", "version"];
|
|
37
|
+
declare const getGetVersionQueryOptions: <TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
38
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
39
|
+
request?: SecondParameter<typeof customFetch>;
|
|
40
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData> & {
|
|
41
|
+
queryKey: QueryKey;
|
|
42
|
+
};
|
|
43
|
+
type GetVersionQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;
|
|
44
|
+
type GetVersionQueryError = ErrorType<AsError | void>;
|
|
45
|
+
/**
|
|
46
|
+
* @summary Gets the Account Server version
|
|
47
|
+
*/
|
|
48
|
+
declare function useGetVersion<TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
49
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
50
|
+
request?: SecondParameter<typeof customFetch>;
|
|
51
|
+
}): UseQueryResult<TData, TError> & {
|
|
52
|
+
queryKey: QueryKey;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @summary Gets the Account Server version
|
|
56
|
+
*/
|
|
57
|
+
declare const invalidateGetVersion: (queryClient: QueryClient, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
58
|
+
declare const getGetVersionSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
59
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
60
|
+
request?: SecondParameter<typeof customFetch>;
|
|
61
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData> & {
|
|
62
|
+
queryKey: QueryKey;
|
|
63
|
+
};
|
|
64
|
+
type GetVersionSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;
|
|
65
|
+
type GetVersionSuspenseQueryError = ErrorType<AsError | void>;
|
|
66
|
+
/**
|
|
67
|
+
* @summary Gets the Account Server version
|
|
68
|
+
*/
|
|
69
|
+
declare function useGetVersionSuspense<TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
70
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
71
|
+
request?: SecondParameter<typeof customFetch>;
|
|
72
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
73
|
+
queryKey: QueryKey;
|
|
74
|
+
};
|
|
75
|
+
//#endregion
|
|
76
|
+
export { GetVersionQueryError, GetVersionQueryResult, GetVersionSuspenseQueryError, GetVersionSuspenseQueryResult, getGetVersionQueryKey, getGetVersionQueryOptions, getGetVersionSuspenseQueryOptions, getGetVersionUrl, getVersion, getVersionResponse, getVersionResponse200, getVersionResponse400, getVersionResponse401, getVersionResponse403, getVersionResponseError, getVersionResponseSuccess, invalidateGetVersion, useGetVersion, useGetVersionSuspense };
|
|
77
|
+
//# sourceMappingURL=state.fetch.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.fetch.d.cts","names":[],"sources":["../../../src/api/state/state.fetch.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { AsError } from "../api-schemas/asError.js";
|
|
2
|
+
import { StateGetVersionResponse } from "../api-schemas/stateGetVersionResponse.js";
|
|
3
|
+
import { ErrorType, customFetch } from "../../custom-fetch.js";
|
|
4
|
+
import { InvalidateOptions, QueryClient, QueryKey, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
5
|
+
|
|
6
|
+
//#region src/api/state/state.fetch.d.ts
|
|
7
|
+
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
8
|
+
/**
|
|
9
|
+
* @summary Gets the Account Server version
|
|
10
|
+
*/
|
|
11
|
+
type getVersionResponse200 = {
|
|
12
|
+
data: StateGetVersionResponse;
|
|
13
|
+
status: 200;
|
|
14
|
+
};
|
|
15
|
+
type getVersionResponse400 = {
|
|
16
|
+
data: AsError;
|
|
17
|
+
status: 400;
|
|
18
|
+
};
|
|
19
|
+
type getVersionResponse401 = {
|
|
20
|
+
data: void;
|
|
21
|
+
status: 401;
|
|
22
|
+
};
|
|
23
|
+
type getVersionResponse403 = {
|
|
24
|
+
data: AsError;
|
|
25
|
+
status: 403;
|
|
26
|
+
};
|
|
27
|
+
type getVersionResponseSuccess = getVersionResponse200 & {
|
|
28
|
+
headers: Headers;
|
|
29
|
+
};
|
|
30
|
+
type getVersionResponseError = (getVersionResponse400 | getVersionResponse401 | getVersionResponse403) & {
|
|
31
|
+
headers: Headers;
|
|
32
|
+
};
|
|
33
|
+
type getVersionResponse = getVersionResponseSuccess | getVersionResponseError;
|
|
34
|
+
declare const getGetVersionUrl: () => string;
|
|
35
|
+
declare const getVersion: (options?: RequestInit) => Promise<getVersionResponse>;
|
|
36
|
+
declare const getGetVersionQueryKey: () => readonly ["account-server", "version"];
|
|
37
|
+
declare const getGetVersionQueryOptions: <TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
38
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
39
|
+
request?: SecondParameter<typeof customFetch>;
|
|
40
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData> & {
|
|
41
|
+
queryKey: QueryKey;
|
|
42
|
+
};
|
|
43
|
+
type GetVersionQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;
|
|
44
|
+
type GetVersionQueryError = ErrorType<AsError | void>;
|
|
45
|
+
/**
|
|
46
|
+
* @summary Gets the Account Server version
|
|
47
|
+
*/
|
|
48
|
+
declare function useGetVersion<TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
49
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
50
|
+
request?: SecondParameter<typeof customFetch>;
|
|
51
|
+
}): UseQueryResult<TData, TError> & {
|
|
52
|
+
queryKey: QueryKey;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @summary Gets the Account Server version
|
|
56
|
+
*/
|
|
57
|
+
declare const invalidateGetVersion: (queryClient: QueryClient, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
58
|
+
declare const getGetVersionSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
59
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
60
|
+
request?: SecondParameter<typeof customFetch>;
|
|
61
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData> & {
|
|
62
|
+
queryKey: QueryKey;
|
|
63
|
+
};
|
|
64
|
+
type GetVersionSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;
|
|
65
|
+
type GetVersionSuspenseQueryError = ErrorType<AsError | void>;
|
|
66
|
+
/**
|
|
67
|
+
* @summary Gets the Account Server version
|
|
68
|
+
*/
|
|
69
|
+
declare function useGetVersionSuspense<TData = Awaited<ReturnType<typeof getVersion>>, TError = ErrorType<AsError | void>>(options?: {
|
|
70
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;
|
|
71
|
+
request?: SecondParameter<typeof customFetch>;
|
|
72
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
73
|
+
queryKey: QueryKey;
|
|
74
|
+
};
|
|
75
|
+
//#endregion
|
|
76
|
+
export { GetVersionQueryError, GetVersionQueryResult, GetVersionSuspenseQueryError, GetVersionSuspenseQueryResult, getGetVersionQueryKey, getGetVersionQueryOptions, getGetVersionSuspenseQueryOptions, getGetVersionUrl, getVersion, getVersionResponse, getVersionResponse200, getVersionResponse400, getVersionResponse401, getVersionResponse403, getVersionResponseError, getVersionResponseSuccess, invalidateGetVersion, useGetVersion, useGetVersionSuspense };
|
|
77
|
+
//# sourceMappingURL=state.fetch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.fetch.d.ts","names":[],"sources":["../../../src/api/state/state.fetch.ts"],"sourcesContent":[],"mappings":";;;;;;KA2BK,yDAAyD,WAAW;;AAFrB;AAOpD;AAEY,KAFA,qBAAA,GAEqB;EAErB,IAAA,EAJgC,uBAIX;EAErB,MAAA,EAAA,GAAA;AAEZ,CAAA;AACY,KAPA,qBAAA,GAOuB;EAC/B,IAAA,EARwC,OAQxC;EACA,MAAA,EAAA,GAAA;CACA;AACW,KATH,qBAAA,GASG;EAAO,IAAA,EAAA,IAAA;EAEV,MAAA,EAAA,GAAA;AAEZ,CAAA;AAIa,KAfD,qBAAA,GAiBX;EAF0C,IAAA,EAfC,OAeD;EAAsB,MAAA,EAAA,GAAA;CAAR;AAAO,KAbpD,yBAAA,GAA4B,qBAawB,GAAA;EAInD,OAAA,EAjB8D,OAiB9D;AAIb,CAAA;AACoC,KArBxB,uBAAA,GAqBwB,CApBhC,qBAoBgC,GAnBhC,qBAmBgC,GAlBhC,qBAkBgC,CAAA,GAAA;EAAlB,OAAA,EAjBH,OAiBG;CAAR;AACW,KAhBT,kBAAA,GAAqB,yBAgBZ,GAhBwC,uBAgBxC;AAAV,cAdE,gBAcF,EAAA,GAAA,GAAA,MAAA;AAEyC,cAZvC,UAYuC,EAAA,CAAA,OAAA,CAAA,EAZT,WAYS,EAAA,GAZK,OAYL,CAZa,kBAYb,CAAA;AAAlB,cARrB,qBAQqB,EAAA,GAAA,GAAA,SAAA,CAAA,gBAAA,EAAA,SAAA,CAAA;AAAR,cAJb,yBAIa,EAAA,CAAA,QAHhB,OAGgB,CAHR,UAGQ,CAAA,OAHU,UAGV,CAAA,CAAA,EAAA,SAFf,SAEe,CAFL,OAEK,GAAA,IAAA,CAAA,CAAA,CAAA,OAAhB,CAAgB,EAAA;EAAwC,KAAA,CAAA,EAAxD,eAAwD,CAAxC,OAAwC,CAAhC,UAAgC,CAAA,OAAd,UAAc,CAAA,CAAA,EAAA,MAAA,EAAQ,KAAR,CAAA;EAAQ,OAAA,CAAA,EAC9D,eAD8D,CAAA,OACvC,WADuC,CAAA;CAAhE,EAAA,GAUyC,eAVzC,CAWN,OAXM,CAWE,UAXF,CAAA,OAWoB,UAXpB,CAAA,CAAA,EAYN,MAZM,EAaN,KAbM,CAAA,GAAA;EACyB,QAAA,EAajB,QAbiB;CAAvB;AAUkB,KAMlB,qBAAA,GAAwB,WANN,CAMkB,OANlB,CAM0B,UAN1B,CAAA,OAM4C,UAN5C,CAAA,CAAA,CAAA;AAAlB,KAOA,oBAAA,GAAuB,SAPvB,CAOiC,OAPjC,GAAA,IAAA,CAAA;;;;AADuC,iBAcnC,aAdmC,CAAA,QAezC,OAfyC,CAejC,UAfiC,CAAA,OAef,UAfe,CAAA,CAAA,EAAA,SAgBxC,SAhBwC,CAgB9B,OAhB8B,GAAA,IAAA,CAAA,CAAA,CAAA,OAOnD,CAPmD,EAAA;EAIjC,KAAA,CAAA,EAcR,eAdQ,CAcQ,OAdR,CAcgB,UAdhB,CAAA,OAckC,UAdlC,CAAA,CAAA,EAcgD,MAdhD,EAcwD,KAdxD,CAAA;EAAQ,OAAA,CAAA,EAed,eAfc,CAAA,OAeS,WAfT,CAAA;AAG1B,CAAA,CAAA,EAaI,cAbQ,CAaO,KAbP,EAac,MAbO,CAAA,GAAA;EAAyC,QAAA,EAa1B,QAb0B;CAAlB;;;;AAC5C,cAyBC,oBAzBgC,EAAA,CAAA,WAAV,EA0BpB,WA1B6B,EAAA,OAAA,CAAA,EA2BhC,iBA3BgC,EAAA,GA4BzC,OA5ByC,CA4BjC,WA5BiC,CAAA;AAM5B,cA4BH,iCA5BgB,EAAA,CAAA,QA6BnB,OA7BmB,CA6BX,UA7BW,CAAA,OA6BO,UA7BP,CAAA,CAAA,EAAA,SA8BlB,SA9BkB,CA8BR,OA9BQ,GAAA,IAAA,CAAA,CAAA,CAAA,OACnB,CADmB,EAAA;EACO,KAAA,CAAA,EA+B1B,uBA/B0B,CA+BF,OA/BE,CA+BM,UA/BN,CAAA,OA+BwB,UA/BxB,CAAA,CAAA,EA+BsC,MA/BtC,EA+B8C,KA/B9C,CAAA;EAAlB,OAAA,CAAA,EAgCN,eAhCM,CAAA,OAgCiB,WAhCjB,CAAA;CAAR,EAAA,GAyCyC,uBAzCzC,CA0CN,OA1CM,CA0CE,UA1CF,CAAA,OA0CoB,UA1CpB,CAAA,CAAA,EA2CN,MA3CM,EA4CN,KA5CM,CAAA,GAAA;EACW,QAAA,EA4CH,QA5CG;CAAV;AAEyC,KA6CxC,6BAAA,GAAgC,WA7CQ,CA6CI,OA7CJ,CA6CY,UA7CZ,CAAA,OA6C8B,UA7C9B,CAAA,CAAA,CAAA;AAAlB,KA8CtB,4BAAA,GAA+B,SA9CT,CA8CmB,OA9CnB,GAAA,IAAA,CAAA;;;;AAAxB,iBAoDM,qBApDN,CAAA,QAqDA,OArDA,CAqDQ,UArDR,CAAA,OAqD0B,UArD1B,CAAA,CAAA,EAAA,SAsDC,SAtDD,CAsDW,OAtDX,GAAA,IAAA,CAAA,CAAA,CAAA,OAES,CAFT,EAAA;EACyB,KAAA,CAAA,EAuDzB,uBAvDyB,CAuDD,OAvDC,CAuDO,UAvDP,CAAA,OAuDyB,UAvDzB,CAAA,CAAA,EAuDuC,MAvDvC,EAuD+C,KAvD/C,CAAA;EAAvB,OAAA,CAAA,EAwDA,eAxDA,CAAA,OAwDuB,WAxDvB,CAAA;CACO,CAAA,EAwDf,sBAxDe,CAwDQ,KAxDR,EAwDe,MAxDf,CAAA,GAAA;EAAO,QAAA,EAwD8B,QAxD9B;CAAtB"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { customFetch } from "../../custom-fetch.js";
|
|
2
|
+
import { useQuery, useSuspenseQuery } from "@tanstack/react-query";
|
|
3
|
+
|
|
4
|
+
//#region src/api/state/state.fetch.ts
|
|
5
|
+
/**
|
|
6
|
+
* Generated by orval v7.17.0 🍺
|
|
7
|
+
* Do not edit manually.
|
|
8
|
+
* Account Server API
|
|
9
|
+
* The Informatics Matters Account Server API.
|
|
10
|
+
|
|
11
|
+
A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
|
|
12
|
+
|
|
13
|
+
* OpenAPI spec version: 4.4
|
|
14
|
+
*/
|
|
15
|
+
const getGetVersionUrl = () => {
|
|
16
|
+
return `/version`;
|
|
17
|
+
};
|
|
18
|
+
const getVersion = async (options) => {
|
|
19
|
+
return customFetch(getGetVersionUrl(), {
|
|
20
|
+
...options,
|
|
21
|
+
method: "GET"
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
const getGetVersionQueryKey = () => {
|
|
25
|
+
return ["account-server", "version"];
|
|
26
|
+
};
|
|
27
|
+
const getGetVersionQueryOptions = (options) => {
|
|
28
|
+
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
29
|
+
const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();
|
|
30
|
+
const queryFn = ({ signal }) => getVersion({
|
|
31
|
+
signal,
|
|
32
|
+
...requestOptions
|
|
33
|
+
});
|
|
34
|
+
return {
|
|
35
|
+
queryKey,
|
|
36
|
+
queryFn,
|
|
37
|
+
...queryOptions
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @summary Gets the Account Server version
|
|
42
|
+
*/
|
|
43
|
+
function useGetVersion(options) {
|
|
44
|
+
const queryOptions = getGetVersionQueryOptions(options);
|
|
45
|
+
const query = useQuery(queryOptions);
|
|
46
|
+
query.queryKey = queryOptions.queryKey;
|
|
47
|
+
return query;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @summary Gets the Account Server version
|
|
51
|
+
*/
|
|
52
|
+
const invalidateGetVersion = async (queryClient, options) => {
|
|
53
|
+
await queryClient.invalidateQueries({ queryKey: getGetVersionQueryKey() }, options);
|
|
54
|
+
return queryClient;
|
|
55
|
+
};
|
|
56
|
+
const getGetVersionSuspenseQueryOptions = (options) => {
|
|
57
|
+
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
58
|
+
const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();
|
|
59
|
+
const queryFn = ({ signal }) => getVersion({
|
|
60
|
+
signal,
|
|
61
|
+
...requestOptions
|
|
62
|
+
});
|
|
63
|
+
return {
|
|
64
|
+
queryKey,
|
|
65
|
+
queryFn,
|
|
66
|
+
...queryOptions
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* @summary Gets the Account Server version
|
|
71
|
+
*/
|
|
72
|
+
function useGetVersionSuspense(options) {
|
|
73
|
+
const queryOptions = getGetVersionSuspenseQueryOptions(options);
|
|
74
|
+
const query = useSuspenseQuery(queryOptions);
|
|
75
|
+
query.queryKey = queryOptions.queryKey;
|
|
76
|
+
return query;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
//#endregion
|
|
80
|
+
export { getGetVersionQueryKey, getGetVersionQueryOptions, getGetVersionSuspenseQueryOptions, getGetVersionUrl, getVersion, invalidateGetVersion, useGetVersion, useGetVersionSuspense };
|
|
81
|
+
//# sourceMappingURL=state.fetch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.fetch.js","names":["queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>>"],"sources":["../../../src/api/state/state.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 { AsError, StateGetVersionResponse } 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 * @summary Gets the Account Server version\n */\nexport type getVersionResponse200 = { data: StateGetVersionResponse; status: 200 };\n\nexport type getVersionResponse400 = { data: AsError; status: 400 };\n\nexport type getVersionResponse401 = { data: void; status: 401 };\n\nexport type getVersionResponse403 = { data: AsError; status: 403 };\n\nexport type getVersionResponseSuccess = getVersionResponse200 & { headers: Headers };\nexport type getVersionResponseError = (\n | getVersionResponse400\n | getVersionResponse401\n | getVersionResponse403\n) & { headers: Headers };\n\nexport type getVersionResponse = getVersionResponseSuccess | getVersionResponseError;\n\nexport const getGetVersionUrl = () => {\n return `/version`;\n};\n\nexport const getVersion = async (options?: RequestInit): Promise<getVersionResponse> => {\n return customFetch<getVersionResponse>(getGetVersionUrl(), { ...options, method: \"GET\" });\n};\n\nexport const getGetVersionQueryKey = () => {\n return [\"account-server\", \"version\"] as const;\n};\n\nexport const getGetVersionQueryOptions = <\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>> = ({ signal }) =>\n getVersion({ signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getVersion>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetVersionQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;\nexport type GetVersionQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets the Account Server version\n */\n\nexport function useGetVersion<\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetVersionQueryOptions(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 the Account Server version\n */\nexport const invalidateGetVersion = async (\n queryClient: QueryClient,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries({ queryKey: getGetVersionQueryKey() }, options);\n\n return queryClient;\n};\n\nexport const getGetVersionSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>> = ({ signal }) =>\n getVersion({ signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getVersion>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetVersionSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;\nexport type GetVersionSuspenseQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets the Account Server version\n */\n\nexport function useGetVersionSuspense<\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetVersionSuspenseQueryOptions(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":";;;;;;;;;;;;;;AAiDA,MAAa,yBAAyB;AACpC,QAAO;;AAGT,MAAa,aAAa,OAAO,YAAuD;AACtF,QAAO,YAAgC,kBAAkB,EAAE;EAAE,GAAG;EAAS,QAAQ;EAAO,CAAC;;AAG3F,MAAa,8BAA8B;AACzC,QAAO,CAAC,kBAAkB,UAAU;;AAGtC,MAAa,6BAGX,YAGI;CACJ,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,uBAAuB;CAElE,MAAMA,WAAkE,EAAE,aACxE,WAAW;EAAE;EAAQ,GAAG;EAAgB,CAAC;AAE3C,QAAO;EAAE;EAAU;EAAS,GAAG;EAAc;;;;;AAc/C,SAAgB,cAGd,SAGyD;CACzD,MAAM,eAAe,0BAA0B,QAAQ;CAEvD,MAAM,QAAQ,SAAS,aAAa;AAEpC,OAAM,WAAW,aAAa;AAE9B,QAAO;;;;;AAMT,MAAa,uBAAuB,OAClC,aACA,YACyB;AACzB,OAAM,YAAY,kBAAkB,EAAE,UAAU,uBAAuB,EAAE,EAAE,QAAQ;AAEnF,QAAO;;AAGT,MAAa,qCAGX,YAGI;CACJ,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,uBAAuB;CAElE,MAAMA,WAAkE,EAAE,aACxE,WAAW;EAAE;EAAQ,GAAG;EAAgB,CAAC;AAE3C,QAAO;EAAE;EAAU;EAAS,GAAG;EAAc;;;;;AAc/C,SAAgB,sBAGd,SAGiE;CACjE,MAAM,eAAe,kCAAkC,QAAQ;CAE/D,MAAM,QAAQ,iBAAiB,aAAa;AAI5C,OAAM,WAAW,aAAa;AAE9B,QAAO"}
|
package/dist/api/state/state.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { customInstance } from "../../custom-
|
|
2
|
-
import { queryMutator } from "../../options-mutator.js";
|
|
1
|
+
import { customInstance } from "../../custom-axios.js";
|
|
3
2
|
import { useQuery, useSuspenseQuery } from "@tanstack/react-query";
|
|
4
3
|
|
|
5
4
|
//#region src/api/state/state.ts
|
|
@@ -24,47 +23,54 @@ const getVersion = (options, signal) => {
|
|
|
24
23
|
}, options);
|
|
25
24
|
};
|
|
26
25
|
const getGetVersionQueryKey = () => {
|
|
27
|
-
return [
|
|
26
|
+
return ["account-server", "version"];
|
|
28
27
|
};
|
|
29
|
-
const
|
|
28
|
+
const getGetVersionQueryOptions = (options) => {
|
|
30
29
|
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
31
30
|
const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();
|
|
32
31
|
const queryFn = ({ signal }) => getVersion(requestOptions, signal);
|
|
33
|
-
return
|
|
34
|
-
...queryOptions,
|
|
32
|
+
return {
|
|
35
33
|
queryKey,
|
|
36
|
-
queryFn
|
|
37
|
-
|
|
34
|
+
queryFn,
|
|
35
|
+
...queryOptions
|
|
36
|
+
};
|
|
38
37
|
};
|
|
39
38
|
/**
|
|
40
39
|
* @summary Gets the Account Server version
|
|
41
40
|
*/
|
|
42
41
|
function useGetVersion(options) {
|
|
43
|
-
const queryOptions =
|
|
42
|
+
const queryOptions = getGetVersionQueryOptions(options);
|
|
44
43
|
const query = useQuery(queryOptions);
|
|
45
44
|
query.queryKey = queryOptions.queryKey;
|
|
46
45
|
return query;
|
|
47
46
|
}
|
|
48
|
-
|
|
47
|
+
/**
|
|
48
|
+
* @summary Gets the Account Server version
|
|
49
|
+
*/
|
|
50
|
+
const invalidateGetVersion = async (queryClient, options) => {
|
|
51
|
+
await queryClient.invalidateQueries({ queryKey: getGetVersionQueryKey() }, options);
|
|
52
|
+
return queryClient;
|
|
53
|
+
};
|
|
54
|
+
const getGetVersionSuspenseQueryOptions = (options) => {
|
|
49
55
|
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
50
56
|
const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();
|
|
51
57
|
const queryFn = ({ signal }) => getVersion(requestOptions, signal);
|
|
52
|
-
return
|
|
53
|
-
...queryOptions,
|
|
58
|
+
return {
|
|
54
59
|
queryKey,
|
|
55
|
-
queryFn
|
|
56
|
-
|
|
60
|
+
queryFn,
|
|
61
|
+
...queryOptions
|
|
62
|
+
};
|
|
57
63
|
};
|
|
58
64
|
/**
|
|
59
65
|
* @summary Gets the Account Server version
|
|
60
66
|
*/
|
|
61
67
|
function useGetVersionSuspense(options) {
|
|
62
|
-
const queryOptions =
|
|
68
|
+
const queryOptions = getGetVersionSuspenseQueryOptions(options);
|
|
63
69
|
const query = useSuspenseQuery(queryOptions);
|
|
64
70
|
query.queryKey = queryOptions.queryKey;
|
|
65
71
|
return query;
|
|
66
72
|
}
|
|
67
73
|
|
|
68
74
|
//#endregion
|
|
69
|
-
export { getGetVersionQueryKey, getVersion,
|
|
75
|
+
export { getGetVersionQueryKey, getGetVersionQueryOptions, getGetVersionSuspenseQueryOptions, getVersion, invalidateGetVersion, useGetVersion, useGetVersionSuspense };
|
|
70
76
|
//# sourceMappingURL=state.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","names":["queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>>"],"sources":["../../../src/api/state/state.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 QueryFunction,\n QueryKey,\n UseQueryOptions,\n UseQueryResult,\n UseSuspenseQueryOptions,\n UseSuspenseQueryResult,\n} from \"@tanstack/react-query\";\n\nimport type { AsError, StateGetVersionResponse } from \"
|
|
1
|
+
{"version":3,"file":"state.js","names":["queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>>"],"sources":["../../../src/api/state/state.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 { AsError, StateGetVersionResponse } from \".././api-schemas\";\n\nimport { customInstance } from \"../../custom-axios\";\nimport type { ErrorType } from \"../../custom-axios\";\n\ntype SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];\n\n/**\n * @summary Gets the Account Server version\n */\nexport const getVersion = (\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<StateGetVersionResponse>(\n { url: `/version`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetVersionQueryKey = () => {\n return [\"account-server\", \"version\"] as const;\n};\n\nexport const getGetVersionQueryOptions = <\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>> = ({ signal }) =>\n getVersion(requestOptions, signal);\n\n return { queryKey, queryFn, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getVersion>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetVersionQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;\nexport type GetVersionQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets the Account Server version\n */\n\nexport function useGetVersion<\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetVersionQueryOptions(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 the Account Server version\n */\nexport const invalidateGetVersion = async (\n queryClient: QueryClient,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries({ queryKey: getGetVersionQueryKey() }, options);\n\n return queryClient;\n};\n\nexport const getGetVersionSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetVersionQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getVersion>>> = ({ signal }) =>\n getVersion(requestOptions, signal);\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getVersion>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetVersionSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getVersion>>>;\nexport type GetVersionSuspenseQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets the Account Server version\n */\n\nexport function useGetVersionSuspense<\n TData = Awaited<ReturnType<typeof getVersion>>,\n TError = ErrorType<AsError | void>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getVersion>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetVersionSuspenseQueryOptions(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":";;;;;;;;;;;;;;;;;AAgCA,MAAa,cACX,SACA,WACG;AACH,QAAO,eACL;EAAE,KAAK;EAAY,QAAQ;EAAO;EAAQ,EAC1C,QACD;;AAGH,MAAa,8BAA8B;AACzC,QAAO,CAAC,kBAAkB,UAAU;;AAGtC,MAAa,6BAGX,YAGI;CACJ,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,uBAAuB;CAElE,MAAMA,WAAkE,EAAE,aACxE,WAAW,gBAAgB,OAAO;AAEpC,QAAO;EAAE;EAAU;EAAS,GAAG;EAAc;;;;;AAc/C,SAAgB,cAGd,SAGyD;CACzD,MAAM,eAAe,0BAA0B,QAAQ;CAEvD,MAAM,QAAQ,SAAS,aAAa;AAEpC,OAAM,WAAW,aAAa;AAE9B,QAAO;;;;;AAMT,MAAa,uBAAuB,OAClC,aACA,YACyB;AACzB,OAAM,YAAY,kBAAkB,EAAE,UAAU,uBAAuB,EAAE,EAAE,QAAQ;AAEnF,QAAO;;AAGT,MAAa,qCAGX,YAGI;CACJ,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,uBAAuB;CAElE,MAAMA,WAAkE,EAAE,aACxE,WAAW,gBAAgB,OAAO;AAEpC,QAAO;EAAE;EAAU;EAAS,GAAG;EAAc;;;;;AAc/C,SAAgB,sBAGd,SAGiE;CACjE,MAAM,eAAe,kCAAkC,QAAQ;CAE/D,MAAM,QAAQ,iBAAiB,aAAa;AAI5C,OAAM,WAAW,aAAa;AAE9B,QAAO"}
|