IOutput: {
    getProviderSubscriptions: {
        created_at: string;
        domain_valid?: null | boolean;
        expires_at: string;
        id: number;
        installation_progress?: null | number;
        instance_status?: null | string;
        instance_username?: null | string;
        is_trial: boolean;
        next_payment_due?: null | string;
        period_days: number;
        price: number;
        specific_data?: unknown;
        started_at: string;
        status: string;
        subscriber_id: number;
        subscriber_username: string;
        subscription_type_description?: null | string;
        subscription_type_id: number;
        subscription_type_name: string;
        updated_at: string;
    }[];
}

Type declaration

  • getProviderSubscriptions: {
        created_at: string;
        domain_valid?: null | boolean;
        expires_at: string;
        id: number;
        installation_progress?: null | number;
        instance_status?: null | string;
        instance_username?: null | string;
        is_trial: boolean;
        next_payment_due?: null | string;
        period_days: number;
        price: number;
        specific_data?: unknown;
        started_at: string;
        status: string;
        subscriber_id: number;
        subscriber_username: string;
        subscription_type_description?: null | string;
        subscription_type_id: number;
        subscription_type_name: string;
        updated_at: string;
    }[]

    Получить подписки пользователя у провайдера