airbyte-faros-destination 0.19.39 → 0.19.41
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/destination.d.ts +1 -0
- package/lib/destination.js +7 -0
- package/lib/destination.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/resources/spec.json +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "airbyte-faros-destination",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.41",
|
|
4
4
|
"description": "Faros Destination for Airbyte",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airbyte",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"ajv-formats": "^2.1.1",
|
|
37
37
|
"csv-parse": "^6.1.0",
|
|
38
38
|
"date-format": "^4.0.6",
|
|
39
|
-
"faros-airbyte-cdk": "0.19.
|
|
40
|
-
"faros-airbyte-common": "0.19.
|
|
39
|
+
"faros-airbyte-cdk": "0.19.41",
|
|
40
|
+
"faros-airbyte-common": "0.19.41",
|
|
41
41
|
"fs-extra": "^11.2.0",
|
|
42
42
|
"git-url-parse": "^13.1.0",
|
|
43
43
|
"graphql": "^16.8.1",
|
package/resources/spec.json
CHANGED
|
@@ -182,6 +182,13 @@
|
|
|
182
182
|
"title": "GraphQL page size for reset queries",
|
|
183
183
|
"description": "Maximum number of record ids to query/delete in single GraphQL statement.",
|
|
184
184
|
"default": 500
|
|
185
|
+
},
|
|
186
|
+
"debug": {
|
|
187
|
+
"order": 18,
|
|
188
|
+
"type": "boolean",
|
|
189
|
+
"title": "Debug",
|
|
190
|
+
"description": "Enable debug mode",
|
|
191
|
+
"default": false
|
|
185
192
|
}
|
|
186
193
|
}
|
|
187
194
|
}
|