@timardex/cluemart-shared 1.1.86 → 1.1.87
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-DKMuekb-.d.ts → ad-t0erahFh.d.ts} +1 -1
- package/dist/{ad-CTifsbrb.d.mts → ad-uRUiACsf.d.mts} +1 -1
- package/dist/{auth-BKlTZUUk.d.ts → auth-kUsJAVe0.d.ts} +1 -1
- package/dist/{auth-B7IU_5zn.d.mts → auth-l7vyAh_c.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BEAKFnpH.d.mts → global-BFw_3JRE.d.mts} +4 -1
- package/dist/{global-BNNn5c8L.d.ts → global-wedhnwEi.d.ts} +4 -1
- package/dist/graphql/index.cjs +21 -6
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +21 -6
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +21 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.mjs +21 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceViews-D8LIAWEV.d.ts → resourceViews-BsoV_brr.d.ts} +1 -1
- package/dist/{resourceViews-iM3QYTZo.d.mts → resourceViews-DhcQUfNK.d.mts} +1 -1
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -106,7 +106,10 @@ declare enum EnumSocialMedia {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
type RelationDate = {
|
|
109
|
-
lastUpdateBy:
|
|
109
|
+
lastUpdateBy: {
|
|
110
|
+
resourceId: string;
|
|
111
|
+
userId: string;
|
|
112
|
+
};
|
|
110
113
|
paymentReference?: string;
|
|
111
114
|
stallType: StallType | null;
|
|
112
115
|
startDate: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -106,7 +106,10 @@ declare enum EnumSocialMedia {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
type RelationDate = {
|
|
109
|
-
lastUpdateBy:
|
|
109
|
+
lastUpdateBy: {
|
|
110
|
+
resourceId: string;
|
|
111
|
+
userId: string;
|
|
112
|
+
};
|
|
110
113
|
paymentReference?: string;
|
|
111
114
|
stallType: StallType | null;
|
|
112
115
|
startDate: string;
|
package/dist/index.mjs
CHANGED
|
@@ -1908,7 +1908,11 @@ var USER_FIELDS_FRAGMENT = gql2`
|
|
|
1908
1908
|
events
|
|
1909
1909
|
platform
|
|
1910
1910
|
preferredRegion
|
|
1911
|
-
partners
|
|
1911
|
+
partners {
|
|
1912
|
+
resourceId
|
|
1913
|
+
resourceType
|
|
1914
|
+
licence
|
|
1915
|
+
}
|
|
1912
1916
|
refreshToken
|
|
1913
1917
|
role
|
|
1914
1918
|
vendor
|
|
@@ -1988,7 +1992,9 @@ var EVENT = gql3`
|
|
|
1988
1992
|
fragment EventFields on EventType {
|
|
1989
1993
|
_id
|
|
1990
1994
|
active
|
|
1991
|
-
partners
|
|
1995
|
+
partners {
|
|
1996
|
+
email
|
|
1997
|
+
}
|
|
1992
1998
|
adIds
|
|
1993
1999
|
cover {
|
|
1994
2000
|
...ResourceImageFields
|
|
@@ -2110,7 +2116,9 @@ var VENDOR = gql4`
|
|
|
2110
2116
|
fragment VendorFields on VendorType {
|
|
2111
2117
|
_id
|
|
2112
2118
|
active
|
|
2113
|
-
partners
|
|
2119
|
+
partners {
|
|
2120
|
+
email
|
|
2121
|
+
}
|
|
2114
2122
|
adIds
|
|
2115
2123
|
vendorInfoId
|
|
2116
2124
|
categories {
|
|
@@ -3109,7 +3117,10 @@ import { gql as gql18 } from "@apollo/client";
|
|
|
3109
3117
|
import { gql as gql17 } from "@apollo/client";
|
|
3110
3118
|
var RELATION_DATES_FRAGMENT = gql17`
|
|
3111
3119
|
fragment RelationDates on RelationDateType {
|
|
3112
|
-
lastUpdateBy
|
|
3120
|
+
lastUpdateBy {
|
|
3121
|
+
resourceId
|
|
3122
|
+
userId
|
|
3123
|
+
}
|
|
3113
3124
|
paymentReference
|
|
3114
3125
|
stallType {
|
|
3115
3126
|
...StallTypeFields
|
|
@@ -3179,7 +3190,9 @@ var GET_RESOURCE_CONNECTIONS = gql17`
|
|
|
3179
3190
|
events {
|
|
3180
3191
|
_id
|
|
3181
3192
|
active
|
|
3182
|
-
partners
|
|
3193
|
+
partners {
|
|
3194
|
+
email
|
|
3195
|
+
}
|
|
3183
3196
|
adIds
|
|
3184
3197
|
cover {
|
|
3185
3198
|
...ResourceImageFields
|
|
@@ -3225,7 +3238,9 @@ var GET_RESOURCE_CONNECTIONS = gql17`
|
|
|
3225
3238
|
vendors {
|
|
3226
3239
|
_id
|
|
3227
3240
|
active
|
|
3228
|
-
partners
|
|
3241
|
+
partners {
|
|
3242
|
+
email
|
|
3243
|
+
}
|
|
3229
3244
|
adIds
|
|
3230
3245
|
vendorInfoId
|
|
3231
3246
|
categories {
|