@nexeraid/identity-schemas 1.12.31-dev → 1.12.33-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/{customers.schema-bfd75809.cjs.dev.js → customers.schema-39aad52f.cjs.dev.js} +1 -1
- package/dist/{customers.schema-c1a71aac.cjs.prod.js → customers.schema-be11d402.cjs.prod.js} +1 -1
- package/dist/{customers.schema-f232e577.esm.js → customers.schema-c59a8e5c.esm.js} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/host-requests.schema.d.ts +19 -19
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +16 -16
- package/dist/declarations/src/identity/polygon-id.schema.d.ts +27 -3
- package/dist/declarations/src/identity/polygon-id.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +7 -7
- package/dist/declarations/src/nexeraSSID.schema.d.ts +3 -3
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-c3ccca7b.cjs.dev.js → frontend-utilities.schema-3dccbb75.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-9951d168.cjs.prod.js → frontend-utilities.schema-5239df4e.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-c150e92a.esm.js → frontend-utilities.schema-73f1407c.esm.js} +1 -1
- package/dist/{identity-api.schema-8832ddec.cjs.dev.js → identity-api.schema-112c9451.cjs.prod.js} +34 -7
- package/dist/{identity-api.schema-181d93d3.cjs.prod.js → identity-api.schema-9e804414.cjs.dev.js} +34 -7
- package/dist/{identity-api.schema-2df73bbd.esm.js → identity-api.schema-f94d4413.esm.js} +32 -8
- package/dist/nexeraid-identity-schemas.cjs.dev.js +5 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +5 -2
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +4 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +4 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -23,10 +23,34 @@ export declare const ZeroKnowledgeProofRequest: z.ZodObject<{
|
|
|
23
23
|
optional?: boolean | undefined;
|
|
24
24
|
}>;
|
|
25
25
|
export type ZeroKnowledgeProofRequest = z.infer<typeof ZeroKnowledgeProofRequest>;
|
|
26
|
+
export declare const AUTHORIZATION_REQUEST_MESSAGE_TYPES: {
|
|
27
|
+
readonly AUTHORIZATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/request";
|
|
28
|
+
readonly AUTHORIZATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/response";
|
|
29
|
+
readonly CREDENTIAL_ISSUANCE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-request";
|
|
30
|
+
readonly CREDENTIAL_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/fetch-request";
|
|
31
|
+
readonly CREDENTIAL_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/offer";
|
|
32
|
+
readonly CREDENTIAL_ISSUANCE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-response";
|
|
33
|
+
readonly CREDENTIAL_REFRESH_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/refresh";
|
|
34
|
+
readonly DEVICE_REGISTRATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/devices/1.0/registration";
|
|
35
|
+
readonly MESSAGE_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/messages/1.0/fetch";
|
|
36
|
+
readonly PROOF_GENERATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/request";
|
|
37
|
+
readonly PROOF_GENERATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/response";
|
|
38
|
+
readonly REVOCATION_STATUS_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/request-status";
|
|
39
|
+
readonly REVOCATION_STATUS_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/status";
|
|
40
|
+
readonly CONTRACT_INVOKE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-request";
|
|
41
|
+
readonly CONTRACT_INVOKE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-response";
|
|
42
|
+
readonly CREDENTIAL_ONCHAIN_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/onchain-offer";
|
|
43
|
+
readonly PROPOSAL_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal-request";
|
|
44
|
+
readonly PROPOSAL_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal";
|
|
45
|
+
readonly PAYMENT_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment-request";
|
|
46
|
+
readonly PAYMENT_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment";
|
|
47
|
+
};
|
|
48
|
+
export declare const AuthorizationRequestMessageTypes: readonly ["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"];
|
|
49
|
+
export declare const AuthorizationRequestMessageType: z.ZodEnum<["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"]>;
|
|
26
50
|
export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
27
51
|
id: z.ZodString;
|
|
28
52
|
typ: z.ZodOptional<z.ZodNativeEnum<typeof MediaType>>;
|
|
29
|
-
type: z.
|
|
53
|
+
type: z.ZodEnum<["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"]>;
|
|
30
54
|
thid: z.ZodOptional<z.ZodString>;
|
|
31
55
|
body: z.ZodObject<{
|
|
32
56
|
callbackUrl: z.ZodString;
|
|
@@ -76,7 +100,7 @@ export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
|
76
100
|
to: z.ZodOptional<z.ZodString>;
|
|
77
101
|
}, "strip", z.ZodTypeAny, {
|
|
78
102
|
id: string;
|
|
79
|
-
type:
|
|
103
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
80
104
|
body: {
|
|
81
105
|
callbackUrl: string;
|
|
82
106
|
scope: {
|
|
@@ -95,7 +119,7 @@ export declare const AuthorizationRequestMessage: z.ZodObject<{
|
|
|
95
119
|
to?: string | undefined;
|
|
96
120
|
}, {
|
|
97
121
|
id: string;
|
|
98
|
-
type:
|
|
122
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
99
123
|
body: {
|
|
100
124
|
callbackUrl: string;
|
|
101
125
|
scope: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polygon-id.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["polygon-id.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,oBAAY,SAAS;IACnB,UAAU,+BAA+B;IACzC,YAAY,qCAAqC;IACjD,aAAa,sCAAsC;CACpD;AACD,eAAO,MAAM,YAAY,mCAA0B,CAAC;AACpD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;EAKpC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;
|
|
1
|
+
{"version":3,"file":"polygon-id.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["polygon-id.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,oBAAY,SAAS;IACnB,UAAU,+BAA+B;IACzC,YAAY,qCAAqC;IACjD,aAAa,sCAAsC;CACpD;AACD,eAAO,MAAM,YAAY,mCAA0B,CAAC;AACpD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;EAKpC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;CAyCtC,CAAC;AAEX,eAAO,MAAM,gCAAgC,qtCAqBnC,CAAC;AACX,eAAO,MAAM,+BAA+B,utCAE3C,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EActC,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AAGF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;EAMpB,CAAC;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrC,CAAC;AACH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC;AACF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYvC,CAAC;AACH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,4BAA4B,CACpC,CAAC;AAGF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ/B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWzB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,wBAAwB;;;;;;;;;EAOlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,UAU9C;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,UAQtD"}
|
|
@@ -276,7 +276,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
276
276
|
requestMessage: z.ZodObject<{
|
|
277
277
|
id: z.ZodString;
|
|
278
278
|
typ: z.ZodOptional<z.ZodNativeEnum<typeof import("./polygon-id.schema.js").MediaType>>;
|
|
279
|
-
type: z.
|
|
279
|
+
type: z.ZodEnum<["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"]>;
|
|
280
280
|
thid: z.ZodOptional<z.ZodString>;
|
|
281
281
|
body: z.ZodObject<{
|
|
282
282
|
callbackUrl: z.ZodString;
|
|
@@ -326,7 +326,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
326
326
|
to: z.ZodOptional<z.ZodString>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
328
|
id: string;
|
|
329
|
-
type:
|
|
329
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
330
330
|
body: {
|
|
331
331
|
callbackUrl: string;
|
|
332
332
|
scope: {
|
|
@@ -345,7 +345,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
345
345
|
to?: string | undefined;
|
|
346
346
|
}, {
|
|
347
347
|
id: string;
|
|
348
|
-
type:
|
|
348
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
349
349
|
body: {
|
|
350
350
|
callbackUrl: string;
|
|
351
351
|
scope: {
|
|
@@ -541,7 +541,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
541
541
|
};
|
|
542
542
|
requestMessage: {
|
|
543
543
|
id: string;
|
|
544
|
-
type:
|
|
544
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
545
545
|
body: {
|
|
546
546
|
callbackUrl: string;
|
|
547
547
|
scope: {
|
|
@@ -603,7 +603,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
603
603
|
};
|
|
604
604
|
requestMessage: {
|
|
605
605
|
id: string;
|
|
606
|
-
type:
|
|
606
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
607
607
|
body: {
|
|
608
608
|
callbackUrl: string;
|
|
609
609
|
scope: {
|
|
@@ -670,7 +670,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
670
670
|
};
|
|
671
671
|
requestMessage: {
|
|
672
672
|
id: string;
|
|
673
|
-
type:
|
|
673
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
674
674
|
body: {
|
|
675
675
|
callbackUrl: string;
|
|
676
676
|
scope: {
|
|
@@ -737,7 +737,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
737
737
|
};
|
|
738
738
|
requestMessage: {
|
|
739
739
|
id: string;
|
|
740
|
-
type:
|
|
740
|
+
type: "https://iden3-communication.io/authorization/1.0/request" | "https://iden3-communication.io/authorization/1.0/response" | "https://iden3-communication.io/credentials/1.0/issuance-request" | "https://iden3-communication.io/credentials/1.0/fetch-request" | "https://iden3-communication.io/credentials/1.0/offer" | "https://iden3-communication.io/credentials/1.0/issuance-response" | "https://iden3-communication.io/credentials/1.0/refresh" | "https://iden3-communication.io/devices/1.0/registration" | "https://iden3-communication.io/messages/1.0/fetch" | "https://iden3-communication.io/proofs/1.0/request" | "https://iden3-communication.io/proofs/1.0/response" | "https://iden3-communication.io/revocation/1.0/request-status" | "https://iden3-communication.io/revocation/1.0/status" | "https://iden3-communication.io/proofs/1.0/contract-invoke-request" | "https://iden3-communication.io/proofs/1.0/contract-invoke-response" | "https://iden3-communication.io/credentials/1.0/onchain-offer" | "https://iden3-communication.io/credentials/0.1/proposal-request" | "https://iden3-communication.io/credentials/0.1/proposal" | "https://iden3-communication.io/credentials/0.1/payment-request" | "https://iden3-communication.io/credentials/0.1/payment";
|
|
741
741
|
body: {
|
|
742
742
|
callbackUrl: string;
|
|
743
743
|
scope: {
|
|
@@ -29,6 +29,9 @@ export type AdditionalCustomerInformationParams = {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
export declare const AdditionalCustomerInformationParams: z.ZodType<AdditionalCustomerInformationParams>;
|
|
32
|
+
export declare const OrganizationId: z.ZodString;
|
|
33
|
+
export declare const WorkspaceId: z.ZodString;
|
|
34
|
+
export declare const WorkflowId: z.ZodString;
|
|
32
35
|
export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
33
36
|
sub: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
|
|
34
37
|
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
|
|
@@ -72,9 +75,6 @@ export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
|
72
75
|
ipAddress?: string | undefined;
|
|
73
76
|
storeSharedVC?: boolean | null | undefined;
|
|
74
77
|
}>;
|
|
75
|
-
export declare const OrganizationId: z.ZodString;
|
|
76
|
-
export declare const WorkspaceId: z.ZodString;
|
|
77
|
-
export declare const WorkflowId: z.ZodString;
|
|
78
78
|
export declare const ExternalCustomerId: z.ZodString;
|
|
79
79
|
export type ExternalCustomerId = z.infer<typeof ExternalCustomerId>;
|
|
80
80
|
export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EAEpB,2BAAwB;AAGzB,eAAO,MAAM,UAAU,2BAA4B,CAAC;AACpD,eAAO,MAAM,QAAQ,6BAEmB,CAAC;AACzC,eAAO,MAAM,iBAAiB,2CAA4C,CAAC;AAC3E,eAAO,MAAM,gBAAgB,6CAEsB,CAAC;AACpD,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sCAAsC,kFAGzC,CAAC;AACX,eAAO,MAAM,iCAAiC,oFAE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,qDAI5B,CAAC;AACX,eAAO,MAAM,2BAA2B,uDAAoC,CAAC;AAE7E,eAAO,MAAM,2BAA2B,+DAM9B,CAAC;AACX,eAAO,MAAM,0CAA0C,iEAEtD,CAAC;AAEF,eAAO,MAAM,UAAU,wEAGrB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,MAAM,CAAC,EAAE;QACP,gCAAgC;QAChC,OAAO,EAAE,iBAAiB,CAAC;QAC3B,kCAAkC;QAClC,SAAS,EAAE,mBAAmB,CAAC;KAChC,CAAC;CACH,CAAC;AACF,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CAAC,mCAAmC,CAU3F,CAAC;AAEL,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EAEpB,2BAAwB;AAGzB,eAAO,MAAM,UAAU,2BAA4B,CAAC;AACpD,eAAO,MAAM,QAAQ,6BAEmB,CAAC;AACzC,eAAO,MAAM,iBAAiB,2CAA4C,CAAC;AAC3E,eAAO,MAAM,gBAAgB,6CAEsB,CAAC;AACpD,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sCAAsC,kFAGzC,CAAC;AACX,eAAO,MAAM,iCAAiC,oFAE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,qDAI5B,CAAC;AACX,eAAO,MAAM,2BAA2B,uDAAoC,CAAC;AAE7E,eAAO,MAAM,2BAA2B,+DAM9B,CAAC;AACX,eAAO,MAAM,0CAA0C,iEAEtD,CAAC;AAEF,eAAO,MAAM,UAAU,wEAGrB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,MAAM,CAAC,EAAE;QACP,gCAAgC;QAChC,OAAO,EAAE,iBAAiB,CAAC;QAC3B,kCAAkC;QAClC,SAAS,EAAE,mBAAmB,CAAC;KAChC,CAAC;CACH,CAAC;AACF,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CAAC,mCAAmC,CAU3F,CAAC;AAEL,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,UAAU,aAAa,CAAC;AAErC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcpC,CAAC;AAIH,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAqBpE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI/B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;IAG/B;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGH,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAXxC;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWH,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AACF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,0CAA0C,CAClD,CAAC;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,iCAAiC,CACzC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAC5D,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAvCrC;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCH,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,qCAAqC;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,2CAA2C;IAC3C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,2DAA2D;IAC3D,qBAAqB,CAAC,EAAE,mCAAmC,CAAC;CAC7D,CAAC;AACF,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAMnE,CAAC"}
|
package/dist/{frontend-utilities.schema-c150e92a.esm.js → frontend-utilities.schema-73f1407c.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { cD as SupportedType, e0 as _toConsumableArray, cs as ARRAY_OPERATORS, cy as BOOLEAN_OPERATORS, cw as NUMERIC_OPERATORS, cu as STRING_OPERATORS } from './identity-api.schema-f94d4413.esm.js';
|
|
2
2
|
|
|
3
3
|
var VC_JSON_SCHEMA_MAP = {
|
|
4
4
|
ProofOfResidence: {
|
package/dist/{identity-api.schema-8832ddec.cjs.dev.js → identity-api.schema-112c9451.cjs.prod.js}
RENAMED
|
@@ -2108,10 +2108,34 @@ var ZeroKnowledgeProofRequest = zod.z.object({
|
|
|
2108
2108
|
optional: zod.z["boolean"]().optional(),
|
|
2109
2109
|
query: zod.z.record(zod.z.string(), zod.z.any())
|
|
2110
2110
|
});
|
|
2111
|
+
var AUTHORIZATION_REQUEST_MESSAGE_TYPES = {
|
|
2112
|
+
AUTHORIZATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/request",
|
|
2113
|
+
AUTHORIZATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/response",
|
|
2114
|
+
CREDENTIAL_ISSUANCE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-request",
|
|
2115
|
+
CREDENTIAL_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/fetch-request",
|
|
2116
|
+
CREDENTIAL_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/offer",
|
|
2117
|
+
CREDENTIAL_ISSUANCE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-response",
|
|
2118
|
+
CREDENTIAL_REFRESH_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/refresh",
|
|
2119
|
+
DEVICE_REGISTRATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/devices/1.0/registration",
|
|
2120
|
+
MESSAGE_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/messages/1.0/fetch",
|
|
2121
|
+
PROOF_GENERATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/request",
|
|
2122
|
+
PROOF_GENERATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/response",
|
|
2123
|
+
REVOCATION_STATUS_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/request-status",
|
|
2124
|
+
REVOCATION_STATUS_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/status",
|
|
2125
|
+
CONTRACT_INVOKE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-request",
|
|
2126
|
+
CONTRACT_INVOKE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-response",
|
|
2127
|
+
CREDENTIAL_ONCHAIN_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/onchain-offer",
|
|
2128
|
+
PROPOSAL_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal-request",
|
|
2129
|
+
PROPOSAL_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal",
|
|
2130
|
+
PAYMENT_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment-request",
|
|
2131
|
+
PAYMENT_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment"
|
|
2132
|
+
};
|
|
2133
|
+
var AuthorizationRequestMessageTypes = ["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"];
|
|
2134
|
+
var AuthorizationRequestMessageType = zod.z["enum"](AuthorizationRequestMessageTypes);
|
|
2111
2135
|
var AuthorizationRequestMessage = zod.z.object({
|
|
2112
2136
|
id: zod.z.string(),
|
|
2113
2137
|
typ: MediaTypePID.optional(),
|
|
2114
|
-
type:
|
|
2138
|
+
type: AuthorizationRequestMessageType,
|
|
2115
2139
|
thid: zod.z.string().optional(),
|
|
2116
2140
|
body: zod.z.object({
|
|
2117
2141
|
callbackUrl: zod.z.string(),
|
|
@@ -2545,25 +2569,25 @@ var AdditionalCustomerInformationParams = zod.z.object({
|
|
|
2545
2569
|
namespace: BlockchainNamespace
|
|
2546
2570
|
}).optional()
|
|
2547
2571
|
});
|
|
2572
|
+
var OrganizationId = zod.z.string();
|
|
2573
|
+
var WorkspaceId = zod.z.string();
|
|
2574
|
+
var WorkflowId = UuidString;
|
|
2548
2575
|
var IdentityWidgetAccessToken = zod.z.object({
|
|
2549
2576
|
sub: BlockchainAddress,
|
|
2550
2577
|
blockchainNamespace: BlockchainNamespace,
|
|
2551
2578
|
exp: zod.z.number(),
|
|
2552
2579
|
projectId: zod.z.string(),
|
|
2553
|
-
organizationId:
|
|
2580
|
+
organizationId: OrganizationId,
|
|
2554
2581
|
customerId: UuidString,
|
|
2555
|
-
workspaceId:
|
|
2582
|
+
workspaceId: WorkspaceId,
|
|
2556
2583
|
// cmsProjectId
|
|
2557
|
-
workflowId:
|
|
2584
|
+
workflowId: WorkflowId.optional(),
|
|
2558
2585
|
ipAddress: zod.z.string().optional(),
|
|
2559
2586
|
timestamp: zod.z.number(),
|
|
2560
2587
|
storeSharedVC: zod.z["boolean"]().nullish(),
|
|
2561
2588
|
verificationMode: VerificationMode,
|
|
2562
2589
|
hosts: zod.z.array(zod.z.string())
|
|
2563
2590
|
});
|
|
2564
|
-
var OrganizationId = zod.z.string();
|
|
2565
|
-
var WorkspaceId = zod.z.string();
|
|
2566
|
-
var WorkflowId = zod.z.string();
|
|
2567
2591
|
|
|
2568
2592
|
// represents an id of a consumer in the external system of our client
|
|
2569
2593
|
// as it's an external id, it can be any string
|
|
@@ -3230,6 +3254,7 @@ exports.ACTIVE_EVM_CHAIN_VALUES = ACTIVE_EVM_CHAIN_VALUES;
|
|
|
3230
3254
|
exports.ACTIVE_TEZOS_CHAIN_VALUES = ACTIVE_TEZOS_CHAIN_VALUES;
|
|
3231
3255
|
exports.ALPHA_2_COUNTRIES = ALPHA_2_COUNTRIES;
|
|
3232
3256
|
exports.ARRAY_OPERATORS = ARRAY_OPERATORS;
|
|
3257
|
+
exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = AUTHORIZATION_REQUEST_MESSAGE_TYPES;
|
|
3233
3258
|
exports.AVAILABLE_FLOWS = AVAILABLE_FLOWS;
|
|
3234
3259
|
exports.AdditionalCustomerInformationParams = AdditionalCustomerInformationParams;
|
|
3235
3260
|
exports.AddressSchema = AddressSchema;
|
|
@@ -3246,6 +3271,8 @@ exports.ArrayOperator = ArrayOperator;
|
|
|
3246
3271
|
exports.AuthQrCodeData = AuthQrCodeData;
|
|
3247
3272
|
exports.AuthSession = AuthSession;
|
|
3248
3273
|
exports.AuthorizationRequestMessage = AuthorizationRequestMessage;
|
|
3274
|
+
exports.AuthorizationRequestMessageType = AuthorizationRequestMessageType;
|
|
3275
|
+
exports.AuthorizationRequestMessageTypes = AuthorizationRequestMessageTypes;
|
|
3249
3276
|
exports.AuthorizationResponseMessage = AuthorizationResponseMessage;
|
|
3250
3277
|
exports.AvailableFlow = AvailableFlow;
|
|
3251
3278
|
exports.BLOCKCHAIN_NAMESPACES = BLOCKCHAIN_NAMESPACES;
|
package/dist/{identity-api.schema-181d93d3.cjs.prod.js → identity-api.schema-9e804414.cjs.dev.js}
RENAMED
|
@@ -2108,10 +2108,34 @@ var ZeroKnowledgeProofRequest = zod.z.object({
|
|
|
2108
2108
|
optional: zod.z["boolean"]().optional(),
|
|
2109
2109
|
query: zod.z.record(zod.z.string(), zod.z.any())
|
|
2110
2110
|
});
|
|
2111
|
+
var AUTHORIZATION_REQUEST_MESSAGE_TYPES = {
|
|
2112
|
+
AUTHORIZATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/request",
|
|
2113
|
+
AUTHORIZATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/response",
|
|
2114
|
+
CREDENTIAL_ISSUANCE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-request",
|
|
2115
|
+
CREDENTIAL_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/fetch-request",
|
|
2116
|
+
CREDENTIAL_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/offer",
|
|
2117
|
+
CREDENTIAL_ISSUANCE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-response",
|
|
2118
|
+
CREDENTIAL_REFRESH_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/refresh",
|
|
2119
|
+
DEVICE_REGISTRATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/devices/1.0/registration",
|
|
2120
|
+
MESSAGE_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/messages/1.0/fetch",
|
|
2121
|
+
PROOF_GENERATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/request",
|
|
2122
|
+
PROOF_GENERATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/response",
|
|
2123
|
+
REVOCATION_STATUS_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/request-status",
|
|
2124
|
+
REVOCATION_STATUS_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/status",
|
|
2125
|
+
CONTRACT_INVOKE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-request",
|
|
2126
|
+
CONTRACT_INVOKE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-response",
|
|
2127
|
+
CREDENTIAL_ONCHAIN_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/onchain-offer",
|
|
2128
|
+
PROPOSAL_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal-request",
|
|
2129
|
+
PROPOSAL_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal",
|
|
2130
|
+
PAYMENT_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment-request",
|
|
2131
|
+
PAYMENT_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment"
|
|
2132
|
+
};
|
|
2133
|
+
var AuthorizationRequestMessageTypes = ["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"];
|
|
2134
|
+
var AuthorizationRequestMessageType = zod.z["enum"](AuthorizationRequestMessageTypes);
|
|
2111
2135
|
var AuthorizationRequestMessage = zod.z.object({
|
|
2112
2136
|
id: zod.z.string(),
|
|
2113
2137
|
typ: MediaTypePID.optional(),
|
|
2114
|
-
type:
|
|
2138
|
+
type: AuthorizationRequestMessageType,
|
|
2115
2139
|
thid: zod.z.string().optional(),
|
|
2116
2140
|
body: zod.z.object({
|
|
2117
2141
|
callbackUrl: zod.z.string(),
|
|
@@ -2545,25 +2569,25 @@ var AdditionalCustomerInformationParams = zod.z.object({
|
|
|
2545
2569
|
namespace: BlockchainNamespace
|
|
2546
2570
|
}).optional()
|
|
2547
2571
|
});
|
|
2572
|
+
var OrganizationId = zod.z.string();
|
|
2573
|
+
var WorkspaceId = zod.z.string();
|
|
2574
|
+
var WorkflowId = UuidString;
|
|
2548
2575
|
var IdentityWidgetAccessToken = zod.z.object({
|
|
2549
2576
|
sub: BlockchainAddress,
|
|
2550
2577
|
blockchainNamespace: BlockchainNamespace,
|
|
2551
2578
|
exp: zod.z.number(),
|
|
2552
2579
|
projectId: zod.z.string(),
|
|
2553
|
-
organizationId:
|
|
2580
|
+
organizationId: OrganizationId,
|
|
2554
2581
|
customerId: UuidString,
|
|
2555
|
-
workspaceId:
|
|
2582
|
+
workspaceId: WorkspaceId,
|
|
2556
2583
|
// cmsProjectId
|
|
2557
|
-
workflowId:
|
|
2584
|
+
workflowId: WorkflowId.optional(),
|
|
2558
2585
|
ipAddress: zod.z.string().optional(),
|
|
2559
2586
|
timestamp: zod.z.number(),
|
|
2560
2587
|
storeSharedVC: zod.z["boolean"]().nullish(),
|
|
2561
2588
|
verificationMode: VerificationMode,
|
|
2562
2589
|
hosts: zod.z.array(zod.z.string())
|
|
2563
2590
|
});
|
|
2564
|
-
var OrganizationId = zod.z.string();
|
|
2565
|
-
var WorkspaceId = zod.z.string();
|
|
2566
|
-
var WorkflowId = zod.z.string();
|
|
2567
2591
|
|
|
2568
2592
|
// represents an id of a consumer in the external system of our client
|
|
2569
2593
|
// as it's an external id, it can be any string
|
|
@@ -3230,6 +3254,7 @@ exports.ACTIVE_EVM_CHAIN_VALUES = ACTIVE_EVM_CHAIN_VALUES;
|
|
|
3230
3254
|
exports.ACTIVE_TEZOS_CHAIN_VALUES = ACTIVE_TEZOS_CHAIN_VALUES;
|
|
3231
3255
|
exports.ALPHA_2_COUNTRIES = ALPHA_2_COUNTRIES;
|
|
3232
3256
|
exports.ARRAY_OPERATORS = ARRAY_OPERATORS;
|
|
3257
|
+
exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = AUTHORIZATION_REQUEST_MESSAGE_TYPES;
|
|
3233
3258
|
exports.AVAILABLE_FLOWS = AVAILABLE_FLOWS;
|
|
3234
3259
|
exports.AdditionalCustomerInformationParams = AdditionalCustomerInformationParams;
|
|
3235
3260
|
exports.AddressSchema = AddressSchema;
|
|
@@ -3246,6 +3271,8 @@ exports.ArrayOperator = ArrayOperator;
|
|
|
3246
3271
|
exports.AuthQrCodeData = AuthQrCodeData;
|
|
3247
3272
|
exports.AuthSession = AuthSession;
|
|
3248
3273
|
exports.AuthorizationRequestMessage = AuthorizationRequestMessage;
|
|
3274
|
+
exports.AuthorizationRequestMessageType = AuthorizationRequestMessageType;
|
|
3275
|
+
exports.AuthorizationRequestMessageTypes = AuthorizationRequestMessageTypes;
|
|
3249
3276
|
exports.AuthorizationResponseMessage = AuthorizationResponseMessage;
|
|
3250
3277
|
exports.AvailableFlow = AvailableFlow;
|
|
3251
3278
|
exports.BLOCKCHAIN_NAMESPACES = BLOCKCHAIN_NAMESPACES;
|
|
@@ -2106,10 +2106,34 @@ var ZeroKnowledgeProofRequest = z.object({
|
|
|
2106
2106
|
optional: z["boolean"]().optional(),
|
|
2107
2107
|
query: z.record(z.string(), z.any())
|
|
2108
2108
|
});
|
|
2109
|
+
var AUTHORIZATION_REQUEST_MESSAGE_TYPES = {
|
|
2110
|
+
AUTHORIZATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/request",
|
|
2111
|
+
AUTHORIZATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/authorization/1.0/response",
|
|
2112
|
+
CREDENTIAL_ISSUANCE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-request",
|
|
2113
|
+
CREDENTIAL_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/fetch-request",
|
|
2114
|
+
CREDENTIAL_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/offer",
|
|
2115
|
+
CREDENTIAL_ISSUANCE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/issuance-response",
|
|
2116
|
+
CREDENTIAL_REFRESH_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/refresh",
|
|
2117
|
+
DEVICE_REGISTRATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/devices/1.0/registration",
|
|
2118
|
+
MESSAGE_FETCH_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/messages/1.0/fetch",
|
|
2119
|
+
PROOF_GENERATION_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/request",
|
|
2120
|
+
PROOF_GENERATION_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/response",
|
|
2121
|
+
REVOCATION_STATUS_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/request-status",
|
|
2122
|
+
REVOCATION_STATUS_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/revocation/1.0/status",
|
|
2123
|
+
CONTRACT_INVOKE_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-request",
|
|
2124
|
+
CONTRACT_INVOKE_RESPONSE_MESSAGE_TYPE: "https://iden3-communication.io/proofs/1.0/contract-invoke-response",
|
|
2125
|
+
CREDENTIAL_ONCHAIN_OFFER_MESSAGE_TYPE: "https://iden3-communication.io/credentials/1.0/onchain-offer",
|
|
2126
|
+
PROPOSAL_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal-request",
|
|
2127
|
+
PROPOSAL_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/proposal",
|
|
2128
|
+
PAYMENT_REQUEST_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment-request",
|
|
2129
|
+
PAYMENT_MESSAGE_TYPE: "https://iden3-communication.io/credentials/0.1/payment"
|
|
2130
|
+
};
|
|
2131
|
+
var AuthorizationRequestMessageTypes = ["https://iden3-communication.io/authorization/1.0/request", "https://iden3-communication.io/authorization/1.0/response", "https://iden3-communication.io/credentials/1.0/issuance-request", "https://iden3-communication.io/credentials/1.0/fetch-request", "https://iden3-communication.io/credentials/1.0/offer", "https://iden3-communication.io/credentials/1.0/issuance-response", "https://iden3-communication.io/credentials/1.0/refresh", "https://iden3-communication.io/devices/1.0/registration", "https://iden3-communication.io/messages/1.0/fetch", "https://iden3-communication.io/proofs/1.0/request", "https://iden3-communication.io/proofs/1.0/response", "https://iden3-communication.io/revocation/1.0/request-status", "https://iden3-communication.io/revocation/1.0/status", "https://iden3-communication.io/proofs/1.0/contract-invoke-request", "https://iden3-communication.io/proofs/1.0/contract-invoke-response", "https://iden3-communication.io/credentials/1.0/onchain-offer", "https://iden3-communication.io/credentials/0.1/proposal-request", "https://iden3-communication.io/credentials/0.1/proposal", "https://iden3-communication.io/credentials/0.1/payment-request", "https://iden3-communication.io/credentials/0.1/payment"];
|
|
2132
|
+
var AuthorizationRequestMessageType = z["enum"](AuthorizationRequestMessageTypes);
|
|
2109
2133
|
var AuthorizationRequestMessage = z.object({
|
|
2110
2134
|
id: z.string(),
|
|
2111
2135
|
typ: MediaTypePID.optional(),
|
|
2112
|
-
type:
|
|
2136
|
+
type: AuthorizationRequestMessageType,
|
|
2113
2137
|
thid: z.string().optional(),
|
|
2114
2138
|
body: z.object({
|
|
2115
2139
|
callbackUrl: z.string(),
|
|
@@ -2543,25 +2567,25 @@ var AdditionalCustomerInformationParams = z.object({
|
|
|
2543
2567
|
namespace: BlockchainNamespace
|
|
2544
2568
|
}).optional()
|
|
2545
2569
|
});
|
|
2570
|
+
var OrganizationId = z.string();
|
|
2571
|
+
var WorkspaceId = z.string();
|
|
2572
|
+
var WorkflowId = UuidString;
|
|
2546
2573
|
var IdentityWidgetAccessToken = z.object({
|
|
2547
2574
|
sub: BlockchainAddress,
|
|
2548
2575
|
blockchainNamespace: BlockchainNamespace,
|
|
2549
2576
|
exp: z.number(),
|
|
2550
2577
|
projectId: z.string(),
|
|
2551
|
-
organizationId:
|
|
2578
|
+
organizationId: OrganizationId,
|
|
2552
2579
|
customerId: UuidString,
|
|
2553
|
-
workspaceId:
|
|
2580
|
+
workspaceId: WorkspaceId,
|
|
2554
2581
|
// cmsProjectId
|
|
2555
|
-
workflowId:
|
|
2582
|
+
workflowId: WorkflowId.optional(),
|
|
2556
2583
|
ipAddress: z.string().optional(),
|
|
2557
2584
|
timestamp: z.number(),
|
|
2558
2585
|
storeSharedVC: z["boolean"]().nullish(),
|
|
2559
2586
|
verificationMode: VerificationMode,
|
|
2560
2587
|
hosts: z.array(z.string())
|
|
2561
2588
|
});
|
|
2562
|
-
var OrganizationId = z.string();
|
|
2563
|
-
var WorkspaceId = z.string();
|
|
2564
|
-
var WorkflowId = z.string();
|
|
2565
2589
|
|
|
2566
2590
|
// represents an id of a consumer in the external system of our client
|
|
2567
2591
|
// as it's an external id, it can be any string
|
|
@@ -3223,4 +3247,4 @@ var WalletSignatureData = WalletSignatureResponse.and(z.object({
|
|
|
3223
3247
|
blockchainId: BlockchainId.optional()
|
|
3224
3248
|
}));
|
|
3225
3249
|
|
|
3226
|
-
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, PolygonIdInitialized as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatus as aA, BasicCustomerContactInformation as aB, CUSTOMERS_CHARTS as aC, CustomersChartType as aD, CUSTOMER_TABLE_COLUMNS as aE, CustomerTableColumn as aF, CUSTOMER_AUTOMATION_REASONS as aG, createBrandedSchemaId as aH, StorageId as aI, IdentityId as aJ, EmailId as aK, WalletId as aL, AppId as aM, ChallengeId as aN, TestId as aO, generateId as aP, ScenarioAuthorizationData as aQ, SdkVerificationResponseSchema as aR, CloseScreenNotification as aS, KycCompletionData as aT, KycCompletionNotification as aU, RuleEngineScenarioExecutionData as aV, OffChainScenarioExecutionData as aW, OnChainScenarioExecutionData as aX, ScenarioExecutionData as aY, ScenarioExecutionNotification as aZ, IsVerifiedNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, ZodParse as af, shortBlockchainAddress as ag, PUBLIC_SERVICES_SCHEMA_MAP as ah, ISO3CountryCode as ai, ALPHA_2_COUNTRIES as aj, Alpha2Country as ak, countryISO3toISO2Mapping as al, countryISO2toISO3Mapping as am, isoCountriesNameFromISO2 as an, parseISO3CountryCode as ao, RiskScoreTypes as ap, RiskScoreType as aq, CustomerTypes as ar, CustomerType as as, KycOnboardingLevels as at, KycOnboardingLevel as au, KybOnboardingLevels as av, KybOnboardingLevel as aw, CustomerOnboardingLevels as ax, CustomerOnboardingLevel as ay, CustomerStatuses as az, NEXERA_COSMOS_CHAINS as b, IdentitySdkMessage as b$, OcvSdkInitialized as b0, StartCompletedNotification as b1, IdentityNotificationMessage as b2, InitialDataRequest as b3, SignatureRequest as b4, TransactionData as b5, SendTransactionRequest as b6, IdentityRequestMessage as b7, AVAILABLE_FLOWS as b8, AvailableFlow as b9, ScenarioExecutionResponse as bA, RuleResultStatuses as bB, RuleResultStatus as bC, RuleResultStatusLabels as bD, ComplianceImplementationStepsInput as bE, SimplifiedCredential as bF, GetCredentialsRequest as bG, GetCredentialsResponse as bH, PolygonIdRequestData as bI, PolygonIdRequest as bJ, PolygonIdResponseData as bK, PolygonIdResponse as bL, StartFlowRequest as bM, IsVerifiedRequest as bN, IsVerifiedResponse as bO, GetTxAuthSigRequest as bP, GetTxAuthSigResponse as bQ, GetTxAuthSigRequestTezos as bR, GetTxAuthSigResponseTezos as bS, HostRequestMessage as bT, IdentityResponseMessage as bU, WalletChallengeRequest as bV, AuthSession as bW, ChallengeResponse as bX, WalletSignResponse as bY, TxAuthDataSignatureGatingRequest as bZ, GetCustomerStatusRequest as b_, DataAvailableOnStart as ba, InitialDataResponse as bb, SignatureResponse as bc, TransactionResponse as bd, HostResponseMessage as be, ChallengeQueryOperators as bf, ChallengeQueryOperator as bg, OperatorToChallengeQueryOperator as bh, ChallengeQueryOperatorToOperator as bi, ChallengeQuerySchema as bj, ExecuteChallengeQueryInput as bk, ExecuteChallengeQueryConfig as bl, OpaChallengeQueryResponse as bm, ExecuteChallengeQueryResponse as bn, OPAChallengeQuery as bo, OnChainRuleResult as bp, OffChainZKPRuleResult as bq, SdkVerificationOutput as br, VerificationSessionStatuses as bs, VerificationSessionStatus as bt, VerificationOutput as bu, ScenarioTypes as bv, ScenarioType as bw, ScenarioStatuses as bx, ScenarioStatus as by, RuleEngineResponse as bz, NEXERA_STARKNET_CHAINS as c,
|
|
3250
|
+
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, PolygonIdInitialized as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatus as aA, BasicCustomerContactInformation as aB, CUSTOMERS_CHARTS as aC, CustomersChartType as aD, CUSTOMER_TABLE_COLUMNS as aE, CustomerTableColumn as aF, CUSTOMER_AUTOMATION_REASONS as aG, createBrandedSchemaId as aH, StorageId as aI, IdentityId as aJ, EmailId as aK, WalletId as aL, AppId as aM, ChallengeId as aN, TestId as aO, generateId as aP, ScenarioAuthorizationData as aQ, SdkVerificationResponseSchema as aR, CloseScreenNotification as aS, KycCompletionData as aT, KycCompletionNotification as aU, RuleEngineScenarioExecutionData as aV, OffChainScenarioExecutionData as aW, OnChainScenarioExecutionData as aX, ScenarioExecutionData as aY, ScenarioExecutionNotification as aZ, IsVerifiedNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, ZodParse as af, shortBlockchainAddress as ag, PUBLIC_SERVICES_SCHEMA_MAP as ah, ISO3CountryCode as ai, ALPHA_2_COUNTRIES as aj, Alpha2Country as ak, countryISO3toISO2Mapping as al, countryISO2toISO3Mapping as am, isoCountriesNameFromISO2 as an, parseISO3CountryCode as ao, RiskScoreTypes as ap, RiskScoreType as aq, CustomerTypes as ar, CustomerType as as, KycOnboardingLevels as at, KycOnboardingLevel as au, KybOnboardingLevels as av, KybOnboardingLevel as aw, CustomerOnboardingLevels as ax, CustomerOnboardingLevel as ay, CustomerStatuses as az, NEXERA_COSMOS_CHAINS as b, IdentitySdkMessage as b$, OcvSdkInitialized as b0, StartCompletedNotification as b1, IdentityNotificationMessage as b2, InitialDataRequest as b3, SignatureRequest as b4, TransactionData as b5, SendTransactionRequest as b6, IdentityRequestMessage as b7, AVAILABLE_FLOWS as b8, AvailableFlow as b9, ScenarioExecutionResponse as bA, RuleResultStatuses as bB, RuleResultStatus as bC, RuleResultStatusLabels as bD, ComplianceImplementationStepsInput as bE, SimplifiedCredential as bF, GetCredentialsRequest as bG, GetCredentialsResponse as bH, PolygonIdRequestData as bI, PolygonIdRequest as bJ, PolygonIdResponseData as bK, PolygonIdResponse as bL, StartFlowRequest as bM, IsVerifiedRequest as bN, IsVerifiedResponse as bO, GetTxAuthSigRequest as bP, GetTxAuthSigResponse as bQ, GetTxAuthSigRequestTezos as bR, GetTxAuthSigResponseTezos as bS, HostRequestMessage as bT, IdentityResponseMessage as bU, WalletChallengeRequest as bV, AuthSession as bW, ChallengeResponse as bX, WalletSignResponse as bY, TxAuthDataSignatureGatingRequest as bZ, GetCustomerStatusRequest as b_, DataAvailableOnStart as ba, InitialDataResponse as bb, SignatureResponse as bc, TransactionResponse as bd, HostResponseMessage as be, ChallengeQueryOperators as bf, ChallengeQueryOperator as bg, OperatorToChallengeQueryOperator as bh, ChallengeQueryOperatorToOperator as bi, ChallengeQuerySchema as bj, ExecuteChallengeQueryInput as bk, ExecuteChallengeQueryConfig as bl, OpaChallengeQueryResponse as bm, ExecuteChallengeQueryResponse as bn, OPAChallengeQuery as bo, OnChainRuleResult as bp, OffChainZKPRuleResult as bq, SdkVerificationOutput as br, VerificationSessionStatuses as bs, VerificationSessionStatus as bt, VerificationOutput as bu, ScenarioTypes as bv, ScenarioType as bw, ScenarioStatuses as bx, ScenarioStatus as by, RuleEngineResponse as bz, NEXERA_STARKNET_CHAINS as c, ExtendedTxAuthInput as c$, IdentitySdkMessageWithIdentifier as c0, TxAuthDataSignatureResponse as c1, GetCustomerStatusResponse as c2, IdentityAppMessage as c3, HostMessage as c4, IdentityMessage as c5, RequiredDataRowSchema as c6, RequiredVerificationData as c7, MediaType as c8, MediaTypePID as c9, DATE_OPERATORS as cA, DateOperator as cB, SUPPORTED_TYPES as cC, SupportedType as cD, SupportedTypes as cE, IDInformation as cF, QueryConfig as cG, QueryType as cH, QueryConfigSimplified as cI, PartialQueryConfigSimplified as cJ, QueryConfigSimplifiedParsed as cK, QueryConfiguration as cL, NonParsedQueryConfiguration as cM, CreateQueryConfigurationInput as cN, CreateQueryConfigurationResponse as cO, UpdateQueryConfigurationInput as cP, UpdateQueryConfigurationResponse as cQ, DeleteQueryConfigurationInput as cR, DeleteQueryConfigurationResponse as cS, QueryCredentialTypes as cT, QueryCredentialType as cU, TxAuthInput as cV, TxSignatureResponse as cW, GetTxAuthDataSignatureResponse as cX, TezosTxAuthInput as cY, TezosTxSignatureResponse as cZ, GetTezosTxAuthDataSignatureResponse as c_, ZeroKnowledgeProofRequest as ca, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cb, AuthorizationRequestMessageTypes as cc, AuthorizationRequestMessageType as cd, AuthorizationRequestMessage as ce, ProofData as cf, ZeroKnowledgeProofResponse as cg, AuthorizationResponseMessage as ch, CredentialQrCodeData as ci, AuthQrCodeData as cj, QrCodeLinkWithSchemaType as ck, parseIden3Message as cl, parseSessionIdFromUrl as cm, AllCredentialAttributes as cn, AllCredentialValues as co, Operator as cp, ZKPOperator as cq, operatorDisplayMap as cr, ARRAY_OPERATORS as cs, ArrayOperator as ct, STRING_OPERATORS as cu, StringOperator as cv, NUMERIC_OPERATORS as cw, NumericOperator as cx, BOOLEAN_OPERATORS as cy, BooleanOperator as cz, NEXERA_EVM_CHAIN_NAMES as d, CredentialMediaType as d$, ExtendedTezosTxAuthInput as d0, AnyTxAuthInput as d1, ExtendedTxAuthDataSignatureResponse as d2, ExtendedTezosTxAuthDataSignatureResponse as d3, AnyTxAuthDataSignatureResponse as d4, ZKPRequest as d5, ZKPRequestFromZKVerifier as d6, OffChainZKP as d7, CreateAuthRequestProps as d8, CreateZKProofRequestProps as d9, IdentityWidgetAccessToken as dA, ExternalCustomerId as dB, IdentityAppV2Web3JWT as dC, IdentityAppV2Web2JWT as dD, IdentityWidgetAccessToken_NEW as dE, IdentityWidgetSessionToken as dF, Web2CreateSessionParams as dG, ID3CredentialSubjectSchema as dH, IDScanCredentialSubjectSchema as dI, IDScanPassportCredentialSubjectSchema as dJ, IDScanSelfieCredentialSubjectSchema as dK, OLD_IDImageCredentialSubjectSchema as dL, OLD_IDInformationCredentialSubjectSchema as dM, OLD_ProofOfResidenceCredentialSubjectSchema as dN, OLD_SelfieImageCredentialSubjectSchema as dO, OLD_AMLScreeningsResultsCredentialSubjectSchema as dP, IDInformationCredentialSubjectSchema as dQ, IDImageCredentialSubjectSchema as dR, SelfieImageCredentialSubjectSchema as dS, ProofOfResidenceCredentialSubjectSchema as dT, GenericVerifiableCredentialSchema as dU, CredentialSchemas as dV, CredentialNames as dW, NexeraCredentialType as dX, getCredentialName as dY, CredentialType as dZ, VerifiableCredential as d_, AllScenarioExecutionAuthorizationData as da, ProjectAuthorizationData as db, OnChainZKP as dc, OnChainZKPFromNexeraID as dd, OnChainZKPScenarioFromCms as de, OnChainZKPPayload as df, SCENARIO_AUTHORIZATION_STATUSES as dg, ScenarioAuthorizationStatus as dh, WalletSignatureResponse as di, WalletSignatureData as dj, FLOW_TYPES as dk, FlowType as dl, VerificationModes as dm, VerificationMode as dn, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dp, IdentityDocumentCountryListOption as dq, IDENTITY_DOCUMENT_OPTIONS as dr, IdentityDocumentOptionsType as ds, PERSONAL_INFORMATION_FIELDS as dt, PersonalInformationFieldsIdentityDocuments as du, Identifier as dv, AdditionalCustomerInformationParams as dw, OrganizationId as dx, WorkspaceId as dy, WorkflowId as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, _toConsumableArray as e0, _toArray as e1, _defineProperty as e2, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-9e804414.cjs.dev.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-3dccbb75.cjs.dev.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -76,6 +76,7 @@ exports.ACTIVE_EVM_CHAIN_VALUES = identityApi_schema.ACTIVE_EVM_CHAIN_VALUES;
|
|
|
76
76
|
exports.ACTIVE_TEZOS_CHAIN_VALUES = identityApi_schema.ACTIVE_TEZOS_CHAIN_VALUES;
|
|
77
77
|
exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES;
|
|
78
78
|
exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
|
|
79
|
+
exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = identityApi_schema.AUTHORIZATION_REQUEST_MESSAGE_TYPES;
|
|
79
80
|
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
|
|
80
81
|
exports.AdditionalCustomerInformationParams = identityApi_schema.AdditionalCustomerInformationParams;
|
|
81
82
|
exports.AddressSchema = identityApi_schema.AddressSchema;
|
|
@@ -92,6 +93,8 @@ exports.ArrayOperator = identityApi_schema.ArrayOperator;
|
|
|
92
93
|
exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
|
|
93
94
|
exports.AuthSession = identityApi_schema.AuthSession;
|
|
94
95
|
exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage;
|
|
96
|
+
exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationRequestMessageType;
|
|
97
|
+
exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
|
|
95
98
|
exports.AuthorizationResponseMessage = identityApi_schema.AuthorizationResponseMessage;
|
|
96
99
|
exports.AvailableFlow = identityApi_schema.AvailableFlow;
|
|
97
100
|
exports.BLOCKCHAIN_NAMESPACES = identityApi_schema.BLOCKCHAIN_NAMESPACES;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-112c9451.cjs.prod.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-5239df4e.cjs.prod.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -76,6 +76,7 @@ exports.ACTIVE_EVM_CHAIN_VALUES = identityApi_schema.ACTIVE_EVM_CHAIN_VALUES;
|
|
|
76
76
|
exports.ACTIVE_TEZOS_CHAIN_VALUES = identityApi_schema.ACTIVE_TEZOS_CHAIN_VALUES;
|
|
77
77
|
exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES;
|
|
78
78
|
exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
|
|
79
|
+
exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = identityApi_schema.AUTHORIZATION_REQUEST_MESSAGE_TYPES;
|
|
79
80
|
exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
|
|
80
81
|
exports.AdditionalCustomerInformationParams = identityApi_schema.AdditionalCustomerInformationParams;
|
|
81
82
|
exports.AddressSchema = identityApi_schema.AddressSchema;
|
|
@@ -92,6 +93,8 @@ exports.ArrayOperator = identityApi_schema.ArrayOperator;
|
|
|
92
93
|
exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
|
|
93
94
|
exports.AuthSession = identityApi_schema.AuthSession;
|
|
94
95
|
exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage;
|
|
96
|
+
exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationRequestMessageType;
|
|
97
|
+
exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
|
|
95
98
|
exports.AuthorizationResponseMessage = identityApi_schema.AuthorizationResponseMessage;
|
|
96
99
|
exports.AvailableFlow = identityApi_schema.AvailableFlow;
|
|
97
100
|
exports.BLOCKCHAIN_NAMESPACES = identityApi_schema.BLOCKCHAIN_NAMESPACES;
|