lingxingapi 2.1.1__tar.gz → 2.1.3__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.
- {lingxingapi-2.1.1/src/lingxingapi.egg-info → lingxingapi-2.1.3}/PKG-INFO +1 -1
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/setup.cfg +1 -1
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/ads/api.py +36 -32
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/ads/schema.py +35 -27
- {lingxingapi-2.1.1 → lingxingapi-2.1.3/src/lingxingapi.egg-info}/PKG-INFO +1 -1
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/LICENSE +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/MANIFEST.in +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/README.md +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/pyproject.toml +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/ads/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/ads/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/ads/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/base/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/base/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/base/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/base/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/base/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/basic/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/basic/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/basic/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/basic/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/basic/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/errors.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/fba/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/fba/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/fba/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/fba/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/fba/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/fields.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/finance/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/finance/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/finance/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/finance/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/finance/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/product/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/product/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/product/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/product/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/product/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/purchase/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/purchase/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/purchase/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/purchase/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/purchase/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/sales/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/sales/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/sales/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/sales/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/sales/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/source/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/source/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/source/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/source/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/source/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/tools/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/tools/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/tools/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/tools/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/tools/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/tunnel.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/utils.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/warehourse/__init__.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/warehourse/api.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/warehourse/param.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/warehourse/route.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi/warehourse/schema.py +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi.egg-info/SOURCES.txt +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi.egg-info/dependency_links.txt +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi.egg-info/not-zip-safe +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi.egg-info/requires.txt +0 -0
- {lingxingapi-2.1.1 → lingxingapi-2.1.3}/src/lingxingapi.egg-info/top_level.txt +0 -0
|
@@ -753,14 +753,16 @@ class AdsAPI(BaseAPI):
|
|
|
753
753
|
"campaign_id": 397************,
|
|
754
754
|
# 广告组ID
|
|
755
755
|
"ad_group_id": 0,
|
|
756
|
+
# 否定关键词ID [原字段 'target_id']
|
|
757
|
+
"negative_keyword_id": 389************,
|
|
756
758
|
# 否定关键词文本 [原字段 'negative_text']
|
|
757
|
-
"
|
|
759
|
+
"negative_keyword_text": "edible",
|
|
758
760
|
# 否定匹配方式 [原字段 'negative_match_type']
|
|
759
|
-
"
|
|
761
|
+
"negative_keyword_match_type": "negativePhrase",
|
|
760
762
|
# 广告状态
|
|
761
763
|
"state": "enabled",
|
|
762
764
|
# 服务状态 [原字段 'serving_status']
|
|
763
|
-
"status": "
|
|
765
|
+
"status": "CAMPAIGN_PAUSED",
|
|
764
766
|
# 创建时间 (UTC毫秒时间戳) [原字段 'creation_date']
|
|
765
767
|
"create_time_ts": 1744989374515,
|
|
766
768
|
# 更新时间 (UTC毫秒时间戳) [原字段 'last_updated_date']
|
|
@@ -845,18 +847,20 @@ class AdsAPI(BaseAPI):
|
|
|
845
847
|
"campaign_id": 397************,
|
|
846
848
|
# 广告组ID
|
|
847
849
|
"ad_group_id": 335************,
|
|
848
|
-
#
|
|
849
|
-
"
|
|
850
|
-
#
|
|
851
|
-
"
|
|
850
|
+
# 否定目标ID [原字段 'target_id']
|
|
851
|
+
"negative_target_id": 295************,
|
|
852
|
+
# 否定目标文本 [原字段 'negative_text']
|
|
853
|
+
"negative_target_text": "B07*******",
|
|
854
|
+
# 否定目标匹配类型 [原字段 'negative_type']
|
|
855
|
+
"negative_target_match_type": "negativeAsin",
|
|
852
856
|
# 广告状态
|
|
853
857
|
"state": "enabled",
|
|
854
858
|
# 服务状态 [原字段 'serving_status']
|
|
855
|
-
"status": "
|
|
859
|
+
"status": "CAMPAIGN_PAUSED",
|
|
856
860
|
# 创建时间 (UTC毫秒时间戳) [原字段 'creation_date']
|
|
857
|
-
"create_time_ts":
|
|
861
|
+
"create_time_ts": 1750758047854,
|
|
858
862
|
# 更新时间 (UTC毫秒时间戳) [原字段 'last_updated_date']
|
|
859
|
-
"update_time_ts":
|
|
863
|
+
"update_time_ts": 1750758047998,
|
|
860
864
|
},
|
|
861
865
|
...
|
|
862
866
|
],
|
|
@@ -1488,12 +1492,12 @@ class AdsAPI(BaseAPI):
|
|
|
1488
1492
|
"campaign_id": 517************,
|
|
1489
1493
|
# 广告组ID
|
|
1490
1494
|
"ad_group_id": 434************,
|
|
1491
|
-
# 否定关键词ID
|
|
1492
|
-
"
|
|
1493
|
-
# 否定关键词文本
|
|
1494
|
-
"
|
|
1495
|
-
#
|
|
1496
|
-
"
|
|
1495
|
+
# 否定关键词ID [原字段 'keyword_id']
|
|
1496
|
+
"negative_keyword_id": 562************,
|
|
1497
|
+
# 否定关键词文本 [原字段 'negative_text']
|
|
1498
|
+
"negative_keyword_text": "cheap",
|
|
1499
|
+
# 否定匹配方式 [原字段 'negative_match_type']
|
|
1500
|
+
"negative_keyword_match_type": "negativePhrase",
|
|
1497
1501
|
# 广告状态
|
|
1498
1502
|
"state": "enabled",
|
|
1499
1503
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -1585,14 +1589,14 @@ class AdsAPI(BaseAPI):
|
|
|
1585
1589
|
"campaign_id": 517************,
|
|
1586
1590
|
# 广告组ID
|
|
1587
1591
|
"ad_group_id": 434************,
|
|
1588
|
-
#
|
|
1589
|
-
"
|
|
1590
|
-
#
|
|
1591
|
-
"
|
|
1592
|
-
#
|
|
1593
|
-
"
|
|
1594
|
-
#
|
|
1595
|
-
"
|
|
1592
|
+
# 否定目标ID [原字段 'target_id']
|
|
1593
|
+
"negative_target_id": 562************,
|
|
1594
|
+
# 否定定位表达式 (JSON 字符串) [原字段 'expression']
|
|
1595
|
+
"negative_expression": '[{"type": "asinSameAs", "value": "B00*******"}]',
|
|
1596
|
+
# 否定定位解析表达式 (JSON 字符串) [原字段 'resolved_expression']
|
|
1597
|
+
"negative_expression_resolved": '[{"type": "asinSameAs", "value": "B00*******"}]',
|
|
1598
|
+
# 否定定位类型 [原字段 'expression_type']
|
|
1599
|
+
"negative_expression_type": "manual",
|
|
1596
1600
|
# 广告状态
|
|
1597
1601
|
"state": "enabled",
|
|
1598
1602
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -2085,14 +2089,14 @@ class AdsAPI(BaseAPI):
|
|
|
2085
2089
|
"campaign_id": 536************,
|
|
2086
2090
|
# 广告组ID
|
|
2087
2091
|
"ad_group_id": 385************,
|
|
2088
|
-
#
|
|
2089
|
-
"
|
|
2090
|
-
#
|
|
2091
|
-
"
|
|
2092
|
-
#
|
|
2093
|
-
"
|
|
2094
|
-
#
|
|
2095
|
-
"
|
|
2092
|
+
# 否定目标ID [原字段 'target_id']
|
|
2093
|
+
"negative_target_id": 560************,
|
|
2094
|
+
# 否定定位表达式 (JSON 字符串) [原字段 'expression']
|
|
2095
|
+
"negative_expression": '[{"type": "asinSameAs", "value": "B0C*******"}]',
|
|
2096
|
+
# 否定定位解析表达式 (JSON 字符串) [原字段 'resolved_expression']
|
|
2097
|
+
"negative_expression_resolved": '[{"type": "asinSameAs", "value": "B0C*******"}]',
|
|
2098
|
+
# 否定定位类型 [原字段 'expression_type']
|
|
2099
|
+
"negative_expression_type": "manual",
|
|
2096
2100
|
# 广告状态
|
|
2097
2101
|
"state": "enabled",
|
|
2098
2102
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -247,10 +247,12 @@ class SpNegativeKeyword(BaseModel):
|
|
|
247
247
|
campaign_id: int
|
|
248
248
|
# 广告组ID
|
|
249
249
|
ad_group_id: IntOrNone2Zero
|
|
250
|
+
# 否定关键词ID [原字段 'target_id']
|
|
251
|
+
negative_keyword_id: int = Field(validation_alias="target_id")
|
|
250
252
|
# 否定关键词文本 [原字段 'negative_text']
|
|
251
|
-
|
|
253
|
+
negative_keyword_text: str = Field(validation_alias="negative_text")
|
|
252
254
|
# 否定匹配方式 [原字段 'negative_match_type']
|
|
253
|
-
|
|
255
|
+
negative_keyword_match_type: str = Field(validation_alias="negative_match_type")
|
|
254
256
|
# 广告状态
|
|
255
257
|
state: StrOrNone2Blank
|
|
256
258
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -277,10 +279,12 @@ class SpNegativeTarget(BaseModel):
|
|
|
277
279
|
campaign_id: int
|
|
278
280
|
# 广告组ID
|
|
279
281
|
ad_group_id: IntOrNone2Zero
|
|
280
|
-
#
|
|
281
|
-
|
|
282
|
+
# 否定目标ID [原字段 'target_id']
|
|
283
|
+
negative_target_id: int = Field(validation_alias="target_id")
|
|
282
284
|
# 否定目标文本 [原字段 'negative_text']
|
|
283
|
-
|
|
285
|
+
negative_target_text: StrOrNone2Blank = Field(validation_alias="negative_text")
|
|
286
|
+
# 否定目标匹配类型 [原字段 'negative_type']
|
|
287
|
+
negative_target_match_type: str = Field(validation_alias="negative_type")
|
|
284
288
|
# 广告状态
|
|
285
289
|
state: StrOrNone2Blank
|
|
286
290
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -558,12 +562,12 @@ class SbNegativeKeyword(BaseModel):
|
|
|
558
562
|
campaign_id: int
|
|
559
563
|
# 广告组ID
|
|
560
564
|
ad_group_id: IntOrNone2Zero
|
|
561
|
-
# 否定关键词ID
|
|
562
|
-
|
|
563
|
-
# 否定关键词文本
|
|
564
|
-
|
|
565
|
-
#
|
|
566
|
-
|
|
565
|
+
# 否定关键词ID [原字段 'keyword_id']
|
|
566
|
+
negative_keyword_id: int = Field(validation_alias="keyword_id")
|
|
567
|
+
# 否定关键词文本 [原字段 'negative_text']
|
|
568
|
+
negative_keyword_text: str = Field(validation_alias="keyword_text")
|
|
569
|
+
# 否定匹配方式 [原字段 'negative_match_type']
|
|
570
|
+
negative_keyword_match_type: str = Field(validation_alias="match_type")
|
|
567
571
|
# 广告状态
|
|
568
572
|
state: StrOrNone2Blank
|
|
569
573
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -584,20 +588,21 @@ class SbNegativeKeywords(ResponseV1Token):
|
|
|
584
588
|
class SbNegativeTarget(BaseModel):
|
|
585
589
|
"""SB 否定目标商品投放"""
|
|
586
590
|
|
|
591
|
+
# fmt: off
|
|
587
592
|
# 亚马逊店铺ID (广告帐号ID)
|
|
588
593
|
profile_id: int
|
|
589
594
|
# 广告活动ID
|
|
590
595
|
campaign_id: int
|
|
591
596
|
# 广告组ID
|
|
592
597
|
ad_group_id: IntOrNone2Zero
|
|
593
|
-
#
|
|
594
|
-
|
|
595
|
-
#
|
|
596
|
-
|
|
597
|
-
#
|
|
598
|
-
|
|
599
|
-
#
|
|
600
|
-
|
|
598
|
+
# 否定目标ID [原字段 'target_id']
|
|
599
|
+
negative_target_id: int = Field(validation_alias="target_id")
|
|
600
|
+
# 否定定位表达式 (JSON 字符串) [原字段 'expression']
|
|
601
|
+
negative_expression: str = Field(validation_alias="expression")
|
|
602
|
+
# 否定定位解析表达式 (JSON 字符串) [原字段 'resolved_expression']
|
|
603
|
+
negative_expression_resolved: str = Field(validation_alias="resolved_expression")
|
|
604
|
+
# 否定定位类型 [原字段 'expression_type']
|
|
605
|
+
negative_expression_type: StrOrNone2Blank = Field(validation_alias="expression_type")
|
|
601
606
|
# 广告状态
|
|
602
607
|
state: StrOrNone2Blank
|
|
603
608
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -606,6 +611,7 @@ class SbNegativeTarget(BaseModel):
|
|
|
606
611
|
create_time_ts: IntOrNone2Zero = Field(validation_alias="creation_date")
|
|
607
612
|
# 更新时间 (UTC毫秒时间戳) [原字段 'last_updated_date']
|
|
608
613
|
update_time_ts: IntOrNone2Zero = Field(validation_alias="last_updated_date")
|
|
614
|
+
# fmt: on
|
|
609
615
|
|
|
610
616
|
|
|
611
617
|
class SbNegativeTargets(ResponseV1Token):
|
|
@@ -759,20 +765,21 @@ class SdTargets(ResponseV1Token):
|
|
|
759
765
|
class SdNegativeTarget(BaseModel):
|
|
760
766
|
"""SD 否定目标商品投放"""
|
|
761
767
|
|
|
768
|
+
# fmt: off
|
|
762
769
|
# 亚马逊店铺ID (广告帐号ID)
|
|
763
770
|
profile_id: int
|
|
764
771
|
# 广告活动ID
|
|
765
772
|
campaign_id: int
|
|
766
773
|
# 广告组ID
|
|
767
774
|
ad_group_id: IntOrNone2Zero
|
|
768
|
-
#
|
|
769
|
-
|
|
770
|
-
#
|
|
771
|
-
|
|
772
|
-
#
|
|
773
|
-
|
|
774
|
-
#
|
|
775
|
-
|
|
775
|
+
# 否定目标ID [原字段 'target_id']
|
|
776
|
+
negative_target_id: int = Field(validation_alias="target_id")
|
|
777
|
+
# 否定定位表达式 (JSON 字符串) [原字段 'expression']
|
|
778
|
+
negative_expression: str = Field(validation_alias="expression")
|
|
779
|
+
# 否定定位解析表达式 (JSON 字符串) [原字段 'resolved_expression']
|
|
780
|
+
negative_expression_resolved: str = Field(validation_alias="resolved_expression")
|
|
781
|
+
# 否定定位类型 [原字段 'expression_type']
|
|
782
|
+
negative_expression_type: StrOrNone2Blank = Field(validation_alias="expression_type")
|
|
776
783
|
# 广告状态
|
|
777
784
|
state: StrOrNone2Blank
|
|
778
785
|
# 服务状态 [原字段 'serving_status']
|
|
@@ -781,6 +788,7 @@ class SdNegativeTarget(BaseModel):
|
|
|
781
788
|
create_time_ts: IntOrNone2Zero = Field(validation_alias="creation_date")
|
|
782
789
|
# 更新时间 (UTC毫秒时间戳) [原字段 'last_updated_date']
|
|
783
790
|
update_time_ts: IntOrNone2Zero = Field(validation_alias="last_updated_date")
|
|
791
|
+
# fmt: on
|
|
784
792
|
|
|
785
793
|
|
|
786
794
|
class SdNegativeTargets(ResponseV1Token):
|
|
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
|