@avallon-labs/sdk 49.2.0 → 50.0.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 +0 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4168,8 +4168,6 @@ interface EmailDetail {
4168
4168
  inbox_id: string | null;
4169
4169
  /** @deprecated */
4170
4170
  email_agent_id: string | null;
4171
- /** @deprecated */
4172
- claim_id: string | null;
4173
4171
  direction: EmailDetailDirection;
4174
4172
  environment: EmailDetailEnvironment;
4175
4173
  from: string;
@@ -10085,8 +10083,6 @@ type SendEmailBody = {
10085
10083
  /** @minLength 1 */
10086
10084
  body: string;
10087
10085
  is_html?: boolean;
10088
- /** @deprecated */
10089
- claim_id?: string;
10090
10086
  /** @maxItems 10 */
10091
10087
  attachments?: SendEmailBodyAttachmentsItem[];
10092
10088
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "49.2.0",
3
+ "version": "50.0.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",