alibabacloud-outboundbot20191226 1.2.0__tar.gz → 1.2.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_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/ChangeLog.md +21 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/PKG-INFO +1 -1
- alibabacloud_outboundbot20191226-1.2.1/alibabacloud_outboundbot20191226/__init__.py +1 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/alibabacloud_outboundbot20191226/client.py +44 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/alibabacloud_outboundbot20191226/models.py +12 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/alibabacloud_outboundbot20191226.egg-info/PKG-INFO +1 -1
- alibabacloud_outboundbot20191226-1.2.1/alibabacloud_outboundbot20191226.egg-info/requires.txt +4 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/setup.py +3 -3
- alibabacloud_outboundbot20191226-1.2.0/alibabacloud_outboundbot20191226/__init__.py +0 -1
- alibabacloud_outboundbot20191226-1.2.0/alibabacloud_outboundbot20191226.egg-info/requires.txt +0 -4
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/LICENSE +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/MANIFEST.in +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/README-CN.md +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/README.md +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/alibabacloud_outboundbot20191226.egg-info/SOURCES.txt +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/alibabacloud_outboundbot20191226.egg-info/dependency_links.txt +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/alibabacloud_outboundbot20191226.egg-info/top_level.txt +0 -0
- {alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/setup.cfg +0 -0
{alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/ChangeLog.md
RENAMED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
2025-04-25 Version: 1.2.0
|
|
2
|
+
- Support API CreateBeebotIntent.
|
|
3
|
+
- Support API CreateBeebotIntentLgf.
|
|
4
|
+
- Support API CreateBeebotIntentUserSay.
|
|
5
|
+
- Support API DeleteBeebotIntent.
|
|
6
|
+
- Support API DeleteBeebotIntentLgf.
|
|
7
|
+
- Support API DeleteBeebotIntentUserSay.
|
|
8
|
+
- Support API DescribeBeebotIntent.
|
|
9
|
+
- Support API ListBeebotIntent.
|
|
10
|
+
- Support API ListBeebotIntentLgf.
|
|
11
|
+
- Support API ListBeebotIntentUserSay.
|
|
12
|
+
- Support API ListIntentions.
|
|
13
|
+
- Support API ModifyBeebotIntent.
|
|
14
|
+
- Support API ModifyBeebotIntentLgf.
|
|
15
|
+
- Support API ModifyBeebotIntentUserSay.
|
|
16
|
+
- Update API CreateScript: add request parameters ScriptNluProfileJsonString.
|
|
17
|
+
- Update API DescribeScript: add response parameters Body.Script.NluEngine.
|
|
18
|
+
- Update API DescribeScript: add response parameters Body.Script.NluProfile.
|
|
19
|
+
- Update API ListScripts: add response parameters Body.Scripts.List.$.NluProfile.
|
|
20
|
+
|
|
21
|
+
|
|
1
22
|
2025-04-09 Version: 1.1.0
|
|
2
23
|
- Support API CreateAgentProfile.
|
|
3
24
|
- Support API CreateAnnotationMission.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.2.1'
|
|
@@ -7723,6 +7723,8 @@ class Client(OpenApiClient):
|
|
|
7723
7723
|
runtime: util_models.RuntimeOptions,
|
|
7724
7724
|
) -> outbound_bot_20191226_models.GetBaseStrategyPeriodResponse:
|
|
7725
7725
|
"""
|
|
7726
|
+
@summary 获取系统策略配置
|
|
7727
|
+
|
|
7726
7728
|
@param request: GetBaseStrategyPeriodRequest
|
|
7727
7729
|
@param runtime: runtime options for this request RuntimeOptions
|
|
7728
7730
|
@return: GetBaseStrategyPeriodResponse
|
|
@@ -7758,6 +7760,8 @@ class Client(OpenApiClient):
|
|
|
7758
7760
|
runtime: util_models.RuntimeOptions,
|
|
7759
7761
|
) -> outbound_bot_20191226_models.GetBaseStrategyPeriodResponse:
|
|
7760
7762
|
"""
|
|
7763
|
+
@summary 获取系统策略配置
|
|
7764
|
+
|
|
7761
7765
|
@param request: GetBaseStrategyPeriodRequest
|
|
7762
7766
|
@param runtime: runtime options for this request RuntimeOptions
|
|
7763
7767
|
@return: GetBaseStrategyPeriodResponse
|
|
@@ -7792,6 +7796,8 @@ class Client(OpenApiClient):
|
|
|
7792
7796
|
request: outbound_bot_20191226_models.GetBaseStrategyPeriodRequest,
|
|
7793
7797
|
) -> outbound_bot_20191226_models.GetBaseStrategyPeriodResponse:
|
|
7794
7798
|
"""
|
|
7799
|
+
@summary 获取系统策略配置
|
|
7800
|
+
|
|
7795
7801
|
@param request: GetBaseStrategyPeriodRequest
|
|
7796
7802
|
@return: GetBaseStrategyPeriodResponse
|
|
7797
7803
|
"""
|
|
@@ -7803,6 +7809,8 @@ class Client(OpenApiClient):
|
|
|
7803
7809
|
request: outbound_bot_20191226_models.GetBaseStrategyPeriodRequest,
|
|
7804
7810
|
) -> outbound_bot_20191226_models.GetBaseStrategyPeriodResponse:
|
|
7805
7811
|
"""
|
|
7812
|
+
@summary 获取系统策略配置
|
|
7813
|
+
|
|
7806
7814
|
@param request: GetBaseStrategyPeriodRequest
|
|
7807
7815
|
@return: GetBaseStrategyPeriodResponse
|
|
7808
7816
|
"""
|
|
@@ -7881,6 +7889,8 @@ class Client(OpenApiClient):
|
|
|
7881
7889
|
runtime: util_models.RuntimeOptions,
|
|
7882
7890
|
) -> outbound_bot_20191226_models.GetContactBlockListResponse:
|
|
7883
7891
|
"""
|
|
7892
|
+
@summary GetContactBlockList
|
|
7893
|
+
|
|
7884
7894
|
@param request: GetContactBlockListRequest
|
|
7885
7895
|
@param runtime: runtime options for this request RuntimeOptions
|
|
7886
7896
|
@return: GetContactBlockListResponse
|
|
@@ -7920,6 +7930,8 @@ class Client(OpenApiClient):
|
|
|
7920
7930
|
runtime: util_models.RuntimeOptions,
|
|
7921
7931
|
) -> outbound_bot_20191226_models.GetContactBlockListResponse:
|
|
7922
7932
|
"""
|
|
7933
|
+
@summary GetContactBlockList
|
|
7934
|
+
|
|
7923
7935
|
@param request: GetContactBlockListRequest
|
|
7924
7936
|
@param runtime: runtime options for this request RuntimeOptions
|
|
7925
7937
|
@return: GetContactBlockListResponse
|
|
@@ -7958,6 +7970,8 @@ class Client(OpenApiClient):
|
|
|
7958
7970
|
request: outbound_bot_20191226_models.GetContactBlockListRequest,
|
|
7959
7971
|
) -> outbound_bot_20191226_models.GetContactBlockListResponse:
|
|
7960
7972
|
"""
|
|
7973
|
+
@summary GetContactBlockList
|
|
7974
|
+
|
|
7961
7975
|
@param request: GetContactBlockListRequest
|
|
7962
7976
|
@return: GetContactBlockListResponse
|
|
7963
7977
|
"""
|
|
@@ -7969,6 +7983,8 @@ class Client(OpenApiClient):
|
|
|
7969
7983
|
request: outbound_bot_20191226_models.GetContactBlockListRequest,
|
|
7970
7984
|
) -> outbound_bot_20191226_models.GetContactBlockListResponse:
|
|
7971
7985
|
"""
|
|
7986
|
+
@summary GetContactBlockList
|
|
7987
|
+
|
|
7972
7988
|
@param request: GetContactBlockListRequest
|
|
7973
7989
|
@return: GetContactBlockListResponse
|
|
7974
7990
|
"""
|
|
@@ -7981,6 +7997,8 @@ class Client(OpenApiClient):
|
|
|
7981
7997
|
runtime: util_models.RuntimeOptions,
|
|
7982
7998
|
) -> outbound_bot_20191226_models.GetContactWhiteListResponse:
|
|
7983
7999
|
"""
|
|
8000
|
+
@summary GetContactWhiteList
|
|
8001
|
+
|
|
7984
8002
|
@param request: GetContactWhiteListRequest
|
|
7985
8003
|
@param runtime: runtime options for this request RuntimeOptions
|
|
7986
8004
|
@return: GetContactWhiteListResponse
|
|
@@ -8020,6 +8038,8 @@ class Client(OpenApiClient):
|
|
|
8020
8038
|
runtime: util_models.RuntimeOptions,
|
|
8021
8039
|
) -> outbound_bot_20191226_models.GetContactWhiteListResponse:
|
|
8022
8040
|
"""
|
|
8041
|
+
@summary GetContactWhiteList
|
|
8042
|
+
|
|
8023
8043
|
@param request: GetContactWhiteListRequest
|
|
8024
8044
|
@param runtime: runtime options for this request RuntimeOptions
|
|
8025
8045
|
@return: GetContactWhiteListResponse
|
|
@@ -8058,6 +8078,8 @@ class Client(OpenApiClient):
|
|
|
8058
8078
|
request: outbound_bot_20191226_models.GetContactWhiteListRequest,
|
|
8059
8079
|
) -> outbound_bot_20191226_models.GetContactWhiteListResponse:
|
|
8060
8080
|
"""
|
|
8081
|
+
@summary GetContactWhiteList
|
|
8082
|
+
|
|
8061
8083
|
@param request: GetContactWhiteListRequest
|
|
8062
8084
|
@return: GetContactWhiteListResponse
|
|
8063
8085
|
"""
|
|
@@ -8069,6 +8091,8 @@ class Client(OpenApiClient):
|
|
|
8069
8091
|
request: outbound_bot_20191226_models.GetContactWhiteListRequest,
|
|
8070
8092
|
) -> outbound_bot_20191226_models.GetContactWhiteListResponse:
|
|
8071
8093
|
"""
|
|
8094
|
+
@summary GetContactWhiteList
|
|
8095
|
+
|
|
8072
8096
|
@param request: GetContactWhiteListRequest
|
|
8073
8097
|
@return: GetContactWhiteListResponse
|
|
8074
8098
|
"""
|
|
@@ -8353,6 +8377,8 @@ class Client(OpenApiClient):
|
|
|
8353
8377
|
runtime: util_models.RuntimeOptions,
|
|
8354
8378
|
) -> outbound_bot_20191226_models.GetJobDataUploadParamsResponse:
|
|
8355
8379
|
"""
|
|
8380
|
+
@summary 获取上传信息
|
|
8381
|
+
|
|
8356
8382
|
@param request: GetJobDataUploadParamsRequest
|
|
8357
8383
|
@param runtime: runtime options for this request RuntimeOptions
|
|
8358
8384
|
@return: GetJobDataUploadParamsResponse
|
|
@@ -8394,6 +8420,8 @@ class Client(OpenApiClient):
|
|
|
8394
8420
|
runtime: util_models.RuntimeOptions,
|
|
8395
8421
|
) -> outbound_bot_20191226_models.GetJobDataUploadParamsResponse:
|
|
8396
8422
|
"""
|
|
8423
|
+
@summary 获取上传信息
|
|
8424
|
+
|
|
8397
8425
|
@param request: GetJobDataUploadParamsRequest
|
|
8398
8426
|
@param runtime: runtime options for this request RuntimeOptions
|
|
8399
8427
|
@return: GetJobDataUploadParamsResponse
|
|
@@ -8434,6 +8462,8 @@ class Client(OpenApiClient):
|
|
|
8434
8462
|
request: outbound_bot_20191226_models.GetJobDataUploadParamsRequest,
|
|
8435
8463
|
) -> outbound_bot_20191226_models.GetJobDataUploadParamsResponse:
|
|
8436
8464
|
"""
|
|
8465
|
+
@summary 获取上传信息
|
|
8466
|
+
|
|
8437
8467
|
@param request: GetJobDataUploadParamsRequest
|
|
8438
8468
|
@return: GetJobDataUploadParamsResponse
|
|
8439
8469
|
"""
|
|
@@ -8445,6 +8475,8 @@ class Client(OpenApiClient):
|
|
|
8445
8475
|
request: outbound_bot_20191226_models.GetJobDataUploadParamsRequest,
|
|
8446
8476
|
) -> outbound_bot_20191226_models.GetJobDataUploadParamsResponse:
|
|
8447
8477
|
"""
|
|
8478
|
+
@summary 获取上传信息
|
|
8479
|
+
|
|
8448
8480
|
@param request: GetJobDataUploadParamsRequest
|
|
8449
8481
|
@return: GetJobDataUploadParamsResponse
|
|
8450
8482
|
"""
|
|
@@ -13603,6 +13635,8 @@ class Client(OpenApiClient):
|
|
|
13603
13635
|
runtime: util_models.RuntimeOptions,
|
|
13604
13636
|
) -> outbound_bot_20191226_models.ModifyScriptResponse:
|
|
13605
13637
|
"""
|
|
13638
|
+
@summary 修改场景
|
|
13639
|
+
|
|
13606
13640
|
@param request: ModifyScriptRequest
|
|
13607
13641
|
@param runtime: runtime options for this request RuntimeOptions
|
|
13608
13642
|
@return: ModifyScriptResponse
|
|
@@ -13627,6 +13661,8 @@ class Client(OpenApiClient):
|
|
|
13627
13661
|
query['Industry'] = request.industry
|
|
13628
13662
|
if not UtilClient.is_unset(request.instance_id):
|
|
13629
13663
|
query['InstanceId'] = request.instance_id
|
|
13664
|
+
if not UtilClient.is_unset(request.label_config):
|
|
13665
|
+
query['LabelConfig'] = request.label_config
|
|
13630
13666
|
if not UtilClient.is_unset(request.long_wait_enable):
|
|
13631
13667
|
query['LongWaitEnable'] = request.long_wait_enable
|
|
13632
13668
|
if not UtilClient.is_unset(request.mini_playback_config_list_json_string):
|
|
@@ -13680,6 +13716,8 @@ class Client(OpenApiClient):
|
|
|
13680
13716
|
runtime: util_models.RuntimeOptions,
|
|
13681
13717
|
) -> outbound_bot_20191226_models.ModifyScriptResponse:
|
|
13682
13718
|
"""
|
|
13719
|
+
@summary 修改场景
|
|
13720
|
+
|
|
13683
13721
|
@param request: ModifyScriptRequest
|
|
13684
13722
|
@param runtime: runtime options for this request RuntimeOptions
|
|
13685
13723
|
@return: ModifyScriptResponse
|
|
@@ -13704,6 +13742,8 @@ class Client(OpenApiClient):
|
|
|
13704
13742
|
query['Industry'] = request.industry
|
|
13705
13743
|
if not UtilClient.is_unset(request.instance_id):
|
|
13706
13744
|
query['InstanceId'] = request.instance_id
|
|
13745
|
+
if not UtilClient.is_unset(request.label_config):
|
|
13746
|
+
query['LabelConfig'] = request.label_config
|
|
13707
13747
|
if not UtilClient.is_unset(request.long_wait_enable):
|
|
13708
13748
|
query['LongWaitEnable'] = request.long_wait_enable
|
|
13709
13749
|
if not UtilClient.is_unset(request.mini_playback_config_list_json_string):
|
|
@@ -13756,6 +13796,8 @@ class Client(OpenApiClient):
|
|
|
13756
13796
|
request: outbound_bot_20191226_models.ModifyScriptRequest,
|
|
13757
13797
|
) -> outbound_bot_20191226_models.ModifyScriptResponse:
|
|
13758
13798
|
"""
|
|
13799
|
+
@summary 修改场景
|
|
13800
|
+
|
|
13759
13801
|
@param request: ModifyScriptRequest
|
|
13760
13802
|
@return: ModifyScriptResponse
|
|
13761
13803
|
"""
|
|
@@ -13767,6 +13809,8 @@ class Client(OpenApiClient):
|
|
|
13767
13809
|
request: outbound_bot_20191226_models.ModifyScriptRequest,
|
|
13768
13810
|
) -> outbound_bot_20191226_models.ModifyScriptResponse:
|
|
13769
13811
|
"""
|
|
13812
|
+
@summary 修改场景
|
|
13813
|
+
|
|
13770
13814
|
@param request: ModifyScriptRequest
|
|
13771
13815
|
@return: ModifyScriptResponse
|
|
13772
13816
|
"""
|
|
@@ -12280,6 +12280,7 @@ class DescribeScriptResponseBodyScript(TeaModel):
|
|
|
12280
12280
|
industry: str = None,
|
|
12281
12281
|
is_debug_drafted: bool = None,
|
|
12282
12282
|
is_drafted: bool = None,
|
|
12283
|
+
label_config: str = None,
|
|
12283
12284
|
long_wait_enable: bool = None,
|
|
12284
12285
|
mini_playback_enable: bool = None,
|
|
12285
12286
|
new_barge_in_enable: bool = None,
|
|
@@ -12304,6 +12305,7 @@ class DescribeScriptResponseBodyScript(TeaModel):
|
|
|
12304
12305
|
self.industry = industry
|
|
12305
12306
|
self.is_debug_drafted = is_debug_drafted
|
|
12306
12307
|
self.is_drafted = is_drafted
|
|
12308
|
+
self.label_config = label_config
|
|
12307
12309
|
self.long_wait_enable = long_wait_enable
|
|
12308
12310
|
self.mini_playback_enable = mini_playback_enable
|
|
12309
12311
|
self.new_barge_in_enable = new_barge_in_enable
|
|
@@ -12349,6 +12351,8 @@ class DescribeScriptResponseBodyScript(TeaModel):
|
|
|
12349
12351
|
result['IsDebugDrafted'] = self.is_debug_drafted
|
|
12350
12352
|
if self.is_drafted is not None:
|
|
12351
12353
|
result['IsDrafted'] = self.is_drafted
|
|
12354
|
+
if self.label_config is not None:
|
|
12355
|
+
result['LabelConfig'] = self.label_config
|
|
12352
12356
|
if self.long_wait_enable is not None:
|
|
12353
12357
|
result['LongWaitEnable'] = self.long_wait_enable
|
|
12354
12358
|
if self.mini_playback_enable is not None:
|
|
@@ -12399,6 +12403,8 @@ class DescribeScriptResponseBodyScript(TeaModel):
|
|
|
12399
12403
|
self.is_debug_drafted = m.get('IsDebugDrafted')
|
|
12400
12404
|
if m.get('IsDrafted') is not None:
|
|
12401
12405
|
self.is_drafted = m.get('IsDrafted')
|
|
12406
|
+
if m.get('LabelConfig') is not None:
|
|
12407
|
+
self.label_config = m.get('LabelConfig')
|
|
12402
12408
|
if m.get('LongWaitEnable') is not None:
|
|
12403
12409
|
self.long_wait_enable = m.get('LongWaitEnable')
|
|
12404
12410
|
if m.get('MiniPlaybackEnable') is not None:
|
|
@@ -32198,6 +32204,7 @@ class ModifyScriptRequest(TeaModel):
|
|
|
32198
32204
|
emotion_enable: bool = None,
|
|
32199
32205
|
industry: str = None,
|
|
32200
32206
|
instance_id: str = None,
|
|
32207
|
+
label_config: str = None,
|
|
32201
32208
|
long_wait_enable: bool = None,
|
|
32202
32209
|
mini_playback_config_list_json_string: str = None,
|
|
32203
32210
|
mini_playback_enable: bool = None,
|
|
@@ -32224,6 +32231,7 @@ class ModifyScriptRequest(TeaModel):
|
|
|
32224
32231
|
self.industry = industry
|
|
32225
32232
|
# This parameter is required.
|
|
32226
32233
|
self.instance_id = instance_id
|
|
32234
|
+
self.label_config = label_config
|
|
32227
32235
|
self.long_wait_enable = long_wait_enable
|
|
32228
32236
|
self.mini_playback_config_list_json_string = mini_playback_config_list_json_string
|
|
32229
32237
|
self.mini_playback_enable = mini_playback_enable
|
|
@@ -32269,6 +32277,8 @@ class ModifyScriptRequest(TeaModel):
|
|
|
32269
32277
|
result['Industry'] = self.industry
|
|
32270
32278
|
if self.instance_id is not None:
|
|
32271
32279
|
result['InstanceId'] = self.instance_id
|
|
32280
|
+
if self.label_config is not None:
|
|
32281
|
+
result['LabelConfig'] = self.label_config
|
|
32272
32282
|
if self.long_wait_enable is not None:
|
|
32273
32283
|
result['LongWaitEnable'] = self.long_wait_enable
|
|
32274
32284
|
if self.mini_playback_config_list_json_string is not None:
|
|
@@ -32319,6 +32329,8 @@ class ModifyScriptRequest(TeaModel):
|
|
|
32319
32329
|
self.industry = m.get('Industry')
|
|
32320
32330
|
if m.get('InstanceId') is not None:
|
|
32321
32331
|
self.instance_id = m.get('InstanceId')
|
|
32332
|
+
if m.get('LabelConfig') is not None:
|
|
32333
|
+
self.label_config = m.get('LabelConfig')
|
|
32322
32334
|
if m.get('LongWaitEnable') is not None:
|
|
32323
32335
|
self.long_wait_enable = m.get('LongWaitEnable')
|
|
32324
32336
|
if m.get('MiniPlaybackConfigListJsonString') is not None:
|
|
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
|
|
|
24
24
|
"""
|
|
25
25
|
setup module for alibabacloud_outboundbot20191226.
|
|
26
26
|
|
|
27
|
-
Created on
|
|
27
|
+
Created on 12/06/2025
|
|
28
28
|
|
|
29
29
|
@author: Alibaba Cloud SDK
|
|
30
30
|
"""
|
|
@@ -38,9 +38,9 @@ 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.
|
|
41
|
+
"alibabacloud_tea_openapi>=0.3.15, <1.0.0",
|
|
42
42
|
"alibabacloud_openapi_util>=0.2.2, <1.0.0",
|
|
43
|
-
"alibabacloud_endpoint_util>=0.0.
|
|
43
|
+
"alibabacloud_endpoint_util>=0.0.4, <1.0.0"
|
|
44
44
|
]
|
|
45
45
|
|
|
46
46
|
LONG_DESCRIPTION = ''
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.2.0'
|
|
File without changes
|
{alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/MANIFEST.in
RENAMED
|
File without changes
|
{alibabacloud_outboundbot20191226-1.2.0 → alibabacloud_outboundbot20191226-1.2.1}/README-CN.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|