Closed mvantellingen closed 2 years ago
While regenerating the Python SDK we came into an issue where a cyclic import order was introduced. The cause seems to be the following 5 types which are defined with the package BusinessUnit instead of the Me package used for all other My* actions.
BusinessUnit
Me
My*
MyBusinessUnitChangeAssociateAction
MyBusinessUnitChangeNameAction
MyBusinessUnitChangeParentUnitAction
MyBusinessUnitSetDefaultBillingAddressAction
MyBusinessUnitSetDefaultShippingAddressAction
Fixed with 7e260e1
While regenerating the Python SDK we came into an issue where a cyclic import order was introduced. The cause seems to be the following 5 types which are defined with the package
BusinessUnit
instead of theMe
package used for all otherMy*
actions.MyBusinessUnitChangeAssociateAction
MyBusinessUnitChangeNameAction
MyBusinessUnitChangeParentUnitAction
MyBusinessUnitSetDefaultBillingAddressAction
MyBusinessUnitSetDefaultShippingAddressAction