airbyte-faros-destination 0.6.21 → 0.6.23

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.6.21",
3
+ "version": "0.6.23",
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.6.21",
40
- "faros-airbyte-common": "0.6.21",
39
+ "faros-airbyte-cdk": "0.6.23",
40
+ "faros-airbyte-common": "0.6.23",
41
41
  "faros-feeds-sdk": "^1.3.0",
42
42
  "faros-js-client": "^0.3.6",
43
43
  "fs-extra": "^11.1.0",
@@ -0,0 +1,24 @@
1
+ {
2
+ "title": "Octopus",
3
+ "description": "Configuration options that apply to records generated by the Octopus Source.",
4
+ "type": "object",
5
+ "oneOf": [
6
+ {
7
+ "type": "object",
8
+ "title": "Configuration",
9
+ "properties": {
10
+ "source_type": {
11
+ "type": "string",
12
+ "const": "Octopus",
13
+ "order": 0
14
+ },
15
+ "vcs_source": {
16
+ "type": "string",
17
+ "title": "VCS Source",
18
+ "description": "The VCS source for the VCS information captured in Octopus",
19
+ "default": "GitHub"
20
+ }
21
+ }
22
+ }
23
+ ]
24
+ }
@@ -51,6 +51,9 @@
51
51
  "notion": {
52
52
  "$ref": "notion.json"
53
53
  },
54
+ "octopus": {
55
+ "$ref": "octopus.json"
56
+ },
54
57
  "opsgenie": {
55
58
  "$ref": "opsgenie.json"
56
59
  },