@posx/core 5.5.138 → 5.5.139

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/build/index.d.ts CHANGED
@@ -4499,7 +4499,7 @@ declare module '@posx/core/types/section.type' {
4499
4499
  /** Number of persons */
4500
4500
  pax: number;
4501
4501
  /** Invoice created timestamp */
4502
- invoice_created_at: Date;
4502
+ invoice_created_at: Date | null;
4503
4503
  /** Number of child persons */
4504
4504
  child_pax: number;
4505
4505
  /** Number of baby persons */