@datapos/datapos-shared 0.3.375 → 0.3.376
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.
|
@@ -75,4 +75,4 @@ interface Encoding {
|
|
|
75
75
|
confidenceLevel: number | undefined;
|
|
76
76
|
}
|
|
77
77
|
/** Exports. */
|
|
78
|
-
export type { ConnectionConfig, ConnectionDescription, ConnectionNodeConfig, Encoding, UsageTypeId };
|
|
78
|
+
export type { ConnectionColumnConfig, ConnectionConfig, ConnectionDescription, ConnectionNodeConfig, Encoding, UsageTypeId };
|
|
@@ -155,7 +155,7 @@ interface ConnectorCallbackData {
|
|
|
155
155
|
properties: Record<string, unknown>;
|
|
156
156
|
}
|
|
157
157
|
/** Exports. */
|
|
158
|
-
export type { ConnectionConfig, ConnectionNodeConfig, Encoding, UsageTypeId } from './connection';
|
|
158
|
+
export type { ConnectionColumnConfig, ConnectionConfig, ConnectionNodeConfig, Encoding, UsageTypeId } from './connection';
|
|
159
159
|
export type { Connector, ConnectorCallbackData, ConnectorConfig, ConnectorLocalisedConfig, ConnectorOperationSettings };
|
|
160
160
|
export type { AuditContentResult, AuditContentSettings, CreateSettings, DropSettings, FindResult, FindSettings, GetReadableStreamResult, GetReadableStreamSettings, GetRecordResult, GetRecordSettings, InitialiseSettings, ListResult, ListSettings, PreviewResult, PreviewSettings, RemoveSettings, RetrieveChunksResult, RetrieveChunksSettings, RetrieveChunksSummary, RetrieveRecordsResult, RetrieveRecordsSettings, RetrieveRecordsSummary, UpsertSettings };
|
|
161
161
|
export { connectorConfigSchema } from './connectorConfig.schema';
|
|
@@ -28,7 +28,7 @@ export interface DataViewPreviewConfig {
|
|
|
28
28
|
dataFormatId: DataFormatId;
|
|
29
29
|
duration: number;
|
|
30
30
|
encodingConfidenceLevel: number | undefined;
|
|
31
|
-
encodingId
|
|
31
|
+
encodingId: string | undefined;
|
|
32
32
|
errorMessage?: string;
|
|
33
33
|
hasHeaders: boolean | undefined;
|
|
34
34
|
recordDelimiterId?: RecordDelimiterId;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.376",
|
|
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>",
|