Skip to content

Commit c120c9a

Browse files
committed
adding new dpv footnote
1 parent 150b2c0 commit c120c9a

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/DpvFootnote.md

100644100755
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 ["AA", "A1", "BB", "CC", "N1", "F1", "G1", "U1", "M1", "M3", "P1", "P3", "R1", "R7", "RR", ]
7+
**value** | **str** | | must be one of ["AA", "A1", "BB", "CC", "C1", "F1", "G1", "IA", "M1", "M3", "N1", "PB", "P1", "P3", "R1", "R7", "RR", "TA", "U1", ]
88
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
99

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

lob_python/model/dpv_footnote.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,21 @@ class DpvFootnote(ModelSimple):
5757
'A1': "A1",
5858
'BB': "BB",
5959
'CC': "CC",
60-
'N1': "N1",
60+
'C1': "C1",
6161
'F1': "F1",
6262
'G1': "G1",
63-
'U1': "U1",
63+
'IA': "IA",
6464
'M1': "M1",
6565
'M3': "M3",
66+
'N1': "N1",
67+
'PB': "PB",
6668
'P1': "P1",
6769
'P3': "P3",
6870
'R1': "R1",
6971
'R7': "R7",
7072
'RR': "RR",
73+
'TA': "TA",
74+
'U1': "U1",
7175
},
7276
}
7377

@@ -125,9 +129,9 @@ def __init__(self, *args, **kwargs):
125129
Note that value can be passed either in args or in kwargs, but not in both.
126130
127131
Args:
128-
args[0] (str):, must be one of ["AA", "A1", "BB", "CC", "N1", "F1", "G1", "U1", "M1", "M3", "P1", "P3", "R1", "R7", "RR", ] # noqa: E501
132+
args[0] (str):, must be one of ["AA", "A1", "BB", "CC", "C1", "F1", "G1", "IA", "M1", "M3", "N1", "PB", "P1", "P3", "R1", "R7", "RR", "TA", "U1", ] # noqa: E501
129133
Keyword Args:
130-
value ():, must be one of ["AA", "A1", "BB", "CC", "N1", "F1", "G1", "U1", "M1", "M3", "P1", "P3", "R1", "R7", "RR", ] # noqa: E501
134+
value ():, must be one of ["AA", "A1", "BB", "CC", "C1", "F1", "G1", "IA", "M1", "M3", "N1", "PB", "P1", "P3", "R1", "R7", "RR", "TA", "U1", ] # noqa: E501
131135
132136
_check_type (bool): if True, values for parameters in openapi_types
133137
will be type checked and a TypeError will be
@@ -215,7 +219,7 @@ def _from_openapi_data(cls, *args, **kwargs):
215219
Note that value can be passed either in args or in kwargs, but not in both.
216220
217221
Args:
218-
args[0] (str):, must be one of ["AA", "A1", "BB", "CC", "N1", "F1", "G1", "U1", "M1", "M3", "P1", "P3", "R1", "R7", "RR", ] # noqa: E501
222+
args[0] (str):, must be one of ["AA", "A1", "BB", "CC", "C1", "F1", "G1", "IA", "M1", "M3", "N1", "PB", "P1", "P3", "R1", "R7", "RR", "TA", "U1", ] # noqa: E501
219223
220224
Keyword Args:
221225
_check_type (bool): if True, values for parameters in openapi_types

0 commit comments

Comments
 (0)