semaphoreui-client 0.1.9__py3-none-any.whl → 0.1.10__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.
@@ -1 +1 @@
1
- __version__ = "0.1.9"
1
+ __version__ = "0.1.10"
@@ -899,7 +899,7 @@ class Template:
899
899
  build_template_id: int
900
900
  autorun: bool
901
901
  vault_key_id: int
902
- last_task: int
902
+ last_task: typing.Optional["Task"]
903
903
  tasks: int
904
904
 
905
905
  client: SemaphoreUIClient
@@ -936,20 +936,37 @@ class Schedule:
936
936
 
937
937
  @dataclass
938
938
  class Task:
939
- id: int
940
- template_id: int
941
- status: str
939
+ arguments: typing.Optional[str]
940
+ build_task: typing.Optional["Task"]
941
+ build_task_id: typing.Optional[int]
942
+ commit_hash: typing.Optional[str]
943
+ commit_message: str
944
+ created: str
942
945
  debug: bool
943
- playbook: str
946
+ diff: bool
947
+ dry_run: bool
948
+ end: bool
944
949
  environment: str
945
- secret: str
950
+ id: int
951
+ integration_id: typing.Optional[int]
952
+ inventory_id: typing.Optional[int]
946
953
  limit: str
947
- git_branch: str
948
954
  message: str
949
-
950
- # Project id isn't included in the api type, but is required
951
- # to perform operations.
955
+ playbook: str
952
956
  project_id: int
957
+ schedule_id: typing.Optional[int]
958
+ secret: str
959
+ start: str
960
+ status: str
961
+ template_id: int
962
+ tpl_alias: str
963
+ tpl_app: str
964
+ tpl_playbook: str
965
+ tpl_type: str
966
+ user_id: typing.Optional[int]
967
+ user_name: typing.Optional[str]
968
+ version: typing.Optional[str]
969
+
953
970
  client: SemaphoreUIClient
954
971
 
955
972
  def stop(self) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semaphoreui-client
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: An api client for interacting with Semaphore UI
5
5
  Project-URL: Documentation, https://github.com/rockstar/semaphoreui-client#readme
6
6
  Project-URL: Issues, https://github.com/rockstar/semaphoreui-client/issues
@@ -0,0 +1,6 @@
1
+ semaphoreui_client/__about__.py,sha256=z0zCHFTcKSR0tJ6h5qrpNmRVP21QIPP8N0p7quCnnm0,23
2
+ semaphoreui_client/__init__.py,sha256=VpeJavEFhs5gyfih7CoRTR4K4IGXGY3UYUkgAWj_f2U,56
3
+ semaphoreui_client/client.py,sha256=uBpj-jfXZlps4wAVJvN6nY0NckND9UWbDSBbIqM8kb8,30351
4
+ semaphoreui_client-0.1.10.dist-info/METADATA,sha256=WVto7jlm8L-1EUil7_npvi5ODflTMbREvbsxayT-wYo,1633
5
+ semaphoreui_client-0.1.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ semaphoreui_client-0.1.10.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- semaphoreui_client/__about__.py,sha256=XIaxbMbyiP-L3kguR1GhxirFblTXiHR1lMfDVITvHUI,22
2
- semaphoreui_client/__init__.py,sha256=VpeJavEFhs5gyfih7CoRTR4K4IGXGY3UYUkgAWj_f2U,56
3
- semaphoreui_client/client.py,sha256=HQ89kvCNVqwzxxi0sIwYaekbVSaRlK1yDu87IbKCixM,29890
4
- semaphoreui_client-0.1.9.dist-info/METADATA,sha256=odl0WZvWO_uUxrU1ZIk6AFoRvGgIwimGDV6z8pagxEQ,1632
5
- semaphoreui_client-0.1.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- semaphoreui_client-0.1.9.dist-info/RECORD,,