botrun-hatch 5.6.53__py3-none-any.whl → 5.6.54__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.

Potentially problematic release.


This version of botrun-hatch might be problematic. Click here for more details.

@@ -0,0 +1,20 @@
1
+ from typing import Optional
2
+ from pydantic import BaseModel
3
+ from datetime import datetime
4
+
5
+
6
+ class HatchWebhook(BaseModel):
7
+ """
8
+ Hatch Webhook 資訊模型,用於追蹤 Google Drive webhook 註冊。
9
+
10
+ Args:
11
+ hatch_id (str): 關聯的 Hatch ID
12
+ channel_id (str): Google Drive 通知頻道 ID
13
+ resource_id (str): Google Drive 資源 ID
14
+ created_at (datetime, optional): 建立時間
15
+ """
16
+
17
+ hatch_id: str
18
+ channel_id: str
19
+ resource_id: str
20
+ created_at: Optional[datetime] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: botrun-hatch
3
- Version: 5.6.53
3
+ Version: 5.6.54
4
4
  Summary:
5
5
  Author: sebastian-hsu
6
6
  Author-email: sebastian.hsu@gmail.com
@@ -2,8 +2,9 @@ botrun_hatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  botrun_hatch/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  botrun_hatch/models/hatch.py,sha256=n-a2_-hm2jMF2nezOUk-UwyiWyHCr9oPM63HvpSUJP0,1769
4
4
  botrun_hatch/models/hatch_sharing.py,sha256=76Dwrtlzh7sCjAXcWEy7dIfOwbNUGXYE7IGVve5jWhU,224
5
+ botrun_hatch/models/hatch_webhook.py,sha256=3Si_-EOPoK4H233dQiKGxk1RXiaN89W1ltgGR89eoVg,530
5
6
  botrun_hatch/models/upload_file.py,sha256=bl5gN7wE_mArZQHjZTH9v9O20us45MTcjCUI1iUv1yk,863
6
7
  botrun_hatch/models/user_setting.py,sha256=lgwcPPzjHXdd1xys3boQsFWp4VLyASVlPCAFKv5NLvA,227
7
- botrun_hatch-5.6.53.dist-info/METADATA,sha256=IXD9xdQFTRiTJtywMgJUk5C3tobgzvtABq3uU9Cjd-0,458
8
- botrun_hatch-5.6.53.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
9
- botrun_hatch-5.6.53.dist-info/RECORD,,
8
+ botrun_hatch-5.6.54.dist-info/METADATA,sha256=QbBeXL7g7d2WFpSmYPqDvIvlOIN9P-KcBvXxeaJtY1Y,458
9
+ botrun_hatch-5.6.54.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
+ botrun_hatch-5.6.54.dist-info/RECORD,,