@learncard/types 5.8.5 → 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;
@@ -2766,6 +2781,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2766
2781
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2767
2782
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2768
2783
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2784
+ country: z.ZodOptional<z.ZodString>;
2769
2785
  }, "strip", z.ZodTypeAny, {
2770
2786
  profileId: string;
2771
2787
  displayName: string;
@@ -2796,6 +2812,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2796
2812
  } | undefined;
2797
2813
  highlightedCredentials?: string[] | undefined;
2798
2814
  dob?: string | undefined;
2815
+ country?: string | undefined;
2799
2816
  }, {
2800
2817
  profileId: string;
2801
2818
  did: string;
@@ -2826,6 +2843,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2826
2843
  } | undefined;
2827
2844
  highlightedCredentials?: string[] | undefined;
2828
2845
  dob?: string | undefined;
2846
+ country?: string | undefined;
2829
2847
  }>;
2830
2848
  from: z.ZodString;
2831
2849
  received: z.ZodOptional<z.ZodString>;
@@ -2861,6 +2879,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2861
2879
  } | undefined;
2862
2880
  highlightedCredentials?: string[] | undefined;
2863
2881
  dob?: string | undefined;
2882
+ country?: string | undefined;
2864
2883
  };
2865
2884
  from: string;
2866
2885
  received?: string | undefined;
@@ -2896,6 +2915,7 @@ export declare const BoostRecipientValidator: z.ZodObject<{
2896
2915
  } | undefined;
2897
2916
  highlightedCredentials?: string[] | undefined;
2898
2917
  dob?: string | undefined;
2918
+ country?: string | undefined;
2899
2919
  };
2900
2920
  from: string;
2901
2921
  received?: string | undefined;
@@ -2961,6 +2981,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
2961
2981
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2962
2982
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2963
2983
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2984
+ country: z.ZodOptional<z.ZodString>;
2964
2985
  }, "strip", z.ZodTypeAny, {
2965
2986
  profileId: string;
2966
2987
  displayName: string;
@@ -2991,6 +3012,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
2991
3012
  } | undefined;
2992
3013
  highlightedCredentials?: string[] | undefined;
2993
3014
  dob?: string | undefined;
3015
+ country?: string | undefined;
2994
3016
  }, {
2995
3017
  profileId: string;
2996
3018
  did: string;
@@ -3021,6 +3043,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3021
3043
  } | undefined;
3022
3044
  highlightedCredentials?: string[] | undefined;
3023
3045
  dob?: string | undefined;
3046
+ country?: string | undefined;
3024
3047
  }>;
3025
3048
  from: z.ZodString;
3026
3049
  received: z.ZodOptional<z.ZodString>;
@@ -3056,6 +3079,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3056
3079
  } | undefined;
3057
3080
  highlightedCredentials?: string[] | undefined;
3058
3081
  dob?: string | undefined;
3082
+ country?: string | undefined;
3059
3083
  };
3060
3084
  from: string;
3061
3085
  received?: string | undefined;
@@ -3091,6 +3115,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3091
3115
  } | undefined;
3092
3116
  highlightedCredentials?: string[] | undefined;
3093
3117
  dob?: string | undefined;
3118
+ country?: string | undefined;
3094
3119
  };
3095
3120
  from: string;
3096
3121
  received?: string | undefined;
@@ -3129,6 +3154,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3129
3154
  } | undefined;
3130
3155
  highlightedCredentials?: string[] | undefined;
3131
3156
  dob?: string | undefined;
3157
+ country?: string | undefined;
3132
3158
  };
3133
3159
  from: string;
3134
3160
  received?: string | undefined;
@@ -3168,6 +3194,7 @@ export declare const PaginatedBoostRecipientsValidator: z.ZodObject<z.objectUtil
3168
3194
  } | undefined;
3169
3195
  highlightedCredentials?: string[] | undefined;
3170
3196
  dob?: string | undefined;
3197
+ country?: string | undefined;
3171
3198
  };
3172
3199
  from: string;
3173
3200
  received?: string | undefined;
@@ -3231,6 +3258,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3231
3258
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3232
3259
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3233
3260
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3261
+ country: z.ZodOptional<z.ZodString>;
3234
3262
  }, "strip", z.ZodTypeAny, {
3235
3263
  profileId: string;
3236
3264
  displayName: string;
@@ -3261,6 +3289,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3261
3289
  } | undefined;
3262
3290
  highlightedCredentials?: string[] | undefined;
3263
3291
  dob?: string | undefined;
3292
+ country?: string | undefined;
3264
3293
  }, {
3265
3294
  profileId: string;
3266
3295
  did: string;
@@ -3291,6 +3320,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3291
3320
  } | undefined;
3292
3321
  highlightedCredentials?: string[] | undefined;
3293
3322
  dob?: string | undefined;
3323
+ country?: string | undefined;
3294
3324
  }>;
3295
3325
  from: z.ZodString;
3296
3326
  received: z.ZodOptional<z.ZodString>;
@@ -3327,6 +3357,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3327
3357
  } | undefined;
3328
3358
  highlightedCredentials?: string[] | undefined;
3329
3359
  dob?: string | undefined;
3360
+ country?: string | undefined;
3330
3361
  };
3331
3362
  from: string;
3332
3363
  boostUris: string[];
@@ -3363,6 +3394,7 @@ export declare const BoostRecipientWithChildrenValidator: z.ZodObject<{
3363
3394
  } | undefined;
3364
3395
  highlightedCredentials?: string[] | undefined;
3365
3396
  dob?: string | undefined;
3397
+ country?: string | undefined;
3366
3398
  };
3367
3399
  from: string;
3368
3400
  boostUris: string[];
@@ -3429,6 +3461,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3429
3461
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3430
3462
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3431
3463
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3464
+ country: z.ZodOptional<z.ZodString>;
3432
3465
  }, "strip", z.ZodTypeAny, {
3433
3466
  profileId: string;
3434
3467
  displayName: string;
@@ -3459,6 +3492,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3459
3492
  } | undefined;
3460
3493
  highlightedCredentials?: string[] | undefined;
3461
3494
  dob?: string | undefined;
3495
+ country?: string | undefined;
3462
3496
  }, {
3463
3497
  profileId: string;
3464
3498
  did: string;
@@ -3489,6 +3523,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3489
3523
  } | undefined;
3490
3524
  highlightedCredentials?: string[] | undefined;
3491
3525
  dob?: string | undefined;
3526
+ country?: string | undefined;
3492
3527
  }>;
3493
3528
  from: z.ZodString;
3494
3529
  received: z.ZodOptional<z.ZodString>;
@@ -3525,6 +3560,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3525
3560
  } | undefined;
3526
3561
  highlightedCredentials?: string[] | undefined;
3527
3562
  dob?: string | undefined;
3563
+ country?: string | undefined;
3528
3564
  };
3529
3565
  from: string;
3530
3566
  boostUris: string[];
@@ -3561,6 +3597,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3561
3597
  } | undefined;
3562
3598
  highlightedCredentials?: string[] | undefined;
3563
3599
  dob?: string | undefined;
3600
+ country?: string | undefined;
3564
3601
  };
3565
3602
  from: string;
3566
3603
  boostUris: string[];
@@ -3600,6 +3637,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3600
3637
  } | undefined;
3601
3638
  highlightedCredentials?: string[] | undefined;
3602
3639
  dob?: string | undefined;
3640
+ country?: string | undefined;
3603
3641
  };
3604
3642
  from: string;
3605
3643
  boostUris: string[];
@@ -3640,6 +3678,7 @@ export declare const PaginatedBoostRecipientsWithChildrenValidator: z.ZodObject<
3640
3678
  } | undefined;
3641
3679
  highlightedCredentials?: string[] | undefined;
3642
3680
  dob?: string | undefined;
3681
+ country?: string | undefined;
3643
3682
  };
3644
3683
  from: string;
3645
3684
  boostUris: string[];
@@ -4146,6 +4185,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4146
4185
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4147
4186
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4148
4187
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4188
+ country: z.ZodOptional<z.ZodString>;
4149
4189
  }, "strip", z.ZodTypeAny, {
4150
4190
  profileId: string;
4151
4191
  displayName: string;
@@ -4176,6 +4216,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4176
4216
  } | undefined;
4177
4217
  highlightedCredentials?: string[] | undefined;
4178
4218
  dob?: string | undefined;
4219
+ country?: string | undefined;
4179
4220
  }, {
4180
4221
  profileId: string;
4181
4222
  did: string;
@@ -4206,6 +4247,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4206
4247
  } | undefined;
4207
4248
  highlightedCredentials?: string[] | undefined;
4208
4249
  dob?: string | undefined;
4250
+ country?: string | undefined;
4209
4251
  }>;
4210
4252
  name: z.ZodString;
4211
4253
  subtitle: z.ZodOptional<z.ZodString>;
@@ -4274,6 +4316,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4274
4316
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4275
4317
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4276
4318
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4319
+ country: z.ZodOptional<z.ZodString>;
4277
4320
  }, "strip", z.ZodTypeAny, {
4278
4321
  profileId: string;
4279
4322
  displayName: string;
@@ -4304,6 +4347,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4304
4347
  } | undefined;
4305
4348
  highlightedCredentials?: string[] | undefined;
4306
4349
  dob?: string | undefined;
4350
+ country?: string | undefined;
4307
4351
  }, {
4308
4352
  profileId: string;
4309
4353
  did: string;
@@ -4334,6 +4378,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4334
4378
  } | undefined;
4335
4379
  highlightedCredentials?: string[] | undefined;
4336
4380
  dob?: string | undefined;
4381
+ country?: string | undefined;
4337
4382
  }>, "many">>;
4338
4383
  }, "strip", z.ZodTypeAny, {
4339
4384
  name: string;
@@ -4397,6 +4442,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4397
4442
  } | undefined;
4398
4443
  highlightedCredentials?: string[] | undefined;
4399
4444
  dob?: string | undefined;
4445
+ country?: string | undefined;
4400
4446
  };
4401
4447
  description?: string | undefined;
4402
4448
  image?: string | undefined;
@@ -4437,6 +4483,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4437
4483
  } | undefined;
4438
4484
  highlightedCredentials?: string[] | undefined;
4439
4485
  dob?: string | undefined;
4486
+ country?: string | undefined;
4440
4487
  }[] | undefined;
4441
4488
  }, {
4442
4489
  name: string;
@@ -4500,6 +4547,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4500
4547
  } | undefined;
4501
4548
  highlightedCredentials?: string[] | undefined;
4502
4549
  dob?: string | undefined;
4550
+ country?: string | undefined;
4503
4551
  };
4504
4552
  description?: string | undefined;
4505
4553
  image?: string | undefined;
@@ -4540,6 +4588,7 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
4540
4588
  } | undefined;
4541
4589
  highlightedCredentials?: string[] | undefined;
4542
4590
  dob?: string | undefined;
4591
+ country?: string | undefined;
4543
4592
  }[] | undefined;
4544
4593
  }>;
4545
4594
  export type ConsentFlowContractDetails = z.infer<typeof ConsentFlowContractDetailsValidator>;
@@ -4772,6 +4821,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4772
4821
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4773
4822
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4774
4823
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4824
+ country: z.ZodOptional<z.ZodString>;
4775
4825
  }, "strip", z.ZodTypeAny, {
4776
4826
  profileId: string;
4777
4827
  displayName: string;
@@ -4802,6 +4852,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4802
4852
  } | undefined;
4803
4853
  highlightedCredentials?: string[] | undefined;
4804
4854
  dob?: string | undefined;
4855
+ country?: string | undefined;
4805
4856
  }, {
4806
4857
  profileId: string;
4807
4858
  did: string;
@@ -4832,6 +4883,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4832
4883
  } | undefined;
4833
4884
  highlightedCredentials?: string[] | undefined;
4834
4885
  dob?: string | undefined;
4886
+ country?: string | undefined;
4835
4887
  }>;
4836
4888
  name: z.ZodString;
4837
4889
  subtitle: z.ZodOptional<z.ZodString>;
@@ -4900,6 +4952,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4900
4952
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4901
4953
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4902
4954
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
4955
+ country: z.ZodOptional<z.ZodString>;
4903
4956
  }, "strip", z.ZodTypeAny, {
4904
4957
  profileId: string;
4905
4958
  displayName: string;
@@ -4930,6 +4983,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4930
4983
  } | undefined;
4931
4984
  highlightedCredentials?: string[] | undefined;
4932
4985
  dob?: string | undefined;
4986
+ country?: string | undefined;
4933
4987
  }, {
4934
4988
  profileId: string;
4935
4989
  did: string;
@@ -4960,6 +5014,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
4960
5014
  } | undefined;
4961
5015
  highlightedCredentials?: string[] | undefined;
4962
5016
  dob?: string | undefined;
5017
+ country?: string | undefined;
4963
5018
  }>, "many">>;
4964
5019
  }, "owner">, "strip", z.ZodTypeAny, {
4965
5020
  name: string;
@@ -5032,6 +5087,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5032
5087
  } | undefined;
5033
5088
  highlightedCredentials?: string[] | undefined;
5034
5089
  dob?: string | undefined;
5090
+ country?: string | undefined;
5035
5091
  }[] | undefined;
5036
5092
  }, {
5037
5093
  name: string;
@@ -5104,6 +5160,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5104
5160
  } | undefined;
5105
5161
  highlightedCredentials?: string[] | undefined;
5106
5162
  dob?: string | undefined;
5163
+ country?: string | undefined;
5107
5164
  }[] | undefined;
5108
5165
  }>, "many">;
5109
5166
  }>, "strip", z.ZodTypeAny, {
@@ -5179,6 +5236,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5179
5236
  } | undefined;
5180
5237
  highlightedCredentials?: string[] | undefined;
5181
5238
  dob?: string | undefined;
5239
+ country?: string | undefined;
5182
5240
  }[] | undefined;
5183
5241
  }[];
5184
5242
  cursor?: string | undefined;
@@ -5255,6 +5313,7 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
5255
5313
  } | undefined;
5256
5314
  highlightedCredentials?: string[] | undefined;
5257
5315
  dob?: string | undefined;
5316
+ country?: string | undefined;
5258
5317
  }[] | undefined;
5259
5318
  }[];
5260
5319
  cursor?: string | undefined;
@@ -5946,6 +6005,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
5946
6005
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5947
6006
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
5948
6007
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6008
+ country: z.ZodOptional<z.ZodString>;
5949
6009
  }, "strip", z.ZodTypeAny, {
5950
6010
  profileId: string;
5951
6011
  displayName: string;
@@ -5976,6 +6036,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
5976
6036
  } | undefined;
5977
6037
  highlightedCredentials?: string[] | undefined;
5978
6038
  dob?: string | undefined;
6039
+ country?: string | undefined;
5979
6040
  }, {
5980
6041
  profileId: string;
5981
6042
  did: string;
@@ -6006,6 +6067,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6006
6067
  } | undefined;
6007
6068
  highlightedCredentials?: string[] | undefined;
6008
6069
  dob?: string | undefined;
6070
+ country?: string | undefined;
6009
6071
  }>;
6010
6072
  name: z.ZodString;
6011
6073
  subtitle: z.ZodOptional<z.ZodString>;
@@ -6074,6 +6136,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6074
6136
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6075
6137
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6076
6138
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6139
+ country: z.ZodOptional<z.ZodString>;
6077
6140
  }, "strip", z.ZodTypeAny, {
6078
6141
  profileId: string;
6079
6142
  displayName: string;
@@ -6104,6 +6167,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6104
6167
  } | undefined;
6105
6168
  highlightedCredentials?: string[] | undefined;
6106
6169
  dob?: string | undefined;
6170
+ country?: string | undefined;
6107
6171
  }, {
6108
6172
  profileId: string;
6109
6173
  did: string;
@@ -6134,6 +6198,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6134
6198
  } | undefined;
6135
6199
  highlightedCredentials?: string[] | undefined;
6136
6200
  dob?: string | undefined;
6201
+ country?: string | undefined;
6137
6202
  }>, "many">>;
6138
6203
  }, "strip", z.ZodTypeAny, {
6139
6204
  name: string;
@@ -6197,6 +6262,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6197
6262
  } | undefined;
6198
6263
  highlightedCredentials?: string[] | undefined;
6199
6264
  dob?: string | undefined;
6265
+ country?: string | undefined;
6200
6266
  };
6201
6267
  description?: string | undefined;
6202
6268
  image?: string | undefined;
@@ -6237,6 +6303,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6237
6303
  } | undefined;
6238
6304
  highlightedCredentials?: string[] | undefined;
6239
6305
  dob?: string | undefined;
6306
+ country?: string | undefined;
6240
6307
  }[] | undefined;
6241
6308
  }, {
6242
6309
  name: string;
@@ -6300,6 +6367,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6300
6367
  } | undefined;
6301
6368
  highlightedCredentials?: string[] | undefined;
6302
6369
  dob?: string | undefined;
6370
+ country?: string | undefined;
6303
6371
  };
6304
6372
  description?: string | undefined;
6305
6373
  image?: string | undefined;
@@ -6340,6 +6408,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6340
6408
  } | undefined;
6341
6409
  highlightedCredentials?: string[] | undefined;
6342
6410
  dob?: string | undefined;
6411
+ country?: string | undefined;
6343
6412
  }[] | undefined;
6344
6413
  }>;
6345
6414
  uri: z.ZodString;
@@ -6397,6 +6466,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6397
6466
  highlightedCredentials: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6398
6467
  role: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6399
6468
  dob: z.ZodOptional<z.ZodDefault<z.ZodString>>;
6469
+ country: z.ZodOptional<z.ZodString>;
6400
6470
  }, "strip", z.ZodTypeAny, {
6401
6471
  profileId: string;
6402
6472
  displayName: string;
@@ -6427,6 +6497,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6427
6497
  } | undefined;
6428
6498
  highlightedCredentials?: string[] | undefined;
6429
6499
  dob?: string | undefined;
6500
+ country?: string | undefined;
6430
6501
  }, {
6431
6502
  profileId: string;
6432
6503
  did: string;
@@ -6457,6 +6528,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6457
6528
  } | undefined;
6458
6529
  highlightedCredentials?: string[] | undefined;
6459
6530
  dob?: string | undefined;
6531
+ country?: string | undefined;
6460
6532
  }>;
6461
6533
  status: z.ZodEnum<["live", "stale", "withdrawn"]>;
6462
6534
  }, "strip", z.ZodTypeAny, {
@@ -6524,6 +6596,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6524
6596
  } | undefined;
6525
6597
  highlightedCredentials?: string[] | undefined;
6526
6598
  dob?: string | undefined;
6599
+ country?: string | undefined;
6527
6600
  };
6528
6601
  description?: string | undefined;
6529
6602
  image?: string | undefined;
@@ -6564,6 +6637,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6564
6637
  } | undefined;
6565
6638
  highlightedCredentials?: string[] | undefined;
6566
6639
  dob?: string | undefined;
6640
+ country?: string | undefined;
6567
6641
  }[] | undefined;
6568
6642
  };
6569
6643
  terms: {
@@ -6619,6 +6693,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6619
6693
  } | undefined;
6620
6694
  highlightedCredentials?: string[] | undefined;
6621
6695
  dob?: string | undefined;
6696
+ country?: string | undefined;
6622
6697
  };
6623
6698
  expiresAt?: string | undefined;
6624
6699
  oneTime?: boolean | undefined;
@@ -6687,6 +6762,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6687
6762
  } | undefined;
6688
6763
  highlightedCredentials?: string[] | undefined;
6689
6764
  dob?: string | undefined;
6765
+ country?: string | undefined;
6690
6766
  };
6691
6767
  description?: string | undefined;
6692
6768
  image?: string | undefined;
@@ -6727,6 +6803,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6727
6803
  } | undefined;
6728
6804
  highlightedCredentials?: string[] | undefined;
6729
6805
  dob?: string | undefined;
6806
+ country?: string | undefined;
6730
6807
  }[] | undefined;
6731
6808
  };
6732
6809
  terms: {
@@ -6782,6 +6859,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6782
6859
  } | undefined;
6783
6860
  highlightedCredentials?: string[] | undefined;
6784
6861
  dob?: string | undefined;
6862
+ country?: string | undefined;
6785
6863
  };
6786
6864
  expiresAt?: string | undefined;
6787
6865
  oneTime?: boolean | undefined;
@@ -6853,6 +6931,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6853
6931
  } | undefined;
6854
6932
  highlightedCredentials?: string[] | undefined;
6855
6933
  dob?: string | undefined;
6934
+ country?: string | undefined;
6856
6935
  };
6857
6936
  description?: string | undefined;
6858
6937
  image?: string | undefined;
@@ -6893,6 +6972,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6893
6972
  } | undefined;
6894
6973
  highlightedCredentials?: string[] | undefined;
6895
6974
  dob?: string | undefined;
6975
+ country?: string | undefined;
6896
6976
  }[] | undefined;
6897
6977
  };
6898
6978
  terms: {
@@ -6948,6 +7028,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
6948
7028
  } | undefined;
6949
7029
  highlightedCredentials?: string[] | undefined;
6950
7030
  dob?: string | undefined;
7031
+ country?: string | undefined;
6951
7032
  };
6952
7033
  expiresAt?: string | undefined;
6953
7034
  oneTime?: boolean | undefined;
@@ -7020,6 +7101,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
7020
7101
  } | undefined;
7021
7102
  highlightedCredentials?: string[] | undefined;
7022
7103
  dob?: string | undefined;
7104
+ country?: string | undefined;
7023
7105
  };
7024
7106
  description?: string | undefined;
7025
7107
  image?: string | undefined;
@@ -7060,6 +7142,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
7060
7142
  } | undefined;
7061
7143
  highlightedCredentials?: string[] | undefined;
7062
7144
  dob?: string | undefined;
7145
+ country?: string | undefined;
7063
7146
  }[] | undefined;
7064
7147
  };
7065
7148
  terms: {
@@ -7115,6 +7198,7 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
7115
7198
  } | undefined;
7116
7199
  highlightedCredentials?: string[] | undefined;
7117
7200
  dob?: string | undefined;
7201
+ country?: string | undefined;
7118
7202
  };
7119
7203
  expiresAt?: string | undefined;
7120
7204
  oneTime?: boolean | undefined;
@@ -8762,6 +8846,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8762
8846
  highlightedCredentials: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8763
8847
  role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8764
8848
  dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8849
+ country: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8765
8850
  }, "strip", z.ZodTypeAny, {
8766
8851
  type?: string | undefined;
8767
8852
  image?: string | undefined;
@@ -8792,6 +8877,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8792
8877
  } | undefined;
8793
8878
  highlightedCredentials?: string[] | undefined;
8794
8879
  dob?: string | undefined;
8880
+ country?: string | undefined;
8795
8881
  }, {
8796
8882
  type?: string | undefined;
8797
8883
  image?: string | undefined;
@@ -8822,6 +8908,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8822
8908
  } | undefined;
8823
8909
  highlightedCredentials?: string[] | undefined;
8824
8910
  dob?: string | undefined;
8911
+ country?: string | undefined;
8825
8912
  }>, z.ZodObject<{
8826
8913
  did: z.ZodString;
8827
8914
  }, "strip", z.ZodTypeAny, {
@@ -8883,6 +8970,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8883
8970
  highlightedCredentials: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8884
8971
  role: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8885
8972
  dob: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodString>>>;
8973
+ country: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8886
8974
  }, "strip", z.ZodTypeAny, {
8887
8975
  type?: string | undefined;
8888
8976
  image?: string | undefined;
@@ -8913,6 +9001,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8913
9001
  } | undefined;
8914
9002
  highlightedCredentials?: string[] | undefined;
8915
9003
  dob?: string | undefined;
9004
+ country?: string | undefined;
8916
9005
  }, {
8917
9006
  type?: string | undefined;
8918
9007
  image?: string | undefined;
@@ -8943,6 +9032,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
8943
9032
  } | undefined;
8944
9033
  highlightedCredentials?: string[] | undefined;
8945
9034
  dob?: string | undefined;
9035
+ country?: string | undefined;
8946
9036
  }>, z.ZodObject<{
8947
9037
  did: z.ZodString;
8948
9038
  }, "strip", z.ZodTypeAny, {
@@ -9345,6 +9435,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9345
9435
  } | undefined;
9346
9436
  highlightedCredentials?: string[] | undefined;
9347
9437
  dob?: string | undefined;
9438
+ country?: string | undefined;
9348
9439
  } & {
9349
9440
  did: string;
9350
9441
  };
@@ -9378,6 +9469,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9378
9469
  } | undefined;
9379
9470
  highlightedCredentials?: string[] | undefined;
9380
9471
  dob?: string | undefined;
9472
+ country?: string | undefined;
9381
9473
  } & {
9382
9474
  did: string;
9383
9475
  };
@@ -9466,6 +9558,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9466
9558
  } | undefined;
9467
9559
  highlightedCredentials?: string[] | undefined;
9468
9560
  dob?: string | undefined;
9561
+ country?: string | undefined;
9469
9562
  } & {
9470
9563
  did: string;
9471
9564
  };
@@ -9499,6 +9592,7 @@ export declare const LCNNotificationValidator: z.ZodObject<{
9499
9592
  } | undefined;
9500
9593
  highlightedCredentials?: string[] | undefined;
9501
9594
  dob?: string | undefined;
9595
+ country?: string | undefined;
9502
9596
  } & {
9503
9597
  did: string;
9504
9598
  };