obi-sdk 0.19.57-beta.2 → 0.19.57-beta.4
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.
|
@@ -4,7 +4,7 @@ import { ObiSDK } from "../sdk";
|
|
|
4
4
|
/**
|
|
5
5
|
* Subset of ObiApi methods used in SDK tests.
|
|
6
6
|
* Using a loose type since mocks return simplified data structures
|
|
7
|
-
* and are cast to
|
|
7
|
+
* and are cast to IObiApi when passed to MockObiClient/MockObiSession.
|
|
8
8
|
*/
|
|
9
9
|
type MockApi = Record<string, any>;
|
|
10
10
|
type MockApiConfig = {
|