alibabacloud-agency20221216 1.4.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.
Files changed (20) hide show
  1. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/ChangeLog.md +18 -0
  2. alibabacloud_agency20221216-1.5.1/PKG-INFO +65 -0
  3. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/README-CN.md +1 -1
  4. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/README.md +1 -1
  5. alibabacloud_agency20221216-1.5.1/alibabacloud_agency20221216/__init__.py +1 -0
  6. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216/client.py +966 -104
  7. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216/models.py +1321 -124
  8. alibabacloud_agency20221216-1.5.1/alibabacloud_agency20221216.egg-info/PKG-INFO +65 -0
  9. alibabacloud_agency20221216-1.5.1/alibabacloud_agency20221216.egg-info/requires.txt +4 -0
  10. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/setup.py +4 -4
  11. alibabacloud_agency20221216-1.4.0/PKG-INFO +0 -64
  12. alibabacloud_agency20221216-1.4.0/alibabacloud_agency20221216/__init__.py +0 -1
  13. alibabacloud_agency20221216-1.4.0/alibabacloud_agency20221216.egg-info/PKG-INFO +0 -64
  14. alibabacloud_agency20221216-1.4.0/alibabacloud_agency20221216.egg-info/requires.txt +0 -4
  15. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/LICENSE +0 -0
  16. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/MANIFEST.in +0 -0
  17. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/SOURCES.txt +0 -0
  18. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/dependency_links.txt +0 -0
  19. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/alibabacloud_agency20221216.egg-info/top_level.txt +0 -0
  20. {alibabacloud_agency20221216-1.4.0 → alibabacloud_agency20221216-1.5.1}/setup.cfg +0 -0
@@ -1,3 +1,21 @@
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
+
8
+ 2024-04-18 Version: 1.4.0
9
+ - Support API CustomerQuotaRecordList.
10
+ - Support API ExportCustomerQuotaRecord.
11
+ - Support API ListCouponUsage.
12
+ - Support API QuotaListExportPaged.
13
+ - Update API GetAccountInfo: update response param.
14
+ - Update API InviteSubAccount: update param AccountInfoList.
15
+ - Update API SetAccountInfo: add param CustomerBd.
16
+ - Update API SubscriptionBill: update response param.
17
+
18
+
1
19
  2024-03-08 Version: 1.3.0
2
20
  - Support API CustomerQuotaRecordList.
3
21
  - Support API ExportCustomerQuotaRecord.
@@ -0,0 +1,65 @@
1
+ Metadata-Version: 2.1
2
+ Name: alibabacloud_agency20221216
3
+ Version: 1.5.1
4
+ Summary: Alibaba Cloud Agency (20221216) SDK Library for Python
5
+ Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
+ Author: Alibaba Cloud SDK
7
+ Author-email: sdk-team@alibabacloud.com
8
+ License: Apache License 2.0
9
+ Keywords: alibabacloud,agency20221216
10
+ Platform: any
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Topic :: Software Development
21
+ Requires-Python: >=3.6
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+
25
+ English | [简体中文](README-CN.md)
26
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
27
+
28
+ ## Alibaba Cloud Agency SDK for Python
29
+
30
+ ## Requirements
31
+
32
+ - Python >= 3.7
33
+
34
+ ## Installation
35
+
36
+ - **Install with pip**
37
+
38
+ Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
39
+
40
+ ```bash
41
+ # Install the alibabacloud_agency20221216
42
+ pip install alibabacloud_agency20221216
43
+ ```
44
+
45
+ ## Issues
46
+
47
+ [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
48
+
49
+ ## Usage
50
+
51
+ [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
52
+
53
+ ## Changelog
54
+
55
+ Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/agency-20221216/ChangeLog.md).
56
+
57
+ ## References
58
+
59
+ - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
60
+
61
+ ## License
62
+
63
+ [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
64
+
65
+ Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 要求
8
8
 
9
- - Python >= 3.6
9
+ - Python >= 3.7
10
10
 
11
11
  ## 安装
12
12
 
@@ -5,7 +5,7 @@ English | [简体中文](README-CN.md)
5
5
 
6
6
  ## Requirements
7
7
 
8
- - Python >= 3.6
8
+ - Python >= 3.7
9
9
 
10
10
  ## Installation
11
11
 
@@ -0,0 +1 @@
1
+ __version__ = '1.5.1'