hh-applicant-tool 0.6.10__py3-none-any.whl → 0.6.11__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 hh-applicant-tool might be problematic. Click here for more details.

@@ -61,7 +61,6 @@ class Namespace(BaseNamespace):
61
61
  sort_point_lng: float | None
62
62
  no_magic: bool
63
63
  premium: bool
64
- responses_count_enabled: bool
65
64
 
66
65
 
67
66
  def _bool(v: bool) -> str:
@@ -202,12 +201,6 @@ class Operation(BaseOperation, GetResumeIdMixin):
202
201
  action=argparse.BooleanOptionalAction,
203
202
  help="Только премиум вакансии",
204
203
  )
205
- parser.add_argument(
206
- "--responses-count-enabled",
207
- default=False,
208
- action=argparse.BooleanOptionalAction,
209
- help="Включить счётчик откликов",
210
- )
211
204
  parser.add_argument(
212
205
  "--search-field", nargs="+", help="Поля поиска (name, company_name и т.п.)"
213
206
  )
@@ -550,8 +543,8 @@ class Operation(BaseOperation, GetResumeIdMixin):
550
543
  params["no_magic"] = _bool(self.no_magic)
551
544
  if self.premium is not None:
552
545
  params["premium"] = _bool(self.premium)
553
- if self.responses_count_enabled is not None:
554
- params["responses_count_enabled"] = _bool(self.responses_count_enabled)
546
+ # if self.responses_count_enabled is not None:
547
+ # params["responses_count_enabled"] = _bool(self.responses_count_enabled)
555
548
 
556
549
  return params
557
550
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hh-applicant-tool
3
- Version: 0.6.10
3
+ Version: 0.6.11
4
4
  Summary:
5
5
  Author: Senior YAML Developer
6
6
  Author-email: yamldeveloper@proton.me
@@ -11,7 +11,7 @@ hh_applicant_tool/jsonc.py,sha256=QNS4gRHfi7SAeOFnffAIuhH7auC4Y4HAkmH12eX5PkI,40
11
11
  hh_applicant_tool/main.py,sha256=A4YPkNXAdZY0GoGm0iigiQtzXTrpR3SaIGo54q9-Dd0,5652
12
12
  hh_applicant_tool/mixins.py,sha256=8VoyrNgdlljy6pLTSFGJOYd9kagWT3yFOZYIGR6MEbI,425
13
13
  hh_applicant_tool/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- hh_applicant_tool/operations/apply_similar.py,sha256=iVnmYgYC2MjzTHc-zzJpyLklNy9SyNQ29ySMJ97XrO0,24414
14
+ hh_applicant_tool/operations/apply_similar.py,sha256=ktAJOunzyKvJf3NLD851YdFQsvLRaPY5d67eoNJWkOM,24157
15
15
  hh_applicant_tool/operations/authorize.py,sha256=NYrxe6oemUBcDHioT1t1lJmi9l45V4ZXzQPD_-nf6hk,3328
16
16
  hh_applicant_tool/operations/call_api.py,sha256=o3GZgtqk6w4zpCm-JTHVjFrKVOwW-vsu1HdRi-hqAjo,1423
17
17
  hh_applicant_tool/operations/clear_negotiations.py,sha256=FG_43P5GWmfKUggkKZqDznQ2_iBJ3zrZtv8yEI2XOXQ,4527
@@ -26,7 +26,7 @@ hh_applicant_tool/operations/whoami.py,sha256=pNWJMmEQLBk3U6eiGz4CHcX7eXzDXcfezF
26
26
  hh_applicant_tool/telemetry_client.py,sha256=1EKZWc5kMx2yERW9SrR9vaf-OB6M_KKcMXeicH5YyY0,3834
27
27
  hh_applicant_tool/types.py,sha256=sQbt_vGXtWPRJ3UzcUkE87BTHOaGTsFxqdZa_qFghZE,864
28
28
  hh_applicant_tool/utils.py,sha256=3T4A2AykGqTwtGAttmYplIjHwFl3pNAcbWIVuA-OheQ,3080
29
- hh_applicant_tool-0.6.10.dist-info/METADATA,sha256=Vmcl9F_QP4ZrT31Xe6m-dMP_cvZQj5_KN_me_u3M5wE,21402
30
- hh_applicant_tool-0.6.10.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
31
- hh_applicant_tool-0.6.10.dist-info/entry_points.txt,sha256=Vb7M2YaYLMtKYJZh8chIrXZApMzSRFT1-rQw-U9r10g,65
32
- hh_applicant_tool-0.6.10.dist-info/RECORD,,
29
+ hh_applicant_tool-0.6.11.dist-info/METADATA,sha256=955Gs4pu6JfHJSAabkFxD30hb65nPhd3oKrM68VbJIc,21402
30
+ hh_applicant_tool-0.6.11.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
31
+ hh_applicant_tool-0.6.11.dist-info/entry_points.txt,sha256=Vb7M2YaYLMtKYJZh8chIrXZApMzSRFT1-rQw-U9r10g,65
32
+ hh_applicant_tool-0.6.11.dist-info/RECORD,,