diff --git a/packages/foundations-ts-definitions/types/platform-schema.ts b/packages/foundations-ts-definitions/types/platform-schema.ts index b6b4536e0d..09602b2b15 100644 --- a/packages/foundations-ts-definitions/types/platform-schema.ts +++ b/packages/foundations-ts-definitions/types/platform-schema.ts @@ -2652,6 +2652,15 @@ export interface CompanyModel { */ country?: string } + /** + * Representation of the payments and terms configuration for a company + */ + payments?: { + /** + * The identifier of the nominal code selected in the payments and terms configuration + */ + nominalAccountId?: string + } /** * A collection of additional contact details */ @@ -2846,6 +2855,15 @@ export interface CompanyModelPagedResult { */ country?: string } + /** + * Representation of the payments and terms configuration for a company + */ + payments?: { + /** + * The identifier of the nominal code selected in the payments and terms configuration + */ + nominalAccountId?: string + } /** * A collection of additional contact details */ @@ -2934,6 +2952,15 @@ export interface CompanyModelPagedResult { } } } +/** + * Representation of the payments and terms configuration for a company + */ +export interface CompanyPaymentsModel { + /** + * The identifier of the nominal code selected in the payments and terms configuration + */ + nominalAccountId?: string +} /** * Representation of the roles that an individual companies possesses */ @@ -10023,18 +10050,6 @@ export interface GuarantorModel { * The identifier for the guarantor record */ id?: string - /** - * The date and time when the guarantor record was created - * example: - * 2019-08-14T12:30:02Z - */ - created?: string // date-time - /** - * The date and time when the guarantor record was last modified - * example: - * 2019-08-14T12:30:02Z - */ - modified?: string // date-time /** * The identifier for the contact record associated with the guarantor */ @@ -10047,11 +10062,6 @@ export interface GuarantorModel { * The status of the reference requested from the guarantor (notSet/requested/received) */ referenceStatus?: string - /** - * The ETag for the current version of the guarantor record. - * Used for managing update concurrency - */ - readonly _eTag?: string } /** * Any specific details relating to the marketing of a property in Guernsey @@ -17852,18 +17862,6 @@ export interface TenancyContactRelationshipModel { * The identifier for the guarantor record */ id?: string - /** - * The date and time when the guarantor record was created - * example: - * 2019-08-14T12:30:02Z - */ - created?: string // date-time - /** - * The date and time when the guarantor record was last modified - * example: - * 2019-08-14T12:30:02Z - */ - modified?: string // date-time /** * The identifier for the contact record associated with the guarantor */ @@ -17876,11 +17874,6 @@ export interface TenancyContactRelationshipModel { * The status of the reference requested from the guarantor (notSet/requested/received) */ referenceStatus?: string - /** - * The ETag for the current version of the guarantor record. - * Used for managing update concurrency - */ - readonly _eTag?: string }[] /** * Collection of references recorded for this relationship @@ -17966,18 +17959,6 @@ export interface TenancyContactRelationshipModelPagedResult { * The identifier for the guarantor record */ id?: string - /** - * The date and time when the guarantor record was created - * example: - * 2019-08-14T12:30:02Z - */ - created?: string // date-time - /** - * The date and time when the guarantor record was last modified - * example: - * 2019-08-14T12:30:02Z - */ - modified?: string // date-time /** * The identifier for the contact record associated with the guarantor */ @@ -17990,11 +17971,6 @@ export interface TenancyContactRelationshipModelPagedResult { * The status of the reference requested from the guarantor (notSet/requested/received) */ referenceStatus?: string - /** - * The ETag for the current version of the guarantor record. - * Used for managing update concurrency - */ - readonly _eTag?: string }[] /** * Collection of references recorded for this relationship