@dvelop-sdk/business-objects 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ export declare function _deleteBoEntityFactory<T>(httpRequestFunction: (context:
35
35
  * modelName: "HOSPITALBASEDATA",
36
36
  * pluralEntityName: "employees",
37
37
  * keyPropertyType: "number", //"string", "number" or "guid"
38
- * entityKeyValue: 1
38
+ * keyPropertyValue: 1
39
39
  * });
40
40
  * ```
41
41
  * ---
@@ -59,7 +59,7 @@ export declare function _deleteBoEntityFactory<T>(httpRequestFunction: (context:
59
59
  * modelName: "HOSPITALBASEDATA",
60
60
  * pluralEntityName: "employees",
61
61
  * keyPropertyType: "number", //"string", "number" or "guid"
62
- * entityKeyValue: 3
62
+ * keyPropertyValue: 3
63
63
  * });
64
64
  *
65
65
  * console.log(responseMessage); // Entity does not exist.
@@ -83,7 +83,7 @@ exports._deleteBoEntityFactory = _deleteBoEntityFactory;
83
83
  * modelName: "HOSPITALBASEDATA",
84
84
  * pluralEntityName: "employees",
85
85
  * keyPropertyType: "number", //"string", "number" or "guid"
86
- * entityKeyValue: 1
86
+ * keyPropertyValue: 1
87
87
  * });
88
88
  * ```
89
89
  * ---
@@ -107,7 +107,7 @@ exports._deleteBoEntityFactory = _deleteBoEntityFactory;
107
107
  * modelName: "HOSPITALBASEDATA",
108
108
  * pluralEntityName: "employees",
109
109
  * keyPropertyType: "number", //"string", "number" or "guid"
110
- * entityKeyValue: 3
110
+ * keyPropertyValue: 3
111
111
  * });
112
112
  *
113
113
  * console.log(responseMessage); // Entity does not exist.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dvelop-sdk/business-objects",
3
3
  "description": "This package contains functionality for the BusinessObjects-App in the d.velop cloud.",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",