@timardex/cluemart-shared 1.5.630 → 1.5.631
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-6KNGLDLL.mjs → chunk-UXTUWVQB.mjs} +1 -1
- package/dist/{chunk-6KNGLDLL.mjs.map → chunk-UXTUWVQB.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.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.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Bw5yGyLM.d.ts → post-B3XIgDei.d.ts} +1 -0
- package/dist/{post-AUQDjZoJ.d.mts → post-WSgS-zIK.d.mts} +1 -0
- 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
|
@@ -1286,6 +1286,7 @@ interface PostFormData {
|
|
|
1286
1286
|
} | null;
|
|
1287
1287
|
tags?: string[] | null;
|
|
1288
1288
|
title: string;
|
|
1289
|
+
notifyUsers?: boolean | null;
|
|
1289
1290
|
}
|
|
1290
1291
|
type CreatePostFormData = CreateFormData<PostFormData>;
|
|
1291
1292
|
type PostContentType = Omit<PostContentFormData, "contentData"> & {
|
package/dist/index.d.ts
CHANGED
|
@@ -1286,6 +1286,7 @@ interface PostFormData {
|
|
|
1286
1286
|
} | null;
|
|
1287
1287
|
tags?: string[] | null;
|
|
1288
1288
|
title: string;
|
|
1289
|
+
notifyUsers?: boolean | null;
|
|
1289
1290
|
}
|
|
1290
1291
|
type CreatePostFormData = CreateFormData<PostFormData>;
|
|
1291
1292
|
type PostContentType = Omit<PostContentFormData, "contentData"> & {
|