File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- from typing import List
1+ from typing import List , Optional
22
33from ..sdk import models
44
@@ -86,6 +86,7 @@ class ApiClassifications(models.Classifications):
8686class ApiContentInfo (models .ContentInfo ):
8787 edition : ApiSingleStringValuedAttribute
8888 languages : ApiMultiValuedAttributeType
89+ publication_date : Optional [ApiSingleStringValuedAttribute ]
8990
9091
9192class ApiContentRating (models .ContentRating ):
@@ -148,7 +149,7 @@ class ApiItemInfo(models.ItemInfo):
148149 external_ids : ApiExternalIds
149150 features : ApiFeatures
150151 manufacture_info : ApiManufactureInfo
151- product_info : ApiProductInfo
152+ product_info : Optional [ ApiProductInfo ]
152153 technical_info : ApiTechnicalInfo
153154 title : ApiSingleStringValuedAttribute
154155 trade_in_info : ApiTradeInInfo
You can’t perform that action at this time.
0 commit comments