Skip to main content

hey_sdk/generated/
mod.rs

1// Generated by hey-sdk-generator from openapi.json and behavior-model.json. DO NOT EDIT.
2
3#![allow(missing_docs, unreachable_pub, clippy::all, clippy::pedantic)]
4
5pub mod routes;
6pub mod services;
7pub mod types;
8
9/// The HEY API version this SDK was generated against.
10pub const API_VERSION: &str = "2026-08-21";