Circle V2 API Docs
    Preparing search index...

    Variable syntheticEmrCredentialsSchemaConst

    syntheticEmrCredentialsSchema: ZodObject<
        {
            as_of_date: ZodOptional<ZodString>;
            location_id: ZodEnum<{ "1": "1"; "2": "2" }>;
            location_name: ZodOptional<ZodString>;
            seed: ZodString;
        },
        $strip,
    > = ...

    Credentials for the in-process Synthetic EMR. No secrets — the "credentials" ARE the generator config: which facility profile, the seed, and an optional pinned as_of_date visibility ceiling.