@timardex/cluemart-shared 1.2.79 → 1.2.81
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-CcI9-QNk.d.mts → ad-D48NnhkT.d.mts} +1 -1
- package/dist/{ad-CLjv4m2E.d.ts → ad-DO7Bc9PE.d.ts} +1 -1
- package/dist/{auth-BUwz80HU.d.ts → auth-D0FKzjLe.d.ts} +1 -1
- package/dist/{auth-L5bnPQy9.d.mts → auth-zy1P_DKw.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-DT-3QYQ7.d.ts → global-BYQMdxtO.d.ts} +3 -5
- package/dist/{global-QQsak61D.d.mts → global-CLsysATK.d.mts} +3 -5
- package/dist/graphql/index.cjs +10 -9
- 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 +10 -9
- 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 +10 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.mjs +10 -9
- 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
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-
|
|
5
|
-
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-
|
|
4
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-CLsysATK.mjs';
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-D48NnhkT.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-
|
|
5
|
-
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-
|
|
4
|
+
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-BYQMdxtO.js';
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-DO7Bc9PE.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -97,29 +97,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
|
|
|
97
97
|
}
|
|
98
98
|
going {
|
|
99
99
|
events {
|
|
100
|
-
dateStatus
|
|
101
100
|
resourceId
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
dateTime {
|
|
102
|
+
...EventDateTimeFields
|
|
103
|
+
}
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
interested {
|
|
107
107
|
events {
|
|
108
|
-
dateStatus
|
|
109
108
|
resourceId
|
|
110
|
-
|
|
111
|
-
|
|
109
|
+
dateTime {
|
|
110
|
+
...EventDateTimeFields
|
|
111
|
+
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
present {
|
|
115
115
|
events {
|
|
116
|
-
dateStatus
|
|
117
116
|
resourceId
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
dateTime {
|
|
118
|
+
...EventDateTimeFields
|
|
119
|
+
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
123
124
|
`;
|
|
124
125
|
var USER_FIELDS_FRAGMENT = gql2`
|
|
125
126
|
fragment UserFields on UserType {
|