theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

18 lines
371 B
TypeScript

/**
* JaaS customer statuses which represent their account state.
*/
export const STATUSES = {
ACTIVE: 'ACTIVE',
BLOCKED: 'BLOCKED'
};
/**
* URL for displaying JaaS upgrade options.
*/
export const JAAS_UPGRADE_URL = 'https://jaas.8x8.vc/#/plan/upgrade';
/**
* The prefix for the vpaas tenant.
*/
export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie-';