shareneus 1.5.33 → 1.5.34

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.
@@ -1655,6 +1655,7 @@ class SharedPDFService {
1655
1655
  };
1656
1656
  }
1657
1657
  static GetNotes(RecordData) {
1658
+ console.log('RecordData.Notes shared', RecordData.Notes);
1658
1659
  if (!tr_utils_1.TrUtils.IsNull(RecordData.Notes)) {
1659
1660
  return {
1660
1661
  stack: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.5.33",
3
+ "version": "1.5.34",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",