fizzy_sdk/generated/mod.rs
1// Generated by fizzy-sdk-generator from openapi.json and behavior-model.json. DO NOT EDIT.
2
3#![allow(clippy::pedantic, unreachable_pub)]
4
5pub mod accessors;
6pub mod redaction;
7pub mod routes;
8pub mod services;
9pub mod types;
10
11/// The Fizzy API version this SDK was generated against.
12pub const API_VERSION: &str = "2026-03-01";