airbyte-faros-destination 0.14.8 → 0.14.10

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.8",
3
+ "version": "0.14.10",
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.8",
40
- "faros-airbyte-common": "0.14.8",
39
+ "faros-airbyte-cdk": "0.14.10",
40
+ "faros-airbyte-common": "0.14.10",
41
41
  "fs-extra": "^11.2.0",
42
42
  "git-url-parse": "^13.1.0",
43
43
  "graphql": "^16.8.1",
@@ -53,6 +53,30 @@
53
53
  "description": "If true, will resolve location information with Faros Geocoding API.",
54
54
  "default": false
55
55
  },
56
+ "additional_team_info": {
57
+ "title": "Additional Team Info",
58
+ "type": "object",
59
+ "properties": {
60
+ "team_id_to_parent_id": {
61
+ "type": "object",
62
+ "title": "Team To Parent",
63
+ "description": "A dictionary with team ids as keys and their parent team ids as values.",
64
+ "additionalProperties": true,
65
+ "default": {}
66
+ },
67
+ "team_id_to_name": {
68
+ "type": "object",
69
+ "title": "Team Id To Name",
70
+ "description": "A dictionary with team ids as keys and their names as values.",
71
+ "additionalProperties": true,
72
+ "default": {}
73
+ }
74
+ },
75
+ "default": {
76
+ "team_id_to_parent_id": {},
77
+ "team_id_to_name": {}
78
+ }
79
+ },
56
80
  "use_parent_team_id": {
57
81
  "type": "boolean",
58
82
  "title": "Use Parent Team ID",