@itentialopensource/adapter-att_mobility 0.5.2 → 0.5.4

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.5.4 [08-23-2024]
3
+
4
+ * update dependencies and metadata
5
+
6
+ See merge request itentialopensource/adapters/adapter-att_mobility!15
7
+
8
+ ---
9
+
10
+ ## 0.5.3 [08-14-2024]
11
+
12
+ * Changes made at 2024.08.14_17:55PM
13
+
14
+ See merge request itentialopensource/adapters/adapter-att_mobility!14
15
+
16
+ ---
17
+
2
18
  ## 0.5.2 [08-06-2024]
3
19
 
4
20
  * Changes made at 2024.08.06_19:08PM
package/TAB2.md CHANGED
@@ -52,7 +52,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
52
52
 
53
53
  ```json
54
54
  "properties": {
55
- "host": "apsapi.att.com",
55
+ "host": "localhost",
56
56
  "port": 8082,
57
57
  "choosepath": "",
58
58
  "base_path": "/",
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-att_mobility",
3
3
  "webName": "Adapter for Integration to AT&T Mobility",
4
+ "supportLevel": "community",
4
5
  "vendor": "AT&T",
5
6
  "product": "AT&T Mobility",
7
+ "techAlliance": false,
6
8
  "osVersion": [],
7
9
  "apiVersions": [
8
10
  "1.0.0"
@@ -46,7 +48,7 @@
46
48
  "storeLink": "",
47
49
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-att_mobility",
48
50
  "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-att_mobility",
49
- "docLink": "https://docs.itential.com/opensource/docs/att-mobility",
51
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-att_mobility/-/blob/master/README.md?ref_type=heads",
50
52
  "demoLinks": [],
51
53
  "trainingLinks": [
52
54
  {
@@ -57,7 +59,7 @@
57
59
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
58
60
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
59
61
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
60
- "webLink": "",
62
+ "webLink": "https://www.itential.com/adapters/integration-to-att-mobility/",
61
63
  "vendorLink": "https://www.att.com/",
62
64
  "productLink": "https://www.att.com/wireless/",
63
65
  "apiLinks": [
@@ -66,7 +68,9 @@
66
68
  "link": "https://apimarket.att.com/developer/quickstarts/rest-api/get-started",
67
69
  "public": true
68
70
  }
69
- ]
71
+ ],
72
+ "workshopLinks": [],
73
+ "workshopHomePage": "https://www.itential.com/get-started/"
70
74
  },
71
75
  "assets": [],
72
76
  "relatedItems": {
@@ -76,8 +80,5 @@
76
80
  "workflowProjects": [],
77
81
  "transformationProjects": [],
78
82
  "exampleProjects": []
79
- },
80
- "supportLevel": [
81
- "community"
82
- ]
83
+ }
83
84
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-att_mobility",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "This adapter integrates with system described as: att-mobility.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "AT&T Mobility",
7
7
  "wizardVersion": "2.44.7",
8
- "engineVersion": "1.67.19",
8
+ "engineVersion": "1.68.2",
9
9
  "adapterType": "http",
10
10
  "scripts": {
11
11
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -53,22 +53,22 @@
53
53
  "author": "Itential",
54
54
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-att_mobility#readme",
55
55
  "dependencies": {
56
- "@itentialopensource/adapter-utils": "^5.6.0",
56
+ "@itentialopensource/adapter-utils": "^5.7.0",
57
57
  "acorn": "^8.12.1",
58
58
  "ajv": "^8.17.1",
59
- "axios": "^1.7.2",
59
+ "axios": "^1.7.4",
60
60
  "commander": "^11.0.0",
61
61
  "dns-lookup-promise": "^1.0.4",
62
62
  "fs-extra": "^11.2.0",
63
63
  "json-query": "^2.2.2",
64
- "mocha": "^10.7.0",
64
+ "mocha": "^10.7.3",
65
65
  "mocha-param": "^2.0.1",
66
66
  "mongodb": "^4.16.0",
67
67
  "ping": "^0.4.4",
68
68
  "prompts": "^2.4.2",
69
69
  "readline-sync": "^1.4.10",
70
70
  "semver": "^7.6.3",
71
- "winston": "^3.13.1"
71
+ "winston": "^3.14.2"
72
72
  },
73
73
  "devDependencies": {
74
74
  "chai": "^4.3.7",
Binary file
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "0.4.5",
2
+ "version": "0.5.3",
3
3
  "configLines": 3064,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 2628,
6
- "testLines": 3567,
7
- "testCases": 165,
8
- "totalCodeLines": 7978,
6
+ "testLines": 3543,
7
+ "testCases": 164,
8
+ "totalCodeLines": 7954,
9
9
  "wfTasks": 31
10
10
  }
@@ -2,7 +2,7 @@
2
2
  "id": "Adapter-att_mobility",
3
3
  "type": "AttMobility",
4
4
  "properties": {
5
- "host": "apsapi.att.com",
5
+ "host": "localhost",
6
6
  "port": 8082,
7
7
  "choosepath": "",
8
8
  "base_path": "/",
@@ -135,7 +135,7 @@
135
135
  "ostypePrefix": "meraki-",
136
136
  "port": "{port}",
137
137
  "ipaddress": "{ip_addr}",
138
- "serial" : "{serial}"
138
+ "serial": "{serial}"
139
139
  }
140
140
  }
141
141
  ],
@@ -161,7 +161,7 @@
161
161
  "ostypePrefix": "meraki-",
162
162
  "port": "{port}",
163
163
  "ipaddress": "{ip_addr}",
164
- "serial" : "{serial}",
164
+ "serial": "{serial}",
165
165
  "id": "{myid}"
166
166
  }
167
167
  }
@@ -245,7 +245,7 @@
245
245
  "ostypePrefix": "meraki-",
246
246
  "port": "{port}",
247
247
  "ipaddress": "{ip_addr}",
248
- "serial" : "{serial}",
248
+ "serial": "{serial}",
249
249
  "id": "{myid}"
250
250
  }
251
251
  }
@@ -4,7 +4,6 @@
4
4
  /* eslint no-unused-vars: warn */
5
5
 
6
6
  const assert = require('assert');
7
- const http = require('http');
8
7
  const https = require('https');
9
8
  const mocha = require('mocha');
10
9
  const ping = require('ping');
@@ -53,29 +52,6 @@ describe('[integration] Adapter Test', () => {
53
52
  });
54
53
  });
55
54
 
56
- it('Support HTTP on port 80', (done) => {
57
- const requestOptions = {
58
- host,
59
- port: 80,
60
- method: 'HEAD'
61
- };
62
-
63
- const req = http.request(requestOptions, (res) => {
64
- try {
65
- assert.ok(res.statusCode >= 200 && res.statusCode < 400);
66
- done();
67
- } catch (error) {
68
- done(error);
69
- }
70
- });
71
-
72
- req.on('error', (err) => {
73
- done(err);
74
- });
75
-
76
- req.end();
77
- });
78
-
79
55
  it('Support HTTPS on port 443', (done) => {
80
56
  const requestOptions = {
81
57
  host,
@@ -315,15 +315,15 @@ describe('[unit] AttMobility Adapter Test', () => {
315
315
  assert.notEqual(null, packageDotJson.dependencies);
316
316
  assert.notEqual('', packageDotJson.dependencies);
317
317
  assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
318
- assert.equal('^1.7.2', packageDotJson.dependencies.axios);
318
+ assert.equal('^1.7.4', packageDotJson.dependencies.axios);
319
319
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
320
320
  assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
321
- assert.equal('^10.7.0', packageDotJson.dependencies.mocha);
321
+ assert.equal('^10.7.3', packageDotJson.dependencies.mocha);
322
322
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
323
323
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);
324
324
  assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
325
325
  assert.equal('^7.6.3', packageDotJson.dependencies.semver);
326
- assert.equal('^3.13.1', packageDotJson.dependencies.winston);
326
+ assert.equal('^3.14.2', packageDotJson.dependencies.winston);
327
327
  done();
328
328
  } catch (error) {
329
329
  log.error(`Test Failure: ${error}`);
@@ -561,7 +561,7 @@ describe('[unit] AttMobility Adapter Test', () => {
561
561
  log.error(`Adapter Exception: ${error}`);
562
562
  done(error);
563
563
  }
564
- });
564
+ }).timeout(attemptTimeout);
565
565
  });
566
566
 
567
567
  describe('propertiesSchema.json', () => {