@laplace.live/internal 1.2.33 → 1.2.34

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 (2) hide show
  1. package/index.d.ts +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -969,6 +969,10 @@ export declare namespace LaplaceInternal {
969
969
  approved: number
970
970
  rejected: number
971
971
  total: number
972
+ /** Average time from submission to approval/rejection in milliseconds */
973
+ avgProcessingTimeMs: number | null
974
+ /** Average time from submission to approval/rejection in hours (1 decimal) */
975
+ avgProcessingTimeHours: number | null
972
976
  }
973
977
 
974
978
  // ============================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"