@lpdjs/firestore-repo-service 2.3.1 → 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.
@@ -255,8 +255,6 @@ interface adminsyncBasicAuth {
255
255
  * Feature flags controlling which sync admin endpoints are enabled.
256
256
  */
257
257
  interface adminsyncFeaturesFlag {
258
- /** Show pending queue state (default: false) */
259
- viewQueue?: boolean;
260
258
  /** Allow force-syncing an entire collection (default: false) */
261
259
  manualSync?: boolean;
262
260
  /** Schema health check: expected vs actual SQL columns (default: false) */
@@ -255,8 +255,6 @@ interface adminsyncBasicAuth {
255
255
  * Feature flags controlling which sync admin endpoints are enabled.
256
256
  */
257
257
  interface adminsyncFeaturesFlag {
258
- /** Show pending queue state (default: false) */
259
- viewQueue?: boolean;
260
258
  /** Allow force-syncing an entire collection (default: false) */
261
259
  manualSync?: boolean;
262
260
  /** Schema health check: expected vs actual SQL columns (default: false) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lpdjs/firestore-repo-service",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "workspaces": [
5
5
  "test/functions"
6
6
  ],