IOutput: {
    kuDecisions: {
        currentPage: number;
        items: {
            address?: null | string;
            authorization?: unknown;
            authorization_document?: {
                document: {
                    doc_hash: string;
                    hash: string;
                    meta: unknown;
                    meta_hash: string;
                    signatures: {
                        id: number;
                        is_valid?: null | boolean;
                        meta: unknown;
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: ({ username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | null | undefined; inn: string; } | { username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | ... 1 more ... | undefined; } | { ...; }) & {};
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: {
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: unknown;
                };
            };
            block_num?: null | number;
            braname?: null | string;
            branch_email?: null | string;
            branch_name?: null | string;
            branch_phone?: null | string;
            chairman?: null | string;
            close_at?: null | string;
            coopname?: null | string;
            created_at?: null | string;
            hash: string;
            id?: null | number;
            initiator?: null | string;
            meet_at?: null | string;
            meet_place?: null | string;
            open_at?: null | string;
            participants?: null | string[];
            participants_info?: {
                account_type: AccountType;
                display_name: string;
                username: string;
            }[];
            petition?: unknown;
            present: boolean;
            proposal?: unknown;
            protocol?: unknown;
            protocol_document?: {
                document: {
                    doc_hash: string;
                    hash: string;
                    meta: unknown;
                    meta_hash: string;
                    signatures: {
                        id: number;
                        is_valid?: null | boolean;
                        meta: unknown;
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: ({ username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | null | undefined; inn: string; } | { username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | ... 1 more ... | undefined; } | { ...; }) & {};
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: {
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: unknown;
                };
            };
            questions?: {
                context?: null | string;
                counter_votes_abstained?: null | number;
                counter_votes_against?: null | number;
                counter_votes_for?: null | number;
                decision?: null | string;
                decision_id?: null | number;
                id?: null | number;
                number?: null | number;
                title?: null | string;
                voters_abstained?: null | string[];
                voters_against?: null | string[];
                voters_for?: null | string[];
            }[];
            signed_ballots?: null | number;
            status?: null | KuDecisionStatus;
            type?: null | KuDecisionType;
        }[];
        totalCount: number;
        totalPages: number;
    };
}

Type declaration

  • kuDecisions: {
        currentPage: number;
        items: {
            address?: null | string;
            authorization?: unknown;
            authorization_document?: {
                document: {
                    doc_hash: string;
                    hash: string;
                    meta: unknown;
                    meta_hash: string;
                    signatures: {
                        id: number;
                        is_valid?: null | boolean;
                        meta: unknown;
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: ({ username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | null | undefined; inn: string; } | { username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | ... 1 more ... | undefined; } | { ...; }) & {};
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: {
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: unknown;
                };
            };
            block_num?: null | number;
            braname?: null | string;
            branch_email?: null | string;
            branch_name?: null | string;
            branch_phone?: null | string;
            chairman?: null | string;
            close_at?: null | string;
            coopname?: null | string;
            created_at?: null | string;
            hash: string;
            id?: null | number;
            initiator?: null | string;
            meet_at?: null | string;
            meet_place?: null | string;
            open_at?: null | string;
            participants?: null | string[];
            participants_info?: {
                account_type: AccountType;
                display_name: string;
                username: string;
            }[];
            petition?: unknown;
            present: boolean;
            proposal?: unknown;
            protocol?: unknown;
            protocol_document?: {
                document: {
                    doc_hash: string;
                    hash: string;
                    meta: unknown;
                    meta_hash: string;
                    signatures: {
                        id: number;
                        is_valid?: null | boolean;
                        meta: unknown;
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: ({ username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | null | undefined; inn: string; } | { username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | ... 1 more ... | undefined; } | { ...; }) & {};
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: {
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: unknown;
                };
            };
            questions?: {
                context?: null | string;
                counter_votes_abstained?: null | number;
                counter_votes_against?: null | number;
                counter_votes_for?: null | number;
                decision?: null | string;
                decision_id?: null | number;
                id?: null | number;
                number?: null | number;
                title?: null | string;
                voters_abstained?: null | string[];
                voters_against?: null | string[];
                voters_for?: null | string[];
            }[];
            signed_ballots?: null | number;
            status?: null | KuDecisionStatus;
            type?: null | KuDecisionType;
        }[];
        totalCount: number;
        totalPages: number;
    }

    Получить список решений собраний кооперативных участков

    Требуемые роли: user, member, chairman.

    • currentPage: number

      Текущая страница

    • items: {
          address?: null | string;
          authorization?: unknown;
          authorization_document?: {
              document: {
                  doc_hash: string;
                  hash: string;
                  meta: unknown;
                  meta_hash: string;
                  signatures: {
                      id: number;
                      is_valid?: null | boolean;
                      meta: unknown;
                      public_key: string;
                      signature: string;
                      signed_at: string;
                      signed_hash: string;
                      signer: string;
                      signer_certificate?: ({ username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | null | undefined; inn: string; } | { username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | ... 1 more ... | undefined; } | { ...; }) & {};
                  }[];
                  version: string;
              };
              hash: string;
              rawDocument?: {
                  binary: string;
                  full_title: string;
                  hash: string;
                  html: string;
                  meta: unknown;
              };
          };
          block_num?: null | number;
          braname?: null | string;
          branch_email?: null | string;
          branch_name?: null | string;
          branch_phone?: null | string;
          chairman?: null | string;
          close_at?: null | string;
          coopname?: null | string;
          created_at?: null | string;
          hash: string;
          id?: null | number;
          initiator?: null | string;
          meet_at?: null | string;
          meet_place?: null | string;
          open_at?: null | string;
          participants?: null | string[];
          participants_info?: {
              account_type: AccountType;
              display_name: string;
              username: string;
          }[];
          petition?: unknown;
          present: boolean;
          proposal?: unknown;
          protocol?: unknown;
          protocol_document?: {
              document: {
                  doc_hash: string;
                  hash: string;
                  meta: unknown;
                  meta_hash: string;
                  signatures: {
                      id: number;
                      is_valid?: null | boolean;
                      meta: unknown;
                      public_key: string;
                      signature: string;
                      signed_at: string;
                      signed_hash: string;
                      signer: string;
                      signer_certificate?: ({ username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | null | undefined; inn: string; } | { username: string; type: AccountType; first_name: string; last_name: string; middle_name?: string | ... 1 more ... | undefined; } | { ...; }) & {};
                  }[];
                  version: string;
              };
              hash: string;
              rawDocument?: {
                  binary: string;
                  full_title: string;
                  hash: string;
                  html: string;
                  meta: unknown;
              };
          };
          questions?: {
              context?: null | string;
              counter_votes_abstained?: null | number;
              counter_votes_against?: null | number;
              counter_votes_for?: null | number;
              decision?: null | string;
              decision_id?: null | number;
              id?: null | number;
              number?: null | number;
              title?: null | string;
              voters_abstained?: null | string[];
              voters_against?: null | string[];
              voters_for?: null | string[];
          }[];
          signed_ballots?: null | number;
          status?: null | KuDecisionStatus;
          type?: null | KuDecisionType;
      }[]

      Элементы текущей страницы

    • totalCount: number

      Общее количество элементов

    • totalPages: number

      Общее количество страниц