Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 0 additions & 257 deletions robosystems_client/api/extensions_robo_ledger/op_create_element.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ def sync_detailed(
) -> Response[Any | HTTPValidationError | OperationEnvelope | OperationError]:
"""Create Mapping Association

Link a chart-of-accounts element to a US GAAP reporting concept. For bulk associations
(presentation/calculation linkbases, 50+ arcs at once) use `create-associations` instead.
Link a chart-of-accounts element to a US GAAP reporting concept.

**Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours
return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
Expand Down Expand Up @@ -155,8 +154,7 @@ def sync(
) -> Any | HTTPValidationError | OperationEnvelope | OperationError | None:
"""Create Mapping Association

Link a chart-of-accounts element to a US GAAP reporting concept. For bulk associations
(presentation/calculation linkbases, 50+ arcs at once) use `create-associations` instead.
Link a chart-of-accounts element to a US GAAP reporting concept.

**Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours
return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
Expand Down Expand Up @@ -195,8 +193,7 @@ async def asyncio_detailed(
) -> Response[Any | HTTPValidationError | OperationEnvelope | OperationError]:
"""Create Mapping Association

Link a chart-of-accounts element to a US GAAP reporting concept. For bulk associations
(presentation/calculation linkbases, 50+ arcs at once) use `create-associations` instead.
Link a chart-of-accounts element to a US GAAP reporting concept.

**Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours
return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
Expand Down Expand Up @@ -238,8 +235,7 @@ async def asyncio(
) -> Any | HTTPValidationError | OperationEnvelope | OperationError | None:
"""Create Mapping Association

Link a chart-of-accounts element to a US GAAP reporting concept. For bulk associations
(presentation/calculation linkbases, 50+ arcs at once) use `create-associations` instead.
Link a chart-of-accounts element to a US GAAP reporting concept.

**Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours
return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
Expand Down
Loading
Loading