convexity-sdk 0.15.0.dev261__tar.gz → 0.15.0.dev264__tar.gz
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.
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/PKG-INFO +1 -1
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/inventory.py +29 -5
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/.gitignore +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/README.md +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/__init__.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/client.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/config.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/exceptions.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/http.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/models/__init__.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/__init__.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/api_keys.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/attributes.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/categories.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/classification.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/connections.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/cost_lists.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/crm.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/dashboards.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/datalake.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/datasets.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/environments.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/erp_config.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/issues.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/organizations.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/pricing.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/projects.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/purchasing.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/rbac.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/replenishment.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/runs.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/sales.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/sales_channels.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/tasks.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/templates.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/usage.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/warehouses.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/worker_tasks.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/workspace.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/pyproject.toml +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/.env.example +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/README.md +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/cancel_refresh_task.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/compare_api_key_scopes.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_csv_datasets.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_dashboards.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_databricks_connections.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_datasets.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_forecast_task.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_org_and_project.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_single_project_api_key.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/crm/001_check_crm_enabled.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/crm/002_enable_crm.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/crm/003_manage_customers.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/crm/004_disable_crm.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/getting_started.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/001_check_inventory_enabled.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/002_enable_inventory.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/003_manage_inventory_items.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/004_manage_inventory_stock.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/005_disable_inventory.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/006_manage_categories.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/007_manage_inventory_config.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/inventory/008_manage_cost_lists.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/list_orgs_and_projects.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/manage_environments.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/manage_issues.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/project_usage.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/purchasing/001_check_purchasing_enabled.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/purchasing/002_enable_purchasing.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/purchasing/003_manage_vendors.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/purchasing/004_manage_purchase_orders.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/purchasing/005_disable_purchasing.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/query_datalake.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/quickbook/001_check_quickbook_connection.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/quickbook/002_create_quickbook_datasets.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/rbac/001_manage_roles.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/rbac/002_manage_assignments.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/rbac/003_verify_rbac_access.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/001_check_sales_enabled.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/002_enable_sales.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/003_manage_sales_invoices.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/004_manage_sales_invoice_lifecycle.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/005_manage_sales_orders.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/006_disable_sales.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/share_dashboard.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/shopify/001_check_shopify_connection.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/shopify/002_create_shopify_datasets.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/001_setup.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/002_seed_inventory_from_uci.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/003_seed_sales_from_uci.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/004_seed_purchasing_from_uci.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/005_run_pipelines.py +0 -0
- {convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/workspace_files.py +0 -0
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/inventory.py
RENAMED
|
@@ -208,11 +208,35 @@ class Inventory:
|
|
|
208
208
|
*,
|
|
209
209
|
project_id: str,
|
|
210
210
|
transactions: Sequence[PostStockTransactionRequest],
|
|
211
|
+
chunk_size: int = 250,
|
|
211
212
|
) -> BulkPostStockTransactionsResponse:
|
|
212
|
-
"""Post multiple stock transactions in a single batch request.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
213
|
+
"""Post multiple stock transactions in a single batch request.
|
|
214
|
+
|
|
215
|
+
Automatically chunks into batches of `chunk_size` (default 250) to
|
|
216
|
+
stay within the API's per-request limit.
|
|
217
|
+
"""
|
|
218
|
+
all_transactions = list(transactions)
|
|
219
|
+
if len(all_transactions) <= chunk_size:
|
|
220
|
+
body = BulkPostStockTransactionsRequest(transactions=all_transactions)
|
|
221
|
+
result = _bulk_post_stock_transactions.sync(client=self._client, body=body, project_id=project_id)
|
|
222
|
+
return _expect_response(result, BulkPostStockTransactionsResponse, "bulk posting stock transactions")
|
|
223
|
+
|
|
224
|
+
# Chunk and aggregate results
|
|
225
|
+
total_created = 0
|
|
226
|
+
all_errors: list[str] = []
|
|
227
|
+
for i in range(0, len(all_transactions), chunk_size):
|
|
228
|
+
chunk = all_transactions[i : i + chunk_size]
|
|
229
|
+
body = BulkPostStockTransactionsRequest(transactions=chunk)
|
|
230
|
+
result = _bulk_post_stock_transactions.sync(client=self._client, body=body, project_id=project_id)
|
|
231
|
+
resp = _expect_response(result, BulkPostStockTransactionsResponse, "bulk posting stock transactions")
|
|
232
|
+
total_created += resp.created
|
|
233
|
+
if resp.errors:
|
|
234
|
+
all_errors.extend(resp.errors)
|
|
235
|
+
|
|
236
|
+
return BulkPostStockTransactionsResponse(
|
|
237
|
+
created=total_created,
|
|
238
|
+
errors=all_errors if all_errors else UNSET,
|
|
239
|
+
)
|
|
216
240
|
|
|
217
241
|
def adjust_stock(
|
|
218
242
|
self,
|
|
@@ -299,7 +323,7 @@ class Inventory:
|
|
|
299
323
|
"""List every per-location stock balance for one item."""
|
|
300
324
|
result = _get_stock_balance_all_locations.sync(item_id, client=self._client, project_id=project_id)
|
|
301
325
|
if isinstance(result, list):
|
|
302
|
-
return
|
|
326
|
+
return cast(list[StockBalanceResponse], result)
|
|
303
327
|
return []
|
|
304
328
|
|
|
305
329
|
def list_stock_balances(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/models/__init__.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/__init__.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/api_keys.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/attributes.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/categories.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/connections.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/cost_lists.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/dashboards.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/datalake.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/datasets.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/environments.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/erp_config.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/issues.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/organizations.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/pricing.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/projects.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/purchasing.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/replenishment.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/sales.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/tasks.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/templates.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/usage.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/warehouses.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/worker_tasks.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/convexity_sdk/resources/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/compare_api_key_scopes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_databricks_connections.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_org_and_project.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/create_single_project_api_key.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/crm/001_check_crm_enabled.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/crm/003_manage_customers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/list_orgs_and_projects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/purchasing/003_manage_vendors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/rbac/001_manage_roles.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/rbac/002_manage_assignments.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/rbac/003_verify_rbac_access.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/001_check_sales_enabled.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/002_enable_sales.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/005_manage_sales_orders.py
RENAMED
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/sales/006_disable_sales.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/003_seed_sales_from_uci.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.15.0.dev261 → convexity_sdk-0.15.0.dev264}/samples/uci/005_run_pipelines.py
RENAMED
|
File without changes
|
|
File without changes
|