File tree 2 files changed +8
-8
lines changed
packages/foundations-ts-definitions/types
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -645,14 +645,14 @@ export interface ApprovalModel {
645
645
* App revision unique identifier
646
646
*/
647
647
appRevisionId ?: string // uuid
648
- /**
649
- * Gets the email of the user who created the revision
650
- */
651
- createdBy ?: string
652
648
/**
653
649
* Gets the date the revision was created
654
650
*/
655
651
readonly created ?: string // date-time
652
+ /**
653
+ * Gets the email of the user who created the revision
654
+ */
655
+ readonly createdBy ?: string
656
656
}
657
657
/**
658
658
* Model to handle paged data and information
Original file line number Diff line number Diff line change @@ -7717,7 +7717,7 @@ export interface CreatePropertyModel {
7717
7717
*/
7718
7718
negotiatorId: string
7719
7719
/**
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
7721
7721
*/
7722
7722
officeIds: string[]
7723
7723
/**
@@ -14633,7 +14633,7 @@ export interface PropertyModel {
14633
14633
*/
14634
14634
roomDetailsApproved?: boolean
14635
14635
/**
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
14637
14637
*/
14638
14638
officeIds?: string[]
14639
14639
/**
@@ -15609,7 +15609,7 @@ export interface PropertyModelPagedResult {
15609
15609
*/
15610
15610
roomDetailsApproved?: boolean
15611
15611
/**
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
15613
15613
*/
15614
15614
officeIds?: string[]
15615
15615
/**
@@ -22969,7 +22969,7 @@ export interface UpdatePropertyModel {
22969
22969
*/
22970
22970
negotiatorId?: string
22971
22971
/**
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
22973
22973
*/
22974
22974
officeIds?: string[]
22975
22975
/**
You can’t perform that action at this time.
0 commit comments