@datapos/datapos-shared 0.3.540 → 0.3.542

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.
@@ -150,13 +150,12 @@ interface DropObjectOptions extends EngineOperationOptions {
150
150
  * Find object options and result.
151
151
  */
152
152
  interface FindObjectOptions extends EngineOperationOptions {
153
- folderPath: string | undefined;
154
153
  storeId: string | undefined;
155
154
  nodeId: string;
156
155
  }
157
156
  interface FindObjectResult {
158
- folderPath: string;
159
- object: unknown;
157
+ path: string | undefined;
158
+ schema: unknown;
160
159
  }
161
160
  /**
162
161
  * Get readable stream options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.540",
3
+ "version": "0.3.542",
4
4
  "description": "A library containing common constants, types and utilities used across all Data Positioning projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",