resurgence-data 1.0.24 → 1.0.25

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.
@@ -187,7 +187,7 @@ __decorate([
187
187
  __metadata("design:type", String)
188
188
  ], BillerCategoryResponseDTO.prototype, "description", void 0);
189
189
  __decorate([
190
- (0, swagger_1.ApiProperty)({ type: () => [BillerResponseDTO], required: false }),
190
+ (0, swagger_1.ApiProperty)(),
191
191
  __metadata("design:type", Array)
192
192
  ], BillerCategoryResponseDTO.prototype, "billers", void 0);
193
193
  class ServiceResponseDTO {
@@ -202,7 +202,7 @@ __decorate([
202
202
  __metadata("design:type", String)
203
203
  ], ServiceResponseDTO.prototype, "name", void 0);
204
204
  __decorate([
205
- (0, swagger_1.ApiProperty)({ type: () => [BillerChargeConfigurationResponseDTO], required: false }),
205
+ (0, swagger_1.ApiProperty)(),
206
206
  __metadata("design:type", Array)
207
207
  ], ServiceResponseDTO.prototype, "chargeConfigurations", void 0);
208
208
  class BankResponseDTO {
@@ -229,7 +229,7 @@ __decorate([
229
229
  __metadata("design:type", String)
230
230
  ], BankResponseDTO.prototype, "longCode", void 0);
231
231
  __decorate([
232
- (0, swagger_1.ApiProperty)({ type: () => [SettlementAccountResponseDTO], required: false }),
232
+ (0, swagger_1.ApiProperty)(),
233
233
  __metadata("design:type", Array)
234
234
  ], BankResponseDTO.prototype, "settlementAccounts", void 0);
235
235
  class BillerResponseDTO {
@@ -272,43 +272,43 @@ __decorate([
272
272
  __metadata("design:type", Date)
273
273
  ], BillerResponseDTO.prototype, "updatedAt", void 0);
274
274
  __decorate([
275
- (0, swagger_1.ApiProperty)({ type: () => BillerCategoryResponseDTO }),
275
+ (0, swagger_1.ApiProperty)(),
276
276
  __metadata("design:type", BillerCategoryResponseDTO)
277
277
  ], BillerResponseDTO.prototype, "category", void 0);
278
278
  __decorate([
279
- (0, swagger_1.ApiProperty)({ type: () => [SettlementAccountResponseDTO] }),
279
+ (0, swagger_1.ApiProperty)(),
280
280
  __metadata("design:type", Array)
281
281
  ], BillerResponseDTO.prototype, "settlementAccounts", void 0);
282
282
  __decorate([
283
- (0, swagger_1.ApiProperty)({ type: () => BillerProfileResponseDTO, required: false }),
283
+ (0, swagger_1.ApiProperty)({ required: false }),
284
284
  __metadata("design:type", BillerProfileResponseDTO)
285
285
  ], BillerResponseDTO.prototype, "profile", void 0);
286
286
  __decorate([
287
- (0, swagger_1.ApiProperty)({ type: () => [BillerChargeConfigurationResponseDTO] }),
287
+ (0, swagger_1.ApiProperty)(),
288
288
  __metadata("design:type", Array)
289
289
  ], BillerResponseDTO.prototype, "chargeConfigurations", void 0);
290
290
  __decorate([
291
- (0, swagger_1.ApiProperty)({ type: () => GoLiveRequestResponseDTO, required: false }),
291
+ (0, swagger_1.ApiProperty)({ required: false }),
292
292
  __metadata("design:type", GoLiveRequestResponseDTO)
293
293
  ], BillerResponseDTO.prototype, "goLiveRequest", void 0);
294
294
  __decorate([
295
- (0, swagger_1.ApiProperty)({ type: () => [BillerDocumentResponseDTO] }),
295
+ (0, swagger_1.ApiProperty)(),
296
296
  __metadata("design:type", Array)
297
297
  ], BillerResponseDTO.prototype, "documents", void 0);
298
298
  __decorate([
299
- (0, swagger_1.ApiProperty)({ type: () => BillerContactResponseDTO, required: false }),
299
+ (0, swagger_1.ApiProperty)({ required: false }),
300
300
  __metadata("design:type", BillerContactResponseDTO)
301
301
  ], BillerResponseDTO.prototype, "contact", void 0);
302
302
  __decorate([
303
- (0, swagger_1.ApiProperty)({ type: () => [CustomerResponseDTO] }),
303
+ (0, swagger_1.ApiProperty)(),
304
304
  __metadata("design:type", Array)
305
305
  ], BillerResponseDTO.prototype, "customers", void 0);
306
306
  __decorate([
307
- (0, swagger_1.ApiProperty)({ type: () => [BillerItemResponseDTO] }),
307
+ (0, swagger_1.ApiProperty)(),
308
308
  __metadata("design:type", Array)
309
309
  ], BillerResponseDTO.prototype, "items", void 0);
310
310
  __decorate([
311
- (0, swagger_1.ApiProperty)({ type: () => [InvoiceResponseDTO] }),
311
+ (0, swagger_1.ApiProperty)(),
312
312
  __metadata("design:type", Array)
313
313
  ], BillerResponseDTO.prototype, "invoices", void 0);
314
314
  class BillerProfileResponseDTO {
@@ -347,7 +347,7 @@ __decorate([
347
347
  __metadata("design:type", Date)
348
348
  ], BillerProfileResponseDTO.prototype, "updatedAt", void 0);
349
349
  __decorate([
350
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
350
+ (0, swagger_1.ApiProperty)(),
351
351
  __metadata("design:type", BillerResponseDTO)
352
352
  ], BillerProfileResponseDTO.prototype, "biller", void 0);
353
353
  class BillerChargeConfigurationResponseDTO {
@@ -406,11 +406,11 @@ __decorate([
406
406
  __metadata("design:type", Date)
407
407
  ], BillerChargeConfigurationResponseDTO.prototype, "updatedAt", void 0);
408
408
  __decorate([
409
- (0, swagger_1.ApiProperty)({ type: () => [BillerResponseDTO], required: false }),
409
+ (0, swagger_1.ApiProperty)({ required: false }),
410
410
  __metadata("design:type", Array)
411
411
  ], BillerChargeConfigurationResponseDTO.prototype, "biller", void 0);
412
412
  __decorate([
413
- (0, swagger_1.ApiProperty)({ type: () => ServiceResponseDTO }),
413
+ (0, swagger_1.ApiProperty)(),
414
414
  __metadata("design:type", ServiceResponseDTO)
415
415
  ], BillerChargeConfigurationResponseDTO.prototype, "service", void 0);
416
416
  class SettlementAccountResponseDTO {
@@ -453,15 +453,15 @@ __decorate([
453
453
  __metadata("design:type", Date)
454
454
  ], SettlementAccountResponseDTO.prototype, "updatedAt", void 0);
455
455
  __decorate([
456
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
456
+ (0, swagger_1.ApiProperty)(),
457
457
  __metadata("design:type", BillerResponseDTO)
458
458
  ], SettlementAccountResponseDTO.prototype, "biller", void 0);
459
459
  __decorate([
460
- (0, swagger_1.ApiProperty)({ type: () => BankResponseDTO }),
460
+ (0, swagger_1.ApiProperty)(),
461
461
  __metadata("design:type", BankResponseDTO)
462
462
  ], SettlementAccountResponseDTO.prototype, "bank", void 0);
463
463
  __decorate([
464
- (0, swagger_1.ApiProperty)({ type: () => OnboardedAccountResponseDTO, required: false }),
464
+ (0, swagger_1.ApiProperty)({ required: false }),
465
465
  __metadata("design:type", OnboardedAccountResponseDTO)
466
466
  ], SettlementAccountResponseDTO.prototype, "onboardedAccount", void 0);
467
467
  class OnboardedAccountResponseDTO {
@@ -488,7 +488,7 @@ __decorate([
488
488
  __metadata("design:type", Date)
489
489
  ], OnboardedAccountResponseDTO.prototype, "updatedAt", void 0);
490
490
  __decorate([
491
- (0, swagger_1.ApiProperty)({ type: () => SettlementAccountResponseDTO }),
491
+ (0, swagger_1.ApiProperty)(),
492
492
  __metadata("design:type", SettlementAccountResponseDTO)
493
493
  ], OnboardedAccountResponseDTO.prototype, "settlementAccount", void 0);
494
494
  class BillerDocumentResponseDTO {
@@ -511,7 +511,7 @@ __decorate([
511
511
  __metadata("design:type", String)
512
512
  ], BillerDocumentResponseDTO.prototype, "type", void 0);
513
513
  __decorate([
514
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
514
+ (0, swagger_1.ApiProperty)(),
515
515
  __metadata("design:type", BillerResponseDTO)
516
516
  ], BillerDocumentResponseDTO.prototype, "biller", void 0);
517
517
  class GoLiveRequestResponseDTO {
@@ -538,7 +538,7 @@ __decorate([
538
538
  __metadata("design:type", Date)
539
539
  ], GoLiveRequestResponseDTO.prototype, "updatedAt", void 0);
540
540
  __decorate([
541
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
541
+ (0, swagger_1.ApiProperty)(),
542
542
  __metadata("design:type", BillerResponseDTO)
543
543
  ], GoLiveRequestResponseDTO.prototype, "biller", void 0);
544
544
  class BillerContactResponseDTO {
@@ -593,7 +593,7 @@ __decorate([
593
593
  __metadata("design:type", Date)
594
594
  ], BillerContactResponseDTO.prototype, "updatedAt", void 0);
595
595
  __decorate([
596
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
596
+ (0, swagger_1.ApiProperty)(),
597
597
  __metadata("design:type", BillerResponseDTO)
598
598
  ], BillerContactResponseDTO.prototype, "biller", void 0);
599
599
  class CustomerResponseDTO {
@@ -628,11 +628,11 @@ __decorate([
628
628
  __metadata("design:type", Date)
629
629
  ], CustomerResponseDTO.prototype, "updatedAt", void 0);
630
630
  __decorate([
631
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
631
+ (0, swagger_1.ApiProperty)(),
632
632
  __metadata("design:type", BillerResponseDTO)
633
633
  ], CustomerResponseDTO.prototype, "biller", void 0);
634
634
  __decorate([
635
- (0, swagger_1.ApiProperty)({ type: () => [InvoiceResponseDTO] }),
635
+ (0, swagger_1.ApiProperty)(),
636
636
  __metadata("design:type", Array)
637
637
  ], CustomerResponseDTO.prototype, "invoices", void 0);
638
638
  class BillerItemResponseDTO {
@@ -683,11 +683,11 @@ __decorate([
683
683
  __metadata("design:type", Date)
684
684
  ], BillerItemResponseDTO.prototype, "updatedAt", void 0);
685
685
  __decorate([
686
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
686
+ (0, swagger_1.ApiProperty)(),
687
687
  __metadata("design:type", BillerResponseDTO)
688
688
  ], BillerItemResponseDTO.prototype, "biller", void 0);
689
689
  __decorate([
690
- (0, swagger_1.ApiProperty)({ type: () => [InvoiceResponseDTO] }),
690
+ (0, swagger_1.ApiProperty)(),
691
691
  __metadata("design:type", Array)
692
692
  ], BillerItemResponseDTO.prototype, "invoices", void 0);
693
693
  class InvoiceResponseDTO {
@@ -730,14 +730,14 @@ __decorate([
730
730
  __metadata("design:type", Date)
731
731
  ], InvoiceResponseDTO.prototype, "updatedAt", void 0);
732
732
  __decorate([
733
- (0, swagger_1.ApiProperty)({ type: () => [BillerItemResponseDTO] }),
733
+ (0, swagger_1.ApiProperty)(),
734
734
  __metadata("design:type", Array)
735
735
  ], InvoiceResponseDTO.prototype, "billerItems", void 0);
736
736
  __decorate([
737
- (0, swagger_1.ApiProperty)({ type: () => BillerResponseDTO }),
737
+ (0, swagger_1.ApiProperty)(),
738
738
  __metadata("design:type", BillerResponseDTO)
739
739
  ], InvoiceResponseDTO.prototype, "biller", void 0);
740
740
  __decorate([
741
- (0, swagger_1.ApiProperty)({ type: () => CustomerResponseDTO }),
741
+ (0, swagger_1.ApiProperty)(),
742
742
  __metadata("design:type", CustomerResponseDTO)
743
743
  ], InvoiceResponseDTO.prototype, "customer", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resurgence-data",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "DTOs and shareable resources",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",
@@ -184,7 +184,7 @@ export class BillerCategoryResponseDTO {
184
184
  @ApiProperty({ required: false })
185
185
  description?: string;
186
186
 
187
- @ApiProperty({ type: () => [BillerResponseDTO], required: false })
187
+ @ApiProperty()
188
188
  billers?: BillerResponseDTO[];
189
189
  }
190
190
 
@@ -195,7 +195,7 @@ export class ServiceResponseDTO {
195
195
  @ApiProperty()
196
196
  name: string;
197
197
 
198
- @ApiProperty({ type: () => [BillerChargeConfigurationResponseDTO], required: false })
198
+ @ApiProperty()
199
199
  chargeConfigurations?: BillerChargeConfigurationResponseDTO[];
200
200
  }
201
201
 
@@ -215,7 +215,7 @@ export class BankResponseDTO {
215
215
  @ApiProperty()
216
216
  longCode: string;
217
217
 
218
- @ApiProperty({ type: () => [SettlementAccountResponseDTO], required: false })
218
+ @ApiProperty()
219
219
  settlementAccounts?: SettlementAccountResponseDTO[];
220
220
  }
221
221
 
@@ -247,34 +247,34 @@ export class BillerResponseDTO {
247
247
  @ApiProperty()
248
248
  updatedAt: Date;
249
249
 
250
- @ApiProperty({ type: () => BillerCategoryResponseDTO })
250
+ @ApiProperty()
251
251
  category: BillerCategoryResponseDTO;
252
252
 
253
- @ApiProperty({ type: () => [SettlementAccountResponseDTO] })
253
+ @ApiProperty()
254
254
  settlementAccounts: SettlementAccountResponseDTO[];
255
255
 
256
- @ApiProperty({ type: () => BillerProfileResponseDTO, required: false })
256
+ @ApiProperty({ required: false })
257
257
  profile?: BillerProfileResponseDTO;
258
258
 
259
- @ApiProperty({ type: () => [BillerChargeConfigurationResponseDTO] })
259
+ @ApiProperty()
260
260
  chargeConfigurations: BillerChargeConfigurationResponseDTO[];
261
261
 
262
- @ApiProperty({ type: () => GoLiveRequestResponseDTO, required: false })
262
+ @ApiProperty({ required: false })
263
263
  goLiveRequest?: GoLiveRequestResponseDTO;
264
264
 
265
- @ApiProperty({ type: () => [BillerDocumentResponseDTO] })
265
+ @ApiProperty()
266
266
  documents: BillerDocumentResponseDTO[];
267
267
 
268
- @ApiProperty({ type: () => BillerContactResponseDTO, required: false })
268
+ @ApiProperty({ required: false })
269
269
  contact?: BillerContactResponseDTO;
270
270
 
271
- @ApiProperty({ type: () => [CustomerResponseDTO] })
271
+ @ApiProperty()
272
272
  customers: CustomerResponseDTO[];
273
273
 
274
- @ApiProperty({ type: () => [BillerItemResponseDTO] })
274
+ @ApiProperty()
275
275
  items: BillerItemResponseDTO[];
276
276
 
277
- @ApiProperty({ type: () => [InvoiceResponseDTO] })
277
+ @ApiProperty()
278
278
  invoices: InvoiceResponseDTO[];
279
279
  }
280
280
 
@@ -303,7 +303,7 @@ export class BillerProfileResponseDTO {
303
303
  @ApiProperty()
304
304
  updatedAt: Date;
305
305
 
306
- @ApiProperty({ type: () => BillerResponseDTO })
306
+ @ApiProperty()
307
307
  biller: BillerResponseDTO;
308
308
  }
309
309
 
@@ -347,10 +347,10 @@ export class BillerChargeConfigurationResponseDTO {
347
347
  @ApiProperty()
348
348
  updatedAt: Date;
349
349
 
350
- @ApiProperty({ type: () => [BillerResponseDTO], required: false })
350
+ @ApiProperty({ required: false })
351
351
  biller?: BillerResponseDTO[];
352
352
 
353
- @ApiProperty({ type: () => ServiceResponseDTO })
353
+ @ApiProperty()
354
354
  service: ServiceResponseDTO;
355
355
  }
356
356
 
@@ -382,13 +382,13 @@ export class SettlementAccountResponseDTO {
382
382
  @ApiProperty()
383
383
  updatedAt: Date;
384
384
 
385
- @ApiProperty({ type: () => BillerResponseDTO })
385
+ @ApiProperty()
386
386
  biller: BillerResponseDTO;
387
387
 
388
- @ApiProperty({ type: () => BankResponseDTO })
388
+ @ApiProperty()
389
389
  bank: BankResponseDTO;
390
390
 
391
- @ApiProperty({ type: () => OnboardedAccountResponseDTO, required: false })
391
+ @ApiProperty({ required: false })
392
392
  onboardedAccount?: OnboardedAccountResponseDTO;
393
393
  }
394
394
 
@@ -408,7 +408,7 @@ export class OnboardedAccountResponseDTO {
408
408
  @ApiProperty()
409
409
  updatedAt: Date;
410
410
 
411
- @ApiProperty({ type: () => SettlementAccountResponseDTO })
411
+ @ApiProperty()
412
412
  settlementAccount: SettlementAccountResponseDTO;
413
413
  }
414
414
 
@@ -425,7 +425,7 @@ export class BillerDocumentResponseDTO {
425
425
  @ApiProperty()
426
426
  type: string;
427
427
 
428
- @ApiProperty({ type: () => BillerResponseDTO })
428
+ @ApiProperty()
429
429
  biller: BillerResponseDTO;
430
430
  }
431
431
 
@@ -445,7 +445,7 @@ export class GoLiveRequestResponseDTO {
445
445
  @ApiProperty()
446
446
  updatedAt: Date;
447
447
 
448
- @ApiProperty({ type: () => BillerResponseDTO })
448
+ @ApiProperty()
449
449
  biller: BillerResponseDTO;
450
450
  }
451
451
 
@@ -486,7 +486,7 @@ export class BillerContactResponseDTO {
486
486
  @ApiProperty()
487
487
  updatedAt: Date;
488
488
 
489
- @ApiProperty({ type: () => BillerResponseDTO })
489
+ @ApiProperty()
490
490
  biller: BillerResponseDTO;
491
491
  }
492
492
 
@@ -512,10 +512,10 @@ export class CustomerResponseDTO {
512
512
  @ApiProperty()
513
513
  updatedAt: Date;
514
514
 
515
- @ApiProperty({ type: () => BillerResponseDTO })
515
+ @ApiProperty()
516
516
  biller: BillerResponseDTO;
517
517
 
518
- @ApiProperty({ type: () => [InvoiceResponseDTO] })
518
+ @ApiProperty()
519
519
  invoices: InvoiceResponseDTO[];
520
520
  }
521
521
 
@@ -553,10 +553,10 @@ export class BillerItemResponseDTO {
553
553
  @ApiProperty()
554
554
  updatedAt: Date;
555
555
 
556
- @ApiProperty({ type: () => BillerResponseDTO })
556
+ @ApiProperty()
557
557
  biller: BillerResponseDTO;
558
558
 
559
- @ApiProperty({ type: () => [InvoiceResponseDTO] })
559
+ @ApiProperty()
560
560
  invoices: InvoiceResponseDTO[];
561
561
  }
562
562
 
@@ -588,12 +588,12 @@ export class InvoiceResponseDTO {
588
588
  @ApiProperty()
589
589
  updatedAt: Date;
590
590
 
591
- @ApiProperty({ type: () => [BillerItemResponseDTO] })
591
+ @ApiProperty()
592
592
  billerItems: BillerItemResponseDTO[];
593
593
 
594
- @ApiProperty({ type: () => BillerResponseDTO })
594
+ @ApiProperty()
595
595
  biller: BillerResponseDTO;
596
596
 
597
- @ApiProperty({ type: () => CustomerResponseDTO })
597
+ @ApiProperty()
598
598
  customer: CustomerResponseDTO;
599
599
  }