@nexeraid/identity-schemas 1.12.8-dev → 1.12.9-dev
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/declarations/src/identity/host-requests.schema.d.ts +140 -98
- package/dist/declarations/src/identity/host-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +792 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/index.d.ts +0 -1
- package/dist/declarations/src/identity/index.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +67 -37
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +373 -13
- package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-0c864891.esm.js → identity-api.schema-38f27d6b.esm.js} +59 -14
- package/dist/{identity-api.schema-d228c39a.cjs.prod.js → identity-api.schema-46a66e5e.cjs.dev.js} +66 -13
- package/dist/{identity-api.schema-c0e6e89e.cjs.dev.js → identity-api.schema-b63a1396.cjs.prod.js} +66 -13
- package/dist/nexeraid-identity-schemas.cjs.dev.js +9 -1
- package/dist/nexeraid-identity-schemas.cjs.prod.js +9 -1
- package/dist/nexeraid-identity-schemas.esm.js +2 -2
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +9 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +9 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/dist/declarations/src/identity/txAuthDataTezos.schema.d.ts +0 -56
- package/dist/declarations/src/identity/txAuthDataTezos.schema.d.ts.map +0 -1
|
@@ -569,9 +569,7 @@ export declare const PolygonIdResponseData: z.ZodUnion<[z.ZodObject<{
|
|
|
569
569
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
570
570
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
571
571
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
572
|
-
protocol: z.ZodString;
|
|
573
|
-
* PolygonIdRequest
|
|
574
|
-
*/
|
|
572
|
+
protocol: z.ZodString;
|
|
575
573
|
curve: z.ZodOptional<z.ZodString>;
|
|
576
574
|
}, "strip", z.ZodTypeAny, {
|
|
577
575
|
pi_a: string[];
|
|
@@ -873,9 +871,7 @@ export declare const PolygonIdResponseData: z.ZodUnion<[z.ZodObject<{
|
|
|
873
871
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
874
872
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
875
873
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
876
|
-
protocol: z.ZodString;
|
|
877
|
-
* PolygonIdRequest
|
|
878
|
-
*/
|
|
874
|
+
protocol: z.ZodString;
|
|
879
875
|
curve: z.ZodOptional<z.ZodString>;
|
|
880
876
|
}, "strip", z.ZodTypeAny, {
|
|
881
877
|
pi_a: string[];
|
|
@@ -981,9 +977,7 @@ export declare const PolygonIdResponse: z.ZodObject<{
|
|
|
981
977
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
982
978
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
983
979
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
984
|
-
protocol: z.ZodString;
|
|
985
|
-
* PolygonIdRequest
|
|
986
|
-
*/
|
|
980
|
+
protocol: z.ZodString;
|
|
987
981
|
curve: z.ZodOptional<z.ZodString>;
|
|
988
982
|
}, "strip", z.ZodTypeAny, {
|
|
989
983
|
pi_a: string[];
|
|
@@ -1285,9 +1279,7 @@ export declare const PolygonIdResponse: z.ZodObject<{
|
|
|
1285
1279
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
1286
1280
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
1287
1281
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
1288
|
-
protocol: z.ZodString;
|
|
1289
|
-
* PolygonIdRequest
|
|
1290
|
-
*/
|
|
1282
|
+
protocol: z.ZodString;
|
|
1291
1283
|
curve: z.ZodOptional<z.ZodString>;
|
|
1292
1284
|
}, "strip", z.ZodTypeAny, {
|
|
1293
1285
|
pi_a: string[];
|
|
@@ -1654,49 +1646,61 @@ export type GetTxAuthSigRequest = z.infer<typeof GetTxAuthSigRequest>;
|
|
|
1654
1646
|
*/
|
|
1655
1647
|
export declare const GetTxAuthSigResponse: z.ZodObject<{
|
|
1656
1648
|
type: z.ZodLiteral<"getTxAuthSigResponse">;
|
|
1657
|
-
signatureResponse: z.ZodObject<{
|
|
1658
|
-
/**
|
|
1659
|
-
* GetCredentialsRequest
|
|
1660
|
-
*/
|
|
1661
|
-
payload: z.ZodOptional<z.ZodString>;
|
|
1662
|
-
signature: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1649
|
+
signatureResponse: z.ZodIntersection<z.ZodObject<{
|
|
1663
1650
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
1664
|
-
isAuthorized: z.ZodBoolean;
|
|
1665
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
1666
1651
|
}, "strip", z.ZodTypeAny, {
|
|
1667
|
-
isAuthorized: boolean;
|
|
1668
|
-
signature?: string | undefined;
|
|
1669
1652
|
blockExpiration?: number | undefined;
|
|
1670
|
-
payload?: string | undefined;
|
|
1671
|
-
errorMessage?: any;
|
|
1672
1653
|
}, {
|
|
1673
|
-
isAuthorized: boolean;
|
|
1674
|
-
signature?: string | undefined;
|
|
1675
1654
|
blockExpiration?: number | undefined;
|
|
1676
|
-
|
|
1655
|
+
}>, z.ZodUnion<[z.ZodObject<{
|
|
1656
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
1657
|
+
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
1658
|
+
payload: z.ZodString;
|
|
1659
|
+
}, "strip", z.ZodTypeAny, {
|
|
1660
|
+
signature: string;
|
|
1661
|
+
isAuthorized: true;
|
|
1662
|
+
payload: string;
|
|
1663
|
+
}, {
|
|
1664
|
+
signature: string;
|
|
1665
|
+
isAuthorized: true;
|
|
1666
|
+
payload: string;
|
|
1667
|
+
}>, z.ZodObject<{
|
|
1668
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
1669
|
+
errorMessage: z.ZodAny;
|
|
1670
|
+
}, "strip", z.ZodTypeAny, {
|
|
1671
|
+
isAuthorized: false;
|
|
1677
1672
|
errorMessage?: any;
|
|
1678
|
-
}
|
|
1673
|
+
}, {
|
|
1674
|
+
isAuthorized: false;
|
|
1675
|
+
errorMessage?: any;
|
|
1676
|
+
}>]>>;
|
|
1679
1677
|
identifier: z.ZodString;
|
|
1680
1678
|
}, "strip", z.ZodTypeAny, {
|
|
1681
1679
|
type: "getTxAuthSigResponse";
|
|
1682
1680
|
identifier: string;
|
|
1683
1681
|
signatureResponse: {
|
|
1684
|
-
isAuthorized: boolean;
|
|
1685
|
-
signature?: string | undefined;
|
|
1686
1682
|
blockExpiration?: number | undefined;
|
|
1687
|
-
|
|
1683
|
+
} & ({
|
|
1684
|
+
signature: string;
|
|
1685
|
+
isAuthorized: true;
|
|
1686
|
+
payload: string;
|
|
1687
|
+
} | {
|
|
1688
|
+
isAuthorized: false;
|
|
1688
1689
|
errorMessage?: any;
|
|
1689
|
-
};
|
|
1690
|
+
});
|
|
1690
1691
|
}, {
|
|
1691
1692
|
type: "getTxAuthSigResponse";
|
|
1692
1693
|
identifier: string;
|
|
1693
1694
|
signatureResponse: {
|
|
1694
|
-
isAuthorized: boolean;
|
|
1695
|
-
signature?: string | undefined;
|
|
1696
1695
|
blockExpiration?: number | undefined;
|
|
1697
|
-
|
|
1696
|
+
} & ({
|
|
1697
|
+
signature: string;
|
|
1698
|
+
isAuthorized: true;
|
|
1699
|
+
payload: string;
|
|
1700
|
+
} | {
|
|
1701
|
+
isAuthorized: false;
|
|
1698
1702
|
errorMessage?: any;
|
|
1699
|
-
};
|
|
1703
|
+
});
|
|
1700
1704
|
}>;
|
|
1701
1705
|
export type GetTxAuthSigResponse = z.infer<typeof GetTxAuthSigResponse>;
|
|
1702
1706
|
/**
|
|
@@ -1757,41 +1761,56 @@ export type GetTxAuthSigRequestTezos = z.infer<typeof GetTxAuthSigRequestTezos>;
|
|
|
1757
1761
|
*/
|
|
1758
1762
|
export declare const GetTxAuthSigResponseTezos: z.ZodObject<{
|
|
1759
1763
|
type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
|
|
1760
|
-
signatureResponse: z.ZodObject<{
|
|
1761
|
-
signature: z.ZodOptional<z.ZodEffects<z.ZodString, `edsig${string}`, string>>;
|
|
1764
|
+
signatureResponse: z.ZodIntersection<z.ZodObject<{
|
|
1762
1765
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
1763
|
-
isAuthorized: z.ZodBoolean;
|
|
1764
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
1765
1766
|
}, "strip", z.ZodTypeAny, {
|
|
1766
|
-
isAuthorized: boolean;
|
|
1767
|
-
signature?: `edsig${string}` | undefined;
|
|
1768
1767
|
blockExpiration?: number | undefined;
|
|
1769
|
-
errorMessage?: any;
|
|
1770
1768
|
}, {
|
|
1771
|
-
isAuthorized: boolean;
|
|
1772
|
-
signature?: string | undefined;
|
|
1773
1769
|
blockExpiration?: number | undefined;
|
|
1770
|
+
}>, z.ZodUnion<[z.ZodObject<{
|
|
1771
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
1772
|
+
signature: z.ZodEffects<z.ZodString, `edsig${string}`, string>;
|
|
1773
|
+
}, "strip", z.ZodTypeAny, {
|
|
1774
|
+
signature: `edsig${string}`;
|
|
1775
|
+
isAuthorized: true;
|
|
1776
|
+
}, {
|
|
1777
|
+
signature: string;
|
|
1778
|
+
isAuthorized: true;
|
|
1779
|
+
}>, z.ZodObject<{
|
|
1780
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
1781
|
+
errorMessage: z.ZodAny;
|
|
1782
|
+
}, "strip", z.ZodTypeAny, {
|
|
1783
|
+
isAuthorized: false;
|
|
1774
1784
|
errorMessage?: any;
|
|
1775
|
-
}
|
|
1785
|
+
}, {
|
|
1786
|
+
isAuthorized: false;
|
|
1787
|
+
errorMessage?: any;
|
|
1788
|
+
}>]>>;
|
|
1776
1789
|
identifier: z.ZodString;
|
|
1777
1790
|
}, "strip", z.ZodTypeAny, {
|
|
1778
1791
|
type: "getTezosTxAuthSigResponse";
|
|
1779
1792
|
identifier: string;
|
|
1780
1793
|
signatureResponse: {
|
|
1781
|
-
isAuthorized: boolean;
|
|
1782
|
-
signature?: `edsig${string}` | undefined;
|
|
1783
1794
|
blockExpiration?: number | undefined;
|
|
1795
|
+
} & ({
|
|
1796
|
+
signature: `edsig${string}`;
|
|
1797
|
+
isAuthorized: true;
|
|
1798
|
+
} | {
|
|
1799
|
+
isAuthorized: false;
|
|
1784
1800
|
errorMessage?: any;
|
|
1785
|
-
};
|
|
1801
|
+
});
|
|
1786
1802
|
}, {
|
|
1787
1803
|
type: "getTezosTxAuthSigResponse";
|
|
1788
1804
|
identifier: string;
|
|
1789
1805
|
signatureResponse: {
|
|
1790
|
-
isAuthorized: boolean;
|
|
1791
|
-
signature?: string | undefined;
|
|
1792
1806
|
blockExpiration?: number | undefined;
|
|
1807
|
+
} & ({
|
|
1808
|
+
signature: string;
|
|
1809
|
+
isAuthorized: true;
|
|
1810
|
+
} | {
|
|
1811
|
+
isAuthorized: false;
|
|
1793
1812
|
errorMessage?: any;
|
|
1794
|
-
};
|
|
1813
|
+
});
|
|
1795
1814
|
}>;
|
|
1796
1815
|
export type GetTxAuthSigResponseTezos = z.infer<typeof GetTxAuthSigResponseTezos>;
|
|
1797
1816
|
export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
@@ -2288,9 +2307,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2288
2307
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
2289
2308
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
2290
2309
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
2291
|
-
protocol: z.ZodString;
|
|
2292
|
-
* PolygonIdRequest
|
|
2293
|
-
*/
|
|
2310
|
+
protocol: z.ZodString;
|
|
2294
2311
|
curve: z.ZodOptional<z.ZodString>;
|
|
2295
2312
|
}, "strip", z.ZodTypeAny, {
|
|
2296
2313
|
pi_a: string[];
|
|
@@ -2592,9 +2609,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2592
2609
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
2593
2610
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
2594
2611
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
2595
|
-
protocol: z.ZodString;
|
|
2596
|
-
* PolygonIdRequest
|
|
2597
|
-
*/
|
|
2612
|
+
protocol: z.ZodString;
|
|
2598
2613
|
curve: z.ZodOptional<z.ZodString>;
|
|
2599
2614
|
}, "strip", z.ZodTypeAny, {
|
|
2600
2615
|
pi_a: string[];
|
|
@@ -2834,86 +2849,113 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2834
2849
|
isVerified: boolean;
|
|
2835
2850
|
}>, z.ZodObject<{
|
|
2836
2851
|
type: z.ZodLiteral<"getTxAuthSigResponse">;
|
|
2837
|
-
signatureResponse: z.ZodObject<{
|
|
2838
|
-
/**
|
|
2839
|
-
* GetCredentialsRequest
|
|
2840
|
-
*/
|
|
2841
|
-
payload: z.ZodOptional<z.ZodString>;
|
|
2842
|
-
signature: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2852
|
+
signatureResponse: z.ZodIntersection<z.ZodObject<{
|
|
2843
2853
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
2844
|
-
isAuthorized: z.ZodBoolean;
|
|
2845
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
2846
2854
|
}, "strip", z.ZodTypeAny, {
|
|
2847
|
-
isAuthorized: boolean;
|
|
2848
|
-
signature?: string | undefined;
|
|
2849
2855
|
blockExpiration?: number | undefined;
|
|
2850
|
-
payload?: string | undefined;
|
|
2851
|
-
errorMessage?: any;
|
|
2852
2856
|
}, {
|
|
2853
|
-
isAuthorized: boolean;
|
|
2854
|
-
signature?: string | undefined;
|
|
2855
2857
|
blockExpiration?: number | undefined;
|
|
2856
|
-
|
|
2858
|
+
}>, z.ZodUnion<[z.ZodObject<{
|
|
2859
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
2860
|
+
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
2861
|
+
payload: z.ZodString;
|
|
2862
|
+
}, "strip", z.ZodTypeAny, {
|
|
2863
|
+
signature: string;
|
|
2864
|
+
isAuthorized: true;
|
|
2865
|
+
payload: string;
|
|
2866
|
+
}, {
|
|
2867
|
+
signature: string;
|
|
2868
|
+
isAuthorized: true;
|
|
2869
|
+
payload: string;
|
|
2870
|
+
}>, z.ZodObject<{
|
|
2871
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
2872
|
+
errorMessage: z.ZodAny;
|
|
2873
|
+
}, "strip", z.ZodTypeAny, {
|
|
2874
|
+
isAuthorized: false;
|
|
2857
2875
|
errorMessage?: any;
|
|
2858
|
-
}
|
|
2876
|
+
}, {
|
|
2877
|
+
isAuthorized: false;
|
|
2878
|
+
errorMessage?: any;
|
|
2879
|
+
}>]>>;
|
|
2859
2880
|
identifier: z.ZodString;
|
|
2860
2881
|
}, "strip", z.ZodTypeAny, {
|
|
2861
2882
|
type: "getTxAuthSigResponse";
|
|
2862
2883
|
identifier: string;
|
|
2863
2884
|
signatureResponse: {
|
|
2864
|
-
isAuthorized: boolean;
|
|
2865
|
-
signature?: string | undefined;
|
|
2866
2885
|
blockExpiration?: number | undefined;
|
|
2867
|
-
|
|
2886
|
+
} & ({
|
|
2887
|
+
signature: string;
|
|
2888
|
+
isAuthorized: true;
|
|
2889
|
+
payload: string;
|
|
2890
|
+
} | {
|
|
2891
|
+
isAuthorized: false;
|
|
2868
2892
|
errorMessage?: any;
|
|
2869
|
-
};
|
|
2893
|
+
});
|
|
2870
2894
|
}, {
|
|
2871
2895
|
type: "getTxAuthSigResponse";
|
|
2872
2896
|
identifier: string;
|
|
2873
2897
|
signatureResponse: {
|
|
2874
|
-
isAuthorized: boolean;
|
|
2875
|
-
signature?: string | undefined;
|
|
2876
2898
|
blockExpiration?: number | undefined;
|
|
2877
|
-
|
|
2899
|
+
} & ({
|
|
2900
|
+
signature: string;
|
|
2901
|
+
isAuthorized: true;
|
|
2902
|
+
payload: string;
|
|
2903
|
+
} | {
|
|
2904
|
+
isAuthorized: false;
|
|
2878
2905
|
errorMessage?: any;
|
|
2879
|
-
};
|
|
2906
|
+
});
|
|
2880
2907
|
}>, z.ZodObject<{
|
|
2881
2908
|
type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
|
|
2882
|
-
signatureResponse: z.ZodObject<{
|
|
2883
|
-
signature: z.ZodOptional<z.ZodEffects<z.ZodString, `edsig${string}`, string>>;
|
|
2909
|
+
signatureResponse: z.ZodIntersection<z.ZodObject<{
|
|
2884
2910
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
2885
|
-
isAuthorized: z.ZodBoolean;
|
|
2886
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
2887
2911
|
}, "strip", z.ZodTypeAny, {
|
|
2888
|
-
isAuthorized: boolean;
|
|
2889
|
-
signature?: `edsig${string}` | undefined;
|
|
2890
2912
|
blockExpiration?: number | undefined;
|
|
2891
|
-
errorMessage?: any;
|
|
2892
2913
|
}, {
|
|
2893
|
-
isAuthorized: boolean;
|
|
2894
|
-
signature?: string | undefined;
|
|
2895
2914
|
blockExpiration?: number | undefined;
|
|
2915
|
+
}>, z.ZodUnion<[z.ZodObject<{
|
|
2916
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
2917
|
+
signature: z.ZodEffects<z.ZodString, `edsig${string}`, string>;
|
|
2918
|
+
}, "strip", z.ZodTypeAny, {
|
|
2919
|
+
signature: `edsig${string}`;
|
|
2920
|
+
isAuthorized: true;
|
|
2921
|
+
}, {
|
|
2922
|
+
signature: string;
|
|
2923
|
+
isAuthorized: true;
|
|
2924
|
+
}>, z.ZodObject<{
|
|
2925
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
2926
|
+
errorMessage: z.ZodAny;
|
|
2927
|
+
}, "strip", z.ZodTypeAny, {
|
|
2928
|
+
isAuthorized: false;
|
|
2896
2929
|
errorMessage?: any;
|
|
2897
|
-
}
|
|
2930
|
+
}, {
|
|
2931
|
+
isAuthorized: false;
|
|
2932
|
+
errorMessage?: any;
|
|
2933
|
+
}>]>>;
|
|
2898
2934
|
identifier: z.ZodString;
|
|
2899
2935
|
}, "strip", z.ZodTypeAny, {
|
|
2900
2936
|
type: "getTezosTxAuthSigResponse";
|
|
2901
2937
|
identifier: string;
|
|
2902
2938
|
signatureResponse: {
|
|
2903
|
-
isAuthorized: boolean;
|
|
2904
|
-
signature?: `edsig${string}` | undefined;
|
|
2905
2939
|
blockExpiration?: number | undefined;
|
|
2940
|
+
} & ({
|
|
2941
|
+
signature: `edsig${string}`;
|
|
2942
|
+
isAuthorized: true;
|
|
2943
|
+
} | {
|
|
2944
|
+
isAuthorized: false;
|
|
2906
2945
|
errorMessage?: any;
|
|
2907
|
-
};
|
|
2946
|
+
});
|
|
2908
2947
|
}, {
|
|
2909
2948
|
type: "getTezosTxAuthSigResponse";
|
|
2910
2949
|
identifier: string;
|
|
2911
2950
|
signatureResponse: {
|
|
2912
|
-
isAuthorized: boolean;
|
|
2913
|
-
signature?: string | undefined;
|
|
2914
2951
|
blockExpiration?: number | undefined;
|
|
2952
|
+
} & ({
|
|
2953
|
+
signature: string;
|
|
2954
|
+
isAuthorized: true;
|
|
2955
|
+
} | {
|
|
2956
|
+
isAuthorized: false;
|
|
2915
2957
|
errorMessage?: any;
|
|
2916
|
-
};
|
|
2958
|
+
});
|
|
2917
2959
|
}>]>;
|
|
2918
2960
|
export type IdentityResponseMessage = z.infer<typeof IdentityResponseMessage>;
|
|
2919
2961
|
//# sourceMappingURL=host-requests.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["host-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"host-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["host-requests.schema.ts"],"names":[],"mappings":"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"}
|