airbyte-faros-destination 0.18.10 → 0.18.11
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/lib/index.d.ts +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -11,6 +11,6 @@ export declare function mainCommand(options?: {
|
|
|
11
11
|
exitOverride?: boolean;
|
|
12
12
|
suppressOutput?: boolean;
|
|
13
13
|
}): Command;
|
|
14
|
-
export { Edition, InvalidRecordStrategy } from './common/types';
|
|
14
|
+
export { Edition, FLUSH, InvalidRecordStrategy } from './common/types';
|
|
15
15
|
export { Converter, DestinationRecord, DestinationModel, StreamContext, StreamName, } from './converters/converter';
|
|
16
16
|
export { FarosDestinationRunner } from './destination-runner';
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FarosDestinationRunner = exports.StreamName = exports.StreamContext = exports.Converter = exports.InvalidRecordStrategy = exports.Edition = void 0;
|
|
3
|
+
exports.FarosDestinationRunner = exports.StreamName = exports.StreamContext = exports.Converter = exports.InvalidRecordStrategy = exports.FLUSH = exports.Edition = void 0;
|
|
4
4
|
exports.mainCommand = mainCommand;
|
|
5
5
|
const destination_runner_1 = require("./destination-runner");
|
|
6
6
|
/**
|
|
@@ -29,6 +29,7 @@ function mainCommand(options) {
|
|
|
29
29
|
}
|
|
30
30
|
var types_1 = require("./common/types");
|
|
31
31
|
Object.defineProperty(exports, "Edition", { enumerable: true, get: function () { return types_1.Edition; } });
|
|
32
|
+
Object.defineProperty(exports, "FLUSH", { enumerable: true, get: function () { return types_1.FLUSH; } });
|
|
32
33
|
Object.defineProperty(exports, "InvalidRecordStrategy", { enumerable: true, get: function () { return types_1.InvalidRecordStrategy; } });
|
|
33
34
|
var converter_1 = require("./converters/converter");
|
|
34
35
|
Object.defineProperty(exports, "Converter", { enumerable: true, get: function () { return converter_1.Converter; } });
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAYA,kCAoBC;AA9BD,6DAA4D;AAE5D;;;;;;;GAOG;AACH,SAAgB,WAAW,CAAC,OAG3B;IACC,MAAM,iBAAiB,GAAG,IAAI,2CAAsB,EAAE,CAAC;IACvD,MAAM,OAAO,GAAG,iBAAiB,CAAC,WAAW,EAAE,CAAC;IAEhD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,EAAE,CAAC;QAC1B,OAAO,CAAC,YAAY,EAAE,CAAC;IACzB,CAAC;IACD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,cAAc,EAAE,CAAC;QAC5B,OAAO,CAAC,eAAe,CAAC;YACtB,gEAAgE;YAChE,QAAQ,EAAE,GAAG,EAAE,GAAE,CAAC;YAClB,gEAAgE;YAChE,QAAQ,EAAE,GAAG,EAAE,GAAE,CAAC;SACnB,CAAC,CAAC;IACL,CAAC;IAED,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAYA,kCAoBC;AA9BD,6DAA4D;AAE5D;;;;;;;GAOG;AACH,SAAgB,WAAW,CAAC,OAG3B;IACC,MAAM,iBAAiB,GAAG,IAAI,2CAAsB,EAAE,CAAC;IACvD,MAAM,OAAO,GAAG,iBAAiB,CAAC,WAAW,EAAE,CAAC;IAEhD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,EAAE,CAAC;QAC1B,OAAO,CAAC,YAAY,EAAE,CAAC;IACzB,CAAC;IACD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,cAAc,EAAE,CAAC;QAC5B,OAAO,CAAC,eAAe,CAAC;YACtB,gEAAgE;YAChE,QAAQ,EAAE,GAAG,EAAE,GAAE,CAAC;YAClB,gEAAgE;YAChE,QAAQ,EAAE,GAAG,EAAE,GAAE,CAAC;SACnB,CAAC,CAAC;IACL,CAAC;IAED,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,wCAAqE;AAA7D,gGAAA,OAAO,OAAA;AAAE,8FAAA,KAAK,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAC7C,oDAMgC;AAL9B,sGAAA,SAAS,OAAA;AAGT,0GAAA,aAAa,OAAA;AACb,uGAAA,UAAU,OAAA;AAEZ,2DAA4D;AAApD,4HAAA,sBAAsB,OAAA"}
|