@lpdjs/firestore-repo-service 2.2.4 → 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 (36) 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-BiWZwHS_.d.ts → index-Cvip2Sgt.d.ts} +1 -1
  5. package/dist/{index-B3-vAYx0.d.cts → index-DpD4DEqH.d.cts} +1 -1
  6. package/dist/index.cjs +137 -47
  7. package/dist/index.cjs.map +1 -1
  8. package/dist/index.d.cts +7 -2
  9. package/dist/index.d.ts +7 -2
  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 +1 -1
  17. package/dist/servers/admin/index.d.ts +1 -1
  18. package/dist/servers/crud/index.d.cts +5 -69
  19. package/dist/servers/crud/index.d.ts +5 -69
  20. package/dist/servers/index.cjs +157 -67
  21. package/dist/servers/index.cjs.map +1 -1
  22. package/dist/servers/index.d.cts +9 -4
  23. package/dist/servers/index.d.ts +9 -4
  24. package/dist/servers/index.js +157 -67
  25. package/dist/servers/index.js.map +1 -1
  26. package/dist/sync/bigquery.d.cts +1 -1
  27. package/dist/sync/bigquery.d.ts +1 -1
  28. package/dist/sync/index.cjs +33 -33
  29. package/dist/sync/index.cjs.map +1 -1
  30. package/dist/sync/index.d.cts +5 -107
  31. package/dist/sync/index.d.ts +5 -107
  32. package/dist/sync/index.js +33 -33
  33. package/dist/sync/index.js.map +1 -1
  34. package/dist/{types-BbCdscqh.d.cts → types-CX5AbZWV.d.cts} +1 -1
  35. package/dist/{types-BbCdscqh.d.ts → types-CX5AbZWV.d.ts} +1 -1
  36. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -2,9 +2,14 @@ import { Query, QuerySnapshot, Firestore } from 'firebase-admin/firestore';
2
2
  import { z } from 'zod';
3
3
  import { Q as QueryOptions, P as PaginationOptions, R as RepositoryConfig, a as RelationConfig, C as ConfiguredRepository } from './types-Z9Qy8Xmx.cjs';
4
4
  export { A as ApiResponse, l as CrudRepoConfig, m as CrudServerOptions, E as ExtractDocumentRefSignature, b as ExtractUpdateSignature, F as FieldPath, n as FieldRole, h as GenerateGetMethods, i as GenerateQueryMethods, G as GetOptions, c as GetResult, I as IncludeConfigTyped, L as ListResponseData, g as PaginationResult, j as PaginationWithIncludeOptionsTyped, k as PopulateOptionsTyped, o as QueryRequestBody, d as RelationalKeys, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath, W as WhereClause, e as createPaginationIterator, f as executePaginatedQuery } from './types-Z9Qy8Xmx.cjs';
5
- export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, M as MiniRouter, c as createAdminServer } from './index-B3-vAYx0.cjs';
6
- export { createCrudServer } from './servers/crud/index.cjs';
5
+ export { B as BoundAdminRepoConfig, a as BoundAdminServerOptions, b as BoundCrudRepoConfig, d as BoundCrudServerOptions, e as BoundFirestoreSyncConfig, C as CreateServersDeps, c as createServers } from './create-servers-DmggzSb3.cjs';
6
+ export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, M as MiniRouter } from './index-DpD4DEqH.cjs';
7
7
  import 'firebase-functions/v2/https';
8
+ import './queue-Dk1Ezhkf.cjs';
9
+ import './types-CX5AbZWV.cjs';
10
+ import 'firebase-functions/v2/firestore';
11
+ import 'firebase-functions/v2/pubsub';
12
+ import './openapi-UJJ1aCFk.cjs';
8
13
 
9
14
  /**
10
15
  * Apply QueryOptions to a Firestore query.
package/dist/index.d.ts CHANGED
@@ -2,9 +2,14 @@ import { Query, QuerySnapshot, Firestore } from 'firebase-admin/firestore';
2
2
  import { z } from 'zod';
3
3
  import { Q as QueryOptions, P as PaginationOptions, R as RepositoryConfig, a as RelationConfig, C as ConfiguredRepository } from './types-Z9Qy8Xmx.js';
4
4
  export { A as ApiResponse, l as CrudRepoConfig, m as CrudServerOptions, E as ExtractDocumentRefSignature, b as ExtractUpdateSignature, F as FieldPath, n as FieldRole, h as GenerateGetMethods, i as GenerateQueryMethods, G as GetOptions, c as GetResult, I as IncludeConfigTyped, L as ListResponseData, g as PaginationResult, j as PaginationWithIncludeOptionsTyped, k as PopulateOptionsTyped, o as QueryRequestBody, d as RelationalKeys, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath, W as WhereClause, e as createPaginationIterator, f as executePaginatedQuery } from './types-Z9Qy8Xmx.js';
5
- export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, M as MiniRouter, c as createAdminServer } from './index-BiWZwHS_.js';
6
- export { createCrudServer } from './servers/crud/index.js';
5
+ export { B as BoundAdminRepoConfig, a as BoundAdminServerOptions, b as BoundCrudRepoConfig, d as BoundCrudServerOptions, e as BoundFirestoreSyncConfig, C as CreateServersDeps, c as createServers } from './create-servers-D4-NGpKm.js';
6
+ export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, M as MiniRouter } from './index-Cvip2Sgt.js';
7
7
  import 'firebase-functions/v2/https';
8
+ import './queue-D_-aMf4H.js';
9
+ import './types-CX5AbZWV.js';
10
+ import 'firebase-functions/v2/firestore';
11
+ import 'firebase-functions/v2/pubsub';
12
+ import './openapi-B3P2F8op.js';
8
13
 
9
14
  /**
10
15
  * Apply QueryOptions to a Firestore query.