@timardex/cluemart-server-shared 1.0.250 → 1.0.251

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.
@@ -38,7 +38,7 @@ import {
38
38
  resourceRelationsSchema,
39
39
  termsAgreementSchema,
40
40
  userLicenseSchema
41
- } from "../chunk-IFNK65HN.mjs";
41
+ } from "../chunk-VDAGFBU4.mjs";
42
42
  export {
43
43
  APP_SETTINGS_ID,
44
44
  AdModel,
@@ -7438,7 +7438,7 @@ function createPushMessages({
7438
7438
  messages.push({
7439
7439
  body: message,
7440
7440
  data: { ...data },
7441
- sound: "default",
7441
+ sound: "tui.wav",
7442
7442
  title,
7443
7443
  to: token
7444
7444
  });