@nexeraid/identity-schemas 2.155.0-dev → 2.157.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-a36f0949.cjs.prod.cjs → CoinMarketCap.schema-00a140f7.cjs.prod.cjs} +15 -15
  2. package/dist/{CoinMarketCap.schema-569d8d3f.esm.mjs → CoinMarketCap.schema-d83953d0.esm.mjs} +15 -15
  3. package/dist/{CoinMarketCap.schema-a3d871f8.cjs.dev.cjs → CoinMarketCap.schema-dd6c8043.cjs.dev.cjs} +15 -15
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +57 -57
  5. package/dist/declarations/src/identity/host-requests.schema.d.ts +50 -50
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +13 -13
  7. package/dist/declarations/src/identity/kyc.schema.d.ts +31 -31
  8. package/dist/declarations/src/identity/polygon-id.schema.d.ts +10 -10
  9. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +108 -108
  10. package/dist/{identity-api.schema-362b1c56.esm.mjs → identity-api.schema-42245964.esm.mjs} +1 -1
  11. package/dist/{identity-api.schema-6c70e3aa.cjs.prod.cjs → identity-api.schema-443adcc0.cjs.prod.cjs} +1 -1
  12. package/dist/{identity-api.schema-65dd6440.cjs.dev.cjs → identity-api.schema-f786c437.cjs.dev.cjs} +1 -1
  13. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
  14. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
  15. package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
  16. package/dist/package.json +2 -2
  17. package/dist/{tfhe-utilities-34760e2f.cjs.prod.cjs → tfhe-utilities-03f0250c.cjs.prod.cjs} +1 -1
  18. package/dist/{tfhe-utilities-28701323.cjs.dev.cjs → tfhe-utilities-5c744359.cjs.dev.cjs} +1 -1
  19. package/dist/{tfhe-utilities-90193a9c.esm.mjs → tfhe-utilities-e4157a93.esm.mjs} +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 +2 -2
  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
@@ -88,17 +88,17 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
88
88
  did_doc: z.ZodOptional<z.ZodAny>;
89
89
  message: z.ZodOptional<z.ZodString>;
90
90
  scope: z.ZodArray<z.ZodObject<{
91
- id: z.ZodNumber;
91
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
92
92
  circuitId: z.ZodString;
93
93
  optional: z.ZodOptional<z.ZodBoolean>;
94
94
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
95
95
  }, "strip", z.ZodTypeAny, {
96
- id: number;
96
+ id: string | number;
97
97
  query: Record<string, any>;
98
98
  circuitId: string;
99
99
  optional?: boolean | undefined;
100
100
  }, {
101
- id: number;
101
+ id: string | number;
102
102
  query: Record<string, any>;
103
103
  circuitId: string;
104
104
  optional?: boolean | undefined;
@@ -106,7 +106,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
106
106
  }, "strip", z.ZodTypeAny, {
107
107
  callbackUrl: string;
108
108
  scope: {
109
- id: number;
109
+ id: string | number;
110
110
  query: Record<string, any>;
111
111
  circuitId: string;
112
112
  optional?: boolean | undefined;
@@ -117,7 +117,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
117
117
  }, {
118
118
  callbackUrl: string;
119
119
  scope: {
120
- id: number;
120
+ id: string | number;
121
121
  query: Record<string, any>;
122
122
  circuitId: string;
123
123
  optional?: boolean | undefined;
@@ -134,7 +134,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
134
134
  body: {
135
135
  callbackUrl: string;
136
136
  scope: {
137
- id: number;
137
+ id: string | number;
138
138
  query: Record<string, any>;
139
139
  circuitId: string;
140
140
  optional?: boolean | undefined;
@@ -153,7 +153,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
153
153
  body: {
154
154
  callbackUrl: string;
155
155
  scope: {
156
- id: number;
156
+ id: string | number;
157
157
  query: Record<string, any>;
158
158
  circuitId: string;
159
159
  optional?: boolean | undefined;
@@ -175,7 +175,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
175
175
  body: {
176
176
  callbackUrl: string;
177
177
  scope: {
178
- id: number;
178
+ id: string | number;
179
179
  query: Record<string, any>;
180
180
  circuitId: string;
181
181
  optional?: boolean | undefined;
@@ -197,7 +197,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
197
197
  body: {
198
198
  callbackUrl: string;
199
199
  scope: {
200
- id: number;
200
+ id: string | number;
201
201
  query: Record<string, any>;
202
202
  circuitId: string;
203
203
  optional?: boolean | undefined;
@@ -238,17 +238,17 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
238
238
  }>, z.ZodObject<{
239
239
  type: z.ZodLiteral<"zkp">;
240
240
  zkpRequest: z.ZodObject<{
241
- id: z.ZodNumber;
241
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
242
242
  circuitId: z.ZodString;
243
243
  optional: z.ZodOptional<z.ZodBoolean>;
244
244
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
245
245
  }, "strip", z.ZodTypeAny, {
246
- id: number;
246
+ id: string | number;
247
247
  query: Record<string, any>;
248
248
  circuitId: string;
249
249
  optional?: boolean | undefined;
250
250
  }, {
251
- id: number;
251
+ id: string | number;
252
252
  query: Record<string, any>;
253
253
  circuitId: string;
254
254
  optional?: boolean | undefined;
@@ -256,7 +256,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
256
256
  }, "strip", z.ZodTypeAny, {
257
257
  type: "zkp";
258
258
  zkpRequest: {
259
- id: number;
259
+ id: string | number;
260
260
  query: Record<string, any>;
261
261
  circuitId: string;
262
262
  optional?: boolean | undefined;
@@ -264,7 +264,7 @@ export declare const PolygonIdRequestData: z.ZodUnion<[z.ZodObject<{
264
264
  }, {
265
265
  type: "zkp";
266
266
  zkpRequest: {
267
- id: number;
267
+ id: string | number;
268
268
  query: Record<string, any>;
269
269
  circuitId: string;
270
270
  optional?: boolean | undefined;
@@ -286,17 +286,17 @@ export declare const PolygonIdRequest: z.ZodObject<{
286
286
  did_doc: z.ZodOptional<z.ZodAny>;
287
287
  message: z.ZodOptional<z.ZodString>;
288
288
  scope: z.ZodArray<z.ZodObject<{
289
- id: z.ZodNumber;
289
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
290
290
  circuitId: z.ZodString;
291
291
  optional: z.ZodOptional<z.ZodBoolean>;
292
292
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
293
293
  }, "strip", z.ZodTypeAny, {
294
- id: number;
294
+ id: string | number;
295
295
  query: Record<string, any>;
296
296
  circuitId: string;
297
297
  optional?: boolean | undefined;
298
298
  }, {
299
- id: number;
299
+ id: string | number;
300
300
  query: Record<string, any>;
301
301
  circuitId: string;
302
302
  optional?: boolean | undefined;
@@ -304,7 +304,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
304
304
  }, "strip", z.ZodTypeAny, {
305
305
  callbackUrl: string;
306
306
  scope: {
307
- id: number;
307
+ id: string | number;
308
308
  query: Record<string, any>;
309
309
  circuitId: string;
310
310
  optional?: boolean | undefined;
@@ -315,7 +315,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
315
315
  }, {
316
316
  callbackUrl: string;
317
317
  scope: {
318
- id: number;
318
+ id: string | number;
319
319
  query: Record<string, any>;
320
320
  circuitId: string;
321
321
  optional?: boolean | undefined;
@@ -332,7 +332,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
332
332
  body: {
333
333
  callbackUrl: string;
334
334
  scope: {
335
- id: number;
335
+ id: string | number;
336
336
  query: Record<string, any>;
337
337
  circuitId: string;
338
338
  optional?: boolean | undefined;
@@ -351,7 +351,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
351
351
  body: {
352
352
  callbackUrl: string;
353
353
  scope: {
354
- id: number;
354
+ id: string | number;
355
355
  query: Record<string, any>;
356
356
  circuitId: string;
357
357
  optional?: boolean | undefined;
@@ -373,7 +373,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
373
373
  body: {
374
374
  callbackUrl: string;
375
375
  scope: {
376
- id: number;
376
+ id: string | number;
377
377
  query: Record<string, any>;
378
378
  circuitId: string;
379
379
  optional?: boolean | undefined;
@@ -395,7 +395,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
395
395
  body: {
396
396
  callbackUrl: string;
397
397
  scope: {
398
- id: number;
398
+ id: string | number;
399
399
  query: Record<string, any>;
400
400
  circuitId: string;
401
401
  optional?: boolean | undefined;
@@ -436,17 +436,17 @@ export declare const PolygonIdRequest: z.ZodObject<{
436
436
  }>, z.ZodObject<{
437
437
  type: z.ZodLiteral<"zkp">;
438
438
  zkpRequest: z.ZodObject<{
439
- id: z.ZodNumber;
439
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
440
440
  circuitId: z.ZodString;
441
441
  optional: z.ZodOptional<z.ZodBoolean>;
442
442
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
443
443
  }, "strip", z.ZodTypeAny, {
444
- id: number;
444
+ id: string | number;
445
445
  query: Record<string, any>;
446
446
  circuitId: string;
447
447
  optional?: boolean | undefined;
448
448
  }, {
449
- id: number;
449
+ id: string | number;
450
450
  query: Record<string, any>;
451
451
  circuitId: string;
452
452
  optional?: boolean | undefined;
@@ -454,7 +454,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
454
454
  }, "strip", z.ZodTypeAny, {
455
455
  type: "zkp";
456
456
  zkpRequest: {
457
- id: number;
457
+ id: string | number;
458
458
  query: Record<string, any>;
459
459
  circuitId: string;
460
460
  optional?: boolean | undefined;
@@ -462,7 +462,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
462
462
  }, {
463
463
  type: "zkp";
464
464
  zkpRequest: {
465
- id: number;
465
+ id: string | number;
466
466
  query: Record<string, any>;
467
467
  circuitId: string;
468
468
  optional?: boolean | undefined;
@@ -478,7 +478,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
478
478
  body: {
479
479
  callbackUrl: string;
480
480
  scope: {
481
- id: number;
481
+ id: string | number;
482
482
  query: Record<string, any>;
483
483
  circuitId: string;
484
484
  optional?: boolean | undefined;
@@ -501,7 +501,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
501
501
  } | {
502
502
  type: "zkp";
503
503
  zkpRequest: {
504
- id: number;
504
+ id: string | number;
505
505
  query: Record<string, any>;
506
506
  circuitId: string;
507
507
  optional?: boolean | undefined;
@@ -517,7 +517,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
517
517
  body: {
518
518
  callbackUrl: string;
519
519
  scope: {
520
- id: number;
520
+ id: string | number;
521
521
  query: Record<string, any>;
522
522
  circuitId: string;
523
523
  optional?: boolean | undefined;
@@ -540,7 +540,7 @@ export declare const PolygonIdRequest: z.ZodObject<{
540
540
  } | {
541
541
  type: "zkp";
542
542
  zkpRequest: {
543
- id: number;
543
+ id: string | number;
544
544
  query: Record<string, any>;
545
545
  circuitId: string;
546
546
  optional?: boolean | undefined;
@@ -1847,17 +1847,17 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1847
1847
  did_doc: z.ZodOptional<z.ZodAny>;
1848
1848
  message: z.ZodOptional<z.ZodString>;
1849
1849
  scope: z.ZodArray<z.ZodObject<{
1850
- id: z.ZodNumber;
1850
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1851
1851
  circuitId: z.ZodString;
1852
1852
  optional: z.ZodOptional<z.ZodBoolean>;
1853
1853
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
1854
1854
  }, "strip", z.ZodTypeAny, {
1855
- id: number;
1855
+ id: string | number;
1856
1856
  query: Record<string, any>;
1857
1857
  circuitId: string;
1858
1858
  optional?: boolean | undefined;
1859
1859
  }, {
1860
- id: number;
1860
+ id: string | number;
1861
1861
  query: Record<string, any>;
1862
1862
  circuitId: string;
1863
1863
  optional?: boolean | undefined;
@@ -1865,7 +1865,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1865
1865
  }, "strip", z.ZodTypeAny, {
1866
1866
  callbackUrl: string;
1867
1867
  scope: {
1868
- id: number;
1868
+ id: string | number;
1869
1869
  query: Record<string, any>;
1870
1870
  circuitId: string;
1871
1871
  optional?: boolean | undefined;
@@ -1876,7 +1876,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1876
1876
  }, {
1877
1877
  callbackUrl: string;
1878
1878
  scope: {
1879
- id: number;
1879
+ id: string | number;
1880
1880
  query: Record<string, any>;
1881
1881
  circuitId: string;
1882
1882
  optional?: boolean | undefined;
@@ -1893,7 +1893,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1893
1893
  body: {
1894
1894
  callbackUrl: string;
1895
1895
  scope: {
1896
- id: number;
1896
+ id: string | number;
1897
1897
  query: Record<string, any>;
1898
1898
  circuitId: string;
1899
1899
  optional?: boolean | undefined;
@@ -1912,7 +1912,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1912
1912
  body: {
1913
1913
  callbackUrl: string;
1914
1914
  scope: {
1915
- id: number;
1915
+ id: string | number;
1916
1916
  query: Record<string, any>;
1917
1917
  circuitId: string;
1918
1918
  optional?: boolean | undefined;
@@ -1934,7 +1934,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1934
1934
  body: {
1935
1935
  callbackUrl: string;
1936
1936
  scope: {
1937
- id: number;
1937
+ id: string | number;
1938
1938
  query: Record<string, any>;
1939
1939
  circuitId: string;
1940
1940
  optional?: boolean | undefined;
@@ -1956,7 +1956,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1956
1956
  body: {
1957
1957
  callbackUrl: string;
1958
1958
  scope: {
1959
- id: number;
1959
+ id: string | number;
1960
1960
  query: Record<string, any>;
1961
1961
  circuitId: string;
1962
1962
  optional?: boolean | undefined;
@@ -1997,17 +1997,17 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
1997
1997
  }>, z.ZodObject<{
1998
1998
  type: z.ZodLiteral<"zkp">;
1999
1999
  zkpRequest: z.ZodObject<{
2000
- id: z.ZodNumber;
2000
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
2001
2001
  circuitId: z.ZodString;
2002
2002
  optional: z.ZodOptional<z.ZodBoolean>;
2003
2003
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
2004
2004
  }, "strip", z.ZodTypeAny, {
2005
- id: number;
2005
+ id: string | number;
2006
2006
  query: Record<string, any>;
2007
2007
  circuitId: string;
2008
2008
  optional?: boolean | undefined;
2009
2009
  }, {
2010
- id: number;
2010
+ id: string | number;
2011
2011
  query: Record<string, any>;
2012
2012
  circuitId: string;
2013
2013
  optional?: boolean | undefined;
@@ -2015,7 +2015,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2015
2015
  }, "strip", z.ZodTypeAny, {
2016
2016
  type: "zkp";
2017
2017
  zkpRequest: {
2018
- id: number;
2018
+ id: string | number;
2019
2019
  query: Record<string, any>;
2020
2020
  circuitId: string;
2021
2021
  optional?: boolean | undefined;
@@ -2023,7 +2023,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2023
2023
  }, {
2024
2024
  type: "zkp";
2025
2025
  zkpRequest: {
2026
- id: number;
2026
+ id: string | number;
2027
2027
  query: Record<string, any>;
2028
2028
  circuitId: string;
2029
2029
  optional?: boolean | undefined;
@@ -2039,7 +2039,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2039
2039
  body: {
2040
2040
  callbackUrl: string;
2041
2041
  scope: {
2042
- id: number;
2042
+ id: string | number;
2043
2043
  query: Record<string, any>;
2044
2044
  circuitId: string;
2045
2045
  optional?: boolean | undefined;
@@ -2062,7 +2062,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2062
2062
  } | {
2063
2063
  type: "zkp";
2064
2064
  zkpRequest: {
2065
- id: number;
2065
+ id: string | number;
2066
2066
  query: Record<string, any>;
2067
2067
  circuitId: string;
2068
2068
  optional?: boolean | undefined;
@@ -2078,7 +2078,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2078
2078
  body: {
2079
2079
  callbackUrl: string;
2080
2080
  scope: {
2081
- id: number;
2081
+ id: string | number;
2082
2082
  query: Record<string, any>;
2083
2083
  circuitId: string;
2084
2084
  optional?: boolean | undefined;
@@ -2101,7 +2101,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
2101
2101
  } | {
2102
2102
  type: "zkp";
2103
2103
  zkpRequest: {
2104
- id: number;
2104
+ id: string | number;
2105
2105
  query: Record<string, any>;
2106
2106
  circuitId: string;
2107
2107
  optional?: boolean | undefined;
@@ -1646,17 +1646,17 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1646
1646
  did_doc: z.ZodOptional<z.ZodAny>;
1647
1647
  message: z.ZodOptional<z.ZodString>;
1648
1648
  scope: z.ZodArray<z.ZodObject<{
1649
- id: z.ZodNumber;
1649
+ id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1650
1650
  circuitId: z.ZodString;
1651
1651
  optional: z.ZodOptional<z.ZodBoolean>;
1652
1652
  query: z.ZodRecord<z.ZodString, z.ZodAny>;
1653
1653
  }, "strip", z.ZodTypeAny, {
1654
- id: number;
1654
+ id: string | number;
1655
1655
  query: Record<string, any>;
1656
1656
  circuitId: string;
1657
1657
  optional?: boolean | undefined;
1658
1658
  }, {
1659
- id: number;
1659
+ id: string | number;
1660
1660
  query: Record<string, any>;
1661
1661
  circuitId: string;
1662
1662
  optional?: boolean | undefined;
@@ -1664,7 +1664,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1664
1664
  }, "strip", z.ZodTypeAny, {
1665
1665
  callbackUrl: string;
1666
1666
  scope: {
1667
- id: number;
1667
+ id: string | number;
1668
1668
  query: Record<string, any>;
1669
1669
  circuitId: string;
1670
1670
  optional?: boolean | undefined;
@@ -1675,7 +1675,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1675
1675
  }, {
1676
1676
  callbackUrl: string;
1677
1677
  scope: {
1678
- id: number;
1678
+ id: string | number;
1679
1679
  query: Record<string, any>;
1680
1680
  circuitId: string;
1681
1681
  optional?: boolean | undefined;
@@ -1692,7 +1692,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1692
1692
  body: {
1693
1693
  callbackUrl: string;
1694
1694
  scope: {
1695
- id: number;
1695
+ id: string | number;
1696
1696
  query: Record<string, any>;
1697
1697
  circuitId: string;
1698
1698
  optional?: boolean | undefined;
@@ -1711,7 +1711,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1711
1711
  body: {
1712
1712
  callbackUrl: string;
1713
1713
  scope: {
1714
- id: number;
1714
+ id: string | number;
1715
1715
  query: Record<string, any>;
1716
1716
  circuitId: string;
1717
1717
  optional?: boolean | undefined;
@@ -1967,7 +1967,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1967
1967
  body: {
1968
1968
  callbackUrl: string;
1969
1969
  scope: {
1970
- id: number;
1970
+ id: string | number;
1971
1971
  query: Record<string, any>;
1972
1972
  circuitId: string;
1973
1973
  optional?: boolean | undefined;
@@ -2040,7 +2040,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2040
2040
  body: {
2041
2041
  callbackUrl: string;
2042
2042
  scope: {
2043
- id: number;
2043
+ id: string | number;
2044
2044
  query: Record<string, any>;
2045
2045
  circuitId: string;
2046
2046
  optional?: boolean | undefined;
@@ -2116,7 +2116,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2116
2116
  body: {
2117
2117
  callbackUrl: string;
2118
2118
  scope: {
2119
- id: number;
2119
+ id: string | number;
2120
2120
  query: Record<string, any>;
2121
2121
  circuitId: string;
2122
2122
  optional?: boolean | undefined;
@@ -2192,7 +2192,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2192
2192
  body: {
2193
2193
  callbackUrl: string;
2194
2194
  scope: {
2195
- id: number;
2195
+ id: string | number;
2196
2196
  query: Record<string, any>;
2197
2197
  circuitId: string;
2198
2198
  optional?: boolean | undefined;
@@ -2302,7 +2302,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2302
2302
  body: {
2303
2303
  callbackUrl: string;
2304
2304
  scope: {
2305
- id: number;
2305
+ id: string | number;
2306
2306
  query: Record<string, any>;
2307
2307
  circuitId: string;
2308
2308
  optional?: boolean | undefined;
@@ -2406,7 +2406,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2406
2406
  body: {
2407
2407
  callbackUrl: string;
2408
2408
  scope: {
2409
- id: number;
2409
+ id: string | number;
2410
2410
  query: Record<string, any>;
2411
2411
  circuitId: string;
2412
2412
  optional?: boolean | undefined;