airbyte-faros-destination 0.10.38 → 0.10.39
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TasksFull = void 0;
|
|
4
|
-
const converter_1 = require("../converter");
|
|
5
4
|
const project_tasks_1 = require("./project_tasks");
|
|
6
5
|
const projects_1 = require("./projects");
|
|
7
6
|
const tasks_1 = require("./tasks");
|
|
@@ -20,7 +19,7 @@ class TasksFull extends tasks_1.Tasks {
|
|
|
20
19
|
async onProcessingComplete(ctx) {
|
|
21
20
|
const streams = ['projects', 'project_tasks'];
|
|
22
21
|
streams.forEach((stream) => {
|
|
23
|
-
ctx.markStreamForReset(
|
|
22
|
+
ctx.markStreamForReset(stream);
|
|
24
23
|
});
|
|
25
24
|
return [];
|
|
26
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tasks_full.js","sourceRoot":"","sources":["../../../src/converters/asana/tasks_full.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"tasks_full.js","sourceRoot":"","sources":["../../../src/converters/asana/tasks_full.ts"],"names":[],"mappings":";;;AACA,mDAA6C;AAC7C,yCAAoC;AACpC,mCAA8B;AAE9B,MAAa,SAAU,SAAQ,aAAK;IAApC;;QACW,sBAAiB,GAAoC;YAC5D,GAAG,IAAI,aAAK,EAAE,CAAC,iBAAiB;YAChC,GAAG,IAAI,mBAAQ,EAAE,CAAC,iBAAiB;YACnC,GAAG,IAAI,4BAAY,EAAE,CAAC,iBAAiB;SACxC,CAAC;IAgBJ,CAAC;IAdU,8BAA8B;QACrC,OAAO,IAAI,CAAC;IACd,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,GAAkB;QAElB,MAAM,OAAO,GAAG,CAAC,UAAU,EAAE,eAAe,CAAC,CAAC;QAC9C,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE;YACzB,GAAG,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC;QACjC,CAAC,CAAC,CAAC;QAEH,OAAO,EAAE,CAAC;IACZ,CAAC;CACF;AArBD,8BAqBC"}
|