@timardex/cluemart-shared 1.5.842 → 1.5.843
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-OyMRZ4ZE.d.ts → ad-CD820Thg.d.ts} +1 -0
- package/dist/{ad-bXnDHikm.d.mts → ad-Dh0rDcR3.d.mts} +1 -0
- package/dist/{chunk-ZDYD4VDB.mjs → chunk-GSPUTUBD.mjs} +2 -1
- package/dist/{chunk-ZDYD4VDB.mjs.map → chunk-GSPUTUBD.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -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 +10 -5
- 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 +10 -6
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ interface PartnerType extends BaseResourceType {
|
|
|
19
19
|
interface AppSettingsFormData {
|
|
20
20
|
appVersion: string;
|
|
21
21
|
isOfflineMode: boolean;
|
|
22
|
+
minimumRedeemableAffiliatePoints: number;
|
|
22
23
|
}
|
|
23
24
|
type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
|
|
24
25
|
type AppSettingsType = AppSettingsFormData & {
|
|
@@ -19,6 +19,7 @@ interface PartnerType extends BaseResourceType {
|
|
|
19
19
|
interface AppSettingsFormData {
|
|
20
20
|
appVersion: string;
|
|
21
21
|
isOfflineMode: boolean;
|
|
22
|
+
minimumRedeemableAffiliatePoints: number;
|
|
22
23
|
}
|
|
23
24
|
type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
|
|
24
25
|
type AppSettingsType = AppSettingsFormData & {
|
|
@@ -2629,6 +2629,7 @@ var APP_SETTINGS_FIELDS_FRAGMENT = gql29`
|
|
|
2629
2629
|
createdAt
|
|
2630
2630
|
isOfflineMode
|
|
2631
2631
|
key
|
|
2632
|
+
minimumRedeemableAffiliatePoints
|
|
2632
2633
|
updatedAt
|
|
2633
2634
|
}
|
|
2634
2635
|
`;
|
|
@@ -3535,4 +3536,4 @@ export {
|
|
|
3535
3536
|
useAssignAffiliateResourceReward,
|
|
3536
3537
|
useAssignAffiliateBonusReward
|
|
3537
3538
|
};
|
|
3538
|
-
//# sourceMappingURL=chunk-
|
|
3539
|
+
//# sourceMappingURL=chunk-GSPUTUBD.mjs.map
|