///
/// HybridStateOfMindModuleSpec.cpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

#include "HybridStateOfMindModuleSpec.hpp"

namespace margelo::nitro::healthkit {

  void HybridStateOfMindModuleSpec::loadHybridMethods() {
    // load base methods/properties
    HybridObject::loadHybridMethods();
    // load custom methods/properties
    registerHybrids(this, [](Prototype& prototype) {
      prototype.registerHybridMethod("queryStateOfMindSamples", &HybridStateOfMindModuleSpec::queryStateOfMindSamples);
      prototype.registerHybridMethod("queryStateOfMindSamplesWithAnchor", &HybridStateOfMindModuleSpec::queryStateOfMindSamplesWithAnchor);
      prototype.registerHybridMethod("saveStateOfMindSample", &HybridStateOfMindModuleSpec::saveStateOfMindSample);
    });
  }

} // namespace margelo::nitro::healthkit
