@itentialopensource/adapter-paragon_ems_device_manager 0.1.2 → 0.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.
Files changed (46) hide show
  1. package/.eslintignore +0 -1
  2. package/.jshintrc +3 -0
  3. package/CALLS.md +47 -47
  4. package/CHANGELOG.md +16 -0
  5. package/CONTRIBUTING.md +1 -160
  6. package/ENHANCE.md +2 -2
  7. package/README.md +31 -22
  8. package/adapter.js +164 -334
  9. package/adapterBase.js +538 -873
  10. package/changelogs/changelog.md +24 -0
  11. package/entities/.system/action.json +1 -1
  12. package/entities/.system/schemaTokenReq.json +1 -1
  13. package/entities/.system/schemaTokenResp.json +1 -1
  14. package/metadata.json +47 -0
  15. package/package.json +23 -26
  16. package/pronghorn.json +474 -142
  17. package/propertiesSchema.json +452 -40
  18. package/refs?service=git-upload-pack +0 -0
  19. package/report/adapter-openapi.json +38961 -0
  20. package/report/adapter-openapi.yaml +42960 -0
  21. package/report/adapterInfo.json +8 -8
  22. package/report/updateReport1691507539375.json +120 -0
  23. package/report/updateReport1692202557008.json +120 -0
  24. package/report/updateReport1694461636875.json +120 -0
  25. package/report/updateReport1698420909524.json +120 -0
  26. package/sampleProperties.json +63 -2
  27. package/test/integration/adapterTestBasicGet.js +1 -1
  28. package/test/integration/adapterTestConnectivity.js +91 -42
  29. package/test/integration/adapterTestIntegration.js +130 -2
  30. package/test/unit/adapterBaseTestUnit.js +388 -313
  31. package/test/unit/adapterTestUnit.js +306 -109
  32. package/utils/adapterInfo.js +1 -1
  33. package/utils/addAuth.js +1 -1
  34. package/utils/artifactize.js +1 -1
  35. package/utils/checkMigrate.js +1 -1
  36. package/utils/entitiesToDB.js +1 -0
  37. package/utils/findPath.js +1 -1
  38. package/utils/methodDocumentor.js +71 -23
  39. package/utils/modify.js +13 -15
  40. package/utils/packModificationScript.js +1 -1
  41. package/utils/taskMover.js +309 -0
  42. package/utils/tbScript.js +3 -10
  43. package/utils/tbUtils.js +2 -3
  44. package/utils/testRunner.js +1 -1
  45. package/utils/troubleshootingAdapter.js +1 -3
  46. package/workflows/README.md +0 -3
Binary file