jamespot-front-business 1.2.28 → 1.2.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.
- package/dist/types.d.ts +10 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -12556,6 +12556,8 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12556
12556
|
icon: string;
|
|
12557
12557
|
extension: string;
|
|
12558
12558
|
}[];
|
|
12559
|
+
allowAllDocuments: boolean;
|
|
12560
|
+
allowPdfEdit: boolean;
|
|
12559
12561
|
hasLicense: boolean;
|
|
12560
12562
|
} | undefined;
|
|
12561
12563
|
};
|
|
@@ -12716,6 +12718,8 @@ declare const Hook: {
|
|
|
12716
12718
|
icon: string;
|
|
12717
12719
|
extension: string;
|
|
12718
12720
|
}[];
|
|
12721
|
+
allowAllDocuments: boolean;
|
|
12722
|
+
allowPdfEdit: boolean;
|
|
12719
12723
|
hasLicense: boolean;
|
|
12720
12724
|
} | undefined;
|
|
12721
12725
|
};
|
|
@@ -12872,6 +12876,8 @@ declare const Hook: {
|
|
|
12872
12876
|
icon: string;
|
|
12873
12877
|
extension: string;
|
|
12874
12878
|
}[];
|
|
12879
|
+
allowAllDocuments: boolean;
|
|
12880
|
+
allowPdfEdit: boolean;
|
|
12875
12881
|
hasLicense: boolean;
|
|
12876
12882
|
} | undefined;
|
|
12877
12883
|
};
|
|
@@ -13028,6 +13034,8 @@ declare const Hook: {
|
|
|
13028
13034
|
icon: string;
|
|
13029
13035
|
extension: string;
|
|
13030
13036
|
}[];
|
|
13037
|
+
allowAllDocuments: boolean;
|
|
13038
|
+
allowPdfEdit: boolean;
|
|
13031
13039
|
hasLicense: boolean;
|
|
13032
13040
|
} | undefined;
|
|
13033
13041
|
};
|
|
@@ -13182,6 +13190,8 @@ declare const Hook: {
|
|
|
13182
13190
|
icon: string;
|
|
13183
13191
|
extension: string;
|
|
13184
13192
|
}[];
|
|
13193
|
+
allowAllDocuments: boolean;
|
|
13194
|
+
allowPdfEdit: boolean;
|
|
13185
13195
|
hasLicense: boolean;
|
|
13186
13196
|
} | undefined;
|
|
13187
13197
|
})[T] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@reduxjs/toolkit": "1.9.0",
|
|
45
45
|
"@types/uuid": "^10.0.0",
|
|
46
|
-
"jamespot-user-api": "^1.2.
|
|
46
|
+
"jamespot-user-api": "^1.2.30",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|