@sayna-ai/node-sdk 0.0.16 → 0.0.18
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 +1 -0
- package/dist/index.cjs +59 -2891
- package/dist/index.cjs.map +5 -19
- package/dist/index.js +39 -2874
- package/dist/index.js.map +5 -19
- package/dist/sayna-client.d.ts +8 -0
- package/dist/sayna-client.d.ts.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/webhook-receiver.d.ts.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -428,6 +428,7 @@ The `receive` method returns a `WebhookSIPOutput` object with the following stru
|
|
|
428
428
|
| `to_phone_number` | `string` | Called phone number (E.164 format). |
|
|
429
429
|
| `room_prefix` | `string` | Room name prefix configured in Sayna. |
|
|
430
430
|
| `sip_host` | `string` | SIP domain extracted from the To header. |
|
|
431
|
+
| `sip_headers` | `Record<string, string>?` | SIP headers from the incoming call (optional). |
|
|
431
432
|
|
|
432
433
|
## Development
|
|
433
434
|
|