alibabacloud-agency20221216 1.5.0__tar.gz → 1.5.1__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.
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/ChangeLog.md +7 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/PKG-INFO +2 -2
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/README-CN.md +1 -1
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/README.md +1 -1
- alibabacloud_agency20221216-1.5.1/alibabacloud_agency20221216/__init__.py +1 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216/models.py +18 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/PKG-INFO +2 -2
- alibabacloud_agency20221216-1.5.1/alibabacloud_agency20221216.egg-info/requires.txt +4 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/setup.py +3 -3
- alibabacloud_agency20221216-1.5.0/alibabacloud_agency20221216/__init__.py +0 -1
- alibabacloud_agency20221216-1.5.0/alibabacloud_agency20221216.egg-info/requires.txt +0 -4
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/LICENSE +0 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/MANIFEST.in +0 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216/client.py +0 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/SOURCES.txt +0 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/dependency_links.txt +0 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/top_level.txt +0 -0
- {alibabacloud_agency20221216-1.5.0 → alibabacloud_agency20221216-1.5.1}/setup.cfg +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
2024-09-04 Version: 1.5.0
|
|
2
|
+
- Support API CreateCouponTemplate.
|
|
3
|
+
- Support API GetCoupondeductProductCode.
|
|
4
|
+
- Support API GetCustomerOrders.
|
|
5
|
+
- Support API IssueCouponForCustomer.
|
|
6
|
+
|
|
7
|
+
|
|
1
8
|
2024-04-18 Version: 1.4.0
|
|
2
9
|
- Support API CustomerQuotaRecordList.
|
|
3
10
|
- Support API ExportCustomerQuotaRecord.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud_agency20221216
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Alibaba Cloud Agency (20221216) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -29,7 +29,7 @@ English | [简体中文](README-CN.md)
|
|
|
29
29
|
|
|
30
30
|
## Requirements
|
|
31
31
|
|
|
32
|
-
- Python >= 3.
|
|
32
|
+
- Python >= 3.7
|
|
33
33
|
|
|
34
34
|
## Installation
|
|
35
35
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.5.1'
|
|
@@ -1790,12 +1790,15 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1790
1790
|
aliyun_id: str = None,
|
|
1791
1791
|
association_success_time: str = None,
|
|
1792
1792
|
cid: int = None,
|
|
1793
|
+
customer_account_type: int = None,
|
|
1793
1794
|
customer_bd: str = None,
|
|
1795
|
+
customer_enterprise_certified: int = None,
|
|
1794
1796
|
delay_amount: str = None,
|
|
1795
1797
|
delay_status: str = None,
|
|
1796
1798
|
email: str = None,
|
|
1797
1799
|
mobile: str = None,
|
|
1798
1800
|
new_buy_status: str = None,
|
|
1801
|
+
register_country_code: str = None,
|
|
1799
1802
|
remark: str = None,
|
|
1800
1803
|
sub_account_type: int = None,
|
|
1801
1804
|
uid: int = None,
|
|
@@ -1808,8 +1811,10 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1808
1811
|
self.association_success_time = association_success_time
|
|
1809
1812
|
# customer\\"s CID
|
|
1810
1813
|
self.cid = cid
|
|
1814
|
+
self.customer_account_type = customer_account_type
|
|
1811
1815
|
# customer manager
|
|
1812
1816
|
self.customer_bd = customer_bd
|
|
1817
|
+
self.customer_enterprise_certified = customer_enterprise_certified
|
|
1813
1818
|
# The account have Shutdown-delay Privilege, After Shutdown-delay Credit is ran out, Alibaba Cloud will take over resources and keep the instance for 15 days. In addition, the instance will be released if Sub Account failed to pay the bill within these 15 days.
|
|
1814
1819
|
self.delay_amount = delay_amount
|
|
1815
1820
|
# Partner\\"s Shutdown Policy Management for Sub Account.
|
|
@@ -1824,6 +1829,7 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1824
1829
|
# Purchase Forbidden:Ban the new purchase action
|
|
1825
1830
|
# normal:Normal--End Use can issue Cloud Resource order immediately.
|
|
1826
1831
|
self.new_buy_status = new_buy_status
|
|
1832
|
+
self.register_country_code = register_country_code
|
|
1827
1833
|
# Valid mobile number of Distribution Customer.
|
|
1828
1834
|
self.remark = remark
|
|
1829
1835
|
# The name of Sub Account:
|
|
@@ -1850,8 +1856,12 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1850
1856
|
result['AssociationSuccessTime'] = self.association_success_time
|
|
1851
1857
|
if self.cid is not None:
|
|
1852
1858
|
result['Cid'] = self.cid
|
|
1859
|
+
if self.customer_account_type is not None:
|
|
1860
|
+
result['CustomerAccountType'] = self.customer_account_type
|
|
1853
1861
|
if self.customer_bd is not None:
|
|
1854
1862
|
result['CustomerBd'] = self.customer_bd
|
|
1863
|
+
if self.customer_enterprise_certified is not None:
|
|
1864
|
+
result['CustomerEnterpriseCertified'] = self.customer_enterprise_certified
|
|
1855
1865
|
if self.delay_amount is not None:
|
|
1856
1866
|
result['DelayAmount'] = self.delay_amount
|
|
1857
1867
|
if self.delay_status is not None:
|
|
@@ -1862,6 +1872,8 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1862
1872
|
result['Mobile'] = self.mobile
|
|
1863
1873
|
if self.new_buy_status is not None:
|
|
1864
1874
|
result['NewBuyStatus'] = self.new_buy_status
|
|
1875
|
+
if self.register_country_code is not None:
|
|
1876
|
+
result['RegisterCountryCode'] = self.register_country_code
|
|
1865
1877
|
if self.remark is not None:
|
|
1866
1878
|
result['Remark'] = self.remark
|
|
1867
1879
|
if self.sub_account_type is not None:
|
|
@@ -1880,8 +1892,12 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1880
1892
|
self.association_success_time = m.get('AssociationSuccessTime')
|
|
1881
1893
|
if m.get('Cid') is not None:
|
|
1882
1894
|
self.cid = m.get('Cid')
|
|
1895
|
+
if m.get('CustomerAccountType') is not None:
|
|
1896
|
+
self.customer_account_type = m.get('CustomerAccountType')
|
|
1883
1897
|
if m.get('CustomerBd') is not None:
|
|
1884
1898
|
self.customer_bd = m.get('CustomerBd')
|
|
1899
|
+
if m.get('CustomerEnterpriseCertified') is not None:
|
|
1900
|
+
self.customer_enterprise_certified = m.get('CustomerEnterpriseCertified')
|
|
1885
1901
|
if m.get('DelayAmount') is not None:
|
|
1886
1902
|
self.delay_amount = m.get('DelayAmount')
|
|
1887
1903
|
if m.get('DelayStatus') is not None:
|
|
@@ -1892,6 +1908,8 @@ class GetAccountInfoResponseBodyAccountInfoListAccountInfo(TeaModel):
|
|
|
1892
1908
|
self.mobile = m.get('Mobile')
|
|
1893
1909
|
if m.get('NewBuyStatus') is not None:
|
|
1894
1910
|
self.new_buy_status = m.get('NewBuyStatus')
|
|
1911
|
+
if m.get('RegisterCountryCode') is not None:
|
|
1912
|
+
self.register_country_code = m.get('RegisterCountryCode')
|
|
1895
1913
|
if m.get('Remark') is not None:
|
|
1896
1914
|
self.remark = m.get('Remark')
|
|
1897
1915
|
if m.get('SubAccountType') is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-agency20221216
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Alibaba Cloud Agency (20221216) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -29,7 +29,7 @@ English | [简体中文](README-CN.md)
|
|
|
29
29
|
|
|
30
30
|
## Requirements
|
|
31
31
|
|
|
32
|
-
- Python >= 3.
|
|
32
|
+
- Python >= 3.7
|
|
33
33
|
|
|
34
34
|
## Installation
|
|
35
35
|
|
|
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
|
|
|
24
24
|
"""
|
|
25
25
|
setup module for alibabacloud_agency20221216.
|
|
26
26
|
|
|
27
|
-
Created on
|
|
27
|
+
Created on 05/11/2024
|
|
28
28
|
|
|
29
29
|
@author: Alibaba Cloud SDK
|
|
30
30
|
"""
|
|
@@ -38,8 +38,8 @@ URL = "https://github.com/aliyun/alibabacloud-python-sdk"
|
|
|
38
38
|
VERSION = __import__(PACKAGE).__version__
|
|
39
39
|
REQUIRES = [
|
|
40
40
|
"alibabacloud_tea_util>=0.3.13, <1.0.0",
|
|
41
|
-
"alibabacloud_tea_openapi>=0.3.
|
|
42
|
-
"alibabacloud_openapi_util>=0.2.
|
|
41
|
+
"alibabacloud_tea_openapi>=0.3.12, <1.0.0",
|
|
42
|
+
"alibabacloud_openapi_util>=0.2.2, <1.0.0",
|
|
43
43
|
"alibabacloud_endpoint_util>=0.0.3, <1.0.0"
|
|
44
44
|
]
|
|
45
45
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.5.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|