@itentialopensource/adapter-att_mobility 0.2.0 → 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,28 @@
1
1
 
2
+ ## 0.2.3 [09-27-2023]
3
+
4
+ * more metadata changes
5
+
6
+ See merge request itentialopensource/adapters/inventory/adapter-att_mobility!4
7
+
8
+ ---
9
+
10
+ ## 0.2.2 [09-27-2023]
11
+
12
+ * more metadata changes
13
+
14
+ See merge request itentialopensource/adapters/inventory/adapter-att_mobility!4
15
+
16
+ ---
17
+
18
+ ## 0.2.1 [09-27-2023]
19
+
20
+ * more metadata changes
21
+
22
+ See merge request itentialopensource/adapters/inventory/adapter-att_mobility!4
23
+
24
+ ---
25
+
2
26
  ## 0.2.0 [09-26-2023]
3
27
 
4
28
  * Adapter Engine has been updated and the changes are being migrated to the adapter
package/metadata.json CHANGED
@@ -18,8 +18,19 @@
18
18
  "domains": [
19
19
  "Inventory"
20
20
  ],
21
- "tags": [],
22
- "useCases": [],
21
+ "tags": [
22
+ "Onboarding",
23
+ "IPAM",
24
+ "CMDB"
25
+ ],
26
+ "useCases": [
27
+ "Onboard, update, manage or remove Devices",
28
+ "Reserve, assign, unassign, or release IP Addresses",
29
+ "Reserve, assign, unassign, or release Ports",
30
+ "Create Device Backups/Snapshots for Audit, Compliance, and Rollbacks",
31
+ "Validate Device Configuration before/after Network Changes",
32
+ "Add, update, manage or remove assets to/from CMDB systems"
33
+ ],
23
34
  "deprecated": {
24
35
  "isDeprecated": false
25
36
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-att_mobility",
3
- "version": "0.2.0",
3
+ "version": "0.2.3",
4
4
  "description": "This adapter integrates with system described as: att-mobility.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "AT&T Mobility",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.2",
2
+ "version": "0.2.0",
3
3
  "configLines": 3050,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 2628,