diff --git a/breeze/breeze.d.ts b/breeze/breeze.d.ts index da8f043772..aad7448d84 100644 --- a/breeze/breeze.d.ts +++ b/breeze/breeze.d.ts @@ -290,6 +290,7 @@ declare module Breeze { clear(): void; createEmptyCopy(): EntityManager; detachEntity(entity: Entity): bool; + createEntity(entityTypeName: string, propertyInitializer: {}): Entity; executeQuery(query: string, callback?: ExecuteQuerySuccessCallback, errorCallback?: ExecuteQueryErrorCallback): Promise; executeQuery(query: EntityQuery, callback?: ExecuteQuerySuccessCallback, errorCallback?: ExecuteQueryErrorCallback): Promise; @@ -727,4 +728,4 @@ declare module Breeze { messageTemplate: string; message?: string; } -} \ No newline at end of file +}