Skip to content

Commit

Permalink
Update ts definitions (#10008)
Browse files Browse the repository at this point in the history
Co-authored-by: willmcvay <[email protected]>
Co-authored-by: Will McVay <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent 91f6792 commit fd31c47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/foundations-ts-definitions/types/platform-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit fd31c47

Please sign in to comment.