@nexeraid/identity-schemas 2.31.0-dev → 2.31.0
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/{CoinMarketCap.schema-573ae5fa.cjs.dev.cjs → CoinMarketCap.schema-11069418.cjs.dev.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-6705a4b2.cjs.prod.cjs → CoinMarketCap.schema-b0cc2a78.cjs.prod.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-bdd190c6.esm.mjs → CoinMarketCap.schema-e7be5940.esm.mjs} +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +0 -20
- package/dist/declarations/src/identity/host-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +6 -172
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +0 -10
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +197 -198
- package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-983ca847.cjs.dev.cjs → frontend-utilities.schema-75b74942.cjs.dev.cjs} +1 -1
- package/dist/{frontend-utilities.schema-c05799ae.cjs.prod.cjs → frontend-utilities.schema-9b40bae5.cjs.prod.cjs} +1 -1
- package/dist/{frontend-utilities.schema-c0732b51.esm.mjs → frontend-utilities.schema-dee00db7.esm.mjs} +1 -1
- package/dist/{identity-api.schema-3416c3ed.esm.mjs → identity-api.schema-1a005459.esm.mjs} +8 -22
- package/dist/{identity-api.schema-65ad4780.cjs.dev.cjs → identity-api.schema-57fbeead.cjs.dev.cjs} +8 -24
- package/dist/{identity-api.schema-2a107b5b.cjs.prod.cjs → identity-api.schema-5b5d60ea.cjs.prod.cjs} +8 -24
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -6
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -6
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{transaction.schema-d3acfa35.cjs.dev.cjs → transaction.schema-18ac4ec3.cjs.dev.cjs} +1 -1
- package/dist/{transaction.schema-558bd12a.cjs.prod.cjs → transaction.schema-9fc271c9.cjs.prod.cjs} +1 -1
- package/dist/{transaction.schema-b1809ca8.esm.mjs → transaction.schema-c544a68e.esm.mjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -4
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -4
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -119,8 +119,7 @@ export type WalletSignResponse = z.infer<typeof WalletSignResponse>;
|
|
|
119
119
|
export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
120
120
|
type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
|
|
121
121
|
data: z.ZodObject<{
|
|
122
|
-
input: z.ZodUnion<[z.ZodIntersection<z.
|
|
123
|
-
workflowId: z.ZodOptional<z.ZodString>;
|
|
122
|
+
input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
124
123
|
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
|
|
125
124
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
126
125
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -136,7 +135,6 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
136
135
|
contractAddress: `0x${string}`;
|
|
137
136
|
functionName: string;
|
|
138
137
|
args: unknown[];
|
|
139
|
-
workflowId?: string | undefined;
|
|
140
138
|
blockExpiration?: number | undefined;
|
|
141
139
|
nonce?: number | undefined;
|
|
142
140
|
}, {
|
|
@@ -146,7 +144,6 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
146
144
|
contractAddress: string;
|
|
147
145
|
functionName: string;
|
|
148
146
|
args: unknown[];
|
|
149
|
-
workflowId?: string | undefined;
|
|
150
147
|
blockExpiration?: number | undefined;
|
|
151
148
|
nonce?: number | undefined;
|
|
152
149
|
}>, z.ZodObject<{
|
|
@@ -158,14 +155,7 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
158
155
|
}, {
|
|
159
156
|
namespace: "eip155";
|
|
160
157
|
userAddress: string;
|
|
161
|
-
}>>, z.ZodObject<{
|
|
162
|
-
workflowId: z.ZodString;
|
|
163
|
-
}, "strip", z.ZodTypeAny, {
|
|
164
|
-
workflowId: string;
|
|
165
|
-
}, {
|
|
166
|
-
workflowId: string;
|
|
167
|
-
}>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
168
|
-
workflowId: z.ZodOptional<z.ZodString>;
|
|
158
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
169
159
|
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
|
|
170
160
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
171
161
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -179,7 +169,6 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
179
169
|
functionName: `%${string}`;
|
|
180
170
|
args: string;
|
|
181
171
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
182
|
-
workflowId?: string | undefined;
|
|
183
172
|
blockExpiration?: number | undefined;
|
|
184
173
|
nonce?: number | undefined;
|
|
185
174
|
}, {
|
|
@@ -188,7 +177,6 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
188
177
|
functionName: string;
|
|
189
178
|
args: string;
|
|
190
179
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
191
|
-
workflowId?: string | undefined;
|
|
192
180
|
blockExpiration?: number | undefined;
|
|
193
181
|
nonce?: number | undefined;
|
|
194
182
|
}>, z.ZodObject<{
|
|
@@ -200,12 +188,6 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
200
188
|
}, {
|
|
201
189
|
namespace: "tezos";
|
|
202
190
|
userAddress: string;
|
|
203
|
-
}>>, z.ZodObject<{
|
|
204
|
-
workflowId: z.ZodString;
|
|
205
|
-
}, "strip", z.ZodTypeAny, {
|
|
206
|
-
workflowId: string;
|
|
207
|
-
}, {
|
|
208
|
-
workflowId: string;
|
|
209
191
|
}>>]>;
|
|
210
192
|
}, "strip", z.ZodTypeAny, {
|
|
211
193
|
input: ({
|
|
@@ -215,28 +197,22 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
215
197
|
contractAddress: `0x${string}`;
|
|
216
198
|
functionName: string;
|
|
217
199
|
args: unknown[];
|
|
218
|
-
workflowId?: string | undefined;
|
|
219
200
|
blockExpiration?: number | undefined;
|
|
220
201
|
nonce?: number | undefined;
|
|
221
202
|
} & {
|
|
222
203
|
namespace: "eip155";
|
|
223
204
|
userAddress: `0x${string}`;
|
|
224
|
-
} & {
|
|
225
|
-
workflowId: string;
|
|
226
205
|
}) | ({
|
|
227
206
|
userAddress: `tz${string}`;
|
|
228
207
|
contractAddress: `KT1${string}`;
|
|
229
208
|
functionName: `%${string}`;
|
|
230
209
|
args: string;
|
|
231
210
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
232
|
-
workflowId?: string | undefined;
|
|
233
211
|
blockExpiration?: number | undefined;
|
|
234
212
|
nonce?: number | undefined;
|
|
235
213
|
} & {
|
|
236
214
|
namespace: "tezos";
|
|
237
215
|
userAddress: `tz${string}`;
|
|
238
|
-
} & {
|
|
239
|
-
workflowId: string;
|
|
240
216
|
});
|
|
241
217
|
}, {
|
|
242
218
|
input: ({
|
|
@@ -246,28 +222,22 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
246
222
|
contractAddress: string;
|
|
247
223
|
functionName: string;
|
|
248
224
|
args: unknown[];
|
|
249
|
-
workflowId?: string | undefined;
|
|
250
225
|
blockExpiration?: number | undefined;
|
|
251
226
|
nonce?: number | undefined;
|
|
252
227
|
} & {
|
|
253
228
|
namespace: "eip155";
|
|
254
229
|
userAddress: string;
|
|
255
|
-
} & {
|
|
256
|
-
workflowId: string;
|
|
257
230
|
}) | ({
|
|
258
231
|
userAddress: string;
|
|
259
232
|
contractAddress: string;
|
|
260
233
|
functionName: string;
|
|
261
234
|
args: string;
|
|
262
235
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
263
|
-
workflowId?: string | undefined;
|
|
264
236
|
blockExpiration?: number | undefined;
|
|
265
237
|
nonce?: number | undefined;
|
|
266
238
|
} & {
|
|
267
239
|
namespace: "tezos";
|
|
268
240
|
userAddress: string;
|
|
269
|
-
} & {
|
|
270
|
-
workflowId: string;
|
|
271
241
|
});
|
|
272
242
|
}>;
|
|
273
243
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -280,28 +250,22 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
280
250
|
contractAddress: `0x${string}`;
|
|
281
251
|
functionName: string;
|
|
282
252
|
args: unknown[];
|
|
283
|
-
workflowId?: string | undefined;
|
|
284
253
|
blockExpiration?: number | undefined;
|
|
285
254
|
nonce?: number | undefined;
|
|
286
255
|
} & {
|
|
287
256
|
namespace: "eip155";
|
|
288
257
|
userAddress: `0x${string}`;
|
|
289
|
-
} & {
|
|
290
|
-
workflowId: string;
|
|
291
258
|
}) | ({
|
|
292
259
|
userAddress: `tz${string}`;
|
|
293
260
|
contractAddress: `KT1${string}`;
|
|
294
261
|
functionName: `%${string}`;
|
|
295
262
|
args: string;
|
|
296
263
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
297
|
-
workflowId?: string | undefined;
|
|
298
264
|
blockExpiration?: number | undefined;
|
|
299
265
|
nonce?: number | undefined;
|
|
300
266
|
} & {
|
|
301
267
|
namespace: "tezos";
|
|
302
268
|
userAddress: `tz${string}`;
|
|
303
|
-
} & {
|
|
304
|
-
workflowId: string;
|
|
305
269
|
});
|
|
306
270
|
};
|
|
307
271
|
}, {
|
|
@@ -314,28 +278,22 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
|
314
278
|
contractAddress: string;
|
|
315
279
|
functionName: string;
|
|
316
280
|
args: unknown[];
|
|
317
|
-
workflowId?: string | undefined;
|
|
318
281
|
blockExpiration?: number | undefined;
|
|
319
282
|
nonce?: number | undefined;
|
|
320
283
|
} & {
|
|
321
284
|
namespace: "eip155";
|
|
322
285
|
userAddress: string;
|
|
323
|
-
} & {
|
|
324
|
-
workflowId: string;
|
|
325
286
|
}) | ({
|
|
326
287
|
userAddress: string;
|
|
327
288
|
contractAddress: string;
|
|
328
289
|
functionName: string;
|
|
329
290
|
args: string;
|
|
330
291
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
331
|
-
workflowId?: string | undefined;
|
|
332
292
|
blockExpiration?: number | undefined;
|
|
333
293
|
nonce?: number | undefined;
|
|
334
294
|
} & {
|
|
335
295
|
namespace: "tezos";
|
|
336
296
|
userAddress: string;
|
|
337
|
-
} & {
|
|
338
|
-
workflowId: string;
|
|
339
297
|
});
|
|
340
298
|
};
|
|
341
299
|
}>;
|
|
@@ -460,8 +418,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
460
418
|
}>, z.ZodObject<{
|
|
461
419
|
type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
|
|
462
420
|
data: z.ZodObject<{
|
|
463
|
-
input: z.ZodUnion<[z.ZodIntersection<z.
|
|
464
|
-
workflowId: z.ZodOptional<z.ZodString>;
|
|
421
|
+
input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
465
422
|
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
|
|
466
423
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
467
424
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -477,7 +434,6 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
477
434
|
contractAddress: `0x${string}`;
|
|
478
435
|
functionName: string;
|
|
479
436
|
args: unknown[];
|
|
480
|
-
workflowId?: string | undefined;
|
|
481
437
|
blockExpiration?: number | undefined;
|
|
482
438
|
nonce?: number | undefined;
|
|
483
439
|
}, {
|
|
@@ -487,7 +443,6 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
487
443
|
contractAddress: string;
|
|
488
444
|
functionName: string;
|
|
489
445
|
args: unknown[];
|
|
490
|
-
workflowId?: string | undefined;
|
|
491
446
|
blockExpiration?: number | undefined;
|
|
492
447
|
nonce?: number | undefined;
|
|
493
448
|
}>, z.ZodObject<{
|
|
@@ -499,14 +454,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
499
454
|
}, {
|
|
500
455
|
namespace: "eip155";
|
|
501
456
|
userAddress: string;
|
|
502
|
-
}>>, z.ZodObject<{
|
|
503
|
-
workflowId: z.ZodString;
|
|
504
|
-
}, "strip", z.ZodTypeAny, {
|
|
505
|
-
workflowId: string;
|
|
506
|
-
}, {
|
|
507
|
-
workflowId: string;
|
|
508
|
-
}>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
509
|
-
workflowId: z.ZodOptional<z.ZodString>;
|
|
457
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
510
458
|
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
|
|
511
459
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
512
460
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -520,7 +468,6 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
520
468
|
functionName: `%${string}`;
|
|
521
469
|
args: string;
|
|
522
470
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
523
|
-
workflowId?: string | undefined;
|
|
524
471
|
blockExpiration?: number | undefined;
|
|
525
472
|
nonce?: number | undefined;
|
|
526
473
|
}, {
|
|
@@ -529,7 +476,6 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
529
476
|
functionName: string;
|
|
530
477
|
args: string;
|
|
531
478
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
532
|
-
workflowId?: string | undefined;
|
|
533
479
|
blockExpiration?: number | undefined;
|
|
534
480
|
nonce?: number | undefined;
|
|
535
481
|
}>, z.ZodObject<{
|
|
@@ -541,12 +487,6 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
541
487
|
}, {
|
|
542
488
|
namespace: "tezos";
|
|
543
489
|
userAddress: string;
|
|
544
|
-
}>>, z.ZodObject<{
|
|
545
|
-
workflowId: z.ZodString;
|
|
546
|
-
}, "strip", z.ZodTypeAny, {
|
|
547
|
-
workflowId: string;
|
|
548
|
-
}, {
|
|
549
|
-
workflowId: string;
|
|
550
490
|
}>>]>;
|
|
551
491
|
}, "strip", z.ZodTypeAny, {
|
|
552
492
|
input: ({
|
|
@@ -556,28 +496,22 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
556
496
|
contractAddress: `0x${string}`;
|
|
557
497
|
functionName: string;
|
|
558
498
|
args: unknown[];
|
|
559
|
-
workflowId?: string | undefined;
|
|
560
499
|
blockExpiration?: number | undefined;
|
|
561
500
|
nonce?: number | undefined;
|
|
562
501
|
} & {
|
|
563
502
|
namespace: "eip155";
|
|
564
503
|
userAddress: `0x${string}`;
|
|
565
|
-
} & {
|
|
566
|
-
workflowId: string;
|
|
567
504
|
}) | ({
|
|
568
505
|
userAddress: `tz${string}`;
|
|
569
506
|
contractAddress: `KT1${string}`;
|
|
570
507
|
functionName: `%${string}`;
|
|
571
508
|
args: string;
|
|
572
509
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
573
|
-
workflowId?: string | undefined;
|
|
574
510
|
blockExpiration?: number | undefined;
|
|
575
511
|
nonce?: number | undefined;
|
|
576
512
|
} & {
|
|
577
513
|
namespace: "tezos";
|
|
578
514
|
userAddress: `tz${string}`;
|
|
579
|
-
} & {
|
|
580
|
-
workflowId: string;
|
|
581
515
|
});
|
|
582
516
|
}, {
|
|
583
517
|
input: ({
|
|
@@ -587,28 +521,22 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
587
521
|
contractAddress: string;
|
|
588
522
|
functionName: string;
|
|
589
523
|
args: unknown[];
|
|
590
|
-
workflowId?: string | undefined;
|
|
591
524
|
blockExpiration?: number | undefined;
|
|
592
525
|
nonce?: number | undefined;
|
|
593
526
|
} & {
|
|
594
527
|
namespace: "eip155";
|
|
595
528
|
userAddress: string;
|
|
596
|
-
} & {
|
|
597
|
-
workflowId: string;
|
|
598
529
|
}) | ({
|
|
599
530
|
userAddress: string;
|
|
600
531
|
contractAddress: string;
|
|
601
532
|
functionName: string;
|
|
602
533
|
args: string;
|
|
603
534
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
604
|
-
workflowId?: string | undefined;
|
|
605
535
|
blockExpiration?: number | undefined;
|
|
606
536
|
nonce?: number | undefined;
|
|
607
537
|
} & {
|
|
608
538
|
namespace: "tezos";
|
|
609
539
|
userAddress: string;
|
|
610
|
-
} & {
|
|
611
|
-
workflowId: string;
|
|
612
540
|
});
|
|
613
541
|
}>;
|
|
614
542
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -621,28 +549,22 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
621
549
|
contractAddress: `0x${string}`;
|
|
622
550
|
functionName: string;
|
|
623
551
|
args: unknown[];
|
|
624
|
-
workflowId?: string | undefined;
|
|
625
552
|
blockExpiration?: number | undefined;
|
|
626
553
|
nonce?: number | undefined;
|
|
627
554
|
} & {
|
|
628
555
|
namespace: "eip155";
|
|
629
556
|
userAddress: `0x${string}`;
|
|
630
|
-
} & {
|
|
631
|
-
workflowId: string;
|
|
632
557
|
}) | ({
|
|
633
558
|
userAddress: `tz${string}`;
|
|
634
559
|
contractAddress: `KT1${string}`;
|
|
635
560
|
functionName: `%${string}`;
|
|
636
561
|
args: string;
|
|
637
562
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
638
|
-
workflowId?: string | undefined;
|
|
639
563
|
blockExpiration?: number | undefined;
|
|
640
564
|
nonce?: number | undefined;
|
|
641
565
|
} & {
|
|
642
566
|
namespace: "tezos";
|
|
643
567
|
userAddress: `tz${string}`;
|
|
644
|
-
} & {
|
|
645
|
-
workflowId: string;
|
|
646
568
|
});
|
|
647
569
|
};
|
|
648
570
|
}, {
|
|
@@ -655,28 +577,22 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
655
577
|
contractAddress: string;
|
|
656
578
|
functionName: string;
|
|
657
579
|
args: unknown[];
|
|
658
|
-
workflowId?: string | undefined;
|
|
659
580
|
blockExpiration?: number | undefined;
|
|
660
581
|
nonce?: number | undefined;
|
|
661
582
|
} & {
|
|
662
583
|
namespace: "eip155";
|
|
663
584
|
userAddress: string;
|
|
664
|
-
} & {
|
|
665
|
-
workflowId: string;
|
|
666
585
|
}) | ({
|
|
667
586
|
userAddress: string;
|
|
668
587
|
contractAddress: string;
|
|
669
588
|
functionName: string;
|
|
670
589
|
args: string;
|
|
671
590
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
672
|
-
workflowId?: string | undefined;
|
|
673
591
|
blockExpiration?: number | undefined;
|
|
674
592
|
nonce?: number | undefined;
|
|
675
593
|
} & {
|
|
676
594
|
namespace: "tezos";
|
|
677
595
|
userAddress: string;
|
|
678
|
-
} & {
|
|
679
|
-
workflowId: string;
|
|
680
596
|
});
|
|
681
597
|
};
|
|
682
598
|
}>, z.ZodObject<{
|
|
@@ -799,8 +715,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
799
715
|
}>, z.ZodObject<{
|
|
800
716
|
type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
|
|
801
717
|
data: z.ZodObject<{
|
|
802
|
-
input: z.ZodUnion<[z.ZodIntersection<z.
|
|
803
|
-
workflowId: z.ZodOptional<z.ZodString>;
|
|
718
|
+
input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
804
719
|
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
|
|
805
720
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
806
721
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -816,7 +731,6 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
816
731
|
contractAddress: `0x${string}`;
|
|
817
732
|
functionName: string;
|
|
818
733
|
args: unknown[];
|
|
819
|
-
workflowId?: string | undefined;
|
|
820
734
|
blockExpiration?: number | undefined;
|
|
821
735
|
nonce?: number | undefined;
|
|
822
736
|
}, {
|
|
@@ -826,7 +740,6 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
826
740
|
contractAddress: string;
|
|
827
741
|
functionName: string;
|
|
828
742
|
args: unknown[];
|
|
829
|
-
workflowId?: string | undefined;
|
|
830
743
|
blockExpiration?: number | undefined;
|
|
831
744
|
nonce?: number | undefined;
|
|
832
745
|
}>, z.ZodObject<{
|
|
@@ -838,14 +751,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
838
751
|
}, {
|
|
839
752
|
namespace: "eip155";
|
|
840
753
|
userAddress: string;
|
|
841
|
-
}>>, z.ZodObject<{
|
|
842
|
-
workflowId: z.ZodString;
|
|
843
|
-
}, "strip", z.ZodTypeAny, {
|
|
844
|
-
workflowId: string;
|
|
845
|
-
}, {
|
|
846
|
-
workflowId: string;
|
|
847
|
-
}>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
848
|
-
workflowId: z.ZodOptional<z.ZodString>;
|
|
754
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
849
755
|
chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
|
|
850
756
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
851
757
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -859,7 +765,6 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
859
765
|
functionName: `%${string}`;
|
|
860
766
|
args: string;
|
|
861
767
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
862
|
-
workflowId?: string | undefined;
|
|
863
768
|
blockExpiration?: number | undefined;
|
|
864
769
|
nonce?: number | undefined;
|
|
865
770
|
}, {
|
|
@@ -868,7 +773,6 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
868
773
|
functionName: string;
|
|
869
774
|
args: string;
|
|
870
775
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
871
|
-
workflowId?: string | undefined;
|
|
872
776
|
blockExpiration?: number | undefined;
|
|
873
777
|
nonce?: number | undefined;
|
|
874
778
|
}>, z.ZodObject<{
|
|
@@ -880,12 +784,6 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
880
784
|
}, {
|
|
881
785
|
namespace: "tezos";
|
|
882
786
|
userAddress: string;
|
|
883
|
-
}>>, z.ZodObject<{
|
|
884
|
-
workflowId: z.ZodString;
|
|
885
|
-
}, "strip", z.ZodTypeAny, {
|
|
886
|
-
workflowId: string;
|
|
887
|
-
}, {
|
|
888
|
-
workflowId: string;
|
|
889
787
|
}>>]>;
|
|
890
788
|
}, "strip", z.ZodTypeAny, {
|
|
891
789
|
input: ({
|
|
@@ -895,28 +793,22 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
895
793
|
contractAddress: `0x${string}`;
|
|
896
794
|
functionName: string;
|
|
897
795
|
args: unknown[];
|
|
898
|
-
workflowId?: string | undefined;
|
|
899
796
|
blockExpiration?: number | undefined;
|
|
900
797
|
nonce?: number | undefined;
|
|
901
798
|
} & {
|
|
902
799
|
namespace: "eip155";
|
|
903
800
|
userAddress: `0x${string}`;
|
|
904
|
-
} & {
|
|
905
|
-
workflowId: string;
|
|
906
801
|
}) | ({
|
|
907
802
|
userAddress: `tz${string}`;
|
|
908
803
|
contractAddress: `KT1${string}`;
|
|
909
804
|
functionName: `%${string}`;
|
|
910
805
|
args: string;
|
|
911
806
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
912
|
-
workflowId?: string | undefined;
|
|
913
807
|
blockExpiration?: number | undefined;
|
|
914
808
|
nonce?: number | undefined;
|
|
915
809
|
} & {
|
|
916
810
|
namespace: "tezos";
|
|
917
811
|
userAddress: `tz${string}`;
|
|
918
|
-
} & {
|
|
919
|
-
workflowId: string;
|
|
920
812
|
});
|
|
921
813
|
}, {
|
|
922
814
|
input: ({
|
|
@@ -926,28 +818,22 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
926
818
|
contractAddress: string;
|
|
927
819
|
functionName: string;
|
|
928
820
|
args: unknown[];
|
|
929
|
-
workflowId?: string | undefined;
|
|
930
821
|
blockExpiration?: number | undefined;
|
|
931
822
|
nonce?: number | undefined;
|
|
932
823
|
} & {
|
|
933
824
|
namespace: "eip155";
|
|
934
825
|
userAddress: string;
|
|
935
|
-
} & {
|
|
936
|
-
workflowId: string;
|
|
937
826
|
}) | ({
|
|
938
827
|
userAddress: string;
|
|
939
828
|
contractAddress: string;
|
|
940
829
|
functionName: string;
|
|
941
830
|
args: string;
|
|
942
831
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
943
|
-
workflowId?: string | undefined;
|
|
944
832
|
blockExpiration?: number | undefined;
|
|
945
833
|
nonce?: number | undefined;
|
|
946
834
|
} & {
|
|
947
835
|
namespace: "tezos";
|
|
948
836
|
userAddress: string;
|
|
949
|
-
} & {
|
|
950
|
-
workflowId: string;
|
|
951
837
|
});
|
|
952
838
|
}>;
|
|
953
839
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -960,28 +846,22 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
960
846
|
contractAddress: `0x${string}`;
|
|
961
847
|
functionName: string;
|
|
962
848
|
args: unknown[];
|
|
963
|
-
workflowId?: string | undefined;
|
|
964
849
|
blockExpiration?: number | undefined;
|
|
965
850
|
nonce?: number | undefined;
|
|
966
851
|
} & {
|
|
967
852
|
namespace: "eip155";
|
|
968
853
|
userAddress: `0x${string}`;
|
|
969
|
-
} & {
|
|
970
|
-
workflowId: string;
|
|
971
854
|
}) | ({
|
|
972
855
|
userAddress: `tz${string}`;
|
|
973
856
|
contractAddress: `KT1${string}`;
|
|
974
857
|
functionName: `%${string}`;
|
|
975
858
|
args: string;
|
|
976
859
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
977
|
-
workflowId?: string | undefined;
|
|
978
860
|
blockExpiration?: number | undefined;
|
|
979
861
|
nonce?: number | undefined;
|
|
980
862
|
} & {
|
|
981
863
|
namespace: "tezos";
|
|
982
864
|
userAddress: `tz${string}`;
|
|
983
|
-
} & {
|
|
984
|
-
workflowId: string;
|
|
985
865
|
});
|
|
986
866
|
};
|
|
987
867
|
}, {
|
|
@@ -994,28 +874,22 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
994
874
|
contractAddress: string;
|
|
995
875
|
functionName: string;
|
|
996
876
|
args: unknown[];
|
|
997
|
-
workflowId?: string | undefined;
|
|
998
877
|
blockExpiration?: number | undefined;
|
|
999
878
|
nonce?: number | undefined;
|
|
1000
879
|
} & {
|
|
1001
880
|
namespace: "eip155";
|
|
1002
881
|
userAddress: string;
|
|
1003
|
-
} & {
|
|
1004
|
-
workflowId: string;
|
|
1005
882
|
}) | ({
|
|
1006
883
|
userAddress: string;
|
|
1007
884
|
contractAddress: string;
|
|
1008
885
|
functionName: string;
|
|
1009
886
|
args: string;
|
|
1010
887
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
1011
|
-
workflowId?: string | undefined;
|
|
1012
888
|
blockExpiration?: number | undefined;
|
|
1013
889
|
nonce?: number | undefined;
|
|
1014
890
|
} & {
|
|
1015
891
|
namespace: "tezos";
|
|
1016
892
|
userAddress: string;
|
|
1017
|
-
} & {
|
|
1018
|
-
workflowId: string;
|
|
1019
893
|
});
|
|
1020
894
|
};
|
|
1021
895
|
}>, z.ZodObject<{
|
|
@@ -1148,27 +1022,6 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
|
|
|
1148
1022
|
});
|
|
1149
1023
|
}>;
|
|
1150
1024
|
export type TxAuthDataSignatureResponse = z.infer<typeof TxAuthDataSignatureResponse>;
|
|
1151
|
-
export declare const TxAuthDataSignatureGatingError: z.ZodObject<{
|
|
1152
|
-
type: z.ZodLiteral<"txAuthDataSignatureGatingError">;
|
|
1153
|
-
data: z.ZodObject<{
|
|
1154
|
-
error: z.ZodString;
|
|
1155
|
-
}, "strip", z.ZodTypeAny, {
|
|
1156
|
-
error: string;
|
|
1157
|
-
}, {
|
|
1158
|
-
error: string;
|
|
1159
|
-
}>;
|
|
1160
|
-
}, "strip", z.ZodTypeAny, {
|
|
1161
|
-
type: "txAuthDataSignatureGatingError";
|
|
1162
|
-
data: {
|
|
1163
|
-
error: string;
|
|
1164
|
-
};
|
|
1165
|
-
}, {
|
|
1166
|
-
type: "txAuthDataSignatureGatingError";
|
|
1167
|
-
data: {
|
|
1168
|
-
error: string;
|
|
1169
|
-
};
|
|
1170
|
-
}>;
|
|
1171
|
-
export type TxAuthDataSignatureGatingError = z.infer<typeof TxAuthDataSignatureGatingError>;
|
|
1172
1025
|
export declare const GetCustomerStatusResponse: z.ZodObject<{
|
|
1173
1026
|
type: z.ZodLiteral<"getCustomerStatusResponse">;
|
|
1174
1027
|
data: z.ZodUnion<[z.ZodEffects<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>, "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status", unknown>, z.ZodNull]>;
|
|
@@ -1413,25 +1266,6 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1413
1266
|
namespace: "tezos";
|
|
1414
1267
|
userAddress: string;
|
|
1415
1268
|
});
|
|
1416
|
-
}>, z.ZodObject<{
|
|
1417
|
-
type: z.ZodLiteral<"txAuthDataSignatureGatingError">;
|
|
1418
|
-
data: z.ZodObject<{
|
|
1419
|
-
error: z.ZodString;
|
|
1420
|
-
}, "strip", z.ZodTypeAny, {
|
|
1421
|
-
error: string;
|
|
1422
|
-
}, {
|
|
1423
|
-
error: string;
|
|
1424
|
-
}>;
|
|
1425
|
-
}, "strip", z.ZodTypeAny, {
|
|
1426
|
-
type: "txAuthDataSignatureGatingError";
|
|
1427
|
-
data: {
|
|
1428
|
-
error: string;
|
|
1429
|
-
};
|
|
1430
|
-
}, {
|
|
1431
|
-
type: "txAuthDataSignatureGatingError";
|
|
1432
|
-
data: {
|
|
1433
|
-
error: string;
|
|
1434
|
-
};
|
|
1435
1269
|
}>, z.ZodObject<{
|
|
1436
1270
|
type: z.ZodLiteral<"getCustomerStatusResponse">;
|
|
1437
1271
|
data: z.ZodUnion<[z.ZodEffects<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>, "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status", unknown>, z.ZodNull]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,iBAAiB,EACjB,YAAY,EAEZ,4CAA4C,EAC7C,+BAAsB;AAEvB,OAAO,EACL,mCAAmC,EACnC,kBAAkB,EAClB,UAAU,EACX,gCAA6B;AAc9B;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,0CAA0C;IAC1C,OAAO,EAAE,iBAAiB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,4CAA4C,CAAC;IACxD,+EAA+E;IAC/E,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,kDAAkD;IAClD,UAAU,EAAE,UAAU,CAAC;IACvB,wFAAwF;IACxF,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,iEAAiE;IACjE,qBAAqB,CAAC,EAAE,mCAAmC,CAAC;CAC7D,CAAC;AACF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;EAQzC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;EAkBtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;IAC1B;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAsBlE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
|