RockyRoad 0.0.595__py3-none-any.whl → 0.0.597__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.
@@ -208,6 +208,11 @@ class _TCO(Consumer):
208
208
  def list(self, tco_cost_model_uid: Query = None):
209
209
  """This call will return list of TCO Tasks."""
210
210
 
211
+ @returns.json
212
+ @http_get("calculators/tco/cost-models/{tco_cost_model_uid}/tasks")
213
+ def list_by_cost_model(self, tco_cost_model_uid: str):
214
+ """This call will return list of TCO Tasks."""
215
+
211
216
  @returns.json
212
217
  @http_get("calculators/tco/tasks/{uid}")
213
218
  def get(self, uid: str):
@@ -224,8 +229,8 @@ class _TCO(Consumer):
224
229
  """This call will create the TCO Task."""
225
230
 
226
231
  @json
227
- @post("calculators/tco/tasks/batch")
228
- def insert_batch(self, tco_tasks: Body):
232
+ @post("calculators/tco/cost-models/{tco_cost_model_uid}/tasks/batch")
233
+ def insert_batch(self, tco_cost_model_uid: str, tco_tasks: Body):
229
234
  """This call will create multiple TCO Tasks."""
230
235
 
231
236
  @json
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RockyRoad
3
- Version: 0.0.595
3
+ Version: 0.0.597
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
@@ -44,7 +44,7 @@ rockyroad/modules/sharepoint.py,sha256=H_Oy2Q6ST1g-uX4spvlcYAf95zfuA-XO8UOKmtBvN
44
44
  rockyroad/modules/simple_forms.py,sha256=mHrGDjHu_t8RIxF0Av-WaIb6U_1gNXY3oNpENsQw2mU,3555
45
45
  rockyroad/modules/subscriptions.py,sha256=eT2AdETZqqtx55CxF0sW92-D5z9Eww1m8TSnybt2L7g,4472
46
46
  rockyroad/modules/summaries.py,sha256=-UYNUaSBZB4jVatIItAVEF0ac4rlO-4Fk5hvL60lofs,2709
47
- rockyroad/modules/tco_calculator.py,sha256=5XjeN0GvdYrTufS2UELN3aHO4PpftfiAQgV14RQE-Hc,9257
47
+ rockyroad/modules/tco_calculator.py,sha256=8OiyxtwJHXCTj-isxmhTvVqfTlQT8-koKkDgNvRh-lw,9536
48
48
  rockyroad/modules/technical_content_feedback.py,sha256=tZUZJ3CSi3Fv3MVnoGN15gzzi8EhOLYbVhcpwNsc_xg,18134
49
49
  rockyroad/modules/telematics.py,sha256=qaU_ndUFGM6CpzpXjGhWsgZOScjpkW4Ui3KZJUliKjU,2040
50
50
  rockyroad/modules/template.py,sha256=6RdWzHX3YZqdMQCU3IaCUgn1VWjS312Ok8pB8yDK790,2837
@@ -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.595.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
63
- rockyroad-0.0.595.dist-info/METADATA,sha256=04MTlQAGZmtygc69A4tSYjuXGbDvO77_NOZr8oI3ydI,34189
64
- rockyroad-0.0.595.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
- rockyroad-0.0.595.dist-info/top_level.txt,sha256=2i16gCpB6x-hh1eUXH0KijIjfx08oEvLfV7eS9TL3Bs,10
66
- rockyroad-0.0.595.dist-info/RECORD,,
62
+ rockyroad-0.0.597.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
63
+ rockyroad-0.0.597.dist-info/METADATA,sha256=vAMqb-xRCwB7WfMEbfSSMq5KgMmyIeEep8kxjA6CaHI,34189
64
+ rockyroad-0.0.597.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
+ rockyroad-0.0.597.dist-info/top_level.txt,sha256=2i16gCpB6x-hh1eUXH0KijIjfx08oEvLfV7eS9TL3Bs,10
66
+ rockyroad-0.0.597.dist-info/RECORD,,