brynq-sdk-allsolutions 2.0.0__tar.gz → 2.0.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_allsolutions
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: All solutions wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -418,6 +418,7 @@ class AllSolutions(BrynQ):
418
418
  # "phone_private": "ma01.telefoon",
419
419
  "prefix_birthname": "ma01.voor[2]",
420
420
  "housenumber_addition": "ma01.b-appendix",
421
+ 'country': "ma01.b-land-kd",
421
422
  "birthname": "ma01.persoon[2]",
422
423
  }
423
424
  self.__check_fields(data=data, required_fields=required_fields)
@@ -919,7 +920,8 @@ class AllSolutions(BrynQ):
919
920
  "housenumber_addition": "ma01.b-appendix",
920
921
  "postal_code": "ma01.b-pttkd",
921
922
  "note": "ma01.notitie-edit",
922
- 'gender': "ma01.geslacht"
923
+ 'gender': "ma01.geslacht",
924
+ 'country': "ma01.b-land-kd",
923
925
  }
924
926
 
925
927
  self.__check_fields(data=data, required_fields=required_fields)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-allsolutions
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: All solutions wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name='brynq_sdk_allsolutions',
5
- version='2.0.0',
5
+ version='2.0.1',
6
6
  description='All solutions wrapper from BrynQ',
7
7
  long_description='All solutions wrapper from BrynQ',
8
8
  author='BrynQ',