Skip to content

Commit

Permalink
add enum for catalog_items included data
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver committed Dec 1, 2023
1 parent 11299c8 commit 69ac5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sp_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.5'
__version__ = '1.3.6'
4 changes: 3 additions & 1 deletion sp_api/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .report_status import ReportStatus
from .sales_enum import FirstDayOfWeek, Granularity, BuyerType
from .fulfillment_channel import FulfillmentChannel
from .included_data import IncludedData
from .included_data import IncludedData, ListingItemsIncludedData, CatalogItemsIncludedData
from .notifications import NotificationType
from .credential_provider import CredentialProvider, MissingCredentials
from .ApiResponse import ApiResponse
Expand Down Expand Up @@ -67,5 +67,7 @@
'_nest_dict_rec',
'IneligibilityReasonList',
'IncludedData',
'ListingItemsIncludedData',
'CatalogItemsIncludedData',
'AwsEnv'
]

0 comments on commit 69ac5fe

Please sign in to comment.