airbyte-faros-destination 0.13.7 → 0.13.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.13.7",
3
+ "version": "0.13.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.13.7",
40
- "faros-airbyte-common": "0.13.7",
39
+ "faros-airbyte-cdk": "0.13.9",
40
+ "faros-airbyte-common": "0.13.9",
41
41
  "faros-js-client": "^0.6.1",
42
42
  "fs-extra": "^11.2.0",
43
43
  "git-url-parse": "^13.1.0",
@@ -6,7 +6,7 @@
6
6
  "type": "object",
7
7
  "title": "Configuration",
8
8
  "required": [
9
- "service_id_flex_id"
9
+ "service_id_flex_field_name"
10
10
  ],
11
11
  "properties": {
12
12
  "source_type": {
@@ -14,43 +14,43 @@
14
14
  "const": "Wolken",
15
15
  "order": 0
16
16
  },
17
- "service_id_flex_id": {
17
+ "service_id_flex_field_name": {
18
18
  "order": 1,
19
- "type": "integer",
20
- "title": "Service ID Flex ID",
21
- "description": "Flex ID of the field in the configuration item that contains the service ID."
19
+ "type": "string",
20
+ "title": "Service ID Flex Field Name",
21
+ "description": "Flex Field Name in the configuration item that contains the service ID."
22
22
  },
23
- "jira_project_key_flex_id": {
23
+ "jira_project_key_flex_field_name": {
24
24
  "order": 2,
25
- "type": "integer",
26
- "title": "Jira Project Key Flex ID",
27
- "description": "Flex ID of the field in the configuration item that contains the Jira project key."
25
+ "type": "string",
26
+ "title": "Jira Project Key Flex Field Name",
27
+ "description": "Flex Field Name in the configuration item that contains the Jira project key."
28
28
  },
29
- "application_tag_flex_ids": {
29
+ "application_tag_flex_field_names": {
30
30
  "order": 3,
31
31
  "type": "array",
32
- "title": "Application Tag Flex IDs",
33
- "description": "List of flex IDs to use as application tags",
32
+ "title": "Application Tag Flex Names",
33
+ "description": "List of Flex Field Names to use as application tags",
34
34
  "items": {
35
- "type": "integer"
35
+ "type": "string"
36
36
  }
37
37
  },
38
- "project_tag_flex_ids": {
38
+ "project_tag_flex_field_names": {
39
39
  "order": 4,
40
40
  "type": "array",
41
- "title": "Project Tag Flex IDs",
42
- "description": "List of flex IDs to use as project tags",
41
+ "title": "Project Tag Flex Field Names",
42
+ "description": "List of Flex Field Names to use as project tags",
43
43
  "items": {
44
- "type": "integer"
44
+ "type": "string"
45
45
  }
46
46
  },
47
- "path_hierarchy_flex_ids": {
47
+ "path_hierarchy_flex_field_names": {
48
48
  "order": 5,
49
49
  "type": "array",
50
- "title": "Path Hierarchy Flex IDs",
51
- "description": "List of flex IDs that define the path hierarchy",
50
+ "title": "Path Hierarchy Flex Field Names",
51
+ "description": "List of Flex Field Names that define the path hierarchy",
52
52
  "items": {
53
- "type": "integer"
53
+ "type": "string"
54
54
  }
55
55
  },
56
56
  "application_mapping": {