diff --git a/packages/foundations-ts-definitions/types/platform-schema.ts b/packages/foundations-ts-definitions/types/platform-schema.ts index 3304e32bab..aacd4b4ee4 100644 --- a/packages/foundations-ts-definitions/types/platform-schema.ts +++ b/packages/foundations-ts-definitions/types/platform-schema.ts @@ -2297,6 +2297,10 @@ export interface CertificateModel { * The unique identifier of the company */ companyId?: string + /** + * The unique identifier of the certificates status + */ + statusId?: string /** * Any general notes regarding the certificate */ @@ -2364,6 +2368,10 @@ export interface CertificateModelPagedResult { * The unique identifier of the company */ companyId?: string + /** + * The unique identifier of the certificates status + */ + statusId?: string /** * Any general notes regarding the certificate */