adamo-types 1.1.161 → 1.1.162

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.
@@ -1,7 +1,7 @@
1
1
  import { PartyStateType, PersonTitle } from '@bss/constants';
2
2
  import { BpCustomerAccountContactMediumDto } from './customer-account-contact-medium.entity';
3
3
  import { BpCustomerAccountIdentificationDto } from './customer-account-identification.entity';
4
- import { BpRelatedPartyDto } from './related-party.entity';
4
+ import { BpRelatedEntityDto, BpRelatedPartyDto } from './related-party.entity';
5
5
  export declare class BpCustomerAccountIndividualDto {
6
6
  id?: string;
7
7
  state: PartyStateType;
@@ -14,6 +14,6 @@ export declare class BpCustomerAccountIndividualDto {
14
14
  contactMediums?: BpCustomerAccountContactMediumDto[];
15
15
  identifications?: BpCustomerAccountIdentificationDto[];
16
16
  relatedParties?: BpRelatedPartyDto[];
17
- relatedEntities?: BpRelatedPartyDto[];
17
+ relatedEntities?: BpRelatedEntityDto[];
18
18
  preferredLanguage: string;
19
19
  }
@@ -20,7 +20,7 @@ const customer_account_identification_entity_1 = require("./customer-account-ide
20
20
  const related_party_entity_1 = require("./related-party.entity");
21
21
  class BpCustomerAccountIndividualDto {
22
22
  static _OPENAPI_METADATA_FACTORY() {
23
- return { id: { required: false, type: () => String }, state: { required: true, enum: require("../../constants/bp.constants").PartyStateType }, title: { required: true, enum: require("../../constants/bp.constants").PersonTitle }, givenName: { required: true, type: () => String }, middleName: { required: false, type: () => String }, familyName: { required: true, type: () => String }, fullName: { required: false, type: () => String }, dateOfBirth: { required: true, type: () => String }, contactMediums: { required: false, type: () => [require("./customer-account-contact-medium.entity").BpCustomerAccountContactMediumDto] }, identifications: { required: false, type: () => [require("./customer-account-identification.entity").BpCustomerAccountIdentificationDto] }, relatedParties: { required: false, type: () => [require("./related-party.entity").BpRelatedPartyDto] }, relatedEntities: { required: false, type: () => [require("./related-party.entity").BpRelatedPartyDto] }, preferredLanguage: { required: true, type: () => String } };
23
+ return { id: { required: false, type: () => String }, state: { required: true, enum: require("../../constants/bp.constants").PartyStateType }, title: { required: true, enum: require("../../constants/bp.constants").PersonTitle }, givenName: { required: true, type: () => String }, middleName: { required: false, type: () => String }, familyName: { required: true, type: () => String }, fullName: { required: false, type: () => String }, dateOfBirth: { required: true, type: () => String }, contactMediums: { required: false, type: () => [require("./customer-account-contact-medium.entity").BpCustomerAccountContactMediumDto] }, identifications: { required: false, type: () => [require("./customer-account-identification.entity").BpCustomerAccountIdentificationDto] }, relatedParties: { required: false, type: () => [require("./related-party.entity").BpRelatedPartyDto] }, relatedEntities: { required: false, type: () => [require("./related-party.entity").BpRelatedEntityDto] }, preferredLanguage: { required: true, type: () => String } };
24
24
  }
25
25
  }
26
26
  __decorate([