alibabacloud-aimiaobi20230801 1.32.0__tar.gz → 1.32.2__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_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/ChangeLog.md +30 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/PKG-INFO +1 -1
- alibabacloud_aimiaobi20230801-1.32.2/alibabacloud_aimiaobi20230801/__init__.py +1 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801/client.py +8 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801/models.py +60 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801.egg-info/PKG-INFO +1 -1
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/setup.py +1 -1
- alibabacloud_aimiaobi20230801-1.32.0/alibabacloud_aimiaobi20230801/__init__.py +0 -1
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/MANIFEST.in +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/README-CN.md +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/README.md +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801.egg-info/requires.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/alibabacloud_aimiaobi20230801.egg-info/top_level.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.32.0 → alibabacloud_aimiaobi20230801-1.32.2}/setup.cfg +0 -0
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
2025-08-04 Version: 1.32.1
|
|
2
|
+
- Update API GetSmartAuditResult: add response parameters Body.Data.ErrorMessage.
|
|
3
|
+
- Update API SubmitSmartAudit: add request parameters ImageUrlList.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
2025-08-01 Version: 1.32.0
|
|
7
|
+
- Support API ConfirmAndPostProcessAuditNote.
|
|
8
|
+
- Support API DeleteAuditNote.
|
|
9
|
+
- Support API DownloadAuditNote.
|
|
10
|
+
- Support API GetAuditNotePostProcessingStatus.
|
|
11
|
+
- Support API GetAuditNoteProcessingStatus.
|
|
12
|
+
- Support API GetAvailableAuditNotes.
|
|
13
|
+
- Support API SubmitAuditNote.
|
|
14
|
+
- Update API AsyncCreateClipsTask: add response parameters Body.HttpStatusCode.
|
|
15
|
+
- Update API AsyncCreateClipsTask: add response parameters Body.Message.
|
|
16
|
+
- Update API AsyncCreateClipsTask: add response parameters Body.Success.
|
|
17
|
+
- Update API AsyncCreateClipsTimeLine: add response parameters Body.HttpStatusCode.
|
|
18
|
+
- Update API AsyncCreateClipsTimeLine: add response parameters Body.Message.
|
|
19
|
+
- Update API AsyncCreateClipsTimeLine: add response parameters Body.Success.
|
|
20
|
+
- Update API AsyncEditTimeline: add response parameters Body.HttpStatusCode.
|
|
21
|
+
- Update API AsyncEditTimeline: add response parameters Body.Message.
|
|
22
|
+
- Update API AsyncEditTimeline: add response parameters Body.Success.
|
|
23
|
+
- Update API AsyncUploadVideo: add response parameters Body.HttpStatusCode.
|
|
24
|
+
- Update API AsyncUploadVideo: add response parameters Body.Message.
|
|
25
|
+
- Update API AsyncUploadVideo: add response parameters Body.Success.
|
|
26
|
+
- Update API GetAutoClipsTaskInfo: add response parameters Body.HttpStatusCode.
|
|
27
|
+
- Update API GetAutoClipsTaskInfo: add response parameters Body.Message.
|
|
28
|
+
- Update API GetAutoClipsTaskInfo: add response parameters Body.Success.
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
2025-07-28 Version: 1.31.3
|
|
2
32
|
- Generated python 2023-08-01 for AiMiaoBi.
|
|
3
33
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.32.2'
|
|
@@ -18332,11 +18332,15 @@ class Client(OpenApiClient):
|
|
|
18332
18332
|
UtilClient.validate_model(tmp_req)
|
|
18333
18333
|
request = ai_miao_bi_20230801_models.SubmitSmartAuditShrinkRequest()
|
|
18334
18334
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
18335
|
+
if not UtilClient.is_unset(tmp_req.image_url_list):
|
|
18336
|
+
request.image_url_list_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.image_url_list, 'ImageUrlList', 'json')
|
|
18335
18337
|
if not UtilClient.is_unset(tmp_req.sub_codes):
|
|
18336
18338
|
request.sub_codes_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.sub_codes, 'SubCodes', 'json')
|
|
18337
18339
|
if not UtilClient.is_unset(tmp_req.image_urls):
|
|
18338
18340
|
request.image_urls_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.image_urls, 'imageUrls', 'json')
|
|
18339
18341
|
body = {}
|
|
18342
|
+
if not UtilClient.is_unset(request.image_url_list_shrink):
|
|
18343
|
+
body['ImageUrlList'] = request.image_url_list_shrink
|
|
18340
18344
|
if not UtilClient.is_unset(request.sub_codes_shrink):
|
|
18341
18345
|
body['SubCodes'] = request.sub_codes_shrink
|
|
18342
18346
|
if not UtilClient.is_unset(request.text):
|
|
@@ -18379,11 +18383,15 @@ class Client(OpenApiClient):
|
|
|
18379
18383
|
UtilClient.validate_model(tmp_req)
|
|
18380
18384
|
request = ai_miao_bi_20230801_models.SubmitSmartAuditShrinkRequest()
|
|
18381
18385
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
18386
|
+
if not UtilClient.is_unset(tmp_req.image_url_list):
|
|
18387
|
+
request.image_url_list_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.image_url_list, 'ImageUrlList', 'json')
|
|
18382
18388
|
if not UtilClient.is_unset(tmp_req.sub_codes):
|
|
18383
18389
|
request.sub_codes_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.sub_codes, 'SubCodes', 'json')
|
|
18384
18390
|
if not UtilClient.is_unset(tmp_req.image_urls):
|
|
18385
18391
|
request.image_urls_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.image_urls, 'imageUrls', 'json')
|
|
18386
18392
|
body = {}
|
|
18393
|
+
if not UtilClient.is_unset(request.image_url_list_shrink):
|
|
18394
|
+
body['ImageUrlList'] = request.image_url_list_shrink
|
|
18387
18395
|
if not UtilClient.is_unset(request.sub_codes_shrink):
|
|
18388
18396
|
body['SubCodes'] = request.sub_codes_shrink
|
|
18389
18397
|
if not UtilClient.is_unset(request.text):
|
|
@@ -16930,9 +16930,11 @@ class GetSmartAuditResultResponseBodyData(TeaModel):
|
|
|
16930
16930
|
def __init__(
|
|
16931
16931
|
self,
|
|
16932
16932
|
error_item_details: List[GetSmartAuditResultResponseBodyDataErrorItemDetails] = None,
|
|
16933
|
+
error_message: str = None,
|
|
16933
16934
|
status: str = None,
|
|
16934
16935
|
):
|
|
16935
16936
|
self.error_item_details = error_item_details
|
|
16937
|
+
self.error_message = error_message
|
|
16936
16938
|
self.status = status
|
|
16937
16939
|
|
|
16938
16940
|
def validate(self):
|
|
@@ -16951,6 +16953,8 @@ class GetSmartAuditResultResponseBodyData(TeaModel):
|
|
|
16951
16953
|
if self.error_item_details is not None:
|
|
16952
16954
|
for k in self.error_item_details:
|
|
16953
16955
|
result['ErrorItemDetails'].append(k.to_map() if k else None)
|
|
16956
|
+
if self.error_message is not None:
|
|
16957
|
+
result['ErrorMessage'] = self.error_message
|
|
16954
16958
|
if self.status is not None:
|
|
16955
16959
|
result['Status'] = self.status
|
|
16956
16960
|
return result
|
|
@@ -16962,6 +16966,8 @@ class GetSmartAuditResultResponseBodyData(TeaModel):
|
|
|
16962
16966
|
for k in m.get('ErrorItemDetails'):
|
|
16963
16967
|
temp_model = GetSmartAuditResultResponseBodyDataErrorItemDetails()
|
|
16964
16968
|
self.error_item_details.append(temp_model.from_map(k))
|
|
16969
|
+
if m.get('ErrorMessage') is not None:
|
|
16970
|
+
self.error_message = m.get('ErrorMessage')
|
|
16965
16971
|
if m.get('Status') is not None:
|
|
16966
16972
|
self.status = m.get('Status')
|
|
16967
16973
|
return self
|
|
@@ -52600,6 +52606,39 @@ class SubmitImportTermsTaskResponse(TeaModel):
|
|
|
52600
52606
|
return self
|
|
52601
52607
|
|
|
52602
52608
|
|
|
52609
|
+
class SubmitSmartAuditRequestImageUrlList(TeaModel):
|
|
52610
|
+
def __init__(
|
|
52611
|
+
self,
|
|
52612
|
+
id: str = None,
|
|
52613
|
+
url: str = None,
|
|
52614
|
+
):
|
|
52615
|
+
self.id = id
|
|
52616
|
+
self.url = url
|
|
52617
|
+
|
|
52618
|
+
def validate(self):
|
|
52619
|
+
pass
|
|
52620
|
+
|
|
52621
|
+
def to_map(self):
|
|
52622
|
+
_map = super().to_map()
|
|
52623
|
+
if _map is not None:
|
|
52624
|
+
return _map
|
|
52625
|
+
|
|
52626
|
+
result = dict()
|
|
52627
|
+
if self.id is not None:
|
|
52628
|
+
result['Id'] = self.id
|
|
52629
|
+
if self.url is not None:
|
|
52630
|
+
result['Url'] = self.url
|
|
52631
|
+
return result
|
|
52632
|
+
|
|
52633
|
+
def from_map(self, m: dict = None):
|
|
52634
|
+
m = m or dict()
|
|
52635
|
+
if m.get('Id') is not None:
|
|
52636
|
+
self.id = m.get('Id')
|
|
52637
|
+
if m.get('Url') is not None:
|
|
52638
|
+
self.url = m.get('Url')
|
|
52639
|
+
return self
|
|
52640
|
+
|
|
52641
|
+
|
|
52603
52642
|
class SubmitSmartAuditRequestImageUrls(TeaModel):
|
|
52604
52643
|
def __init__(
|
|
52605
52644
|
self,
|
|
@@ -52636,17 +52675,23 @@ class SubmitSmartAuditRequestImageUrls(TeaModel):
|
|
|
52636
52675
|
class SubmitSmartAuditRequest(TeaModel):
|
|
52637
52676
|
def __init__(
|
|
52638
52677
|
self,
|
|
52678
|
+
image_url_list: List[SubmitSmartAuditRequestImageUrlList] = None,
|
|
52639
52679
|
sub_codes: List[str] = None,
|
|
52640
52680
|
text: str = None,
|
|
52641
52681
|
workspace_id: str = None,
|
|
52642
52682
|
image_urls: List[SubmitSmartAuditRequestImageUrls] = None,
|
|
52643
52683
|
):
|
|
52684
|
+
self.image_url_list = image_url_list
|
|
52644
52685
|
self.sub_codes = sub_codes
|
|
52645
52686
|
self.text = text
|
|
52646
52687
|
self.workspace_id = workspace_id
|
|
52647
52688
|
self.image_urls = image_urls
|
|
52648
52689
|
|
|
52649
52690
|
def validate(self):
|
|
52691
|
+
if self.image_url_list:
|
|
52692
|
+
for k in self.image_url_list:
|
|
52693
|
+
if k:
|
|
52694
|
+
k.validate()
|
|
52650
52695
|
if self.image_urls:
|
|
52651
52696
|
for k in self.image_urls:
|
|
52652
52697
|
if k:
|
|
@@ -52658,6 +52703,10 @@ class SubmitSmartAuditRequest(TeaModel):
|
|
|
52658
52703
|
return _map
|
|
52659
52704
|
|
|
52660
52705
|
result = dict()
|
|
52706
|
+
result['ImageUrlList'] = []
|
|
52707
|
+
if self.image_url_list is not None:
|
|
52708
|
+
for k in self.image_url_list:
|
|
52709
|
+
result['ImageUrlList'].append(k.to_map() if k else None)
|
|
52661
52710
|
if self.sub_codes is not None:
|
|
52662
52711
|
result['SubCodes'] = self.sub_codes
|
|
52663
52712
|
if self.text is not None:
|
|
@@ -52672,6 +52721,11 @@ class SubmitSmartAuditRequest(TeaModel):
|
|
|
52672
52721
|
|
|
52673
52722
|
def from_map(self, m: dict = None):
|
|
52674
52723
|
m = m or dict()
|
|
52724
|
+
self.image_url_list = []
|
|
52725
|
+
if m.get('ImageUrlList') is not None:
|
|
52726
|
+
for k in m.get('ImageUrlList'):
|
|
52727
|
+
temp_model = SubmitSmartAuditRequestImageUrlList()
|
|
52728
|
+
self.image_url_list.append(temp_model.from_map(k))
|
|
52675
52729
|
if m.get('SubCodes') is not None:
|
|
52676
52730
|
self.sub_codes = m.get('SubCodes')
|
|
52677
52731
|
if m.get('Text') is not None:
|
|
@@ -52689,11 +52743,13 @@ class SubmitSmartAuditRequest(TeaModel):
|
|
|
52689
52743
|
class SubmitSmartAuditShrinkRequest(TeaModel):
|
|
52690
52744
|
def __init__(
|
|
52691
52745
|
self,
|
|
52746
|
+
image_url_list_shrink: str = None,
|
|
52692
52747
|
sub_codes_shrink: str = None,
|
|
52693
52748
|
text: str = None,
|
|
52694
52749
|
workspace_id: str = None,
|
|
52695
52750
|
image_urls_shrink: str = None,
|
|
52696
52751
|
):
|
|
52752
|
+
self.image_url_list_shrink = image_url_list_shrink
|
|
52697
52753
|
self.sub_codes_shrink = sub_codes_shrink
|
|
52698
52754
|
self.text = text
|
|
52699
52755
|
self.workspace_id = workspace_id
|
|
@@ -52708,6 +52764,8 @@ class SubmitSmartAuditShrinkRequest(TeaModel):
|
|
|
52708
52764
|
return _map
|
|
52709
52765
|
|
|
52710
52766
|
result = dict()
|
|
52767
|
+
if self.image_url_list_shrink is not None:
|
|
52768
|
+
result['ImageUrlList'] = self.image_url_list_shrink
|
|
52711
52769
|
if self.sub_codes_shrink is not None:
|
|
52712
52770
|
result['SubCodes'] = self.sub_codes_shrink
|
|
52713
52771
|
if self.text is not None:
|
|
@@ -52720,6 +52778,8 @@ class SubmitSmartAuditShrinkRequest(TeaModel):
|
|
|
52720
52778
|
|
|
52721
52779
|
def from_map(self, m: dict = None):
|
|
52722
52780
|
m = m or dict()
|
|
52781
|
+
if m.get('ImageUrlList') is not None:
|
|
52782
|
+
self.image_url_list_shrink = m.get('ImageUrlList')
|
|
52723
52783
|
if m.get('SubCodes') is not None:
|
|
52724
52784
|
self.sub_codes_shrink = m.get('SubCodes')
|
|
52725
52785
|
if m.get('Text') is not None:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.32.0'
|
|
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
|