addedInput schema / properties / agentCommission
Added value: +{
+ "type": "number"
+}
removedInput schema / properties / closingDate
Removed value: -{
- "description": "Closing date ISO",
- "type": "string"
-}
addedInput schema / properties / commissionValue
Added value: +{
+ "type": "number"
+}
addedInput schema / properties / description
Added value: +{
+ "description": "Deal description",
+ "type": "string"
+}
addedInput schema / properties / dueDiligenceDate
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / earnestMoneyDueDate
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / finalWalkThroughDate
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / mutualAcceptanceDate
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / peopleIds
Added value: +{
+ "description": "Person IDs on the deal",
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+}
removedInput schema / properties / personId
Removed value: -{
- "description": "Person ID",
- "type": "number"
-}
removedInput schema / properties / pipelineId
Removed value: -{
- "description": "Pipeline ID",
- "type": "number"
-}
addedInput schema / properties / possessionDate
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / price
Added value: +{
+ "description": "Deal price",
+ "type": "number"
+}
addedInput schema / properties / projectedCloseDate
Added value: +{
+ "description": "Projected close date",
+ "type": "string"
+}
changedInput schema / properties / stageId / description
Previous value: -"Stage ID"New value: +"Stage ID (required)"
addedInput schema / properties / teamCommission
Added value: +{
+ "type": "number"
+}
removedInput schema / properties / value
Removed value: -{
- "description": "Deal value",
- "type": "number"
-}
changedInput schema / required
Previous value: -[]New value: +[
+ "name",
+ "stageId"
+]