deepfos 1.1.46__tar.gz → 1.1.48__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.
- {deepfos-1.1.46 → deepfos-1.1.48}/CHANGELOG.md +12 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/PKG-INFO +1 -1
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/_version.py +3 -3
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_2/models/dimension.py +9 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/account.py +8 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/base.py +1 -1
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/dimension.py +19 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos.egg-info/PKG-INFO +1 -1
- {deepfos-1.1.46 → deepfos-1.1.48}/.gitattributes +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/.gitee/ISSUE_GUIDELINES.md +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/.gitee/ISSUE_TEMPLATE.md +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/.gitignore +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/MANIFEST.in +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/README.md +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/algo/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/algo/graph.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_1/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_1/business_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_1/dimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_1/models/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_1/models/business_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_1/models/dimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_2/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_2/dimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/V1_2/models/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/accounting_engines.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/app.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/approval_process.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/business_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/consolidation.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/consolidation_process.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/datatable.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/deepconnector.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/deepfos_task.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/deepmodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/dimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/financial_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/journal_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/journal_template.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/memory_financial_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/account.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/accounting_engines.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/app.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/approval_process.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/base.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/business_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/consolidation.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/consolidation_process.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/datatable_mysql.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/deepconnector.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/deepfos_task.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/deepmodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/dimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/financial_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/journal_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/journal_template.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/memory_financial_model.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/platform.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/python.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/reconciliation_engine.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/reconciliation_report.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/role_strategy.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/smartlist.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/space.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/system.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/variable.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/models/workflow.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/platform.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/python.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/reconciliation_engine.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/reconciliation_report.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/role_strategy.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/smartlist.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/space.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/system.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/variable.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/api/workflow.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/jstream.c +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/jstream.pyx +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/pandas.c +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/pandas.pyx +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/py_jstream.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/boost/py_pandas.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/cache.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/config.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/_base.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/constants.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/cube.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/formula.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/syscube.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/typing.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/cube/utils.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/_base.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/dimcreator.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/dimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/dimexpr.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/dimmember.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/eledimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/filters.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/dimension/sysdimension.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/logictable/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/logictable/_cache.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/logictable/_operator.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/logictable/nodemixin.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/logictable/sqlcondition.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/core/logictable/tablemodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/cipher.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/clickhouse.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/connector.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/daclickhouse.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/dameng.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/damysql.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/dbkits.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/deepengine.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/deepmodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/deepmodel_kingbase.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/edb.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/gauss.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/kingbase.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/mysql.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/oracle.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/postgresql.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/sqlserver.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/db/utils.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/accounting.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/apvlprocess.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/base.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/bizmodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/datatable.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/deepconnector.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/deepmodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/fact_table.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/finmodel.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/journal.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/journal_template.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/pyscript.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/reconciliation.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/rolestrategy.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/smartlist.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/variable.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/element/workflow.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/exceptions/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/exceptions/hook.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lazy.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/__init__.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/_javaobj.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/asynchronous.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/concurrency.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/constant.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/decorator.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/deepchart.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/deepux.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/discovery.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/edb_lexer.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/eureka.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/filterparser.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/httpcli.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/jsonstreamer.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/msg.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/nacos.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/patch.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/redis.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/serutils.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/stopwatch.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/subtask.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/sysutils.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/lib/utils.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/local.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/options.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos/translation.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos.egg-info/SOURCES.txt +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos.egg-info/dependency_links.txt +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos.egg-info/not-zip-safe +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos.egg-info/requires.txt +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/deepfos.egg-info/top_level.txt +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/requirements.txt +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/setup.cfg +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/setup.py +0 -0
- {deepfos-1.1.46 → deepfos-1.1.48}/versioneer.py +0 -0
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-11-
|
|
11
|
+
"date": "2024-11-19T06:10:30+0000",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.1.
|
|
14
|
+
"full-revisionid": "60898bc8289ae501908e0c30afa436c79839eb88",
|
|
15
|
+
"version": "1.1.48"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -1064,6 +1064,15 @@ class DimensionMemberOperationDto(BaseModel):
|
|
|
1064
1064
|
ud60: Optional[str]
|
|
1065
1065
|
#: 周,期间类特有属性
|
|
1066
1066
|
week: Optional[str]
|
|
1067
|
+
# 如下字段仅做维度低版本兼容
|
|
1068
|
+
#: is_modula
|
|
1069
|
+
is_modula: Optional[bool]
|
|
1070
|
+
#: is_base
|
|
1071
|
+
is_base: Optional[bool]
|
|
1072
|
+
#: is_calculated
|
|
1073
|
+
is_calculated: Optional[bool]
|
|
1074
|
+
#: formula
|
|
1075
|
+
formula: Optional[str]
|
|
1067
1076
|
|
|
1068
1077
|
|
|
1069
1078
|
class DimensionMemberQuerySw(BaseModel):
|
|
@@ -121,6 +121,14 @@ class AccountAPI(RootAPI):
|
|
|
121
121
|
"""账户中心"""
|
|
122
122
|
prefix = lambda: OPTION.server.account
|
|
123
123
|
|
|
124
|
+
def __init__(self, *args, **kwargs):
|
|
125
|
+
super(self.__class__.__base__, self).__init__(*args, **kwargs)
|
|
126
|
+
extra_header = {"singFilter": "pass"}
|
|
127
|
+
if not self.header:
|
|
128
|
+
self.header = extra_header
|
|
129
|
+
else:
|
|
130
|
+
self.header = {**self.header, **extra_header}
|
|
131
|
+
|
|
124
132
|
@cached_property
|
|
125
133
|
def enterprise(self) -> ApiEnterprise:
|
|
126
134
|
"""
|
|
@@ -124,6 +124,18 @@ class DimMemberV12(DimensionMemberOperationDto):
|
|
|
124
124
|
def period_level(self):
|
|
125
125
|
return self.periodLevel
|
|
126
126
|
|
|
127
|
+
@property
|
|
128
|
+
def start_year(self):
|
|
129
|
+
return self.startYear
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
def start_period(self):
|
|
133
|
+
return self.startPeriod
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
def sort_col(self):
|
|
137
|
+
return self.sortCol
|
|
138
|
+
|
|
127
139
|
|
|
128
140
|
ADD = 'add'
|
|
129
141
|
UPD = 'update'
|
|
@@ -145,6 +157,13 @@ V10_TO_V12 = {
|
|
|
145
157
|
'origin_name': 'originName',
|
|
146
158
|
'origin_parent_name': 'originParentName',
|
|
147
159
|
'sharedmember': 'sharedMember',
|
|
160
|
+
'start_period': 'startPeriod',
|
|
161
|
+
'start_year': 'startYear',
|
|
162
|
+
'sort_col': 'sortCol',
|
|
163
|
+
'is_modula': 'is_modula',
|
|
164
|
+
'is_base': 'is_base',
|
|
165
|
+
'is_calculated': 'is_calculated',
|
|
166
|
+
'formula': 'formula',
|
|
148
167
|
}
|
|
149
168
|
|
|
150
169
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|