@mcesystems/apple-kit 1.0.0 → 1.0.2

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 (88) hide show
  1. package/dist/index.js +470 -404
  2. package/dist/index.js.map +4 -4
  3. package/dist/types/index.d.ts +6 -3
  4. package/dist/types/index.d.ts.map +1 -1
  5. package/dist/types/logic/actions/activation.d.ts +12 -0
  6. package/dist/types/logic/actions/activation.d.ts.map +1 -0
  7. package/dist/types/logic/actions/device.d.ts +27 -0
  8. package/dist/types/logic/actions/device.d.ts.map +1 -0
  9. package/dist/types/logic/actions/install.d.ts +9 -0
  10. package/dist/types/logic/actions/install.d.ts.map +1 -0
  11. package/dist/types/logic/actions/pair.d.ts +6 -0
  12. package/dist/types/logic/actions/pair.d.ts.map +1 -0
  13. package/dist/types/logic/actions/proxy.d.ts +3 -0
  14. package/dist/types/logic/actions/proxy.d.ts.map +1 -0
  15. package/dist/types/logic/appleDeviceKit.d.ts +53 -7
  16. package/dist/types/logic/appleDeviceKit.d.ts.map +1 -1
  17. package/dist/types/logic/dataParser.d.ts +23 -0
  18. package/dist/types/logic/dataParser.d.ts.map +1 -0
  19. package/dist/types/logic/devicesMonitor.d.ts.map +1 -1
  20. package/dist/types/logic/enrollment.d.ts +56 -0
  21. package/dist/types/logic/enrollment.d.ts.map +1 -0
  22. package/dist/types/logic/skipSetup.d.ts +81 -0
  23. package/dist/types/logic/skipSetup.d.ts.map +1 -0
  24. package/dist/types/types/skipSteps.d.ts +136 -0
  25. package/dist/types/types/skipSteps.d.ts.map +1 -0
  26. package/dist/types/types.d.ts +22 -5
  27. package/dist/types/types.d.ts.map +1 -1
  28. package/dist/types/utils/debug.d.ts +8 -0
  29. package/dist/types/utils/debug.d.ts.map +1 -1
  30. package/dist/types/utils/idevicePath.d.ts +3 -0
  31. package/dist/types/utils/idevicePath.d.ts.map +1 -1
  32. package/dist/types/utils/usbmuxd.d.ts +19 -0
  33. package/dist/types/utils/usbmuxd.d.ts.map +1 -0
  34. package/dist/types/utils/wifiProfile.d.ts +72 -0
  35. package/dist/types/utils/wifiProfile.d.ts.map +1 -0
  36. package/package.json +4 -3
  37. package/resources/bin/windows/ideviceactivation.exe +0 -0
  38. package/resources/bin/windows/libideviceactivation-1.0.dll +0 -0
  39. package/resources/bin/windows/libimobiledevice-1.0.dll +0 -0
  40. package/resources/bin/windows/libimobiledevice-glue-1.0.dll +0 -0
  41. package/resources/bin/windows/libplist-2.0.dll +0 -0
  42. package/resources/bin/windows/libusbmuxd-2.0.dll +0 -0
  43. package/resources/lib/include/libimobiledevice/afc.h +413 -0
  44. package/resources/lib/include/libimobiledevice/bt_packet_logger.h +156 -0
  45. package/resources/lib/include/libimobiledevice/companion_proxy.h +212 -0
  46. package/resources/lib/include/libimobiledevice/debugserver.h +272 -0
  47. package/resources/lib/include/libimobiledevice/diagnostics_relay.h +228 -0
  48. package/resources/lib/include/libimobiledevice/file_relay.h +166 -0
  49. package/resources/lib/include/libimobiledevice/heartbeat.h +137 -0
  50. package/resources/lib/include/libimobiledevice/house_arrest.h +180 -0
  51. package/resources/lib/include/libimobiledevice/installation_proxy.h +505 -0
  52. package/resources/lib/include/libimobiledevice/libimobiledevice.h +444 -0
  53. package/resources/lib/include/libimobiledevice/lockdown.h +577 -0
  54. package/resources/lib/include/libimobiledevice/misagent.h +168 -0
  55. package/resources/lib/include/libimobiledevice/mobile_image_mounter.h +275 -0
  56. package/resources/lib/include/libimobiledevice/mobileactivation.h +192 -0
  57. package/resources/lib/include/libimobiledevice/mobilebackup.h +246 -0
  58. package/resources/lib/include/libimobiledevice/mobilebackup2.h +214 -0
  59. package/resources/lib/include/libimobiledevice/mobilesync.h +359 -0
  60. package/resources/lib/include/libimobiledevice/notification_proxy.h +202 -0
  61. package/resources/lib/include/libimobiledevice/ostrace.h +198 -0
  62. package/resources/lib/include/libimobiledevice/preboard.h +187 -0
  63. package/resources/lib/include/libimobiledevice/property_list_service.h +184 -0
  64. package/resources/lib/include/libimobiledevice/restore.h +179 -0
  65. package/resources/lib/include/libimobiledevice/reverse_proxy.h +213 -0
  66. package/resources/lib/include/libimobiledevice/sbservices.h +175 -0
  67. package/resources/lib/include/libimobiledevice/screenshotr.h +118 -0
  68. package/resources/lib/include/libimobiledevice/service.h +202 -0
  69. package/resources/lib/include/libimobiledevice/syslog_relay.h +184 -0
  70. package/resources/lib/include/libimobiledevice/webinspector.h +137 -0
  71. package/resources/lib/include/plist/Array.h +80 -0
  72. package/resources/lib/include/plist/Boolean.h +48 -0
  73. package/resources/lib/include/plist/Data.h +50 -0
  74. package/resources/lib/include/plist/Date.h +54 -0
  75. package/resources/lib/include/plist/Dictionary.h +73 -0
  76. package/resources/lib/include/plist/Integer.h +54 -0
  77. package/resources/lib/include/plist/Key.h +49 -0
  78. package/resources/lib/include/plist/Node.h +57 -0
  79. package/resources/lib/include/plist/Real.h +48 -0
  80. package/resources/lib/include/plist/String.h +52 -0
  81. package/resources/lib/include/plist/Structure.h +62 -0
  82. package/resources/lib/include/plist/Uid.h +48 -0
  83. package/resources/lib/include/plist/plist++.h +39 -0
  84. package/resources/lib/include/plist/plist.h +1448 -0
  85. package/resources/lib/libimobiledevice-1.0.dll +0 -0
  86. package/resources/lib/libimobiledevice-1.0.dll.a +0 -0
  87. package/resources/lib/libplist-2.0.dll +0 -0
  88. package/resources/lib/libplist-2.0.dll.a +0 -0
Binary file
Binary file