@datapos/datapos-shared 0.3.29 → 0.3.30

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.
@@ -133,7 +133,7 @@ export interface RetrieveSummary {
133
133
  recordCount: number;
134
134
  }
135
135
  export interface RetrieveTools {
136
- csvParse: (options?: Options, callback?: Callback) => Parser | undefined;
136
+ csvParse: (options: Options, callback?: Callback) => Parser | undefined;
137
137
  }
138
138
  export interface UpsertSettings extends ConnectorOperationSettings {
139
139
  records: Record<string, unknown>[];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@datapos/datapos-shared",
3
3
  "license": "MIT",
4
4
  "private": false,
5
- "version": "0.3.29",
5
+ "version": "0.3.30",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"