@wix/reports 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/reports",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/reports_reports": "1.0.1"
24
+ "@wix/reports_reports": "1.0.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "f5cdaeb6bc8ffcc7ffeab6ab6ae0beb468be564bdcfa704368ae835c"
49
+ "falconPackageHash": "fd447f305643babddd5aedfb3d5cbeaef5f1c86b9f12c5fb6cf142d5"
50
50
  }
@@ -1241,7 +1241,9 @@ type _publicOnReportDeletedType = typeof onReportDeleted$1;
1241
1241
  declare const onReportDeleted: ReturnType<typeof createEventModule<_publicOnReportDeletedType>>;
1242
1242
 
1243
1243
  type _publicOnReportEntityReportSummaryChangedType = typeof onReportEntityReportSummaryChanged$1;
1244
- /** */
1244
+ /**
1245
+ * Triggered when count of reports by reason is updated.
1246
+ */
1245
1247
  declare const onReportEntityReportSummaryChanged: ReturnType<typeof createEventModule<_publicOnReportEntityReportSummaryChangedType>>;
1246
1248
 
1247
1249
  type _publicOnReportUpdatedType = typeof onReportUpdated$1;
@@ -1241,7 +1241,9 @@ type _publicOnReportDeletedType = typeof onReportDeleted$1;
1241
1241
  declare const onReportDeleted: ReturnType<typeof createEventModule<_publicOnReportDeletedType>>;
1242
1242
 
1243
1243
  type _publicOnReportEntityReportSummaryChangedType = typeof onReportEntityReportSummaryChanged$1;
1244
- /** */
1244
+ /**
1245
+ * Triggered when count of reports by reason is updated.
1246
+ */
1245
1247
  declare const onReportEntityReportSummaryChanged: ReturnType<typeof createEventModule<_publicOnReportEntityReportSummaryChangedType>>;
1246
1248
 
1247
1249
  type _publicOnReportUpdatedType = typeof onReportUpdated$1;