polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
13 lines • 684 B
TypeScript
import type { AuthConfig } from '../types/auth';
import type { ApiServiceConfig } from '../utils/api-command';
export declare class InviteSalesServiceSdk {
private readonly authConfig;
private readonly config;
constructor(authConfig: AuthConfig, config: ApiServiceConfig);
listInviteSales(params?: any): Promise<import("polyv-live-api-sdk").ListInviteSalesResponse>;
addInviteSale(params: any): Promise<void>;
updateInviteSale(params: any): Promise<void>;
removeInviteSale(params: any): Promise<void>;
listFollowViewers(params?: any): Promise<import("polyv-live-api-sdk").ListFollowViewersResponse>;
}
//# sourceMappingURL=invite-sales-service.d.ts.map