more updates
This commit is contained in:
@@ -899,6 +899,15 @@
|
||||
"outlet": { "type": "string", "nullable": true }
|
||||
}
|
||||
},
|
||||
"ConfirmationStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": { "type": "string", "nullable": true },
|
||||
"viewCount": { "type": "integer" },
|
||||
"lastViewedAt": { "type": "string", "format": "date-time" }
|
||||
},
|
||||
"required": ["viewCount", "lastViewedAt"]
|
||||
},
|
||||
"CartGrain": {
|
||||
"type": "object",
|
||||
"description": "Cart aggregate (actor state)",
|
||||
@@ -933,11 +942,7 @@
|
||||
}
|
||||
},
|
||||
"userId": { "type": "string" },
|
||||
"confirmationViewCount": { "type": "integer" },
|
||||
"confirmationLastViewedAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"confirmation": { "$ref": "#/components/schemas/ConfirmationStatus" },
|
||||
"checkoutOrderId": { "type": "string" },
|
||||
"checkoutStatus": { "type": "string" },
|
||||
"checkoutCountry": { "type": "string" },
|
||||
|
||||
Reference in New Issue
Block a user