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 +3 -3
- package/resources/source-specific-configs/agileaccelerator.json +5 -0
- package/resources/source-specific-configs/azurepipeline.json +5 -0
- package/resources/source-specific-configs/backlog.json +5 -0
- package/resources/source-specific-configs/bamboohr.json +5 -0
- package/resources/source-specific-configs/bitbucket.json +5 -0
- package/resources/source-specific-configs/clickup.json +5 -0
- package/resources/source-specific-configs/datadog.json +5 -0
- package/resources/source-specific-configs/docker.json +5 -0
- package/resources/source-specific-configs/firehydrant.json +5 -0
- package/resources/source-specific-configs/jenkins.json +5 -0
- package/resources/source-specific-configs/jira.json +5 -0
- package/resources/source-specific-configs/notion.json +32 -1
- package/resources/source-specific-configs/opsgenie.json +5 -0
- package/resources/source-specific-configs/pagerduty.json +5 -0
- package/resources/source-specific-configs/phabricator.json +5 -0
- package/resources/source-specific-configs/servicenow.json +5 -0
- package/resources/source-specific-configs/spec.json +4 -0
- package/resources/source-specific-configs/squadcast.json +5 -0
- package/resources/source-specific-configs/statuspage.json +5 -0
- package/resources/source-specific-configs/victorops.json +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "airbyte-faros-destination",
|
|
3
|
-
"version": "0.5.
|
|
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.
|
|
40
|
-
"faros-airbyte-common": "0.5.
|
|
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",
|
|
@@ -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",
|