@itentialopensource/adapter-zero_networks 0.1.2 → 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.
Files changed (62) hide show
  1. package/.eslintignore +0 -1
  2. package/.jshintrc +3 -0
  3. package/AUTH.md +14 -18
  4. package/BROKER.md +31 -19
  5. package/CALLS.md +1175 -23
  6. package/CHANGELOG.md +16 -0
  7. package/PROPERTIES.md +5 -0
  8. package/README.md +60 -63
  9. package/SYSTEMINFO.md +14 -6
  10. package/TAB1.md +8 -0
  11. package/TAB2.md +83 -6564
  12. package/adapter.js +16661 -39
  13. package/compliance-report.json +9 -0
  14. package/compliance-report.txt +5 -0
  15. package/entities/Asset/action.json +872 -0
  16. package/entities/Asset/schema.json +43 -1
  17. package/entities/AssetOTIoT/action.json +851 -0
  18. package/entities/AssetOTIoT/schema.json +42 -1
  19. package/entities/Assets/action.json +83 -0
  20. package/entities/Assets/schema.json +5 -1
  21. package/entities/Download/action.json +88 -0
  22. package/entities/Download/schema.json +22 -0
  23. package/entities/Group/action.json +518 -0
  24. package/entities/Group/schema.json +26 -1
  25. package/entities/Groups/action.json +354 -0
  26. package/entities/Groups/schema.json +18 -1
  27. package/entities/GroupsCustom/action.json +20 -0
  28. package/entities/GroupsCustom/schema.json +2 -1
  29. package/entities/GroupsTag/action.json +45 -0
  30. package/entities/GroupsTag/schema.json +20 -0
  31. package/entities/MFAIdentity/action.json +295 -0
  32. package/entities/MFAIdentity/schema.json +32 -0
  33. package/entities/MFAInbound/action.json +21 -0
  34. package/entities/MFAInbound/schema.json +2 -1
  35. package/entities/MFAOutbound/action.json +21 -0
  36. package/entities/MFAOutbound/schema.json +2 -1
  37. package/entities/Rules/action.json +40 -0
  38. package/entities/Rules/schema.json +3 -1
  39. package/entities/RulesInbound/action.json +293 -0
  40. package/entities/RulesInbound/schema.json +32 -0
  41. package/entities/RulesOutboundAllow/action.json +21 -0
  42. package/entities/RulesOutboundAllow/schema.json +2 -1
  43. package/entities/SettingsInactiveAssets/action.json +45 -0
  44. package/entities/SettingsInactiveAssets/schema.json +20 -0
  45. package/entities/SettingsLicenses/action.json +25 -0
  46. package/entities/SettingsLicenses/schema.json +19 -0
  47. package/entities/User/action.json +291 -0
  48. package/entities/User/schema.json +15 -1
  49. package/entities/Users/action.json +21 -0
  50. package/entities/Users/schema.json +2 -1
  51. package/metadata.json +16 -4
  52. package/package.json +12 -14
  53. package/pronghorn.json +12801 -490
  54. package/propertiesSchema.json +133 -36
  55. package/refs?service=git-upload-pack +0 -0
  56. package/report/adapter-openapi.json +115977 -0
  57. package/report/adapterInfo.json +7 -7
  58. package/report/updateReport1715609939167.json +120 -0
  59. package/sampleProperties.json +43 -31
  60. package/test/integration/adapterTestIntegration.js +4700 -0
  61. package/test/unit/adapterTestUnit.js +8585 -8
  62. package/utils/artifactize.js +0 -0
@@ -0,0 +1,9 @@
1
+ {
2
+ "ComplianceEntries": [
3
+ {
4
+ "name": "Compliance Summary",
5
+ "numInvalidProjects": 0,
6
+ "numValidProjects": 0
7
+ }
8
+ ]
9
+ }
@@ -0,0 +1,5 @@
1
+ ---------------------------------------------------------------------------------------------
2
+ **** Project Compliance Summary ****
3
+ 0 project(s) are not valid
4
+ 0 project(s) are valid
5
+ ---------------------------------------------------------------------------------------------