modal 0.72.40__py3-none-any.whl → 0.72.41__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.
- modal/client.pyi +2 -2
- {modal-0.72.40.dist-info → modal-0.72.41.dist-info}/METADATA +1 -1
- {modal-0.72.40.dist-info → modal-0.72.41.dist-info}/RECORD +11 -11
- modal_proto/api.proto +1 -0
- modal_proto/api_pb2.py +808 -808
- modal_proto/api_pb2.pyi +4 -1
- modal_version/_version_generated.py +1 -1
- {modal-0.72.40.dist-info → modal-0.72.41.dist-info}/LICENSE +0 -0
- {modal-0.72.40.dist-info → modal-0.72.41.dist-info}/WHEEL +0 -0
- {modal-0.72.40.dist-info → modal-0.72.41.dist-info}/entry_points.txt +0 -0
- {modal-0.72.40.dist-info → modal-0.72.41.dist-info}/top_level.txt +0 -0
modal_proto/api_pb2.pyi
CHANGED
@@ -948,6 +948,7 @@ class AppGetLogsRequest(google.protobuf.message.Message):
|
|
948
948
|
FUNCTION_ID_FIELD_NUMBER: builtins.int
|
949
949
|
INPUT_ID_FIELD_NUMBER: builtins.int
|
950
950
|
TASK_ID_FIELD_NUMBER: builtins.int
|
951
|
+
FUNCTION_CALL_ID_FIELD_NUMBER: builtins.int
|
951
952
|
FILE_DESCRIPTOR_FIELD_NUMBER: builtins.int
|
952
953
|
app_id: builtins.str
|
953
954
|
timeout: builtins.float
|
@@ -955,6 +956,7 @@ class AppGetLogsRequest(google.protobuf.message.Message):
|
|
955
956
|
function_id: builtins.str
|
956
957
|
input_id: builtins.str
|
957
958
|
task_id: builtins.str
|
959
|
+
function_call_id: builtins.str
|
958
960
|
file_descriptor: global___FileDescriptor.ValueType
|
959
961
|
def __init__(
|
960
962
|
self,
|
@@ -965,9 +967,10 @@ class AppGetLogsRequest(google.protobuf.message.Message):
|
|
965
967
|
function_id: builtins.str = ...,
|
966
968
|
input_id: builtins.str = ...,
|
967
969
|
task_id: builtins.str = ...,
|
970
|
+
function_call_id: builtins.str = ...,
|
968
971
|
file_descriptor: global___FileDescriptor.ValueType = ...,
|
969
972
|
) -> None: ...
|
970
|
-
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "file_descriptor", b"file_descriptor", "function_id", b"function_id", "input_id", b"input_id", "last_entry_id", b"last_entry_id", "task_id", b"task_id", "timeout", b"timeout"]) -> None: ...
|
973
|
+
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "file_descriptor", b"file_descriptor", "function_call_id", b"function_call_id", "function_id", b"function_id", "input_id", b"input_id", "last_entry_id", b"last_entry_id", "task_id", b"task_id", "timeout", b"timeout"]) -> None: ...
|
971
974
|
|
972
975
|
global___AppGetLogsRequest = AppGetLogsRequest
|
973
976
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|