Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cordada/lib-cl-sii-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.57.0
Choose a base ref
...
head repository: cordada/lib-cl-sii-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.58.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 16, 2025

  1. feat(cte): Add parser for "Datos del Contribuyente"

    - Implemented `parse_taxpayer_data` to parse taxpayer data from CTE HTML.
    - Added `TaxpayerData` and `LastFiledDocument` data models.
    - Created tests to validate parser functionality with sample HTML input.
    
    Ref: https://app.shortcut.com/cordada/story/16534/
    svillegas-cdd committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    6438d2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #890 from cordada/task/sc-16534--parse-datos-del-c…

    …ontribuyente
    
    cte: Add parser for "Datos del Contribuyente"
    svillegas-cdd authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    7a06ce8 View commit details
    Browse the repository at this point in the history
  3. feat: Add regex for canonical RUT that is compatible with JSON Schema

    Add a regular expression for canonical RUTs that is compatible with
    JSON Schema and OpenAPI:
    `cl_sii.rut.constants.RUT_CANONICAL_STRICT_JSON_SCHEMA_REGEX`
    jtrobles-cdd committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    05d4884 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #896 from cordada/add-rut-regex-for-json-schema

    rut: Add regex for canonical RUT that is compatible with JSON Schema
    jtrobles-cdd authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    cf4db5e View commit details
    Browse the repository at this point in the history
  5. feat(cte): Add parser for "Propiedades y Bienes Raíces"

    - Implemented `parse_taxpayer_properties` to parse property table from CTE HTML.
    - Added `Property` and `TaxpayerProperties` data models.
    - Created tests to validate parser functionality with sample HTML input.
    
    Ref: https://app.shortcut.com/cordada/story/16536/
    svillegas-cdd committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c357286 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #895 from cordada/task/sc-16536-parse-propiedades-…

    …y-bienes-raices-cte
    
    cte: Add parser for "Propiedades y Bienes Raíces"
    svillegas-cdd authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    2179e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    8030633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e79dd78 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #897 from cordada/release/v0.58.0

    Release v0.58.0
    jtrobles-cdd authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    a9d8c59 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #898 from cordada/deploy/v0.58.0

    Deploy release v0.58.0
    svillegas-cdd authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    bda8bbf View commit details
    Browse the repository at this point in the history
Loading