@timardex/cluemart-shared 1.1.89 → 1.1.91
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-BjGCOTe7.d.mts → ad-7Hi6NIbb.d.mts} +1 -1
- package/dist/{ad-BDFZ4528.d.ts → ad-Cc8_g0xo.d.ts} +1 -1
- package/dist/{auth-BrZKuo0z.d.ts → auth-C4bCTsqo.d.ts} +1 -1
- package/dist/{auth-ByNNFLru.d.mts → auth-CUjj3oYt.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-CpzUMd9V.d.ts → global-DD7JD8aS.d.ts} +6 -5
- package/dist/{global-DM2y8vJE.d.mts → global-slnUPjNy.d.mts} +6 -5
- package/dist/graphql/index.cjs +1 -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/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +18 -7
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +4 -4
- package/dist/hooks/index.d.ts +4 -4
- package/dist/hooks/index.mjs +18 -7
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +19 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.mjs +19 -8
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceViews-Bf_2M1ri.d.mts → resourceViews-BJc73XXD.d.mts} +1 -1
- package/dist/{resourceViews-C5NMAmI6.d.ts → resourceViews-D7oeYX5s.d.ts} +1 -1
- 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, EnumUserLicence, EnumUserRole } from './enums/index.mjs';
|
|
2
|
-
import { C as Category, v as CreateFormData, n as ResourceImageType, P as PartnerType, o as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, v as CreateFormData, n as ResourceImageType, P as PartnerType, o as SocialMediaType } from './global-slnUPjNy.mjs';
|
|
3
3
|
|
|
4
4
|
interface TestersFormData {
|
|
5
5
|
categories: Category[] | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.js';
|
|
2
|
-
import { C as Category, v as CreateFormData, n as ResourceImageType, P as PartnerType, o as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, v as CreateFormData, n as ResourceImageType, P as PartnerType, o as SocialMediaType } from './global-DD7JD8aS.js';
|
|
3
3
|
|
|
4
4
|
interface TestersFormData {
|
|
5
5
|
categories: Category[] | null;
|
|
@@ -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-slnUPjNy.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-DD7JD8aS.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -4,7 +4,7 @@ import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType
|
|
|
4
4
|
type RelationDate = {
|
|
5
5
|
lastUpdateBy: {
|
|
6
6
|
resourceId: string;
|
|
7
|
-
|
|
7
|
+
userEmail: string;
|
|
8
8
|
};
|
|
9
9
|
paymentReference?: string;
|
|
10
10
|
stallType: StallType | null;
|
|
@@ -164,6 +164,10 @@ type PartnerType = {
|
|
|
164
164
|
resourceType: EnumResourceType;
|
|
165
165
|
licence: EnumUserLicence;
|
|
166
166
|
};
|
|
167
|
+
type OwnerType = {
|
|
168
|
+
email: string;
|
|
169
|
+
userId: string;
|
|
170
|
+
};
|
|
167
171
|
interface BaseResourceTypeFormData {
|
|
168
172
|
_id?: string;
|
|
169
173
|
active: boolean;
|
|
@@ -179,11 +183,8 @@ interface BaseResourceTypeFormData {
|
|
|
179
183
|
region: string;
|
|
180
184
|
socialMedia?: SocialMediaType[] | null;
|
|
181
185
|
partners?: PartnerType[] | null;
|
|
186
|
+
owner?: OwnerType | null;
|
|
182
187
|
}
|
|
183
|
-
type OwnerType = {
|
|
184
|
-
email: string;
|
|
185
|
-
userId: string;
|
|
186
|
-
};
|
|
187
188
|
type PosterUsageType = {
|
|
188
189
|
month: string;
|
|
189
190
|
count: number;
|
|
@@ -4,7 +4,7 @@ import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType
|
|
|
4
4
|
type RelationDate = {
|
|
5
5
|
lastUpdateBy: {
|
|
6
6
|
resourceId: string;
|
|
7
|
-
|
|
7
|
+
userEmail: string;
|
|
8
8
|
};
|
|
9
9
|
paymentReference?: string;
|
|
10
10
|
stallType: StallType | null;
|
|
@@ -164,6 +164,10 @@ type PartnerType = {
|
|
|
164
164
|
resourceType: EnumResourceType;
|
|
165
165
|
licence: EnumUserLicence;
|
|
166
166
|
};
|
|
167
|
+
type OwnerType = {
|
|
168
|
+
email: string;
|
|
169
|
+
userId: string;
|
|
170
|
+
};
|
|
167
171
|
interface BaseResourceTypeFormData {
|
|
168
172
|
_id?: string;
|
|
169
173
|
active: boolean;
|
|
@@ -179,11 +183,8 @@ interface BaseResourceTypeFormData {
|
|
|
179
183
|
region: string;
|
|
180
184
|
socialMedia?: SocialMediaType[] | null;
|
|
181
185
|
partners?: PartnerType[] | null;
|
|
186
|
+
owner?: OwnerType | null;
|
|
182
187
|
}
|
|
183
|
-
type OwnerType = {
|
|
184
|
-
email: string;
|
|
185
|
-
userId: string;
|
|
186
|
-
};
|
|
187
188
|
type PosterUsageType = {
|
|
188
189
|
month: string;
|
|
189
190
|
count: number;
|
package/dist/graphql/index.cjs
CHANGED