@itentialopensource/adapter-nokia_nsp_network_management 0.1.3 → 0.1.5
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 +16 -0
- package/TAB2.md +1 -2
- package/metadata.json +9 -6
- package/package.json +6 -6
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +112049 -0
- package/report/adapter-openapi.yaml +169974 -0
- package/report/adapterInfo.json +4 -4
- package/test/integration/adapterTestConnectivity.js +0 -24
- package/test/integration/adapterTestIntegration.js +13 -9
- package/test/unit/adapterTestUnit.js +14 -10
- package/compliance-report.json +0 -9
- package/compliance-report.txt +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.1.5 [09-13-2024]
|
|
3
|
+
|
|
4
|
+
* add workshop and fix vulnerabilities
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-nokia_nsp_network_management!5
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.1.4 [08-14-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.14_17:12PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-nokia_nsp_network_management!4
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.1.3 [08-06-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.08.06_18:13PM
|
package/TAB2.md
CHANGED
|
@@ -314,8 +314,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
```
|
|
317
|
-
### Swagger
|
|
317
|
+
### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-nokia_nsp_network_management/-/blob/master/report/adapter-openapi.json)
|
|
318
318
|
|
|
319
|
-
Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
|
|
320
319
|
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-nokia_nsp_network_management/-/blob/master/README.md)
|
|
321
320
|
|
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-nokia_nsp_network_management",
|
|
3
3
|
"webName": "nokia_nsp_network_management",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "Nokia",
|
|
5
6
|
"product": "NSP Network Infrastructure Management",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersions": [],
|
|
7
9
|
"apiVersions": [
|
|
8
10
|
"24.4"
|
|
@@ -26,8 +28,8 @@
|
|
|
26
28
|
"documentation": {
|
|
27
29
|
"storeLink": "",
|
|
28
30
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-nokia_nsp_network_management",
|
|
29
|
-
"repoLink": "https://gitlab.com
|
|
30
|
-
"docLink": "https://
|
|
31
|
+
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-nokia_nsp_network_management",
|
|
32
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-nokia_nsp_network_management/-/blob/master/README.md?ref_type=heads",
|
|
31
33
|
"demoLinks": [],
|
|
32
34
|
"trainingLinks": [
|
|
33
35
|
{
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
39
41
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
40
42
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
41
|
-
"webLink": "https://www.itential.com/adapters/nsp-network",
|
|
43
|
+
"webLink": "https://www.itential.com/adapters/nokia-nsp-network-management/",
|
|
42
44
|
"vendorLink": "https://www.nokia.com",
|
|
43
45
|
"productLink": "https://www.nokia.com/networks/ip-networks/network-services-platform/",
|
|
44
46
|
"apiLinks": [
|
|
@@ -47,7 +49,9 @@
|
|
|
47
49
|
"link": "https://network.developer.nokia.com/",
|
|
48
50
|
"public": true
|
|
49
51
|
}
|
|
50
|
-
]
|
|
52
|
+
],
|
|
53
|
+
"workshopLinks": [],
|
|
54
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
51
55
|
},
|
|
52
56
|
"assets": [],
|
|
53
57
|
"relatedItems": {
|
|
@@ -57,6 +61,5 @@
|
|
|
57
61
|
"workflowProjects": [],
|
|
58
62
|
"transformationProjects": [],
|
|
59
63
|
"exampleProjects": []
|
|
60
|
-
}
|
|
61
|
-
"supportLevel": "community"
|
|
64
|
+
}
|
|
62
65
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-nokia_nsp_network_management",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "This adapter integrates with system described as: NSP Network Infrastructure Management",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "nokia_nsp_network_management",
|
|
7
7
|
"wizardVersion": "2.44.7",
|
|
8
|
-
"engineVersion": "1.
|
|
8
|
+
"engineVersion": "1.68.2",
|
|
9
9
|
"adapterType": "http",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"author": "Itential",
|
|
53
53
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-nokia_nsp_network_management#readme",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
55
|
+
"@itentialopensource/adapter-utils": "^5.8.0",
|
|
56
56
|
"acorn": "^8.12.1",
|
|
57
57
|
"ajv": "^8.17.1",
|
|
58
|
-
"axios": "^1.7.
|
|
58
|
+
"axios": "^1.7.4",
|
|
59
59
|
"commander": "^11.0.0",
|
|
60
60
|
"dns-lookup-promise": "^1.0.4",
|
|
61
61
|
"fs-extra": "^11.2.0",
|
|
62
62
|
"json-query": "^2.2.2",
|
|
63
|
-
"mocha": "^10.7.
|
|
63
|
+
"mocha": "^10.7.3",
|
|
64
64
|
"mocha-param": "^2.0.1",
|
|
65
65
|
"mongodb": "^4.16.0",
|
|
66
66
|
"ping": "^0.4.4",
|
|
67
67
|
"prompts": "^2.4.2",
|
|
68
68
|
"readline-sync": "^1.4.10",
|
|
69
69
|
"semver": "^7.6.3",
|
|
70
|
-
"winston": "^3.
|
|
70
|
+
"winston": "^3.14.2"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"chai": "^4.3.7",
|
|
Binary file
|