@asdp/ferryui 0.1.22-dev.10378 → 0.1.22-dev.10384
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1695,8 +1695,8 @@ declare const IDENTITY_TYPE: {
|
|
|
1695
1695
|
readonly SIM: "SIM";
|
|
1696
1696
|
readonly KK: "KK";
|
|
1697
1697
|
readonly KTA: "KTA";
|
|
1698
|
-
readonly PASSPORT: "
|
|
1699
|
-
readonly LAINNYA: "
|
|
1698
|
+
readonly PASSPORT: "PSP";
|
|
1699
|
+
readonly LAINNYA: "TGL";
|
|
1700
1700
|
};
|
|
1701
1701
|
type IDENTITY_TYPE_TYPE = typeof IDENTITY_TYPE[keyof typeof IDENTITY_TYPE];
|
|
1702
1702
|
declare const LOAD_TYPE: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1695,8 +1695,8 @@ declare const IDENTITY_TYPE: {
|
|
|
1695
1695
|
readonly SIM: "SIM";
|
|
1696
1696
|
readonly KK: "KK";
|
|
1697
1697
|
readonly KTA: "KTA";
|
|
1698
|
-
readonly PASSPORT: "
|
|
1699
|
-
readonly LAINNYA: "
|
|
1698
|
+
readonly PASSPORT: "PSP";
|
|
1699
|
+
readonly LAINNYA: "TGL";
|
|
1700
1700
|
};
|
|
1701
1701
|
type IDENTITY_TYPE_TYPE = typeof IDENTITY_TYPE[keyof typeof IDENTITY_TYPE];
|
|
1702
1702
|
declare const LOAD_TYPE: {
|