@itentialopensource/adapter-infoblox 1.12.3 → 1.13.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 (49) hide show
  1. package/AUTH.md +4 -9
  2. package/CALLS.md +2033 -22
  3. package/CHANGELOG.md +16 -0
  4. package/CONTRIBUTING.md +1 -160
  5. package/ENHANCE.md +2 -2
  6. package/README.md +32 -23
  7. package/SYSTEMINFO.md +13 -3
  8. package/adapter.js +237 -333
  9. package/adapterBase.js +549 -879
  10. package/changelogs/changelog.md +212 -0
  11. package/entities/Networks/action.json +21 -0
  12. package/entities/Networks/mockdatafiles/listNetworkContainers.json +6 -0
  13. package/entities/Networks/requestSchema.json +2 -1
  14. package/entities/Networks/responseSchema.json +2 -1
  15. package/entities/Networks/schema.json +1 -0
  16. package/metadata.json +68 -0
  17. package/package.json +24 -24
  18. package/pronghorn.json +535 -169
  19. package/propertiesSchema.json +422 -31
  20. package/refs?service=git-upload-pack +0 -0
  21. package/report/adapter-openapi.json +11283 -0
  22. package/report/adapter-openapi.yaml +8812 -0
  23. package/report/adapterInfo.json +8 -8
  24. package/report/updateReport1691508491036.json +120 -0
  25. package/report/updateReport1692202976507.json +120 -0
  26. package/report/updateReport1694466431390.json +120 -0
  27. package/sampleProperties.json +63 -2
  28. package/test/integration/adapterTestBasicGet.js +2 -4
  29. package/test/integration/adapterTestConnectivity.js +91 -42
  30. package/test/integration/adapterTestIntegration.js +153 -2
  31. package/test/unit/adapterBaseTestUnit.js +388 -313
  32. package/test/unit/adapterTestUnit.js +355 -117
  33. package/utils/adapterInfo.js +1 -1
  34. package/utils/addAuth.js +1 -1
  35. package/utils/artifactize.js +1 -1
  36. package/utils/checkMigrate.js +1 -1
  37. package/utils/entitiesToDB.js +2 -2
  38. package/utils/findPath.js +1 -1
  39. package/utils/methodDocumentor.js +260 -0
  40. package/utils/modify.js +13 -15
  41. package/utils/packModificationScript.js +1 -1
  42. package/utils/pre-commit.sh +2 -0
  43. package/utils/taskMover.js +309 -0
  44. package/utils/tbScript.js +89 -34
  45. package/utils/tbUtils.js +41 -21
  46. package/utils/testRunner.js +1 -1
  47. package/utils/troubleshootingAdapter.js +9 -6
  48. package/workflows/Object entity.json +0 -1
  49. package/workflows/README.md +0 -3
@@ -1,3 +0,0 @@
1
- # Adapter Workflows
2
-
3
- This directory contains workflows that support the adapter use cases. These workflows can be imported into IAP. If the adapter is installed using App-Artifact the workflows should be automatically imported.