You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent CatalogApi, SmallAndLightApi, and MerchantFulfillmentApi models from overwriting each other during codegen. All three Swagger models all had schema types called Item, which have now been renamed to CatalogItem, FBAItem, and FBMItem, respectively.
Remove PHP reserved keywords from some CatalogApi schema types, to prevent the ObjectSerializer from wrongly assuming they had different names than they actually did at runtime.