@itentialopensource/adapter-paragon_pathfinder 1.0.0 → 1.2.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 +0 -2812
- package/CHANGELOG.md +16 -0
- package/adapter.js +0 -39496
- package/package.json +1 -1
- package/pronghorn.json +0 -99689
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +0 -35252
- package/test/unit/adapterTestUnit.js +0 -13305
- package/entities/Authentication/action.json +0 -45
- package/entities/Authentication/schema.json +0 -20
- package/entities/Authorization/action.json +0 -105
- package/entities/Authorization/schema.json +0 -23
- package/entities/CommandService/action.json +0 -44
- package/entities/CommandService/schema.json +0 -20
- package/entities/ConfigOperationService/action.json +0 -184
- package/entities/ConfigOperationService/schema.json +0 -27
- package/entities/ConfigResourceService/action.json +0 -964
- package/entities/ConfigResourceService/schema.json +0 -66
- package/entities/ConfigTemplateService/action.json +0 -345
- package/entities/ConfigTemplateService/schema.json +0 -266
- package/entities/DeviceLCMService/action.json +0 -44
- package/entities/DeviceLCMService/schema.json +0 -20
- package/entities/DeviceOnboardingService/action.json +0 -105
- package/entities/DeviceOnboardingService/schema.json +0 -23
- package/entities/DevicemanagerService/action.json +0 -1770
- package/entities/DevicemanagerService/schema.json +0 -402
- package/entities/DevicemodelService/action.json +0 -2114
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportComponent-default.json +0 -49
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDevice-default.json +0 -29
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDeviceView-default.json +0 -53
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportInterface-default.json +0 -21
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicense-default.json +0 -45
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicenseFeature-default.json +0 -41
- package/entities/DevicemodelService/schema.json +0 -419
- package/entities/IamRPCService/action.json +0 -872
- package/entities/IamRPCService/schema.json +0 -325
- package/entities/IamService/action.json +0 -2740
- package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
- package/entities/IamService/schema.json +0 -670
- package/entities/InventoryService/action.json +0 -164
- package/entities/InventoryService/schema.json +0 -26
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
3
|
-
"configLines":
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"configLines": 30382,
|
|
4
4
|
"scriptLines": 1795,
|
|
5
|
-
"codeLines":
|
|
6
|
-
"testLines":
|
|
7
|
-
"testCases":
|
|
8
|
-
"totalCodeLines":
|
|
9
|
-
"wfTasks":
|
|
5
|
+
"codeLines": 14895,
|
|
6
|
+
"testLines": 14443,
|
|
7
|
+
"testCases": 584,
|
|
8
|
+
"totalCodeLines": 31133,
|
|
9
|
+
"wfTasks": 164
|
|
10
10
|
}
|