@parra/parra-js-sdk 0.3.24 → 0.3.26

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.
@@ -894,7 +894,7 @@ export interface UserNote {
894
894
  status: UserNoteStatus;
895
895
  accepted_at?: string | null;
896
896
  rejected_at?: string | null;
897
- user?: TenantUserStub;
897
+ user: TenantUserStub;
898
898
  }
899
899
  export interface UserNoteCollectionResponse {
900
900
  page: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.24",
3
+ "version": "0.3.26",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",