@timardex/cluemart-shared 1.5.524 → 1.5.525

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
@@ -1236,6 +1236,7 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
1236
1236
  deletedAt: Date | null;
1237
1237
  overallPoints: number | null;
1238
1238
  owner: OwnerType | null;
1239
+ ranking: number | null;
1239
1240
  schoolCode: string;
1240
1241
  updatedAt: Date | null;
1241
1242
  };
package/dist/index.d.ts CHANGED
@@ -1236,6 +1236,7 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
1236
1236
  deletedAt: Date | null;
1237
1237
  overallPoints: number | null;
1238
1238
  owner: OwnerType | null;
1239
+ ranking: number | null;
1239
1240
  schoolCode: string;
1240
1241
  updatedAt: Date | null;
1241
1242
  };
package/dist/index.mjs CHANGED
@@ -6177,6 +6177,7 @@ var SCHOOL = gql35`
6177
6177
  ...OwnerFields
6178
6178
  }
6179
6179
  overallPoints
6180
+ ranking
6180
6181
  region
6181
6182
  studentCount
6182
6183
  schoolCode