lakesync 0.1.5 → 0.1.6
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.
- package/dist/adapter.d.ts +20 -5
- package/dist/adapter.js +8 -2
- package/dist/analyst.js +1 -1
- package/dist/{base-poller-CBvhdvcj.d.ts → base-poller-BpUyuG2R.d.ts} +1 -1
- package/dist/catalogue.d.ts +1 -1
- package/dist/catalogue.js +2 -2
- package/dist/{chunk-L4ZL5JA7.js → chunk-FHVTUKXL.js} +2 -2
- package/dist/{chunk-Z7FGLEQU.js → chunk-GUJWMK5P.js} +97 -31
- package/dist/chunk-GUJWMK5P.js.map +1 -0
- package/dist/{chunk-PWGQ3PXE.js → chunk-IRJ4QRWV.js} +36 -5
- package/dist/{chunk-PWGQ3PXE.js.map → chunk-IRJ4QRWV.js.map} +1 -1
- package/dist/{chunk-TVLTXHW6.js → chunk-NCZYFZ3B.js} +2 -2
- package/dist/{chunk-7UBS6MFH.js → chunk-P3FT7QCW.js} +1 -1
- package/dist/{chunk-7UBS6MFH.js.map → chunk-P3FT7QCW.js.map} +1 -1
- package/dist/{chunk-SZSGSTVZ.js → chunk-QMS7TGFL.js} +2 -2
- package/dist/{chunk-46CKACNC.js → chunk-SF7Y6ZUA.js} +2 -2
- package/dist/{chunk-B3QEUG6E.js → chunk-UAUQGP3B.js} +2 -2
- package/dist/client.d.ts +5 -5
- package/dist/client.js +3 -3
- package/dist/compactor.d.ts +1 -1
- package/dist/compactor.js +3 -3
- package/dist/connector-jira.d.ts +2 -2
- package/dist/connector-jira.js +2 -2
- package/dist/connector-salesforce.d.ts +2 -2
- package/dist/connector-salesforce.js +2 -2
- package/dist/{coordinator-DN8D8C7W.d.ts → coordinator-D32a5rNk.d.ts} +2 -2
- package/dist/{db-types-B6_JKQWK.d.ts → db-types-BlN-4KbQ.d.ts} +1 -1
- package/dist/{gateway-CvO7Xy3T.d.ts → gateway-Bpvatd9n.d.ts} +3 -3
- package/dist/gateway-server.d.ts +4 -4
- package/dist/gateway-server.js +8 -8
- package/dist/gateway.d.ts +6 -6
- package/dist/gateway.js +5 -5
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/parquet.d.ts +1 -1
- package/dist/parquet.js +2 -2
- package/dist/proto.d.ts +1 -1
- package/dist/proto.js +2 -2
- package/dist/react.d.ts +3 -3
- package/dist/{registry-BN_9spxE.d.ts → registry-CPTgO9jv.d.ts} +1 -1
- package/dist/{resolver-BZURzdlL.d.ts → resolver-CbuXm3nB.d.ts} +1 -1
- package/dist/{src-V2CTPR7V.js → src-CLCALYDT.js} +3 -3
- package/dist/{src-RR7I76OL.js → src-FPJQYQNA.js} +3 -3
- package/dist/{src-SLVE5567.js → src-RHKJFQKR.js} +2 -2
- package/dist/{types-GGBfZBKQ.d.ts → types-CLlD4XOy.d.ts} +6 -0
- package/package.json +1 -1
- package/dist/chunk-Z7FGLEQU.js.map +0 -1
- /package/dist/{chunk-L4ZL5JA7.js.map → chunk-FHVTUKXL.js.map} +0 -0
- /package/dist/{chunk-TVLTXHW6.js.map → chunk-NCZYFZ3B.js.map} +0 -0
- /package/dist/{chunk-SZSGSTVZ.js.map → chunk-QMS7TGFL.js.map} +0 -0
- /package/dist/{chunk-46CKACNC.js.map → chunk-SF7Y6ZUA.js.map} +0 -0
- /package/dist/{chunk-B3QEUG6E.js.map → chunk-UAUQGP3B.js.map} +0 -0
- /package/dist/{src-RR7I76OL.js.map → src-CLCALYDT.js.map} +0 -0
- /package/dist/{src-SLVE5567.js.map → src-FPJQYQNA.js.map} +0 -0
- /package/dist/{src-V2CTPR7V.js.map → src-RHKJFQKR.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
Err,
|
|
3
3
|
FlushError,
|
|
4
4
|
Ok
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P3FT7QCW.js";
|
|
6
6
|
|
|
7
7
|
// ../parquet/src/arrow-schema.ts
|
|
8
8
|
import * as arrow from "apache-arrow";
|
|
@@ -254,4 +254,4 @@ export {
|
|
|
254
254
|
readParquetToDeltas,
|
|
255
255
|
writeDeltasToParquet
|
|
256
256
|
};
|
|
257
|
-
//# sourceMappingURL=chunk-
|
|
257
|
+
//# sourceMappingURL=chunk-SF7Y6ZUA.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
Err,
|
|
3
3
|
LakeSyncError,
|
|
4
4
|
Ok
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P3FT7QCW.js";
|
|
6
6
|
|
|
7
7
|
// ../catalogue/src/types.ts
|
|
8
8
|
var CatalogueError = class extends LakeSyncError {
|
|
@@ -410,4 +410,4 @@ export {
|
|
|
410
410
|
buildPartitionSpec,
|
|
411
411
|
lakeSyncTableName
|
|
412
412
|
};
|
|
413
|
-
//# sourceMappingURL=chunk-
|
|
413
|
+
//# sourceMappingURL=chunk-UAUQGP3B.js.map
|
package/dist/client.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { R as Result, S as SchemaError, L as LakeSyncError, H as HLCTimestamp } from './result-CojzlFE2.js';
|
|
2
2
|
export { u as unwrapOrThrow } from './result-CojzlFE2.js';
|
|
3
|
-
import { T as TableSchema, R as RowDelta, S as SyncPush, b as SyncPull, c as SyncResponse } from './types-
|
|
4
|
-
import { S as SyncQueue, a as SyncCoordinatorConfig, b as SyncCoordinator, L as LocalDB, c as SyncTransport, D as DbError, A as ActionQueue, d as ActionQueueEntry, Q as QueueEntry, C as CheckpointResponse } from './coordinator-
|
|
5
|
-
export { e as ActionQueueEntryStatus, f as DbConfig, g as QueueEntryStatus, h as SyncEvents, i as SyncMode, j as SyncTracker, T as Transaction } from './coordinator-
|
|
3
|
+
import { T as TableSchema, R as RowDelta, S as SyncPush, b as SyncPull, c as SyncResponse } from './types-CLlD4XOy.js';
|
|
4
|
+
import { S as SyncQueue, a as SyncCoordinatorConfig, b as SyncCoordinator, L as LocalDB, c as SyncTransport, D as DbError, A as ActionQueue, d as ActionQueueEntry, Q as QueueEntry, C as CheckpointResponse } from './coordinator-D32a5rNk.js';
|
|
5
|
+
export { e as ActionQueueEntryStatus, f as DbConfig, g as QueueEntryStatus, h as SyncEvents, i as SyncMode, j as SyncTracker, T as Transaction } from './coordinator-D32a5rNk.js';
|
|
6
6
|
import { A as Action, i as ActionPush, j as ActionResponse, d as ActionDiscovery, l as AuthContext, a as ActionValidationError } from './types-Bs-QyOe-.js';
|
|
7
|
-
import { C as ConflictResolver } from './resolver-
|
|
8
|
-
import { a as ConnectorDescriptor } from './registry-
|
|
7
|
+
import { C as ConflictResolver } from './resolver-CbuXm3nB.js';
|
|
8
|
+
import { a as ConnectorDescriptor } from './registry-CPTgO9jv.js';
|
|
9
9
|
import './hlc-DiD8QNG3.js';
|
|
10
10
|
import './types-D-E0VrfS.js';
|
|
11
11
|
|
package/dist/client.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
decodeSyncResponse,
|
|
7
7
|
encodeSyncPull,
|
|
8
8
|
encodeSyncPush
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FHVTUKXL.js";
|
|
10
10
|
import {
|
|
11
11
|
Err,
|
|
12
12
|
HLC,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
quoteIdentifier,
|
|
23
23
|
toError,
|
|
24
24
|
unwrapOrThrow
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-P3FT7QCW.js";
|
|
26
26
|
import "./chunk-7D4SUZUM.js";
|
|
27
27
|
|
|
28
28
|
// ../client/src/db/local-db.ts
|
|
@@ -1208,7 +1208,7 @@ var SyncCoordinator = class {
|
|
|
1208
1208
|
return;
|
|
1209
1209
|
}
|
|
1210
1210
|
const hlc = this.hlc.now();
|
|
1211
|
-
const { generateActionId } = await import("./src-
|
|
1211
|
+
const { generateActionId } = await import("./src-RHKJFQKR.js");
|
|
1212
1212
|
const actionId = await generateActionId({
|
|
1213
1213
|
clientId: this._clientId,
|
|
1214
1214
|
hlc,
|
package/dist/compactor.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { H as HLCTimestamp, R as Result, L as LakeSyncError, F as FlushError } from './result-CojzlFE2.js';
|
|
2
|
-
import { T as TableSchema } from './types-
|
|
2
|
+
import { T as TableSchema } from './types-CLlD4XOy.js';
|
|
3
3
|
import { L as LakeAdapter } from './types-DSC_EiwR.js';
|
|
4
4
|
|
|
5
5
|
/** Configuration for checkpoint generation */
|
package/dist/compactor.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
encodeSyncResponse
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FHVTUKXL.js";
|
|
4
4
|
import {
|
|
5
5
|
readParquetToDeltas,
|
|
6
6
|
writeDeltasToParquet
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-SF7Y6ZUA.js";
|
|
8
8
|
import {
|
|
9
9
|
Err,
|
|
10
10
|
FlushError,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
LakeSyncError,
|
|
13
13
|
Ok,
|
|
14
14
|
rowKey
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-P3FT7QCW.js";
|
|
16
16
|
import "./chunk-7D4SUZUM.js";
|
|
17
17
|
|
|
18
18
|
// ../compactor/src/checkpoint-generator.ts
|
package/dist/connector-jira.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as LakeSyncError, R as Result } from './result-CojzlFE2.js';
|
|
2
|
-
import { B as BaseSourcePoller, P as PushTarget } from './base-poller-
|
|
3
|
-
import { T as TableSchema } from './types-
|
|
2
|
+
import { B as BaseSourcePoller, P as PushTarget } from './base-poller-BpUyuG2R.js';
|
|
3
|
+
import { T as TableSchema } from './types-CLlD4XOy.js';
|
|
4
4
|
import './hlc-DiD8QNG3.js';
|
|
5
5
|
|
|
6
6
|
/** HTTP error from the Jira REST API. */
|
package/dist/connector-jira.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as LakeSyncError, R as Result } from './result-CojzlFE2.js';
|
|
2
|
-
import { B as BaseSourcePoller, P as PushTarget } from './base-poller-
|
|
3
|
-
import { T as TableSchema } from './types-
|
|
2
|
+
import { B as BaseSourcePoller, P as PushTarget } from './base-poller-BpUyuG2R.js';
|
|
3
|
+
import { T as TableSchema } from './types-CLlD4XOy.js';
|
|
4
4
|
import './hlc-DiD8QNG3.js';
|
|
5
5
|
|
|
6
6
|
/** HTTP error from the Salesforce REST API. */
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
mapLead,
|
|
10
10
|
mapOpportunity,
|
|
11
11
|
testConnection
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-NCZYFZ3B.js";
|
|
13
|
+
import "./chunk-P3FT7QCW.js";
|
|
14
14
|
import "./chunk-7D4SUZUM.js";
|
|
15
15
|
export {
|
|
16
16
|
SALESFORCE_TABLE_SCHEMAS,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { L as LakeSyncError, R as Result, H as HLCTimestamp } from './result-CojzlFE2.js';
|
|
2
2
|
import { A as Action, i as ActionPush, j as ActionResponse, d as ActionDiscovery, k as ActionResult, e as ActionErrorResult } from './types-Bs-QyOe-.js';
|
|
3
3
|
import { H as HLC } from './hlc-DiD8QNG3.js';
|
|
4
|
-
import { a as ConnectorDescriptor } from './registry-
|
|
5
|
-
import { R as RowDelta, S as SyncPush, b as SyncPull, c as SyncResponse } from './types-
|
|
4
|
+
import { a as ConnectorDescriptor } from './registry-CPTgO9jv.js';
|
|
5
|
+
import { R as RowDelta, S as SyncPush, b as SyncPull, c as SyncResponse } from './types-CLlD4XOy.js';
|
|
6
6
|
|
|
7
7
|
/** Configuration for opening a local database */
|
|
8
8
|
interface DbConfig {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { R as Result, A as AdapterError, H as HLCTimestamp } from './result-CojzlFE2.js';
|
|
2
|
-
import { R as RowDelta, T as TableSchema } from './types-
|
|
2
|
+
import { R as RowDelta, T as TableSchema } from './types-CLlD4XOy.js';
|
|
3
3
|
|
|
4
4
|
/** Configuration for a database adapter connection. */
|
|
5
5
|
interface DatabaseAdapterConfig {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { g as ActionHandler, i as ActionPush, l as AuthContext, j as ActionResponse, a as ActionValidationError, d as ActionDiscovery, b as SyncRulesContext } from './types-Bs-QyOe-.js';
|
|
2
2
|
import { H as HLCTimestamp, R as Result, S as SchemaError, b as ClockDriftError, B as BackpressureError, a as AdapterNotFoundError, A as AdapterError, F as FlushError } from './result-CojzlFE2.js';
|
|
3
|
-
import { I as IngestTarget } from './base-poller-
|
|
4
|
-
import { R as RowDelta, a as RowKey, T as TableSchema, S as SyncPush, b as SyncPull, c as SyncResponse } from './types-
|
|
5
|
-
import { D as DatabaseAdapter } from './db-types-
|
|
3
|
+
import { I as IngestTarget } from './base-poller-BpUyuG2R.js';
|
|
4
|
+
import { R as RowDelta, a as RowKey, T as TableSchema, S as SyncPush, b as SyncPull, c as SyncResponse } from './types-CLlD4XOy.js';
|
|
5
|
+
import { D as DatabaseAdapter } from './db-types-BlN-4KbQ.js';
|
|
6
6
|
import { L as LakeAdapter } from './types-DSC_EiwR.js';
|
|
7
7
|
import { N as NessieCatalogueClient } from './nessie-client-DrNikVXy.js';
|
|
8
8
|
|
package/dist/gateway-server.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { A as AuthClaims, a as AuthError, v as verifyToken } from './auth-CAVutXzx.js';
|
|
2
|
-
import { D as DatabaseAdapter } from './db-types-
|
|
3
|
-
import { S as SyncGateway } from './gateway-
|
|
4
|
-
import { R as RowDelta, c as SyncResponse } from './types-
|
|
2
|
+
import { D as DatabaseAdapter } from './db-types-BlN-4KbQ.js';
|
|
3
|
+
import { S as SyncGateway } from './gateway-Bpvatd9n.js';
|
|
4
|
+
import { R as RowDelta, c as SyncResponse } from './types-CLlD4XOy.js';
|
|
5
5
|
import { L as LakeAdapter } from './types-DSC_EiwR.js';
|
|
6
6
|
import { H as HLCTimestamp } from './result-CojzlFE2.js';
|
|
7
7
|
import './types-Bs-QyOe-.js';
|
|
8
|
-
import './base-poller-
|
|
8
|
+
import './base-poller-BpUyuG2R.js';
|
|
9
9
|
import './hlc-DiD8QNG3.js';
|
|
10
10
|
import './nessie-client-DrNikVXy.js';
|
|
11
11
|
|
package/dist/gateway-server.js
CHANGED
|
@@ -15,12 +15,12 @@ import {
|
|
|
15
15
|
handleSaveSchema,
|
|
16
16
|
handleSaveSyncRules,
|
|
17
17
|
handleUnregisterConnector
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-IRJ4QRWV.js";
|
|
19
19
|
import {
|
|
20
20
|
createDatabaseAdapter,
|
|
21
21
|
createQueryFn
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
} from "./chunk-GUJWMK5P.js";
|
|
23
|
+
import "./chunk-UAUQGP3B.js";
|
|
24
24
|
import {
|
|
25
25
|
TAG_SYNC_PULL,
|
|
26
26
|
TAG_SYNC_PUSH,
|
|
@@ -28,8 +28,8 @@ import {
|
|
|
28
28
|
decodeSyncPush,
|
|
29
29
|
encodeBroadcastFrame,
|
|
30
30
|
encodeSyncResponse
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
} from "./chunk-FHVTUKXL.js";
|
|
32
|
+
import "./chunk-SF7Y6ZUA.js";
|
|
33
33
|
import {
|
|
34
34
|
AuthError,
|
|
35
35
|
HLC,
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
filterDeltas,
|
|
40
40
|
isActionHandler,
|
|
41
41
|
verifyToken
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-P3FT7QCW.js";
|
|
43
43
|
import {
|
|
44
44
|
__commonJS,
|
|
45
45
|
__require,
|
|
@@ -4492,7 +4492,7 @@ var GatewayServer = class {
|
|
|
4492
4492
|
}
|
|
4493
4493
|
if (config.type === "jira" && config.jira) {
|
|
4494
4494
|
try {
|
|
4495
|
-
const { JiraSourcePoller } = await import("./src-
|
|
4495
|
+
const { JiraSourcePoller } = await import("./src-CLCALYDT.js");
|
|
4496
4496
|
const ingestConfig = config.ingest ? { intervalMs: config.ingest.intervalMs } : void 0;
|
|
4497
4497
|
const poller = new JiraSourcePoller(config.jira, ingestConfig, config.name, this.gateway);
|
|
4498
4498
|
poller.start();
|
|
@@ -4508,7 +4508,7 @@ var GatewayServer = class {
|
|
|
4508
4508
|
}
|
|
4509
4509
|
if (config.type === "salesforce" && config.salesforce) {
|
|
4510
4510
|
try {
|
|
4511
|
-
const { SalesforceSourcePoller } = await import("./src-
|
|
4511
|
+
const { SalesforceSourcePoller } = await import("./src-FPJQYQNA.js");
|
|
4512
4512
|
const ingestConfig = config.ingest ? { intervalMs: config.ingest.intervalMs } : void 0;
|
|
4513
4513
|
const poller = new SalesforceSourcePoller(
|
|
4514
4514
|
config.salesforce,
|
package/dist/gateway.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { S as SyncRulesConfig, R as ResolvedClaims, b as SyncRulesContext, i as ActionPush } from './types-Bs-QyOe-.js';
|
|
2
2
|
export { d as ActionDiscovery, g as ActionHandler, j as ActionResponse, l as AuthContext } from './types-Bs-QyOe-.js';
|
|
3
|
-
export { I as IngestTarget, i as isIngestTarget } from './base-poller-
|
|
4
|
-
import { T as TableSchema, R as RowDelta, b as SyncPull, S as SyncPush } from './types-
|
|
5
|
-
export { c as SyncResponse } from './types-
|
|
3
|
+
export { I as IngestTarget, i as isIngestTarget } from './base-poller-BpUyuG2R.js';
|
|
4
|
+
import { T as TableSchema, R as RowDelta, b as SyncPull, S as SyncPush } from './types-CLlD4XOy.js';
|
|
5
|
+
export { c as SyncResponse } from './types-CLlD4XOy.js';
|
|
6
6
|
export { b as bigintReplacer, a as bigintReviver } from './json-dYtqiL0F.js';
|
|
7
|
-
import { S as SyncGateway } from './gateway-
|
|
8
|
-
export { A as ActionDispatcher, B as BufferConfig, D as DeltaBuffer, F as FlushEnvelope, G as GatewayConfig, a as GatewayState, H as HandlePushResult, b as SchemaManager } from './gateway-
|
|
7
|
+
import { S as SyncGateway } from './gateway-Bpvatd9n.js';
|
|
8
|
+
export { A as ActionDispatcher, B as BufferConfig, D as DeltaBuffer, F as FlushEnvelope, G as GatewayConfig, a as GatewayState, H as HandlePushResult, b as SchemaManager } from './gateway-Bpvatd9n.js';
|
|
9
9
|
import { C as ConnectorConfig } from './types-D-E0VrfS.js';
|
|
10
10
|
import { R as Result, F as FlushError, H as HLCTimestamp } from './result-CojzlFE2.js';
|
|
11
|
-
import { D as DatabaseAdapter } from './db-types-
|
|
11
|
+
import { D as DatabaseAdapter } from './db-types-BlN-4KbQ.js';
|
|
12
12
|
import { L as LakeAdapter } from './types-DSC_EiwR.js';
|
|
13
13
|
import { N as NessieCatalogueClient } from './nessie-client-DrNikVXy.js';
|
|
14
14
|
import './hlc-DiD8QNG3.js';
|
package/dist/gateway.js
CHANGED
|
@@ -31,15 +31,15 @@ import {
|
|
|
31
31
|
validateActionBody,
|
|
32
32
|
validatePushBody,
|
|
33
33
|
validateSchemaBody
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-IRJ4QRWV.js";
|
|
35
|
+
import "./chunk-GUJWMK5P.js";
|
|
36
|
+
import "./chunk-UAUQGP3B.js";
|
|
37
|
+
import "./chunk-SF7Y6ZUA.js";
|
|
38
38
|
import {
|
|
39
39
|
bigintReplacer,
|
|
40
40
|
bigintReviver,
|
|
41
41
|
isIngestTarget
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-P3FT7QCW.js";
|
|
43
43
|
import "./chunk-7D4SUZUM.js";
|
|
44
44
|
export {
|
|
45
45
|
ActionDispatcher,
|
package/dist/index.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ export { c as ActionDescriptor, d as ActionDiscovery, e as ActionErrorResult, f
|
|
|
3
3
|
import { H as HLCTimestamp, R as Result, C as ConflictError, L as LakeSyncError, S as SchemaError } from './result-CojzlFE2.js';
|
|
4
4
|
export { A as AdapterError, a as AdapterNotFoundError, B as BackpressureError, b as ClockDriftError, E as Err, F as FlushError, O as Ok, f as flatMapResult, c as fromPromise, m as mapResult, t as toError, u as unwrapOrThrow } from './result-CojzlFE2.js';
|
|
5
5
|
export { A as AuthClaims, a as AuthError, v as verifyToken } from './auth-CAVutXzx.js';
|
|
6
|
-
import { P as PushTarget, B as BaseSourcePoller } from './base-poller-
|
|
7
|
-
export { I as IngestTarget, a as PollerMemoryConfig, i as isIngestTarget } from './base-poller-
|
|
8
|
-
import { S as SyncPush, R as RowDelta, T as TableSchema } from './types-
|
|
9
|
-
export { C as ColumnDelta, D as DeltaOp, a as RowKey, b as SyncPull, c as SyncResponse, r as rowKey } from './types-
|
|
10
|
-
import { C as ConflictResolver } from './resolver-
|
|
11
|
-
export { C as ConnectorCategory, a as ConnectorDescriptor, g as getConnectorDescriptor, l as listConnectorDescriptors, r as registerConnectorDescriptor, b as registerOutputSchemas } from './registry-
|
|
6
|
+
import { P as PushTarget, B as BaseSourcePoller } from './base-poller-BpUyuG2R.js';
|
|
7
|
+
export { I as IngestTarget, a as PollerMemoryConfig, i as isIngestTarget } from './base-poller-BpUyuG2R.js';
|
|
8
|
+
import { S as SyncPush, R as RowDelta, T as TableSchema } from './types-CLlD4XOy.js';
|
|
9
|
+
export { C as ColumnDelta, D as DeltaOp, a as RowKey, b as SyncPull, c as SyncResponse, r as rowKey } from './types-CLlD4XOy.js';
|
|
10
|
+
import { C as ConflictResolver } from './resolver-CbuXm3nB.js';
|
|
11
|
+
export { C as ConnectorCategory, a as ConnectorDescriptor, g as getConnectorDescriptor, l as listConnectorDescriptors, r as registerConnectorDescriptor, b as registerOutputSchemas } from './registry-CPTgO9jv.js';
|
|
12
12
|
import { C as ConnectorConfig } from './types-D-E0VrfS.js';
|
|
13
13
|
export { B as BigQueryConnectorConfig, a as CONNECTOR_TYPES, b as ConnectorIngestConfig, c as ConnectorIngestTable, d as ConnectorType, J as JiraConnectorConfig, M as MySQLConnectorConfig, P as PostgresConnectorConfig, S as SalesforceConnectorConfig } from './types-D-E0VrfS.js';
|
|
14
14
|
export { H as HLC } from './hlc-DiD8QNG3.js';
|
package/dist/index.js
CHANGED
package/dist/parquet.d.ts
CHANGED
package/dist/parquet.js
CHANGED
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
deltasToArrowTable,
|
|
4
4
|
readParquetToDeltas,
|
|
5
5
|
writeDeltasToParquet
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-SF7Y6ZUA.js";
|
|
7
|
+
import "./chunk-P3FT7QCW.js";
|
|
8
8
|
import "./chunk-7D4SUZUM.js";
|
|
9
9
|
export {
|
|
10
10
|
buildArrowSchema,
|
package/dist/proto.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { H as HLCTimestamp, R as Result } from './result-CojzlFE2.js';
|
|
2
2
|
import { i as ActionPush$1, j as ActionResponse$1 } from './types-Bs-QyOe-.js';
|
|
3
|
-
import { R as RowDelta$1 } from './types-
|
|
3
|
+
import { R as RowDelta$1 } from './types-CLlD4XOy.js';
|
|
4
4
|
import { GenMessage, GenEnum } from '@bufbuild/protobuf/codegenv2';
|
|
5
5
|
import { Message } from '@bufbuild/protobuf';
|
|
6
6
|
|
package/dist/proto.js
CHANGED
|
@@ -29,8 +29,8 @@ import {
|
|
|
29
29
|
encodeSyncPull,
|
|
30
30
|
encodeSyncPush,
|
|
31
31
|
encodeSyncResponse
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-FHVTUKXL.js";
|
|
33
|
+
import "./chunk-P3FT7QCW.js";
|
|
34
34
|
import "./chunk-7D4SUZUM.js";
|
|
35
35
|
export {
|
|
36
36
|
ActionPushSchema,
|
package/dist/react.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { b as SyncCoordinator, j as SyncTracker, D as DbError } from './coordinator-
|
|
2
|
+
import { b as SyncCoordinator, j as SyncTracker, D as DbError } from './coordinator-D32a5rNk.js';
|
|
3
3
|
import { L as LakeSyncError, R as Result } from './result-CojzlFE2.js';
|
|
4
4
|
import { c as ActionDescriptor, k as ActionResult, e as ActionErrorResult } from './types-Bs-QyOe-.js';
|
|
5
|
-
import { a as ConnectorDescriptor } from './registry-
|
|
5
|
+
import { a as ConnectorDescriptor } from './registry-CPTgO9jv.js';
|
|
6
6
|
import './hlc-DiD8QNG3.js';
|
|
7
|
-
import './types-
|
|
7
|
+
import './types-CLlD4XOy.js';
|
|
8
8
|
import './types-D-E0VrfS.js';
|
|
9
9
|
|
|
10
10
|
/** Internal context value shared across all hooks. */
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
mapIssue,
|
|
9
9
|
mapProject,
|
|
10
10
|
testConnection
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-QMS7TGFL.js";
|
|
12
|
+
import "./chunk-P3FT7QCW.js";
|
|
13
13
|
import "./chunk-7D4SUZUM.js";
|
|
14
14
|
export {
|
|
15
15
|
JIRA_TABLE_SCHEMAS,
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
mapProject,
|
|
23
23
|
testConnection
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=src-
|
|
25
|
+
//# sourceMappingURL=src-CLCALYDT.js.map
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
mapLead,
|
|
10
10
|
mapOpportunity,
|
|
11
11
|
testConnection
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-NCZYFZ3B.js";
|
|
13
|
+
import "./chunk-P3FT7QCW.js";
|
|
14
14
|
import "./chunk-7D4SUZUM.js";
|
|
15
15
|
export {
|
|
16
16
|
SALESFORCE_TABLE_SCHEMAS,
|
|
@@ -24,4 +24,4 @@ export {
|
|
|
24
24
|
mapOpportunity,
|
|
25
25
|
testConnection
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=src-
|
|
27
|
+
//# sourceMappingURL=src-FPJQYQNA.js.map
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
validateConnectorConfig,
|
|
55
55
|
validateSyncRules,
|
|
56
56
|
verifyToken
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-P3FT7QCW.js";
|
|
58
58
|
import "./chunk-7D4SUZUM.js";
|
|
59
59
|
export {
|
|
60
60
|
ActionExecutionError,
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
validateSyncRules,
|
|
114
114
|
verifyToken
|
|
115
115
|
};
|
|
116
|
-
//# sourceMappingURL=src-
|
|
116
|
+
//# sourceMappingURL=src-RHKJFQKR.js.map
|
|
@@ -36,6 +36,12 @@ interface TableSchema {
|
|
|
36
36
|
name: string;
|
|
37
37
|
type: "string" | "number" | "boolean" | "json" | "null";
|
|
38
38
|
}>;
|
|
39
|
+
/** Composite primary key columns. Defaults to `["row_id"]`. Each entry must be `"row_id"` or exist in `columns`. */
|
|
40
|
+
primaryKey?: string[];
|
|
41
|
+
/** When true (default), tombstoned rows are soft-deleted (`deleted_at` set) instead of hard-deleted. */
|
|
42
|
+
softDelete?: boolean;
|
|
43
|
+
/** When set, upsert resolves on this column (UNIQUE constraint) instead of the primary key. Must exist in `columns`. */
|
|
44
|
+
externalIdColumn?: string;
|
|
39
45
|
}
|
|
40
46
|
/** Composite key utility — avoids string concatenation bugs */
|
|
41
47
|
type RowKey = string & {
|