tencentcloud-sdk-python-dts 3.1.3__tar.gz → 3.1.7__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-dts might be problematic. Click here for more details.
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/setup.py +1 -1
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20211206/models.py +275 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_dts-3.1.7/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_dts-3.1.3/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/README.rst +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/setup.cfg +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/__init__.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20180330/__init__.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20180330/dts_client.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20180330/dts_client_async.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20180330/errorcodes.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20180330/models.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20211206/__init__.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20211206/dts_client.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20211206/dts_client_async.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/v20211206/errorcodes.py +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud_sdk_python_dts.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dts
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.7
|
|
4
4
|
Summary: Tencent Cloud Dts SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.7
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dts',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.7,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Dts SDK for Python',
|
|
@@ -4673,6 +4673,99 @@ class DBItem(AbstractModel):
|
|
|
4673
4673
|
|
|
4674
4674
|
|
|
4675
4675
|
|
|
4676
|
+
class DBOpFilter(AbstractModel):
|
|
4677
|
+
r"""库/表/视图级别的 DDL/DML 白名单
|
|
4678
|
+
|
|
4679
|
+
"""
|
|
4680
|
+
|
|
4681
|
+
def __init__(self):
|
|
4682
|
+
r"""
|
|
4683
|
+
:param _DbName: 规则生效的库名
|
|
4684
|
+
:type DbName: str
|
|
4685
|
+
:param _OpFilter: 库级 DDL/DML 过滤规则
|
|
4686
|
+
:type OpFilter: :class:`tencentcloud.dts.v20211206.models.OpFilter`
|
|
4687
|
+
:param _Tables: 表级 DDL/DML 过滤信息
|
|
4688
|
+
:type Tables: list of TableFilter
|
|
4689
|
+
:param _Views: 视图级 DDL/DML 过滤信息
|
|
4690
|
+
:type Views: list of ViewFilter
|
|
4691
|
+
"""
|
|
4692
|
+
self._DbName = None
|
|
4693
|
+
self._OpFilter = None
|
|
4694
|
+
self._Tables = None
|
|
4695
|
+
self._Views = None
|
|
4696
|
+
|
|
4697
|
+
@property
|
|
4698
|
+
def DbName(self):
|
|
4699
|
+
r"""规则生效的库名
|
|
4700
|
+
:rtype: str
|
|
4701
|
+
"""
|
|
4702
|
+
return self._DbName
|
|
4703
|
+
|
|
4704
|
+
@DbName.setter
|
|
4705
|
+
def DbName(self, DbName):
|
|
4706
|
+
self._DbName = DbName
|
|
4707
|
+
|
|
4708
|
+
@property
|
|
4709
|
+
def OpFilter(self):
|
|
4710
|
+
r"""库级 DDL/DML 过滤规则
|
|
4711
|
+
:rtype: :class:`tencentcloud.dts.v20211206.models.OpFilter`
|
|
4712
|
+
"""
|
|
4713
|
+
return self._OpFilter
|
|
4714
|
+
|
|
4715
|
+
@OpFilter.setter
|
|
4716
|
+
def OpFilter(self, OpFilter):
|
|
4717
|
+
self._OpFilter = OpFilter
|
|
4718
|
+
|
|
4719
|
+
@property
|
|
4720
|
+
def Tables(self):
|
|
4721
|
+
r"""表级 DDL/DML 过滤信息
|
|
4722
|
+
:rtype: list of TableFilter
|
|
4723
|
+
"""
|
|
4724
|
+
return self._Tables
|
|
4725
|
+
|
|
4726
|
+
@Tables.setter
|
|
4727
|
+
def Tables(self, Tables):
|
|
4728
|
+
self._Tables = Tables
|
|
4729
|
+
|
|
4730
|
+
@property
|
|
4731
|
+
def Views(self):
|
|
4732
|
+
r"""视图级 DDL/DML 过滤信息
|
|
4733
|
+
:rtype: list of ViewFilter
|
|
4734
|
+
"""
|
|
4735
|
+
return self._Views
|
|
4736
|
+
|
|
4737
|
+
@Views.setter
|
|
4738
|
+
def Views(self, Views):
|
|
4739
|
+
self._Views = Views
|
|
4740
|
+
|
|
4741
|
+
|
|
4742
|
+
def _deserialize(self, params):
|
|
4743
|
+
self._DbName = params.get("DbName")
|
|
4744
|
+
if params.get("OpFilter") is not None:
|
|
4745
|
+
self._OpFilter = OpFilter()
|
|
4746
|
+
self._OpFilter._deserialize(params.get("OpFilter"))
|
|
4747
|
+
if params.get("Tables") is not None:
|
|
4748
|
+
self._Tables = []
|
|
4749
|
+
for item in params.get("Tables"):
|
|
4750
|
+
obj = TableFilter()
|
|
4751
|
+
obj._deserialize(item)
|
|
4752
|
+
self._Tables.append(obj)
|
|
4753
|
+
if params.get("Views") is not None:
|
|
4754
|
+
self._Views = []
|
|
4755
|
+
for item in params.get("Views"):
|
|
4756
|
+
obj = ViewFilter()
|
|
4757
|
+
obj._deserialize(item)
|
|
4758
|
+
self._Views.append(obj)
|
|
4759
|
+
memeber_set = set(params.keys())
|
|
4760
|
+
for name, value in vars(self).items():
|
|
4761
|
+
property_name = name[1:]
|
|
4762
|
+
if property_name in memeber_set:
|
|
4763
|
+
memeber_set.remove(property_name)
|
|
4764
|
+
if len(memeber_set) > 0:
|
|
4765
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4766
|
+
|
|
4767
|
+
|
|
4768
|
+
|
|
4676
4769
|
class Database(AbstractModel):
|
|
4677
4770
|
r"""需要同步的库表对象
|
|
4678
4771
|
|
|
@@ -14812,11 +14905,14 @@ class Objects(AbstractModel):
|
|
|
14812
14905
|
:type AdvancedObjects: list of str
|
|
14813
14906
|
:param _OnlineDDL: OnlineDDL类型,冗余字段不做配置用途
|
|
14814
14907
|
:type OnlineDDL: :class:`tencentcloud.dts.v20211206.models.OnlineDDL`
|
|
14908
|
+
:param _DatabasesOpFilter: 库/表/视图级 DML/DDL 白名单
|
|
14909
|
+
:type DatabasesOpFilter: list of DBOpFilter
|
|
14815
14910
|
"""
|
|
14816
14911
|
self._Mode = None
|
|
14817
14912
|
self._Databases = None
|
|
14818
14913
|
self._AdvancedObjects = None
|
|
14819
14914
|
self._OnlineDDL = None
|
|
14915
|
+
self._DatabasesOpFilter = None
|
|
14820
14916
|
|
|
14821
14917
|
@property
|
|
14822
14918
|
def Mode(self):
|
|
@@ -14863,6 +14959,17 @@ class Objects(AbstractModel):
|
|
|
14863
14959
|
def OnlineDDL(self, OnlineDDL):
|
|
14864
14960
|
self._OnlineDDL = OnlineDDL
|
|
14865
14961
|
|
|
14962
|
+
@property
|
|
14963
|
+
def DatabasesOpFilter(self):
|
|
14964
|
+
r"""库/表/视图级 DML/DDL 白名单
|
|
14965
|
+
:rtype: list of DBOpFilter
|
|
14966
|
+
"""
|
|
14967
|
+
return self._DatabasesOpFilter
|
|
14968
|
+
|
|
14969
|
+
@DatabasesOpFilter.setter
|
|
14970
|
+
def DatabasesOpFilter(self, DatabasesOpFilter):
|
|
14971
|
+
self._DatabasesOpFilter = DatabasesOpFilter
|
|
14972
|
+
|
|
14866
14973
|
|
|
14867
14974
|
def _deserialize(self, params):
|
|
14868
14975
|
self._Mode = params.get("Mode")
|
|
@@ -14876,6 +14983,12 @@ class Objects(AbstractModel):
|
|
|
14876
14983
|
if params.get("OnlineDDL") is not None:
|
|
14877
14984
|
self._OnlineDDL = OnlineDDL()
|
|
14878
14985
|
self._OnlineDDL._deserialize(params.get("OnlineDDL"))
|
|
14986
|
+
if params.get("DatabasesOpFilter") is not None:
|
|
14987
|
+
self._DatabasesOpFilter = []
|
|
14988
|
+
for item in params.get("DatabasesOpFilter"):
|
|
14989
|
+
obj = DBOpFilter()
|
|
14990
|
+
obj._deserialize(item)
|
|
14991
|
+
self._DatabasesOpFilter.append(obj)
|
|
14879
14992
|
memeber_set = set(params.keys())
|
|
14880
14993
|
for name, value in vars(self).items():
|
|
14881
14994
|
property_name = name[1:]
|
|
@@ -14973,6 +15086,62 @@ class OnlineDDL(AbstractModel):
|
|
|
14973
15086
|
|
|
14974
15087
|
|
|
14975
15088
|
|
|
15089
|
+
class OpFilter(AbstractModel):
|
|
15090
|
+
r"""DDL/DML 过滤规则
|
|
15091
|
+
|
|
15092
|
+
"""
|
|
15093
|
+
|
|
15094
|
+
def __init__(self):
|
|
15095
|
+
r"""
|
|
15096
|
+
:param _OpTypes: DML 白名单
|
|
15097
|
+
:type OpTypes: list of str
|
|
15098
|
+
:param _DdlOptions: DDL 白名单
|
|
15099
|
+
:type DdlOptions: list of DdlOption
|
|
15100
|
+
"""
|
|
15101
|
+
self._OpTypes = None
|
|
15102
|
+
self._DdlOptions = None
|
|
15103
|
+
|
|
15104
|
+
@property
|
|
15105
|
+
def OpTypes(self):
|
|
15106
|
+
r"""DML 白名单
|
|
15107
|
+
:rtype: list of str
|
|
15108
|
+
"""
|
|
15109
|
+
return self._OpTypes
|
|
15110
|
+
|
|
15111
|
+
@OpTypes.setter
|
|
15112
|
+
def OpTypes(self, OpTypes):
|
|
15113
|
+
self._OpTypes = OpTypes
|
|
15114
|
+
|
|
15115
|
+
@property
|
|
15116
|
+
def DdlOptions(self):
|
|
15117
|
+
r"""DDL 白名单
|
|
15118
|
+
:rtype: list of DdlOption
|
|
15119
|
+
"""
|
|
15120
|
+
return self._DdlOptions
|
|
15121
|
+
|
|
15122
|
+
@DdlOptions.setter
|
|
15123
|
+
def DdlOptions(self, DdlOptions):
|
|
15124
|
+
self._DdlOptions = DdlOptions
|
|
15125
|
+
|
|
15126
|
+
|
|
15127
|
+
def _deserialize(self, params):
|
|
15128
|
+
self._OpTypes = params.get("OpTypes")
|
|
15129
|
+
if params.get("DdlOptions") is not None:
|
|
15130
|
+
self._DdlOptions = []
|
|
15131
|
+
for item in params.get("DdlOptions"):
|
|
15132
|
+
obj = DdlOption()
|
|
15133
|
+
obj._deserialize(item)
|
|
15134
|
+
self._DdlOptions.append(obj)
|
|
15135
|
+
memeber_set = set(params.keys())
|
|
15136
|
+
for name, value in vars(self).items():
|
|
15137
|
+
property_name = name[1:]
|
|
15138
|
+
if property_name in memeber_set:
|
|
15139
|
+
memeber_set.remove(property_name)
|
|
15140
|
+
if len(memeber_set) > 0:
|
|
15141
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15142
|
+
|
|
15143
|
+
|
|
15144
|
+
|
|
14976
15145
|
class Options(AbstractModel):
|
|
14977
15146
|
r"""数据同步中的选项
|
|
14978
15147
|
|
|
@@ -20079,6 +20248,59 @@ class Table(AbstractModel):
|
|
|
20079
20248
|
|
|
20080
20249
|
|
|
20081
20250
|
|
|
20251
|
+
class TableFilter(AbstractModel):
|
|
20252
|
+
r"""表级 DDL/DML 过滤信息
|
|
20253
|
+
|
|
20254
|
+
"""
|
|
20255
|
+
|
|
20256
|
+
def __init__(self):
|
|
20257
|
+
r"""
|
|
20258
|
+
:param _TableName: 规则生效的表名
|
|
20259
|
+
:type TableName: str
|
|
20260
|
+
:param _OpFilter: 表级 DDL/DML 过滤规则
|
|
20261
|
+
:type OpFilter: :class:`tencentcloud.dts.v20211206.models.OpFilter`
|
|
20262
|
+
"""
|
|
20263
|
+
self._TableName = None
|
|
20264
|
+
self._OpFilter = None
|
|
20265
|
+
|
|
20266
|
+
@property
|
|
20267
|
+
def TableName(self):
|
|
20268
|
+
r"""规则生效的表名
|
|
20269
|
+
:rtype: str
|
|
20270
|
+
"""
|
|
20271
|
+
return self._TableName
|
|
20272
|
+
|
|
20273
|
+
@TableName.setter
|
|
20274
|
+
def TableName(self, TableName):
|
|
20275
|
+
self._TableName = TableName
|
|
20276
|
+
|
|
20277
|
+
@property
|
|
20278
|
+
def OpFilter(self):
|
|
20279
|
+
r"""表级 DDL/DML 过滤规则
|
|
20280
|
+
:rtype: :class:`tencentcloud.dts.v20211206.models.OpFilter`
|
|
20281
|
+
"""
|
|
20282
|
+
return self._OpFilter
|
|
20283
|
+
|
|
20284
|
+
@OpFilter.setter
|
|
20285
|
+
def OpFilter(self, OpFilter):
|
|
20286
|
+
self._OpFilter = OpFilter
|
|
20287
|
+
|
|
20288
|
+
|
|
20289
|
+
def _deserialize(self, params):
|
|
20290
|
+
self._TableName = params.get("TableName")
|
|
20291
|
+
if params.get("OpFilter") is not None:
|
|
20292
|
+
self._OpFilter = OpFilter()
|
|
20293
|
+
self._OpFilter._deserialize(params.get("OpFilter"))
|
|
20294
|
+
memeber_set = set(params.keys())
|
|
20295
|
+
for name, value in vars(self).items():
|
|
20296
|
+
property_name = name[1:]
|
|
20297
|
+
if property_name in memeber_set:
|
|
20298
|
+
memeber_set.remove(property_name)
|
|
20299
|
+
if len(memeber_set) > 0:
|
|
20300
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
20301
|
+
|
|
20302
|
+
|
|
20303
|
+
|
|
20082
20304
|
class TableItem(AbstractModel):
|
|
20083
20305
|
r"""表对象集合,当 TableMode 为 partial 时,此项需要填写
|
|
20084
20306
|
|
|
@@ -20627,6 +20849,59 @@ class View(AbstractModel):
|
|
|
20627
20849
|
|
|
20628
20850
|
|
|
20629
20851
|
|
|
20852
|
+
class ViewFilter(AbstractModel):
|
|
20853
|
+
r"""视图级 DDL/DML 过滤信息
|
|
20854
|
+
|
|
20855
|
+
"""
|
|
20856
|
+
|
|
20857
|
+
def __init__(self):
|
|
20858
|
+
r"""
|
|
20859
|
+
:param _ViewName: 规则生效的视图名
|
|
20860
|
+
:type ViewName: str
|
|
20861
|
+
:param _OpFilter: 视图级 DDL/DML 过滤规则
|
|
20862
|
+
:type OpFilter: :class:`tencentcloud.dts.v20211206.models.OpFilter`
|
|
20863
|
+
"""
|
|
20864
|
+
self._ViewName = None
|
|
20865
|
+
self._OpFilter = None
|
|
20866
|
+
|
|
20867
|
+
@property
|
|
20868
|
+
def ViewName(self):
|
|
20869
|
+
r"""规则生效的视图名
|
|
20870
|
+
:rtype: str
|
|
20871
|
+
"""
|
|
20872
|
+
return self._ViewName
|
|
20873
|
+
|
|
20874
|
+
@ViewName.setter
|
|
20875
|
+
def ViewName(self, ViewName):
|
|
20876
|
+
self._ViewName = ViewName
|
|
20877
|
+
|
|
20878
|
+
@property
|
|
20879
|
+
def OpFilter(self):
|
|
20880
|
+
r"""视图级 DDL/DML 过滤规则
|
|
20881
|
+
:rtype: :class:`tencentcloud.dts.v20211206.models.OpFilter`
|
|
20882
|
+
"""
|
|
20883
|
+
return self._OpFilter
|
|
20884
|
+
|
|
20885
|
+
@OpFilter.setter
|
|
20886
|
+
def OpFilter(self, OpFilter):
|
|
20887
|
+
self._OpFilter = OpFilter
|
|
20888
|
+
|
|
20889
|
+
|
|
20890
|
+
def _deserialize(self, params):
|
|
20891
|
+
self._ViewName = params.get("ViewName")
|
|
20892
|
+
if params.get("OpFilter") is not None:
|
|
20893
|
+
self._OpFilter = OpFilter()
|
|
20894
|
+
self._OpFilter._deserialize(params.get("OpFilter"))
|
|
20895
|
+
memeber_set = set(params.keys())
|
|
20896
|
+
for name, value in vars(self).items():
|
|
20897
|
+
property_name = name[1:]
|
|
20898
|
+
if property_name in memeber_set:
|
|
20899
|
+
memeber_set.remove(property_name)
|
|
20900
|
+
if len(memeber_set) > 0:
|
|
20901
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
20902
|
+
|
|
20903
|
+
|
|
20904
|
+
|
|
20630
20905
|
class ViewItem(AbstractModel):
|
|
20631
20906
|
r"""视图对象
|
|
20632
20907
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dts
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.7
|
|
4
4
|
Summary: Tencent Cloud Dts SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.7
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.3
|
|
File without changes
|
|
File without changes
|
{tencentcloud_sdk_python_dts-3.1.3 → tencentcloud_sdk_python_dts-3.1.7}/tencentcloud/dts/__init__.py
RENAMED
|
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
|