@timardex/cluemart-shared 1.4.78 → 1.4.79

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.d.mts CHANGED
@@ -956,7 +956,7 @@ interface PartnerType extends BaseResourceType {
956
956
  declare enum EnumPostType {
957
957
  DAILY_MEETS = "daily_meets",
958
958
  DAILY_TIPS = "daily_tips",
959
- DAILY_POLL = "daily_poll"
959
+ DAILY_GAMES = "daily_games"
960
960
  }
961
961
  declare enum EnumPostContentType {
962
962
  IMAGE = "image",
package/dist/index.d.ts CHANGED
@@ -956,7 +956,7 @@ interface PartnerType extends BaseResourceType {
956
956
  declare enum EnumPostType {
957
957
  DAILY_MEETS = "daily_meets",
958
958
  DAILY_TIPS = "daily_tips",
959
- DAILY_POLL = "daily_poll"
959
+ DAILY_GAMES = "daily_games"
960
960
  }
961
961
  declare enum EnumPostContentType {
962
962
  IMAGE = "image",
package/dist/index.mjs CHANGED
@@ -6331,7 +6331,7 @@ import * as yup8 from "yup";
6331
6331
  var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
6332
6332
  EnumPostType2["DAILY_MEETS"] = "daily_meets";
6333
6333
  EnumPostType2["DAILY_TIPS"] = "daily_tips";
6334
- EnumPostType2["DAILY_POLL"] = "daily_poll";
6334
+ EnumPostType2["DAILY_GAMES"] = "daily_games";
6335
6335
  return EnumPostType2;
6336
6336
  })(EnumPostType || {});
6337
6337
  var EnumPostContentType = /* @__PURE__ */ ((EnumPostContentType2) => {