@itentialopensource/adapter-paragon_pathfinder 0.1.1 → 1.1.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 +509 -673
- package/CHANGELOG.md +16 -1
- package/adapter.js +2189 -5559
- package/entities/Config/action.json +85 -0
- package/entities/{Authentication → Config}/schema.json +5 -3
- package/entities/Netconf/action.json +126 -0
- package/entities/{Authorization → Netconf}/schema.json +7 -6
- package/entities/Scheduler/action.json +168 -0
- package/entities/Scheduler/schema.json +26 -0
- package/entities/{IamService → Topology}/action.json +328 -666
- package/entities/Topology/schema.json +135 -0
- package/entities/TransportControllerGroups/action.json +146 -0
- package/entities/TransportControllerGroups/schema.json +25 -0
- package/entities/{Authorization → TransportControllers}/action.json +17 -16
- package/entities/TransportControllers/schema.json +23 -0
- package/package.json +1 -1
- package/pronghorn.json +25890 -25536
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/pathfinder-api-v2.json +30876 -0
- package/test/integration/adapterTestIntegration.js +4451 -7706
- package/test/unit/adapterTestUnit.js +1328 -1818
- package/entities/Authentication/action.json +0 -45
- package/entities/IamRPCService/action.json +0 -872
- package/entities/IamRPCService/schema.json +0 -325
- package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
- package/entities/IamService/schema.json +0 -670
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 1.1.0 [04-21-2023]
|
|
3
|
+
|
|
4
|
+
* Remove iam endpoints
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!3
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1.0.0 [04-21-2023]
|
|
11
|
+
|
|
12
|
+
* Add endpoints
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!2
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.1.1 [03-13-2023]
|
|
3
19
|
|
|
4
20
|
* Bug fixes and performance improvements
|
|
@@ -6,4 +22,3 @@
|
|
|
6
22
|
See commit e17c59a
|
|
7
23
|
|
|
8
24
|
---
|
|
9
|
-
|