@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data: {
            soviet: {
                individual_data: {
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?:
                        | {
                            code: string;
                            issued_at: string;
                            issued_by: string;
                            number: number;
                            series: number;
                        }
                        | null;
                    phone: string;
                };
                role: string;
            }[];
            vars: {
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: | {
                    protocol_day_month_year: string;
                    protocol_number: string;
                }
                | null;
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application?: | {
                    protocol_day_month_year: string;
                    protocol_number: string;
                }
                | null;
                passport_request?: string
                | null;
                privacy_agreement?:
                    | { protocol_day_month_year: string; protocol_number: string }
                    | null;
                short_abbr: string;
                signature_agreement?:
                    | { protocol_day_month_year: string; protocol_number: string }
                    | null;
                statute_link: string;
                user_agreement?:
                    | { protocol_day_month_year: string; protocol_number: string }
                    | null;
                wallet_agreement?:
                    | { protocol_day_month_year: string; protocol_number: string }
                    | null;
                website: string;
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        soviet: {
            individual_data: {
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?:
                    | {
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    }
                    | null;
                phone: string;
            };
            role: string;
        }[];
        vars: {
            confidential_email: string;
            confidential_link: string;
            contact_email: string;
            coopenomics_agreement?: | {
                protocol_day_month_year: string;
                protocol_number: string;
            }
            | null;
            coopname: string;
            full_abbr: string;
            full_abbr_dative: string;
            full_abbr_genitive: string;
            name: string;
            participant_application?: | {
                protocol_day_month_year: string;
                protocol_number: string;
            }
            | null;
            passport_request?: string
            | null;
            privacy_agreement?:
                | { protocol_day_month_year: string; protocol_number: string }
                | null;
            short_abbr: string;
            signature_agreement?:
                | { protocol_day_month_year: string; protocol_number: string }
                | null;
            statute_link: string;
            user_agreement?:
                | { protocol_day_month_year: string; protocol_number: string }
                | null;
            wallet_agreement?:
                | { protocol_day_month_year: string; protocol_number: string }
                | null;
            website: string;
        };
    }