@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.
@@ -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-ZDYD4VDB.mjs.map
3539
+ //# sourceMappingURL=chunk-GSPUTUBD.mjs.map