Phase9
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 8s
CI / Go — edge-gateway build (push) Successful in 17s

This commit is contained in:
smueller
2026-06-26 13:46:25 +02:00
parent b335f6a497
commit ed8334328e
49 changed files with 2219 additions and 16 deletions

View File

@@ -218,3 +218,21 @@ export {
type EdgeStartRequest,
type EdgeStartResponse,
} from './join';
export {
whmcsHealthResponseSchema,
whmcsPlanCatalogResponseSchema,
whmcsUpsertClientRequestSchema,
whmcsUpsertClientResponseSchema,
whmcsProvisionServiceRequestSchema,
whmcsServiceResponseSchema,
whmcsChangePackageRequestSchema,
whmcsSuspendRequestSchema,
type WhmcsHealthResponse,
type WhmcsPlanCatalogResponse,
type WhmcsProvisionServiceRequest,
type WhmcsServiceResponse,
type WhmcsUpsertClientRequest,
type WhmcsUpsertClientResponse,
type WhmcsChangePackageRequest,
} from './whmcs';