@avallon-labs/sdk 23.10.0 → 23.11.0

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 (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2049,6 +2049,7 @@ interface EmailThread {
2049
2049
  subject: string | null;
2050
2050
  last_email_at: string;
2051
2051
  first_sender: string;
2052
+ first_recipient: string | null;
2052
2053
  message_count: number;
2053
2054
  }
2054
2055
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "23.10.0",
3
+ "version": "23.11.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",