@@ -1028,11 +1028,9 @@ def create_entry(
1028
1028
...
1029
1029
1030
1030
@required_args (
1031
- ["amount" , "entry_type" ],
1032
1031
["amount" , "entry_type" ],
1033
1032
["entry_type" , "expiry_date" , "target_expiry_date" ],
1034
1033
["amount" , "block_id" , "entry_type" ],
1035
- ["amount" , "block_id" , "entry_type" ],
1036
1034
)
1037
1035
def create_entry (
1038
1036
self ,
@@ -1921,11 +1919,9 @@ def create_entry_by_external_id(
1921
1919
...
1922
1920
1923
1921
@required_args (
1924
- ["amount" , "entry_type" ],
1925
1922
["amount" , "entry_type" ],
1926
1923
["entry_type" , "expiry_date" , "target_expiry_date" ],
1927
1924
["amount" , "block_id" , "entry_type" ],
1928
- ["amount" , "block_id" , "entry_type" ],
1929
1925
)
1930
1926
def create_entry_by_external_id (
1931
1927
self ,
@@ -3150,11 +3146,9 @@ async def create_entry(
3150
3146
...
3151
3147
3152
3148
@required_args (
3153
- ["amount" , "entry_type" ],
3154
3149
["amount" , "entry_type" ],
3155
3150
["entry_type" , "expiry_date" , "target_expiry_date" ],
3156
3151
["amount" , "block_id" , "entry_type" ],
3157
- ["amount" , "block_id" , "entry_type" ],
3158
3152
)
3159
3153
async def create_entry (
3160
3154
self ,
@@ -4043,11 +4037,9 @@ async def create_entry_by_external_id(
4043
4037
...
4044
4038
4045
4039
@required_args (
4046
- ["amount" , "entry_type" ],
4047
4040
["amount" , "entry_type" ],
4048
4041
["entry_type" , "expiry_date" , "target_expiry_date" ],
4049
4042
["amount" , "block_id" , "entry_type" ],
4050
- ["amount" , "block_id" , "entry_type" ],
4051
4043
)
4052
4044
async def create_entry_by_external_id (
4053
4045
self ,
0 commit comments