@asdp/ferryui 0.1.22-dev.10038 → 0.1.22-dev.10079

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/dist/index.d.mts CHANGED
@@ -1722,7 +1722,7 @@ declare const PASSENGER_TYPE: {
1722
1722
  readonly ADULT: 1;
1723
1723
  readonly CHILD: 2;
1724
1724
  readonly INFANT: 3;
1725
- readonly ELDERLY: 5;
1725
+ readonly ELDERLY: 4;
1726
1726
  };
1727
1727
  type PASSENGER_TYPE_TYPE = typeof PASSENGER_TYPE[keyof typeof PASSENGER_TYPE];
1728
1728
  declare const IDENTITY_TYPE: {
package/dist/index.d.ts CHANGED
@@ -1722,7 +1722,7 @@ declare const PASSENGER_TYPE: {
1722
1722
  readonly ADULT: 1;
1723
1723
  readonly CHILD: 2;
1724
1724
  readonly INFANT: 3;
1725
- readonly ELDERLY: 5;
1725
+ readonly ELDERLY: 4;
1726
1726
  };
1727
1727
  type PASSENGER_TYPE_TYPE = typeof PASSENGER_TYPE[keyof typeof PASSENGER_TYPE];
1728
1728
  declare const IDENTITY_TYPE: {
package/dist/index.js CHANGED
@@ -463,7 +463,7 @@ var PASSENGER_TYPE = {
463
463
  ADULT: 1,
464
464
  CHILD: 2,
465
465
  INFANT: 3,
466
- ELDERLY: 5
466
+ ELDERLY: 4
467
467
  };
468
468
  var IDENTITY_TYPE = {
469
469
  KTP: 1,