python-terminusgps 1.13.2__py3-none-any.whl → 1.13.4__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 python-terminusgps might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-terminusgps
3
- Version: 1.13.2
3
+ Version: 1.13.4
4
4
  Summary: Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more.
5
5
  Project-URL: Documentation, https://app.terminusgps.com/docs/apps/python-terminusgps/index.html
6
6
  Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
@@ -21,13 +21,13 @@ terminusgps/wialon/utils.py,sha256=9xJq5eAWm-vu0nJVJ7eUcwhJhMCrGjS1p__4CIBXYm4,3
21
21
  terminusgps/wialon/items/__init__.py,sha256=3BVthghekMvhMQSzQgBMlD_phxmKSmp3Zvmo-z0O8Bs,211
22
22
  terminusgps/wialon/items/base.py,sha256=sWM8Kg3eJ008M51q42OREHmeifOrFbV1JS9ELqE7coA,6878
23
23
  terminusgps/wialon/items/notification.py,sha256=wC-KXxW4LhjSLJVzBGPfu5hz1vcIGKnYFMxQQ1JzX0g,1058
24
- terminusgps/wialon/items/resource.py,sha256=7quzb_xvjyEZDTtLMweYOf37NsT9klYcCj4e6apGa5Q,8282
24
+ terminusgps/wialon/items/resource.py,sha256=DP4mi5MpQ-8JUm20_NelfiCY4eq_kA4npjKwBL1bNtE,8419
25
25
  terminusgps/wialon/items/retranslator.py,sha256=zsQXqOhH1zFe5_e8DROPu60z3v6xPWOEPyMCi2IqJAo,3861
26
26
  terminusgps/wialon/items/route.py,sha256=qOHPN_rejwiGqvwWzlwmUIAIyc3lKavCalf8ki66rx0,760
27
27
  terminusgps/wialon/items/unit.py,sha256=3fp9HXxW8e7PvMXwRBurNUrDstEmGyLBVRu3Q9kNcAM,7275
28
28
  terminusgps/wialon/items/unit_group.py,sha256=1yc7ldPIgGbtiTj0djRDWmt6Q9K_VT9sxOaioasbbLY,5212
29
29
  terminusgps/wialon/items/user.py,sha256=p_NA4iXLappr44RKwt9EHv_v0jc1XOQU_mJWe61s_qI,6077
30
- python_terminusgps-1.13.2.dist-info/METADATA,sha256=Y04mbbOBpDx9ixa8UxwM069LY1nCUEPkdEa_acZa6Gk,912
31
- python_terminusgps-1.13.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
- python_terminusgps-1.13.2.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
33
- python_terminusgps-1.13.2.dist-info/RECORD,,
30
+ python_terminusgps-1.13.4.dist-info/METADATA,sha256=g9DrRdGmbqz2uCvYZSjiQs_zicWc_UH8GmCT6dVbJ8Y,912
31
+ python_terminusgps-1.13.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
+ python_terminusgps-1.13.4.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
33
+ python_terminusgps-1.13.4.dist-info/RECORD,,
@@ -20,6 +20,12 @@ class WialonResource(WialonBase):
20
20
  )
21
21
  return response.get("item", {}).get("id")
22
22
 
23
+ def delete(self) -> None:
24
+ if self.is_account:
25
+ self.delete_account()
26
+ return
27
+ super().delete()
28
+
23
29
  @property
24
30
  def is_account(self) -> bool:
25
31
  """