@smartbills/react-hooks-sdk 1.1.0-alpha.24 → 1.1.0-alpha.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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/index.d.ts +3 -0
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.1.0-alpha.26",
|
|
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.
|
|
32
|
+
"@smartbills/sdk": "1.1.0-alpha.26"
|
|
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": "
|
|
59
|
+
"gitHead": "d045285288340fde3bdb12f1224d19c2d1756198"
|
|
60
60
|
}
|