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