RockyRoad 0.0.583__py3-none-any.whl → 0.0.585__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.
@@ -88,6 +88,19 @@ class Machines(Consumer):
88
88
  ):
89
89
  """This call will return machine information for the machine or account specified or all machines if nothing is specified."""
90
90
 
91
+ @returns.json
92
+ @http_get("machines/v3")
93
+ def list_v3(
94
+ self,
95
+ exact_match: Query = None,
96
+ brand: Query = None,
97
+ model: Query = None,
98
+ machine_catalog_uid: Query = None,
99
+ serial: Query = None,
100
+ oracle_asset_id: Query = None,
101
+ ):
102
+ """This call will return machine information for the machine or account specified or all machines if nothing is specified."""
103
+
91
104
  @returns.json
92
105
  @http_get("machines/{uid}")
93
106
  def get(
@@ -96,6 +109,14 @@ class Machines(Consumer):
96
109
  ):
97
110
  """This call will return machine information for the specified machine."""
98
111
 
112
+ @returns.json
113
+ @http_get("machines/v3/{uid}")
114
+ def get_v3(
115
+ self,
116
+ uid: str,
117
+ ):
118
+ """This call will return machine information for the specified machine."""
119
+
99
120
  @returns.json
100
121
  @json
101
122
  @post("machines")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RockyRoad
3
- Version: 0.0.583
3
+ Version: 0.0.585
4
4
  Summary: Python wrapper for the RockyRoad API
5
5
  Home-page: https://github.com/pypa/sampleproject
6
6
  Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
@@ -29,7 +29,7 @@ rockyroad/modules/legacy.py,sha256=WSy9qrBPZPqPfmLhh7MHdALwm9PucIFSSuALhe-FWBQ,1
29
29
  rockyroad/modules/machine_catalog.py,sha256=p-nEJ9YCnQO8zIssU3bEXPSu2BJJ6iaDJMARdzzTKeU,3826
30
30
  rockyroad/modules/machine_logs.py,sha256=uVcB2d5NgMIFSauYgJ9_QyUE8K2iISYZ6MhI_F9-jFw,1394
31
31
  rockyroad/modules/machine_passcodes.py,sha256=e4a_tMs-gxzb_NXSnq6CxrVx4t6G8Gbw4y8kHiN-jdk,2092
32
- rockyroad/modules/machines.py,sha256=BGBbIA50xnVYJ8vPjtwRdy_tn7ra88l6r73a7oGn9pA,5865
32
+ rockyroad/modules/machines.py,sha256=WUiU2uJzYVTbItOyMuP80jzsZlsYf9PJ6g-bGcvWLsA,6482
33
33
  rockyroad/modules/module_imports.py,sha256=vWkjAbKKZJyP_M31KlvWmSENDKlIaD9OO1i5MOE0prg,610
34
34
  rockyroad/modules/oracle_installed_base_assets.py,sha256=Kxci11rEcBDs0fuU4s3TNRK_GF_ZJ0Nk0ws85fkbErs,2844
35
35
  rockyroad/modules/oracle_knowledge_management.py,sha256=P3nzpdlDtJQAbN7yW2BIDx6h5BHYp4yOm8fADrbKrNs,1873
@@ -59,8 +59,8 @@ rockyroad/modules/warranty_pip.py,sha256=_viDrbdMOX07OirXCH-22bfeeid60IoIl-lqZr_
59
59
  rockyroad/modules/warranty_rates.py,sha256=8oeDfg3boooBa3KPOWoR1JIm9yaX9Kslo4ZZnuuCDZA,1704
60
60
  rockyroad/modules/warranty_registrations.py,sha256=ycTKiYoV9T_OTyKlwKSiLrDH7cOigSBzjIFI47GPhFA,1969
61
61
  rockyroad/modules/warranty_rga.py,sha256=9rDQFE1YLw4dcpbt2yD3qIMxbvhUfoBNdpWl6KBRTPU,4714
62
- rockyroad-0.0.583.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
63
- rockyroad-0.0.583.dist-info/METADATA,sha256=Cgh4NDA_jvqo1WNhnynUf5J8oPUZrv3d5mAd9Mn-s5o,34189
64
- rockyroad-0.0.583.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
- rockyroad-0.0.583.dist-info/top_level.txt,sha256=2i16gCpB6x-hh1eUXH0KijIjfx08oEvLfV7eS9TL3Bs,10
66
- rockyroad-0.0.583.dist-info/RECORD,,
62
+ rockyroad-0.0.585.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
63
+ rockyroad-0.0.585.dist-info/METADATA,sha256=Z528aeQ0BMlXGcfx9B_4pE6oX2_x-w8Lnkbt1FLTSTs,34189
64
+ rockyroad-0.0.585.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
+ rockyroad-0.0.585.dist-info/top_level.txt,sha256=2i16gCpB6x-hh1eUXH0KijIjfx08oEvLfV7eS9TL3Bs,10
66
+ rockyroad-0.0.585.dist-info/RECORD,,