Skip to content

Commit acd0ea6

Browse files
author
github-actions-bot
committed
fix: add sek+cad currency
1 parent a629449 commit acd0ea6

File tree

9 files changed

+32
-10
lines changed

9 files changed

+32
-10
lines changed

docs/CurrencyNotNullRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | | must be one of ["usd", "gbp", "eur", ]
7+
**value** | **str** | | must be one of ["usd", "gbp", "eur", "sek", "cad", ]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

docs/CurrencyNotNullResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | | must be one of ["usd", "gbp", "eur", ]
7+
**value** | **str** | | must be one of ["usd", "gbp", "eur", "sek", "cad", ]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

docs/CurrencyResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | | must be one of ["null", "usd", "gbp", "eur", ]
7+
**value** | **str** | | must be one of ["null", "usd", "gbp", "eur", "sek", "cad", ]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

openapi_client/model/address_no_non_null_request.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class AddressNoNonNullRequest(ModelNormal):
6666
'AR': "AR",
6767
'BR': "BR",
6868
'CL': "CL",
69+
'CO': "CO",
6970
'PE': "PE",
7071
'AT': "AT",
7172
'BE': "BE",
@@ -88,6 +89,7 @@ class AddressNoNonNullRequest(ModelNormal):
8889
'LT': "LT",
8990
'LU': "LU",
9091
'LV': "LV",
92+
'MK': "MK",
9193
'NL': "NL",
9294
'NO': "NO",
9395
'PL': "PL",
@@ -96,19 +98,25 @@ class AddressNoNonNullRequest(ModelNormal):
9698
'RU': "RU",
9799
'SE': "SE",
98100
'SK': "SK",
101+
'BD': "BD",
99102
'CN': "CN",
100103
'HK': "HK",
101104
'ID': "ID",
102105
'IL': "IL",
103106
'IN': "IN",
104107
'JP': "JP",
105108
'KR': "KR",
109+
'KZ': "KZ",
106110
'MO': "MO",
107111
'MY': "MY",
108112
'PH': "PH",
113+
'PK': "PK",
109114
'PS': "PS",
115+
'SA': "SA",
110116
'SG': "SG",
111117
'TH': "TH",
118+
'TJ': "TJ",
119+
'TM': "TM",
112120
'TR': "TR",
113121
'TW': "TW",
114122
'VN': "VN",

openapi_client/model/address_response.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class AddressResponse(ModelNormal):
6767
'AR': "AR",
6868
'BR': "BR",
6969
'CL': "CL",
70+
'CO': "CO",
7071
'PE': "PE",
7172
'AT': "AT",
7273
'BE': "BE",
@@ -89,6 +90,7 @@ class AddressResponse(ModelNormal):
8990
'LT': "LT",
9091
'LU': "LU",
9192
'LV': "LV",
93+
'MK': "MK",
9294
'NL': "NL",
9395
'NO': "NO",
9496
'PL': "PL",
@@ -97,19 +99,25 @@ class AddressResponse(ModelNormal):
9799
'RU': "RU",
98100
'SE': "SE",
99101
'SK': "SK",
102+
'BD': "BD",
100103
'CN': "CN",
101104
'HK': "HK",
102105
'ID': "ID",
103106
'IL': "IL",
104107
'IN': "IN",
105108
'JP': "JP",
106109
'KR': "KR",
110+
'KZ': "KZ",
107111
'MO': "MO",
108112
'MY': "MY",
109113
'PH': "PH",
114+
'PK': "PK",
110115
'PS': "PS",
116+
'SA': "SA",
111117
'SG': "SG",
112118
'TH': "TH",
119+
'TJ': "TJ",
120+
'TM': "TM",
113121
'TR': "TR",
114122
'TW': "TW",
115123
'VN': "VN",

openapi_client/model/currency_not_null_request.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class CurrencyNotNullRequest(ModelSimple):
5454
'USD': "usd",
5555
'GBP': "gbp",
5656
'EUR': "eur",
57+
'SEK': "sek",
58+
'CAD': "cad",
5759
},
5860
}
5961

@@ -103,10 +105,10 @@ def __init__(self, *args, **kwargs):
103105
Note that value can be passed either in args or in kwargs, but not in both.
104106
105107
Args:
106-
args[0] (str):, must be one of ["usd", "gbp", "eur", ] # noqa: E501
108+
args[0] (str):, must be one of ["usd", "gbp", "eur", "sek", "cad", ] # noqa: E501
107109
108110
Keyword Args:
109-
value (str):, must be one of ["usd", "gbp", "eur", ] # noqa: E501
111+
value (str):, must be one of ["usd", "gbp", "eur", "sek", "cad", ] # noqa: E501
110112
_check_type (bool): if True, values for parameters in openapi_types
111113
will be type checked and a TypeError will be
112114
raised if the wrong type is input.

openapi_client/model/currency_not_null_response.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class CurrencyNotNullResponse(ModelSimple):
5454
'USD': "usd",
5555
'GBP': "gbp",
5656
'EUR': "eur",
57+
'SEK': "sek",
58+
'CAD': "cad",
5759
},
5860
}
5961

@@ -103,10 +105,10 @@ def __init__(self, *args, **kwargs):
103105
Note that value can be passed either in args or in kwargs, but not in both.
104106
105107
Args:
106-
args[0] (str):, must be one of ["usd", "gbp", "eur", ] # noqa: E501
108+
args[0] (str):, must be one of ["usd", "gbp", "eur", "sek", "cad", ] # noqa: E501
107109
108110
Keyword Args:
109-
value (str):, must be one of ["usd", "gbp", "eur", ] # noqa: E501
111+
value (str):, must be one of ["usd", "gbp", "eur", "sek", "cad", ] # noqa: E501
110112
_check_type (bool): if True, values for parameters in openapi_types
111113
will be type checked and a TypeError will be
112114
raised if the wrong type is input.

openapi_client/model/currency_response.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class CurrencyResponse(ModelSimple):
5555
'USD': "usd",
5656
'GBP': "gbp",
5757
'EUR': "eur",
58+
'SEK': "sek",
59+
'CAD': "cad",
5860
},
5961
}
6062

@@ -104,10 +106,10 @@ def __init__(self, *args, **kwargs):
104106
Note that value can be passed either in args or in kwargs, but not in both.
105107
106108
Args:
107-
args[0] (str):, must be one of ["null", "usd", "gbp", "eur", ] # noqa: E501
109+
args[0] (str):, must be one of ["null", "usd", "gbp", "eur", "sek", "cad", ] # noqa: E501
108110
109111
Keyword Args:
110-
value (str):, must be one of ["null", "usd", "gbp", "eur", ] # noqa: E501
112+
value (str):, must be one of ["null", "usd", "gbp", "eur", "sek", "cad", ] # noqa: E501
111113
_check_type (bool): if True, values for parameters in openapi_types
112114
will be type checked and a TypeError will be
113115
raised if the wrong type is input.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup, find_packages # noqa: H301
99

1010
NAME = "affixapi"
11-
VERSION = "1.1.103"
11+
VERSION = "1.1.106"
1212

1313
# To install the library, run the following
1414
#

0 commit comments

Comments
 (0)