@kookee/sdk 0.0.27 → 0.0.28

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.
package/dist/index.d.cts CHANGED
@@ -257,6 +257,7 @@ interface FeedbackAuthor {
257
257
  name: string;
258
258
  image: string | null;
259
259
  isTeamMember?: boolean;
260
+ externalId?: string | null;
260
261
  }
261
262
  interface FeedbackAssignee {
262
263
  id: string;
package/dist/index.d.ts CHANGED
@@ -257,6 +257,7 @@ interface FeedbackAuthor {
257
257
  name: string;
258
258
  image: string | null;
259
259
  isTeamMember?: boolean;
260
+ externalId?: string | null;
260
261
  }
261
262
  interface FeedbackAssignee {
262
263
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kookee/sdk",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Official Kookee SDK - Access your blog, changelog, help center, and more",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",