@smartbills/react-hooks-sdk 1.1.0-alpha.24 → 1.1.0-alpha.25

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.
@@ -820,6 +820,9 @@ interface PresignedUploadFileInput {
820
820
  fileName: string;
821
821
  contentType: string;
822
822
  fileSize?: number;
823
+ note?: string;
824
+ categoryId?: number;
825
+ expenseReportId?: number;
823
826
  }
824
827
  interface PresignedUploadInput {
825
828
  files: Array<PresignedUploadFileInput>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbills/react-hooks-sdk",
3
- "version": "1.1.0-alpha.24",
3
+ "version": "1.1.0-alpha.25",
4
4
  "description": "React hooks SDK for the Smartbills API",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.cjs",
@@ -29,7 +29,7 @@
29
29
  "clean": "rm -rf dist"
30
30
  },
31
31
  "dependencies": {
32
- "@smartbills/sdk": "1.1.0-alpha.24"
32
+ "@smartbills/sdk": "1.1.0-alpha.25"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@tanstack/react-query": "^5.62.0",
@@ -56,5 +56,5 @@
56
56
  "registry": "https://registry.npmjs.org/"
57
57
  },
58
58
  "packageManager": "yarn@4.7.0",
59
- "gitHead": "774e1fbf0e14869280fa8f080877d3e39593307e"
59
+ "gitHead": "7d454e3e99de1b4aa1e063edce17bad1ece4a6c9"
60
60
  }