feat: improve application access and money precision
This commit is contained in:
@@ -318,6 +318,7 @@ export type ClientSmsApplication = {
|
||||
sentToday?: number;
|
||||
deliveryRate?: number;
|
||||
cmppStatus?: 'connected' | 'degraded' | 'disconnected' | 'inactive';
|
||||
interfaceEnabled?: boolean | null;
|
||||
cmppConnections?: CmppDownstreamConnection[];
|
||||
httpConfig?: HttpApiConfig | null;
|
||||
};
|
||||
@@ -919,6 +920,7 @@ export type EnterpriseApplication = {
|
||||
cmppMaxConnections?: number | null;
|
||||
cmppWindowSize?: number | null;
|
||||
ipAllowlist?: Array<{ id: string; ipCidr: string; remark?: string | null }>;
|
||||
httpConfig?: HttpApiConfig | null;
|
||||
tenant?: TenantOption;
|
||||
sentToday?: number;
|
||||
deliveryRate?: number;
|
||||
|
||||
Reference in New Issue
Block a user