@timardex/cluemart-shared 1.5.700 → 1.5.701
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/{auth-UPb1_jVK.d.ts → auth-Cp3BRIVM.d.ts} +1 -1
- package/dist/{auth-Dz2MAssU.d.mts → auth-Dvp1IEH_.d.mts} +1 -1
- package/dist/{chunk-SHKKKI2H.mjs → chunk-JBHXZ3PH.mjs} +1 -2
- package/dist/chunk-JBHXZ3PH.mjs.map +1 -0
- package/dist/{contactUs-OVbcfAJw.d.mts → contactUs-B6lQQq-x.d.mts} +1 -1
- package/dist/{contactUs-Bj_OPrzH.d.ts → contactUs-DA3p41Uq.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BDCEwnuZ.d.ts → global-585slmSH.d.ts} +1 -2
- package/dist/{global-Oy5CuI_n.d.mts → global-BEUzBSyY.d.mts} +1 -2
- package/dist/graphql/index.cjs +0 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +0 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-CheTdj4a.d.mts → resourceActivities-CZqXBve8.d.mts} +1 -1
- package/dist/{resourceActivities-Du-3z7E1.d.ts → resourceActivities-CjJdhVR7.d.ts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-SHKKKI2H.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -231,7 +231,6 @@ type RelationDate = {
|
|
|
231
231
|
interface RelationType {
|
|
232
232
|
_id?: string;
|
|
233
233
|
active: boolean;
|
|
234
|
-
apiMessage?: string | null;
|
|
235
234
|
chatId: string;
|
|
236
235
|
createdAt?: Date;
|
|
237
236
|
deletedAt?: Date | null;
|
|
@@ -243,7 +242,7 @@ interface RelationType {
|
|
|
243
242
|
vendorId: string;
|
|
244
243
|
}
|
|
245
244
|
/** GraphQL RelationInputType — chatId is optional; server assigns it on create. */
|
|
246
|
-
type RelationInputType = Omit<RelationType, "_id" | "
|
|
245
|
+
type RelationInputType = Omit<RelationType, "_id" | "chatId" | "createdAt" | "updatedAt" | "deletedAt"> & {
|
|
247
246
|
chatId?: string;
|
|
248
247
|
};
|
|
249
248
|
|
package/dist/index.d.ts
CHANGED
|
@@ -231,7 +231,6 @@ type RelationDate = {
|
|
|
231
231
|
interface RelationType {
|
|
232
232
|
_id?: string;
|
|
233
233
|
active: boolean;
|
|
234
|
-
apiMessage?: string | null;
|
|
235
234
|
chatId: string;
|
|
236
235
|
createdAt?: Date;
|
|
237
236
|
deletedAt?: Date | null;
|
|
@@ -243,7 +242,7 @@ interface RelationType {
|
|
|
243
242
|
vendorId: string;
|
|
244
243
|
}
|
|
245
244
|
/** GraphQL RelationInputType — chatId is optional; server assigns it on create. */
|
|
246
|
-
type RelationInputType = Omit<RelationType, "_id" | "
|
|
245
|
+
type RelationInputType = Omit<RelationType, "_id" | "chatId" | "createdAt" | "updatedAt" | "deletedAt"> & {
|
|
247
246
|
chatId?: string;
|
|
248
247
|
};
|
|
249
248
|
|