alibabacloud-cams20200606 4.0.2__py3-none-any.whl → 4.1.0__py3-none-any.whl
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_cams20200606/__init__.py +1 -1
- alibabacloud_cams20200606/client.py +0 -8
- alibabacloud_cams20200606/models/_create_flow_request.py +0 -8
- alibabacloud_cams20200606/models/_create_flow_shrink_request.py +0 -8
- alibabacloud_cams20200606/models/_get_flow_response_body.py +0 -8
- alibabacloud_cams20200606/models/_modify_flow_request.py +0 -8
- alibabacloud_cams20200606/models/_modify_flow_response_body.py +0 -8
- alibabacloud_cams20200606/models/_modify_flow_shrink_request.py +0 -8
- {alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/METADATA +1 -1
- {alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/RECORD +13 -13
- {alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/LICENSE +0 -0
- {alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/WHEEL +0 -0
- {alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '4.0
|
|
1
|
+
__version__ = '4.1.0'
|
|
@@ -2713,8 +2713,6 @@ class Client(OpenApiClient):
|
|
|
2713
2713
|
query['Categories'] = request.categories_shrink
|
|
2714
2714
|
if not DaraCore.is_null(request.cust_space_id):
|
|
2715
2715
|
query['CustSpaceId'] = request.cust_space_id
|
|
2716
|
-
if not DaraCore.is_null(request.endpoint_uri):
|
|
2717
|
-
query['EndpointUri'] = request.endpoint_uri
|
|
2718
2716
|
if not DaraCore.is_null(request.flow_name):
|
|
2719
2717
|
query['FlowName'] = request.flow_name
|
|
2720
2718
|
if not DaraCore.is_null(request.owner_id):
|
|
@@ -2757,8 +2755,6 @@ class Client(OpenApiClient):
|
|
|
2757
2755
|
query['Categories'] = request.categories_shrink
|
|
2758
2756
|
if not DaraCore.is_null(request.cust_space_id):
|
|
2759
2757
|
query['CustSpaceId'] = request.cust_space_id
|
|
2760
|
-
if not DaraCore.is_null(request.endpoint_uri):
|
|
2761
|
-
query['EndpointUri'] = request.endpoint_uri
|
|
2762
2758
|
if not DaraCore.is_null(request.flow_name):
|
|
2763
2759
|
query['FlowName'] = request.flow_name
|
|
2764
2760
|
if not DaraCore.is_null(request.owner_id):
|
|
@@ -11525,8 +11521,6 @@ class Client(OpenApiClient):
|
|
|
11525
11521
|
query['Categories'] = request.categories_shrink
|
|
11526
11522
|
if not DaraCore.is_null(request.cust_space_id):
|
|
11527
11523
|
query['CustSpaceId'] = request.cust_space_id
|
|
11528
|
-
if not DaraCore.is_null(request.endpoint_uri):
|
|
11529
|
-
query['EndpointUri'] = request.endpoint_uri
|
|
11530
11524
|
if not DaraCore.is_null(request.flow_id):
|
|
11531
11525
|
query['FlowId'] = request.flow_id
|
|
11532
11526
|
if not DaraCore.is_null(request.flow_name):
|
|
@@ -11571,8 +11565,6 @@ class Client(OpenApiClient):
|
|
|
11571
11565
|
query['Categories'] = request.categories_shrink
|
|
11572
11566
|
if not DaraCore.is_null(request.cust_space_id):
|
|
11573
11567
|
query['CustSpaceId'] = request.cust_space_id
|
|
11574
|
-
if not DaraCore.is_null(request.endpoint_uri):
|
|
11575
|
-
query['EndpointUri'] = request.endpoint_uri
|
|
11576
11568
|
if not DaraCore.is_null(request.flow_id):
|
|
11577
11569
|
query['FlowId'] = request.flow_id
|
|
11578
11570
|
if not DaraCore.is_null(request.flow_name):
|
|
@@ -11,7 +11,6 @@ class CreateFlowRequest(DaraModel):
|
|
|
11
11
|
self,
|
|
12
12
|
categories: List[str] = None,
|
|
13
13
|
cust_space_id: str = None,
|
|
14
|
-
endpoint_uri: str = None,
|
|
15
14
|
flow_name: str = None,
|
|
16
15
|
owner_id: int = None,
|
|
17
16
|
resource_owner_account: str = None,
|
|
@@ -20,7 +19,6 @@ class CreateFlowRequest(DaraModel):
|
|
|
20
19
|
# This parameter is required.
|
|
21
20
|
self.categories = categories
|
|
22
21
|
self.cust_space_id = cust_space_id
|
|
23
|
-
self.endpoint_uri = endpoint_uri
|
|
24
22
|
# This parameter is required.
|
|
25
23
|
self.flow_name = flow_name
|
|
26
24
|
self.owner_id = owner_id
|
|
@@ -41,9 +39,6 @@ class CreateFlowRequest(DaraModel):
|
|
|
41
39
|
if self.cust_space_id is not None:
|
|
42
40
|
result['CustSpaceId'] = self.cust_space_id
|
|
43
41
|
|
|
44
|
-
if self.endpoint_uri is not None:
|
|
45
|
-
result['EndpointUri'] = self.endpoint_uri
|
|
46
|
-
|
|
47
42
|
if self.flow_name is not None:
|
|
48
43
|
result['FlowName'] = self.flow_name
|
|
49
44
|
|
|
@@ -66,9 +61,6 @@ class CreateFlowRequest(DaraModel):
|
|
|
66
61
|
if m.get('CustSpaceId') is not None:
|
|
67
62
|
self.cust_space_id = m.get('CustSpaceId')
|
|
68
63
|
|
|
69
|
-
if m.get('EndpointUri') is not None:
|
|
70
|
-
self.endpoint_uri = m.get('EndpointUri')
|
|
71
|
-
|
|
72
64
|
if m.get('FlowName') is not None:
|
|
73
65
|
self.flow_name = m.get('FlowName')
|
|
74
66
|
|
|
@@ -9,7 +9,6 @@ class CreateFlowShrinkRequest(DaraModel):
|
|
|
9
9
|
self,
|
|
10
10
|
categories_shrink: str = None,
|
|
11
11
|
cust_space_id: str = None,
|
|
12
|
-
endpoint_uri: str = None,
|
|
13
12
|
flow_name: str = None,
|
|
14
13
|
owner_id: int = None,
|
|
15
14
|
resource_owner_account: str = None,
|
|
@@ -18,7 +17,6 @@ class CreateFlowShrinkRequest(DaraModel):
|
|
|
18
17
|
# This parameter is required.
|
|
19
18
|
self.categories_shrink = categories_shrink
|
|
20
19
|
self.cust_space_id = cust_space_id
|
|
21
|
-
self.endpoint_uri = endpoint_uri
|
|
22
20
|
# This parameter is required.
|
|
23
21
|
self.flow_name = flow_name
|
|
24
22
|
self.owner_id = owner_id
|
|
@@ -39,9 +37,6 @@ class CreateFlowShrinkRequest(DaraModel):
|
|
|
39
37
|
if self.cust_space_id is not None:
|
|
40
38
|
result['CustSpaceId'] = self.cust_space_id
|
|
41
39
|
|
|
42
|
-
if self.endpoint_uri is not None:
|
|
43
|
-
result['EndpointUri'] = self.endpoint_uri
|
|
44
|
-
|
|
45
40
|
if self.flow_name is not None:
|
|
46
41
|
result['FlowName'] = self.flow_name
|
|
47
42
|
|
|
@@ -64,9 +59,6 @@ class CreateFlowShrinkRequest(DaraModel):
|
|
|
64
59
|
if m.get('CustSpaceId') is not None:
|
|
65
60
|
self.cust_space_id = m.get('CustSpaceId')
|
|
66
61
|
|
|
67
|
-
if m.get('EndpointUri') is not None:
|
|
68
|
-
self.endpoint_uri = m.get('EndpointUri')
|
|
69
|
-
|
|
70
62
|
if m.get('FlowName') is not None:
|
|
71
63
|
self.flow_name = m.get('FlowName')
|
|
72
64
|
|
|
@@ -77,7 +77,6 @@ class GetFlowResponseBodyData(DaraModel):
|
|
|
77
77
|
self,
|
|
78
78
|
categories: List[str] = None,
|
|
79
79
|
data_api_version: str = None,
|
|
80
|
-
endpoint_uri: str = None,
|
|
81
80
|
flow_id: str = None,
|
|
82
81
|
flow_name: str = None,
|
|
83
82
|
jsonversion: str = None,
|
|
@@ -89,7 +88,6 @@ class GetFlowResponseBodyData(DaraModel):
|
|
|
89
88
|
self.categories = categories
|
|
90
89
|
# The version number of the API.
|
|
91
90
|
self.data_api_version = data_api_version
|
|
92
|
-
self.endpoint_uri = endpoint_uri
|
|
93
91
|
# The Flow ID.
|
|
94
92
|
self.flow_id = flow_id
|
|
95
93
|
# The Flow name.
|
|
@@ -143,9 +141,6 @@ class GetFlowResponseBodyData(DaraModel):
|
|
|
143
141
|
if self.data_api_version is not None:
|
|
144
142
|
result['DataApiVersion'] = self.data_api_version
|
|
145
143
|
|
|
146
|
-
if self.endpoint_uri is not None:
|
|
147
|
-
result['EndpointUri'] = self.endpoint_uri
|
|
148
|
-
|
|
149
144
|
if self.flow_id is not None:
|
|
150
145
|
result['FlowId'] = self.flow_id
|
|
151
146
|
|
|
@@ -174,9 +169,6 @@ class GetFlowResponseBodyData(DaraModel):
|
|
|
174
169
|
if m.get('DataApiVersion') is not None:
|
|
175
170
|
self.data_api_version = m.get('DataApiVersion')
|
|
176
171
|
|
|
177
|
-
if m.get('EndpointUri') is not None:
|
|
178
|
-
self.endpoint_uri = m.get('EndpointUri')
|
|
179
|
-
|
|
180
172
|
if m.get('FlowId') is not None:
|
|
181
173
|
self.flow_id = m.get('FlowId')
|
|
182
174
|
|
|
@@ -11,7 +11,6 @@ class ModifyFlowRequest(DaraModel):
|
|
|
11
11
|
self,
|
|
12
12
|
categories: List[str] = None,
|
|
13
13
|
cust_space_id: str = None,
|
|
14
|
-
endpoint_uri: str = None,
|
|
15
14
|
flow_id: str = None,
|
|
16
15
|
flow_name: str = None,
|
|
17
16
|
owner_id: int = None,
|
|
@@ -21,7 +20,6 @@ class ModifyFlowRequest(DaraModel):
|
|
|
21
20
|
# This parameter is required.
|
|
22
21
|
self.categories = categories
|
|
23
22
|
self.cust_space_id = cust_space_id
|
|
24
|
-
self.endpoint_uri = endpoint_uri
|
|
25
23
|
self.flow_id = flow_id
|
|
26
24
|
# This parameter is required.
|
|
27
25
|
self.flow_name = flow_name
|
|
@@ -43,9 +41,6 @@ class ModifyFlowRequest(DaraModel):
|
|
|
43
41
|
if self.cust_space_id is not None:
|
|
44
42
|
result['CustSpaceId'] = self.cust_space_id
|
|
45
43
|
|
|
46
|
-
if self.endpoint_uri is not None:
|
|
47
|
-
result['EndpointUri'] = self.endpoint_uri
|
|
48
|
-
|
|
49
44
|
if self.flow_id is not None:
|
|
50
45
|
result['FlowId'] = self.flow_id
|
|
51
46
|
|
|
@@ -71,9 +66,6 @@ class ModifyFlowRequest(DaraModel):
|
|
|
71
66
|
if m.get('CustSpaceId') is not None:
|
|
72
67
|
self.cust_space_id = m.get('CustSpaceId')
|
|
73
68
|
|
|
74
|
-
if m.get('EndpointUri') is not None:
|
|
75
|
-
self.endpoint_uri = m.get('EndpointUri')
|
|
76
|
-
|
|
77
69
|
if m.get('FlowId') is not None:
|
|
78
70
|
self.flow_id = m.get('FlowId')
|
|
79
71
|
|
|
@@ -76,13 +76,11 @@ class ModifyFlowResponseBodyData(DaraModel):
|
|
|
76
76
|
def __init__(
|
|
77
77
|
self,
|
|
78
78
|
categories: List[str] = None,
|
|
79
|
-
endpoint_uri: str = None,
|
|
80
79
|
flow_id: str = None,
|
|
81
80
|
flow_name: str = None,
|
|
82
81
|
):
|
|
83
82
|
# The categories of the Flow.
|
|
84
83
|
self.categories = categories
|
|
85
|
-
self.endpoint_uri = endpoint_uri
|
|
86
84
|
# The Flow ID.
|
|
87
85
|
self.flow_id = flow_id
|
|
88
86
|
# The Flow name.
|
|
@@ -99,9 +97,6 @@ class ModifyFlowResponseBodyData(DaraModel):
|
|
|
99
97
|
if self.categories is not None:
|
|
100
98
|
result['Categories'] = self.categories
|
|
101
99
|
|
|
102
|
-
if self.endpoint_uri is not None:
|
|
103
|
-
result['EndpointUri'] = self.endpoint_uri
|
|
104
|
-
|
|
105
100
|
if self.flow_id is not None:
|
|
106
101
|
result['FlowId'] = self.flow_id
|
|
107
102
|
|
|
@@ -115,9 +110,6 @@ class ModifyFlowResponseBodyData(DaraModel):
|
|
|
115
110
|
if m.get('Categories') is not None:
|
|
116
111
|
self.categories = m.get('Categories')
|
|
117
112
|
|
|
118
|
-
if m.get('EndpointUri') is not None:
|
|
119
|
-
self.endpoint_uri = m.get('EndpointUri')
|
|
120
|
-
|
|
121
113
|
if m.get('FlowId') is not None:
|
|
122
114
|
self.flow_id = m.get('FlowId')
|
|
123
115
|
|
|
@@ -9,7 +9,6 @@ class ModifyFlowShrinkRequest(DaraModel):
|
|
|
9
9
|
self,
|
|
10
10
|
categories_shrink: str = None,
|
|
11
11
|
cust_space_id: str = None,
|
|
12
|
-
endpoint_uri: str = None,
|
|
13
12
|
flow_id: str = None,
|
|
14
13
|
flow_name: str = None,
|
|
15
14
|
owner_id: int = None,
|
|
@@ -19,7 +18,6 @@ class ModifyFlowShrinkRequest(DaraModel):
|
|
|
19
18
|
# This parameter is required.
|
|
20
19
|
self.categories_shrink = categories_shrink
|
|
21
20
|
self.cust_space_id = cust_space_id
|
|
22
|
-
self.endpoint_uri = endpoint_uri
|
|
23
21
|
self.flow_id = flow_id
|
|
24
22
|
# This parameter is required.
|
|
25
23
|
self.flow_name = flow_name
|
|
@@ -41,9 +39,6 @@ class ModifyFlowShrinkRequest(DaraModel):
|
|
|
41
39
|
if self.cust_space_id is not None:
|
|
42
40
|
result['CustSpaceId'] = self.cust_space_id
|
|
43
41
|
|
|
44
|
-
if self.endpoint_uri is not None:
|
|
45
|
-
result['EndpointUri'] = self.endpoint_uri
|
|
46
|
-
|
|
47
42
|
if self.flow_id is not None:
|
|
48
43
|
result['FlowId'] = self.flow_id
|
|
49
44
|
|
|
@@ -69,9 +64,6 @@ class ModifyFlowShrinkRequest(DaraModel):
|
|
|
69
64
|
if m.get('CustSpaceId') is not None:
|
|
70
65
|
self.cust_space_id = m.get('CustSpaceId')
|
|
71
66
|
|
|
72
|
-
if m.get('EndpointUri') is not None:
|
|
73
|
-
self.endpoint_uri = m.get('EndpointUri')
|
|
74
|
-
|
|
75
67
|
if m.get('FlowId') is not None:
|
|
76
68
|
self.flow_id = m.get('FlowId')
|
|
77
69
|
|
{alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
alibabacloud_cams20200606/__init__.py,sha256=
|
|
2
|
-
alibabacloud_cams20200606/client.py,sha256=
|
|
1
|
+
alibabacloud_cams20200606/__init__.py,sha256=lxnje8P-maveQRzsNBMx8fMg2n4rtyrYtjzLXKjtYo8,21
|
|
2
|
+
alibabacloud_cams20200606/client.py,sha256=NzUsN4d_Sd-pTh4BMkZou-oiTepm17Nx1mG7UZMHmcE,670254
|
|
3
3
|
alibabacloud_cams20200606/models/__init__.py,sha256=4YbpYUA55XZUQ2xbhHYASmNjCU4Ixfob7BO0TXS_tcY,82051
|
|
4
4
|
alibabacloud_cams20200606/models/_add_address_recover_suspend_request.py,sha256=etVZSvJlnyr04aexfTI1wzJtCjmcvaX3EOZwADqWgvs,4725
|
|
5
5
|
alibabacloud_cams20200606/models/_add_address_recover_suspend_response.py,sha256=WpRtZnMxhe6MNgZWc2YOA6uhwoqhrTawm3Qg_AJbp64,1505
|
|
@@ -92,10 +92,10 @@ alibabacloud_cams20200606/models/_create_chatapp_template_shrink_request.py,sha2
|
|
|
92
92
|
alibabacloud_cams20200606/models/_create_custom_audience_request.py,sha256=iSk0-Uls7xXt-xTRkFB-U3Sevb-klw3VhFQr-tkX2r4,3367
|
|
93
93
|
alibabacloud_cams20200606/models/_create_custom_audience_response.py,sha256=mQ0o0j1Nj9k2ywx-Y9fCOu9eq3uSdNNv9pK9BHD8w_8,1493
|
|
94
94
|
alibabacloud_cams20200606/models/_create_custom_audience_response_body.py,sha256=b0jjzBcpFI7faRZGalKu6amRTbdlrZ-_JxuWkBVmnqA,2099
|
|
95
|
-
alibabacloud_cams20200606/models/_create_flow_request.py,sha256=
|
|
95
|
+
alibabacloud_cams20200606/models/_create_flow_request.py,sha256=9HC4uFK9WsUKgtP4Aul_zEQL0pQLREs25XHOLiGyfWw,2298
|
|
96
96
|
alibabacloud_cams20200606/models/_create_flow_response.py,sha256=lDWkOxRds6VwU1Zj_S2RJ-hleSAx4pBnsxT2Yc2_yx8,1463
|
|
97
97
|
alibabacloud_cams20200606/models/_create_flow_response_body.py,sha256=5V8pR04rtgx3JlccZhAoRcYL9--KJ7m9-oa5WIF7610,3327
|
|
98
|
-
alibabacloud_cams20200606/models/_create_flow_shrink_request.py,sha256=
|
|
98
|
+
alibabacloud_cams20200606/models/_create_flow_shrink_request.py,sha256=1F9ikv_bwvmd5XJ9PzV0qfkGh2jeVKHYNj4N4A49XG4,2315
|
|
99
99
|
alibabacloud_cams20200606/models/_create_flow_version_request.py,sha256=yNrk_D0hbzlnL0mmBheOAyV6dmOSrMRx_fXktim1vPM,2984
|
|
100
100
|
alibabacloud_cams20200606/models/_create_flow_version_response.py,sha256=oSBDuv_Tz1YOx6OfPyxS0aKipYtAhUaxIUHC8O83uoI,1484
|
|
101
101
|
alibabacloud_cams20200606/models/_create_flow_version_response_body.py,sha256=GTg3B2e56LnITCfGqnwHyIs7-sg491C9LGJgRGKZ4A0,2367
|
|
@@ -248,7 +248,7 @@ alibabacloud_cams20200606/models/_get_flow_preview_url_response.py,sha256=jVoN2j
|
|
|
248
248
|
alibabacloud_cams20200606/models/_get_flow_preview_url_response_body.py,sha256=Xb0WtNcuNOkHfnfa-_kIRfBz74aELr2qMprSfDtOO_k,3559
|
|
249
249
|
alibabacloud_cams20200606/models/_get_flow_request.py,sha256=GucQhVz4uz4ZS3ktRMUgDUQbMi54681PV9YETXIZeUA,1952
|
|
250
250
|
alibabacloud_cams20200606/models/_get_flow_response.py,sha256=JcMsf03yCRt0MevCwk24ILyXHFsJMx853ZGbcCsq6G0,1454
|
|
251
|
-
alibabacloud_cams20200606/models/_get_flow_response_body.py,sha256=
|
|
251
|
+
alibabacloud_cams20200606/models/_get_flow_response_body.py,sha256=Ami_kUUm53pNa-QkhJhoQA9krDH9dCcyXPsj8w6-Kec,5447
|
|
252
252
|
alibabacloud_cams20200606/models/_get_group_exist_request.py,sha256=xT5d50-I9t4hzhTstE5SLE3KCZ1zbRwGgaXjZjAi7Vo,2237
|
|
253
253
|
alibabacloud_cams20200606/models/_get_group_exist_response.py,sha256=D6Xc-T0E_RMjgYE7dErE5wR_WEJxPp0U4sgDLwn2Aus,1472
|
|
254
254
|
alibabacloud_cams20200606/models/_get_group_exist_response_body.py,sha256=1MBqeBZLYT1IxPt5YvgxmQ8POIH7B5ag9jY4fQiIPSQ,1972
|
|
@@ -395,10 +395,10 @@ alibabacloud_cams20200606/models/_modify_chatapp_template_request.py,sha256=Bb7O
|
|
|
395
395
|
alibabacloud_cams20200606/models/_modify_chatapp_template_response.py,sha256=aTJGEfMSAOhwcBwtWXQWlGgdc_E7I327HaX8b0bSazc,1496
|
|
396
396
|
alibabacloud_cams20200606/models/_modify_chatapp_template_response_body.py,sha256=nCiVVOBjILVjRTDRv3TsDQYZn9o4ZrqQ31gUwXA01pQ,3445
|
|
397
397
|
alibabacloud_cams20200606/models/_modify_chatapp_template_shrink_request.py,sha256=_2KmeMa2MGHTClMFacJVTotHxsW8PzFfHZ37fSsd0I0,6338
|
|
398
|
-
alibabacloud_cams20200606/models/_modify_flow_request.py,sha256
|
|
398
|
+
alibabacloud_cams20200606/models/_modify_flow_request.py,sha256=mHhP13kueGdBacHd_-JMPlfZG8dFwC_qc7Zr_C3ZXf8,2524
|
|
399
399
|
alibabacloud_cams20200606/models/_modify_flow_response.py,sha256=ofBLqCODmAToSeyh1DOXmX1dCmFQj0LgwkLjSf2aO3k,1463
|
|
400
|
-
alibabacloud_cams20200606/models/_modify_flow_response_body.py,sha256=
|
|
401
|
-
alibabacloud_cams20200606/models/_modify_flow_shrink_request.py,sha256=
|
|
400
|
+
alibabacloud_cams20200606/models/_modify_flow_response_body.py,sha256=CmDPAQdFqhyTtuAC85m8752aV_ttxkZFJ_8HsIu1qkQ,3320
|
|
401
|
+
alibabacloud_cams20200606/models/_modify_flow_shrink_request.py,sha256=a7W5HQv50iKYRnpCbA7E3QZSNv7F4z1e0GjNcjASnYg,2541
|
|
402
402
|
alibabacloud_cams20200606/models/_modify_phone_business_profile_request.py,sha256=LTUhxuiylOQ4o4oC-1MImIKb9vKdSmIvYgXSr2gs6is,4388
|
|
403
403
|
alibabacloud_cams20200606/models/_modify_phone_business_profile_response.py,sha256=ONE5s72BskLR8CKsXE4B7voBL_lPWtCOj0w0YFGTiec,1511
|
|
404
404
|
alibabacloud_cams20200606/models/_modify_phone_business_profile_response_body.py,sha256=I1uFaUA4n1ANmOuNC9D2j523EuV_78HElQpJU8jD2kk,2049
|
|
@@ -545,8 +545,8 @@ alibabacloud_cams20200606/models/_whatsapp_call_request.py,sha256=IShLD8hqhXL7mQ
|
|
|
545
545
|
alibabacloud_cams20200606/models/_whatsapp_call_response.py,sha256=rSEDlVeoaPnc7Ugew45pagCz_Gc7ltIGOIFF-t6YTYI,1469
|
|
546
546
|
alibabacloud_cams20200606/models/_whatsapp_call_response_body.py,sha256=ORJj42FchN1v3WaiGEZW5g_6HOEBsMph0XH3pLABCJU,2814
|
|
547
547
|
alibabacloud_cams20200606/models/_whatsapp_call_shrink_request.py,sha256=9UTEQm_6iI2QEIpa1oMPkoghJ8JRqHDXJKpiJEEnu4c,3132
|
|
548
|
-
alibabacloud_cams20200606-4.0.
|
|
549
|
-
alibabacloud_cams20200606-4.0.
|
|
550
|
-
alibabacloud_cams20200606-4.0.
|
|
551
|
-
alibabacloud_cams20200606-4.0.
|
|
552
|
-
alibabacloud_cams20200606-4.0.
|
|
548
|
+
alibabacloud_cams20200606-4.1.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
549
|
+
alibabacloud_cams20200606-4.1.0.dist-info/METADATA,sha256=JBhU-neiJW1v5uSdPtfBpDp3I9jhPntT0qIgZ-xPVkI,2296
|
|
550
|
+
alibabacloud_cams20200606-4.1.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
551
|
+
alibabacloud_cams20200606-4.1.0.dist-info/top_level.txt,sha256=jI2FqyMg9rea21vgXZwGE5T0HVsOZ7bDS7m8L18ZQvw,26
|
|
552
|
+
alibabacloud_cams20200606-4.1.0.dist-info/RECORD,,
|
{alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{alibabacloud_cams20200606-4.0.2.dist-info → alibabacloud_cams20200606-4.1.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|