@lpdjs/firestore-repo-service 2.3.0 → 2.3.2
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/README.md +2 -2
- package/dist/{create-servers-Bm58QZze.d.cts → create-servers-CFZ_ZQzB.d.cts} +2 -2
- package/dist/{create-servers-BbsqzP1y.d.ts → create-servers-DLEocmga.d.ts} +2 -2
- package/dist/index.cjs +31 -38
- 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 +31 -38
- package/dist/index.js.map +1 -1
- package/dist/{queue-CC5cnIFv.d.cts → queue-BTe8rqCq.d.cts} +1 -1
- package/dist/{queue-7d2-Y-o-.d.ts → queue-V0OPbQa0.d.ts} +1 -1
- package/dist/servers/auth/index.cjs +1 -1
- package/dist/servers/auth/index.cjs.map +1 -1
- package/dist/servers/auth/index.js +1 -1
- package/dist/servers/auth/index.js.map +1 -1
- package/dist/servers/index.cjs +38 -45
- 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 +38 -45
- package/dist/servers/index.js.map +1 -1
- package/dist/sync/bigquery.d.cts +1 -1
- package/dist/sync/bigquery.d.ts +1 -1
- package/dist/sync/index.cjs +43 -50
- package/dist/sync/index.cjs.map +1 -1
- package/dist/sync/index.d.cts +5 -6
- package/dist/sync/index.d.ts +5 -6
- package/dist/sync/index.js +43 -50
- package/dist/sync/index.js.map +1 -1
- package/dist/{types-BTt_FmeC.d.cts → types-BW592RAZ.d.cts} +0 -2
- package/dist/{types-DXoT10nB.d.ts → types-CBwcflkG.d.ts} +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -433,7 +433,7 @@ export const { functions } = servers.sync({
|
|
|
433
433
|
autoMigrate: true,
|
|
434
434
|
admin: {
|
|
435
435
|
auth: { type: "basic", username: "admin", password: "secret" },
|
|
436
|
-
featuresFlag: { healthCheck: true, manualSync: true,
|
|
436
|
+
featuresFlag: { healthCheck: true, manualSync: true, configCheck: true },
|
|
437
437
|
},
|
|
438
438
|
repos: {
|
|
439
439
|
users: { tableName: "users", columnMap: { docId: "user_id" } },
|
|
@@ -783,7 +783,7 @@ export const { functions } = servers.sync({
|
|
|
783
783
|
autoMigrate: true,
|
|
784
784
|
admin: {
|
|
785
785
|
auth: { type: "basic", username: "admin", password: "secret" },
|
|
786
|
-
featuresFlag: { healthCheck: true, manualSync: true,
|
|
786
|
+
featuresFlag: { healthCheck: true, manualSync: true, configCheck: true },
|
|
787
787
|
},
|
|
788
788
|
repos: {
|
|
789
789
|
users: { tableName: "users", columnMap: { docId: "user_id" } },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SyncQueue } from './queue-
|
|
2
|
-
import { F as FirestoreSyncConfig, S as SyncEvent } from './types-
|
|
1
|
+
import { S as SyncQueue } from './queue-BTe8rqCq.cjs';
|
|
2
|
+
import { F as FirestoreSyncConfig, S as SyncEvent } from './types-BW592RAZ.cjs';
|
|
3
3
|
import { O as OpenAPIDocument } from './openapi-ML_1hTx2.cjs';
|
|
4
4
|
import * as firebase_functions_v2_https from 'firebase-functions/v2/https';
|
|
5
5
|
import { onRequest, HttpsOptions } from 'firebase-functions/v2/https';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SyncQueue } from './queue-
|
|
2
|
-
import { F as FirestoreSyncConfig, S as SyncEvent } from './types-
|
|
1
|
+
import { S as SyncQueue } from './queue-V0OPbQa0.js';
|
|
2
|
+
import { F as FirestoreSyncConfig, S as SyncEvent } from './types-CBwcflkG.js';
|
|
3
3
|
import { O as OpenAPIDocument } from './openapi-DIoQV_yQ.js';
|
|
4
4
|
import * as firebase_functions_v2_https from 'firebase-functions/v2/https';
|
|
5
5
|
import { onRequest, HttpsOptions } from 'firebase-functions/v2/https';
|