@timardex/cluemart-shared 1.1.86 → 1.1.87
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-DKMuekb-.d.ts → ad-t0erahFh.d.ts} +1 -1
- package/dist/{ad-CTifsbrb.d.mts → ad-uRUiACsf.d.mts} +1 -1
- package/dist/{auth-BKlTZUUk.d.ts → auth-kUsJAVe0.d.ts} +1 -1
- package/dist/{auth-B7IU_5zn.d.mts → auth-l7vyAh_c.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BEAKFnpH.d.mts → global-BFw_3JRE.d.mts} +4 -1
- package/dist/{global-BNNn5c8L.d.ts → global-wedhnwEi.d.ts} +4 -1
- package/dist/graphql/index.cjs +21 -6
- 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 +21 -6
- 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 +21 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.mjs +21 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceViews-D8LIAWEV.d.ts → resourceViews-BsoV_brr.d.ts} +1 -1
- package/dist/{resourceViews-iM3QYTZo.d.mts → resourceViews-DhcQUfNK.d.mts} +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.js';
|
|
2
|
-
import { C as Category, u as CreateFormData, n as ResourceImageType, o as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, u as CreateFormData, n as ResourceImageType, o as SocialMediaType } from './global-wedhnwEi.js';
|
|
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.mjs';
|
|
2
|
-
import { C as Category, u as CreateFormData, n as ResourceImageType, o as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, u as CreateFormData, n as ResourceImageType, o as SocialMediaType } from './global-BFw_3JRE.mjs';
|
|
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-BFw_3JRE.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-wedhnwEi.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -2,7 +2,10 @@ import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, U
|
|
|
2
2
|
import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumSocialMedia } from './enums/index.mjs';
|
|
3
3
|
|
|
4
4
|
type RelationDate = {
|
|
5
|
-
lastUpdateBy:
|
|
5
|
+
lastUpdateBy: {
|
|
6
|
+
resourceId: string;
|
|
7
|
+
userId: string;
|
|
8
|
+
};
|
|
6
9
|
paymentReference?: string;
|
|
7
10
|
stallType: StallType | null;
|
|
8
11
|
startDate: string;
|
|
@@ -2,7 +2,10 @@ import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, U
|
|
|
2
2
|
import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumSocialMedia } from './enums/index.js';
|
|
3
3
|
|
|
4
4
|
type RelationDate = {
|
|
5
|
-
lastUpdateBy:
|
|
5
|
+
lastUpdateBy: {
|
|
6
|
+
resourceId: string;
|
|
7
|
+
userId: string;
|
|
8
|
+
};
|
|
6
9
|
paymentReference?: string;
|
|
7
10
|
stallType: StallType | null;
|
|
8
11
|
startDate: string;
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -182,7 +182,11 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
182
182
|
events
|
|
183
183
|
platform
|
|
184
184
|
preferredRegion
|
|
185
|
-
partners
|
|
185
|
+
partners {
|
|
186
|
+
resourceId
|
|
187
|
+
resourceType
|
|
188
|
+
licence
|
|
189
|
+
}
|
|
186
190
|
refreshToken
|
|
187
191
|
role
|
|
188
192
|
vendor
|
|
@@ -262,7 +266,9 @@ var EVENT = import_client3.gql`
|
|
|
262
266
|
fragment EventFields on EventType {
|
|
263
267
|
_id
|
|
264
268
|
active
|
|
265
|
-
partners
|
|
269
|
+
partners {
|
|
270
|
+
email
|
|
271
|
+
}
|
|
266
272
|
adIds
|
|
267
273
|
cover {
|
|
268
274
|
...ResourceImageFields
|
|
@@ -384,7 +390,9 @@ var VENDOR = import_client4.gql`
|
|
|
384
390
|
fragment VendorFields on VendorType {
|
|
385
391
|
_id
|
|
386
392
|
active
|
|
387
|
-
partners
|
|
393
|
+
partners {
|
|
394
|
+
email
|
|
395
|
+
}
|
|
388
396
|
adIds
|
|
389
397
|
vendorInfoId
|
|
390
398
|
categories {
|
|
@@ -1383,7 +1391,10 @@ var import_client30 = require("@apollo/client");
|
|
|
1383
1391
|
var import_client29 = require("@apollo/client");
|
|
1384
1392
|
var RELATION_DATES_FRAGMENT = import_client29.gql`
|
|
1385
1393
|
fragment RelationDates on RelationDateType {
|
|
1386
|
-
lastUpdateBy
|
|
1394
|
+
lastUpdateBy {
|
|
1395
|
+
resourceId
|
|
1396
|
+
userId
|
|
1397
|
+
}
|
|
1387
1398
|
paymentReference
|
|
1388
1399
|
stallType {
|
|
1389
1400
|
...StallTypeFields
|
|
@@ -1453,7 +1464,9 @@ var GET_RESOURCE_CONNECTIONS = import_client29.gql`
|
|
|
1453
1464
|
events {
|
|
1454
1465
|
_id
|
|
1455
1466
|
active
|
|
1456
|
-
partners
|
|
1467
|
+
partners {
|
|
1468
|
+
email
|
|
1469
|
+
}
|
|
1457
1470
|
adIds
|
|
1458
1471
|
cover {
|
|
1459
1472
|
...ResourceImageFields
|
|
@@ -1499,7 +1512,9 @@ var GET_RESOURCE_CONNECTIONS = import_client29.gql`
|
|
|
1499
1512
|
vendors {
|
|
1500
1513
|
_id
|
|
1501
1514
|
active
|
|
1502
|
-
partners
|
|
1515
|
+
partners {
|
|
1516
|
+
email
|
|
1517
|
+
}
|
|
1503
1518
|
adIds
|
|
1504
1519
|
vendorInfoId
|
|
1505
1520
|
categories {
|