@lpdjs/firestore-repo-service 2.2.7 → 2.2.8
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-B3Ls46bx.d.cts → create-servers-BGtAS0oG.d.cts} +3 -3
- package/dist/{create-servers-CvVZnihM.d.ts → create-servers-DMszgNtg.d.ts} +3 -3
- package/dist/history/index.cjs +1 -1
- package/dist/history/index.cjs.map +1 -1
- package/dist/history/index.d.cts +3 -4
- package/dist/history/index.d.ts +3 -4
- package/dist/history/index.js +1 -1
- package/dist/history/index.js.map +1 -1
- package/dist/{index-Cw9b1crP.d.cts → index-BSZP0Gz9.d.ts} +3 -3
- package/dist/{index-DGB3Oemk.d.ts → index-D7oj3Pft.d.cts} +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{openapi-BEf4OuG9.d.ts → openapi-BdqIkSjO.d.ts} +1 -1
- package/dist/{openapi-D8UTm0lu.d.cts → openapi-lY43PZXy.d.cts} +1 -1
- package/dist/{read-DMvxeFCg.d.cts → read-DfXXxhO4.d.cts} +2 -4
- package/dist/{read-DMvxeFCg.d.ts → read-DfXXxhO4.d.ts} +2 -4
- package/dist/servers/admin/index.cjs.map +1 -1
- package/dist/servers/admin/index.d.cts +3 -3
- package/dist/servers/admin/index.d.ts +3 -3
- package/dist/servers/admin/index.js.map +1 -1
- package/dist/servers/crud/index.d.cts +5 -5
- package/dist/servers/crud/index.d.ts +5 -5
- package/dist/servers/index.cjs.map +1 -1
- package/dist/servers/index.d.cts +6 -6
- package/dist/servers/index.d.ts +6 -6
- package/dist/servers/index.js.map +1 -1
- package/dist/{types-CjexXskS.d.ts → types-BESS89Fu.d.cts} +19 -18
- package/dist/{types-CE1dws32.d.cts → types-BVUFVcpl.d.ts} +19 -18
- package/package.json +4 -1
package/dist/servers/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
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-
|
|
2
|
-
import { P as PageOptions, C as ColumnMeta, F as FilterState, R as RelationalFieldMeta, S as SortState, Q as QueryError } from '../index-
|
|
3
|
-
export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, c as Middleware, M as MiniRouter, d as RepoRegistry, e as RouteHandler } from '../index-
|
|
4
|
-
export { A as ApiResponse, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, m as CrudServerOptions, n as FieldRole, L as ListResponseData, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath } from '../types-
|
|
1
|
+
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-BGtAS0oG.cjs';
|
|
2
|
+
import { P as PageOptions, C as ColumnMeta, F as FilterState, R as RelationalFieldMeta, S as SortState, Q as QueryError } from '../index-D7oj3Pft.cjs';
|
|
3
|
+
export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, c as Middleware, M as MiniRouter, d as RepoRegistry, e as RouteHandler } from '../index-D7oj3Pft.cjs';
|
|
4
|
+
export { A as ApiResponse, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, m as CrudServerOptions, n as FieldRole, L as ListResponseData, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath } from '../types-BESS89Fu.cjs';
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import * as hono_jsx_jsx_dev_runtime from 'hono/jsx/jsx-dev-runtime';
|
|
7
7
|
import '../queue-Dk1Ezhkf.cjs';
|
|
@@ -9,8 +9,8 @@ import '../types-CX5AbZWV.cjs';
|
|
|
9
9
|
import 'firebase-functions/v2/firestore';
|
|
10
10
|
import 'firebase-functions/v2/https';
|
|
11
11
|
import 'firebase-functions/v2/pubsub';
|
|
12
|
-
import '../openapi-
|
|
13
|
-
import '../read-
|
|
12
|
+
import '../openapi-lY43PZXy.cjs';
|
|
13
|
+
import '../read-DfXXxhO4.cjs';
|
|
14
14
|
import 'firebase-admin/firestore';
|
|
15
15
|
|
|
16
16
|
declare function ClientScript(): hono_jsx_jsx_dev_runtime.JSX.Element;
|
package/dist/servers/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
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-
|
|
2
|
-
import { P as PageOptions, C as ColumnMeta, F as FilterState, R as RelationalFieldMeta, S as SortState, Q as QueryError } from '../index-
|
|
3
|
-
export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, c as Middleware, M as MiniRouter, d as RepoRegistry, e as RouteHandler } from '../index-
|
|
4
|
-
export { A as ApiResponse, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, m as CrudServerOptions, n as FieldRole, L as ListResponseData, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath } from '../types-
|
|
1
|
+
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-DMszgNtg.js';
|
|
2
|
+
import { P as PageOptions, C as ColumnMeta, F as FilterState, R as RelationalFieldMeta, S as SortState, Q as QueryError } from '../index-BSZP0Gz9.js';
|
|
3
|
+
export { A as AdminRepoConfig, a as AdminRepoEntry, b as AdminServerOptions, B as BasicAuthConfig, c as Middleware, M as MiniRouter, d as RepoRegistry, e as RouteHandler } from '../index-BSZP0Gz9.js';
|
|
4
|
+
export { A as ApiResponse, l as CrudRepoConfig, r as CrudRepoEntry, s as CrudRepoRegistry, m as CrudServerOptions, n as FieldRole, L as ListResponseData, o as QueryRequestBody, p as RepoFieldPath, q as RepoRelationKeys, U as UserFieldPath } from '../types-BVUFVcpl.js';
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import * as hono_jsx_jsx_dev_runtime from 'hono/jsx/jsx-dev-runtime';
|
|
7
7
|
import '../queue-D_-aMf4H.js';
|
|
@@ -9,8 +9,8 @@ import '../types-CX5AbZWV.js';
|
|
|
9
9
|
import 'firebase-functions/v2/firestore';
|
|
10
10
|
import 'firebase-functions/v2/https';
|
|
11
11
|
import 'firebase-functions/v2/pubsub';
|
|
12
|
-
import '../openapi-
|
|
13
|
-
import '../read-
|
|
12
|
+
import '../openapi-BdqIkSjO.js';
|
|
13
|
+
import '../read-DfXXxhO4.js';
|
|
14
14
|
import 'firebase-admin/firestore';
|
|
15
15
|
|
|
16
16
|
declare function ClientScript(): hono_jsx_jsx_dev_runtime.JSX.Element;
|