gemcap-be-common 1.4.99 → 1.4.100

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.
@@ -38,7 +38,6 @@ export interface IBorrowerNote {
38
38
  subjectId: mongoose.Types.ObjectId;
39
39
  text: string;
40
40
  attachments: IBorrowerNoteAttachment[];
41
- inline: IBorrowerNoteAttachment[];
42
41
  createdBy: string;
43
42
  updatedBy?: string;
44
43
  source?: {
@@ -67,7 +67,6 @@ exports.BorrowerNoteSchema = new mongoose_1.default.Schema({
67
67
  type: String,
68
68
  },
69
69
  attachments: [BorrowerNoteAttachmentSchema],
70
- inline: [BorrowerNoteAttachmentSchema],
71
70
  source: {
72
71
  type: {
73
72
  type: String,
@@ -18,7 +18,6 @@ export interface IBorrowerNote {
18
18
  subjectId: mongoose.Types.ObjectId;
19
19
  text: string;
20
20
  attachments: IBorrowerNoteAttachment[];
21
- inline: IBorrowerNoteAttachment[];
22
21
  createdBy: string;
23
22
  updatedBy?: string;
24
23
  source?: {
@@ -123,7 +122,6 @@ export const BorrowerNoteSchema = new mongoose.Schema<IBorrowerNoteDoc>({
123
122
  type: String,
124
123
  },
125
124
  attachments: [BorrowerNoteAttachmentSchema],
126
- inline: [BorrowerNoteAttachmentSchema],
127
125
  source: {
128
126
  type: {
129
127
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.4.99",
3
+ "version": "1.4.100",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {