@timardex/cluemart-shared 1.5.797 → 1.5.799
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-CnXQqP4h.d.mts → ad-BmEN-ByY.d.mts} +56 -1
- package/dist/{ad-jTYE2A1Z.d.ts → ad-DGOhJs69.d.ts} +56 -1
- package/dist/{chunk-JCFZV25I.mjs → chunk-DXR4GYHF.mjs} +2 -38
- package/dist/chunk-DXR4GYHF.mjs.map +1 -0
- package/dist/{chunk-R2XNULRY.mjs → chunk-JP57IB7P.mjs} +5 -1
- package/dist/{chunk-R2XNULRY.mjs.map → chunk-JP57IB7P.mjs.map} +1 -1
- package/dist/{chunk-6UP53CPG.mjs → chunk-TDTNL6PH.mjs} +2 -1
- package/dist/{chunk-6UP53CPG.mjs.map → chunk-TDTNL6PH.mjs.map} +1 -1
- package/dist/formFields/index.cjs +0 -24
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.cjs +4 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -2
- package/dist/graphql/index.d.ts +1 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -24
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -2
- package/dist/hooks/index.d.ts +1 -2
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +5 -38
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +6 -36
- package/dist/index.d.ts +6 -36
- package/dist/index.mjs +5 -36
- 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 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs +0 -38
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -35
- package/dist/utils/index.d.ts +1 -35
- package/dist/utils/index.mjs +2 -6
- package/package.json +1 -1
- package/dist/affiliate-BDoo69JY.d.mts +0 -56
- package/dist/affiliate-BY-BlC9i.d.ts +0 -56
- 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-DXR4GYHF.mjs";
|
|
49
|
+
import "../chunk-TDTNL6PH.mjs";
|
|
50
50
|
import "../chunk-E7ZEBZ3O.mjs";
|
|
51
51
|
import "../chunk-LETM2YHF.mjs";
|
|
52
52
|
export {
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -5262,6 +5262,7 @@ var AFFILIATE_REWARD_FIELDS_FRAGMENT = import_client74.gql`
|
|
|
5262
5262
|
var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = import_client74.gql`
|
|
5263
5263
|
fragment AffiliateResourceFields on AffiliateResourceType {
|
|
5264
5264
|
resourceActive
|
|
5265
|
+
resourceDeletedAt
|
|
5265
5266
|
resourceId
|
|
5266
5267
|
resourceName
|
|
5267
5268
|
resourceType
|
|
@@ -5301,6 +5302,9 @@ var AFFILIATE_FIELDS_FRAGMENT = import_client74.gql`
|
|
|
5301
5302
|
fragment AffiliateFields on AffiliateType {
|
|
5302
5303
|
_id
|
|
5303
5304
|
active
|
|
5305
|
+
affiliateBonusRewards {
|
|
5306
|
+
...AffiliateRewardFields
|
|
5307
|
+
}
|
|
5304
5308
|
affiliateCode
|
|
5305
5309
|
affiliateDetails {
|
|
5306
5310
|
...AffiliateDetailsFields
|