@timardex/cluemart-shared 1.2.14 → 1.2.15

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
@@ -348,8 +348,10 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
348
348
  deletedAt: string | null;
349
349
  owner: OwnerType;
350
350
  posterUsage?: PosterUsageType | null;
351
- relationDates?: RelationDate[] | null;
352
- relationIds: string[] | null;
351
+ relations: {
352
+ relationId: string | null;
353
+ relationDates: RelationDate[] | null;
354
+ }[] | null;
353
355
  updatedAt: string;
354
356
  };
355
357
  type LocationType = {
package/dist/index.d.ts CHANGED
@@ -348,8 +348,10 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
348
348
  deletedAt: string | null;
349
349
  owner: OwnerType;
350
350
  posterUsage?: PosterUsageType | null;
351
- relationDates?: RelationDate[] | null;
352
- relationIds: string[] | null;
351
+ relations: {
352
+ relationId: string | null;
353
+ relationDates: RelationDate[] | null;
354
+ }[] | null;
353
355
  updatedAt: string;
354
356
  };
355
357
  type LocationType = {
package/dist/index.mjs CHANGED
@@ -2188,9 +2188,11 @@ var EVENT = gql3`
2188
2188
  ...PosterUsageFields
2189
2189
  }
2190
2190
  region
2191
- relationIds
2192
- relationDates {
2193
- ...RelationDates
2191
+ relations {
2192
+ relationId
2193
+ relationDates {
2194
+ ...RelationDates
2195
+ }
2194
2196
  }
2195
2197
  socialMedia {
2196
2198
  ...SocialMediaFields
@@ -2346,9 +2348,11 @@ var VENDOR = gql4`
2346
2348
  ...PosterUsageFields
2347
2349
  }
2348
2350
  region
2349
- relationIds
2350
- relationDates {
2351
- ...RelationDates
2351
+ relations {
2352
+ relationId
2353
+ relationDates {
2354
+ ...RelationDates
2355
+ }
2352
2356
  }
2353
2357
  socialMedia {
2354
2358
  ...SocialMediaFields