@timardex/cluemart-shared 1.2.78 → 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-CRekjTqi.d.ts → ad-CLjv4m2E.d.ts} +1 -1
- package/dist/{ad-B2DZTqvl.d.mts → ad-CcI9-QNk.d.mts} +1 -1
- package/dist/{auth-XwGREC8l.d.ts → auth-BUwz80HU.d.ts} +1 -1
- package/dist/{auth-C2qAxKh7.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-Bqh5PfHP.d.ts → global-DT-3QYQ7.d.ts} +1 -2
- package/dist/{global-DuXWULau.d.mts → global-QQsak61D.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 +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +0 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- 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/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- 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,7 +16,7 @@ interface RelationType {
|
|
|
16
16
|
_id?: string;
|
|
17
17
|
active: boolean;
|
|
18
18
|
apiMessage?: string;
|
|
19
|
-
chatId: string
|
|
19
|
+
chatId: string;
|
|
20
20
|
createdAt?: string;
|
|
21
21
|
deletedAt?: string | null;
|
|
22
22
|
eventId: string;
|
|
@@ -152,7 +152,6 @@ interface UserType {
|
|
|
152
152
|
active: boolean;
|
|
153
153
|
associates?: AssociateType[] | null;
|
|
154
154
|
avatar: ResourceImageType | null;
|
|
155
|
-
chatIds: string[] | null;
|
|
156
155
|
createdAt: Date;
|
|
157
156
|
deletedAt: Date | null;
|
|
158
157
|
email: string;
|
|
@@ -16,7 +16,7 @@ interface RelationType {
|
|
|
16
16
|
_id?: string;
|
|
17
17
|
active: boolean;
|
|
18
18
|
apiMessage?: string;
|
|
19
|
-
chatId: string
|
|
19
|
+
chatId: string;
|
|
20
20
|
createdAt?: string;
|
|
21
21
|
deletedAt?: string | null;
|
|
22
22
|
eventId: string;
|
|
@@ -152,7 +152,6 @@ interface UserType {
|
|
|
152
152
|
active: boolean;
|
|
153
153
|
associates?: AssociateType[] | null;
|
|
154
154
|
avatar: ResourceImageType | null;
|
|
155
|
-
chatIds: string[] | null;
|
|
156
155
|
createdAt: Date;
|
|
157
156
|
deletedAt: Date | null;
|
|
158
157
|
email: string;
|