@cleardu/core 1.0.514 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleardu/core",
3
- "version": "1.0.514",
3
+ "version": "1.0.516",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@common)",
5
5
  "homepage": "https://nestjs.com",
6
6
  "funding": {
@@ -533,14 +533,7 @@ Loans = tslib_1.__decorate([
533
533
  },
534
534
  {
535
535
  model: campaigns_1.default.scope(),
536
- attributes: [
537
- 'id',
538
- 'uId',
539
- 'name',
540
- 'dialerCampaignId',
541
- 'callingApproachType',
542
- 'preferenceType',
543
- ],
536
+ attributes: ['id', 'uId', 'name', 'dialerCampaignId'],
544
537
  paranoid: false,
545
538
  },
546
539
  ],
@@ -611,6 +604,8 @@ Loans = tslib_1.__decorate([
611
604
  'name',
612
605
  'campaignType',
613
606
  'dialerCampaignId',
607
+ 'callingApproachType',
608
+ 'preferenceType',
614
609
  ],
615
610
  required: isRequired,
616
611
  paranoid: false,
@@ -160,14 +160,7 @@ import ClientLoanContacts from '../clientLoanContacts';
160
160
  },
161
161
  {
162
162
  model: Campaigns.scope(),
163
- attributes: [
164
- 'id',
165
- 'uId',
166
- 'name',
167
- 'dialerCampaignId',
168
- 'callingApproachType',
169
- 'preferenceType',
170
- ],
163
+ attributes: ['id', 'uId', 'name', 'dialerCampaignId'],
171
164
  paranoid: false,
172
165
  },
173
166
  ],
@@ -241,6 +234,8 @@ import ClientLoanContacts from '../clientLoanContacts';
241
234
  'name',
242
235
  'campaignType',
243
236
  'dialerCampaignId',
237
+ 'callingApproachType',
238
+ 'preferenceType',
244
239
  ],
245
240
  required: isRequired,
246
241
  paranoid: false,