@timardex/cluemart-shared 1.5.833 → 1.5.835
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/{affiliate-XW8pxlOC.d.mts → affiliate-C0wLdUpL.d.mts} +2 -0
- package/dist/{affiliate-Dn50VDpB.d.ts → affiliate-DSZKkCju.d.ts} +2 -0
- package/dist/auth/index.cjs +3 -3
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.mjs +3 -3
- package/dist/auth/index.mjs.map +1 -1
- package/dist/{chunk-SP36N6U6.mjs → chunk-L4DYYGRX.mjs} +6 -1
- package/dist/{chunk-SP36N6U6.mjs.map → chunk-L4DYYGRX.mjs.map} +1 -1
- package/dist/{chunk-43SLZVBF.mjs → chunk-OBZTGPBJ.mjs} +1 -1
- package/dist/{chunk-43SLZVBF.mjs.map → chunk-OBZTGPBJ.mjs.map} +1 -1
- package/dist/{chunk-MLNJAQVM.mjs → chunk-QBU7N4P2.mjs} +2 -2
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.cjs +5 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +5 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-MLNJAQVM.mjs.map → chunk-QBU7N4P2.mjs.map} +0 -0
package/dist/graphql/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { A as AuthPayloadType, R as RefreshTokenPayloadType, P as PartnerType, a
|
|
|
5
5
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-BDIjVrI4.mjs';
|
|
6
6
|
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-BHwZPjT8.mjs';
|
|
7
7
|
import { S as SafeUserType, R as RedeemRewardResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-Bhkd3l06.mjs';
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-C0wLdUpL.mjs';
|
|
9
9
|
import '../images/index.mjs';
|
|
10
10
|
import 'react-hook-form';
|
|
11
11
|
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { A as AuthPayloadType, R as RefreshTokenPayloadType, P as PartnerType, a
|
|
|
5
5
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-JNcJxpTh.js';
|
|
6
6
|
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global--iSLy2cE.js';
|
|
7
7
|
import { S as SafeUserType, R as RedeemRewardResponse, b as ResourceByUser, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-C_kCo0Fm.js';
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-DSZKkCju.js';
|
|
9
9
|
import '../images/index.js';
|
|
10
10
|
import 'react-hook-form';
|
|
11
11
|
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -5097,12 +5097,16 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = import_client74.gql`
|
|
|
5097
5097
|
resourceDeletedAt
|
|
5098
5098
|
resourceId
|
|
5099
5099
|
resourceName
|
|
5100
|
+
resourceOwner {
|
|
5101
|
+
...OwnerFields
|
|
5102
|
+
}
|
|
5100
5103
|
resourceType
|
|
5101
5104
|
rewards {
|
|
5102
5105
|
...AffiliateRewardFields
|
|
5103
5106
|
}
|
|
5104
5107
|
}
|
|
5105
5108
|
${AFFILIATE_REWARD_FIELDS_FRAGMENT}
|
|
5109
|
+
${OWNER_FIELDS_FRAGMENT}
|
|
5106
5110
|
`;
|
|
5107
5111
|
var AFFILIATE_BANK_ACCOUNT_DETAILS_FIELDS_FRAGMENT = import_client74.gql`
|
|
5108
5112
|
fragment AffiliateBankAccountDetailsFields on AffiliateBankAccountDetailsType {
|
|
@@ -5157,6 +5161,7 @@ var AFFILIATE_FIELDS_FRAGMENT = import_client74.gql`
|
|
|
5157
5161
|
createdAt
|
|
5158
5162
|
deletedAt
|
|
5159
5163
|
redeemHistory {
|
|
5164
|
+
paidAt
|
|
5160
5165
|
redeemedAt
|
|
5161
5166
|
rewardValue
|
|
5162
5167
|
}
|