tap-belvo 0.3.2__tar.gz → 0.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tap-belvo might be problematic. Click here for more details.
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.github/workflows/dynamic-publish.yaml +1 -1
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.github/workflows/test.yml +6 -6
- tap_belvo-0.3.2/.github/workflows/update_openapi.yml → tap_belvo-0.3.3/.github/workflows/update_catalog.yml +11 -3
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.pre-commit-config.yaml +3 -3
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/PKG-INFO +2 -2
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/pyproject.toml +9 -9
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/openapi.json +98 -32
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_accounts].json +1226 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_owners].json +309 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[banking_transactions].json +1226 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_incomes].json +515 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_recurring_expenses].json +1542 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[enrichment_risk_insights].json +4908 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_invoices].json +1632 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_compliance_statuses].json +148 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_retentions].json +443 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[fiscal_tax_statuses].json +824 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[institutions].json +406 -0
- tap_belvo-0.3.3/tests/__snapshots__/test_schema_evolution/test_catalog_changes[links].json +242 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tests/conftest.py +2 -0
- tap_belvo-0.3.3/tests/test_schema_evolution.py +31 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/uv.lock +194 -131
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.copier-answers.yml +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.github/CODEOWNERS +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.github/renovate.json5 +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.gitignore +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/.secrets/.gitignore +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/LICENSE +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/README.md +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/meltano.yml +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/output/.gitignore +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/plugins/loaders/target-duckdb--jwills.lock +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/scripts/update_openapi.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/__init__.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/__main__.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/client.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/streams/__init__.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/streams/banking.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/streams/core.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/streams/enrichment.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/streams/fiscal.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tap_belvo/tap.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tests/__init__.py +0 -0
- {tap_belvo-0.3.2 → tap_belvo-0.3.3}/tests/test_core.py +0 -0
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
14
14
|
with:
|
|
15
15
|
fetch-depth: 0
|
|
16
|
-
- uses: hynek/build-and-inspect-python-package@
|
|
16
|
+
- uses: hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
|
|
17
17
|
id: baipp
|
|
18
18
|
|
|
19
19
|
publish:
|
|
@@ -30,13 +30,13 @@ concurrency:
|
|
|
30
30
|
env:
|
|
31
31
|
FORCE_COLOR: 1
|
|
32
32
|
# renovate: datasource=pypi depName=prek
|
|
33
|
-
PREK_VERSION: 0.2.
|
|
33
|
+
PREK_VERSION: 0.2.10
|
|
34
34
|
# renovate: datasource=pypi depName=uv
|
|
35
|
-
UV_VERSION: 0.
|
|
35
|
+
UV_VERSION: 0.9.4
|
|
36
36
|
# renovate: datasource=pypi depName=tox
|
|
37
|
-
TOX_VERSION: 4.
|
|
37
|
+
TOX_VERSION: 4.31.0
|
|
38
38
|
# renovate: datasource=pypi depName=tox-uv
|
|
39
|
-
TOX_UV_VERSION: 1.
|
|
39
|
+
TOX_UV_VERSION: 1.29.0
|
|
40
40
|
|
|
41
41
|
jobs:
|
|
42
42
|
tests:
|
|
@@ -60,7 +60,7 @@ jobs:
|
|
|
60
60
|
with:
|
|
61
61
|
python-version: ${{ matrix.python-version }}
|
|
62
62
|
allow-prereleases: true
|
|
63
|
-
- uses: astral-sh/setup-uv@
|
|
63
|
+
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
|
|
64
64
|
with:
|
|
65
65
|
version: ${{ env.UV_VERSION }}
|
|
66
66
|
- name: Run
|
|
@@ -82,7 +82,7 @@ jobs:
|
|
|
82
82
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
83
83
|
|
|
84
84
|
- name: Install the latest version of uv
|
|
85
|
-
uses: astral-sh/setup-uv@
|
|
85
|
+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
|
|
86
86
|
with:
|
|
87
87
|
version: ${{ env.UV_VERSION }}
|
|
88
88
|
|
|
@@ -7,11 +7,13 @@ on:
|
|
|
7
7
|
- cron: '0 12 * * *'
|
|
8
8
|
|
|
9
9
|
env:
|
|
10
|
+
FORCE_COLOR: "1"
|
|
10
11
|
# renovate: datasource=pypi depName=uv
|
|
11
|
-
UV_VERSION: 0.
|
|
12
|
+
UV_VERSION: 0.9.4
|
|
12
13
|
|
|
13
14
|
jobs:
|
|
14
15
|
update_openapi_specification:
|
|
16
|
+
name: Update Catalog
|
|
15
17
|
runs-on: ubuntu-24.04
|
|
16
18
|
permissions:
|
|
17
19
|
contents: write
|
|
@@ -23,11 +25,17 @@ jobs:
|
|
|
23
25
|
app-id: ${{ vars.APP_ID }}
|
|
24
26
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
|
25
27
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
26
|
-
- uses: astral-sh/setup-uv@
|
|
28
|
+
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
|
|
27
29
|
with:
|
|
28
30
|
version: ${{ env.UV_VERSION }}
|
|
29
31
|
- run: uv run --only-group=scripts scripts/update_openapi.py
|
|
32
|
+
- run: uv run pytest --snapshot-update tests/test_schema_evolution.py
|
|
33
|
+
- id: check_snapshot_changes
|
|
34
|
+
continue-on-error: true
|
|
35
|
+
run: git diff --quiet tests/__snapshots__
|
|
30
36
|
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
|
|
37
|
+
if: steps.check_snapshot_changes.outcome == 'failure'
|
|
31
38
|
with:
|
|
32
|
-
title: 'chore: Update
|
|
39
|
+
title: 'chore: Update catalog'
|
|
33
40
|
token: ${{ steps.generate-token.outputs.token }}
|
|
41
|
+
signoff: true
|
|
@@ -19,12 +19,12 @@ repos:
|
|
|
19
19
|
- id: trailing-whitespace
|
|
20
20
|
|
|
21
21
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
|
22
|
-
rev: "v2.
|
|
22
|
+
rev: "v2.11.0"
|
|
23
23
|
hooks:
|
|
24
24
|
- id: pyproject-fmt
|
|
25
25
|
|
|
26
26
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
27
|
-
rev: "v0.
|
|
27
|
+
rev: "v0.14.1"
|
|
28
28
|
hooks:
|
|
29
29
|
- id: ruff-check
|
|
30
30
|
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
|
|
@@ -36,7 +36,7 @@ repos:
|
|
|
36
36
|
- id: validate_manifest
|
|
37
37
|
|
|
38
38
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
39
|
-
rev: "0.
|
|
39
|
+
rev: "0.9.4"
|
|
40
40
|
hooks:
|
|
41
41
|
- id: uv-lock
|
|
42
42
|
- id: uv-sync
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tap-belvo
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Singer tap for Belvo, built with the Meltano SDK for Singer Taps.
|
|
5
5
|
Project-URL: Documentation, https://github.com/reservoir-data/tap-belvo#readme
|
|
6
6
|
Project-URL: Homepage, https://github.com/reservoir-data/tap-belvo
|
|
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
18
18
|
Requires-Python: >=3.11
|
|
19
19
|
Requires-Dist: requests-cache==1.*
|
|
20
20
|
Requires-Dist: requests~=2.32.3
|
|
21
|
-
Requires-Dist: singer-sdk~=0.
|
|
21
|
+
Requires-Dist: singer-sdk~=0.51.0
|
|
22
22
|
Requires-Dist: typing-extensions>=4.15; python_full_version < '3.12'
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
@@ -31,7 +31,7 @@ dynamic = [
|
|
|
31
31
|
dependencies = [
|
|
32
32
|
"requests~=2.32.3",
|
|
33
33
|
"requests-cache==1.*",
|
|
34
|
-
"singer-sdk~=0.
|
|
34
|
+
"singer-sdk~=0.51.0",
|
|
35
35
|
"typing-extensions>=4.15; python_full_version<'3.12'",
|
|
36
36
|
]
|
|
37
37
|
urls.Documentation = "https://github.com/reservoir-data/tap-belvo#readme"
|
|
@@ -51,17 +51,25 @@ scripts = [
|
|
|
51
51
|
testing = [
|
|
52
52
|
"deptry>=0.23",
|
|
53
53
|
"pytest>=8",
|
|
54
|
+
"pytest-subtests>=0.15",
|
|
54
55
|
"singer-sdk[testing]",
|
|
56
|
+
"syrupy>=5",
|
|
55
57
|
]
|
|
56
58
|
typing = [
|
|
57
59
|
"mypy>=1.18",
|
|
58
60
|
"ty>=0.0.1a21",
|
|
59
61
|
"types-requests>=2.32.3",
|
|
62
|
+
{ include-group = "testing" },
|
|
60
63
|
]
|
|
61
64
|
|
|
62
65
|
[tool.hatch.version]
|
|
63
66
|
source = "vcs"
|
|
64
67
|
|
|
68
|
+
[tool.uv]
|
|
69
|
+
prerelease = "allow"
|
|
70
|
+
preview = true
|
|
71
|
+
required-version = ">=0.8"
|
|
72
|
+
|
|
65
73
|
[tool.ruff]
|
|
66
74
|
line-length = 88
|
|
67
75
|
|
|
@@ -102,9 +110,6 @@ env_list = [
|
|
|
102
110
|
"dependencies",
|
|
103
111
|
"typing",
|
|
104
112
|
"3.14",
|
|
105
|
-
"3.13",
|
|
106
|
-
"3.12",
|
|
107
|
-
"3.11",
|
|
108
113
|
]
|
|
109
114
|
|
|
110
115
|
[tool.tox.env_run_base]
|
|
@@ -136,8 +141,3 @@ warn_no_return = true
|
|
|
136
141
|
warn_unreachable = true
|
|
137
142
|
warn_unused_configs = true
|
|
138
143
|
warn_unused_ignores = true
|
|
139
|
-
|
|
140
|
-
[tool.uv]
|
|
141
|
-
prerelease = "allow"
|
|
142
|
-
preview = true
|
|
143
|
-
required-version = ">=0.8"
|
|
@@ -11910,7 +11910,7 @@
|
|
|
11910
11910
|
"created_at__range": {
|
|
11911
11911
|
"name": "created_at__range",
|
|
11912
11912
|
"in": "query",
|
|
11913
|
-
"description": "Return accounts that were last updated in Belvo's database between two dates (in `YYYY-MM-DD` format).",
|
|
11913
|
+
"description": "Return accounts that were last updated in Belvo's database between two dates (in `YYYY-MM-DD` format). The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
11914
11914
|
"style": "form",
|
|
11915
11915
|
"explode": false,
|
|
11916
11916
|
"schema": {
|
|
@@ -11920,7 +11920,11 @@
|
|
|
11920
11920
|
"type": "string",
|
|
11921
11921
|
"format": "date",
|
|
11922
11922
|
"example": "2022-03-03"
|
|
11923
|
-
}
|
|
11923
|
+
},
|
|
11924
|
+
"example": [
|
|
11925
|
+
"2022-01-01",
|
|
11926
|
+
"2022-12-31"
|
|
11927
|
+
]
|
|
11924
11928
|
}
|
|
11925
11929
|
},
|
|
11926
11930
|
"created_by__not_in": {
|
|
@@ -12129,7 +12133,7 @@
|
|
|
12129
12133
|
"balance__available__range": {
|
|
12130
12134
|
"name": "balance__available__range",
|
|
12131
12135
|
"in": "query",
|
|
12132
|
-
"description": "Return accounts that have a `balance.available` within a range of two values.",
|
|
12136
|
+
"description": "Return accounts that have a `balance.available` within a range of two. The first value indicates the start of the range and the second value indicates the end of the range. values.",
|
|
12133
12137
|
"style": "form",
|
|
12134
12138
|
"explode": false,
|
|
12135
12139
|
"schema": {
|
|
@@ -12140,7 +12144,11 @@
|
|
|
12140
12144
|
"format": "float",
|
|
12141
12145
|
"pattern": "^\\d{1,15}\\.\\d{2,4}$",
|
|
12142
12146
|
"example": 4350.02
|
|
12143
|
-
}
|
|
12147
|
+
},
|
|
12148
|
+
"example": [
|
|
12149
|
+
100,
|
|
12150
|
+
5000
|
|
12151
|
+
]
|
|
12144
12152
|
}
|
|
12145
12153
|
},
|
|
12146
12154
|
"balance__current": {
|
|
@@ -12201,7 +12209,7 @@
|
|
|
12201
12209
|
"balance__current__range": {
|
|
12202
12210
|
"name": "balance__current__range",
|
|
12203
12211
|
"in": "query",
|
|
12204
|
-
"description": "Return accounts that have a `balance.current` within a range of two values.",
|
|
12212
|
+
"description": "Return accounts that have a `balance.current` within a range of two. The first value indicates the start of the range and the second value indicates the end of the range. values.",
|
|
12205
12213
|
"style": "form",
|
|
12206
12214
|
"explode": false,
|
|
12207
12215
|
"schema": {
|
|
@@ -12212,7 +12220,11 @@
|
|
|
12212
12220
|
"format": "float",
|
|
12213
12221
|
"pattern": "^\\d{1,15}\\.\\d{2,4}$",
|
|
12214
12222
|
"example": 4350.02
|
|
12215
|
-
}
|
|
12223
|
+
},
|
|
12224
|
+
"example": [
|
|
12225
|
+
100,
|
|
12226
|
+
5000
|
|
12227
|
+
]
|
|
12216
12228
|
}
|
|
12217
12229
|
},
|
|
12218
12230
|
"category": {
|
|
@@ -12421,7 +12433,7 @@
|
|
|
12421
12433
|
"collected_at__range": {
|
|
12422
12434
|
"name": "collected_at__range",
|
|
12423
12435
|
"in": "query",
|
|
12424
|
-
"description": "Return items that were retrieved from the institution between two dates (`YYYY-MM-DD` or full `ISO-8601` timestamp).",
|
|
12436
|
+
"description": "Return items that were retrieved from the institution between two dates (`YYYY-MM-DD` or full `ISO-8601` timestamp). The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
12425
12437
|
"style": "form",
|
|
12426
12438
|
"explode": false,
|
|
12427
12439
|
"schema": {
|
|
@@ -12431,7 +12443,11 @@
|
|
|
12431
12443
|
"type": "string",
|
|
12432
12444
|
"format": "date",
|
|
12433
12445
|
"example": "2022-05-04"
|
|
12434
|
-
}
|
|
12446
|
+
},
|
|
12447
|
+
"example": [
|
|
12448
|
+
"2022-01-01",
|
|
12449
|
+
"2022-12-31"
|
|
12450
|
+
]
|
|
12435
12451
|
}
|
|
12436
12452
|
},
|
|
12437
12453
|
"account__balance__available": {
|
|
@@ -12492,7 +12508,7 @@
|
|
|
12492
12508
|
"account__balance__available__range": {
|
|
12493
12509
|
"name": "account__balance__available__range",
|
|
12494
12510
|
"in": "query",
|
|
12495
|
-
"description": "Return transactions that have a `account.balance.available` within a range of two values.",
|
|
12511
|
+
"description": "Return transactions that have a `account.balance.available` within a. The first value indicates the start of the range and the second value indicates the end of the range. range of two values.",
|
|
12496
12512
|
"style": "form",
|
|
12497
12513
|
"explode": false,
|
|
12498
12514
|
"schema": {
|
|
@@ -12503,7 +12519,11 @@
|
|
|
12503
12519
|
"format": "float",
|
|
12504
12520
|
"pattern": "^\\d{1,15}\\.\\d{2,4}$",
|
|
12505
12521
|
"example": 4350.02
|
|
12506
|
-
}
|
|
12522
|
+
},
|
|
12523
|
+
"example": [
|
|
12524
|
+
100,
|
|
12525
|
+
5000
|
|
12526
|
+
]
|
|
12507
12527
|
}
|
|
12508
12528
|
},
|
|
12509
12529
|
"account__balance__current": {
|
|
@@ -12564,7 +12584,7 @@
|
|
|
12564
12584
|
"account__balance__current__range": {
|
|
12565
12585
|
"name": "account__balance__current__range",
|
|
12566
12586
|
"in": "query",
|
|
12567
|
-
"description": "Return transactions that have a `account.balance.current` within a range of two values.",
|
|
12587
|
+
"description": "Return transactions that have a `account.balance.current` within a range. The first value indicates the start of the range and the second value indicates the end of the range. of two values.",
|
|
12568
12588
|
"style": "form",
|
|
12569
12589
|
"explode": false,
|
|
12570
12590
|
"schema": {
|
|
@@ -12573,7 +12593,11 @@
|
|
|
12573
12593
|
"items": {
|
|
12574
12594
|
"type": "number",
|
|
12575
12595
|
"example": 4350
|
|
12576
|
-
}
|
|
12596
|
+
},
|
|
12597
|
+
"example": [
|
|
12598
|
+
100,
|
|
12599
|
+
5000
|
|
12600
|
+
]
|
|
12577
12601
|
}
|
|
12578
12602
|
},
|
|
12579
12603
|
"account_type": {
|
|
@@ -12652,7 +12676,7 @@
|
|
|
12652
12676
|
"accounting_date__range": {
|
|
12653
12677
|
"name": "accounting_date__range",
|
|
12654
12678
|
"in": "query",
|
|
12655
|
-
"description": "Return transactions that were processed by the institution in this date range (`YYYY-MM-DD`).",
|
|
12679
|
+
"description": "Return transactions that were processed by the institution in this date. The first value indicates the start of the range and the second value indicates the end of the range. range (`YYYY-MM-DD`).",
|
|
12656
12680
|
"style": "form",
|
|
12657
12681
|
"explode": false,
|
|
12658
12682
|
"schema": {
|
|
@@ -12662,7 +12686,11 @@
|
|
|
12662
12686
|
"type": "string",
|
|
12663
12687
|
"format": "date",
|
|
12664
12688
|
"example": "2022-05-06"
|
|
12665
|
-
}
|
|
12689
|
+
},
|
|
12690
|
+
"example": [
|
|
12691
|
+
"2022-01-01",
|
|
12692
|
+
"2022-12-31"
|
|
12693
|
+
]
|
|
12666
12694
|
}
|
|
12667
12695
|
},
|
|
12668
12696
|
"amount": {
|
|
@@ -12723,7 +12751,7 @@
|
|
|
12723
12751
|
"amount__range": {
|
|
12724
12752
|
"name": "amount__range",
|
|
12725
12753
|
"in": "query",
|
|
12726
|
-
"description": "Return results between this amount range.",
|
|
12754
|
+
"description": "Return results between this amount range. The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
12727
12755
|
"style": "form",
|
|
12728
12756
|
"explode": false,
|
|
12729
12757
|
"schema": {
|
|
@@ -12734,7 +12762,11 @@
|
|
|
12734
12762
|
"format": "float",
|
|
12735
12763
|
"pattern": "^\\d{1,15}\\.\\d{2,4}$",
|
|
12736
12764
|
"example": 2000.02
|
|
12737
|
-
}
|
|
12765
|
+
},
|
|
12766
|
+
"example": [
|
|
12767
|
+
100,
|
|
12768
|
+
5000
|
|
12769
|
+
]
|
|
12738
12770
|
}
|
|
12739
12771
|
},
|
|
12740
12772
|
"credit_card_data__bill_name__in": {
|
|
@@ -12882,7 +12914,7 @@
|
|
|
12882
12914
|
"value_date__range": {
|
|
12883
12915
|
"name": "value_date__range",
|
|
12884
12916
|
"in": "query",
|
|
12885
|
-
"description": "Return results for this date (`YYYY-MM-DD`) range.",
|
|
12917
|
+
"description": "Return results for this date (`YYYY-MM-DD`) range. The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
12886
12918
|
"style": "form",
|
|
12887
12919
|
"explode": false,
|
|
12888
12920
|
"schema": {
|
|
@@ -12892,7 +12924,11 @@
|
|
|
12892
12924
|
"type": "string",
|
|
12893
12925
|
"format": "date",
|
|
12894
12926
|
"example": "2022-05-06"
|
|
12895
|
-
}
|
|
12927
|
+
},
|
|
12928
|
+
"example": [
|
|
12929
|
+
"2022-01-01",
|
|
12930
|
+
"2022-12-31"
|
|
12931
|
+
]
|
|
12896
12932
|
}
|
|
12897
12933
|
},
|
|
12898
12934
|
"async": {
|
|
@@ -12960,7 +12996,7 @@
|
|
|
12960
12996
|
"due_date__range": {
|
|
12961
12997
|
"name": "due_date__range",
|
|
12962
12998
|
"in": "query",
|
|
12963
|
-
"description": "Return items that have a `due_date` between two dates (`YYYY-MM-DD`).",
|
|
12999
|
+
"description": "Return items that have a `due_date` between two dates (`YYYY-MM-DD`). The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
12964
13000
|
"style": "form",
|
|
12965
13001
|
"explode": false,
|
|
12966
13002
|
"schema": {
|
|
@@ -12970,7 +13006,11 @@
|
|
|
12970
13006
|
"type": "string",
|
|
12971
13007
|
"format": "date",
|
|
12972
13008
|
"example": "2022-05-04"
|
|
12973
|
-
}
|
|
13009
|
+
},
|
|
13010
|
+
"example": [
|
|
13011
|
+
"2022-01-01",
|
|
13012
|
+
"2022-12-31"
|
|
13013
|
+
]
|
|
12974
13014
|
}
|
|
12975
13015
|
},
|
|
12976
13016
|
"email": {
|
|
@@ -13092,16 +13132,21 @@
|
|
|
13092
13132
|
"start_date__range": {
|
|
13093
13133
|
"name": "start_date__range",
|
|
13094
13134
|
"in": "query",
|
|
13095
|
-
"description": "Return employments that started within these two dates, in `YYYY-MM-DD,YYYY-MM-DD` format.",
|
|
13135
|
+
"description": "Return employments that started within these two dates, in `YYYY-MM-DD,YYYY-MM-DD` format. The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
13096
13136
|
"style": "form",
|
|
13097
13137
|
"explode": false,
|
|
13098
13138
|
"schema": {
|
|
13099
13139
|
"type": "array",
|
|
13140
|
+
"maxItems": 2,
|
|
13100
13141
|
"items": {
|
|
13101
13142
|
"type": "string",
|
|
13102
13143
|
"format": "date",
|
|
13103
13144
|
"example": "2022-05-06"
|
|
13104
|
-
}
|
|
13145
|
+
},
|
|
13146
|
+
"example": [
|
|
13147
|
+
"2022-01-01",
|
|
13148
|
+
"2022-12-31"
|
|
13149
|
+
]
|
|
13105
13150
|
}
|
|
13106
13151
|
},
|
|
13107
13152
|
"end_date": {
|
|
@@ -13157,16 +13202,21 @@
|
|
|
13157
13202
|
"end_date__range": {
|
|
13158
13203
|
"name": "end_date__range",
|
|
13159
13204
|
"in": "query",
|
|
13160
|
-
"description": "Return employments that finished within these two dates, in `YYYY-MM-DD,YYYY-MM-DD` format.",
|
|
13205
|
+
"description": "Return employments that finished within these two dates, in `YYYY-MM-DD,YYYY-MM-DD` format. The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
13161
13206
|
"style": "form",
|
|
13162
13207
|
"explode": false,
|
|
13163
13208
|
"schema": {
|
|
13164
13209
|
"type": "array",
|
|
13210
|
+
"maxItems": 2,
|
|
13165
13211
|
"items": {
|
|
13166
13212
|
"type": "string",
|
|
13167
13213
|
"format": "date",
|
|
13168
13214
|
"example": "2022-05-06"
|
|
13169
|
-
}
|
|
13215
|
+
},
|
|
13216
|
+
"example": [
|
|
13217
|
+
"2022-01-01",
|
|
13218
|
+
"2022-12-31"
|
|
13219
|
+
]
|
|
13170
13220
|
}
|
|
13171
13221
|
},
|
|
13172
13222
|
"invoice_date": {
|
|
@@ -13222,7 +13272,7 @@
|
|
|
13222
13272
|
"invoice_date__range": {
|
|
13223
13273
|
"name": "invoice_date__range",
|
|
13224
13274
|
"in": "query",
|
|
13225
|
-
"description": "Return invoices issued within this date range (`YYYY-MM-DD`).",
|
|
13275
|
+
"description": "Return invoices issued within this date range (`YYYY-MM-DD`). The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
13226
13276
|
"style": "form",
|
|
13227
13277
|
"explode": false,
|
|
13228
13278
|
"schema": {
|
|
@@ -13232,7 +13282,11 @@
|
|
|
13232
13282
|
"type": "string",
|
|
13233
13283
|
"format": "date",
|
|
13234
13284
|
"example": "2022-05-06"
|
|
13235
|
-
}
|
|
13285
|
+
},
|
|
13286
|
+
"example": [
|
|
13287
|
+
"2022-01-01",
|
|
13288
|
+
"2022-12-31"
|
|
13289
|
+
]
|
|
13236
13290
|
}
|
|
13237
13291
|
},
|
|
13238
13292
|
"invoice_identification": {
|
|
@@ -13370,7 +13424,7 @@
|
|
|
13370
13424
|
"total_amount__range": {
|
|
13371
13425
|
"name": "total_amount__range",
|
|
13372
13426
|
"in": "query",
|
|
13373
|
-
"description": "Return invoices between these two values.",
|
|
13427
|
+
"description": "Return invoices between these two values. The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
13374
13428
|
"style": "form",
|
|
13375
13429
|
"explode": false,
|
|
13376
13430
|
"schema": {
|
|
@@ -13381,7 +13435,11 @@
|
|
|
13381
13435
|
"format": "float",
|
|
13382
13436
|
"pattern": "^\\d{1,15}\\.\\d{2,4}$",
|
|
13383
13437
|
"example": 541.02
|
|
13384
|
-
}
|
|
13438
|
+
},
|
|
13439
|
+
"example": [
|
|
13440
|
+
100,
|
|
13441
|
+
5000
|
|
13442
|
+
]
|
|
13385
13443
|
}
|
|
13386
13444
|
},
|
|
13387
13445
|
"ejercicio": {
|
|
@@ -13452,7 +13510,7 @@
|
|
|
13452
13510
|
"ejercicio__range": {
|
|
13453
13511
|
"name": "ejercicio__range",
|
|
13454
13512
|
"in": "query",
|
|
13455
|
-
"description": "Return tax returns for this range of years (`YYYY`).",
|
|
13513
|
+
"description": "Return tax returns for this range of years (`YYYY`). The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
13456
13514
|
"style": "form",
|
|
13457
13515
|
"explode": false,
|
|
13458
13516
|
"schema": {
|
|
@@ -13465,7 +13523,11 @@
|
|
|
13465
13523
|
"minLength": 4,
|
|
13466
13524
|
"maxLength": 4,
|
|
13467
13525
|
"example": 2017
|
|
13468
|
-
}
|
|
13526
|
+
},
|
|
13527
|
+
"example": [
|
|
13528
|
+
2015,
|
|
13529
|
+
2021
|
|
13530
|
+
]
|
|
13469
13531
|
}
|
|
13470
13532
|
},
|
|
13471
13533
|
"tipo_declaracion": {
|
|
@@ -13806,7 +13868,7 @@
|
|
|
13806
13868
|
"updated_at__range": {
|
|
13807
13869
|
"name": "updated_at__range",
|
|
13808
13870
|
"in": "query",
|
|
13809
|
-
"description": "Return accounts that were last updated in Belvo's database between two dates (in `YYYY-MM-DD` format).",
|
|
13871
|
+
"description": "Return accounts that were last updated in Belvo's database between two dates (in `YYYY-MM-DD` format). The first value indicates the start of the range and the second value indicates the end of the range.",
|
|
13810
13872
|
"style": "form",
|
|
13811
13873
|
"explode": false,
|
|
13812
13874
|
"schema": {
|
|
@@ -13816,7 +13878,11 @@
|
|
|
13816
13878
|
"type": "string",
|
|
13817
13879
|
"format": "date",
|
|
13818
13880
|
"example": "2022-03-03"
|
|
13819
|
-
}
|
|
13881
|
+
},
|
|
13882
|
+
"example": [
|
|
13883
|
+
"2022-01-01",
|
|
13884
|
+
"2022-12-31"
|
|
13885
|
+
]
|
|
13820
13886
|
}
|
|
13821
13887
|
},
|
|
13822
13888
|
"charge": {
|