We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7287a2 commit 040ad6bCopy full SHA for 040ad6b
manager_api/enums.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-# Do not edit. Automatically generated from Manager v23.4.3.750.
+# Do not edit. Automatically generated from Manager v23.12.9.1219.
3
4
from typing import Literal
5
@@ -84,6 +84,11 @@
84
"LessThan",
85
]
86
87
+AutomaticManual = Literal[
88
+ "Automatic",
89
+ "Manual",
90
+]
91
+
92
BalanceSheetLayout = Literal[
93
"AssetsLiabilitiesEqualsEquity",
94
"AssetsEqualsLiabilitiesEquity",
@@ -352,6 +357,7 @@
352
357
353
358
SmtpPort = Literal[
354
359
"_25",
360
+ "_465",
355
361
"_587",
356
362
363
0 commit comments