fizzy-sdk 0.2.4

Official Fizzy API client, generated from the Smithy model in spec/
Documentation
// Generated by fizzy-sdk-generator from openapi.json and behavior-model.json. DO NOT EDIT.

/// The fields the model marks sensitive, as JSON paths under each type. Every one is
/// typed as [`SensitiveString`](crate::types::SensitiveString) and prints redacted; this
/// table is for anything that handles the JSON itself.
pub static PATHS: &[(&str, &[&str])] = &[
    ("AccessToken", &["$.token"]),
    ("BoardAccessUser", &["$.name", "$.email_address"]),
    ("CompleteJoinRequestContent", &["$.name"]),
    ("CompleteSignupRequestContent", &["$.full_name"]),
    ("CreateSessionRequestContent", &["$.email_address"]),
    ("Identity", &["$.name", "$.email_address"]),
    ("PendingAuthentication", &["$.pending_authentication_token"]),
    ("RedeemMagicLinkRequestContent", &["$.token"]),
    (
        "RequestEmailAddressChangeRequestContent",
        &["$.email_address"],
    ),
    ("SessionAuthorization", &["$.session_token"]),
    ("User", &["$.name", "$.email_address"]),
    ("Webhook", &["$.signing_secret"]),
    ("WebhookDeliveryEventCreator", &["$.name"]),
];