@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/{chunk-FL4P2WWM.mjs → chunk-DQ6UJCMJ.mjs} +2 -2
- package/dist/{chunk-FL4P2WWM.mjs.map → chunk-DQ6UJCMJ.mjs.map} +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DZF3nYKf.d.mts → post-C3sp4MK_.d.mts} +1 -1
- package/dist/{post-DdErP7-k.d.ts → post-YUdzRTPS.d.ts} +1 -1
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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["
|
|
6334
|
+
EnumPostType2["DAILY_GAMES"] = "daily_games";
|
|
6335
6335
|
return EnumPostType2;
|
|
6336
6336
|
})(EnumPostType || {});
|
|
6337
6337
|
var EnumPostContentType = /* @__PURE__ */ ((EnumPostContentType2) => {
|