@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.
Files changed (33) hide show
  1. package/dist/{create-servers-B3Ls46bx.d.cts → create-servers-BGtAS0oG.d.cts} +3 -3
  2. package/dist/{create-servers-CvVZnihM.d.ts → create-servers-DMszgNtg.d.ts} +3 -3
  3. package/dist/history/index.cjs +1 -1
  4. package/dist/history/index.cjs.map +1 -1
  5. package/dist/history/index.d.cts +3 -4
  6. package/dist/history/index.d.ts +3 -4
  7. package/dist/history/index.js +1 -1
  8. package/dist/history/index.js.map +1 -1
  9. package/dist/{index-Cw9b1crP.d.cts → index-BSZP0Gz9.d.ts} +3 -3
  10. package/dist/{index-DGB3Oemk.d.ts → index-D7oj3Pft.d.cts} +3 -3
  11. package/dist/index.cjs +1 -1
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.d.cts +8 -8
  14. package/dist/index.d.ts +8 -8
  15. package/dist/index.js +1 -1
  16. package/dist/index.js.map +1 -1
  17. package/dist/{openapi-BEf4OuG9.d.ts → openapi-BdqIkSjO.d.ts} +1 -1
  18. package/dist/{openapi-D8UTm0lu.d.cts → openapi-lY43PZXy.d.cts} +1 -1
  19. package/dist/{read-DMvxeFCg.d.cts → read-DfXXxhO4.d.cts} +2 -4
  20. package/dist/{read-DMvxeFCg.d.ts → read-DfXXxhO4.d.ts} +2 -4
  21. package/dist/servers/admin/index.cjs.map +1 -1
  22. package/dist/servers/admin/index.d.cts +3 -3
  23. package/dist/servers/admin/index.d.ts +3 -3
  24. package/dist/servers/admin/index.js.map +1 -1
  25. package/dist/servers/crud/index.d.cts +5 -5
  26. package/dist/servers/crud/index.d.ts +5 -5
  27. package/dist/servers/index.cjs.map +1 -1
  28. package/dist/servers/index.d.cts +6 -6
  29. package/dist/servers/index.d.ts +6 -6
  30. package/dist/servers/index.js.map +1 -1
  31. package/dist/{types-CjexXskS.d.ts → types-BESS89Fu.d.cts} +19 -18
  32. package/dist/{types-CE1dws32.d.cts → types-BVUFVcpl.d.ts} +19 -18
  33. package/package.json +4 -1
@@ -1,4 +1,4 @@
1
- import { s as CrudRepoRegistry, O as OpenAPISpecOptions } from './types-CjexXskS.js';
1
+ import { s as CrudRepoRegistry, O as OpenAPISpecOptions } from './types-BVUFVcpl.js';
2
2
 
3
3
  /**
4
4
  * OpenAPI 3.1 specification generator for the CRUD server.
@@ -1,4 +1,4 @@
1
- import { s as CrudRepoRegistry, O as OpenAPISpecOptions } from './types-CE1dws32.cjs';
1
+ import { s as CrudRepoRegistry, O as OpenAPISpecOptions } from './types-BESS89Fu.cjs';
2
2
 
3
3
  /**
4
4
  * OpenAPI 3.1 specification generator for the CRUD server.
@@ -111,11 +111,10 @@ interface HistoryConfigBase {
111
111
  subcollection?: string;
112
112
  /**
113
113
  * Optional Firestore TTL configuration. When set, every written history doc
114
- * gets a Timestamp field (default name: `expiresAt`) at `now + days`.
115
- * You still need to enable the TTL policy on that field via gcloud / console.
114
+ * gets an `expiresAt` Timestamp at `now + days`. You still need to enable
115
+ * the TTL policy on the `expiresAt` field via gcloud / console.
116
116
  */
117
117
  ttl?: {
118
- field?: string;
119
118
  days: number;
120
119
  };
121
120
  }
@@ -191,7 +190,6 @@ interface HistoryTriggersConfig<M = Record<string, any>> {
191
190
  /** Defaults applied to every repo unless overridden. */
192
191
  defaults?: {
193
192
  ttl?: {
194
- field?: string;
195
193
  days: number;
196
194
  };
197
195
  };
@@ -111,11 +111,10 @@ interface HistoryConfigBase {
111
111
  subcollection?: string;
112
112
  /**
113
113
  * Optional Firestore TTL configuration. When set, every written history doc
114
- * gets a Timestamp field (default name: `expiresAt`) at `now + days`.
115
- * You still need to enable the TTL policy on that field via gcloud / console.
114
+ * gets an `expiresAt` Timestamp at `now + days`. You still need to enable
115
+ * the TTL policy on the `expiresAt` field via gcloud / console.
116
116
  */
117
117
  ttl?: {
118
- field?: string;
119
118
  days: number;
120
119
  };
121
120
  }
@@ -191,7 +190,6 @@ interface HistoryTriggersConfig<M = Record<string, any>> {
191
190
  /** Defaults applied to every repo unless overridden. */
192
191
  defaults?: {
193
192
  ttl?: {
194
- field?: string;
195
193
  days: number;
196
194
  };
197
195
  };