@itentialopensource/adapter-kentik 0.2.2 → 0.2.3

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.2.3 [03-11-2024]
3
+
4
+ * Update Metadata
5
+
6
+ See merge request itentialopensource/adapters/observability/adapter-kentik!4
7
+
8
+ ---
9
+
2
10
  ## 0.2.2 [02-26-2024]
3
11
 
4
12
  * Changes made at 2024.02.26_10:40AM
package/metadata.json CHANGED
@@ -16,8 +16,13 @@
16
16
  "domains": [
17
17
  "Observability"
18
18
  ],
19
- "tags": [],
20
- "useCases": [],
19
+ "tags": [
20
+ "Monitoring & Troubleshooting"
21
+ ],
22
+ "useCases": [
23
+ "Add Device to Monitoring",
24
+ "Automated network data gathering for diagnostics"
25
+ ],
21
26
  "deprecated": {
22
27
  "isDeprecated": false
23
28
  },
@@ -45,5 +50,11 @@
45
50
  "workflowProjects": [],
46
51
  "transformationProjects": [],
47
52
  "exampleProjects": []
48
- }
49
- }
53
+ },
54
+ "authMethods": [
55
+ {
56
+ "type": "API Key",
57
+ "primary": true
58
+ }
59
+ ]
60
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kentik",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "This adapter integrates with system described as: kentik apis",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file