Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/business-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/business-objects",
"description": "This package contains functionality for the BusinessObjects-App in the d.velop cloud.",
"version": "2.0.1",
"version": "2.0.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function _deleteBoEntityFactory<T>(
* modelName: "HOSPITALBASEDATA",
* pluralEntityName: "employees",
* keyPropertyType: "number", //"string", "number" or "guid"
* entityKeyValue: 1
* keyPropertyValue: 1
* });
* ```
* ---
Expand All @@ -83,7 +83,7 @@ export function _deleteBoEntityFactory<T>(
* modelName: "HOSPITALBASEDATA",
* pluralEntityName: "employees",
* keyPropertyType: "number", //"string", "number" or "guid"
* entityKeyValue: 3
* keyPropertyValue: 3
* });
*
* console.log(responseMessage); // Entity does not exist.
Expand Down