UNPKG

@petarmihaylov/node-raas

Version:

A tiny library and CLI for interacting with the Reports as a Service - RAAS - API from UKG - Ultimate Kronos Group. This project is maintained by the team behind RaasTastic and the community. It provides a balanced set of features that should suit a broad

18 lines (17 loc) 694 B
import { RaasRetrieveReportCallResult } from './core-raas'; export declare const upgradeSuggestion: string; export declare const extendedUpgradeSuggestion: string; export declare const biDataServiceErrors: { message: string; suggestions: string; }[]; export declare const biStreamingServiceErrors: { message: string; suggestions: string; }[]; export declare const notSupported: { reportWithRequiredParemeters: string; longRunningReports: string; }; export declare function handleBiDataServiceErrors(obj: any, errorNode: string, verbose?: boolean): void; export declare function handleBiStreamingServiceErrors(obj: RaasRetrieveReportCallResult, verbose?: boolean): void;