@itentialopensource/adapter-calix_support_cloud 0.2.0 → 0.2.1
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 +8 -0
- package/SYSTEMINFO.md +1 -1
- package/metadata.json +3 -2
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.2.1 [12-25-2023]
|
|
3
|
+
|
|
4
|
+
* update axios and metadata
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/cloud/adapter-calix_support_cloud!4
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
2
10
|
## 0.2.0 [11-10-2023]
|
|
3
11
|
|
|
4
12
|
* Adapter Engine has been updated and the changes are being migrated to the adapter
|
package/SYSTEMINFO.md
CHANGED
|
@@ -4,7 +4,7 @@ Vendor: Calix
|
|
|
4
4
|
Homepage: https://www.calix.com/
|
|
5
5
|
|
|
6
6
|
Product: Support Cloud
|
|
7
|
-
Product Page: https://www.calix.com/platforms/calix_cloud/
|
|
7
|
+
Product Page: https://www.calix.com/platforms/calix_cloud/service-cloud.html
|
|
8
8
|
|
|
9
9
|
## Introduction
|
|
10
10
|
We classify Calix Support Cloud into the Network Services domain as Calix Support Cloud provides network support and manages services.
|
package/metadata.json
CHANGED
|
@@ -35,12 +35,13 @@
|
|
|
35
35
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/cloud/adapter-calix_support_cloud",
|
|
36
36
|
"docLink": "",
|
|
37
37
|
"demoLinks": [],
|
|
38
|
+
"trainingLinks": [],
|
|
38
39
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
39
40
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
40
41
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
41
|
-
"webLink": "
|
|
42
|
+
"webLink": "",
|
|
42
43
|
"vendorLink": "https://www.calix.com/",
|
|
43
|
-
"productLink": "https://www.calix.com/platforms/calix_cloud/
|
|
44
|
+
"productLink": "https://www.calix.com/platforms/calix_cloud/service-cloud.html",
|
|
44
45
|
"apiLinks": [
|
|
45
46
|
"https://www.calix.com/content/dam/calix/mycalix-misc/archive/softwareprods/compass/net-mgmt/calix_support_cloud_nbi_api.pdf",
|
|
46
47
|
"https://documenter.getpostman.com/view/3367549/S1TN7M75"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-calix_support_cloud",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "This adapter integrates with system: Calix Support Cloud",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@itentialopensource/adapter-utils": "^5.3.0",
|
|
57
57
|
"acorn": "^8.10.0",
|
|
58
58
|
"ajv": "^8.12.0",
|
|
59
|
-
"axios": "^1.
|
|
59
|
+
"axios": "^1.6.2",
|
|
60
60
|
"commander": "^11.0.0",
|
|
61
61
|
"dns-lookup-promise": "^1.0.4",
|
|
62
62
|
"fs-extra": "^11.1.1",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -316,7 +316,7 @@ describe('[unit] Calix_support_cloud Adapter Test', () => {
|
|
|
316
316
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
317
317
|
assert.notEqual('', packageDotJson.dependencies);
|
|
318
318
|
assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
|
|
319
|
-
assert.equal('^1.
|
|
319
|
+
assert.equal('^1.6.2', packageDotJson.dependencies.axios);
|
|
320
320
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
321
321
|
assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
|
|
322
322
|
assert.equal('^10.2.0', packageDotJson.dependencies.mocha);
|