@itentialopensource/adapter-six_connect 0.8.1 → 0.8.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,20 @@
1
1
 
2
+ ## 0.8.3 [03-13-2024]
3
+
4
+ * Fix field schema mapping
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-six_connect!15
7
+
8
+ ---
9
+
10
+ ## 0.8.2 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_16:03PM
13
+
14
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-six_connect!14
15
+
16
+ ---
17
+
2
18
  ## 0.8.1 [02-28-2024]
3
19
 
4
20
  * Changes made at 2024.02.28_11:33AM
@@ -111,6 +111,17 @@
111
111
  },
112
112
  "external_name": "lir_id"
113
113
  },
114
+ "isAggregate": {
115
+ "type": ["boolean"],
116
+ "description": "isAggregate",
117
+ "parse": false,
118
+ "encode": false,
119
+ "encrypt": {
120
+ "type": "AES",
121
+ "key": ""
122
+ },
123
+ "external_name": "is_aggregate"
124
+ },
114
125
  "regionId": {
115
126
  "type": ["string", "number"],
116
127
  "description": "region id",
package/metadata.json CHANGED
@@ -13,9 +13,28 @@
13
13
  ],
14
14
  "method": "REST",
15
15
  "type": "Adapter",
16
- "domains": [],
17
- "tags": [],
18
- "useCases": [],
16
+ "domains": [
17
+ "Data Center",
18
+ "Network Services"
19
+ ],
20
+ "tags": [
21
+ "Configuration & Compliance",
22
+ "Network Infrastructure Changes",
23
+ "Software Upgrades & Device Maintenance"
24
+ ],
25
+ "useCases": [
26
+ "Device Onboarding",
27
+ "Router configuration backup or restore",
28
+ "Run network compliance checks and remediation",
29
+ "Determine configuration drift",
30
+ "Golden Configuration",
31
+ "Port/VLAN Configuration",
32
+ "EVPN & VXLA",
33
+ "Port Turn-up",
34
+ "Assign Network & IP",
35
+ "Cloud Managed Networks",
36
+ "Software Upgrade"
37
+ ],
19
38
  "deprecated": {
20
39
  "isDeprecated": false
21
40
  },
@@ -44,4 +63,4 @@
44
63
  "transformationProjects": [],
45
64
  "exampleProjects": []
46
65
  }
47
- }
66
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-six_connect",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "This adapter integrates with system Six_connect",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.1",
2
+ "version": "0.8.2",
3
3
  "configLines": 14212,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 18505,