airbyte-faros-destination 0.13.14 → 0.13.16

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.13.14",
3
+ "version": "0.13.16",
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.13.14",
40
- "faros-airbyte-common": "0.13.14",
39
+ "faros-airbyte-cdk": "0.13.16",
40
+ "faros-airbyte-common": "0.13.16",
41
41
  "faros-js-client": "^0.6.1",
42
42
  "fs-extra": "^11.2.0",
43
43
  "git-url-parse": "^13.1.0",
@@ -77,11 +77,12 @@
77
77
  "order": 8,
78
78
  "type": "string",
79
79
  "title": "User Lookup Extra Fields Mapping",
80
- "description": "JSON map of extra fields taken from User lookup to be added as tags. Key is the display name for the tag and value is the property path on the User record.",
80
+ "description": "JSON map of extra fields taken from User lookup to be added as tags. Key is the display name for the tag and value is a jsonata expression to obtain a property value from the User record.",
81
81
  "multiline": true,
82
82
  "default": "{}",
83
83
  "examples": [
84
- "{ \"Department\": \"userAddress.departmentName\" }"
84
+ "{ \"Department\": \"userAddress.departmentName\" }",
85
+ "{ \"Division\": \"userFlex[flexName = 'Division'].flexValue\" }"
85
86
  ]
86
87
  },
87
88
  "store_current_incidents_associations": {