From f54e76ab72d25034bc5a2facf15a2a359ae5d47a Mon Sep 17 00:00:00 2001 From: chatenium Date: Wed, 15 Apr 2026 16:11:01 +0200 Subject: [PATCH] Updated extraMetadata to allow any type of data --- package.json | 2 +- src/domain/common.schema.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d8a0b8..cd97064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatenium/chatenium-sdk", - "version": "1.1.10", + "version": "1.1.11", "description": "A library for interacting with the Chatenium API", "type": "module", "main": "dist/index.js", diff --git a/src/domain/common.schema.ts b/src/domain/common.schema.ts index 70ce6b6..300b955 100644 --- a/src/domain/common.schema.ts +++ b/src/domain/common.schema.ts @@ -24,5 +24,5 @@ export interface Attachment { path: string height: number width: number - extraMetaData: Record // Used by clients + extraMetaData: Record // Used by clients } \ No newline at end of file