Skip to content

Commit aed3e87

Browse files
phil-oskgadomski
andauthored
feat: add ProductsCollection to pydantic exports (#19)
Co-authored-by: Pete Gadomski <[email protected]>
1 parent 3efef86 commit aed3e87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stapi-pydantic/src/stapi_pydantic/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
OpportunitySearchStatus,
99
OpportunitySearchStatusCode,
1010
)
11-
from .product import Product, Provider, ProviderRole
11+
from .product import Product, ProductsCollection, Provider, ProviderRole
1212
from .shared import Link
1313

1414
__all__ = [
@@ -22,6 +22,7 @@
2222
"OpportunitySearchStatus",
2323
"OpportunitySearchStatusCode",
2424
"Product",
25+
"ProductsCollection",
2526
"Provider",
2627
"ProviderRole",
2728
]

0 commit comments

Comments
 (0)