stackless-integrations 0.3.0

Hosted integration routing for stackless
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! HeyGen catalog resources via Stripe Projects.
//!
//! **HELD — not registered.** Live catalog/add returns unknown
//! provider/service. Source kept for re-enable; omit `pub mod heygen` in
//! `providers/mod.rs` until the gate lifts. See `docs/ADDING-A-PROVIDER.md`
//! § External pin blockers.

pub mod api;

#[allow(unused_imports)]
pub(crate) use crate::resource::{
    CatalogResource as FamilyResource, bool_optional, bool_required, int_optional, int_required,
    integration_config, interp_optional, interp_required,
};