diff --git a/lib/client.ts b/lib/client.ts index b0c16a5..7263fd4 100644 --- a/lib/client.ts +++ b/lib/client.ts @@ -134,6 +134,7 @@ type NotificationAPIClientSDK = { getChannels: () => Promise<{ channels: SlackChannel[]; users: SlackUser[]; + me: SlackUser; }>; setChannel: (channelId: string) => Promise; }; diff --git a/package-lock.json b/package-lock.json index 63f8e64..208ac3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notificationapi/core", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@notificationapi/core", - "version": "1.0.2", + "version": "1.1.0", "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.14.10", diff --git a/package.json b/package.json index 912eabf..ad44775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notificationapi/core", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "main": "dist/main.js", "types": "dist/main.d.ts",