From 0562e4c12f1ce1c60210d42e54a73d8dbe52b5eb Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 8 May 2020 00:16:22 +0000 Subject: [PATCH] chore: update TypeScript definition - time stamp: 2020-04-08 --- packages/foundations-ts-definitions/types/platform-schema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/foundations-ts-definitions/types/platform-schema.ts b/packages/foundations-ts-definitions/types/platform-schema.ts index 08bc236c32..5c9e669b6b 100644 --- a/packages/foundations-ts-definitions/types/platform-schema.ts +++ b/packages/foundations-ts-definitions/types/platform-schema.ts @@ -1418,7 +1418,7 @@ export interface ContactRoleModel { */ contactId?: string /** - * The type of related entity (applicant/vendor/landlord/tenancy) + * The type of related entity (applicant/landlord/offer/tenancy/vendor) */ associatedType?: string /** @@ -6202,7 +6202,7 @@ export interface PagedResultContactRoleModel_ { */ contactId?: string /** - * The type of related entity (applicant/vendor/landlord/tenancy) + * The type of related entity (applicant/landlord/offer/tenancy/vendor) */ associatedType?: string /**