Type Alias PurchaseOptionalParams

PurchaseOptionalParams: {
    ownedKiosk?: ObjectArgument;
    ownedKioskCap?: ObjectArgument;
}

Optional parameters for purchaseAndResolvePolicies flow. This gives us the chance to extend the function in further releases without introducing more breaking changes.