@nexeraid/identity-schemas 2.60.0-dev → 2.61.0-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.
Files changed (32) hide show
  1. package/dist/{CoinMarketCap.schema-2dac13a2.cjs.dev.cjs → CoinMarketCap.schema-032b32b7.cjs.dev.cjs} +1 -1
  2. package/dist/{CoinMarketCap.schema-e58c4f20.cjs.prod.cjs → CoinMarketCap.schema-27287d0c.cjs.prod.cjs} +1 -1
  3. package/dist/{CoinMarketCap.schema-0bf647d6.esm.mjs → CoinMarketCap.schema-f3c0c036.esm.mjs} +1 -1
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +22 -22
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts +6 -6
  6. package/dist/declarations/src/identity/kyc.schema.d.ts +6 -6
  7. package/dist/declarations/src/identity/zkps.schema.d.ts +2 -2
  8. package/dist/declarations/src/nexeraSSID.schema.d.ts +56 -142
  9. package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
  10. package/dist/{frontend-utilities.schema-4f9f0bff.cjs.prod.cjs → frontend-utilities.schema-19cfc3a9.cjs.prod.cjs} +1 -1
  11. package/dist/{frontend-utilities.schema-d5fee660.esm.mjs → frontend-utilities.schema-5c033208.esm.mjs} +1 -1
  12. package/dist/{frontend-utilities.schema-577540bc.cjs.dev.cjs → frontend-utilities.schema-67f0bb1d.cjs.dev.cjs} +1 -1
  13. package/dist/{identity-api.schema-aae669c3.cjs.prod.cjs → identity-api.schema-40856ed0.cjs.prod.cjs} +1 -18
  14. package/dist/{identity-api.schema-bf27d35a.esm.mjs → identity-api.schema-944f6528.esm.mjs} +2 -18
  15. package/dist/{identity-api.schema-64890ffd.cjs.dev.cjs → identity-api.schema-e49d57a8.cjs.dev.cjs} +1 -18
  16. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -3
  17. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -3
  18. package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
  19. package/dist/package.json +1 -1
  20. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
  21. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
  22. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
  23. package/package.json +1 -1
  24. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
  25. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
  26. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
  27. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
  28. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
  29. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
  30. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
  31. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
  32. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
@@ -33,49 +33,6 @@ export declare const OrganizationId: z.ZodString;
33
33
  export declare const WorkspaceId: z.ZodString;
34
34
  export declare const WorkflowId: z.ZodString;
35
35
  export declare const CustomerId: z.ZodString;
36
- export declare const IdentityWidgetAccessToken: z.ZodObject<{
37
- sub: z.ZodOptional<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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>;
38
- blockchainNamespace: z.ZodOptional<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>>;
39
- exp: z.ZodNumber;
40
- projectId: z.ZodString;
41
- organizationId: z.ZodString;
42
- customerId: z.ZodString;
43
- workspaceId: z.ZodString;
44
- workflowId: z.ZodOptional<z.ZodString>;
45
- ipAddress: z.ZodOptional<z.ZodString>;
46
- timestamp: z.ZodNumber;
47
- storeSharedVC: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
48
- verificationMode: z.ZodEnum<["full_verification", "sandbox"]>;
49
- hosts: z.ZodArray<z.ZodString, "many">;
50
- }, "strip", z.ZodTypeAny, {
51
- exp: number;
52
- projectId: string;
53
- organizationId: string;
54
- customerId: string;
55
- workspaceId: string;
56
- timestamp: number;
57
- verificationMode: "full_verification" | "sandbox";
58
- hosts: string[];
59
- sub?: string | undefined;
60
- blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
61
- workflowId?: string | undefined;
62
- ipAddress?: string | undefined;
63
- storeSharedVC?: boolean | null | undefined;
64
- }, {
65
- exp: number;
66
- projectId: string;
67
- organizationId: string;
68
- customerId: string;
69
- workspaceId: string;
70
- timestamp: number;
71
- verificationMode: "full_verification" | "sandbox";
72
- hosts: string[];
73
- sub?: string | undefined;
74
- blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
75
- workflowId?: string | undefined;
76
- ipAddress?: string | undefined;
77
- storeSharedVC?: boolean | null | undefined;
78
- }>;
79
36
  export declare const ExternalCustomerId: z.ZodString;
80
37
  export type ExternalCustomerId = z.infer<typeof ExternalCustomerId>;
81
38
  export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<{
@@ -97,33 +54,33 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
97
54
  blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>;
98
55
  }>, "strip", z.ZodTypeAny, {
99
56
  sub: `identity_${string}`;
100
- blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
57
+ flowType: "web3";
101
58
  exp: number;
102
- organizationId: string;
103
59
  customerId: string;
60
+ verificationMode: "full_verification" | "sandbox";
61
+ organizationId: string;
104
62
  workspaceId: string;
105
63
  workflowId: string;
106
64
  timestamp: number;
107
- verificationMode: "full_verification" | "sandbox";
108
- hosts: string[];
109
- flowType: "web3";
110
65
  iat: number;
66
+ hosts: string[];
111
67
  blockchainAddress: string;
68
+ blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
112
69
  ipAddress?: string | undefined;
113
70
  }, {
114
71
  sub: `identity_${string}`;
115
- blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
72
+ flowType: "web3";
116
73
  exp: number;
117
- organizationId: string;
118
74
  customerId: string;
75
+ verificationMode: "full_verification" | "sandbox";
76
+ organizationId: string;
119
77
  workspaceId: string;
120
78
  workflowId: string;
121
79
  timestamp: number;
122
- verificationMode: "full_verification" | "sandbox";
123
- hosts: string[];
124
- flowType: "web3";
125
80
  iat: number;
81
+ hosts: string[];
126
82
  blockchainAddress: string;
83
+ blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
127
84
  ipAddress?: string | undefined;
128
85
  }>;
129
86
  export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<{
@@ -148,30 +105,30 @@ export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<
148
105
  deprecated_additionalUserInformation: z.ZodOptional<z.ZodType<AdditionalCustomerInformationParams, z.ZodTypeDef, AdditionalCustomerInformationParams>>;
149
106
  }>, "strip", z.ZodTypeAny, {
150
107
  sub: `identity_${string}`;
108
+ flowType: "web2";
151
109
  exp: number;
152
- organizationId: string;
153
110
  customerId: string;
111
+ verificationMode: "full_verification" | "sandbox";
112
+ organizationId: string;
154
113
  workspaceId: string;
155
114
  workflowId: string;
156
115
  timestamp: number;
157
- verificationMode: "full_verification" | "sandbox";
158
- hosts: string[];
159
- flowType: "web2";
160
116
  iat: number;
117
+ hosts: string[];
161
118
  ipAddress?: string | undefined;
162
119
  deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
163
120
  }, {
164
121
  sub: `identity_${string}`;
122
+ flowType: "web2";
165
123
  exp: number;
166
- organizationId: string;
167
124
  customerId: string;
125
+ verificationMode: "full_verification" | "sandbox";
126
+ organizationId: string;
168
127
  workspaceId: string;
169
128
  workflowId: string;
170
129
  timestamp: number;
171
- verificationMode: "full_verification" | "sandbox";
172
- hosts: string[];
173
- flowType: "web2";
174
130
  iat: number;
131
+ hosts: string[];
175
132
  ipAddress?: string | undefined;
176
133
  deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
177
134
  }>;
@@ -196,33 +153,33 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
196
153
  blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>;
197
154
  }>, "strip", z.ZodTypeAny, {
198
155
  sub: `identity_${string}`;
199
- blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
156
+ flowType: "web3";
200
157
  exp: number;
201
- organizationId: string;
202
158
  customerId: string;
159
+ verificationMode: "full_verification" | "sandbox";
160
+ organizationId: string;
203
161
  workspaceId: string;
204
162
  workflowId: string;
205
163
  timestamp: number;
206
- verificationMode: "full_verification" | "sandbox";
207
- hosts: string[];
208
- flowType: "web3";
209
164
  iat: number;
165
+ hosts: string[];
210
166
  blockchainAddress: string;
167
+ blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
211
168
  ipAddress?: string | undefined;
212
169
  }, {
213
170
  sub: `identity_${string}`;
214
- blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
171
+ flowType: "web3";
215
172
  exp: number;
216
- organizationId: string;
217
173
  customerId: string;
174
+ verificationMode: "full_verification" | "sandbox";
175
+ organizationId: string;
218
176
  workspaceId: string;
219
177
  workflowId: string;
220
178
  timestamp: number;
221
- verificationMode: "full_verification" | "sandbox";
222
- hosts: string[];
223
- flowType: "web3";
224
179
  iat: number;
180
+ hosts: string[];
225
181
  blockchainAddress: string;
182
+ blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
226
183
  ipAddress?: string | undefined;
227
184
  }>, z.ZodObject<z.objectUtil.extendShape<{
228
185
  sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
@@ -246,34 +203,33 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
246
203
  deprecated_additionalUserInformation: z.ZodOptional<z.ZodType<AdditionalCustomerInformationParams, z.ZodTypeDef, AdditionalCustomerInformationParams>>;
247
204
  }>, "strip", z.ZodTypeAny, {
248
205
  sub: `identity_${string}`;
206
+ flowType: "web2";
249
207
  exp: number;
250
- organizationId: string;
251
208
  customerId: string;
209
+ verificationMode: "full_verification" | "sandbox";
210
+ organizationId: string;
252
211
  workspaceId: string;
253
212
  workflowId: string;
254
213
  timestamp: number;
255
- verificationMode: "full_verification" | "sandbox";
256
- hosts: string[];
257
- flowType: "web2";
258
214
  iat: number;
215
+ hosts: string[];
259
216
  ipAddress?: string | undefined;
260
217
  deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
261
218
  }, {
262
219
  sub: `identity_${string}`;
220
+ flowType: "web2";
263
221
  exp: number;
264
- organizationId: string;
265
222
  customerId: string;
223
+ verificationMode: "full_verification" | "sandbox";
224
+ organizationId: string;
266
225
  workspaceId: string;
267
226
  workflowId: string;
268
227
  timestamp: number;
269
- verificationMode: "full_verification" | "sandbox";
270
- hosts: string[];
271
- flowType: "web2";
272
228
  iat: number;
229
+ hosts: string[];
273
230
  ipAddress?: string | undefined;
274
231
  deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
275
232
  }>]>;
276
- export type IdentityWidgetAccessToken = z.infer<typeof IdentityWidgetAccessToken>;
277
233
  export type IdentityWidgetAccessToken_NEW = z.infer<typeof IdentityWidgetAccessToken_NEW>;
278
234
  export type Identifier = z.infer<typeof Identifier>;
279
235
  export type IdentityDocumentOptionsType = z.infer<typeof IdentityDocumentOptionsType>;
@@ -283,49 +239,7 @@ export type OrganizationId = z.infer<typeof OrganizationId>;
283
239
  export type WorkspaceId = z.infer<typeof WorkspaceId>;
284
240
  export type WorkflowId = z.infer<typeof WorkflowId>;
285
241
  export type CustomerId = z.infer<typeof CustomerId>;
286
- export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
287
- sub: z.ZodOptional<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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>;
288
- blockchainNamespace: z.ZodOptional<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>>;
289
- exp: z.ZodNumber;
290
- projectId: z.ZodString;
291
- organizationId: z.ZodString;
292
- customerId: z.ZodString;
293
- workspaceId: z.ZodString;
294
- workflowId: z.ZodOptional<z.ZodString>;
295
- ipAddress: z.ZodOptional<z.ZodString>;
296
- timestamp: z.ZodNumber;
297
- storeSharedVC: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
298
- verificationMode: z.ZodEnum<["full_verification", "sandbox"]>;
299
- hosts: z.ZodArray<z.ZodString, "many">;
300
- }, "strip", z.ZodTypeAny, {
301
- exp: number;
302
- projectId: string;
303
- organizationId: string;
304
- customerId: string;
305
- workspaceId: string;
306
- timestamp: number;
307
- verificationMode: "full_verification" | "sandbox";
308
- hosts: string[];
309
- sub?: string | undefined;
310
- blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
311
- workflowId?: string | undefined;
312
- ipAddress?: string | undefined;
313
- storeSharedVC?: boolean | null | undefined;
314
- }, {
315
- exp: number;
316
- projectId: string;
317
- organizationId: string;
318
- customerId: string;
319
- workspaceId: string;
320
- timestamp: number;
321
- verificationMode: "full_verification" | "sandbox";
322
- hosts: string[];
323
- sub?: string | undefined;
324
- blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
325
- workflowId?: string | undefined;
326
- ipAddress?: string | undefined;
327
- storeSharedVC?: boolean | null | undefined;
328
- }>, z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
242
+ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
329
243
  sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
330
244
  flowType: z.ZodUnion<[z.ZodLiteral<"web3">, z.ZodLiteral<"web2">]>;
331
245
  exp: z.ZodNumber;
@@ -344,33 +258,33 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
344
258
  blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>;
345
259
  }>, "strip", z.ZodTypeAny, {
346
260
  sub: `identity_${string}`;
347
- blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
261
+ flowType: "web3";
348
262
  exp: number;
349
- organizationId: string;
350
263
  customerId: string;
264
+ verificationMode: "full_verification" | "sandbox";
265
+ organizationId: string;
351
266
  workspaceId: string;
352
267
  workflowId: string;
353
268
  timestamp: number;
354
- verificationMode: "full_verification" | "sandbox";
355
- hosts: string[];
356
- flowType: "web3";
357
269
  iat: number;
270
+ hosts: string[];
358
271
  blockchainAddress: string;
272
+ blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
359
273
  ipAddress?: string | undefined;
360
274
  }, {
361
275
  sub: `identity_${string}`;
362
- blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
276
+ flowType: "web3";
363
277
  exp: number;
364
- organizationId: string;
365
278
  customerId: string;
279
+ verificationMode: "full_verification" | "sandbox";
280
+ organizationId: string;
366
281
  workspaceId: string;
367
282
  workflowId: string;
368
283
  timestamp: number;
369
- verificationMode: "full_verification" | "sandbox";
370
- hosts: string[];
371
- flowType: "web3";
372
284
  iat: number;
285
+ hosts: string[];
373
286
  blockchainAddress: string;
287
+ blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
374
288
  ipAddress?: string | undefined;
375
289
  }>, z.ZodObject<z.objectUtil.extendShape<{
376
290
  sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
@@ -394,33 +308,33 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
394
308
  deprecated_additionalUserInformation: z.ZodOptional<z.ZodType<AdditionalCustomerInformationParams, z.ZodTypeDef, AdditionalCustomerInformationParams>>;
395
309
  }>, "strip", z.ZodTypeAny, {
396
310
  sub: `identity_${string}`;
311
+ flowType: "web2";
397
312
  exp: number;
398
- organizationId: string;
399
313
  customerId: string;
314
+ verificationMode: "full_verification" | "sandbox";
315
+ organizationId: string;
400
316
  workspaceId: string;
401
317
  workflowId: string;
402
318
  timestamp: number;
403
- verificationMode: "full_verification" | "sandbox";
404
- hosts: string[];
405
- flowType: "web2";
406
319
  iat: number;
320
+ hosts: string[];
407
321
  ipAddress?: string | undefined;
408
322
  deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
409
323
  }, {
410
324
  sub: `identity_${string}`;
325
+ flowType: "web2";
411
326
  exp: number;
412
- organizationId: string;
413
327
  customerId: string;
328
+ verificationMode: "full_verification" | "sandbox";
329
+ organizationId: string;
414
330
  workspaceId: string;
415
331
  workflowId: string;
416
332
  timestamp: number;
417
- verificationMode: "full_verification" | "sandbox";
418
- hosts: string[];
419
- flowType: "web2";
420
333
  iat: number;
334
+ hosts: string[];
421
335
  ipAddress?: string | undefined;
422
336
  deprecated_additionalUserInformation?: AdditionalCustomerInformationParams | undefined;
423
- }>]>]>;
337
+ }>]>;
424
338
  export type IdentityWidgetSessionToken = z.infer<typeof IdentityWidgetSessionToken>;
425
339
  /**
426
340
  * The parameters required to create a new configuration in web2 mode.
@@ -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,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,8BAAqB;AAItE,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;AACrC,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;AACpD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxCrC;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwCH,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"}
1
+ {"version":3,"file":"nexeraSSID.schema.d.ts","sourceRoot":"../../../src","sources":["nexeraSSID.schema.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var vault_schema = require('./vault.schema-2d02afaa.cjs.prod.cjs');
4
- var identityApi_schema = require('./identity-api.schema-aae669c3.cjs.prod.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-40856ed0.cjs.prod.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,5 +1,5 @@
1
1
  import { aW as _toConsumableArray } from './vault.schema-8d2dd08d.esm.mjs';
2
- import { dT as SupportedType, dM as NUMERIC_OPERATORS, dI as ARRAY_OPERATORS, dO as BOOLEAN_OPERATORS, dK as STRING_OPERATORS } from './identity-api.schema-bf27d35a.esm.mjs';
2
+ import { dT as SupportedType, dM as NUMERIC_OPERATORS, dI as ARRAY_OPERATORS, dO as BOOLEAN_OPERATORS, dK as STRING_OPERATORS } from './identity-api.schema-944f6528.esm.mjs';
3
3
 
4
4
  var VC_JSON_SCHEMA_MAP = {
5
5
  ProofOfResidence: {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var vault_schema = require('./vault.schema-a14b6922.cjs.dev.cjs');
4
- var identityApi_schema = require('./identity-api.schema-64890ffd.cjs.dev.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-e49d57a8.cjs.dev.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -996,22 +996,6 @@ var OrganizationId = zod.z.string();
996
996
  var WorkspaceId = zod.z.string();
997
997
  var WorkflowId = UuidString;
998
998
  var CustomerId = UuidString;
999
- var IdentityWidgetAccessToken = zod.z.object({
1000
- sub: BlockchainAddress.optional(),
1001
- blockchainNamespace: BlockchainNamespace.optional(),
1002
- exp: zod.z.number(),
1003
- projectId: zod.z.string(),
1004
- organizationId: OrganizationId,
1005
- customerId: UuidString,
1006
- workspaceId: WorkspaceId,
1007
- // cmsProjectId
1008
- workflowId: WorkflowId.optional(),
1009
- ipAddress: zod.z.string().optional(),
1010
- timestamp: zod.z.number(),
1011
- storeSharedVC: zod.z["boolean"]().nullish(),
1012
- verificationMode: VerificationMode,
1013
- hosts: zod.z.array(zod.z.string())
1014
- });
1015
999
 
1016
1000
  // represents an id of a consumer in the external system of our client
1017
1001
  // as it's an external id, it can be any string
@@ -1045,7 +1029,7 @@ var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
1045
1029
  deprecated_additionalUserInformation: AdditionalCustomerInformationParams.optional()
1046
1030
  });
1047
1031
  var IdentityWidgetAccessToken_NEW = zod.z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
1048
- var IdentityWidgetSessionToken = zod.z.union([IdentityWidgetAccessToken, IdentityWidgetAccessToken_NEW]);
1032
+ var IdentityWidgetSessionToken = IdentityWidgetAccessToken_NEW;
1049
1033
 
1050
1034
  /**
1051
1035
  * The parameters required to create a new configuration in web2 mode.
@@ -1866,7 +1850,6 @@ exports.IdentityResponseMessage = IdentityResponseMessage;
1866
1850
  exports.IdentitySdkMessage = IdentitySdkMessage;
1867
1851
  exports.IdentitySdkMessageWithIdentifier = IdentitySdkMessageWithIdentifier;
1868
1852
  exports.IdentityWallet = IdentityWallet;
1869
- exports.IdentityWidgetAccessToken = IdentityWidgetAccessToken;
1870
1853
  exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
1871
1854
  exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
1872
1855
  exports.InitialDataRequest = InitialDataRequest;
@@ -994,22 +994,6 @@ var OrganizationId = z.string();
994
994
  var WorkspaceId = z.string();
995
995
  var WorkflowId = UuidString;
996
996
  var CustomerId = UuidString;
997
- var IdentityWidgetAccessToken = z.object({
998
- sub: BlockchainAddress.optional(),
999
- blockchainNamespace: BlockchainNamespace.optional(),
1000
- exp: z.number(),
1001
- projectId: z.string(),
1002
- organizationId: OrganizationId,
1003
- customerId: UuidString,
1004
- workspaceId: WorkspaceId,
1005
- // cmsProjectId
1006
- workflowId: WorkflowId.optional(),
1007
- ipAddress: z.string().optional(),
1008
- timestamp: z.number(),
1009
- storeSharedVC: z["boolean"]().nullish(),
1010
- verificationMode: VerificationMode,
1011
- hosts: z.array(z.string())
1012
- });
1013
997
 
1014
998
  // represents an id of a consumer in the external system of our client
1015
999
  // as it's an external id, it can be any string
@@ -1043,7 +1027,7 @@ var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
1043
1027
  deprecated_additionalUserInformation: AdditionalCustomerInformationParams.optional()
1044
1028
  });
1045
1029
  var IdentityWidgetAccessToken_NEW = z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
1046
- var IdentityWidgetSessionToken = z.union([IdentityWidgetAccessToken, IdentityWidgetAccessToken_NEW]);
1030
+ var IdentityWidgetSessionToken = IdentityWidgetAccessToken_NEW;
1047
1031
 
1048
1032
  /**
1049
1033
  * The parameters required to create a new configuration in web2 mode.
@@ -1709,4 +1693,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
1709
1693
  blockchainId: BlockchainId.optional()
1710
1694
  }));
1711
1695
 
1712
- export { ACTIVE_POLKADOT_CHAIN_IDS as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, ACTIVE_SOLANA_CHAIN_IDS as F, SolanaChainId as G, NEXERA_BITCOIN_CHAINS as H, BITCOIN_CHAIN_NAMES as I, BITCOIN_CHAIN_NAMES_LIST as J, BITCOIN_CHAIN_IDS as K, ACTIVE_BITCOIN_CHAIN_IDS as L, BitcoinChainId as M, NonTestnetBlockchainId as N, NEXERA_APTOS_CHAINS as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES as Q, APTOS_CHAIN_NAMES_LIST as R, StarknetChainId as S, TezosChainId as T, APTOS_CHAIN_IDS as U, ACTIVE_APTOS_CHAIN_IDS as V, AptosChainId as W, NEXERA_POLKADOT_CHAINS as X, POLKADOT_CHAIN_NAMES as Y, POLKADOT_CHAIN_NAMES_LIST as Z, POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, AppPrefix as a$, PolkadotChainId as a0, NEXERA_CARDANO_CHAINS as a1, CARDANO_CHAIN_NAMES as a2, CARDANO_CHAIN_NAMES_LIST as a3, CARDANO_CHAIN_IDS as a4, ACTIVE_CARDANO_CHAIN_IDS as a5, CardanoChainId as a6, isValidAddress as a7, PrivateKey as a8, PublicKey as a9, DISPLAYED_BLOCKCHAIN_NAMESPACES as aA, DisplayedBlockchainNamespace as aB, BLOCKCHAIN_NAME_TO_NAMESPACE as aC, BLOCKCHAIN_NAMESPACE_TO_NAME as aD, EIP155Signature as aE, AptosSignature as aF, StarknetSignature as aG, PolkadotSignature as aH, CosmosSignature as aI, EdSignature as aJ, SpSignature as aK, P2Signature as aL, TezosSignature as aM, CardanoSignature as aN, BlockchainSignature as aO, FunctionCallData as aP, TezosEntrypointName as aQ, ENVS as aR, EnvironmentSchema as aS, UuidString as aT, OtpCode as aU, PUBLIC_SERVICES_SCHEMA_MAP as aV, IpAddress as aW, StoragePrefix as aX, IdentityPrefix as aY, EmailPrefix as aZ, WalletPrefix as a_, AddressSchema as aa, TxHash as ab, shortBlockchainAddress as ac, AptosAddress as ad, StarknetAddress as ae, PolkadotAddress as af, CosmosAddress as ag, TezosImplicitAddress as ah, TezosContractAddress as ai, TezosAddress as aj, CardanoAddress as ak, BitcoinP2PKHAddress as al, BitcoinP2SHAddress as am, BitcoinBech32Address as an, BitcoinTestnetP2PKHAddress as ao, BitcoinTestnetP2SHAddress as ap, BitcoinTestnetBech32Address as aq, BitcoinAddress as ar, BlockchainAddress as as, String0x as at, HexadecimalSchema as au, BLOCKCHAIN_NAMESPACES as av, BlockchainNamespace as aw, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as ax, SupportedBlockchainNamespaceForSignatureAuth as ay, BLOCKCHAIN_NAMESPACES_NAMES as az, NEXERA_EVM_CHAIN_NAMES as b, ScenarioAuthorizationData as b$, ChallengePrefix as b0, TestPrefix as b1, CustomerScreeningPrefix as b2, TagPrefix as b3, MetaAlertPrefix as b4, TagsToTransactionReviewsPrefix as b5, TransactionAddressesPrefix as b6, TransactionPrefix as b7, TransactionFeesPrefix as b8, TransactionReviewPrefix as b9, CustomerScreeningId as bA, TagId as bB, ActionId as bC, MetaAlertId as bD, TagsToTransactionReviewsId as bE, TransactionAddressesId as bF, TransactionId as bG, TransactionFeesId as bH, TransactionReviewId as bI, TransactionPartiesId as bJ, TransactionInfosId as bK, TransactionExtractedInfosId as bL, TransactionMethodsId as bM, TransactionMethodExtractedInfosId as bN, InstitutionId as bO, InstitutionExtractedInfosId as bP, TransactionAmountId as bQ, ScenarioId as bR, ListId as bS, QueryId as bT, WorkflowSessionAttributeId as bU, AmlScreeningSessionStepId as bV, DuplicateDetectionSessionStepId as bW, FraudDetectionSessionStepId as bX, WalletScreeningSessionStepId as bY, generateId as bZ, MemberId as b_, TransactionPartiesPrefix as ba, TransactionInfosPrefix as bb, TransactionExtractedInfosPrefix as bc, TransactionMethodsPrefix as bd, TransactionMethodExtractedInfosPrefix as be, InstitutionPrefix as bf, InstitutionExtractedInfosPrefix as bg, TransactionAmountPrefix as bh, ScenarioPrefix as bi, ListPrefix as bj, QueryPrefix as bk, ActionPrefix as bl, WorkflowSessionAttributePrefix as bm, AmlScreeningSessionStepPrefix as bn, DuplicateDetectionSessionStepPrefix as bo, FraudDetectionSessionStepPrefix as bp, WalletScreeningSessionStepPrefix as bq, WorkflowSessionId as br, createBrandedSchemaId as bs, StorageId as bt, IdentityId as bu, EmailId as bv, WalletId as bw, AppId as bx, ChallengeId as by, TestId as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, GetTxAuthSigResponseTezos as c$, SdkVerificationResponseSchema as c0, CloseScreenNotification as c1, KycCompletionData as c2, KycCompletionNotification as c3, RuleEngineScenarioExecutionData as c4, OffChainScenarioExecutionData as c5, OnChainScenarioExecutionData as c6, ScenarioExecutionData as c7, ScenarioExecutionNotification as c8, IsVerifiedNotification as c9, RuleEngineResponse as cA, ScenarioExecutionResponse as cB, RuleResultStatuses as cC, RuleResultStatus as cD, RuleResultStatusLabels as cE, SdkVerificationOutput as cF, VerificationSessionStatuses as cG, VerificationSessionStatus as cH, VerificationOutput as cI, Scenario as cJ, AbbreviatedWorkflowScenario as cK, TemplateScenario as cL, CreateTemplateScenario as cM, ComplianceImplementationStepsInput as cN, SimplifiedCredential as cO, GetCredentialsRequest as cP, GetCredentialsResponse as cQ, PolygonIdRequestData as cR, PolygonIdRequest as cS, PolygonIdResponseData as cT, PolygonIdResponse as cU, StartFlowRequest as cV, IsVerifiedRequest as cW, IsVerifiedResponse as cX, GetTxAuthSigRequest as cY, GetTxAuthSigResponse as cZ, GetTxAuthSigRequestTezos as c_, PolygonIdInitialized as ca, OcvSdkInitialized as cb, StartCompletedNotification as cc, IdentityNotificationMessage as cd, InitialDataRequest as ce, SignatureRequest as cf, TransactionData as cg, SendTransactionRequest as ch, IdentityRequestMessage as ci, AVAILABLE_FLOWS as cj, AvailableFlow as ck, DataAvailableOnStart as cl, InitialDataResponse as cm, SignatureResponse as cn, TransactionResponse as co, HostResponseMessage as cp, ScenarioTypes as cq, ScenarioType as cr, ScenarioStatuses as cs, ScenarioStatus as ct, ScenarioSchema as cu, BackwardsCompatibleScenarioTypes as cv, BackwardsCompatibleScenarioType as cw, BaseQueryResponse as cx, OffChainZKPRuleResult as cy, ExecuteQueryResponse as cz, NEXERA_EVM_CHAINS_ID as d, OLD_ChallengeQuerySchema as d$, HostRequestMessage as d0, IdentityResponseMessage as d1, GenerateWalletChallengeRequest as d2, AuthSession as d3, AuthSessionData as d4, ChallengeResponse as d5, WalletSignResponse as d6, TxAuthDataSignatureGatingRequest as d7, GetCustomerStatusRequest as d8, IdentitySdkMessage as d9, parseIden3Message as dA, parseSessionIdFromUrl as dB, QUERY_LOGIC_OPERATOR as dC, QueryLogicOperator as dD, OPERATORS as dE, Operator as dF, ZKPOperator as dG, operatorDisplayMap as dH, ARRAY_OPERATORS as dI, ArrayOperator as dJ, STRING_OPERATORS as dK, StringOperator as dL, NUMERIC_OPERATORS as dM, NumericOperator as dN, BOOLEAN_OPERATORS as dO, BooleanOperator as dP, DATE_OPERATORS as dQ, DateOperator as dR, SUPPORTED_TYPES as dS, SupportedType as dT, SupportedTypes as dU, AllCredentialValues as dV, QueriesOptions as dW, QueryType as dX, QueryConfigSimplified as dY, RuleResultQueryConfig as dZ, PartialQueryConfigSimplified as d_, IdentitySdkMessageWithIdentifier as da, TxAuthDataSignatureResponse as db, TxAuthDataSignatureGatingError as dc, GetCustomerStatusResponse as dd, IdentityAppMessage as de, IdentityWallet as df, HostMessage as dg, IdentityMessage as dh, RequiredDataRowSchema as di, RequiredVerificationData as dj, MediaType as dk, MediaTypePID as dl, CIRCUIT_IDS as dm, CircuitId as dn, ZeroKnowledgeProofRequest as dp, AUTHORIZATION_REQUEST_MESSAGE_TYPES as dq, AuthorizationRequestMessageTypes as dr, AuthorizationRequestMessageType as ds, AuthorizationRequestMessage as dt, ProofData as du, ZeroKnowledgeProofResponse as dv, AuthorizationResponseMessage as dw, CredentialQrCodeData as dx, AuthQrCodeData as dy, QrCodeLinkWithSchemaType as dz, NexeraEvmChains as e, VerifiableCredential as e$, OLD_CHALLENGE_QUERY_OPERATORS as e0, OLD_ChallengeQueryOperator as e1, OperatorMappings as e2, OperatorToOLD_ChallengeQueryOperator as e3, OLD_ChallengeQueryOperatorToOperator as e4, OLD_QueryCredentialTypes as e5, OLD_QueryCredentialType as e6, getOldCredentialType as e7, getOldCredentialPath as e8, oldCredentialPathToDataLink as e9, FlowType as eA, VerificationModes as eB, VerificationMode as eC, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as eD, IdentityDocumentCountryListOption as eE, IDENTITY_DOCUMENT_OPTIONS as eF, IdentityDocumentOptionsType as eG, PERSONAL_INFORMATION_FIELDS as eH, PersonalInformationFieldsIdentityDocuments as eI, Identifier as eJ, AdditionalCustomerInformationParams as eK, OrganizationId as eL, WorkspaceId as eM, WorkflowId as eN, CustomerId as eO, IdentityWidgetAccessToken as eP, ExternalCustomerId as eQ, IdentityAppV2Web3JWT as eR, IdentityAppV2Web2JWT as eS, IdentityWidgetAccessToken_NEW as eT, IdentityWidgetSessionToken as eU, Web2CreateSessionParams as eV, CredentialSchemas as eW, CredentialNames as eX, NexeraCredentialType as eY, getCredentialName as eZ, CredentialType as e_, TxAuthInput as ea, ApiTxAuthInput as eb, TxSignatureResponse as ec, GetTxAuthDataSignatureResponse as ed, TezosTxAuthInput as ee, ApiTezosTxAuthInput as ef, TezosTxSignatureResponse as eg, GetTezosTxAuthDataSignatureResponse as eh, ExtendedTxAuthInput as ei, ExtendedTezosTxAuthInput as ej, ExtendedTxAuthDataSignatureResponse as ek, ExtendedTezosTxAuthDataSignatureResponse as el, AnyTxAuthDataSignatureResponse as em, Eip155TxAuthInputJsSdk as en, TezosTxAuthInputJsSdk as eo, AnyTxAuthInputJsSdk as ep, ZKPRequest as eq, ZKPRequestFromZKVerifier as er, PrivacyPreservingMonitoring as es, CreateAuthRequestProps as et, AllScenarioExecutionAuthorizationData as eu, SCENARIO_AUTHORIZATION_STATUSES as ev, ScenarioAuthorizationStatus as ew, WalletSignatureResponse as ex, VerifyWalletChallengeRequest as ey, FLOW_TYPES as ez, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, CredentialMediaType as f0, _defineProperty as f1, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES as i, COSMOS_CHAIN_NAMES_LIST as j, COSMOS_CHAIN_IDS as k, ACTIVE_COSMOS_CHAIN_IDS as l, CosmosChainId as m, NEXERA_TEZOS_CHAINS as n, NEXERA_TEZOS_CHAIN_NAMES as o, NEXERA_TEZOS_CHAIN_NAMES_LIST as p, NEXERA_TEZOS_CHAIN_IDS as q, ACTIVE_TEZOS_CHAIN_IDS as r, PolygonNetworkNames as s, NEXERA_STARKNET_CHAINS as t, NEXERA_STARKNET_CHAIN_NAMES as u, NEXERA_STARKNET_CHAIN_IDS as v, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as w, NEXERA_SOLANA_CHAINS as x, SOLANA_CHAIN_NAMES as y, SOLANA_CHAIN_NAMES_LIST as z };
1696
+ export { ACTIVE_POLKADOT_CHAIN_IDS as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, ACTIVE_SOLANA_CHAIN_IDS as F, SolanaChainId as G, NEXERA_BITCOIN_CHAINS as H, BITCOIN_CHAIN_NAMES as I, BITCOIN_CHAIN_NAMES_LIST as J, BITCOIN_CHAIN_IDS as K, ACTIVE_BITCOIN_CHAIN_IDS as L, BitcoinChainId as M, NonTestnetBlockchainId as N, NEXERA_APTOS_CHAINS as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES as Q, APTOS_CHAIN_NAMES_LIST as R, StarknetChainId as S, TezosChainId as T, APTOS_CHAIN_IDS as U, ACTIVE_APTOS_CHAIN_IDS as V, AptosChainId as W, NEXERA_POLKADOT_CHAINS as X, POLKADOT_CHAIN_NAMES as Y, POLKADOT_CHAIN_NAMES_LIST as Z, POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, AppPrefix as a$, PolkadotChainId as a0, NEXERA_CARDANO_CHAINS as a1, CARDANO_CHAIN_NAMES as a2, CARDANO_CHAIN_NAMES_LIST as a3, CARDANO_CHAIN_IDS as a4, ACTIVE_CARDANO_CHAIN_IDS as a5, CardanoChainId as a6, isValidAddress as a7, PrivateKey as a8, PublicKey as a9, DISPLAYED_BLOCKCHAIN_NAMESPACES as aA, DisplayedBlockchainNamespace as aB, BLOCKCHAIN_NAME_TO_NAMESPACE as aC, BLOCKCHAIN_NAMESPACE_TO_NAME as aD, EIP155Signature as aE, AptosSignature as aF, StarknetSignature as aG, PolkadotSignature as aH, CosmosSignature as aI, EdSignature as aJ, SpSignature as aK, P2Signature as aL, TezosSignature as aM, CardanoSignature as aN, BlockchainSignature as aO, FunctionCallData as aP, TezosEntrypointName as aQ, ENVS as aR, EnvironmentSchema as aS, UuidString as aT, OtpCode as aU, PUBLIC_SERVICES_SCHEMA_MAP as aV, IpAddress as aW, StoragePrefix as aX, IdentityPrefix as aY, EmailPrefix as aZ, WalletPrefix as a_, AddressSchema as aa, TxHash as ab, shortBlockchainAddress as ac, AptosAddress as ad, StarknetAddress as ae, PolkadotAddress as af, CosmosAddress as ag, TezosImplicitAddress as ah, TezosContractAddress as ai, TezosAddress as aj, CardanoAddress as ak, BitcoinP2PKHAddress as al, BitcoinP2SHAddress as am, BitcoinBech32Address as an, BitcoinTestnetP2PKHAddress as ao, BitcoinTestnetP2SHAddress as ap, BitcoinTestnetBech32Address as aq, BitcoinAddress as ar, BlockchainAddress as as, String0x as at, HexadecimalSchema as au, BLOCKCHAIN_NAMESPACES as av, BlockchainNamespace as aw, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as ax, SupportedBlockchainNamespaceForSignatureAuth as ay, BLOCKCHAIN_NAMESPACES_NAMES as az, NEXERA_EVM_CHAIN_NAMES as b, ScenarioAuthorizationData as b$, ChallengePrefix as b0, TestPrefix as b1, CustomerScreeningPrefix as b2, TagPrefix as b3, MetaAlertPrefix as b4, TagsToTransactionReviewsPrefix as b5, TransactionAddressesPrefix as b6, TransactionPrefix as b7, TransactionFeesPrefix as b8, TransactionReviewPrefix as b9, CustomerScreeningId as bA, TagId as bB, ActionId as bC, MetaAlertId as bD, TagsToTransactionReviewsId as bE, TransactionAddressesId as bF, TransactionId as bG, TransactionFeesId as bH, TransactionReviewId as bI, TransactionPartiesId as bJ, TransactionInfosId as bK, TransactionExtractedInfosId as bL, TransactionMethodsId as bM, TransactionMethodExtractedInfosId as bN, InstitutionId as bO, InstitutionExtractedInfosId as bP, TransactionAmountId as bQ, ScenarioId as bR, ListId as bS, QueryId as bT, WorkflowSessionAttributeId as bU, AmlScreeningSessionStepId as bV, DuplicateDetectionSessionStepId as bW, FraudDetectionSessionStepId as bX, WalletScreeningSessionStepId as bY, generateId as bZ, MemberId as b_, TransactionPartiesPrefix as ba, TransactionInfosPrefix as bb, TransactionExtractedInfosPrefix as bc, TransactionMethodsPrefix as bd, TransactionMethodExtractedInfosPrefix as be, InstitutionPrefix as bf, InstitutionExtractedInfosPrefix as bg, TransactionAmountPrefix as bh, ScenarioPrefix as bi, ListPrefix as bj, QueryPrefix as bk, ActionPrefix as bl, WorkflowSessionAttributePrefix as bm, AmlScreeningSessionStepPrefix as bn, DuplicateDetectionSessionStepPrefix as bo, FraudDetectionSessionStepPrefix as bp, WalletScreeningSessionStepPrefix as bq, WorkflowSessionId as br, createBrandedSchemaId as bs, StorageId as bt, IdentityId as bu, EmailId as bv, WalletId as bw, AppId as bx, ChallengeId as by, TestId as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, GetTxAuthSigResponseTezos as c$, SdkVerificationResponseSchema as c0, CloseScreenNotification as c1, KycCompletionData as c2, KycCompletionNotification as c3, RuleEngineScenarioExecutionData as c4, OffChainScenarioExecutionData as c5, OnChainScenarioExecutionData as c6, ScenarioExecutionData as c7, ScenarioExecutionNotification as c8, IsVerifiedNotification as c9, RuleEngineResponse as cA, ScenarioExecutionResponse as cB, RuleResultStatuses as cC, RuleResultStatus as cD, RuleResultStatusLabels as cE, SdkVerificationOutput as cF, VerificationSessionStatuses as cG, VerificationSessionStatus as cH, VerificationOutput as cI, Scenario as cJ, AbbreviatedWorkflowScenario as cK, TemplateScenario as cL, CreateTemplateScenario as cM, ComplianceImplementationStepsInput as cN, SimplifiedCredential as cO, GetCredentialsRequest as cP, GetCredentialsResponse as cQ, PolygonIdRequestData as cR, PolygonIdRequest as cS, PolygonIdResponseData as cT, PolygonIdResponse as cU, StartFlowRequest as cV, IsVerifiedRequest as cW, IsVerifiedResponse as cX, GetTxAuthSigRequest as cY, GetTxAuthSigResponse as cZ, GetTxAuthSigRequestTezos as c_, PolygonIdInitialized as ca, OcvSdkInitialized as cb, StartCompletedNotification as cc, IdentityNotificationMessage as cd, InitialDataRequest as ce, SignatureRequest as cf, TransactionData as cg, SendTransactionRequest as ch, IdentityRequestMessage as ci, AVAILABLE_FLOWS as cj, AvailableFlow as ck, DataAvailableOnStart as cl, InitialDataResponse as cm, SignatureResponse as cn, TransactionResponse as co, HostResponseMessage as cp, ScenarioTypes as cq, ScenarioType as cr, ScenarioStatuses as cs, ScenarioStatus as ct, ScenarioSchema as cu, BackwardsCompatibleScenarioTypes as cv, BackwardsCompatibleScenarioType as cw, BaseQueryResponse as cx, OffChainZKPRuleResult as cy, ExecuteQueryResponse as cz, NEXERA_EVM_CHAINS_ID as d, OLD_ChallengeQuerySchema as d$, HostRequestMessage as d0, IdentityResponseMessage as d1, GenerateWalletChallengeRequest as d2, AuthSession as d3, AuthSessionData as d4, ChallengeResponse as d5, WalletSignResponse as d6, TxAuthDataSignatureGatingRequest as d7, GetCustomerStatusRequest as d8, IdentitySdkMessage as d9, parseIden3Message as dA, parseSessionIdFromUrl as dB, QUERY_LOGIC_OPERATOR as dC, QueryLogicOperator as dD, OPERATORS as dE, Operator as dF, ZKPOperator as dG, operatorDisplayMap as dH, ARRAY_OPERATORS as dI, ArrayOperator as dJ, STRING_OPERATORS as dK, StringOperator as dL, NUMERIC_OPERATORS as dM, NumericOperator as dN, BOOLEAN_OPERATORS as dO, BooleanOperator as dP, DATE_OPERATORS as dQ, DateOperator as dR, SUPPORTED_TYPES as dS, SupportedType as dT, SupportedTypes as dU, AllCredentialValues as dV, QueriesOptions as dW, QueryType as dX, QueryConfigSimplified as dY, RuleResultQueryConfig as dZ, PartialQueryConfigSimplified as d_, IdentitySdkMessageWithIdentifier as da, TxAuthDataSignatureResponse as db, TxAuthDataSignatureGatingError as dc, GetCustomerStatusResponse as dd, IdentityAppMessage as de, IdentityWallet as df, HostMessage as dg, IdentityMessage as dh, RequiredDataRowSchema as di, RequiredVerificationData as dj, MediaType as dk, MediaTypePID as dl, CIRCUIT_IDS as dm, CircuitId as dn, ZeroKnowledgeProofRequest as dp, AUTHORIZATION_REQUEST_MESSAGE_TYPES as dq, AuthorizationRequestMessageTypes as dr, AuthorizationRequestMessageType as ds, AuthorizationRequestMessage as dt, ProofData as du, ZeroKnowledgeProofResponse as dv, AuthorizationResponseMessage as dw, CredentialQrCodeData as dx, AuthQrCodeData as dy, QrCodeLinkWithSchemaType as dz, NexeraEvmChains as e, CredentialMediaType as e$, OLD_CHALLENGE_QUERY_OPERATORS as e0, OLD_ChallengeQueryOperator as e1, OperatorMappings as e2, OperatorToOLD_ChallengeQueryOperator as e3, OLD_ChallengeQueryOperatorToOperator as e4, OLD_QueryCredentialTypes as e5, OLD_QueryCredentialType as e6, getOldCredentialType as e7, getOldCredentialPath as e8, oldCredentialPathToDataLink as e9, FlowType as eA, VerificationModes as eB, VerificationMode as eC, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as eD, IdentityDocumentCountryListOption as eE, IDENTITY_DOCUMENT_OPTIONS as eF, IdentityDocumentOptionsType as eG, PERSONAL_INFORMATION_FIELDS as eH, PersonalInformationFieldsIdentityDocuments as eI, Identifier as eJ, AdditionalCustomerInformationParams as eK, OrganizationId as eL, WorkspaceId as eM, WorkflowId as eN, CustomerId as eO, ExternalCustomerId as eP, IdentityAppV2Web3JWT as eQ, IdentityAppV2Web2JWT as eR, IdentityWidgetAccessToken_NEW as eS, IdentityWidgetSessionToken as eT, Web2CreateSessionParams as eU, CredentialSchemas as eV, CredentialNames as eW, NexeraCredentialType as eX, getCredentialName as eY, CredentialType as eZ, VerifiableCredential as e_, TxAuthInput as ea, ApiTxAuthInput as eb, TxSignatureResponse as ec, GetTxAuthDataSignatureResponse as ed, TezosTxAuthInput as ee, ApiTezosTxAuthInput as ef, TezosTxSignatureResponse as eg, GetTezosTxAuthDataSignatureResponse as eh, ExtendedTxAuthInput as ei, ExtendedTezosTxAuthInput as ej, ExtendedTxAuthDataSignatureResponse as ek, ExtendedTezosTxAuthDataSignatureResponse as el, AnyTxAuthDataSignatureResponse as em, Eip155TxAuthInputJsSdk as en, TezosTxAuthInputJsSdk as eo, AnyTxAuthInputJsSdk as ep, ZKPRequest as eq, ZKPRequestFromZKVerifier as er, PrivacyPreservingMonitoring as es, CreateAuthRequestProps as et, AllScenarioExecutionAuthorizationData as eu, SCENARIO_AUTHORIZATION_STATUSES as ev, ScenarioAuthorizationStatus as ew, WalletSignatureResponse as ex, VerifyWalletChallengeRequest as ey, FLOW_TYPES as ez, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, _defineProperty as f0, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES as i, COSMOS_CHAIN_NAMES_LIST as j, COSMOS_CHAIN_IDS as k, ACTIVE_COSMOS_CHAIN_IDS as l, CosmosChainId as m, NEXERA_TEZOS_CHAINS as n, NEXERA_TEZOS_CHAIN_NAMES as o, NEXERA_TEZOS_CHAIN_NAMES_LIST as p, NEXERA_TEZOS_CHAIN_IDS as q, ACTIVE_TEZOS_CHAIN_IDS as r, PolygonNetworkNames as s, NEXERA_STARKNET_CHAINS as t, NEXERA_STARKNET_CHAIN_NAMES as u, NEXERA_STARKNET_CHAIN_IDS as v, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as w, NEXERA_SOLANA_CHAINS as x, SOLANA_CHAIN_NAMES as y, SOLANA_CHAIN_NAMES_LIST as z };
@@ -996,22 +996,6 @@ var OrganizationId = zod.z.string();
996
996
  var WorkspaceId = zod.z.string();
997
997
  var WorkflowId = UuidString;
998
998
  var CustomerId = UuidString;
999
- var IdentityWidgetAccessToken = zod.z.object({
1000
- sub: BlockchainAddress.optional(),
1001
- blockchainNamespace: BlockchainNamespace.optional(),
1002
- exp: zod.z.number(),
1003
- projectId: zod.z.string(),
1004
- organizationId: OrganizationId,
1005
- customerId: UuidString,
1006
- workspaceId: WorkspaceId,
1007
- // cmsProjectId
1008
- workflowId: WorkflowId.optional(),
1009
- ipAddress: zod.z.string().optional(),
1010
- timestamp: zod.z.number(),
1011
- storeSharedVC: zod.z["boolean"]().nullish(),
1012
- verificationMode: VerificationMode,
1013
- hosts: zod.z.array(zod.z.string())
1014
- });
1015
999
 
1016
1000
  // represents an id of a consumer in the external system of our client
1017
1001
  // as it's an external id, it can be any string
@@ -1045,7 +1029,7 @@ var IdentityAppV2Web2JWT = IdentityAppV2BaseJWT.extend({
1045
1029
  deprecated_additionalUserInformation: AdditionalCustomerInformationParams.optional()
1046
1030
  });
1047
1031
  var IdentityWidgetAccessToken_NEW = zod.z.union([IdentityAppV2Web3JWT, IdentityAppV2Web2JWT]);
1048
- var IdentityWidgetSessionToken = zod.z.union([IdentityWidgetAccessToken, IdentityWidgetAccessToken_NEW]);
1032
+ var IdentityWidgetSessionToken = IdentityWidgetAccessToken_NEW;
1049
1033
 
1050
1034
  /**
1051
1035
  * The parameters required to create a new configuration in web2 mode.
@@ -1866,7 +1850,6 @@ exports.IdentityResponseMessage = IdentityResponseMessage;
1866
1850
  exports.IdentitySdkMessage = IdentitySdkMessage;
1867
1851
  exports.IdentitySdkMessageWithIdentifier = IdentitySdkMessageWithIdentifier;
1868
1852
  exports.IdentityWallet = IdentityWallet;
1869
- exports.IdentityWidgetAccessToken = IdentityWidgetAccessToken;
1870
1853
  exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
1871
1854
  exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
1872
1855
  exports.InitialDataRequest = InitialDataRequest;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-64890ffd.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-e49d57a8.cjs.dev.cjs');
6
6
  var vault_schema = require('./vault.schema-a14b6922.cjs.dev.cjs');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-577540bc.cjs.dev.cjs');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-67f0bb1d.cjs.dev.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -256,7 +256,6 @@ exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
256
256
  exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
257
257
  exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
258
258
  exports.IdentityWallet = identityApi_schema.IdentityWallet;
259
- exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken;
260
259
  exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW;
261
260
  exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken;
262
261
  exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-aae669c3.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-40856ed0.cjs.prod.cjs');
6
6
  var vault_schema = require('./vault.schema-2d02afaa.cjs.prod.cjs');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-4f9f0bff.cjs.prod.cjs');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-19cfc3a9.cjs.prod.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -256,7 +256,6 @@ exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
256
256
  exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
257
257
  exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
258
258
  exports.IdentityWallet = identityApi_schema.IdentityWallet;
259
- exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken;
260
259
  exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW;
261
260
  exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken;
262
261
  exports.InitialDataRequest = identityApi_schema.InitialDataRequest;