more updates
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 43s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m20s

This commit is contained in:
matst80
2025-11-20 22:41:00 +01:00
parent c859796b1e
commit 896bf7672b
2 changed files with 19 additions and 17 deletions

View File

@@ -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" },