lms-sync 1.0.60 → 1.0.61

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.
@@ -784,6 +784,10 @@ const server = {
784
784
  modifiedById,
785
785
  createdById,
786
786
  adminScopes,
787
+ migratedAt,
788
+ migratedTable,
789
+ // referenceId,
790
+ isMigrated,
787
791
  })
788
792
  }
789
793
 
@@ -1919,6 +1923,10 @@ const server = {
1919
1923
  modifiedById,
1920
1924
  createdById,
1921
1925
  adminScopes,
1926
+ migratedAt,
1927
+ migratedTable,
1928
+ // referenceId,
1929
+ isMigrated,
1922
1930
  })
1923
1931
  }
1924
1932
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {