@datapos/datapos-shared 0.3.399 → 0.3.400

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.
@@ -45,7 +45,7 @@ interface ConnectorOperationSettings {
45
45
  /** Get find object settings. */
46
46
  interface FindObjectSettings extends ConnectorOperationSettings {
47
47
  containerName: string | undefined;
48
- objectName: string;
48
+ itemId: string;
49
49
  }
50
50
  /** Get readable stream settings. */
51
51
  interface GetReadableStreamSettings extends ConnectorOperationSettings {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.399",
3
+ "version": "0.3.400",
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>",