@7365admin1/core 3.19.0 → 3.20.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/core
2
2
 
3
+ ## 3.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4fa2cd1: release changes in visitor-management api, etc.
8
+
3
9
  ## 3.19.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -2409,7 +2409,7 @@ declare function parseDahuaFind(text: string): {
2409
2409
  plateNumber: string | undefined;
2410
2410
  };
2411
2411
  declare function useVehicleService(): {
2412
- add: (value: TVehicle, session?: ClientSession) => Promise<string>;
2412
+ add: (value: TVehicle, session?: ClientSession, user?: string) => Promise<string>;
2413
2413
  deleteVehicle: (_id: string, recno: string, site: string, type: string, bypass?: boolean) => Promise<string>;
2414
2414
  approveVehicleById: (id: string, orgId: string, siteId: string) => Promise<string>;
2415
2415
  processDeletingExpiredVehicles: () => Promise<string>;