/** * inventory-client tests (SMI-5392). * * Mocks the token-credentials module and global fetch. * * UC-1: no credentials -> InventoryAuthError, no fetch. * UC-2: expired credentials -> refresh path runs, new creds stored, new token used. * UC-3: expired credentials + failed refresh -> InventoryAuthError. * UC-4: 200 body returned verbatim (incl. the consent-off no-op). * UC-5: 401 / 409 / 400 / 500 -> the matching typed error. * UC-6: network throw -> InventoryUploadError. */ export {}; //# sourceMappingURL=inventory-client.test.d.ts.map