@timardex/cluemart-server-shared 1.0.210 → 1.0.211

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/index.cjs CHANGED
@@ -79,6 +79,7 @@ __export(index_exports, {
79
79
  updateAdStatuses: () => updateAdStatuses,
80
80
  updateAllEventDateTimeStatuses: () => updateAllEventDateTimeStatuses,
81
81
  updateRelationDatesToUnavailable: () => updateRelationDatesToUnavailable,
82
+ updateSingleDateTimeStatus: () => updateSingleDateTimeStatus,
82
83
  updateVendorBasedOnUserLicense: () => updateVendorBasedOnUserLicense,
83
84
  userLicenseSchema: () => userLicenseSchema
84
85
  });
@@ -9427,6 +9428,7 @@ var EnumPubSubEvents = /* @__PURE__ */ ((EnumPubSubEvents2) => {
9427
9428
  updateAdStatuses,
9428
9429
  updateAllEventDateTimeStatuses,
9429
9430
  updateRelationDatesToUnavailable,
9431
+ updateSingleDateTimeStatus,
9430
9432
  updateVendorBasedOnUserLicense,
9431
9433
  userLicenseSchema
9432
9434
  });