airbyte-faros-destination 0.14.7 → 0.14.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "airbyte-faros-destination",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.9",
|
|
4
4
|
"description": "Faros Destination for Airbyte",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airbyte",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@segment/analytics-node": "^2.0.0",
|
|
37
37
|
"axios": "^1.7.4",
|
|
38
38
|
"date-format": "^4.0.6",
|
|
39
|
-
"faros-airbyte-cdk": "0.14.
|
|
40
|
-
"faros-airbyte-common": "0.14.
|
|
39
|
+
"faros-airbyte-cdk": "0.14.9",
|
|
40
|
+
"faros-airbyte-common": "0.14.9",
|
|
41
41
|
"fs-extra": "^11.2.0",
|
|
42
42
|
"git-url-parse": "^13.1.0",
|
|
43
43
|
"graphql": "^16.8.1",
|
|
@@ -52,6 +52,12 @@
|
|
|
52
52
|
"title": "Resolve Locations",
|
|
53
53
|
"description": "If true, will resolve location information with Faros Geocoding API.",
|
|
54
54
|
"default": false
|
|
55
|
+
},
|
|
56
|
+
"use_parent_team_id": {
|
|
57
|
+
"type": "boolean",
|
|
58
|
+
"title": "Use Parent Team ID",
|
|
59
|
+
"description": "If true, the Parent_Team_ID field will be used to create org structure",
|
|
60
|
+
"default": false
|
|
55
61
|
}
|
|
56
62
|
}
|
|
57
63
|
}
|