@open-kingdom/shared-frontend-data-access-api-client 0.0.2-2

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.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # data-access-api-client
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build data-access-api-client` to build the library.
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test data-access-api-client` to execute the unit tests via [Jest](https://jestjs.io).
@@ -0,0 +1,8 @@
1
+ export * from './lib';
2
+ export { baseApi, ApiKey, apiReducer, apiMiddleware } from './lib/baseApi';
3
+ export * from './lib/adapters';
4
+ export type { AuthAdapter } from './lib/adapters/adapters.types';
5
+ export * from './lib/auth.slice';
6
+ export * from './lib/auth.listener';
7
+ export * from './lib/persistence';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AAEtB,OAAO,iCAAiC,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC3E,cAAc,gBAAgB,CAAC;AAC/B,YAAY,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC"}