@nexeraid/identity-schemas 1.12.8-dev → 1.12.10-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 +128 -106
- package/dist/declarations/src/identity/host-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +772 -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 +61 -41
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +355 -13
- package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-d228c39a.cjs.prod.js → identity-api.schema-5844b144.cjs.prod.js} +66 -15
- package/dist/{identity-api.schema-0c864891.esm.js → identity-api.schema-b8687390.esm.js} +59 -16
- package/dist/{identity-api.schema-c0e6e89e.cjs.dev.js → identity-api.schema-f78923c5.cjs.dev.js} +66 -15
- 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,47 +1646,54 @@ 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
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
signature: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1663
|
-
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
1664
|
-
isAuthorized: z.ZodBoolean;
|
|
1665
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
1649
|
+
signatureResponse: z.ZodUnion<[z.ZodObject<{
|
|
1650
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
1651
|
+
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
1652
|
+
payload: z.ZodString;
|
|
1653
|
+
blockExpiration: z.ZodNumber;
|
|
1666
1654
|
}, "strip", z.ZodTypeAny, {
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
payload
|
|
1655
|
+
signature: string;
|
|
1656
|
+
blockExpiration: number;
|
|
1657
|
+
isAuthorized: true;
|
|
1658
|
+
payload: string;
|
|
1659
|
+
}, {
|
|
1660
|
+
signature: string;
|
|
1661
|
+
blockExpiration: number;
|
|
1662
|
+
isAuthorized: true;
|
|
1663
|
+
payload: string;
|
|
1664
|
+
}>, z.ZodObject<{
|
|
1665
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
1666
|
+
errorMessage: z.ZodAny;
|
|
1667
|
+
}, "strip", z.ZodTypeAny, {
|
|
1668
|
+
isAuthorized: false;
|
|
1671
1669
|
errorMessage?: any;
|
|
1672
1670
|
}, {
|
|
1673
|
-
isAuthorized:
|
|
1674
|
-
signature?: string | undefined;
|
|
1675
|
-
blockExpiration?: number | undefined;
|
|
1676
|
-
payload?: string | undefined;
|
|
1671
|
+
isAuthorized: false;
|
|
1677
1672
|
errorMessage?: any;
|
|
1678
|
-
}>;
|
|
1673
|
+
}>]>;
|
|
1679
1674
|
identifier: z.ZodString;
|
|
1680
1675
|
}, "strip", z.ZodTypeAny, {
|
|
1681
1676
|
type: "getTxAuthSigResponse";
|
|
1682
1677
|
identifier: string;
|
|
1683
1678
|
signatureResponse: {
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
payload
|
|
1679
|
+
signature: string;
|
|
1680
|
+
blockExpiration: number;
|
|
1681
|
+
isAuthorized: true;
|
|
1682
|
+
payload: string;
|
|
1683
|
+
} | {
|
|
1684
|
+
isAuthorized: false;
|
|
1688
1685
|
errorMessage?: any;
|
|
1689
1686
|
};
|
|
1690
1687
|
}, {
|
|
1691
1688
|
type: "getTxAuthSigResponse";
|
|
1692
1689
|
identifier: string;
|
|
1693
1690
|
signatureResponse: {
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
payload
|
|
1691
|
+
signature: string;
|
|
1692
|
+
blockExpiration: number;
|
|
1693
|
+
isAuthorized: true;
|
|
1694
|
+
payload: string;
|
|
1695
|
+
} | {
|
|
1696
|
+
isAuthorized: false;
|
|
1698
1697
|
errorMessage?: any;
|
|
1699
1698
|
};
|
|
1700
1699
|
}>;
|
|
@@ -1757,39 +1756,49 @@ export type GetTxAuthSigRequestTezos = z.infer<typeof GetTxAuthSigRequestTezos>;
|
|
|
1757
1756
|
*/
|
|
1758
1757
|
export declare const GetTxAuthSigResponseTezos: z.ZodObject<{
|
|
1759
1758
|
type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
|
|
1760
|
-
signatureResponse: z.ZodObject<{
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
1759
|
+
signatureResponse: z.ZodUnion<[z.ZodObject<{
|
|
1760
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
1761
|
+
signature: z.ZodEffects<z.ZodString, `edsig${string}`, string>;
|
|
1762
|
+
blockExpiration: z.ZodNumber;
|
|
1765
1763
|
}, "strip", z.ZodTypeAny, {
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1764
|
+
signature: `edsig${string}`;
|
|
1765
|
+
blockExpiration: number;
|
|
1766
|
+
isAuthorized: true;
|
|
1767
|
+
}, {
|
|
1768
|
+
signature: string;
|
|
1769
|
+
blockExpiration: number;
|
|
1770
|
+
isAuthorized: true;
|
|
1771
|
+
}>, z.ZodObject<{
|
|
1772
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
1773
|
+
errorMessage: z.ZodAny;
|
|
1774
|
+
}, "strip", z.ZodTypeAny, {
|
|
1775
|
+
isAuthorized: false;
|
|
1769
1776
|
errorMessage?: any;
|
|
1770
1777
|
}, {
|
|
1771
|
-
isAuthorized:
|
|
1772
|
-
signature?: string | undefined;
|
|
1773
|
-
blockExpiration?: number | undefined;
|
|
1778
|
+
isAuthorized: false;
|
|
1774
1779
|
errorMessage?: any;
|
|
1775
|
-
}>;
|
|
1780
|
+
}>]>;
|
|
1776
1781
|
identifier: z.ZodString;
|
|
1777
1782
|
}, "strip", z.ZodTypeAny, {
|
|
1778
1783
|
type: "getTezosTxAuthSigResponse";
|
|
1779
1784
|
identifier: string;
|
|
1780
1785
|
signatureResponse: {
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1786
|
+
signature: `edsig${string}`;
|
|
1787
|
+
blockExpiration: number;
|
|
1788
|
+
isAuthorized: true;
|
|
1789
|
+
} | {
|
|
1790
|
+
isAuthorized: false;
|
|
1784
1791
|
errorMessage?: any;
|
|
1785
1792
|
};
|
|
1786
1793
|
}, {
|
|
1787
1794
|
type: "getTezosTxAuthSigResponse";
|
|
1788
1795
|
identifier: string;
|
|
1789
1796
|
signatureResponse: {
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1797
|
+
signature: string;
|
|
1798
|
+
blockExpiration: number;
|
|
1799
|
+
isAuthorized: true;
|
|
1800
|
+
} | {
|
|
1801
|
+
isAuthorized: false;
|
|
1793
1802
|
errorMessage?: any;
|
|
1794
1803
|
};
|
|
1795
1804
|
}>;
|
|
@@ -2288,9 +2297,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2288
2297
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
2289
2298
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
2290
2299
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
2291
|
-
protocol: z.ZodString;
|
|
2292
|
-
* PolygonIdRequest
|
|
2293
|
-
*/
|
|
2300
|
+
protocol: z.ZodString;
|
|
2294
2301
|
curve: z.ZodOptional<z.ZodString>;
|
|
2295
2302
|
}, "strip", z.ZodTypeAny, {
|
|
2296
2303
|
pi_a: string[];
|
|
@@ -2592,9 +2599,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2592
2599
|
pi_a: z.ZodArray<z.ZodString, "many">;
|
|
2593
2600
|
pi_b: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
2594
2601
|
pi_c: z.ZodArray<z.ZodString, "many">;
|
|
2595
|
-
protocol: z.ZodString;
|
|
2596
|
-
* PolygonIdRequest
|
|
2597
|
-
*/
|
|
2602
|
+
protocol: z.ZodString;
|
|
2598
2603
|
curve: z.ZodOptional<z.ZodString>;
|
|
2599
2604
|
}, "strip", z.ZodTypeAny, {
|
|
2600
2605
|
pi_a: string[];
|
|
@@ -2834,84 +2839,101 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2834
2839
|
isVerified: boolean;
|
|
2835
2840
|
}>, z.ZodObject<{
|
|
2836
2841
|
type: z.ZodLiteral<"getTxAuthSigResponse">;
|
|
2837
|
-
signatureResponse: z.ZodObject<{
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
signature: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2843
|
-
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
2844
|
-
isAuthorized: z.ZodBoolean;
|
|
2845
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
2842
|
+
signatureResponse: z.ZodUnion<[z.ZodObject<{
|
|
2843
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
2844
|
+
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
2845
|
+
payload: z.ZodString;
|
|
2846
|
+
blockExpiration: z.ZodNumber;
|
|
2846
2847
|
}, "strip", z.ZodTypeAny, {
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
payload
|
|
2848
|
+
signature: string;
|
|
2849
|
+
blockExpiration: number;
|
|
2850
|
+
isAuthorized: true;
|
|
2851
|
+
payload: string;
|
|
2852
|
+
}, {
|
|
2853
|
+
signature: string;
|
|
2854
|
+
blockExpiration: number;
|
|
2855
|
+
isAuthorized: true;
|
|
2856
|
+
payload: string;
|
|
2857
|
+
}>, z.ZodObject<{
|
|
2858
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
2859
|
+
errorMessage: z.ZodAny;
|
|
2860
|
+
}, "strip", z.ZodTypeAny, {
|
|
2861
|
+
isAuthorized: false;
|
|
2851
2862
|
errorMessage?: any;
|
|
2852
2863
|
}, {
|
|
2853
|
-
isAuthorized:
|
|
2854
|
-
signature?: string | undefined;
|
|
2855
|
-
blockExpiration?: number | undefined;
|
|
2856
|
-
payload?: string | undefined;
|
|
2864
|
+
isAuthorized: false;
|
|
2857
2865
|
errorMessage?: any;
|
|
2858
|
-
}>;
|
|
2866
|
+
}>]>;
|
|
2859
2867
|
identifier: z.ZodString;
|
|
2860
2868
|
}, "strip", z.ZodTypeAny, {
|
|
2861
2869
|
type: "getTxAuthSigResponse";
|
|
2862
2870
|
identifier: string;
|
|
2863
2871
|
signatureResponse: {
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
payload
|
|
2872
|
+
signature: string;
|
|
2873
|
+
blockExpiration: number;
|
|
2874
|
+
isAuthorized: true;
|
|
2875
|
+
payload: string;
|
|
2876
|
+
} | {
|
|
2877
|
+
isAuthorized: false;
|
|
2868
2878
|
errorMessage?: any;
|
|
2869
2879
|
};
|
|
2870
2880
|
}, {
|
|
2871
2881
|
type: "getTxAuthSigResponse";
|
|
2872
2882
|
identifier: string;
|
|
2873
2883
|
signatureResponse: {
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
payload
|
|
2884
|
+
signature: string;
|
|
2885
|
+
blockExpiration: number;
|
|
2886
|
+
isAuthorized: true;
|
|
2887
|
+
payload: string;
|
|
2888
|
+
} | {
|
|
2889
|
+
isAuthorized: false;
|
|
2878
2890
|
errorMessage?: any;
|
|
2879
2891
|
};
|
|
2880
2892
|
}>, z.ZodObject<{
|
|
2881
2893
|
type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
|
|
2882
|
-
signatureResponse: z.ZodObject<{
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
errorMessage: z.ZodOptional<z.ZodAny>;
|
|
2894
|
+
signatureResponse: z.ZodUnion<[z.ZodObject<{
|
|
2895
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
2896
|
+
signature: z.ZodEffects<z.ZodString, `edsig${string}`, string>;
|
|
2897
|
+
blockExpiration: z.ZodNumber;
|
|
2887
2898
|
}, "strip", z.ZodTypeAny, {
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2899
|
+
signature: `edsig${string}`;
|
|
2900
|
+
blockExpiration: number;
|
|
2901
|
+
isAuthorized: true;
|
|
2902
|
+
}, {
|
|
2903
|
+
signature: string;
|
|
2904
|
+
blockExpiration: number;
|
|
2905
|
+
isAuthorized: true;
|
|
2906
|
+
}>, z.ZodObject<{
|
|
2907
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
2908
|
+
errorMessage: z.ZodAny;
|
|
2909
|
+
}, "strip", z.ZodTypeAny, {
|
|
2910
|
+
isAuthorized: false;
|
|
2891
2911
|
errorMessage?: any;
|
|
2892
2912
|
}, {
|
|
2893
|
-
isAuthorized:
|
|
2894
|
-
signature?: string | undefined;
|
|
2895
|
-
blockExpiration?: number | undefined;
|
|
2913
|
+
isAuthorized: false;
|
|
2896
2914
|
errorMessage?: any;
|
|
2897
|
-
}>;
|
|
2915
|
+
}>]>;
|
|
2898
2916
|
identifier: z.ZodString;
|
|
2899
2917
|
}, "strip", z.ZodTypeAny, {
|
|
2900
2918
|
type: "getTezosTxAuthSigResponse";
|
|
2901
2919
|
identifier: string;
|
|
2902
2920
|
signatureResponse: {
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2921
|
+
signature: `edsig${string}`;
|
|
2922
|
+
blockExpiration: number;
|
|
2923
|
+
isAuthorized: true;
|
|
2924
|
+
} | {
|
|
2925
|
+
isAuthorized: false;
|
|
2906
2926
|
errorMessage?: any;
|
|
2907
2927
|
};
|
|
2908
2928
|
}, {
|
|
2909
2929
|
type: "getTezosTxAuthSigResponse";
|
|
2910
2930
|
identifier: string;
|
|
2911
2931
|
signatureResponse: {
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2932
|
+
signature: string;
|
|
2933
|
+
blockExpiration: number;
|
|
2934
|
+
isAuthorized: true;
|
|
2935
|
+
} | {
|
|
2936
|
+
isAuthorized: false;
|
|
2915
2937
|
errorMessage?: any;
|
|
2916
2938
|
};
|
|
2917
2939
|
}>]>;
|
|
@@ -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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"}
|