@parra/parra-js-sdk 0.3.29 → 0.3.30

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.
@@ -883,6 +883,7 @@ export interface UserNote {
883
883
  description?: string | null;
884
884
  tenant_id: string;
885
885
  user_id: string;
886
+ board_id: string;
886
887
  ticket_id?: string | null;
887
888
  status: UserNoteStatus;
888
889
  accepted_at?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",