@lpdjs/firestore-repo-service 2.2.2 → 2.2.3
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/dist/{index-BnXFmcVp.d.ts → index-Bw1fvzu5.d.ts} +5 -2
- package/dist/{index-KbSSRIWJ.d.cts → index-bqqrGjxe.d.cts} +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js.map +1 -1
- package/dist/servers/admin/index.cjs.map +1 -1
- package/dist/servers/admin/index.d.cts +2 -2
- package/dist/servers/admin/index.d.ts +2 -2
- package/dist/servers/admin/index.js.map +1 -1
- package/dist/servers/crud/index.d.cts +2 -2
- package/dist/servers/crud/index.d.ts +2 -2
- package/dist/servers/index.cjs.map +1 -1
- package/dist/servers/index.d.cts +3 -3
- package/dist/servers/index.d.ts +3 -3
- package/dist/servers/index.js.map +1 -1
- package/dist/{types-B5NdBY1Z.d.cts → types-DKgWRTDf.d.cts} +5 -2
- package/dist/{types-B5NdBY1Z.d.ts → types-DKgWRTDf.d.ts} +5 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpsOptions } from 'firebase-functions/v2/https';
|
|
2
|
-
import { C as ConfiguredRepository, m as CrudServerOptions, O as OpenAPIDocument } from '../../types-
|
|
3
|
-
export { A as ApiResponse, B as BasicAuthConfig, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, n as FieldRole, L as ListResponseData, M as Middleware, u as OpenAPISpecOptions, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath, t as generateOpenAPISpec } from '../../types-
|
|
2
|
+
import { C as ConfiguredRepository, m as CrudServerOptions, O as OpenAPIDocument } from '../../types-DKgWRTDf.cjs';
|
|
3
|
+
export { A as ApiResponse, B as BasicAuthConfig, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, n as FieldRole, L as ListResponseData, M as Middleware, u as OpenAPISpecOptions, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath, t as generateOpenAPISpec } from '../../types-DKgWRTDf.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'firebase-admin/firestore';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpsOptions } from 'firebase-functions/v2/https';
|
|
2
|
-
import { C as ConfiguredRepository, m as CrudServerOptions, O as OpenAPIDocument } from '../../types-
|
|
3
|
-
export { A as ApiResponse, B as BasicAuthConfig, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, n as FieldRole, L as ListResponseData, M as Middleware, u as OpenAPISpecOptions, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath, t as generateOpenAPISpec } from '../../types-
|
|
2
|
+
import { C as ConfiguredRepository, m as CrudServerOptions, O as OpenAPIDocument } from '../../types-DKgWRTDf.js';
|
|
3
|
+
export { A as ApiResponse, B as BasicAuthConfig, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, n as FieldRole, L as ListResponseData, M as Middleware, u as OpenAPISpecOptions, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath, t as generateOpenAPISpec } from '../../types-DKgWRTDf.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'firebase-admin/firestore';
|
|
6
6
|
|