rapidata 1.4.2__py3-none-any.whl → 1.4.3__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 rapidata might be problematic. Click here for more details.
- rapidata/rapidata_client/rapidata_client.py +3 -4
- {rapidata-1.4.2.dist-info → rapidata-1.4.3.dist-info}/METADATA +1 -1
- {rapidata-1.4.2.dist-info → rapidata-1.4.3.dist-info}/RECORD +5 -5
- {rapidata-1.4.2.dist-info → rapidata-1.4.3.dist-info}/LICENSE +0 -0
- {rapidata-1.4.2.dist-info → rapidata-1.4.3.dist-info}/WHEEL +0 -0
|
@@ -107,13 +107,12 @@ class RapidataClient:
|
|
|
107
107
|
name=order.order_name,
|
|
108
108
|
openapi_service=self.openapi_service)
|
|
109
109
|
|
|
110
|
-
def find_orders(self, name: str = "", amount: int = 1
|
|
111
|
-
"""Find your orders given criteria. If nothing is provided, it will return the most recent order.
|
|
110
|
+
def find_orders(self, name: str = "", amount: int = 1) -> list[RapidataOrder]:
|
|
111
|
+
"""Find your recent orders given criteria. If nothing is provided, it will return the most recent order.
|
|
112
112
|
|
|
113
113
|
Args:
|
|
114
114
|
name (str, optional): The name of the order - matching order will contain the name. Defaults to "" for any order.
|
|
115
115
|
amount (int, optional): The amount of orders to return. Defaults to 1.
|
|
116
|
-
latest (bool, optional): If True, the most recent orders will be returned. If False, the oldest orders will be returned. Defaults to True.
|
|
117
116
|
|
|
118
117
|
Returns:
|
|
119
118
|
list[RapidataOrder]: A list of RapidataOrder instances.
|
|
@@ -122,7 +121,7 @@ class RapidataClient:
|
|
|
122
121
|
order_page_result = self.openapi_service.order_api.order_query_get(QueryOrdersModel(
|
|
123
122
|
page=PageInfo(index=1, size=amount),
|
|
124
123
|
filter=RootFilter(filters=[Filter(field="OrderName", operator="Contains", value=name)]),
|
|
125
|
-
sortCriteria=[SortCriterion(direction="Desc"
|
|
124
|
+
sortCriteria=[SortCriterion(direction="Desc", propertyName="OrderDate")]
|
|
126
125
|
))
|
|
127
126
|
|
|
128
127
|
except BadRequestException as e:
|
|
@@ -343,7 +343,7 @@ rapidata/rapidata_client/metadata/transcription_metadata.py,sha256=THtDEVCON4Ulc
|
|
|
343
343
|
rapidata/rapidata_client/order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
344
|
rapidata/rapidata_client/order/rapidata_order.py,sha256=u0VhNgnbT0dn3AJiITqjtqn_OWgdwUcXrgU4iblPXZI,4663
|
|
345
345
|
rapidata/rapidata_client/order/rapidata_order_builder.py,sha256=QvICzduLAuAkf8qFKxHV3zAag838WnV9lEzWdD4dxI0,15926
|
|
346
|
-
rapidata/rapidata_client/rapidata_client.py,sha256=
|
|
346
|
+
rapidata/rapidata_client/rapidata_client.py,sha256=UKFDbck3TOcSIRM31gHpl7vpSCHd3jPrjiTODfBPH44,6956
|
|
347
347
|
rapidata/rapidata_client/referee/__init__.py,sha256=Ow9MQsONhF4sX2wFK9jbvSBrpcJgtq3OglIQMkBUdIY,167
|
|
348
348
|
rapidata/rapidata_client/referee/base_referee.py,sha256=bMy7cw0a-pGNbFu6u_1_Jplu0A483Ubj4oDQzh8vu8k,493
|
|
349
349
|
rapidata/rapidata_client/referee/classify_early_stopping_referee.py,sha256=B5wsqKM3_Oc1TU_MFGiIyiXjwK1LcmaVjhzLdaL8Cgw,1797
|
|
@@ -372,7 +372,7 @@ rapidata/service/local_file_service.py,sha256=pgorvlWcx52Uh3cEG6VrdMK_t__7dacQ_5
|
|
|
372
372
|
rapidata/service/openapi_service.py,sha256=pGcOCttKZW0PVCSM7Kfehe5loh7CxmmDDbu4UJbamnI,2770
|
|
373
373
|
rapidata/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
374
374
|
rapidata/utils/image_utils.py,sha256=TldO3eJWG8IhfJjm5MfNGO0mEDm1mQTsRoA0HLU1Uxs,404
|
|
375
|
-
rapidata-1.4.
|
|
376
|
-
rapidata-1.4.
|
|
377
|
-
rapidata-1.4.
|
|
378
|
-
rapidata-1.4.
|
|
375
|
+
rapidata-1.4.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
376
|
+
rapidata-1.4.3.dist-info/METADATA,sha256=AgMjhm057wT3bZqvDtZZstb1jHm8o3OKxMhiiVL18og,1012
|
|
377
|
+
rapidata-1.4.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
378
|
+
rapidata-1.4.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|