@beefree.io/sdk
Version:
wrapper of BeefreeSDK
32 lines (31 loc) • 911 B
TypeScript
import { IToken } from "../types/bee";
declare const beeActions: {
CREATE: string;
START: string;
LOAD: string;
SAVE: string;
SEND: string;
PREVIEW: string;
SAVE_AS_TEMPLATE: string;
TOGGLE_STRUCTURE: string;
TOGGLE_COMMENTS: string;
TOGGLE_PREVIEW: string;
TOGGLE_MERGETAGS_PREVIEW: string;
SHOW_COMMENT: string;
JOIN: string;
RELOAD: string;
LOAD_WORKSPACE: string;
LOAD_STAGE_MODE: string;
LOAD_CONFIG: string;
LOAD_ROWS: string;
UPDATE_TOKEN: string;
GET_CONFIG: string;
SWITCH_TEMPLATE_LANGUAGE: string;
SWITCH_PREVIEW: string;
EXEC_COMMAND: string;
GET_TEMPLATE_JSON: string;
};
export declare const mockedEmptyToken: IToken;
export declare const BEEJS_URL = "https://app-rsrc.getbee.io/plugin/v2/BeePlugin.js";
export declare const API_AUTH_URL = "https://auth.getbee.io/loginV2";
export default beeActions;