@squonk/account-server-client 4.4.0-4-4.2195235454 → 4.4.0-4-4.2197467763
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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-stream.d.ts","names":[],"sources":["../../../src/api/event-stream/event-stream.ts"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"event-stream.d.ts","names":[],"sources":["../../../src/api/event-stream/event-stream.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_custom_fetch = require('../../custom-fetch.cjs');
|
|
3
|
+
let __tanstack_react_query = require("@tanstack/react-query");
|
|
4
|
+
|
|
5
|
+
//#region src/api/event-stream/event-stream.fetch.ts
|
|
6
|
+
/**
|
|
7
|
+
* Generated by orval v7.17.0 🍺
|
|
8
|
+
* Do not edit manually.
|
|
9
|
+
* Account Server API
|
|
10
|
+
* The Informatics Matters Account Server API.
|
|
11
|
+
|
|
12
|
+
A service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.
|
|
13
|
+
|
|
14
|
+
* OpenAPI spec version: 4.4
|
|
15
|
+
*/
|
|
16
|
+
const getGetEventStreamVersionUrl = () => {
|
|
17
|
+
return `/event-stream/version`;
|
|
18
|
+
};
|
|
19
|
+
const getEventStreamVersion = async (options) => {
|
|
20
|
+
return require_custom_fetch.customFetch(getGetEventStreamVersionUrl(), {
|
|
21
|
+
...options,
|
|
22
|
+
method: "GET"
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
const getGetEventStreamVersionQueryKey = () => {
|
|
26
|
+
return [
|
|
27
|
+
"account-server",
|
|
28
|
+
"event-stream",
|
|
29
|
+
"version"
|
|
30
|
+
];
|
|
31
|
+
};
|
|
32
|
+
const getGetEventStreamVersionQueryOptions = (options) => {
|
|
33
|
+
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
34
|
+
const queryKey = queryOptions?.queryKey ?? getGetEventStreamVersionQueryKey();
|
|
35
|
+
const queryFn = ({ signal }) => getEventStreamVersion({
|
|
36
|
+
signal,
|
|
37
|
+
...requestOptions
|
|
38
|
+
});
|
|
39
|
+
return {
|
|
40
|
+
queryKey,
|
|
41
|
+
queryFn,
|
|
42
|
+
...queryOptions
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* @summary Gets the details of the installed event stream
|
|
47
|
+
*/
|
|
48
|
+
function useGetEventStreamVersion(options) {
|
|
49
|
+
const queryOptions = getGetEventStreamVersionQueryOptions(options);
|
|
50
|
+
const query = (0, __tanstack_react_query.useQuery)(queryOptions);
|
|
51
|
+
query.queryKey = queryOptions.queryKey;
|
|
52
|
+
return query;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @summary Gets the details of the installed event stream
|
|
56
|
+
*/
|
|
57
|
+
const invalidateGetEventStreamVersion = async (queryClient, options) => {
|
|
58
|
+
await queryClient.invalidateQueries({ queryKey: getGetEventStreamVersionQueryKey() }, options);
|
|
59
|
+
return queryClient;
|
|
60
|
+
};
|
|
61
|
+
const getGetEventStreamVersionSuspenseQueryOptions = (options) => {
|
|
62
|
+
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
63
|
+
const queryKey = queryOptions?.queryKey ?? getGetEventStreamVersionQueryKey();
|
|
64
|
+
const queryFn = ({ signal }) => getEventStreamVersion({
|
|
65
|
+
signal,
|
|
66
|
+
...requestOptions
|
|
67
|
+
});
|
|
68
|
+
return {
|
|
69
|
+
queryKey,
|
|
70
|
+
queryFn,
|
|
71
|
+
...queryOptions
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* @summary Gets the details of the installed event stream
|
|
76
|
+
*/
|
|
77
|
+
function useGetEventStreamVersionSuspense(options) {
|
|
78
|
+
const queryOptions = getGetEventStreamVersionSuspenseQueryOptions(options);
|
|
79
|
+
const query = (0, __tanstack_react_query.useSuspenseQuery)(queryOptions);
|
|
80
|
+
query.queryKey = queryOptions.queryKey;
|
|
81
|
+
return query;
|
|
82
|
+
}
|
|
83
|
+
const getGetEventStreamUrl = () => {
|
|
84
|
+
return `/event-stream`;
|
|
85
|
+
};
|
|
86
|
+
const getEventStream = async (options) => {
|
|
87
|
+
return require_custom_fetch.customFetch(getGetEventStreamUrl(), {
|
|
88
|
+
...options,
|
|
89
|
+
method: "GET"
|
|
90
|
+
});
|
|
91
|
+
};
|
|
92
|
+
const getGetEventStreamQueryKey = () => {
|
|
93
|
+
return ["account-server", "event-stream"];
|
|
94
|
+
};
|
|
95
|
+
const getGetEventStreamQueryOptions = (options) => {
|
|
96
|
+
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
97
|
+
const queryKey = queryOptions?.queryKey ?? getGetEventStreamQueryKey();
|
|
98
|
+
const queryFn = ({ signal }) => getEventStream({
|
|
99
|
+
signal,
|
|
100
|
+
...requestOptions
|
|
101
|
+
});
|
|
102
|
+
return {
|
|
103
|
+
queryKey,
|
|
104
|
+
queryFn,
|
|
105
|
+
...queryOptions
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* @summary Gets the details of your event stream
|
|
110
|
+
*/
|
|
111
|
+
function useGetEventStream(options) {
|
|
112
|
+
const queryOptions = getGetEventStreamQueryOptions(options);
|
|
113
|
+
const query = (0, __tanstack_react_query.useQuery)(queryOptions);
|
|
114
|
+
query.queryKey = queryOptions.queryKey;
|
|
115
|
+
return query;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @summary Gets the details of your event stream
|
|
119
|
+
*/
|
|
120
|
+
const invalidateGetEventStream = async (queryClient, options) => {
|
|
121
|
+
await queryClient.invalidateQueries({ queryKey: getGetEventStreamQueryKey() }, options);
|
|
122
|
+
return queryClient;
|
|
123
|
+
};
|
|
124
|
+
const getGetEventStreamSuspenseQueryOptions = (options) => {
|
|
125
|
+
const { query: queryOptions, request: requestOptions } = options ?? {};
|
|
126
|
+
const queryKey = queryOptions?.queryKey ?? getGetEventStreamQueryKey();
|
|
127
|
+
const queryFn = ({ signal }) => getEventStream({
|
|
128
|
+
signal,
|
|
129
|
+
...requestOptions
|
|
130
|
+
});
|
|
131
|
+
return {
|
|
132
|
+
queryKey,
|
|
133
|
+
queryFn,
|
|
134
|
+
...queryOptions
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* @summary Gets the details of your event stream
|
|
139
|
+
*/
|
|
140
|
+
function useGetEventStreamSuspense(options) {
|
|
141
|
+
const queryOptions = getGetEventStreamSuspenseQueryOptions(options);
|
|
142
|
+
const query = (0, __tanstack_react_query.useSuspenseQuery)(queryOptions);
|
|
143
|
+
query.queryKey = queryOptions.queryKey;
|
|
144
|
+
return query;
|
|
145
|
+
}
|
|
146
|
+
const getCreateEventStreamUrl = () => {
|
|
147
|
+
return `/event-stream`;
|
|
148
|
+
};
|
|
149
|
+
const createEventStream = async (eventStreamPostBodyBody, options) => {
|
|
150
|
+
return require_custom_fetch.customFetch(getCreateEventStreamUrl(), {
|
|
151
|
+
...options,
|
|
152
|
+
method: "POST",
|
|
153
|
+
headers: {
|
|
154
|
+
"Content-Type": "application/json",
|
|
155
|
+
...options?.headers
|
|
156
|
+
},
|
|
157
|
+
body: JSON.stringify(eventStreamPostBodyBody)
|
|
158
|
+
});
|
|
159
|
+
};
|
|
160
|
+
const getCreateEventStreamMutationOptions = (options) => {
|
|
161
|
+
const mutationKey = ["createEventStream"];
|
|
162
|
+
const { mutation: mutationOptions, request: requestOptions } = options ? options.mutation && "mutationKey" in options.mutation && options.mutation.mutationKey ? options : {
|
|
163
|
+
...options,
|
|
164
|
+
mutation: {
|
|
165
|
+
...options.mutation,
|
|
166
|
+
mutationKey
|
|
167
|
+
}
|
|
168
|
+
} : {
|
|
169
|
+
mutation: { mutationKey },
|
|
170
|
+
request: void 0
|
|
171
|
+
};
|
|
172
|
+
const mutationFn = (props) => {
|
|
173
|
+
const { data } = props ?? {};
|
|
174
|
+
return createEventStream(data, requestOptions);
|
|
175
|
+
};
|
|
176
|
+
return {
|
|
177
|
+
mutationFn,
|
|
178
|
+
...mutationOptions
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* @summary Create a new event stream
|
|
183
|
+
*/
|
|
184
|
+
const useCreateEventStream = (options) => {
|
|
185
|
+
return (0, __tanstack_react_query.useMutation)(getCreateEventStreamMutationOptions(options));
|
|
186
|
+
};
|
|
187
|
+
const getDeleteEventStreamUrl = (eventStreamId) => {
|
|
188
|
+
return `/event-stream/${eventStreamId}`;
|
|
189
|
+
};
|
|
190
|
+
const deleteEventStream = async (eventStreamId, options) => {
|
|
191
|
+
return require_custom_fetch.customFetch(getDeleteEventStreamUrl(eventStreamId), {
|
|
192
|
+
...options,
|
|
193
|
+
method: "DELETE"
|
|
194
|
+
});
|
|
195
|
+
};
|
|
196
|
+
const getDeleteEventStreamMutationOptions = (options) => {
|
|
197
|
+
const mutationKey = ["deleteEventStream"];
|
|
198
|
+
const { mutation: mutationOptions, request: requestOptions } = options ? options.mutation && "mutationKey" in options.mutation && options.mutation.mutationKey ? options : {
|
|
199
|
+
...options,
|
|
200
|
+
mutation: {
|
|
201
|
+
...options.mutation,
|
|
202
|
+
mutationKey
|
|
203
|
+
}
|
|
204
|
+
} : {
|
|
205
|
+
mutation: { mutationKey },
|
|
206
|
+
request: void 0
|
|
207
|
+
};
|
|
208
|
+
const mutationFn = (props) => {
|
|
209
|
+
const { eventStreamId } = props ?? {};
|
|
210
|
+
return deleteEventStream(eventStreamId, requestOptions);
|
|
211
|
+
};
|
|
212
|
+
return {
|
|
213
|
+
mutationFn,
|
|
214
|
+
...mutationOptions
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* @summary Deletes an existing event stream (that you created)
|
|
219
|
+
*/
|
|
220
|
+
const useDeleteEventStream = (options) => {
|
|
221
|
+
return (0, __tanstack_react_query.useMutation)(getDeleteEventStreamMutationOptions(options));
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
//#endregion
|
|
225
|
+
exports.createEventStream = createEventStream;
|
|
226
|
+
exports.deleteEventStream = deleteEventStream;
|
|
227
|
+
exports.getCreateEventStreamMutationOptions = getCreateEventStreamMutationOptions;
|
|
228
|
+
exports.getCreateEventStreamUrl = getCreateEventStreamUrl;
|
|
229
|
+
exports.getDeleteEventStreamMutationOptions = getDeleteEventStreamMutationOptions;
|
|
230
|
+
exports.getDeleteEventStreamUrl = getDeleteEventStreamUrl;
|
|
231
|
+
exports.getEventStream = getEventStream;
|
|
232
|
+
exports.getEventStreamVersion = getEventStreamVersion;
|
|
233
|
+
exports.getGetEventStreamQueryKey = getGetEventStreamQueryKey;
|
|
234
|
+
exports.getGetEventStreamQueryOptions = getGetEventStreamQueryOptions;
|
|
235
|
+
exports.getGetEventStreamSuspenseQueryOptions = getGetEventStreamSuspenseQueryOptions;
|
|
236
|
+
exports.getGetEventStreamUrl = getGetEventStreamUrl;
|
|
237
|
+
exports.getGetEventStreamVersionQueryKey = getGetEventStreamVersionQueryKey;
|
|
238
|
+
exports.getGetEventStreamVersionQueryOptions = getGetEventStreamVersionQueryOptions;
|
|
239
|
+
exports.getGetEventStreamVersionSuspenseQueryOptions = getGetEventStreamVersionSuspenseQueryOptions;
|
|
240
|
+
exports.getGetEventStreamVersionUrl = getGetEventStreamVersionUrl;
|
|
241
|
+
exports.invalidateGetEventStream = invalidateGetEventStream;
|
|
242
|
+
exports.invalidateGetEventStreamVersion = invalidateGetEventStreamVersion;
|
|
243
|
+
exports.useCreateEventStream = useCreateEventStream;
|
|
244
|
+
exports.useDeleteEventStream = useDeleteEventStream;
|
|
245
|
+
exports.useGetEventStream = useGetEventStream;
|
|
246
|
+
exports.useGetEventStreamSuspense = useGetEventStreamSuspense;
|
|
247
|
+
exports.useGetEventStreamVersion = useGetEventStreamVersion;
|
|
248
|
+
exports.useGetEventStreamVersionSuspense = useGetEventStreamVersionSuspense;
|
|
249
|
+
//# sourceMappingURL=event-stream.fetch.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-stream.fetch.cjs","names":["customFetch","queryFn: QueryFunction<Awaited<ReturnType<typeof getEventStreamVersion>>>","queryFn: QueryFunction<Awaited<ReturnType<typeof getEventStream>>>","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof createEventStream>>,\n { data: EventStreamPostBodyBody }\n >","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteEventStream>>,\n { eventStreamId: number }\n >"],"sources":["../../../src/api/event-stream/event-stream.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 { useMutation, useQuery, useSuspenseQuery } from \"@tanstack/react-query\";\nimport type {\n InvalidateOptions,\n MutationFunction,\n QueryClient,\n QueryFunction,\n QueryKey,\n UseMutationOptions,\n UseMutationResult,\n UseQueryOptions,\n UseQueryResult,\n UseSuspenseQueryOptions,\n UseSuspenseQueryResult,\n} from \"@tanstack/react-query\";\n\nimport type {\n AsError,\n EventStreamGetPostResponse,\n EventStreamPostBodyBody,\n EventStreamVersionGetResponse,\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 the details of the installed event stream, which includes its **protocol**, and **name**.\n\n * @summary Gets the details of the installed event stream\n */\nexport type getEventStreamVersionResponse200 = { data: EventStreamVersionGetResponse; status: 200 };\n\nexport type getEventStreamVersionResponse401 = { data: void; status: 401 };\n\nexport type getEventStreamVersionResponse404 = { data: AsError; status: 404 };\n\nexport type getEventStreamVersionResponseSuccess = getEventStreamVersionResponse200 & {\n headers: Headers;\n};\nexport type getEventStreamVersionResponseError = (\n | getEventStreamVersionResponse401\n | getEventStreamVersionResponse404\n) & { headers: Headers };\n\nexport type getEventStreamVersionResponse =\n | getEventStreamVersionResponseSuccess\n | getEventStreamVersionResponseError;\n\nexport const getGetEventStreamVersionUrl = () => {\n return `/event-stream/version`;\n};\n\nexport const getEventStreamVersion = async (\n options?: RequestInit,\n): Promise<getEventStreamVersionResponse> => {\n return customFetch<getEventStreamVersionResponse>(getGetEventStreamVersionUrl(), {\n ...options,\n method: \"GET\",\n });\n};\n\nexport const getGetEventStreamVersionQueryKey = () => {\n return [\"account-server\", \"event-stream\", \"version\"] as const;\n};\n\nexport const getGetEventStreamVersionQueryOptions = <\n TData = Awaited<ReturnType<typeof getEventStreamVersion>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetEventStreamVersionQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getEventStreamVersion>>> = ({ signal }) =>\n getEventStreamVersion({ signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getEventStreamVersion>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetEventStreamVersionQueryResult = NonNullable<\n Awaited<ReturnType<typeof getEventStreamVersion>>\n>;\nexport type GetEventStreamVersionQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets the details of the installed event stream\n */\n\nexport function useGetEventStreamVersion<\n TData = Awaited<ReturnType<typeof getEventStreamVersion>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetEventStreamVersionQueryOptions(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 details of the installed event stream\n */\nexport const invalidateGetEventStreamVersion = async (\n queryClient: QueryClient,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries({ queryKey: getGetEventStreamVersionQueryKey() }, options);\n\n return queryClient;\n};\n\nexport const getGetEventStreamVersionSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getEventStreamVersion>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetEventStreamVersionQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getEventStreamVersion>>> = ({ signal }) =>\n getEventStreamVersion({ signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getEventStreamVersion>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetEventStreamVersionSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getEventStreamVersion>>\n>;\nexport type GetEventStreamVersionSuspenseQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets the details of the installed event stream\n */\n\nexport function useGetEventStreamVersionSuspense<\n TData = Awaited<ReturnType<typeof getEventStreamVersion>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetEventStreamVersionSuspenseQueryOptions(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 the details of your event stream, if you have created one. The response includes the event stream **id** and the **location** where events can be accessed.\n\n * @summary Gets the details of your event stream\n */\nexport type getEventStreamResponse200 = { data: EventStreamGetPostResponse; status: 200 };\n\nexport type getEventStreamResponse401 = { data: void; status: 401 };\n\nexport type getEventStreamResponse404 = { data: AsError; status: 404 };\n\nexport type getEventStreamResponseSuccess = getEventStreamResponse200 & { headers: Headers };\nexport type getEventStreamResponseError = (\n | getEventStreamResponse401\n | getEventStreamResponse404\n) & { headers: Headers };\n\nexport type getEventStreamResponse = getEventStreamResponseSuccess | getEventStreamResponseError;\n\nexport const getGetEventStreamUrl = () => {\n return `/event-stream`;\n};\n\nexport const getEventStream = async (options?: RequestInit): Promise<getEventStreamResponse> => {\n return customFetch<getEventStreamResponse>(getGetEventStreamUrl(), { ...options, method: \"GET\" });\n};\n\nexport const getGetEventStreamQueryKey = () => {\n return [\"account-server\", \"event-stream\"] as const;\n};\n\nexport const getGetEventStreamQueryOptions = <\n TData = Awaited<ReturnType<typeof getEventStream>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetEventStreamQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getEventStream>>> = ({ signal }) =>\n getEventStream({ signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseQueryOptions<\n Awaited<ReturnType<typeof getEventStream>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetEventStreamQueryResult = NonNullable<Awaited<ReturnType<typeof getEventStream>>>;\nexport type GetEventStreamQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets the details of your event stream\n */\n\nexport function useGetEventStream<\n TData = Awaited<ReturnType<typeof getEventStream>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetEventStreamQueryOptions(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 details of your event stream\n */\nexport const invalidateGetEventStream = async (\n queryClient: QueryClient,\n options?: InvalidateOptions,\n): Promise<QueryClient> => {\n await queryClient.invalidateQueries({ queryKey: getGetEventStreamQueryKey() }, options);\n\n return queryClient;\n};\n\nexport const getGetEventStreamSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getEventStream>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetEventStreamQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getEventStream>>> = ({ signal }) =>\n getEventStream({ signal, ...requestOptions });\n\n return { queryKey, queryFn, ...queryOptions } as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getEventStream>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetEventStreamSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getEventStream>>\n>;\nexport type GetEventStreamSuspenseQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Gets the details of your event stream\n */\n\nexport function useGetEventStreamSuspense<\n TData = Awaited<ReturnType<typeof getEventStream>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;\n request?: SecondParameter<typeof customFetch>;\n}): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = getGetEventStreamSuspenseQueryOptions(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 * Creates a new event stream for the authenticated user. Event streams deliver near-real-time events to the user, typically through a long-running *Socket*. The protocol is dependent on the Event Stream Service that has been installed. Our **Python FastAPI WebSocket** service is one such service.\n\nEvents are delivered to the client using the a `format` chosen here. Internally, events are **Protocol Buffer** objects that are delivered, by default as a single-line string using `MessageToString`. This is the `PROTOCOL_STRING` format. Clients can choose to receive messages as a JSON string using the format `JSON_STRING`. Using JSON strings will incur a small processing penalty but they are useful if the client does not have access to a library that can decode protocol buffer strings.\n\nThe response will include the event stream **id** and the **location** where events can be accessed.\n\nThe event streaming service is an optional component of the Account Server. If a service is not installed you will receive a corresponding **404** error response.\n\nA user is only permitted one event stream.\n\n * @summary Create a new event stream\n */\nexport type createEventStreamResponse201 = { data: EventStreamGetPostResponse; status: 201 };\n\nexport type createEventStreamResponse400 = { data: AsError; status: 400 };\n\nexport type createEventStreamResponse401 = { data: void; status: 401 };\n\nexport type createEventStreamResponse403 = { data: AsError; status: 403 };\n\nexport type createEventStreamResponse404 = { data: AsError; status: 404 };\n\nexport type createEventStreamResponseSuccess = createEventStreamResponse201 & { headers: Headers };\nexport type createEventStreamResponseError = (\n | createEventStreamResponse400\n | createEventStreamResponse401\n | createEventStreamResponse403\n | createEventStreamResponse404\n) & { headers: Headers };\n\nexport type createEventStreamResponse =\n | createEventStreamResponseSuccess\n | createEventStreamResponseError;\n\nexport const getCreateEventStreamUrl = () => {\n return `/event-stream`;\n};\n\nexport const createEventStream = async (\n eventStreamPostBodyBody: EventStreamPostBodyBody,\n options?: RequestInit,\n): Promise<createEventStreamResponse> => {\n return customFetch<createEventStreamResponse>(getCreateEventStreamUrl(), {\n ...options,\n method: \"POST\",\n headers: { \"Content-Type\": \"application/json\", ...options?.headers },\n body: JSON.stringify(eventStreamPostBodyBody),\n });\n};\n\nexport const getCreateEventStreamMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof createEventStream>>,\n TError,\n { data: EventStreamPostBodyBody },\n TContext\n >;\n request?: SecondParameter<typeof customFetch>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof createEventStream>>,\n TError,\n { data: EventStreamPostBodyBody },\n TContext\n> => {\n const mutationKey = [\"createEventStream\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof createEventStream>>,\n { data: EventStreamPostBodyBody }\n > = (props) => {\n const { data } = props ?? {};\n\n return createEventStream(data, requestOptions);\n };\n\n return { mutationFn, ...mutationOptions };\n};\n\nexport type CreateEventStreamMutationResult = NonNullable<\n Awaited<ReturnType<typeof createEventStream>>\n>;\nexport type CreateEventStreamMutationBody = EventStreamPostBodyBody;\nexport type CreateEventStreamMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Create a new event stream\n */\nexport const useCreateEventStream = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof createEventStream>>,\n TError,\n { data: EventStreamPostBodyBody },\n TContext\n >;\n request?: SecondParameter<typeof customFetch>;\n}): UseMutationResult<\n Awaited<ReturnType<typeof createEventStream>>,\n TError,\n { data: EventStreamPostBodyBody },\n TContext\n> => {\n const mutationOptions = getCreateEventStreamMutationOptions(options);\n\n return useMutation(mutationOptions);\n};\n/**\n * You must be the user who created the event stream.\n\n * @summary Deletes an existing event stream (that you created)\n */\nexport type deleteEventStreamResponse204 = { data: void; status: 204 };\n\nexport type deleteEventStreamResponse401 = { data: void; status: 401 };\n\nexport type deleteEventStreamResponse403 = { data: AsError; status: 403 };\n\nexport type deleteEventStreamResponse404 = { data: AsError; status: 404 };\n\nexport type deleteEventStreamResponseSuccess = deleteEventStreamResponse204 & { headers: Headers };\nexport type deleteEventStreamResponseError = (\n | deleteEventStreamResponse401\n | deleteEventStreamResponse403\n | deleteEventStreamResponse404\n) & { headers: Headers };\n\nexport type deleteEventStreamResponse =\n | deleteEventStreamResponseSuccess\n | deleteEventStreamResponseError;\n\nexport const getDeleteEventStreamUrl = (eventStreamId: number) => {\n return `/event-stream/${eventStreamId}`;\n};\n\nexport const deleteEventStream = async (\n eventStreamId: number,\n options?: RequestInit,\n): Promise<deleteEventStreamResponse> => {\n return customFetch<deleteEventStreamResponse>(getDeleteEventStreamUrl(eventStreamId), {\n ...options,\n method: \"DELETE\",\n });\n};\n\nexport const getDeleteEventStreamMutationOptions = <\n TError = ErrorType<void | AsError>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteEventStream>>,\n TError,\n { eventStreamId: number },\n TContext\n >;\n request?: SecondParameter<typeof customFetch>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof deleteEventStream>>,\n TError,\n { eventStreamId: number },\n TContext\n> => {\n const mutationKey = [\"deleteEventStream\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteEventStream>>,\n { eventStreamId: number }\n > = (props) => {\n const { eventStreamId } = props ?? {};\n\n return deleteEventStream(eventStreamId, requestOptions);\n };\n\n return { mutationFn, ...mutationOptions };\n};\n\nexport type DeleteEventStreamMutationResult = NonNullable<\n Awaited<ReturnType<typeof deleteEventStream>>\n>;\n\nexport type DeleteEventStreamMutationError = ErrorType<void | AsError>;\n\n/**\n * @summary Deletes an existing event stream (that you created)\n */\nexport const useDeleteEventStream = <\n TError = ErrorType<void | AsError>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteEventStream>>,\n TError,\n { eventStreamId: number },\n TContext\n >;\n request?: SecondParameter<typeof customFetch>;\n}): UseMutationResult<\n Awaited<ReturnType<typeof deleteEventStream>>,\n TError,\n { eventStreamId: number },\n TContext\n> => {\n const mutationOptions = getDeleteEventStreamMutationOptions(options);\n\n return useMutation(mutationOptions);\n};\n"],"mappings":"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"}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import { AsError } from "../api-schemas/asError.cjs";
|
|
2
|
+
import { EventStreamGetPostResponse } from "../api-schemas/eventStreamGetPostResponse.cjs";
|
|
3
|
+
import { EventStreamPostBodyBody } from "../api-schemas/eventStreamPostBodyBody.cjs";
|
|
4
|
+
import { EventStreamVersionGetResponse } from "../api-schemas/eventStreamVersionGetResponse.cjs";
|
|
5
|
+
import { ErrorType, customFetch } from "../../custom-fetch.cjs";
|
|
6
|
+
import { InvalidateOptions, QueryClient, QueryKey, UseMutationOptions, UseMutationResult, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
7
|
+
|
|
8
|
+
//#region src/api/event-stream/event-stream.fetch.d.ts
|
|
9
|
+
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
10
|
+
/**
|
|
11
|
+
* Gets the details of the installed event stream, which includes its **protocol**, and **name**.
|
|
12
|
+
|
|
13
|
+
* @summary Gets the details of the installed event stream
|
|
14
|
+
*/
|
|
15
|
+
type getEventStreamVersionResponse200 = {
|
|
16
|
+
data: EventStreamVersionGetResponse;
|
|
17
|
+
status: 200;
|
|
18
|
+
};
|
|
19
|
+
type getEventStreamVersionResponse401 = {
|
|
20
|
+
data: void;
|
|
21
|
+
status: 401;
|
|
22
|
+
};
|
|
23
|
+
type getEventStreamVersionResponse404 = {
|
|
24
|
+
data: AsError;
|
|
25
|
+
status: 404;
|
|
26
|
+
};
|
|
27
|
+
type getEventStreamVersionResponseSuccess = getEventStreamVersionResponse200 & {
|
|
28
|
+
headers: Headers;
|
|
29
|
+
};
|
|
30
|
+
type getEventStreamVersionResponseError = (getEventStreamVersionResponse401 | getEventStreamVersionResponse404) & {
|
|
31
|
+
headers: Headers;
|
|
32
|
+
};
|
|
33
|
+
type getEventStreamVersionResponse = getEventStreamVersionResponseSuccess | getEventStreamVersionResponseError;
|
|
34
|
+
declare const getGetEventStreamVersionUrl: () => string;
|
|
35
|
+
declare const getEventStreamVersion: (options?: RequestInit) => Promise<getEventStreamVersionResponse>;
|
|
36
|
+
declare const getGetEventStreamVersionQueryKey: () => readonly ["account-server", "event-stream", "version"];
|
|
37
|
+
declare const getGetEventStreamVersionQueryOptions: <TData = Awaited<ReturnType<typeof getEventStreamVersion>>, TError = ErrorType<void | AsError>>(options?: {
|
|
38
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;
|
|
39
|
+
request?: SecondParameter<typeof customFetch>;
|
|
40
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData> & {
|
|
41
|
+
queryKey: QueryKey;
|
|
42
|
+
};
|
|
43
|
+
type GetEventStreamVersionQueryResult = NonNullable<Awaited<ReturnType<typeof getEventStreamVersion>>>;
|
|
44
|
+
type GetEventStreamVersionQueryError = ErrorType<void | AsError>;
|
|
45
|
+
/**
|
|
46
|
+
* @summary Gets the details of the installed event stream
|
|
47
|
+
*/
|
|
48
|
+
declare function useGetEventStreamVersion<TData = Awaited<ReturnType<typeof getEventStreamVersion>>, TError = ErrorType<void | AsError>>(options?: {
|
|
49
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;
|
|
50
|
+
request?: SecondParameter<typeof customFetch>;
|
|
51
|
+
}): UseQueryResult<TData, TError> & {
|
|
52
|
+
queryKey: QueryKey;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @summary Gets the details of the installed event stream
|
|
56
|
+
*/
|
|
57
|
+
declare const invalidateGetEventStreamVersion: (queryClient: QueryClient, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
58
|
+
declare const getGetEventStreamVersionSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getEventStreamVersion>>, TError = ErrorType<void | AsError>>(options?: {
|
|
59
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;
|
|
60
|
+
request?: SecondParameter<typeof customFetch>;
|
|
61
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData> & {
|
|
62
|
+
queryKey: QueryKey;
|
|
63
|
+
};
|
|
64
|
+
type GetEventStreamVersionSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getEventStreamVersion>>>;
|
|
65
|
+
type GetEventStreamVersionSuspenseQueryError = ErrorType<void | AsError>;
|
|
66
|
+
/**
|
|
67
|
+
* @summary Gets the details of the installed event stream
|
|
68
|
+
*/
|
|
69
|
+
declare function useGetEventStreamVersionSuspense<TData = Awaited<ReturnType<typeof getEventStreamVersion>>, TError = ErrorType<void | AsError>>(options?: {
|
|
70
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStreamVersion>>, TError, TData>;
|
|
71
|
+
request?: SecondParameter<typeof customFetch>;
|
|
72
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
73
|
+
queryKey: QueryKey;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Gets the details of your event stream, if you have created one. The response includes the event stream **id** and the **location** where events can be accessed.
|
|
77
|
+
|
|
78
|
+
* @summary Gets the details of your event stream
|
|
79
|
+
*/
|
|
80
|
+
type getEventStreamResponse200 = {
|
|
81
|
+
data: EventStreamGetPostResponse;
|
|
82
|
+
status: 200;
|
|
83
|
+
};
|
|
84
|
+
type getEventStreamResponse401 = {
|
|
85
|
+
data: void;
|
|
86
|
+
status: 401;
|
|
87
|
+
};
|
|
88
|
+
type getEventStreamResponse404 = {
|
|
89
|
+
data: AsError;
|
|
90
|
+
status: 404;
|
|
91
|
+
};
|
|
92
|
+
type getEventStreamResponseSuccess = getEventStreamResponse200 & {
|
|
93
|
+
headers: Headers;
|
|
94
|
+
};
|
|
95
|
+
type getEventStreamResponseError = (getEventStreamResponse401 | getEventStreamResponse404) & {
|
|
96
|
+
headers: Headers;
|
|
97
|
+
};
|
|
98
|
+
type getEventStreamResponse = getEventStreamResponseSuccess | getEventStreamResponseError;
|
|
99
|
+
declare const getGetEventStreamUrl: () => string;
|
|
100
|
+
declare const getEventStream: (options?: RequestInit) => Promise<getEventStreamResponse>;
|
|
101
|
+
declare const getGetEventStreamQueryKey: () => readonly ["account-server", "event-stream"];
|
|
102
|
+
declare const getGetEventStreamQueryOptions: <TData = Awaited<ReturnType<typeof getEventStream>>, TError = ErrorType<void | AsError>>(options?: {
|
|
103
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;
|
|
104
|
+
request?: SecondParameter<typeof customFetch>;
|
|
105
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData> & {
|
|
106
|
+
queryKey: QueryKey;
|
|
107
|
+
};
|
|
108
|
+
type GetEventStreamQueryResult = NonNullable<Awaited<ReturnType<typeof getEventStream>>>;
|
|
109
|
+
type GetEventStreamQueryError = ErrorType<void | AsError>;
|
|
110
|
+
/**
|
|
111
|
+
* @summary Gets the details of your event stream
|
|
112
|
+
*/
|
|
113
|
+
declare function useGetEventStream<TData = Awaited<ReturnType<typeof getEventStream>>, TError = ErrorType<void | AsError>>(options?: {
|
|
114
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;
|
|
115
|
+
request?: SecondParameter<typeof customFetch>;
|
|
116
|
+
}): UseQueryResult<TData, TError> & {
|
|
117
|
+
queryKey: QueryKey;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* @summary Gets the details of your event stream
|
|
121
|
+
*/
|
|
122
|
+
declare const invalidateGetEventStream: (queryClient: QueryClient, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
123
|
+
declare const getGetEventStreamSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getEventStream>>, TError = ErrorType<void | AsError>>(options?: {
|
|
124
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;
|
|
125
|
+
request?: SecondParameter<typeof customFetch>;
|
|
126
|
+
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData> & {
|
|
127
|
+
queryKey: QueryKey;
|
|
128
|
+
};
|
|
129
|
+
type GetEventStreamSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getEventStream>>>;
|
|
130
|
+
type GetEventStreamSuspenseQueryError = ErrorType<void | AsError>;
|
|
131
|
+
/**
|
|
132
|
+
* @summary Gets the details of your event stream
|
|
133
|
+
*/
|
|
134
|
+
declare function useGetEventStreamSuspense<TData = Awaited<ReturnType<typeof getEventStream>>, TError = ErrorType<void | AsError>>(options?: {
|
|
135
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getEventStream>>, TError, TData>;
|
|
136
|
+
request?: SecondParameter<typeof customFetch>;
|
|
137
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
138
|
+
queryKey: QueryKey;
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* Creates a new event stream for the authenticated user. Event streams deliver near-real-time events to the user, typically through a long-running *Socket*. The protocol is dependent on the Event Stream Service that has been installed. Our **Python FastAPI WebSocket** service is one such service.
|
|
142
|
+
|
|
143
|
+
Events are delivered to the client using the a `format` chosen here. Internally, events are **Protocol Buffer** objects that are delivered, by default as a single-line string using `MessageToString`. This is the `PROTOCOL_STRING` format. Clients can choose to receive messages as a JSON string using the format `JSON_STRING`. Using JSON strings will incur a small processing penalty but they are useful if the client does not have access to a library that can decode protocol buffer strings.
|
|
144
|
+
|
|
145
|
+
The response will include the event stream **id** and the **location** where events can be accessed.
|
|
146
|
+
|
|
147
|
+
The event streaming service is an optional component of the Account Server. If a service is not installed you will receive a corresponding **404** error response.
|
|
148
|
+
|
|
149
|
+
A user is only permitted one event stream.
|
|
150
|
+
|
|
151
|
+
* @summary Create a new event stream
|
|
152
|
+
*/
|
|
153
|
+
type createEventStreamResponse201 = {
|
|
154
|
+
data: EventStreamGetPostResponse;
|
|
155
|
+
status: 201;
|
|
156
|
+
};
|
|
157
|
+
type createEventStreamResponse400 = {
|
|
158
|
+
data: AsError;
|
|
159
|
+
status: 400;
|
|
160
|
+
};
|
|
161
|
+
type createEventStreamResponse401 = {
|
|
162
|
+
data: void;
|
|
163
|
+
status: 401;
|
|
164
|
+
};
|
|
165
|
+
type createEventStreamResponse403 = {
|
|
166
|
+
data: AsError;
|
|
167
|
+
status: 403;
|
|
168
|
+
};
|
|
169
|
+
type createEventStreamResponse404 = {
|
|
170
|
+
data: AsError;
|
|
171
|
+
status: 404;
|
|
172
|
+
};
|
|
173
|
+
type createEventStreamResponseSuccess = createEventStreamResponse201 & {
|
|
174
|
+
headers: Headers;
|
|
175
|
+
};
|
|
176
|
+
type createEventStreamResponseError = (createEventStreamResponse400 | createEventStreamResponse401 | createEventStreamResponse403 | createEventStreamResponse404) & {
|
|
177
|
+
headers: Headers;
|
|
178
|
+
};
|
|
179
|
+
type createEventStreamResponse = createEventStreamResponseSuccess | createEventStreamResponseError;
|
|
180
|
+
declare const getCreateEventStreamUrl: () => string;
|
|
181
|
+
declare const createEventStream: (eventStreamPostBodyBody: EventStreamPostBodyBody, options?: RequestInit) => Promise<createEventStreamResponse>;
|
|
182
|
+
declare const getCreateEventStreamMutationOptions: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
183
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createEventStream>>, TError, {
|
|
184
|
+
data: EventStreamPostBodyBody;
|
|
185
|
+
}, TContext>;
|
|
186
|
+
request?: SecondParameter<typeof customFetch>;
|
|
187
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof createEventStream>>, TError, {
|
|
188
|
+
data: EventStreamPostBodyBody;
|
|
189
|
+
}, TContext>;
|
|
190
|
+
type CreateEventStreamMutationResult = NonNullable<Awaited<ReturnType<typeof createEventStream>>>;
|
|
191
|
+
type CreateEventStreamMutationBody = EventStreamPostBodyBody;
|
|
192
|
+
type CreateEventStreamMutationError = ErrorType<AsError | void>;
|
|
193
|
+
/**
|
|
194
|
+
* @summary Create a new event stream
|
|
195
|
+
*/
|
|
196
|
+
declare const useCreateEventStream: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
197
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createEventStream>>, TError, {
|
|
198
|
+
data: EventStreamPostBodyBody;
|
|
199
|
+
}, TContext>;
|
|
200
|
+
request?: SecondParameter<typeof customFetch>;
|
|
201
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof createEventStream>>, TError, {
|
|
202
|
+
data: EventStreamPostBodyBody;
|
|
203
|
+
}, TContext>;
|
|
204
|
+
/**
|
|
205
|
+
* You must be the user who created the event stream.
|
|
206
|
+
|
|
207
|
+
* @summary Deletes an existing event stream (that you created)
|
|
208
|
+
*/
|
|
209
|
+
type deleteEventStreamResponse204 = {
|
|
210
|
+
data: void;
|
|
211
|
+
status: 204;
|
|
212
|
+
};
|
|
213
|
+
type deleteEventStreamResponse401 = {
|
|
214
|
+
data: void;
|
|
215
|
+
status: 401;
|
|
216
|
+
};
|
|
217
|
+
type deleteEventStreamResponse403 = {
|
|
218
|
+
data: AsError;
|
|
219
|
+
status: 403;
|
|
220
|
+
};
|
|
221
|
+
type deleteEventStreamResponse404 = {
|
|
222
|
+
data: AsError;
|
|
223
|
+
status: 404;
|
|
224
|
+
};
|
|
225
|
+
type deleteEventStreamResponseSuccess = deleteEventStreamResponse204 & {
|
|
226
|
+
headers: Headers;
|
|
227
|
+
};
|
|
228
|
+
type deleteEventStreamResponseError = (deleteEventStreamResponse401 | deleteEventStreamResponse403 | deleteEventStreamResponse404) & {
|
|
229
|
+
headers: Headers;
|
|
230
|
+
};
|
|
231
|
+
type deleteEventStreamResponse = deleteEventStreamResponseSuccess | deleteEventStreamResponseError;
|
|
232
|
+
declare const getDeleteEventStreamUrl: (eventStreamId: number) => string;
|
|
233
|
+
declare const deleteEventStream: (eventStreamId: number, options?: RequestInit) => Promise<deleteEventStreamResponse>;
|
|
234
|
+
declare const getDeleteEventStreamMutationOptions: <TError = ErrorType<void | AsError>, TContext = unknown>(options?: {
|
|
235
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteEventStream>>, TError, {
|
|
236
|
+
eventStreamId: number;
|
|
237
|
+
}, TContext>;
|
|
238
|
+
request?: SecondParameter<typeof customFetch>;
|
|
239
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteEventStream>>, TError, {
|
|
240
|
+
eventStreamId: number;
|
|
241
|
+
}, TContext>;
|
|
242
|
+
type DeleteEventStreamMutationResult = NonNullable<Awaited<ReturnType<typeof deleteEventStream>>>;
|
|
243
|
+
type DeleteEventStreamMutationError = ErrorType<void | AsError>;
|
|
244
|
+
/**
|
|
245
|
+
* @summary Deletes an existing event stream (that you created)
|
|
246
|
+
*/
|
|
247
|
+
declare const useDeleteEventStream: <TError = ErrorType<void | AsError>, TContext = unknown>(options?: {
|
|
248
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteEventStream>>, TError, {
|
|
249
|
+
eventStreamId: number;
|
|
250
|
+
}, TContext>;
|
|
251
|
+
request?: SecondParameter<typeof customFetch>;
|
|
252
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof deleteEventStream>>, TError, {
|
|
253
|
+
eventStreamId: number;
|
|
254
|
+
}, TContext>;
|
|
255
|
+
//#endregion
|
|
256
|
+
export { CreateEventStreamMutationBody, CreateEventStreamMutationError, CreateEventStreamMutationResult, DeleteEventStreamMutationError, DeleteEventStreamMutationResult, GetEventStreamQueryError, GetEventStreamQueryResult, GetEventStreamSuspenseQueryError, GetEventStreamSuspenseQueryResult, GetEventStreamVersionQueryError, GetEventStreamVersionQueryResult, GetEventStreamVersionSuspenseQueryError, GetEventStreamVersionSuspenseQueryResult, createEventStream, createEventStreamResponse, createEventStreamResponse201, createEventStreamResponse400, createEventStreamResponse401, createEventStreamResponse403, createEventStreamResponse404, createEventStreamResponseError, createEventStreamResponseSuccess, deleteEventStream, deleteEventStreamResponse, deleteEventStreamResponse204, deleteEventStreamResponse401, deleteEventStreamResponse403, deleteEventStreamResponse404, deleteEventStreamResponseError, deleteEventStreamResponseSuccess, getCreateEventStreamMutationOptions, getCreateEventStreamUrl, getDeleteEventStreamMutationOptions, getDeleteEventStreamUrl, getEventStream, getEventStreamResponse, getEventStreamResponse200, getEventStreamResponse401, getEventStreamResponse404, getEventStreamResponseError, getEventStreamResponseSuccess, getEventStreamVersion, getEventStreamVersionResponse, getEventStreamVersionResponse200, getEventStreamVersionResponse401, getEventStreamVersionResponse404, getEventStreamVersionResponseError, getEventStreamVersionResponseSuccess, getGetEventStreamQueryKey, getGetEventStreamQueryOptions, getGetEventStreamSuspenseQueryOptions, getGetEventStreamUrl, getGetEventStreamVersionQueryKey, getGetEventStreamVersionQueryOptions, getGetEventStreamVersionSuspenseQueryOptions, getGetEventStreamVersionUrl, invalidateGetEventStream, invalidateGetEventStreamVersion, useCreateEventStream, useDeleteEventStream, useGetEventStream, useGetEventStreamSuspense, useGetEventStreamVersion, useGetEventStreamVersionSuspense };
|
|
257
|
+
//# sourceMappingURL=event-stream.fetch.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-stream.fetch.d.cts","names":[],"sources":["../../../src/api/event-stream/event-stream.fetch.ts"],"sourcesContent":[],"mappings":"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"}
|