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