antchain-bot 1.12.34__tar.gz → 1.12.35__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: antchain_bot
3
- Version: 1.12.34
3
+ Version: 1.12.35
4
4
  Summary: Ant Chain BOT SDK Library for Python
5
5
  Home-page: https://github.com/alipay/antchain-openapi-prod-sdk
6
6
  Author: Ant Chain SDK
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: antchain-bot
3
- Version: 1.12.34
3
+ Version: 1.12.35
4
4
  Summary: Ant Chain BOT SDK Library for Python
5
5
  Home-page: https://github.com/alipay/antchain-openapi-prod-sdk
6
6
  Author: Ant Chain SDK
@@ -0,0 +1 @@
1
+ __version__ = '1.12.35'
@@ -135,7 +135,7 @@ class Client:
135
135
  'req_msg_id': AntchainUtils.get_nonce(),
136
136
  'access_key': self._access_key_id,
137
137
  'base_sdk_version': 'TeaSDK-2.0',
138
- 'sdk_version': '1.12.34',
138
+ 'sdk_version': '1.12.35',
139
139
  '_prod_code': 'BOT',
140
140
  '_prod_channel': 'undefined'
141
141
  }
@@ -239,7 +239,7 @@ class Client:
239
239
  'req_msg_id': AntchainUtils.get_nonce(),
240
240
  'access_key': self._access_key_id,
241
241
  'base_sdk_version': 'TeaSDK-2.0',
242
- 'sdk_version': '1.12.34',
242
+ 'sdk_version': '1.12.35',
243
243
  '_prod_code': 'BOT',
244
244
  '_prod_channel': 'undefined'
245
245
  }
@@ -44178,7 +44178,7 @@ class SendTaskalarmResponse(TeaModel):
44178
44178
  self.result_code = result_code
44179
44179
  # 异常信息的文本描述
44180
44180
  self.result_msg = result_msg
44181
- # 告警是否成功
44181
+ # 异常结果返回值
44182
44182
  self.alarmcode = alarmcode
44183
44183
 
44184
44184
  def validate(self):
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for antchain_bot.
26
26
 
27
- Created on 08/09/2025
27
+ Created on 10/09/2025
28
28
 
29
29
  @author: Ant Chain SDK
30
30
  """
@@ -1 +0,0 @@
1
- __version__ = '1.12.34'
File without changes
File without changes
File without changes