@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
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: {
|