qwak-core 0.4.191__py3-none-any.whl → 0.4.192__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.
- _qwak_proto/qwak/automation/v1/automation_pb2.py +6 -6
- _qwak_proto/qwak/automation/v1/automation_pb2.pyi +4 -1
- qwak/__init__.py +1 -1
- {qwak_core-0.4.191.dist-info → qwak_core-0.4.192.dist-info}/METADATA +1 -1
- {qwak_core-0.4.191.dist-info → qwak_core-0.4.192.dist-info}/RECORD +6 -6
- {qwak_core-0.4.191.dist-info → qwak_core-0.4.192.dist-info}/WHEEL +0 -0
@@ -18,7 +18,7 @@ from _qwak_proto.qwak.automation.v1 import trigger_pb2 as qwak_dot_automation_do
|
|
18
18
|
from _qwak_proto.qwak.automation.v1 import notification_pb2 as qwak_dot_automation_dot_v1_dot_notification__pb2
|
19
19
|
|
20
20
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/automation/v1/automation.proto\x12\x12qwak.automation.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fqwak/automation/v1/action.proto\x1a qwak/automation/v1/trigger.proto\x1a%qwak/automation/v1/notification.proto\"\
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/automation/v1/automation.proto\x12\x12qwak.automation.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fqwak/automation/v1/action.proto\x1a qwak/automation/v1/trigger.proto\x1a%qwak/automation/v1/notification.proto\"\xe4\x01\n\nAutomation\x12\x15\n\rautomation_id\x18\x01 \x01(\t\x12;\n\x0f\x61utomation_spec\x18\x02 \x01(\x0b\x32\".qwak.automation.v1.AutomationSpec\x12\x1b\n\x13qwak_environment_id\x18\x03 \x01(\t\x12\x39\n\x0c\x63reate_audit\x18\x04 \x01(\x0b\x32#.qwak.automation.v1.AutomationAudit\x12\x12\n\nis_deleted\x18\x05 \x01(\x08\x12\x16\n\x0ejfrog_token_id\x18\x06 \x01(\t\"\xe3\x02\n\x0e\x41utomationSpec\x12\x10\n\x08model_id\x18\x02 \x01(\t\x12\x17\n\x0f\x61utomation_name\x18\x03 \x01(\t\x12,\n\x07trigger\x18\x04 \x01(\x0b\x32\x1b.qwak.automation.v1.Trigger\x12*\n\x06\x61\x63tion\x18\x05 \x01(\x0b\x32\x1a.qwak.automation.v1.Action\x12\x1e\n\x16\x61utomation_description\x18\x06 \x01(\t\x12\x12\n\nis_enabled\x18\x07 \x01(\x08\x12\x32\n\x08on_error\x18\x08 \x01(\x0b\x32 .qwak.automation.v1.Notification\x12\x34\n\non_success\x18\t \x01(\x0b\x32 .qwak.automation.v1.Notification\x12\x1b\n\x13\x65xecute_immediately\x18\n \x01(\x08\x12\x11\n\tis_sdk_v1\x18\x0b \x01(\x08\"L\n\x0f\x41utomationAudit\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07user_id\x18\x02 \x01(\tB!\n\x1d\x63om.qwak.ai.automation.api.v1P\x01\x62\x06proto3')
|
22
22
|
|
23
23
|
|
24
24
|
|
@@ -51,9 +51,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
51
51
|
DESCRIPTOR._options = None
|
52
52
|
DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.automation.api.v1P\001'
|
53
53
|
_AUTOMATION._serialized_start=199
|
54
|
-
_AUTOMATION._serialized_end=
|
55
|
-
_AUTOMATIONSPEC._serialized_start=
|
56
|
-
_AUTOMATIONSPEC._serialized_end=
|
57
|
-
_AUTOMATIONAUDIT._serialized_start=
|
58
|
-
_AUTOMATIONAUDIT._serialized_end=
|
54
|
+
_AUTOMATION._serialized_end=427
|
55
|
+
_AUTOMATIONSPEC._serialized_start=430
|
56
|
+
_AUTOMATIONSPEC._serialized_end=785
|
57
|
+
_AUTOMATIONAUDIT._serialized_start=787
|
58
|
+
_AUTOMATIONAUDIT._serialized_end=863
|
59
59
|
# @@protoc_insertion_point(module_scope)
|
@@ -26,6 +26,7 @@ class Automation(google.protobuf.message.Message):
|
|
26
26
|
QWAK_ENVIRONMENT_ID_FIELD_NUMBER: builtins.int
|
27
27
|
CREATE_AUDIT_FIELD_NUMBER: builtins.int
|
28
28
|
IS_DELETED_FIELD_NUMBER: builtins.int
|
29
|
+
JFROG_TOKEN_ID_FIELD_NUMBER: builtins.int
|
29
30
|
automation_id: builtins.str
|
30
31
|
"""The automation ID"""
|
31
32
|
@property
|
@@ -35,6 +36,7 @@ class Automation(google.protobuf.message.Message):
|
|
35
36
|
@property
|
36
37
|
def create_audit(self) -> global___AutomationAudit: ...
|
37
38
|
is_deleted: builtins.bool
|
39
|
+
jfrog_token_id: builtins.str
|
38
40
|
def __init__(
|
39
41
|
self,
|
40
42
|
*,
|
@@ -43,9 +45,10 @@ class Automation(google.protobuf.message.Message):
|
|
43
45
|
qwak_environment_id: builtins.str = ...,
|
44
46
|
create_audit: global___AutomationAudit | None = ...,
|
45
47
|
is_deleted: builtins.bool = ...,
|
48
|
+
jfrog_token_id: builtins.str = ...,
|
46
49
|
) -> None: ...
|
47
50
|
def HasField(self, field_name: typing_extensions.Literal["automation_spec", b"automation_spec", "create_audit", b"create_audit"]) -> builtins.bool: ...
|
48
|
-
def ClearField(self, field_name: typing_extensions.Literal["automation_id", b"automation_id", "automation_spec", b"automation_spec", "create_audit", b"create_audit", "is_deleted", b"is_deleted", "qwak_environment_id", b"qwak_environment_id"]) -> None: ...
|
51
|
+
def ClearField(self, field_name: typing_extensions.Literal["automation_id", b"automation_id", "automation_spec", b"automation_spec", "create_audit", b"create_audit", "is_deleted", b"is_deleted", "jfrog_token_id", b"jfrog_token_id", "qwak_environment_id", b"qwak_environment_id"]) -> None: ...
|
49
52
|
|
50
53
|
global___Automation = Automation
|
51
54
|
|
qwak/__init__.py
CHANGED
@@ -93,8 +93,8 @@ _qwak_proto/qwak/automation/v1/automation_execution_pb2_grpc.py,sha256=1oboBPFxa
|
|
93
93
|
_qwak_proto/qwak/automation/v1/automation_management_service_pb2.py,sha256=QXNcRPTdClhQkJl_y-wFwiNMpFkzD5u3ynvspBF3F8I,21176
|
94
94
|
_qwak_proto/qwak/automation/v1/automation_management_service_pb2.pyi,sha256=QwFsRAcz3I-LMjgUqrqkIpJSZUD3T_imky3q251WlJ4,15049
|
95
95
|
_qwak_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py,sha256=6DPBjWGekwAZTVEIsG3IhERJCEBP9-Gq7_Pz5-v8k5I,25475
|
96
|
-
_qwak_proto/qwak/automation/v1/automation_pb2.py,sha256=
|
97
|
-
_qwak_proto/qwak/automation/v1/automation_pb2.pyi,sha256=
|
96
|
+
_qwak_proto/qwak/automation/v1/automation_pb2.py,sha256=dQsmTRqqjA_qrY4E3gBeeiLrBunvJB1XOyQoe5L0c6Q,3917
|
97
|
+
_qwak_proto/qwak/automation/v1/automation_pb2.pyi,sha256=1SVEfzxFoiSpc9_oIYNsgGrYcH5l6Bm1OnvRdwLWi2A,5451
|
98
98
|
_qwak_proto/qwak/automation/v1/automation_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
99
99
|
_qwak_proto/qwak/automation/v1/common_pb2.py,sha256=LYH31osG--6ZTU6PVaJbfviUwvhus6n0grWxe2HHses,2556
|
100
100
|
_qwak_proto/qwak/automation/v1/common_pb2.pyi,sha256=v1FL9ghFd_oy1WuQYnczXOEdl2Firmh52ofRO8GwVx4,2785
|
@@ -519,7 +519,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
519
519
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
|
520
520
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
521
521
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
522
|
-
qwak/__init__.py,sha256=
|
522
|
+
qwak/__init__.py,sha256=iXLFIpumpYB3vpWBcjllxFFGw3aZaYgLZ3X7RSMyxiU,587
|
523
523
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
524
524
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
525
525
|
qwak/automations/automations.py,sha256=4Ni5G3v-Bn5TK5nNdMWCL88XjJkYfF6rwsTTDT-x8-o,12456
|
@@ -995,6 +995,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
995
995
|
qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
|
996
996
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
997
997
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
998
|
-
qwak_core-0.4.
|
999
|
-
qwak_core-0.4.
|
1000
|
-
qwak_core-0.4.
|
998
|
+
qwak_core-0.4.192.dist-info/METADATA,sha256=NM-O02V0TcUWRfxNZjo_1a6JgPHW8AYRcFhrW7NXsvc,2157
|
999
|
+
qwak_core-0.4.192.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1000
|
+
qwak_core-0.4.192.dist-info/RECORD,,
|
File without changes
|