@asdp/ferryui 0.1.22-dev.10532 → 0.1.22-dev.10593
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
|
@@ -1696,7 +1696,7 @@ declare const IDENTITY_TYPE: {
|
|
|
1696
1696
|
readonly SIM: "SIM";
|
|
1697
1697
|
readonly KK: "KK";
|
|
1698
1698
|
readonly KTA: "KTA";
|
|
1699
|
-
readonly PASSPORT: "
|
|
1699
|
+
readonly PASSPORT: "PASSPORT";
|
|
1700
1700
|
readonly LAINNYA: "TGL";
|
|
1701
1701
|
};
|
|
1702
1702
|
type IDENTITY_TYPE_TYPE = typeof IDENTITY_TYPE[keyof typeof IDENTITY_TYPE];
|
package/dist/index.d.ts
CHANGED
|
@@ -1696,7 +1696,7 @@ declare const IDENTITY_TYPE: {
|
|
|
1696
1696
|
readonly SIM: "SIM";
|
|
1697
1697
|
readonly KK: "KK";
|
|
1698
1698
|
readonly KTA: "KTA";
|
|
1699
|
-
readonly PASSPORT: "
|
|
1699
|
+
readonly PASSPORT: "PASSPORT";
|
|
1700
1700
|
readonly LAINNYA: "TGL";
|
|
1701
1701
|
};
|
|
1702
1702
|
type IDENTITY_TYPE_TYPE = typeof IDENTITY_TYPE[keyof typeof IDENTITY_TYPE];
|