alibabacloud-aliding20230426 2.46.0__py3-none-any.whl → 2.46.2__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_aliding20230426/__init__.py +1 -1
- alibabacloud_aliding20230426/client.py +76 -4
- alibabacloud_aliding20230426/models.py +786 -18
- {alibabacloud_aliding20230426-2.46.0.dist-info → alibabacloud_aliding20230426-2.46.2.dist-info}/METADATA +1 -1
- alibabacloud_aliding20230426-2.46.2.dist-info/RECORD +8 -0
- alibabacloud_aliding20230426-2.46.0.dist-info/RECORD +0 -8
- {alibabacloud_aliding20230426-2.46.0.dist-info → alibabacloud_aliding20230426-2.46.2.dist-info}/LICENSE +0 -0
- {alibabacloud_aliding20230426-2.46.0.dist-info → alibabacloud_aliding20230426-2.46.2.dist-info}/WHEEL +0 -0
- {alibabacloud_aliding20230426-2.46.0.dist-info → alibabacloud_aliding20230426-2.46.2.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '2.46.
|
|
1
|
+
__version__ = '2.46.2'
|
|
@@ -5573,6 +5573,8 @@ class Client(OpenApiClient):
|
|
|
5573
5573
|
body = {}
|
|
5574
5574
|
if not UtilClient.is_unset(request.assistant_id):
|
|
5575
5575
|
body['assistantId'] = request.assistant_id
|
|
5576
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
5577
|
+
body['extLoginUser'] = request.ext_login_user
|
|
5576
5578
|
if not UtilClient.is_unset(request.messages):
|
|
5577
5579
|
body['messages'] = request.messages
|
|
5578
5580
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
@@ -5626,6 +5628,8 @@ class Client(OpenApiClient):
|
|
|
5626
5628
|
body = {}
|
|
5627
5629
|
if not UtilClient.is_unset(request.assistant_id):
|
|
5628
5630
|
body['assistantId'] = request.assistant_id
|
|
5631
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
5632
|
+
body['extLoginUser'] = request.ext_login_user
|
|
5629
5633
|
if not UtilClient.is_unset(request.messages):
|
|
5630
5634
|
body['messages'] = request.messages
|
|
5631
5635
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
@@ -6503,6 +6507,8 @@ class Client(OpenApiClient):
|
|
|
6503
6507
|
body['allowStructViewContent'] = request.allow_struct_view_content
|
|
6504
6508
|
if not UtilClient.is_unset(request.assistant_id):
|
|
6505
6509
|
body['assistantId'] = request.assistant_id
|
|
6510
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
6511
|
+
body['extLoginUser'] = request.ext_login_user
|
|
6506
6512
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
6507
6513
|
body['originalAssistantId'] = request.original_assistant_id
|
|
6508
6514
|
if not UtilClient.is_unset(request.source_id_of_original_assistant_id):
|
|
@@ -6558,6 +6564,8 @@ class Client(OpenApiClient):
|
|
|
6558
6564
|
body['allowStructViewContent'] = request.allow_struct_view_content
|
|
6559
6565
|
if not UtilClient.is_unset(request.assistant_id):
|
|
6560
6566
|
body['assistantId'] = request.assistant_id
|
|
6567
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
6568
|
+
body['extLoginUser'] = request.ext_login_user
|
|
6561
6569
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
6562
6570
|
body['originalAssistantId'] = request.original_assistant_id
|
|
6563
6571
|
if not UtilClient.is_unset(request.source_id_of_original_assistant_id):
|
|
@@ -7579,6 +7587,10 @@ class Client(OpenApiClient):
|
|
|
7579
7587
|
body = {}
|
|
7580
7588
|
if not UtilClient.is_unset(request.assistant_id):
|
|
7581
7589
|
body['assistantId'] = request.assistant_id
|
|
7590
|
+
if not UtilClient.is_unset(request.client_enum):
|
|
7591
|
+
body['clientEnum'] = request.client_enum
|
|
7592
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
7593
|
+
body['extLoginUser'] = request.ext_login_user
|
|
7582
7594
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
7583
7595
|
body['originalAssistantId'] = request.original_assistant_id
|
|
7584
7596
|
if not UtilClient.is_unset(request.source_id_of_original_assistant_id):
|
|
@@ -7628,6 +7640,10 @@ class Client(OpenApiClient):
|
|
|
7628
7640
|
body = {}
|
|
7629
7641
|
if not UtilClient.is_unset(request.assistant_id):
|
|
7630
7642
|
body['assistantId'] = request.assistant_id
|
|
7643
|
+
if not UtilClient.is_unset(request.client_enum):
|
|
7644
|
+
body['clientEnum'] = request.client_enum
|
|
7645
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
7646
|
+
body['extLoginUser'] = request.ext_login_user
|
|
7631
7647
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
7632
7648
|
body['originalAssistantId'] = request.original_assistant_id
|
|
7633
7649
|
if not UtilClient.is_unset(request.source_id_of_original_assistant_id):
|
|
@@ -12975,6 +12991,8 @@ class Client(OpenApiClient):
|
|
|
12975
12991
|
body = {}
|
|
12976
12992
|
if not UtilClient.is_unset(request.assistant_id):
|
|
12977
12993
|
body['assistantId'] = request.assistant_id
|
|
12994
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
12995
|
+
body['extLoginUser'] = request.ext_login_user
|
|
12978
12996
|
if not UtilClient.is_unset(request.messages):
|
|
12979
12997
|
body['messages'] = request.messages
|
|
12980
12998
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
@@ -13032,6 +13050,8 @@ class Client(OpenApiClient):
|
|
|
13032
13050
|
body = {}
|
|
13033
13051
|
if not UtilClient.is_unset(request.assistant_id):
|
|
13034
13052
|
body['assistantId'] = request.assistant_id
|
|
13053
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
13054
|
+
body['extLoginUser'] = request.ext_login_user
|
|
13035
13055
|
if not UtilClient.is_unset(request.messages):
|
|
13036
13056
|
body['messages'] = request.messages
|
|
13037
13057
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
@@ -22651,6 +22671,10 @@ class Client(OpenApiClient):
|
|
|
22651
22671
|
body = {}
|
|
22652
22672
|
if not UtilClient.is_unset(request.assistant_id):
|
|
22653
22673
|
body['assistantId'] = request.assistant_id
|
|
22674
|
+
if not UtilClient.is_unset(request.client_enum):
|
|
22675
|
+
body['clientEnum'] = request.client_enum
|
|
22676
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
22677
|
+
body['extLoginUser'] = request.ext_login_user
|
|
22654
22678
|
if not UtilClient.is_unset(request.messages):
|
|
22655
22679
|
body['messages'] = request.messages
|
|
22656
22680
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
@@ -22706,6 +22730,10 @@ class Client(OpenApiClient):
|
|
|
22706
22730
|
body = {}
|
|
22707
22731
|
if not UtilClient.is_unset(request.assistant_id):
|
|
22708
22732
|
body['assistantId'] = request.assistant_id
|
|
22733
|
+
if not UtilClient.is_unset(request.client_enum):
|
|
22734
|
+
body['clientEnum'] = request.client_enum
|
|
22735
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
22736
|
+
body['extLoginUser'] = request.ext_login_user
|
|
22709
22737
|
if not UtilClient.is_unset(request.messages):
|
|
22710
22738
|
body['messages'] = request.messages
|
|
22711
22739
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
@@ -23941,6 +23969,8 @@ class Client(OpenApiClient):
|
|
|
23941
23969
|
body = {}
|
|
23942
23970
|
if not UtilClient.is_unset(request.assistant_id):
|
|
23943
23971
|
body['assistantId'] = request.assistant_id
|
|
23972
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
23973
|
+
body['extLoginUser'] = request.ext_login_user
|
|
23944
23974
|
if not UtilClient.is_unset(request.limit):
|
|
23945
23975
|
body['limit'] = request.limit
|
|
23946
23976
|
if not UtilClient.is_unset(request.order):
|
|
@@ -23998,6 +24028,8 @@ class Client(OpenApiClient):
|
|
|
23998
24028
|
body = {}
|
|
23999
24029
|
if not UtilClient.is_unset(request.assistant_id):
|
|
24000
24030
|
body['assistantId'] = request.assistant_id
|
|
24031
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
24032
|
+
body['extLoginUser'] = request.ext_login_user
|
|
24001
24033
|
if not UtilClient.is_unset(request.limit):
|
|
24002
24034
|
body['limit'] = request.limit
|
|
24003
24035
|
if not UtilClient.is_unset(request.order):
|
|
@@ -25676,6 +25708,25 @@ class Client(OpenApiClient):
|
|
|
25676
25708
|
request.reminders_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.reminders, 'Reminders', 'json')
|
|
25677
25709
|
if not UtilClient.is_unset(tmp_req.start):
|
|
25678
25710
|
request.start_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.start, 'Start', 'json')
|
|
25711
|
+
if not UtilClient.is_unset(tmp_req.categories):
|
|
25712
|
+
request.categories_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.categories, 'categories', 'json')
|
|
25713
|
+
if not UtilClient.is_unset(tmp_req.online_meeting_info):
|
|
25714
|
+
request.online_meeting_info_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.online_meeting_info, 'onlineMeetingInfo', 'json')
|
|
25715
|
+
if not UtilClient.is_unset(tmp_req.rich_text_description):
|
|
25716
|
+
request.rich_text_description_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.rich_text_description, 'richTextDescription', 'json')
|
|
25717
|
+
if not UtilClient.is_unset(tmp_req.ui_configs):
|
|
25718
|
+
request.ui_configs_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.ui_configs, 'uiConfigs', 'json')
|
|
25719
|
+
query = {}
|
|
25720
|
+
if not UtilClient.is_unset(request.categories_shrink):
|
|
25721
|
+
query['categories'] = request.categories_shrink
|
|
25722
|
+
if not UtilClient.is_unset(request.free_busy_status):
|
|
25723
|
+
query['freeBusyStatus'] = request.free_busy_status
|
|
25724
|
+
if not UtilClient.is_unset(request.online_meeting_info_shrink):
|
|
25725
|
+
query['onlineMeetingInfo'] = request.online_meeting_info_shrink
|
|
25726
|
+
if not UtilClient.is_unset(request.rich_text_description_shrink):
|
|
25727
|
+
query['richTextDescription'] = request.rich_text_description_shrink
|
|
25728
|
+
if not UtilClient.is_unset(request.ui_configs_shrink):
|
|
25729
|
+
query['uiConfigs'] = request.ui_configs_shrink
|
|
25679
25730
|
body = {}
|
|
25680
25731
|
if not UtilClient.is_unset(request.attendees_shrink):
|
|
25681
25732
|
body['Attendees'] = request.attendees_shrink
|
|
@@ -25710,6 +25761,7 @@ class Client(OpenApiClient):
|
|
|
25710
25761
|
real_headers['AccountContext'] = UtilClient.to_jsonstring(headers.account_context_shrink)
|
|
25711
25762
|
req = open_api_models.OpenApiRequest(
|
|
25712
25763
|
headers=real_headers,
|
|
25764
|
+
query=OpenApiUtilClient.query(query),
|
|
25713
25765
|
body=OpenApiUtilClient.parse_to_map(body)
|
|
25714
25766
|
)
|
|
25715
25767
|
params = open_api_models.Params(
|
|
@@ -25765,6 +25817,25 @@ class Client(OpenApiClient):
|
|
|
25765
25817
|
request.reminders_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.reminders, 'Reminders', 'json')
|
|
25766
25818
|
if not UtilClient.is_unset(tmp_req.start):
|
|
25767
25819
|
request.start_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.start, 'Start', 'json')
|
|
25820
|
+
if not UtilClient.is_unset(tmp_req.categories):
|
|
25821
|
+
request.categories_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.categories, 'categories', 'json')
|
|
25822
|
+
if not UtilClient.is_unset(tmp_req.online_meeting_info):
|
|
25823
|
+
request.online_meeting_info_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.online_meeting_info, 'onlineMeetingInfo', 'json')
|
|
25824
|
+
if not UtilClient.is_unset(tmp_req.rich_text_description):
|
|
25825
|
+
request.rich_text_description_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.rich_text_description, 'richTextDescription', 'json')
|
|
25826
|
+
if not UtilClient.is_unset(tmp_req.ui_configs):
|
|
25827
|
+
request.ui_configs_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.ui_configs, 'uiConfigs', 'json')
|
|
25828
|
+
query = {}
|
|
25829
|
+
if not UtilClient.is_unset(request.categories_shrink):
|
|
25830
|
+
query['categories'] = request.categories_shrink
|
|
25831
|
+
if not UtilClient.is_unset(request.free_busy_status):
|
|
25832
|
+
query['freeBusyStatus'] = request.free_busy_status
|
|
25833
|
+
if not UtilClient.is_unset(request.online_meeting_info_shrink):
|
|
25834
|
+
query['onlineMeetingInfo'] = request.online_meeting_info_shrink
|
|
25835
|
+
if not UtilClient.is_unset(request.rich_text_description_shrink):
|
|
25836
|
+
query['richTextDescription'] = request.rich_text_description_shrink
|
|
25837
|
+
if not UtilClient.is_unset(request.ui_configs_shrink):
|
|
25838
|
+
query['uiConfigs'] = request.ui_configs_shrink
|
|
25768
25839
|
body = {}
|
|
25769
25840
|
if not UtilClient.is_unset(request.attendees_shrink):
|
|
25770
25841
|
body['Attendees'] = request.attendees_shrink
|
|
@@ -25799,6 +25870,7 @@ class Client(OpenApiClient):
|
|
|
25799
25870
|
real_headers['AccountContext'] = UtilClient.to_jsonstring(headers.account_context_shrink)
|
|
25800
25871
|
req = open_api_models.OpenApiRequest(
|
|
25801
25872
|
headers=real_headers,
|
|
25873
|
+
query=OpenApiUtilClient.query(query),
|
|
25802
25874
|
body=OpenApiUtilClient.parse_to_map(body)
|
|
25803
25875
|
)
|
|
25804
25876
|
params = open_api_models.Params(
|
|
@@ -26711,8 +26783,6 @@ class Client(OpenApiClient):
|
|
|
26711
26783
|
body['SpaceId'] = request.space_id
|
|
26712
26784
|
if not UtilClient.is_unset(request.tenant_context_shrink):
|
|
26713
26785
|
body['TenantContext'] = request.tenant_context_shrink
|
|
26714
|
-
if not UtilClient.is_unset(request.union_id):
|
|
26715
|
-
body['UnionId'] = request.union_id
|
|
26716
26786
|
if not UtilClient.is_unset(request.with_thumbnail):
|
|
26717
26787
|
body['WithThumbnail'] = request.with_thumbnail
|
|
26718
26788
|
real_headers = {}
|
|
@@ -26774,8 +26844,6 @@ class Client(OpenApiClient):
|
|
|
26774
26844
|
body['SpaceId'] = request.space_id
|
|
26775
26845
|
if not UtilClient.is_unset(request.tenant_context_shrink):
|
|
26776
26846
|
body['TenantContext'] = request.tenant_context_shrink
|
|
26777
|
-
if not UtilClient.is_unset(request.union_id):
|
|
26778
|
-
body['UnionId'] = request.union_id
|
|
26779
26847
|
if not UtilClient.is_unset(request.with_thumbnail):
|
|
26780
26848
|
body['WithThumbnail'] = request.with_thumbnail
|
|
26781
26849
|
real_headers = {}
|
|
@@ -30331,6 +30399,8 @@ class Client(OpenApiClient):
|
|
|
30331
30399
|
body = {}
|
|
30332
30400
|
if not UtilClient.is_unset(request.assistant_id):
|
|
30333
30401
|
body['assistantId'] = request.assistant_id
|
|
30402
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
30403
|
+
body['extLoginUser'] = request.ext_login_user
|
|
30334
30404
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
30335
30405
|
body['originalAssistantId'] = request.original_assistant_id
|
|
30336
30406
|
if not UtilClient.is_unset(request.run_id):
|
|
@@ -30382,6 +30452,8 @@ class Client(OpenApiClient):
|
|
|
30382
30452
|
body = {}
|
|
30383
30453
|
if not UtilClient.is_unset(request.assistant_id):
|
|
30384
30454
|
body['assistantId'] = request.assistant_id
|
|
30455
|
+
if not UtilClient.is_unset(request.ext_login_user):
|
|
30456
|
+
body['extLoginUser'] = request.ext_login_user
|
|
30385
30457
|
if not UtilClient.is_unset(request.original_assistant_id):
|
|
30386
30458
|
body['originalAssistantId'] = request.original_assistant_id
|
|
30387
30459
|
if not UtilClient.is_unset(request.run_id):
|