@lpdjs/firestore-repo-service 2.2.3 → 2.2.5

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.
Files changed (40) hide show
  1. package/README.md +40 -19
  2. package/dist/create-servers-D4-NGpKm.d.ts +105 -0
  3. package/dist/create-servers-DmggzSb3.d.cts +105 -0
  4. package/dist/{index-Bw1fvzu5.d.ts → index-Cvip2Sgt.d.ts} +2 -2
  5. package/dist/{index-bqqrGjxe.d.cts → index-DpD4DEqH.d.cts} +2 -2
  6. package/dist/index.cjs +137 -47
  7. package/dist/index.cjs.map +1 -1
  8. package/dist/index.d.cts +9 -4
  9. package/dist/index.d.ts +9 -4
  10. package/dist/index.js +137 -47
  11. package/dist/index.js.map +1 -1
  12. package/dist/openapi-B3P2F8op.d.ts +69 -0
  13. package/dist/openapi-UJJ1aCFk.d.cts +69 -0
  14. package/dist/queue-D_-aMf4H.d.ts +52 -0
  15. package/dist/queue-Dk1Ezhkf.d.cts +52 -0
  16. package/dist/servers/admin/index.d.cts +2 -2
  17. package/dist/servers/admin/index.d.ts +2 -2
  18. package/dist/servers/crud/index.cjs.map +1 -1
  19. package/dist/servers/crud/index.d.cts +4 -2
  20. package/dist/servers/crud/index.d.ts +4 -2
  21. package/dist/servers/crud/index.js.map +1 -1
  22. package/dist/servers/index.cjs +157 -67
  23. package/dist/servers/index.cjs.map +1 -1
  24. package/dist/servers/index.d.cts +9 -4
  25. package/dist/servers/index.d.ts +9 -4
  26. package/dist/servers/index.js +157 -67
  27. package/dist/servers/index.js.map +1 -1
  28. package/dist/sync/bigquery.d.cts +1 -1
  29. package/dist/sync/bigquery.d.ts +1 -1
  30. package/dist/sync/index.cjs +33 -33
  31. package/dist/sync/index.cjs.map +1 -1
  32. package/dist/sync/index.d.cts +5 -107
  33. package/dist/sync/index.d.ts +5 -107
  34. package/dist/sync/index.js +33 -33
  35. package/dist/sync/index.js.map +1 -1
  36. package/dist/{types-BbCdscqh.d.cts → types-CX5AbZWV.d.cts} +1 -1
  37. package/dist/{types-BbCdscqh.d.ts → types-CX5AbZWV.d.ts} +1 -1
  38. package/dist/{types-DKgWRTDf.d.cts → types-Z9Qy8Xmx.d.cts} +7 -68
  39. package/dist/{types-DKgWRTDf.d.ts → types-Z9Qy8Xmx.d.ts} +7 -68
  40. package/package.json +1 -1
@@ -1,6 +1,8 @@
1
1
  import { HttpsOptions } from 'firebase-functions/v2/https';
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';
2
+ import { C as ConfiguredRepository, m as CrudServerOptions } from '../../types-Z9Qy8Xmx.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, O as OpenAPISpecOptions, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath } from '../../types-Z9Qy8Xmx.cjs';
4
+ import { O as OpenAPIDocument } from '../../openapi-UJJ1aCFk.cjs';
5
+ export { g as generateOpenAPISpec } from '../../openapi-UJJ1aCFk.cjs';
4
6
  import 'zod';
5
7
  import 'firebase-admin/firestore';
6
8
 
@@ -1,6 +1,8 @@
1
1
  import { HttpsOptions } from 'firebase-functions/v2/https';
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';
2
+ import { C as ConfiguredRepository, m as CrudServerOptions } from '../../types-Z9Qy8Xmx.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, O as OpenAPISpecOptions, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath } from '../../types-Z9Qy8Xmx.js';
4
+ import { O as OpenAPIDocument } from '../../openapi-B3P2F8op.js';
5
+ export { g as generateOpenAPISpec } from '../../openapi-B3P2F8op.js';
4
6
  import 'zod';
5
7
  import 'firebase-admin/firestore';
6
8