@learncard/types 5.8.4 → 5.8.6

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/lcn.d.ts CHANGED
@@ -91,6 +91,7 @@ export declare const LCNProfileValidator: z.ZodObject<{
91
91
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
92
92
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
93
93
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
94
+ country: z.ZodOptional<z.ZodString>;
94
95
  }, "strip", z.ZodTypeAny, {
95
96
  profileId: string;
96
97
  displayName: string;
@@ -121,6 +122,7 @@ export declare const LCNProfileValidator: z.ZodObject<{
121
122
  } | undefined;
122
123
  highlightedCredentials?: string[] | undefined;
123
124
  dob?: string | undefined;
125
+ country?: string | undefined;
124
126
  }, {
125
127
  profileId: string;
126
128
  did: string;
@@ -151,6 +153,7 @@ export declare const LCNProfileValidator: z.ZodObject<{
151
153
  } | undefined;
152
154
  highlightedCredentials?: string[] | undefined;
153
155
  dob?: string | undefined;
156
+ country?: string | undefined;
154
157
  }>;
155
158
  export type LCNProfile = z.infer<typeof LCNProfileValidator>;
156
159
  export declare const LCNProfileQueryValidator: z.ZodObject<{
@@ -380,6 +383,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.objectUtil.ext
380
383
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
381
384
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
382
385
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
386
+ country: z.ZodOptional<z.ZodString>;
383
387
  }, "strip", z.ZodTypeAny, {
384
388
  profileId: string;
385
389
  displayName: string;
@@ -410,6 +414,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.objectUtil.ext
410
414
  } | undefined;
411
415
  highlightedCredentials?: string[] | undefined;
412
416
  dob?: string | undefined;
417
+ country?: string | undefined;
413
418
  }, {
414
419
  profileId: string;
415
420
  did: string;
@@ -440,6 +445,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.objectUtil.ext
440
445
  } | undefined;
441
446
  highlightedCredentials?: string[] | undefined;
442
447
  dob?: string | undefined;
448
+ country?: string | undefined;
443
449
  }>, "many">;
444
450
  }>, "strip", z.ZodTypeAny, {
445
451
  hasMore: boolean;
@@ -473,6 +479,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.objectUtil.ext
473
479
  } | undefined;
474
480
  highlightedCredentials?: string[] | undefined;
475
481
  dob?: string | undefined;
482
+ country?: string | undefined;
476
483
  }[];
477
484
  cursor?: string | undefined;
478
485
  }, {
@@ -507,6 +514,7 @@ export declare const PaginatedLCNProfilesValidator: z.ZodObject<z.objectUtil.ext
507
514
  } | undefined;
508
515
  highlightedCredentials?: string[] | undefined;
509
516
  dob?: string | undefined;
517
+ country?: string | undefined;
510
518
  }[];
511
519
  cursor?: string | undefined;
512
520
  }>;
@@ -787,6 +795,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
787
795
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
788
796
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
789
797
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
798
+ country: z.ZodOptional<z.ZodString>;
790
799
  }, "strip", z.ZodTypeAny, {
791
800
  profileId: string;
792
801
  displayName: string;
@@ -817,6 +826,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
817
826
  } | undefined;
818
827
  highlightedCredentials?: string[] | undefined;
819
828
  dob?: string | undefined;
829
+ country?: string | undefined;
820
830
  }, {
821
831
  profileId: string;
822
832
  did: string;
@@ -847,6 +857,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
847
857
  } | undefined;
848
858
  highlightedCredentials?: string[] | undefined;
849
859
  dob?: string | undefined;
860
+ country?: string | undefined;
850
861
  }>;
851
862
  manager: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
852
863
  id: z.ZodString;
@@ -911,6 +922,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
911
922
  } | undefined;
912
923
  highlightedCredentials?: string[] | undefined;
913
924
  dob?: string | undefined;
925
+ country?: string | undefined;
914
926
  };
915
927
  manager?: {
916
928
  id: string;
@@ -954,6 +966,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
954
966
  } | undefined;
955
967
  highlightedCredentials?: string[] | undefined;
956
968
  dob?: string | undefined;
969
+ country?: string | undefined;
957
970
  };
958
971
  manager?: {
959
972
  id: string;
@@ -1000,6 +1013,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
1000
1013
  } | undefined;
1001
1014
  highlightedCredentials?: string[] | undefined;
1002
1015
  dob?: string | undefined;
1016
+ country?: string | undefined;
1003
1017
  };
1004
1018
  manager?: {
1005
1019
  id: string;
@@ -1047,6 +1061,7 @@ export declare const PaginatedLCNProfilesAndManagersValidator: z.ZodObject<z.obj
1047
1061
  } | undefined;
1048
1062
  highlightedCredentials?: string[] | undefined;
1049
1063
  dob?: string | undefined;
1064
+ country?: string | undefined;
1050
1065
  };
1051
1066
  manager?: {
1052
1067
  id: string;
@@ -1285,7 +1300,7 @@ export declare const BoostPermissionsQueryValidator: z.ZodObject<{
1285
1300
  canViewAnalytics?: boolean | undefined;
1286
1301
  }>;
1287
1302
  export type BoostPermissionsQuery = z.infer<typeof BoostPermissionsQueryValidator>;
1288
- export declare const ClaimHookTypeValidator: z.ZodEnum<["GRANT_PERMISSIONS", "ADD_ADMIN"]>;
1303
+ export declare const ClaimHookTypeValidator: z.ZodEnum<["GRANT_PERMISSIONS", "ADD_ADMIN", "AUTO_CONNECT"]>;
1289
1304
  export type ClaimHookType = z.infer<typeof ClaimHookTypeValidator>;
1290
1305
  export declare const ClaimHookValidator: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1291
1306
  type: z.ZodLiteral<"GRANT_PERMISSIONS">;
@@ -1431,6 +1446,30 @@ export declare const ClaimHookValidator: z.ZodDiscriminatedUnion<"type", [z.ZodO
1431
1446
  claimUri: string;
1432
1447
  targetUri: string;
1433
1448
  };
1449
+ }>, z.ZodObject<{
1450
+ type: z.ZodLiteral<"AUTO_CONNECT">;
1451
+ data: z.ZodObject<{
1452
+ claimUri: z.ZodString;
1453
+ targetUri: z.ZodString;
1454
+ }, "strip", z.ZodTypeAny, {
1455
+ claimUri: string;
1456
+ targetUri: string;
1457
+ }, {
1458
+ claimUri: string;
1459
+ targetUri: string;
1460
+ }>;
1461
+ }, "strip", z.ZodTypeAny, {
1462
+ type: "AUTO_CONNECT";
1463
+ data: {
1464
+ claimUri: string;
1465
+ targetUri: string;
1466
+ };
1467
+ }, {
1468
+ type: "AUTO_CONNECT";
1469
+ data: {
1470
+ claimUri: string;
1471
+ targetUri: string;
1472
+ };
1434
1473
  }>]>;
1435
1474
  export type ClaimHook = z.infer<typeof ClaimHookValidator>;
1436
1475
  export declare const ClaimHookQueryValidator: z.ZodObject<{
@@ -2003,6 +2042,30 @@ export declare const FullClaimHookValidator: z.ZodIntersection<z.ZodObject<{
2003
2042
  claimUri: string;
2004
2043
  targetUri: string;
2005
2044
  };
2045
+ }>, z.ZodObject<{
2046
+ type: z.ZodLiteral<"AUTO_CONNECT">;
2047
+ data: z.ZodObject<{
2048
+ claimUri: z.ZodString;
2049
+ targetUri: z.ZodString;
2050
+ }, "strip", z.ZodTypeAny, {
2051
+ claimUri: string;
2052
+ targetUri: string;
2053
+ }, {
2054
+ claimUri: string;
2055
+ targetUri: string;
2056
+ }>;
2057
+ }, "strip", z.ZodTypeAny, {
2058
+ type: "AUTO_CONNECT";
2059
+ data: {
2060
+ claimUri: string;
2061
+ targetUri: string;
2062
+ };
2063
+ }, {
2064
+ type: "AUTO_CONNECT";
2065
+ data: {
2066
+ claimUri: string;
2067
+ targetUri: string;
2068
+ };
2006
2069
  }>]>>;
2007
2070
  export type FullClaimHook = z.infer<typeof FullClaimHookValidator>;
2008
2071
  export declare const PaginatedClaimHooksValidator: z.ZodObject<z.objectUtil.extendShape<{
@@ -2165,6 +2228,30 @@ export declare const PaginatedClaimHooksValidator: z.ZodObject<z.objectUtil.exte
2165
2228
  claimUri: string;
2166
2229
  targetUri: string;
2167
2230
  };
2231
+ }>, z.ZodObject<{
2232
+ type: z.ZodLiteral<"AUTO_CONNECT">;
2233
+ data: z.ZodObject<{
2234
+ claimUri: z.ZodString;
2235
+ targetUri: z.ZodString;
2236
+ }, "strip", z.ZodTypeAny, {
2237
+ claimUri: string;
2238
+ targetUri: string;
2239
+ }, {
2240
+ claimUri: string;
2241
+ targetUri: string;
2242
+ }>;
2243
+ }, "strip", z.ZodTypeAny, {
2244
+ type: "AUTO_CONNECT";
2245
+ data: {
2246
+ claimUri: string;
2247
+ targetUri: string;
2248
+ };
2249
+ }, {
2250
+ type: "AUTO_CONNECT";
2251
+ data: {
2252
+ claimUri: string;
2253
+ targetUri: string;
2254
+ };
2168
2255
  }>]>>, "many">;
2169
2256
  }>, "strip", z.ZodTypeAny, {
2170
2257
  hasMore: boolean;
@@ -2198,6 +2285,12 @@ export declare const PaginatedClaimHooksValidator: z.ZodObject<z.objectUtil.exte
2198
2285
  claimUri: string;
2199
2286
  targetUri: string;
2200
2287
  };
2288
+ } | {
2289
+ type: "AUTO_CONNECT";
2290
+ data: {
2291
+ claimUri: string;
2292
+ targetUri: string;
2293
+ };
2201
2294
  }))[];
2202
2295
  cursor?: string | undefined;
2203
2296
  }, {
@@ -2232,6 +2325,12 @@ export declare const PaginatedClaimHooksValidator: z.ZodObject<z.objectUtil.exte
2232
2325
  claimUri: string;
2233
2326
  targetUri: string;
2234
2327
  };
2328
+ } | {
2329
+ type: "AUTO_CONNECT";
2330
+ data: {
2331
+ claimUri: string;
2332
+ targetUri: string;
2333
+ };
2235
2334
  }))[];
2236
2335
  cursor?: string | undefined;
2237
2336
  }>;
@@ -2682,6 +2781,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2682
2781
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2683
2782
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2684
2783
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2784
+ country: z.ZodOptional<z.ZodString>;
2685
2785
  }, "strip", z.ZodTypeAny, {
2686
2786
  profileId: string;
2687
2787
  displayName: string;
@@ -2712,6 +2812,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2712
2812
  } | undefined;
2713
2813
  highlightedCredentials?: string[] | undefined;
2714
2814
  dob?: string | undefined;
2815
+ country?: string | undefined;
2715
2816
  }, {
2716
2817
  profileId: string;
2717
2818
  did: string;
@@ -2742,6 +2843,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2742
2843
  } | undefined;
2743
2844
  highlightedCredentials?: string[] | undefined;
2744
2845
  dob?: string | undefined;
2846
+ country?: string | undefined;
2745
2847
  }>;
2746
2848
  from: z.ZodString;
2747
2849
  received: z.ZodOptional<z.ZodString>;
@@ -2777,6 +2879,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2777
2879
  } | undefined;
2778
2880
  highlightedCredentials?: string[] | undefined;
2779
2881
  dob?: string | undefined;
2882
+ country?: string | undefined;
2780
2883
  };
2781
2884
  from: string;
2782
2885
  received?: string | undefined;
@@ -2812,6 +2915,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2812
2915
  } | undefined;
2813
2916
  highlightedCredentials?: string[] | undefined;
2814
2917
  dob?: string | undefined;
2918
+ country?: string | undefined;
2815
2919
  };
2816
2920
  from: string;
2817
2921
  received?: string | undefined;
@@ -2877,6 +2981,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
2877
2981
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2878
2982
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2879
2983
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2984
+ country: z.ZodOptional<z.ZodString>;
2880
2985
  }, "strip", z.ZodTypeAny, {
2881
2986
  profileId: string;
2882
2987
  displayName: string;
@@ -2907,6 +3012,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
2907
3012
  } | undefined;
2908
3013
  highlightedCredentials?: string[] | undefined;
2909
3014
  dob?: string | undefined;
3015
+ country?: string | undefined;
2910
3016
  }, {
2911
3017
  profileId: string;
2912
3018
  did: string;
@@ -2937,6 +3043,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
2937
3043
  } | undefined;
2938
3044
  highlightedCredentials?: string[] | undefined;
2939
3045
  dob?: string | undefined;
3046
+ country?: string | undefined;
2940
3047
  }>;
2941
3048
  from: z.ZodString;
2942
3049
  received: z.ZodOptional<z.ZodString>;
@@ -2972,6 +3079,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
2972
3079
  } | undefined;
2973
3080
  highlightedCredentials?: string[] | undefined;
2974
3081
  dob?: string | undefined;
3082
+ country?: string | undefined;
2975
3083
  };
2976
3084
  from: string;
2977
3085
  received?: string | undefined;
@@ -3007,6 +3115,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3007
3115
  } | undefined;
3008
3116
  highlightedCredentials?: string[] | undefined;
3009
3117
  dob?: string | undefined;
3118
+ country?: string | undefined;
3010
3119
  };
3011
3120
  from: string;
3012
3121
  received?: string | undefined;
@@ -3045,6 +3154,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3045
3154
  } | undefined;
3046
3155
  highlightedCredentials?: string[] | undefined;
3047
3156
  dob?: string | undefined;
3157
+ country?: string | undefined;
3048
3158
  };
3049
3159
  from: string;
3050
3160
  received?: string | undefined;
@@ -3084,6 +3194,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3084
3194
  } | undefined;
3085
3195
  highlightedCredentials?: string[] | undefined;
3086
3196
  dob?: string | undefined;
3197
+ country?: string | undefined;
3087
3198
  };
3088
3199
  from: string;
3089
3200
  received?: string | undefined;
@@ -3147,6 +3258,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3147
3258
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3148
3259
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3149
3260
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3261
+ country: z.ZodOptional<z.ZodString>;
3150
3262
  }, "strip", z.ZodTypeAny, {
3151
3263
  profileId: string;
3152
3264
  displayName: string;
@@ -3177,6 +3289,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3177
3289
  } | undefined;
3178
3290
  highlightedCredentials?: string[] | undefined;
3179
3291
  dob?: string | undefined;
3292
+ country?: string | undefined;
3180
3293
  }, {
3181
3294
  profileId: string;
3182
3295
  did: string;
@@ -3207,6 +3320,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3207
3320
  } | undefined;
3208
3321
  highlightedCredentials?: string[] | undefined;
3209
3322
  dob?: string | undefined;
3323
+ country?: string | undefined;
3210
3324
  }>;
3211
3325
  from: z.ZodString;
3212
3326
  received: z.ZodOptional<z.ZodString>;
@@ -3243,6 +3357,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3243
3357
  } | undefined;
3244
3358
  highlightedCredentials?: string[] | undefined;
3245
3359
  dob?: string | undefined;
3360
+ country?: string | undefined;
3246
3361
  };
3247
3362
  from: string;
3248
3363
  boostUris: string[];
@@ -3279,6 +3394,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3279
3394
  } | undefined;
3280
3395
  highlightedCredentials?: string[] | undefined;
3281
3396
  dob?: string | undefined;
3397
+ country?: string | undefined;
3282
3398
  };
3283
3399
  from: string;
3284
3400
  boostUris: string[];
@@ -3345,6 +3461,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3345
3461
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3346
3462
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3347
3463
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3464
+ country: z.ZodOptional<z.ZodString>;
3348
3465
  }, "strip", z.ZodTypeAny, {
3349
3466
  profileId: string;
3350
3467
  displayName: string;
@@ -3375,6 +3492,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3375
3492
  } | undefined;
3376
3493
  highlightedCredentials?: string[] | undefined;
3377
3494
  dob?: string | undefined;
3495
+ country?: string | undefined;
3378
3496
  }, {
3379
3497
  profileId: string;
3380
3498
  did: string;
@@ -3405,6 +3523,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3405
3523
  } | undefined;
3406
3524
  highlightedCredentials?: string[] | undefined;
3407
3525
  dob?: string | undefined;
3526
+ country?: string | undefined;
3408
3527
  }>;
3409
3528
  from: z.ZodString;
3410
3529
  received: z.ZodOptional<z.ZodString>;
@@ -3441,6 +3560,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3441
3560
  } | undefined;
3442
3561
  highlightedCredentials?: string[] | undefined;
3443
3562
  dob?: string | undefined;
3563
+ country?: string | undefined;
3444
3564
  };
3445
3565
  from: string;
3446
3566
  boostUris: string[];
@@ -3477,6 +3597,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3477
3597
  } | undefined;
3478
3598
  highlightedCredentials?: string[] | undefined;
3479
3599
  dob?: string | undefined;
3600
+ country?: string | undefined;
3480
3601
  };
3481
3602
  from: string;
3482
3603
  boostUris: string[];
@@ -3516,6 +3637,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3516
3637
  } | undefined;
3517
3638
  highlightedCredentials?: string[] | undefined;
3518
3639
  dob?: string | undefined;
3640
+ country?: string | undefined;
3519
3641
  };
3520
3642
  from: string;
3521
3643
  boostUris: string[];
@@ -3556,6 +3678,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3556
3678
  } | undefined;
3557
3679
  highlightedCredentials?: string[] | undefined;
3558
3680
  dob?: string | undefined;
3681
+ country?: string | undefined;
3559
3682
  };
3560
3683
  from: string;
3561
3684
  boostUris: string[];
@@ -4062,6 +4185,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4062
4185
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4063
4186
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4064
4187
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4188
+ country: z.ZodOptional<z.ZodString>;
4065
4189
  }, "strip", z.ZodTypeAny, {
4066
4190
  profileId: string;
4067
4191
  displayName: string;
@@ -4092,6 +4216,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4092
4216
  } | undefined;
4093
4217
  highlightedCredentials?: string[] | undefined;
4094
4218
  dob?: string | undefined;
4219
+ country?: string | undefined;
4095
4220
  }, {
4096
4221
  profileId: string;
4097
4222
  did: string;
@@ -4122,6 +4247,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4122
4247
  } | undefined;
4123
4248
  highlightedCredentials?: string[] | undefined;
4124
4249
  dob?: string | undefined;
4250
+ country?: string | undefined;
4125
4251
  }>;
4126
4252
  name: z.ZodString;
4127
4253
  subtitle: z.ZodOptional<z.ZodString>;
@@ -4190,6 +4316,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4190
4316
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4191
4317
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4192
4318
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4319
+ country: z.ZodOptional<z.ZodString>;
4193
4320
  }, "strip", z.ZodTypeAny, {
4194
4321
  profileId: string;
4195
4322
  displayName: string;
@@ -4220,6 +4347,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4220
4347
  } | undefined;
4221
4348
  highlightedCredentials?: string[] | undefined;
4222
4349
  dob?: string | undefined;
4350
+ country?: string | undefined;
4223
4351
  }, {
4224
4352
  profileId: string;
4225
4353
  did: string;
@@ -4250,6 +4378,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4250
4378
  } | undefined;
4251
4379
  highlightedCredentials?: string[] | undefined;
4252
4380
  dob?: string | undefined;
4381
+ country?: string | undefined;
4253
4382
  }>, "many">>;
4254
4383
  }, "strip", z.ZodTypeAny, {
4255
4384
  name: string;
@@ -4313,6 +4442,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4313
4442
  } | undefined;
4314
4443
  highlightedCredentials?: string[] | undefined;
4315
4444
  dob?: string | undefined;
4445
+ country?: string | undefined;
4316
4446
  };
4317
4447
  description?: string | undefined;
4318
4448
  image?: string | undefined;
@@ -4353,6 +4483,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4353
4483
  } | undefined;
4354
4484
  highlightedCredentials?: string[] | undefined;
4355
4485
  dob?: string | undefined;
4486
+ country?: string | undefined;
4356
4487
  }[] | undefined;
4357
4488
  }, {
4358
4489
  name: string;
@@ -4416,6 +4547,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4416
4547
  } | undefined;
4417
4548
  highlightedCredentials?: string[] | undefined;
4418
4549
  dob?: string | undefined;
4550
+ country?: string | undefined;
4419
4551
  };
4420
4552
  description?: string | undefined;
4421
4553
  image?: string | undefined;
@@ -4456,6 +4588,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4456
4588
  } | undefined;
4457
4589
  highlightedCredentials?: string[] | undefined;
4458
4590
  dob?: string | undefined;
4591
+ country?: string | undefined;
4459
4592
  }[] | undefined;
4460
4593
  }>;
4461
4594
  export type ConsentFlowContractDetails = z.infer<typeof ConsentFlowContractDetailsValidator>;
@@ -4688,6 +4821,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4688
4821
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4689
4822
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4690
4823
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4824
+ country: z.ZodOptional<z.ZodString>;
4691
4825
  }, "strip", z.ZodTypeAny, {
4692
4826
  profileId: string;
4693
4827
  displayName: string;
@@ -4718,6 +4852,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4718
4852
  } | undefined;
4719
4853
  highlightedCredentials?: string[] | undefined;
4720
4854
  dob?: string | undefined;
4855
+ country?: string | undefined;
4721
4856
  }, {
4722
4857
  profileId: string;
4723
4858
  did: string;
@@ -4748,6 +4883,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4748
4883
  } | undefined;
4749
4884
  highlightedCredentials?: string[] | undefined;
4750
4885
  dob?: string | undefined;
4886
+ country?: string | undefined;
4751
4887
  }>;
4752
4888
  name: z.ZodString;
4753
4889
  subtitle: z.ZodOptional<z.ZodString>;
@@ -4816,6 +4952,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4816
4952
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4817
4953
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4818
4954
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4955
+ country: z.ZodOptional<z.ZodString>;
4819
4956
  }, "strip", z.ZodTypeAny, {
4820
4957
  profileId: string;
4821
4958
  displayName: string;
@@ -4846,6 +4983,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4846
4983
  } | undefined;
4847
4984
  highlightedCredentials?: string[] | undefined;
4848
4985
  dob?: string | undefined;
4986
+ country?: string | undefined;
4849
4987
  }, {
4850
4988
  profileId: string;
4851
4989
  did: string;
@@ -4876,6 +5014,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4876
5014
  } | undefined;
4877
5015
  highlightedCredentials?: string[] | undefined;
4878
5016
  dob?: string | undefined;
5017
+ country?: string | undefined;
4879
5018
  }>, "many">>;
4880
5019
  }, "owner">, "strip", z.ZodTypeAny, {
4881
5020
  name: string;
@@ -4948,6 +5087,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4948
5087
  } | undefined;
4949
5088
  highlightedCredentials?: string[] | undefined;
4950
5089
  dob?: string | undefined;
5090
+ country?: string | undefined;
4951
5091
  }[] | undefined;
4952
5092
  }, {
4953
5093
  name: string;
@@ -5020,6 +5160,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5020
5160
  } | undefined;
5021
5161
  highlightedCredentials?: string[] | undefined;
5022
5162
  dob?: string | undefined;
5163
+ country?: string | undefined;
5023
5164
  }[] | undefined;
5024
5165
  }>, "many">;
5025
5166
  }>, "strip", z.ZodTypeAny, {
@@ -5095,6 +5236,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5095
5236
  } | undefined;
5096
5237
  highlightedCredentials?: string[] | undefined;
5097
5238
  dob?: string | undefined;
5239
+ country?: string | undefined;
5098
5240
  }[] | undefined;
5099
5241
  }[];
5100
5242
  cursor?: string | undefined;
@@ -5171,6 +5313,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5171
5313
  } | undefined;
5172
5314
  highlightedCredentials?: string[] | undefined;
5173
5315
  dob?: string | undefined;
5316
+ country?: string | undefined;
5174
5317
  }[] | undefined;
5175
5318
  }[];
5176
5319
  cursor?: string | undefined;
@@ -5862,6 +6005,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
5862
6005
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5863
6006
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
5864
6007
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6008
+ country: z.ZodOptional<z.ZodString>;
5865
6009
  }, "strip", z.ZodTypeAny, {
5866
6010
  profileId: string;
5867
6011
  displayName: string;
@@ -5892,6 +6036,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
5892
6036
  } | undefined;
5893
6037
  highlightedCredentials?: string[] | undefined;
5894
6038
  dob?: string | undefined;
6039
+ country?: string | undefined;
5895
6040
  }, {
5896
6041
  profileId: string;
5897
6042
  did: string;
@@ -5922,6 +6067,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
5922
6067
  } | undefined;
5923
6068
  highlightedCredentials?: string[] | undefined;
5924
6069
  dob?: string | undefined;
6070
+ country?: string | undefined;
5925
6071
  }>;
5926
6072
  name: z.ZodString;
5927
6073
  subtitle: z.ZodOptional<z.ZodString>;
@@ -5990,6 +6136,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
5990
6136
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5991
6137
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
5992
6138
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6139
+ country: z.ZodOptional<z.ZodString>;
5993
6140
  }, "strip", z.ZodTypeAny, {
5994
6141
  profileId: string;
5995
6142
  displayName: string;
@@ -6020,6 +6167,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6020
6167
  } | undefined;
6021
6168
  highlightedCredentials?: string[] | undefined;
6022
6169
  dob?: string | undefined;
6170
+ country?: string | undefined;
6023
6171
  }, {
6024
6172
  profileId: string;
6025
6173
  did: string;
@@ -6050,6 +6198,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6050
6198
  } | undefined;
6051
6199
  highlightedCredentials?: string[] | undefined;
6052
6200
  dob?: string | undefined;
6201
+ country?: string | undefined;
6053
6202
  }>, "many">>;
6054
6203
  }, "strip", z.ZodTypeAny, {
6055
6204
  name: string;
@@ -6113,6 +6262,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6113
6262
  } | undefined;
6114
6263
  highlightedCredentials?: string[] | undefined;
6115
6264
  dob?: string | undefined;
6265
+ country?: string | undefined;
6116
6266
  };
6117
6267
  description?: string | undefined;
6118
6268
  image?: string | undefined;
@@ -6153,6 +6303,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6153
6303
  } | undefined;
6154
6304
  highlightedCredentials?: string[] | undefined;
6155
6305
  dob?: string | undefined;
6306
+ country?: string | undefined;
6156
6307
  }[] | undefined;
6157
6308
  }, {
6158
6309
  name: string;
@@ -6216,6 +6367,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6216
6367
  } | undefined;
6217
6368
  highlightedCredentials?: string[] | undefined;
6218
6369
  dob?: string | undefined;
6370
+ country?: string | undefined;
6219
6371
  };
6220
6372
  description?: string | undefined;
6221
6373
  image?: string | undefined;
@@ -6256,6 +6408,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6256
6408
  } | undefined;
6257
6409
  highlightedCredentials?: string[] | undefined;
6258
6410
  dob?: string | undefined;
6411
+ country?: string | undefined;
6259
6412
  }[] | undefined;
6260
6413
  }>;
6261
6414
  uri: z.ZodString;
@@ -6313,6 +6466,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6313
6466
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6314
6467
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6315
6468
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6469
+ country: z.ZodOptional<z.ZodString>;
6316
6470
  }, "strip", z.ZodTypeAny, {
6317
6471
  profileId: string;
6318
6472
  displayName: string;
@@ -6343,6 +6497,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6343
6497
  } | undefined;
6344
6498
  highlightedCredentials?: string[] | undefined;
6345
6499
  dob?: string | undefined;
6500
+ country?: string | undefined;
6346
6501
  }, {
6347
6502
  profileId: string;
6348
6503
  did: string;
@@ -6373,6 +6528,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6373
6528
  } | undefined;
6374
6529
  highlightedCredentials?: string[] | undefined;
6375
6530
  dob?: string | undefined;
6531
+ country?: string | undefined;
6376
6532
  }>;
6377
6533
  status: z.ZodEnum<["live", "stale", "withdrawn"]>;
6378
6534
  }, "strip", z.ZodTypeAny, {
@@ -6440,6 +6596,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6440
6596
  } | undefined;
6441
6597
  highlightedCredentials?: string[] | undefined;
6442
6598
  dob?: string | undefined;
6599
+ country?: string | undefined;
6443
6600
  };
6444
6601
  description?: string | undefined;
6445
6602
  image?: string | undefined;
@@ -6480,6 +6637,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6480
6637
  } | undefined;
6481
6638
  highlightedCredentials?: string[] | undefined;
6482
6639
  dob?: string | undefined;
6640
+ country?: string | undefined;
6483
6641
  }[] | undefined;
6484
6642
  };
6485
6643
  terms: {
@@ -6535,6 +6693,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6535
6693
  } | undefined;
6536
6694
  highlightedCredentials?: string[] | undefined;
6537
6695
  dob?: string | undefined;
6696
+ country?: string | undefined;
6538
6697
  };
6539
6698
  expiresAt?: string | undefined;
6540
6699
  oneTime?: boolean | undefined;
@@ -6603,6 +6762,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6603
6762
  } | undefined;
6604
6763
  highlightedCredentials?: string[] | undefined;
6605
6764
  dob?: string | undefined;
6765
+ country?: string | undefined;
6606
6766
  };
6607
6767
  description?: string | undefined;
6608
6768
  image?: string | undefined;
@@ -6643,6 +6803,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6643
6803
  } | undefined;
6644
6804
  highlightedCredentials?: string[] | undefined;
6645
6805
  dob?: string | undefined;
6806
+ country?: string | undefined;
6646
6807
  }[] | undefined;
6647
6808
  };
6648
6809
  terms: {
@@ -6698,6 +6859,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6698
6859
  } | undefined;
6699
6860
  highlightedCredentials?: string[] | undefined;
6700
6861
  dob?: string | undefined;
6862
+ country?: string | undefined;
6701
6863
  };
6702
6864
  expiresAt?: string | undefined;
6703
6865
  oneTime?: boolean | undefined;
@@ -6769,6 +6931,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6769
6931
  } | undefined;
6770
6932
  highlightedCredentials?: string[] | undefined;
6771
6933
  dob?: string | undefined;
6934
+ country?: string | undefined;
6772
6935
  };
6773
6936
  description?: string | undefined;
6774
6937
  image?: string | undefined;
@@ -6809,6 +6972,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6809
6972
  } | undefined;
6810
6973
  highlightedCredentials?: string[] | undefined;
6811
6974
  dob?: string | undefined;
6975
+ country?: string | undefined;
6812
6976
  }[] | undefined;
6813
6977
  };
6814
6978
  terms: {
@@ -6864,6 +7028,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6864
7028
  } | undefined;
6865
7029
  highlightedCredentials?: string[] | undefined;
6866
7030
  dob?: string | undefined;
7031
+ country?: string | undefined;
6867
7032
  };
6868
7033
  expiresAt?: string | undefined;
6869
7034
  oneTime?: boolean | undefined;
@@ -6936,6 +7101,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6936
7101
  } | undefined;
6937
7102
  highlightedCredentials?: string[] | undefined;
6938
7103
  dob?: string | undefined;
7104
+ country?: string | undefined;
6939
7105
  };
6940
7106
  description?: string | undefined;
6941
7107
  image?: string | undefined;
@@ -6976,6 +7142,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6976
7142
  } | undefined;
6977
7143
  highlightedCredentials?: string[] | undefined;
6978
7144
  dob?: string | undefined;
7145
+ country?: string | undefined;
6979
7146
  }[] | undefined;
6980
7147
  };
6981
7148
  terms: {
@@ -7031,6 +7198,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
7031
7198
  } | undefined;
7032
7199
  highlightedCredentials?: string[] | undefined;
7033
7200
  dob?: string | undefined;
7201
+ country?: string | undefined;
7034
7202
  };
7035
7203
  expiresAt?: string | undefined;
7036
7204
  oneTime?: boolean | undefined;
@@ -8678,6 +8846,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8678
8846
  highlightedCredentials: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8679
8847
  role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8680
8848
  dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8849
+ country: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8681
8850
  }, "strip", z.ZodTypeAny, {
8682
8851
  type?: string | undefined;
8683
8852
  image?: string | undefined;
@@ -8708,6 +8877,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8708
8877
  } | undefined;
8709
8878
  highlightedCredentials?: string[] | undefined;
8710
8879
  dob?: string | undefined;
8880
+ country?: string | undefined;
8711
8881
  }, {
8712
8882
  type?: string | undefined;
8713
8883
  image?: string | undefined;
@@ -8738,6 +8908,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8738
8908
  } | undefined;
8739
8909
  highlightedCredentials?: string[] | undefined;
8740
8910
  dob?: string | undefined;
8911
+ country?: string | undefined;
8741
8912
  }>, z.ZodObject<{
8742
8913
  did: z.ZodString;
8743
8914
  }, "strip", z.ZodTypeAny, {
@@ -8799,6 +8970,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8799
8970
  highlightedCredentials: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8800
8971
  role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8801
8972
  dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8973
+ country: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8802
8974
  }, "strip", z.ZodTypeAny, {
8803
8975
  type?: string | undefined;
8804
8976
  image?: string | undefined;
@@ -8829,6 +9001,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8829
9001
  } | undefined;
8830
9002
  highlightedCredentials?: string[] | undefined;
8831
9003
  dob?: string | undefined;
9004
+ country?: string | undefined;
8832
9005
  }, {
8833
9006
  type?: string | undefined;
8834
9007
  image?: string | undefined;
@@ -8859,6 +9032,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8859
9032
  } | undefined;
8860
9033
  highlightedCredentials?: string[] | undefined;
8861
9034
  dob?: string | undefined;
9035
+ country?: string | undefined;
8862
9036
  }>, z.ZodObject<{
8863
9037
  did: z.ZodString;
8864
9038
  }, "strip", z.ZodTypeAny, {
@@ -9261,6 +9435,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9261
9435
  } | undefined;
9262
9436
  highlightedCredentials?: string[] | undefined;
9263
9437
  dob?: string | undefined;
9438
+ country?: string | undefined;
9264
9439
  } & {
9265
9440
  did: string;
9266
9441
  };
@@ -9294,6 +9469,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9294
9469
  } | undefined;
9295
9470
  highlightedCredentials?: string[] | undefined;
9296
9471
  dob?: string | undefined;
9472
+ country?: string | undefined;
9297
9473
  } & {
9298
9474
  did: string;
9299
9475
  };
@@ -9382,6 +9558,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9382
9558
  } | undefined;
9383
9559
  highlightedCredentials?: string[] | undefined;
9384
9560
  dob?: string | undefined;
9561
+ country?: string | undefined;
9385
9562
  } & {
9386
9563
  did: string;
9387
9564
  };
@@ -9415,6 +9592,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9415
9592
  } | undefined;
9416
9593
  highlightedCredentials?: string[] | undefined;
9417
9594
  dob?: string | undefined;
9595
+ country?: string | undefined;
9418
9596
  } & {
9419
9597
  did: string;
9420
9598
  };