@lpdjs/firestore-repo-service 2.3.2 → 2.3.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.
- package/dist/{create-servers-CFZ_ZQzB.d.cts → create-servers-BmgAjUFD.d.cts} +2 -2
- package/dist/{create-servers-DLEocmga.d.ts → create-servers-Dv0V1LB8.d.ts} +2 -2
- package/dist/index.cjs +40 -40
- 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 +40 -40
- package/dist/index.js.map +1 -1
- package/dist/{queue-V0OPbQa0.d.ts → queue-CmBKfeqG.d.cts} +10 -1
- package/dist/{queue-BTe8rqCq.d.cts → queue-DLrIuZ7L.d.ts} +10 -1
- package/dist/servers/index.cjs +40 -40
- 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 +40 -40
- package/dist/servers/index.js.map +1 -1
- package/dist/sync/bigquery-storage.cjs +8 -0
- package/dist/sync/bigquery-storage.cjs.map +1 -0
- package/dist/sync/bigquery-storage.d.cts +113 -0
- package/dist/sync/bigquery-storage.d.ts +113 -0
- package/dist/sync/bigquery-storage.js +8 -0
- package/dist/sync/bigquery-storage.js.map +1 -0
- package/dist/sync/bigquery.cjs +8 -8
- package/dist/sync/bigquery.cjs.map +1 -1
- package/dist/sync/bigquery.d.cts +6 -1
- package/dist/sync/bigquery.d.ts +6 -1
- package/dist/sync/bigquery.js +8 -8
- package/dist/sync/bigquery.js.map +1 -1
- package/dist/sync/index.cjs +21 -21
- package/dist/sync/index.cjs.map +1 -1
- package/dist/sync/index.d.cts +4 -4
- package/dist/sync/index.d.ts +4 -4
- package/dist/sync/index.js +21 -21
- package/dist/sync/index.js.map +1 -1
- package/dist/{types-CBwcflkG.d.ts → types-Bhy7MfCj.d.ts} +19 -0
- package/dist/{types-BW592RAZ.d.cts → types-_JSH59Iy.d.cts} +19 -0
- package/package.json +19 -1
package/dist/index.d.cts
CHANGED
|
@@ -3,13 +3,13 @@ import { Query, QuerySnapshot, Firestore } from 'firebase-admin/firestore';
|
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { h as QueryOptions, P as PaginationOptions, f as RepositoryConfig, i as RelationConfig, C as ConfiguredRepository } from './types-BtdC0Qhu.cjs';
|
|
5
5
|
export { A as ApiResponse, b as CrudRepoConfig, a as CrudServerOptions, E as ExtractDocumentRefSignature, j as ExtractUpdateSignature, g as FieldPath, F as FieldRole, p as GenerateGetMethods, q as GenerateQueryMethods, G as GetOptions, k as GetResult, I as IncludeConfigTyped, L as ListResponseData, o as PaginationResult, r as PaginationWithIncludeOptionsTyped, s as PopulateOptionsTyped, Q as QueryRequestBody, l as RelationalKeys, R as RepoFieldPath, e as RepoRelationKeys, U as UserFieldPath, W as WhereClause, m as createPaginationIterator, n as executePaginatedQuery } from './types-BtdC0Qhu.cjs';
|
|
6
|
-
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-
|
|
6
|
+
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-BmgAjUFD.cjs';
|
|
7
7
|
export { a as AdminRepoConfig, b as AdminRepoEntry, A as AdminServerOptions, B as BasicAuthConfig } from './index-BmagC7uw.cjs';
|
|
8
8
|
export { M as MiniRouter } from './firebase-auth-D1APf9PA.cjs';
|
|
9
9
|
import 'firebase-functions/v2/firestore';
|
|
10
10
|
import 'firebase-functions/v2/https';
|
|
11
|
-
import './queue-
|
|
12
|
-
import './types-
|
|
11
|
+
import './queue-CmBKfeqG.cjs';
|
|
12
|
+
import './types-_JSH59Iy.cjs';
|
|
13
13
|
import 'firebase-functions/v2/pubsub';
|
|
14
14
|
import './openapi-ML_1hTx2.cjs';
|
|
15
15
|
|
package/dist/index.d.ts
CHANGED
|
@@ -3,13 +3,13 @@ import { Query, QuerySnapshot, Firestore } from 'firebase-admin/firestore';
|
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { h as QueryOptions, P as PaginationOptions, f as RepositoryConfig, i as RelationConfig, C as ConfiguredRepository } from './types-5vgXdUM2.js';
|
|
5
5
|
export { A as ApiResponse, b as CrudRepoConfig, a as CrudServerOptions, E as ExtractDocumentRefSignature, j as ExtractUpdateSignature, g as FieldPath, F as FieldRole, p as GenerateGetMethods, q as GenerateQueryMethods, G as GetOptions, k as GetResult, I as IncludeConfigTyped, L as ListResponseData, o as PaginationResult, r as PaginationWithIncludeOptionsTyped, s as PopulateOptionsTyped, Q as QueryRequestBody, l as RelationalKeys, R as RepoFieldPath, e as RepoRelationKeys, U as UserFieldPath, W as WhereClause, m as createPaginationIterator, n as executePaginatedQuery } from './types-5vgXdUM2.js';
|
|
6
|
-
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-
|
|
6
|
+
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-Dv0V1LB8.js';
|
|
7
7
|
export { a as AdminRepoConfig, b as AdminRepoEntry, A as AdminServerOptions, B as BasicAuthConfig } from './index-BxurOEz1.js';
|
|
8
8
|
export { M as MiniRouter } from './firebase-auth-D1APf9PA.js';
|
|
9
9
|
import 'firebase-functions/v2/firestore';
|
|
10
10
|
import 'firebase-functions/v2/https';
|
|
11
|
-
import './queue-
|
|
12
|
-
import './types-
|
|
11
|
+
import './queue-DLrIuZ7L.js';
|
|
12
|
+
import './types-Bhy7MfCj.js';
|
|
13
13
|
import 'firebase-functions/v2/pubsub';
|
|
14
14
|
import './openapi-DIoQV_yQ.js';
|
|
15
15
|
|