@timardex/cluemart-shared 1.0.18 → 1.0.19

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/index.d.mts CHANGED
@@ -194,7 +194,6 @@ type RelationLog = {
194
194
  };
195
195
  type RelationDate = {
196
196
  lastUpdateBy: string;
197
- marketPrice: number;
198
197
  startDate: string;
199
198
  status: EnumInviteStatus;
200
199
  };
package/dist/index.d.ts CHANGED
@@ -194,7 +194,6 @@ type RelationLog = {
194
194
  };
195
195
  type RelationDate = {
196
196
  lastUpdateBy: string;
197
- marketPrice: number;
198
197
  startDate: string;
199
198
  status: EnumInviteStatus;
200
199
  };
package/dist/index.mjs CHANGED
@@ -558,15 +558,15 @@ var defaultMarketFormValues = {
558
558
  ...globalDefaultValues,
559
559
  dateTime: [
560
560
  {
561
- endDate: "04-05-2025",
561
+ endDate: "04-07-2025",
562
562
  endTime: "15:00",
563
- startDate: "04-05-2025",
563
+ startDate: "04-07-2025",
564
564
  startTime: "09:00"
565
565
  },
566
566
  {
567
- endDate: "05-05-2025",
567
+ endDate: "05-07-2025",
568
568
  endTime: "15:00",
569
- startDate: "05-05-2025",
569
+ startDate: "05-07-2025",
570
570
  startTime: "09:00"
571
571
  }
572
572
  ],
@@ -1609,6 +1609,7 @@ var MARKET = gql5`
1609
1609
  logo {
1610
1610
  ...ResourceImageFields
1611
1611
  }
1612
+ marketInfoId
1612
1613
  name
1613
1614
  owner {
1614
1615
  ...OwnerFields
@@ -2084,7 +2085,6 @@ var RELATION_LOGS_FRAGMENT = gql10`
2084
2085
  var RELATION_DATES_FRAGMENT = gql10`
2085
2086
  fragment RelationDates on RelationDateType {
2086
2087
  lastUpdateBy
2087
- marketPrice
2088
2088
  startDate
2089
2089
  status
2090
2090
  }
@@ -2151,94 +2151,22 @@ var GET_RESOURCE_CONNECTIONS = gql10`
2151
2151
  ) {
2152
2152
  resourceConnections(resourceId: $resourceId, resourceType: $resourceType) {
2153
2153
  markets {
2154
- _id
2155
- active
2156
- cover {
2157
- ...ResourceImageFields
2158
- }
2159
- createdAt
2160
- dateTime {
2161
- ...MarketDateTimeFields
2162
- }
2163
- description
2164
- images {
2165
- ...ResourceImageFields
2166
- }
2167
- location {
2168
- ...MarketLocationFields
2169
- }
2170
- logo {
2171
- ...ResourceImageFields
2172
- }
2173
- name
2174
- owner {
2175
- ...OwnerFields
2176
- }
2177
- promoCode
2178
- provider
2154
+ ...MarketFields
2179
2155
  relationDates {
2180
2156
  ...RelationDates
2181
2157
  }
2182
- relationIds
2183
- stallApplicationInfo {
2184
- applicationDeadlineHours
2185
- rejectionPolicy
2186
- stallCapacity
2187
- }
2188
- tags
2189
- updatedAt
2190
2158
  }
2191
2159
  stallholders {
2192
- _id
2193
- active
2194
- applyFormId
2195
- categories {
2196
- ...CategoryFields
2197
- }
2198
- cover {
2199
- ...ResourceImageFields
2200
- }
2201
- createdAt
2202
- description
2203
- images {
2204
- ...ResourceImageFields
2205
- }
2206
- locations {
2207
- dateTime {
2208
- ...StallholderDateTimeFields
2209
- }
2210
- location {
2211
- ...StallholderLocationFields
2212
- }
2213
- }
2214
- logo {
2215
- ...ResourceImageFields
2216
- }
2217
- multiLocation
2218
- name
2219
- owner {
2220
- ...OwnerFields
2221
- }
2222
- products
2223
- promoCode
2160
+ ...StallholderFields
2224
2161
  relationDates {
2225
2162
  ...RelationDates
2226
2163
  }
2227
- relationIds
2228
- specialities
2229
- updatedAt
2230
2164
  }
2231
2165
  }
2232
2166
  }
2233
- ${MARKET_DATETIME_FIELDS_FRAGMENT}
2234
- ${MARKET_LOCATION_FIELDS_FRAGMENT}
2235
- ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
2167
+ ${MARKET}
2168
+ ${STALLHOLDER}
2236
2169
  ${RELATION_DATES_FRAGMENT}
2237
- ${CATEGORY_FIELDS_FRAGMENT}
2238
- ${STALLHOLDER_DATETIME_FIELDS_FRAGMENT}
2239
- ${STALLHOLDER_LOCATION_FIELDS_FRAGMENT}
2240
- ${OWNER_FIELDS_FRAGMENT}
2241
- ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
2242
2170
  `;
2243
2171
 
2244
2172
  // src/graphql/mutations/relation.ts