@hraness/ghostget 0.18.0 → 0.18.3

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 (76) hide show
  1. package/CHANGELOG.md +315 -0
  2. package/README.md +7 -7
  3. package/dist/apple-photos-client.js +2 -1
  4. package/dist/beeper-client.js +2 -1
  5. package/dist/client.js +1 -0
  6. package/dist/imessage-direct-install-2gm3kge7.js +324 -0
  7. package/dist/index-01eeae9e.js +5 -0
  8. package/dist/index-2ymnp8xv.js +145 -0
  9. package/dist/{index-9wca02er.js → index-cnbz0gws.js} +1 -1
  10. package/dist/index-en5hycxp.js +175 -0
  11. package/dist/index-n4szk3nw.js +50 -0
  12. package/dist/index-yq6maz71.js +1105 -0
  13. package/dist/index-z1w83f81.js +4 -0
  14. package/dist/index.js +4 -47
  15. package/dist/messaging-automation-api.js +21 -0
  16. package/dist/messaging-automation-j4274hvc.js +609 -0
  17. package/dist/messaging-native-install-8w1j36ah.js +16 -0
  18. package/dist/messaging.js +1 -0
  19. package/dist/omni-client.js +1 -0
  20. package/dist/whatsapp-automation-runtime-hgh1e9rm.js +845 -0
  21. package/dist/whatsapp-client.js +1 -0
  22. package/docs/control-panel.md +2 -2
  23. package/docs/imessage-direct-provider.md +31 -7
  24. package/docs/messaging-automation.md +103 -0
  25. package/package.json +22 -2
  26. package/skills/ghostget/references/control-panel.md +1 -1
  27. package/skills/ghostget/references/install.md +5 -5
  28. package/skills/ghostget/references/linkedin-adapter.md +215 -13
  29. package/skills/ghostget/references/platform-patterns.md +1 -1
  30. package/src/args.ts +18 -5
  31. package/src/assets/adapters/imessage/wrench-web-adapter.json +126 -0
  32. package/src/assets/adapters/linkedin/wrench-web-adapter.json +1 -1
  33. package/src/assets/adapters/whatsapp/wrench-web-adapter.json +144 -0
  34. package/src/assets/messaging-runtime/NOTICE.txt +2580 -0
  35. package/src/assets/messaging-runtime/imsg-darwin-arm64.gz +0 -0
  36. package/src/assets/messaging-runtime/phone-number-info.plist.gz +0 -0
  37. package/src/assets/messaging-runtime/phone-number-metadata.json.gz +0 -0
  38. package/src/assets/messaging-runtime/phone-number-privacy.plist.gz +0 -0
  39. package/src/assets/messaging-runtime/wacli-darwin-arm64.gz +0 -0
  40. package/src/beeper-client-types.ts +1 -1
  41. package/src/ghostget.ts +16 -4
  42. package/src/messaging-automation-api.ts +12 -0
  43. package/src/messaging-automation-descriptors.ts +29 -0
  44. package/src/messaging-automation-factory.ts +148 -0
  45. package/src/messaging-automation-server.ts +183 -0
  46. package/src/messaging-automation-types.ts +155 -0
  47. package/src/messaging-automation-validation.ts +110 -0
  48. package/src/messaging-automation.ts +356 -0
  49. package/src/plugins/imessage-direct/plugin.ts +12 -1
  50. package/src/plugins/imessage-direct/vendor/0003-feat-rpc-add-no-fetch-rich-cards.patch +276 -0
  51. package/src/plugins/imessage-direct/vendor/provenance.json +84 -10
  52. package/src/plugins/linkedin-web/plugin.ts +1 -1
  53. package/src/plugins/whatsapp-linked-device/plugin.ts +7 -2
  54. package/src/plugins/whatsapp-linked-device/vendor/0001-ghostget-private-messaging.patch +1093 -0
  55. package/src/plugins/whatsapp-linked-device/vendor/README.md +39 -0
  56. package/src/plugins/whatsapp-linked-device/vendor/provenance.json +45 -0
  57. package/src/provider-plugin.ts +14 -0
  58. package/src/providers/imessage-automation.ts +250 -0
  59. package/src/providers/imessage-direct-install.ts +7 -0
  60. package/src/providers/imessage-direct-runtime.ts +32 -2
  61. package/src/providers/imessage-direct.ts +13 -3
  62. package/src/providers/linkedin-contact-failure.ts +21 -0
  63. package/src/providers/linkedin-contact-platform.ts +8 -1
  64. package/src/providers/linkedin-contact-program.ts +31 -6
  65. package/src/providers/linkedin-web-contact.ts +1072 -51
  66. package/src/providers/linkedin-web-profile-browser.ts +659 -45
  67. package/src/providers/linkedin-web-runtime.ts +1 -0
  68. package/src/providers/linkedin-web.ts +46 -2
  69. package/src/providers/messaging-native-artifacts.ts +38 -0
  70. package/src/providers/messaging-native-install.ts +75 -0
  71. package/src/providers/whatsapp-automation-runtime.ts +240 -0
  72. package/src/providers/whatsapp-automation.ts +153 -0
  73. package/src/usage.ts +3 -1
  74. package/src/version.ts +1 -1
  75. package/src/web-session-contract-definitions.ts +1 -1
  76. package/tsconfig.json +3 -0
package/src/usage.ts CHANGED
@@ -36,7 +36,8 @@ export const ghostgetUsage = `Usage:
36
36
  ghostget interface export [adapter] Export installed semantic interfaces as OpenAPI
37
37
  ghostget interface import <openapi.json> [--expected-digest <sha256>]
38
38
  Save an inert draft; review and activate it in the native app
39
- ghostget imessage transport install --binary <absolute-reviewed-imsg-file> [--json]
39
+ ghostget whatsapp automation install [--binary <absolute-reviewed-wacli-file>] [--json]
40
+ ghostget imessage transport install [--binary <absolute-reviewed-imsg-file>] [--json]
40
41
  Install only the current reviewed iMessage transport bytes
41
42
  ghostget plugin list [--json] List trusted source and installed portable plugins
42
43
  ghostget plugin show <id> [--json] Inspect one source or portable plugin
@@ -100,6 +101,7 @@ export const ghostgetUsage = `Usage:
100
101
  --output <new-absolute-directory> [--json]
101
102
  # local wacli.db bundle only; no send, pairing, or cloud sync
102
103
 
104
+ ghostget messaging automation serve --stdio
103
105
  ghostget messaging routes --input <-|@absolute-private-file>
104
106
  --private-output <absolute-mode-0600-file> [--json]
105
107
  ghostget messaging resolve --input <-|@absolute-private-file>
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /** Canonical immutable Ghostget package release identity. */
2
- export const GHOSTGET_VERSION = "0.18.0" as const;
2
+ export const GHOSTGET_VERSION = "0.18.3" as const;
@@ -577,7 +577,7 @@ const linkedin = {
577
577
  "contacts.read",
578
578
  LINKEDIN_WEB_OPERATIONS["contacts.read"].risk,
579
579
  LINKEDIN_WEB_OPERATIONS["contacts.read"].state,
580
- "reviewed contained-Chrome 1st-degree Contact-info read: bind the signed-in viewer, require a 1st-degree relationship on the requested vanity from classic Profile embeds or Como rehydration, then project page-embedded Contact-info fields or GET voyagerIdentityDashProfileContactInfo and project email plus any shown profile link, connected-since date, phones, websites, or birthday",
580
+ "reviewed contained-Chrome 1st-degree Contact-info read: bind the signed-in viewer, require 1st-degree from Profile embeds or Como, project embedded Contact-info fields while skipping non-bounded SDUI labels, or click the unique Contact info control on the opened profile and project that modal; keep synthetic navigation POST and navigation GETs rejected, treat an HTML-200 shell that omits Email as omitted fields, and do not invent Email",
581
581
  LINKEDIN_WEB_OPERATIONS["contacts.read"].contractVersion,
582
582
  ),
583
583
  "feeds.read": contract(
package/tsconfig.json CHANGED
@@ -29,6 +29,9 @@
29
29
  ],
30
30
  "@hraness/ghostget/messaging": [
31
31
  "./src/messaging.ts"
32
+ ],
33
+ "@hraness/ghostget/messaging-automation": [
34
+ "./src/messaging-automation-types.ts"
32
35
  ]
33
36
  },
34
37
  "verbatimModuleSyntax": true,