imessage-sdk 0.1.0 → 0.1.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.
- package/README.md +7 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,13 +9,10 @@ provider dependencies they use.
|
|
|
9
9
|
|
|
10
10
|
The package is ESM-only and ships JavaScript plus TypeScript declarations.
|
|
11
11
|
|
|
12
|
-
> This is a beta release. Install the prerelease with `pnpm add
|
|
13
|
-
imessage-sdk@beta` while the public API is being validated.
|
|
14
|
-
|
|
15
12
|
## Install
|
|
16
13
|
|
|
17
14
|
```bash
|
|
18
|
-
pnpm add imessage-sdk
|
|
15
|
+
pnpm add imessage-sdk @imessage-sdk/blooio
|
|
19
16
|
```
|
|
20
17
|
|
|
21
18
|
## Creating a client
|
|
@@ -452,12 +449,14 @@ within 60 seconds:
|
|
|
452
449
|
pnpm --filter @imessage-sdk/photon test:integration:stream
|
|
453
450
|
```
|
|
454
451
|
|
|
455
|
-
## v0.1
|
|
452
|
+
## v0.1 scope and stability
|
|
456
453
|
|
|
457
454
|
The initial model includes text, URL/blob/byte attachments, thread replies,
|
|
458
|
-
direct conversations, statuses, reactions, typing,
|
|
459
|
-
|
|
460
|
-
|
|
455
|
+
direct conversations, statuses, reactions, typing, typed capabilities, and
|
|
456
|
+
typed errors. These available normalized operations are stable. Webhook
|
|
457
|
+
verification and normalized webhook events remain experimental. Photon streams
|
|
458
|
+
and both providers' group implementations remain experimental provider-level
|
|
459
|
+
APIs.
|
|
461
460
|
|
|
462
461
|
It intentionally excludes FaceTime, polls, location sharing, contacts, message
|
|
463
462
|
effects, scheduling, provisioning, and automatic provider fallback.
|