airbyte-faros-destination 0.14.10 → 0.14.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "airbyte-faros-destination",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.11",
|
|
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.11",
|
|
40
|
+
"faros-airbyte-common": "0.14.11",
|
|
41
41
|
"fs-extra": "^11.2.0",
|
|
42
42
|
"git-url-parse": "^13.1.0",
|
|
43
43
|
"graphql": "^16.8.1",
|
|
@@ -53,29 +53,25 @@
|
|
|
53
53
|
"description": "If true, will resolve location information with Faros Geocoding API.",
|
|
54
54
|
"default": false
|
|
55
55
|
},
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
"default": {
|
|
76
|
-
"team_id_to_parent_id": {},
|
|
77
|
-
"team_id_to_name": {}
|
|
78
|
-
}
|
|
56
|
+
"team_id_to_parent_id": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"title": "Team To Parent Mapping",
|
|
59
|
+
"description": "A dictionary with team ids as keys and their parent team ids as values.",
|
|
60
|
+
"multiline": true,
|
|
61
|
+
"default": "{}",
|
|
62
|
+
"examples": [
|
|
63
|
+
"{ \"child1\": \"parent1\", \"child2\": \"parent2\" }"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"team_id_to_name": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"title": "Team Id To Name Mapping",
|
|
69
|
+
"description": "A dictionary with team ids as keys and their names as values.",
|
|
70
|
+
"multiline": true,
|
|
71
|
+
"default": "{}",
|
|
72
|
+
"examples": [
|
|
73
|
+
"{ \"child1\": \"Child Team 1\", \"child2\": \"Child Team 2\" }"
|
|
74
|
+
]
|
|
79
75
|
},
|
|
80
76
|
"use_parent_team_id": {
|
|
81
77
|
"type": "boolean",
|