2025-12-26 17:36:06 +09:00
|
|
|
/**
|
|
|
|
|
* WHMCS shared provider helpers (domain-internal)
|
|
|
|
|
*
|
|
|
|
|
* Intentionally NOT exported from `@customer-portal/domain/common/providers` to avoid
|
|
|
|
|
* expanding the app-facing API surface. This module is used by domain mappers via
|
|
|
|
|
* an internal alias.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export * from "./parsing.js";
|
|
|
|
|
export * from "./normalize.js";
|
|
|
|
|
export * from "./custom-fields.js";
|
|
|
|
|
export * from "./php-serialize.js";
|
2026-02-24 13:56:02 +09:00
|
|
|
export * from "./schema.js";
|