@timardex/cluemart-shared 1.2.77 → 1.2.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/{ad-xdJwfxlP.d.ts → ad-CLjv4m2E.d.ts} +1 -1
- package/dist/{ad-gZ1qDsbZ.d.mts → ad-CcI9-QNk.d.mts} +1 -1
- package/dist/{auth-CUYS6mTa.d.ts → auth-BUwz80HU.d.ts} +1 -1
- package/dist/{auth-3LaB7wSd.d.mts → auth-L5bnPQy9.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-C36I4j_Z.d.ts → global-DT-3QYQ7.d.ts} +3 -3
- package/dist/{global-Cc11i_-I.d.mts → global-QQsak61D.d.mts} +3 -3
- package/dist/graphql/index.cjs +1 -8
- 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 -8
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +5 -4
- 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 +5 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +6 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -10
- package/dist/index.d.ts +5 -10
- package/dist/index.mjs +6 -12
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-DB-fx51l.d.mts → resourceActivities-CJRTZROh.d.mts} +2 -7
- package/dist/{resourceActivities-Ezt7CDPH.d.ts → resourceActivities-CVwxvGeC.d.ts} +2 -7
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-DT-3QYQ7.js';
|
|
3
3
|
|
|
4
4
|
interface TesterFormData {
|
|
5
5
|
approved: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-QQsak61D.mjs';
|
|
3
3
|
|
|
4
4
|
interface TesterFormData {
|
|
5
5
|
approved: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-QQsak61D.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DT-3QYQ7.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -16,14 +16,15 @@ interface RelationType {
|
|
|
16
16
|
_id?: string;
|
|
17
17
|
active: boolean;
|
|
18
18
|
apiMessage?: string;
|
|
19
|
+
chatId: string;
|
|
19
20
|
createdAt?: string;
|
|
20
21
|
deletedAt?: string | null;
|
|
21
|
-
lastUpdateBy: EnumResourceType;
|
|
22
22
|
eventId: string;
|
|
23
|
+
lastUpdateBy: EnumResourceType;
|
|
23
24
|
relationDates: RelationDate[];
|
|
24
25
|
relationType: EnumRelationResource;
|
|
25
|
-
vendorId: string;
|
|
26
26
|
updatedAt?: string;
|
|
27
|
+
vendorId: string;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
type StallType = {
|
|
@@ -327,7 +328,6 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
|
|
|
327
328
|
_id: string;
|
|
328
329
|
adIds?: string[] | null;
|
|
329
330
|
associates: AssociateType[] | null;
|
|
330
|
-
chatIds?: string[] | null;
|
|
331
331
|
createdAt: Date;
|
|
332
332
|
deletedAt: Date | null;
|
|
333
333
|
owner: OwnerType;
|
|
@@ -16,14 +16,15 @@ interface RelationType {
|
|
|
16
16
|
_id?: string;
|
|
17
17
|
active: boolean;
|
|
18
18
|
apiMessage?: string;
|
|
19
|
+
chatId: string;
|
|
19
20
|
createdAt?: string;
|
|
20
21
|
deletedAt?: string | null;
|
|
21
|
-
lastUpdateBy: EnumResourceType;
|
|
22
22
|
eventId: string;
|
|
23
|
+
lastUpdateBy: EnumResourceType;
|
|
23
24
|
relationDates: RelationDate[];
|
|
24
25
|
relationType: EnumRelationResource;
|
|
25
|
-
vendorId: string;
|
|
26
26
|
updatedAt?: string;
|
|
27
|
+
vendorId: string;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
type StallType = {
|
|
@@ -327,7 +328,6 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
|
|
|
327
328
|
_id: string;
|
|
328
329
|
adIds?: string[] | null;
|
|
329
330
|
associates: AssociateType[] | null;
|
|
330
|
-
chatIds?: string[] | null;
|
|
331
331
|
createdAt: Date;
|
|
332
332
|
deletedAt: Date | null;
|
|
333
333
|
owner: OwnerType;
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -388,7 +388,6 @@ var EVENT = import_client3.gql`
|
|
|
388
388
|
contactDetails {
|
|
389
389
|
...ContactDetailsFields
|
|
390
390
|
}
|
|
391
|
-
chatIds
|
|
392
391
|
dateTime {
|
|
393
392
|
...EventDateTimeFields
|
|
394
393
|
}
|
|
@@ -546,7 +545,6 @@ var VENDOR = import_client4.gql`
|
|
|
546
545
|
cover {
|
|
547
546
|
...ResourceImageFields
|
|
548
547
|
}
|
|
549
|
-
chatIds
|
|
550
548
|
createdAt
|
|
551
549
|
description
|
|
552
550
|
deletedAt
|
|
@@ -868,11 +866,6 @@ var CHAT_FIELDS_FRAGMENT = import_client8.gql`
|
|
|
868
866
|
participants {
|
|
869
867
|
...ChatParticipantFields
|
|
870
868
|
}
|
|
871
|
-
resourceInfo {
|
|
872
|
-
eventId
|
|
873
|
-
partnerId
|
|
874
|
-
vendorId
|
|
875
|
-
}
|
|
876
869
|
updatedAt
|
|
877
870
|
}
|
|
878
871
|
${CHAT_MESSAGE_FIELDS_FRAGMENT}
|
|
@@ -1099,7 +1092,6 @@ var PARTNER = import_client16.gql`
|
|
|
1099
1092
|
contactDetails {
|
|
1100
1093
|
...ContactDetailsFields
|
|
1101
1094
|
}
|
|
1102
|
-
chatIds
|
|
1103
1095
|
description
|
|
1104
1096
|
deletedAt
|
|
1105
1097
|
images {
|
|
@@ -1660,6 +1652,7 @@ var RELATION_FIELDS_FRAGMENT = import_client30.gql`
|
|
|
1660
1652
|
_id
|
|
1661
1653
|
active
|
|
1662
1654
|
apiMessage
|
|
1655
|
+
chatId
|
|
1663
1656
|
createdAt
|
|
1664
1657
|
lastUpdateBy
|
|
1665
1658
|
eventId
|