From 23b23abd81327012b1fe1abd0a47fa4eb1391274 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 07:53:56 +0000 Subject: [PATCH] Update ts definitions (#10544) Co-authored-by: willmcvay Co-authored-by: Will McVay --- .../types/platform-schema.ts | 78 +++++++------------ 1 file changed, 27 insertions(+), 51 deletions(-) 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