@itentialopensource/adapter-att_mobility 0.6.0 → 0.7.0
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/CALLS.md +1 -1
- package/package.json +1 -2
package/CALLS.md
CHANGED
|
@@ -14,7 +14,7 @@ These are adapter methods that Itential Platform or you might use. There are som
|
|
|
14
14
|
</tr>
|
|
15
15
|
<tr>
|
|
16
16
|
<td style="padding:15px">connect()</td>
|
|
17
|
-
<td style="padding:15px">This call is run when the Adapter is first loaded by
|
|
17
|
+
<td style="padding:15px">This call is run when the Adapter is first loaded by the Itential Platform. It validates the properties have been provided correctly.</td>
|
|
18
18
|
<td style="padding:15px">No</td>
|
|
19
19
|
</tr>
|
|
20
20
|
<tr>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-att_mobility",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "This adapter integrates with system described as: att-mobility.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "AT&T Mobility",
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"Itential Platform",
|
|
34
34
|
"Automation",
|
|
35
35
|
"Integration",
|
|
36
|
-
"App-Artifacts",
|
|
37
36
|
"Adapter",
|
|
38
37
|
"Inventory",
|
|
39
38
|
"attmobility",
|