@7365admin1/core 2.6.4 → 2.6.5

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,12 @@
1
1
  # @iservice365/core
2
2
 
3
+ ## 2.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d7e0e0b: update package
8
+ - a6c58c1: update utils package
9
+
3
10
  ## 2.6.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -3750,16 +3750,31 @@ declare function useNfcPatrolTagRepo(): {
3750
3750
  pages: number;
3751
3751
  pageRange: string;
3752
3752
  } | TNfcPatrolTag>;
3753
- updateNfcPatrolTagBySite: (...args: ["Configure", TNfcPatrolTagConfigureReset, {
3754
- tagUID: string;
3755
- status: typeof DEVICE_STATUS.CONFIGURED;
3756
- }, ClientSession?] | ["Reset", TNfcPatrolTagConfigureReset, {
3757
- status: typeof DEVICE_STATUS.NOT_CONFIGURED;
3758
- }, ClientSession?] | ["Edit", TNfcPatrolTagEdit, {
3759
- name: string;
3760
- tagID: string;
3761
- updatedBy: string | ObjectId;
3762
- }, ClientSession?]) => Promise<mongodb.UpdateResult<bson.Document>>;
3753
+ updateNfcPatrolTagBySite: (...args: [
3754
+ "Configure",
3755
+ TNfcPatrolTagConfigureReset,
3756
+ {
3757
+ tagUID: string;
3758
+ status: typeof DEVICE_STATUS.CONFIGURED;
3759
+ },
3760
+ ClientSession?
3761
+ ] | [
3762
+ "Reset",
3763
+ TNfcPatrolTagConfigureReset,
3764
+ {
3765
+ status: typeof DEVICE_STATUS.NOT_CONFIGURED;
3766
+ },
3767
+ ClientSession?
3768
+ ] | [
3769
+ "Edit",
3770
+ TNfcPatrolTagEdit,
3771
+ {
3772
+ name: string;
3773
+ tagID: string;
3774
+ updatedBy: string | ObjectId;
3775
+ },
3776
+ ClientSession?
3777
+ ]) => Promise<mongodb.UpdateResult<bson.Document>>;
3763
3778
  };
3764
3779
 
3765
3780
  type TOccurrenceBook = {