feat(inventory): add function catalog and act data
DH V2 CI / WEB · typecheck, build (push) Successful in 45s
Production dependency audit / API · production dependencies (push) Successful in 27s
DH V2 CI / API · typecheck, tests, build (push) Successful in 1m15s
Production dependency audit / WEB · production dependencies (push) Successful in 15s
DH V2 CI / Docker / migrations / production images (push) Successful in 2m21s
DH V2 CI / Promote verified main to deploy (push) Successful in 9s
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Failing after 6m25s
DH V2 CI / WEB · typecheck, build (push) Successful in 45s
Production dependency audit / API · production dependencies (push) Successful in 27s
DH V2 CI / API · typecheck, tests, build (push) Successful in 1m15s
Production dependency audit / WEB · production dependencies (push) Successful in 15s
DH V2 CI / Docker / migrations / production images (push) Successful in 2m21s
DH V2 CI / Promote verified main to deploy (push) Successful in 9s
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Failing after 6m25s
This commit is contained in:
@@ -50,7 +50,7 @@ export function getInventoryFunctionHistory(assetId: string) {
|
||||
|
||||
export function changeInventoryFunction(
|
||||
assetId: string,
|
||||
input: { functionId: string; effectiveAt?: string; reason?: string | null },
|
||||
input: { functionId: string | null; effectiveAt?: string; reason?: string | null },
|
||||
) {
|
||||
return apiRequest<InventoryFunctionHistory>(`/assets/${assetId}/function`, {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user