fixed misspelling
Some checks failed
tests / unit (push) Has been cancelled
tests / coverage (push) Has been cancelled

This commit is contained in:
2025-07-23 05:38:00 +03:00
parent 1e2c591a70
commit 89aeba12d4

View File

@@ -1595,8 +1595,7 @@ type GetDescriptionOfProductsResult struct {
// new "model_info" structure
ModelInfo *ModelInfo `json:"model_info,omitempty"`
Images []string `json:"images"`
PDFList []string `json:"pdf_list"`
Images []string `json:"images"`
Attributes []GetDescriptionOfProductsAttribute `json:"attributes"`
ComplexAttributes []GetDescriptionOfProductsComplexAttribute `json:"complex_attributes"`