@timardex/cluemart-shared 1.5.797 → 1.5.798
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-BDoo69JY.d.mts → affiliate-CIuny52X.d.mts} +5 -3
- package/dist/{affiliate-BY-BlC9i.d.ts → affiliate-Slb5tO_6.d.ts} +5 -3
- package/dist/{chunk-6UP53CPG.mjs → chunk-BNT4YIYG.mjs} +2 -1
- package/dist/{chunk-6UP53CPG.mjs.map → chunk-BNT4YIYG.mjs.map} +1 -1
- package/dist/{chunk-JCFZV25I.mjs → chunk-EJPMEGZW.mjs} +6 -2
- package/dist/chunk-EJPMEGZW.mjs.map +1 -0
- package/dist/{chunk-R2XNULRY.mjs → chunk-EWSFVF6C.mjs} +4 -1
- package/dist/{chunk-R2XNULRY.mjs.map → chunk-EWSFVF6C.mjs.map} +1 -1
- package/dist/formFields/index.cjs +4 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.cjs +3 -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 +7 -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 +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +10 -4
- package/dist/index.d.ts +10 -4
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs +1 -0
- 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.cjs +4 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +6 -2
- package/dist/utils/index.d.ts +6 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-JCFZV25I.mjs.map +0 -1
|
@@ -45,8 +45,8 @@ import {
|
|
|
45
45
|
import {
|
|
46
46
|
availableCategories,
|
|
47
47
|
categoryColors
|
|
48
|
-
} from "../chunk-
|
|
49
|
-
import "../chunk-
|
|
48
|
+
} from "../chunk-EJPMEGZW.mjs";
|
|
49
|
+
import "../chunk-BNT4YIYG.mjs";
|
|
50
50
|
import "../chunk-E7ZEBZ3O.mjs";
|
|
51
51
|
import "../chunk-LETM2YHF.mjs";
|
|
52
52
|
export {
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -5301,6 +5301,9 @@ var AFFILIATE_FIELDS_FRAGMENT = import_client74.gql`
|
|
|
5301
5301
|
fragment AffiliateFields on AffiliateType {
|
|
5302
5302
|
_id
|
|
5303
5303
|
active
|
|
5304
|
+
affiliateBonusRewards {
|
|
5305
|
+
...AffiliateRewardFields
|
|
5306
|
+
}
|
|
5304
5307
|
affiliateCode
|
|
5305
5308
|
affiliateDetails {
|
|
5306
5309
|
...AffiliateDetailsFields
|