Skip to content

Commit acf151a

Browse files
authored
add opportunity models to exports (#16)
opportunity models were not exported. they are now.
1 parent 2f9655f commit acf151a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

stapi-pydantic/src/stapi_pydantic/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
from .opportunity import OpportunityProperties
1+
from .opportunity import Opportunity, OpportunityCollection, OpportunityPayload, OpportunityProperties, \
2+
OpportunitySearchRecord, OpportunitySearchRecords, OpportunitySearchStatus, OpportunitySearchStatusCode
23
from .product import Product, Provider, ProviderRole
34
from .shared import Link
45

56
__all__ = [
67
"Link",
8+
"Opportunity",
9+
"OpportunityCollection",
10+
"OpportunityPayload",
711
"OpportunityProperties",
12+
"OpportunitySearchRecord",
13+
"OpportunitySearchRecords",
14+
"OpportunitySearchStatus",
15+
"OpportunitySearchStatusCode",
816
"Product",
917
"Provider",
1018
"ProviderRole",

0 commit comments

Comments
 (0)