@timardex/cluemart-shared 1.5.515 → 1.5.516

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
@@ -1233,6 +1233,7 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
1233
1233
  deletedAt: Date | null;
1234
1234
  overallPoints: number | null;
1235
1235
  owner: OwnerType | null;
1236
+ schoolCode: string;
1236
1237
  updatedAt: Date | null;
1237
1238
  };
1238
1239
 
package/dist/index.d.ts CHANGED
@@ -1233,6 +1233,7 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
1233
1233
  deletedAt: Date | null;
1234
1234
  overallPoints: number | null;
1235
1235
  owner: OwnerType | null;
1236
+ schoolCode: string;
1236
1237
  updatedAt: Date | null;
1237
1238
  };
1238
1239
 
package/dist/index.mjs CHANGED
@@ -6165,6 +6165,7 @@ var SCHOOL = gql35`
6165
6165
  overallPoints
6166
6166
  region
6167
6167
  studentCount
6168
+ schoolCode
6168
6169
  socialMedia {
6169
6170
  ...SocialMediaFields
6170
6171
  }