UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

13 lines (12 loc) 591 B
export declare class SDFUtilityBackendService { private iocInstances; constructor(iocInstances: any); executeSelectUser(): Promise<any>; executeSelectRole(): Promise<any>; executeSelectApp(): Promise<any>; getAppZip(app: any): Promise<any>; marketPlaceAddSnapshot(code: any, version: any, sourceCode: any): Promise<any>; executeCreateRole(role: any): Promise<any>; deployApplication(appCode: any, appVersion: any, appSourceCode: any, appType: any, language: any): Promise<any>; getSolutionZip(solutionCode: any, solutionVersion: any): Promise<any>; }