@lpdjs/firestore-repo-service 2.3.7 → 2.4.1

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 CHANGED
@@ -427,7 +427,9 @@ export const { functions } = servers.sync({
427
427
  deps: { firestoreTriggers, pubsubHandler, pubsub: new PubSub() },
428
428
  adapter: new BigQueryAdapter({
429
429
  bigquery: new BigQuery({ projectId: "my-project" }),
430
+ projectId: "my-project",
430
431
  datasetId: "firestore_sync",
432
+ maxStaleness: "INTERVAL 15 MINUTE",
431
433
  }),
432
434
  topicPrefix: "firestore-sync",
433
435
  autoMigrate: true,
@@ -777,7 +779,9 @@ export const { functions } = servers.sync({
777
779
  deps: { firestoreTriggers, pubsubHandler, pubsub: new PubSub() },
778
780
  adapter: new BigQueryAdapter({
779
781
  bigquery: new BigQuery({ projectId: "my-project" }),
782
+ projectId: "my-project",
780
783
  datasetId: "firestore_sync",
784
+ maxStaleness: "INTERVAL 15 MINUTE",
781
785
  }),
782
786
  topicPrefix: "firestore-sync",
783
787
  autoMigrate: true,
@@ -1,5 +1,5 @@
1
- import { S as SyncQueue } from './queue-CmBKfeqG.cjs';
2
- import { F as FirestoreSyncConfig, S as SyncEvent } from './types-_JSH59Iy.cjs';
1
+ import { S as SyncQueue } from './queue-xMOZxY0M.cjs';
2
+ import { F as FirestoreSyncConfig, S as SyncEvent } from './types-BgIGWlR1.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-DLrIuZ7L.js';
2
- import { F as FirestoreSyncConfig, S as SyncEvent } from './types-Bhy7MfCj.js';
1
+ import { S as SyncQueue } from './queue-CVchaGAh.js';
2
+ import { F as FirestoreSyncConfig, S as SyncEvent } from './types-ChzVPw4k.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';