airbyte-faros-destination 0.5.3 → 0.5.4

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.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Faros Destination for Airbyte",
5
5
  "keywords": [
6
6
  "airbyte",
@@ -36,8 +36,8 @@
36
36
  "analytics-node": "^6.0.0",
37
37
  "axios": "^0.26.0",
38
38
  "date-format": "^4.0.6",
39
- "faros-airbyte-cdk": "0.5.3",
40
- "faros-airbyte-common": "0.5.3",
39
+ "faros-airbyte-cdk": "0.5.4",
40
+ "faros-airbyte-common": "0.5.4",
41
41
  "faros-feeds-sdk": "^1.1.1",
42
42
  "faros-js-client": "^0.2.20",
43
43
  "fs-extra": "^11.1.0",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "AgileAccelerator",
13
+ "order": 0
14
+ },
10
15
  "max_description_length": {
11
16
  "type": "integer",
12
17
  "title": "Max Description Length",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Azure pipeline",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Azure pipeline Application Mapping",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Backlog",
13
+ "order": 0
14
+ },
10
15
  "max_description_length": {
11
16
  "type": "integer",
12
17
  "title": "Max Description Length",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "BambooHR",
13
+ "order": 0
14
+ },
10
15
  "bootstrap_teams_from_managers": {
11
16
  "type": "boolean",
12
17
  "title": "Bootstrap Teams From Managers",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Bitbucket",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "ClickUp",
13
+ "order": 0
14
+ },
10
15
  "taskboard_source": {
11
16
  "type": "string",
12
17
  "title": "TaskBoard Source",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Datadog",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -10,6 +10,11 @@
10
10
  "organization"
11
11
  ],
12
12
  "properties": {
13
+ "source_type": {
14
+ "type": "string",
15
+ "const": "Docker",
16
+ "order": 0
17
+ },
13
18
  "label_prefix": {
14
19
  "type": "string",
15
20
  "title": "Label Prefix",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "FireHydrant",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Jenkins",
13
+ "order": 0
14
+ },
10
15
  "create_commit_records": {
11
16
  "type": "boolean",
12
17
  "title": "Create Commit Records",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Jira",
13
+ "order": 0
14
+ },
10
15
  "use_board_ownership": {
11
16
  "type": "boolean",
12
17
  "title": "Use Board Ownership",
@@ -6,7 +6,13 @@
6
6
  {
7
7
  "type": "object",
8
8
  "title": "None",
9
- "properties": {}
9
+ "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Notion_None",
13
+ "order": 0
14
+ }
15
+ }
10
16
  },
11
17
  {
12
18
  "type": "object",
@@ -15,6 +21,11 @@
15
21
  "kind_property"
16
22
  ],
17
23
  "properties": {
24
+ "source_type": {
25
+ "type": "string",
26
+ "const": "Notion",
27
+ "order": 0
28
+ },
18
29
  "kind_property": {
19
30
  "type": "string",
20
31
  "title": "Kind Property",
@@ -32,6 +43,11 @@
32
43
  "kind"
33
44
  ],
34
45
  "properties": {
46
+ "option_title": {
47
+ "type": "string",
48
+ "const": "Projects",
49
+ "order": 0
50
+ },
35
51
  "kind": {
36
52
  "type": "string",
37
53
  "title": "Project Kind",
@@ -72,6 +88,11 @@
72
88
  "kind"
73
89
  ],
74
90
  "properties": {
91
+ "option_title": {
92
+ "type": "string",
93
+ "const": "Epics",
94
+ "order": 0
95
+ },
75
96
  "kind": {
76
97
  "type": "string",
77
98
  "title": "Epic Kind",
@@ -124,6 +145,11 @@
124
145
  "kind"
125
146
  ],
126
147
  "properties": {
148
+ "option_title": {
149
+ "type": "string",
150
+ "const": "Sprints",
151
+ "order": 0
152
+ },
127
153
  "kind": {
128
154
  "type": "string",
129
155
  "title": "Sprint Kind",
@@ -188,6 +214,11 @@
188
214
  "kind"
189
215
  ],
190
216
  "properties": {
217
+ "option_title": {
218
+ "type": "string",
219
+ "const": "Tasks",
220
+ "order": 0
221
+ },
191
222
  "kind": {
192
223
  "type": "string",
193
224
  "title": "Task Kind",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "OpsGenie",
13
+ "order": 0
14
+ },
10
15
  "max_description_length": {
11
16
  "type": "integer",
12
17
  "title": "Max Description Length",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "PagerDuty",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Phabricator",
13
+ "order": 0
14
+ },
10
15
  "max_description_length": {
11
16
  "type": "integer",
12
17
  "title": "Max Description Length",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "ServiceNow",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -8,6 +8,10 @@
8
8
  "type": "object",
9
9
  "title": "Configurations",
10
10
  "properties": {
11
+ "option_title": {
12
+ "type": "string",
13
+ "const": "Source-specific configs"
14
+ },
11
15
  "agileaccelerator": {
12
16
  "$ref": "agileaccelerator.json"
13
17
  },
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "SquadCast",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Statuspage",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",
@@ -7,6 +7,11 @@
7
7
  "type": "object",
8
8
  "title": "Configuration",
9
9
  "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "VictorOps",
13
+ "order": 0
14
+ },
10
15
  "application_mapping": {
11
16
  "type": "string",
12
17
  "title": "Application Mapping",