Phase D
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 14:03:57 +02:00
parent ed8334328e
commit 333ad1cc7d
31 changed files with 964 additions and 15 deletions

View File

@@ -228,6 +228,10 @@ export {
whmcsServiceResponseSchema,
whmcsChangePackageRequestSchema,
whmcsSuspendRequestSchema,
whmcsCreateSsoRequestSchema,
whmcsCreateSsoResponseSchema,
ssoConsumeRequestSchema,
ssoConsumeResponseSchema,
type WhmcsHealthResponse,
type WhmcsPlanCatalogResponse,
type WhmcsProvisionServiceRequest,
@@ -235,4 +239,8 @@ export {
type WhmcsUpsertClientRequest,
type WhmcsUpsertClientResponse,
type WhmcsChangePackageRequest,
type WhmcsCreateSsoRequest,
type WhmcsCreateSsoResponse,
type SsoConsumeRequest,
type SsoConsumeResponse,
} from './whmcs';