Skip to content

Commit c20a710

Browse files
Update ts definitions (#10613)
Co-authored-by: willmcvay <[email protected]>
1 parent 6449a13 commit c20a710

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/foundations-ts-definitions/types/marketplace-schema.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -645,14 +645,14 @@ export interface ApprovalModel {
645645
* App revision unique identifier
646646
*/
647647
appRevisionId?: string // uuid
648-
/**
649-
* Gets the email of the user who created the revision
650-
*/
651-
createdBy?: string
652648
/**
653649
* Gets the date the revision was created
654650
*/
655651
readonly created?: string // date-time
652+
/**
653+
* Gets the email of the user who created the revision
654+
*/
655+
readonly createdBy?: string
656656
}
657657
/**
658658
* Model to handle paged data and information

packages/foundations-ts-definitions/types/platform-schema.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -7717,7 +7717,7 @@ export interface CreatePropertyModel {
77177717
*/
77187718
negotiatorId: string
77197719
/**
7720-
* A collection of unique identifiers of offices attached to the property
7720+
* A collection of unique identifiers of offices attached to the property. The first item in the collection is considered the primary office
77217721
*/
77227722
officeIds: string[]
77237723
/**
@@ -14633,7 +14633,7 @@ export interface PropertyModel {
1463314633
*/
1463414634
roomDetailsApproved?: boolean
1463514635
/**
14636-
* A collection of unique identifiers of offices attached to the property
14636+
* A collection of unique identifiers of offices attached to the property. The first item in the collection is considered the primary office
1463714637
*/
1463814638
officeIds?: string[]
1463914639
/**
@@ -15609,7 +15609,7 @@ export interface PropertyModelPagedResult {
1560915609
*/
1561015610
roomDetailsApproved?: boolean
1561115611
/**
15612-
* A collection of unique identifiers of offices attached to the property
15612+
* A collection of unique identifiers of offices attached to the property. The first item in the collection is considered the primary office
1561315613
*/
1561415614
officeIds?: string[]
1561515615
/**
@@ -22969,7 +22969,7 @@ export interface UpdatePropertyModel {
2296922969
*/
2297022970
negotiatorId?: string
2297122971
/**
22972-
* A collection of unique identifiers of offices attached to the property
22972+
* A collection of unique identifiers of offices attached to the property. The first item in the collection is considered the primary office
2297322973
*/
2297422974
officeIds?: string[]
2297522975
/**

0 commit comments

Comments
 (0)