Files
cloudflare-domain-manager/packages/shared/src/index.ts
T
DenozordecandCursor b9bea44dce
CD / update-wiki (push) Successful in 8s
quality / commitlint (push) Skipped
quality / changes (push) Successful in 5s
quality / docker-check (push) Skipped
quality / web (push) Successful in 54s
quality / api (push) Successful in 46s
CD / quality (push) Successful in 1m49s
CD / publish (push) Successful in 1m40s
feat(health): добавить Globalping и мультивыбор источников проб
Несколько источников проб сразу и правило агрегации на сервисе вместо XOR Local/Cloudflare.

Co-authored-by: Cursor <[email protected]>
2026-08-19 18:32:18 +07:00

36 lines
796 B
TypeScript

export * from "./constants.js";
export * from "./validators.js";
export * from "./subdomain.js";
export * from "./parse-fqdn.js";
export * from "./schemas.js";
export * from "./app-switcher.js";
export * from "./integration-vps-tracker.js";
export * from "./health-probe-mailbox.js";
export * from "./health-providers.js";
export * from "./audit.js";
export type {
CfZone,
CfDnsRecord,
CreateDnsRecordPayload,
LoginRequest,
LoginResponse,
JwtClaims,
SyncJob,
ServiceBinding,
ServiceBindingView,
ServiceDomainBindingView,
Subdomain,
LbMode,
HealthCheckType,
IpHealthState,
NodeHealthState,
HealthCheckScope,
IpHealthStatus,
HealthCheckTarget,
ServiceNode,
OriginHealthCheck,
ServiceOverview,
PatchDnsRecordPayload,
CfHealthCheck,
} from "./types.js";