@learncard/types 5.8.0 → 5.8.1
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 +176 -0
- package/dist/lcn.d.ts.map +1 -1
- package/dist/types.cjs.development.js +4 -4
- package/dist/types.cjs.development.js.map +2 -2
- package/dist/types.cjs.production.min.js +1 -1
- package/dist/types.cjs.production.min.js.map +2 -2
- package/dist/types.esm.js +4 -4
- package/dist/types.esm.js.map +2 -2
- package/package.json +1 -1
package/dist/lcn.d.ts
CHANGED
@@ -3173,35 +3173,45 @@ export declare const ConsentFlowContractValidator: z.ZodObject<{
|
|
3173
3173
|
credentials: z.ZodDefault<z.ZodObject<{
|
3174
3174
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3175
3175
|
required: z.ZodBoolean;
|
3176
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3176
3177
|
}, "strip", z.ZodTypeAny, {
|
3177
3178
|
required: boolean;
|
3179
|
+
defaultEnabled?: boolean | undefined;
|
3178
3180
|
}, {
|
3179
3181
|
required: boolean;
|
3182
|
+
defaultEnabled?: boolean | undefined;
|
3180
3183
|
}>>>;
|
3181
3184
|
}, "strip", z.ZodTypeAny, {
|
3182
3185
|
categories: Record<string, {
|
3183
3186
|
required: boolean;
|
3187
|
+
defaultEnabled?: boolean | undefined;
|
3184
3188
|
}>;
|
3185
3189
|
}, {
|
3186
3190
|
categories?: Record<string, {
|
3187
3191
|
required: boolean;
|
3192
|
+
defaultEnabled?: boolean | undefined;
|
3188
3193
|
}> | undefined;
|
3189
3194
|
}>>;
|
3190
3195
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3191
3196
|
required: z.ZodBoolean;
|
3197
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3192
3198
|
}, "strip", z.ZodTypeAny, {
|
3193
3199
|
required: boolean;
|
3200
|
+
defaultEnabled?: boolean | undefined;
|
3194
3201
|
}, {
|
3195
3202
|
required: boolean;
|
3203
|
+
defaultEnabled?: boolean | undefined;
|
3196
3204
|
}>>>;
|
3197
3205
|
}, "strip", z.ZodTypeAny, {
|
3198
3206
|
credentials: {
|
3199
3207
|
categories: Record<string, {
|
3200
3208
|
required: boolean;
|
3209
|
+
defaultEnabled?: boolean | undefined;
|
3201
3210
|
}>;
|
3202
3211
|
};
|
3203
3212
|
personal: Record<string, {
|
3204
3213
|
required: boolean;
|
3214
|
+
defaultEnabled?: boolean | undefined;
|
3205
3215
|
}>;
|
3206
3216
|
anonymize?: boolean | undefined;
|
3207
3217
|
}, {
|
@@ -3209,54 +3219,68 @@ export declare const ConsentFlowContractValidator: z.ZodObject<{
|
|
3209
3219
|
credentials?: {
|
3210
3220
|
categories?: Record<string, {
|
3211
3221
|
required: boolean;
|
3222
|
+
defaultEnabled?: boolean | undefined;
|
3212
3223
|
}> | undefined;
|
3213
3224
|
} | undefined;
|
3214
3225
|
personal?: Record<string, {
|
3215
3226
|
required: boolean;
|
3227
|
+
defaultEnabled?: boolean | undefined;
|
3216
3228
|
}> | undefined;
|
3217
3229
|
}>>;
|
3218
3230
|
write: z.ZodDefault<z.ZodObject<{
|
3219
3231
|
credentials: z.ZodDefault<z.ZodObject<{
|
3220
3232
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3221
3233
|
required: z.ZodBoolean;
|
3234
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3222
3235
|
}, "strip", z.ZodTypeAny, {
|
3223
3236
|
required: boolean;
|
3237
|
+
defaultEnabled?: boolean | undefined;
|
3224
3238
|
}, {
|
3225
3239
|
required: boolean;
|
3240
|
+
defaultEnabled?: boolean | undefined;
|
3226
3241
|
}>>>;
|
3227
3242
|
}, "strip", z.ZodTypeAny, {
|
3228
3243
|
categories: Record<string, {
|
3229
3244
|
required: boolean;
|
3245
|
+
defaultEnabled?: boolean | undefined;
|
3230
3246
|
}>;
|
3231
3247
|
}, {
|
3232
3248
|
categories?: Record<string, {
|
3233
3249
|
required: boolean;
|
3250
|
+
defaultEnabled?: boolean | undefined;
|
3234
3251
|
}> | undefined;
|
3235
3252
|
}>>;
|
3236
3253
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3237
3254
|
required: z.ZodBoolean;
|
3255
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3238
3256
|
}, "strip", z.ZodTypeAny, {
|
3239
3257
|
required: boolean;
|
3258
|
+
defaultEnabled?: boolean | undefined;
|
3240
3259
|
}, {
|
3241
3260
|
required: boolean;
|
3261
|
+
defaultEnabled?: boolean | undefined;
|
3242
3262
|
}>>>;
|
3243
3263
|
}, "strip", z.ZodTypeAny, {
|
3244
3264
|
credentials: {
|
3245
3265
|
categories: Record<string, {
|
3246
3266
|
required: boolean;
|
3267
|
+
defaultEnabled?: boolean | undefined;
|
3247
3268
|
}>;
|
3248
3269
|
};
|
3249
3270
|
personal: Record<string, {
|
3250
3271
|
required: boolean;
|
3272
|
+
defaultEnabled?: boolean | undefined;
|
3251
3273
|
}>;
|
3252
3274
|
}, {
|
3253
3275
|
credentials?: {
|
3254
3276
|
categories?: Record<string, {
|
3255
3277
|
required: boolean;
|
3278
|
+
defaultEnabled?: boolean | undefined;
|
3256
3279
|
}> | undefined;
|
3257
3280
|
} | undefined;
|
3258
3281
|
personal?: Record<string, {
|
3259
3282
|
required: boolean;
|
3283
|
+
defaultEnabled?: boolean | undefined;
|
3260
3284
|
}> | undefined;
|
3261
3285
|
}>>;
|
3262
3286
|
}, "strip", z.ZodTypeAny, {
|
@@ -3264,10 +3288,12 @@ export declare const ConsentFlowContractValidator: z.ZodObject<{
|
|
3264
3288
|
credentials: {
|
3265
3289
|
categories: Record<string, {
|
3266
3290
|
required: boolean;
|
3291
|
+
defaultEnabled?: boolean | undefined;
|
3267
3292
|
}>;
|
3268
3293
|
};
|
3269
3294
|
personal: Record<string, {
|
3270
3295
|
required: boolean;
|
3296
|
+
defaultEnabled?: boolean | undefined;
|
3271
3297
|
}>;
|
3272
3298
|
anonymize?: boolean | undefined;
|
3273
3299
|
};
|
@@ -3275,10 +3301,12 @@ export declare const ConsentFlowContractValidator: z.ZodObject<{
|
|
3275
3301
|
credentials: {
|
3276
3302
|
categories: Record<string, {
|
3277
3303
|
required: boolean;
|
3304
|
+
defaultEnabled?: boolean | undefined;
|
3278
3305
|
}>;
|
3279
3306
|
};
|
3280
3307
|
personal: Record<string, {
|
3281
3308
|
required: boolean;
|
3309
|
+
defaultEnabled?: boolean | undefined;
|
3282
3310
|
}>;
|
3283
3311
|
};
|
3284
3312
|
}, {
|
@@ -3287,20 +3315,24 @@ export declare const ConsentFlowContractValidator: z.ZodObject<{
|
|
3287
3315
|
credentials?: {
|
3288
3316
|
categories?: Record<string, {
|
3289
3317
|
required: boolean;
|
3318
|
+
defaultEnabled?: boolean | undefined;
|
3290
3319
|
}> | undefined;
|
3291
3320
|
} | undefined;
|
3292
3321
|
personal?: Record<string, {
|
3293
3322
|
required: boolean;
|
3323
|
+
defaultEnabled?: boolean | undefined;
|
3294
3324
|
}> | undefined;
|
3295
3325
|
} | undefined;
|
3296
3326
|
write?: {
|
3297
3327
|
credentials?: {
|
3298
3328
|
categories?: Record<string, {
|
3299
3329
|
required: boolean;
|
3330
|
+
defaultEnabled?: boolean | undefined;
|
3300
3331
|
}> | undefined;
|
3301
3332
|
} | undefined;
|
3302
3333
|
personal?: Record<string, {
|
3303
3334
|
required: boolean;
|
3335
|
+
defaultEnabled?: boolean | undefined;
|
3304
3336
|
}> | undefined;
|
3305
3337
|
} | undefined;
|
3306
3338
|
}>;
|
@@ -3313,35 +3345,45 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3313
3345
|
credentials: z.ZodDefault<z.ZodObject<{
|
3314
3346
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3315
3347
|
required: z.ZodBoolean;
|
3348
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3316
3349
|
}, "strip", z.ZodTypeAny, {
|
3317
3350
|
required: boolean;
|
3351
|
+
defaultEnabled?: boolean | undefined;
|
3318
3352
|
}, {
|
3319
3353
|
required: boolean;
|
3354
|
+
defaultEnabled?: boolean | undefined;
|
3320
3355
|
}>>>;
|
3321
3356
|
}, "strip", z.ZodTypeAny, {
|
3322
3357
|
categories: Record<string, {
|
3323
3358
|
required: boolean;
|
3359
|
+
defaultEnabled?: boolean | undefined;
|
3324
3360
|
}>;
|
3325
3361
|
}, {
|
3326
3362
|
categories?: Record<string, {
|
3327
3363
|
required: boolean;
|
3364
|
+
defaultEnabled?: boolean | undefined;
|
3328
3365
|
}> | undefined;
|
3329
3366
|
}>>;
|
3330
3367
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3331
3368
|
required: z.ZodBoolean;
|
3369
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3332
3370
|
}, "strip", z.ZodTypeAny, {
|
3333
3371
|
required: boolean;
|
3372
|
+
defaultEnabled?: boolean | undefined;
|
3334
3373
|
}, {
|
3335
3374
|
required: boolean;
|
3375
|
+
defaultEnabled?: boolean | undefined;
|
3336
3376
|
}>>>;
|
3337
3377
|
}, "strip", z.ZodTypeAny, {
|
3338
3378
|
credentials: {
|
3339
3379
|
categories: Record<string, {
|
3340
3380
|
required: boolean;
|
3381
|
+
defaultEnabled?: boolean | undefined;
|
3341
3382
|
}>;
|
3342
3383
|
};
|
3343
3384
|
personal: Record<string, {
|
3344
3385
|
required: boolean;
|
3386
|
+
defaultEnabled?: boolean | undefined;
|
3345
3387
|
}>;
|
3346
3388
|
anonymize?: boolean | undefined;
|
3347
3389
|
}, {
|
@@ -3349,54 +3391,68 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3349
3391
|
credentials?: {
|
3350
3392
|
categories?: Record<string, {
|
3351
3393
|
required: boolean;
|
3394
|
+
defaultEnabled?: boolean | undefined;
|
3352
3395
|
}> | undefined;
|
3353
3396
|
} | undefined;
|
3354
3397
|
personal?: Record<string, {
|
3355
3398
|
required: boolean;
|
3399
|
+
defaultEnabled?: boolean | undefined;
|
3356
3400
|
}> | undefined;
|
3357
3401
|
}>>;
|
3358
3402
|
write: z.ZodDefault<z.ZodObject<{
|
3359
3403
|
credentials: z.ZodDefault<z.ZodObject<{
|
3360
3404
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3361
3405
|
required: z.ZodBoolean;
|
3406
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3362
3407
|
}, "strip", z.ZodTypeAny, {
|
3363
3408
|
required: boolean;
|
3409
|
+
defaultEnabled?: boolean | undefined;
|
3364
3410
|
}, {
|
3365
3411
|
required: boolean;
|
3412
|
+
defaultEnabled?: boolean | undefined;
|
3366
3413
|
}>>>;
|
3367
3414
|
}, "strip", z.ZodTypeAny, {
|
3368
3415
|
categories: Record<string, {
|
3369
3416
|
required: boolean;
|
3417
|
+
defaultEnabled?: boolean | undefined;
|
3370
3418
|
}>;
|
3371
3419
|
}, {
|
3372
3420
|
categories?: Record<string, {
|
3373
3421
|
required: boolean;
|
3422
|
+
defaultEnabled?: boolean | undefined;
|
3374
3423
|
}> | undefined;
|
3375
3424
|
}>>;
|
3376
3425
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3377
3426
|
required: z.ZodBoolean;
|
3427
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3378
3428
|
}, "strip", z.ZodTypeAny, {
|
3379
3429
|
required: boolean;
|
3430
|
+
defaultEnabled?: boolean | undefined;
|
3380
3431
|
}, {
|
3381
3432
|
required: boolean;
|
3433
|
+
defaultEnabled?: boolean | undefined;
|
3382
3434
|
}>>>;
|
3383
3435
|
}, "strip", z.ZodTypeAny, {
|
3384
3436
|
credentials: {
|
3385
3437
|
categories: Record<string, {
|
3386
3438
|
required: boolean;
|
3439
|
+
defaultEnabled?: boolean | undefined;
|
3387
3440
|
}>;
|
3388
3441
|
};
|
3389
3442
|
personal: Record<string, {
|
3390
3443
|
required: boolean;
|
3444
|
+
defaultEnabled?: boolean | undefined;
|
3391
3445
|
}>;
|
3392
3446
|
}, {
|
3393
3447
|
credentials?: {
|
3394
3448
|
categories?: Record<string, {
|
3395
3449
|
required: boolean;
|
3450
|
+
defaultEnabled?: boolean | undefined;
|
3396
3451
|
}> | undefined;
|
3397
3452
|
} | undefined;
|
3398
3453
|
personal?: Record<string, {
|
3399
3454
|
required: boolean;
|
3455
|
+
defaultEnabled?: boolean | undefined;
|
3400
3456
|
}> | undefined;
|
3401
3457
|
}>>;
|
3402
3458
|
}, "strip", z.ZodTypeAny, {
|
@@ -3404,10 +3460,12 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3404
3460
|
credentials: {
|
3405
3461
|
categories: Record<string, {
|
3406
3462
|
required: boolean;
|
3463
|
+
defaultEnabled?: boolean | undefined;
|
3407
3464
|
}>;
|
3408
3465
|
};
|
3409
3466
|
personal: Record<string, {
|
3410
3467
|
required: boolean;
|
3468
|
+
defaultEnabled?: boolean | undefined;
|
3411
3469
|
}>;
|
3412
3470
|
anonymize?: boolean | undefined;
|
3413
3471
|
};
|
@@ -3415,10 +3473,12 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3415
3473
|
credentials: {
|
3416
3474
|
categories: Record<string, {
|
3417
3475
|
required: boolean;
|
3476
|
+
defaultEnabled?: boolean | undefined;
|
3418
3477
|
}>;
|
3419
3478
|
};
|
3420
3479
|
personal: Record<string, {
|
3421
3480
|
required: boolean;
|
3481
|
+
defaultEnabled?: boolean | undefined;
|
3422
3482
|
}>;
|
3423
3483
|
};
|
3424
3484
|
}, {
|
@@ -3427,20 +3487,24 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3427
3487
|
credentials?: {
|
3428
3488
|
categories?: Record<string, {
|
3429
3489
|
required: boolean;
|
3490
|
+
defaultEnabled?: boolean | undefined;
|
3430
3491
|
}> | undefined;
|
3431
3492
|
} | undefined;
|
3432
3493
|
personal?: Record<string, {
|
3433
3494
|
required: boolean;
|
3495
|
+
defaultEnabled?: boolean | undefined;
|
3434
3496
|
}> | undefined;
|
3435
3497
|
} | undefined;
|
3436
3498
|
write?: {
|
3437
3499
|
credentials?: {
|
3438
3500
|
categories?: Record<string, {
|
3439
3501
|
required: boolean;
|
3502
|
+
defaultEnabled?: boolean | undefined;
|
3440
3503
|
}> | undefined;
|
3441
3504
|
} | undefined;
|
3442
3505
|
personal?: Record<string, {
|
3443
3506
|
required: boolean;
|
3507
|
+
defaultEnabled?: boolean | undefined;
|
3444
3508
|
}> | undefined;
|
3445
3509
|
} | undefined;
|
3446
3510
|
}>;
|
@@ -3691,10 +3755,12 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3691
3755
|
credentials: {
|
3692
3756
|
categories: Record<string, {
|
3693
3757
|
required: boolean;
|
3758
|
+
defaultEnabled?: boolean | undefined;
|
3694
3759
|
}>;
|
3695
3760
|
};
|
3696
3761
|
personal: Record<string, {
|
3697
3762
|
required: boolean;
|
3763
|
+
defaultEnabled?: boolean | undefined;
|
3698
3764
|
}>;
|
3699
3765
|
anonymize?: boolean | undefined;
|
3700
3766
|
};
|
@@ -3702,10 +3768,12 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3702
3768
|
credentials: {
|
3703
3769
|
categories: Record<string, {
|
3704
3770
|
required: boolean;
|
3771
|
+
defaultEnabled?: boolean | undefined;
|
3705
3772
|
}>;
|
3706
3773
|
};
|
3707
3774
|
personal: Record<string, {
|
3708
3775
|
required: boolean;
|
3776
|
+
defaultEnabled?: boolean | undefined;
|
3709
3777
|
}>;
|
3710
3778
|
};
|
3711
3779
|
};
|
@@ -3789,20 +3857,24 @@ export declare const ConsentFlowContractDetailsValidator: z.ZodObject<{
|
|
3789
3857
|
credentials?: {
|
3790
3858
|
categories?: Record<string, {
|
3791
3859
|
required: boolean;
|
3860
|
+
defaultEnabled?: boolean | undefined;
|
3792
3861
|
}> | undefined;
|
3793
3862
|
} | undefined;
|
3794
3863
|
personal?: Record<string, {
|
3795
3864
|
required: boolean;
|
3865
|
+
defaultEnabled?: boolean | undefined;
|
3796
3866
|
}> | undefined;
|
3797
3867
|
} | undefined;
|
3798
3868
|
write?: {
|
3799
3869
|
credentials?: {
|
3800
3870
|
categories?: Record<string, {
|
3801
3871
|
required: boolean;
|
3872
|
+
defaultEnabled?: boolean | undefined;
|
3802
3873
|
}> | undefined;
|
3803
3874
|
} | undefined;
|
3804
3875
|
personal?: Record<string, {
|
3805
3876
|
required: boolean;
|
3877
|
+
defaultEnabled?: boolean | undefined;
|
3806
3878
|
}> | undefined;
|
3807
3879
|
} | undefined;
|
3808
3880
|
};
|
@@ -3889,35 +3961,45 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
3889
3961
|
credentials: z.ZodDefault<z.ZodObject<{
|
3890
3962
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3891
3963
|
required: z.ZodBoolean;
|
3964
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3892
3965
|
}, "strip", z.ZodTypeAny, {
|
3893
3966
|
required: boolean;
|
3967
|
+
defaultEnabled?: boolean | undefined;
|
3894
3968
|
}, {
|
3895
3969
|
required: boolean;
|
3970
|
+
defaultEnabled?: boolean | undefined;
|
3896
3971
|
}>>>;
|
3897
3972
|
}, "strip", z.ZodTypeAny, {
|
3898
3973
|
categories: Record<string, {
|
3899
3974
|
required: boolean;
|
3975
|
+
defaultEnabled?: boolean | undefined;
|
3900
3976
|
}>;
|
3901
3977
|
}, {
|
3902
3978
|
categories?: Record<string, {
|
3903
3979
|
required: boolean;
|
3980
|
+
defaultEnabled?: boolean | undefined;
|
3904
3981
|
}> | undefined;
|
3905
3982
|
}>>;
|
3906
3983
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3907
3984
|
required: z.ZodBoolean;
|
3985
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3908
3986
|
}, "strip", z.ZodTypeAny, {
|
3909
3987
|
required: boolean;
|
3988
|
+
defaultEnabled?: boolean | undefined;
|
3910
3989
|
}, {
|
3911
3990
|
required: boolean;
|
3991
|
+
defaultEnabled?: boolean | undefined;
|
3912
3992
|
}>>>;
|
3913
3993
|
}, "strip", z.ZodTypeAny, {
|
3914
3994
|
credentials: {
|
3915
3995
|
categories: Record<string, {
|
3916
3996
|
required: boolean;
|
3997
|
+
defaultEnabled?: boolean | undefined;
|
3917
3998
|
}>;
|
3918
3999
|
};
|
3919
4000
|
personal: Record<string, {
|
3920
4001
|
required: boolean;
|
4002
|
+
defaultEnabled?: boolean | undefined;
|
3921
4003
|
}>;
|
3922
4004
|
anonymize?: boolean | undefined;
|
3923
4005
|
}, {
|
@@ -3925,54 +4007,68 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
3925
4007
|
credentials?: {
|
3926
4008
|
categories?: Record<string, {
|
3927
4009
|
required: boolean;
|
4010
|
+
defaultEnabled?: boolean | undefined;
|
3928
4011
|
}> | undefined;
|
3929
4012
|
} | undefined;
|
3930
4013
|
personal?: Record<string, {
|
3931
4014
|
required: boolean;
|
4015
|
+
defaultEnabled?: boolean | undefined;
|
3932
4016
|
}> | undefined;
|
3933
4017
|
}>>;
|
3934
4018
|
write: z.ZodDefault<z.ZodObject<{
|
3935
4019
|
credentials: z.ZodDefault<z.ZodObject<{
|
3936
4020
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3937
4021
|
required: z.ZodBoolean;
|
4022
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3938
4023
|
}, "strip", z.ZodTypeAny, {
|
3939
4024
|
required: boolean;
|
4025
|
+
defaultEnabled?: boolean | undefined;
|
3940
4026
|
}, {
|
3941
4027
|
required: boolean;
|
4028
|
+
defaultEnabled?: boolean | undefined;
|
3942
4029
|
}>>>;
|
3943
4030
|
}, "strip", z.ZodTypeAny, {
|
3944
4031
|
categories: Record<string, {
|
3945
4032
|
required: boolean;
|
4033
|
+
defaultEnabled?: boolean | undefined;
|
3946
4034
|
}>;
|
3947
4035
|
}, {
|
3948
4036
|
categories?: Record<string, {
|
3949
4037
|
required: boolean;
|
4038
|
+
defaultEnabled?: boolean | undefined;
|
3950
4039
|
}> | undefined;
|
3951
4040
|
}>>;
|
3952
4041
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
3953
4042
|
required: z.ZodBoolean;
|
4043
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
3954
4044
|
}, "strip", z.ZodTypeAny, {
|
3955
4045
|
required: boolean;
|
4046
|
+
defaultEnabled?: boolean | undefined;
|
3956
4047
|
}, {
|
3957
4048
|
required: boolean;
|
4049
|
+
defaultEnabled?: boolean | undefined;
|
3958
4050
|
}>>>;
|
3959
4051
|
}, "strip", z.ZodTypeAny, {
|
3960
4052
|
credentials: {
|
3961
4053
|
categories: Record<string, {
|
3962
4054
|
required: boolean;
|
4055
|
+
defaultEnabled?: boolean | undefined;
|
3963
4056
|
}>;
|
3964
4057
|
};
|
3965
4058
|
personal: Record<string, {
|
3966
4059
|
required: boolean;
|
4060
|
+
defaultEnabled?: boolean | undefined;
|
3967
4061
|
}>;
|
3968
4062
|
}, {
|
3969
4063
|
credentials?: {
|
3970
4064
|
categories?: Record<string, {
|
3971
4065
|
required: boolean;
|
4066
|
+
defaultEnabled?: boolean | undefined;
|
3972
4067
|
}> | undefined;
|
3973
4068
|
} | undefined;
|
3974
4069
|
personal?: Record<string, {
|
3975
4070
|
required: boolean;
|
4071
|
+
defaultEnabled?: boolean | undefined;
|
3976
4072
|
}> | undefined;
|
3977
4073
|
}>>;
|
3978
4074
|
}, "strip", z.ZodTypeAny, {
|
@@ -3980,10 +4076,12 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
3980
4076
|
credentials: {
|
3981
4077
|
categories: Record<string, {
|
3982
4078
|
required: boolean;
|
4079
|
+
defaultEnabled?: boolean | undefined;
|
3983
4080
|
}>;
|
3984
4081
|
};
|
3985
4082
|
personal: Record<string, {
|
3986
4083
|
required: boolean;
|
4084
|
+
defaultEnabled?: boolean | undefined;
|
3987
4085
|
}>;
|
3988
4086
|
anonymize?: boolean | undefined;
|
3989
4087
|
};
|
@@ -3991,10 +4089,12 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
3991
4089
|
credentials: {
|
3992
4090
|
categories: Record<string, {
|
3993
4091
|
required: boolean;
|
4092
|
+
defaultEnabled?: boolean | undefined;
|
3994
4093
|
}>;
|
3995
4094
|
};
|
3996
4095
|
personal: Record<string, {
|
3997
4096
|
required: boolean;
|
4097
|
+
defaultEnabled?: boolean | undefined;
|
3998
4098
|
}>;
|
3999
4099
|
};
|
4000
4100
|
}, {
|
@@ -4003,20 +4103,24 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4003
4103
|
credentials?: {
|
4004
4104
|
categories?: Record<string, {
|
4005
4105
|
required: boolean;
|
4106
|
+
defaultEnabled?: boolean | undefined;
|
4006
4107
|
}> | undefined;
|
4007
4108
|
} | undefined;
|
4008
4109
|
personal?: Record<string, {
|
4009
4110
|
required: boolean;
|
4111
|
+
defaultEnabled?: boolean | undefined;
|
4010
4112
|
}> | undefined;
|
4011
4113
|
} | undefined;
|
4012
4114
|
write?: {
|
4013
4115
|
credentials?: {
|
4014
4116
|
categories?: Record<string, {
|
4015
4117
|
required: boolean;
|
4118
|
+
defaultEnabled?: boolean | undefined;
|
4016
4119
|
}> | undefined;
|
4017
4120
|
} | undefined;
|
4018
4121
|
personal?: Record<string, {
|
4019
4122
|
required: boolean;
|
4123
|
+
defaultEnabled?: boolean | undefined;
|
4020
4124
|
}> | undefined;
|
4021
4125
|
} | undefined;
|
4022
4126
|
}>;
|
@@ -4267,10 +4371,12 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4267
4371
|
credentials: {
|
4268
4372
|
categories: Record<string, {
|
4269
4373
|
required: boolean;
|
4374
|
+
defaultEnabled?: boolean | undefined;
|
4270
4375
|
}>;
|
4271
4376
|
};
|
4272
4377
|
personal: Record<string, {
|
4273
4378
|
required: boolean;
|
4379
|
+
defaultEnabled?: boolean | undefined;
|
4274
4380
|
}>;
|
4275
4381
|
anonymize?: boolean | undefined;
|
4276
4382
|
};
|
@@ -4278,10 +4384,12 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4278
4384
|
credentials: {
|
4279
4385
|
categories: Record<string, {
|
4280
4386
|
required: boolean;
|
4387
|
+
defaultEnabled?: boolean | undefined;
|
4281
4388
|
}>;
|
4282
4389
|
};
|
4283
4390
|
personal: Record<string, {
|
4284
4391
|
required: boolean;
|
4392
|
+
defaultEnabled?: boolean | undefined;
|
4285
4393
|
}>;
|
4286
4394
|
};
|
4287
4395
|
};
|
@@ -4335,20 +4443,24 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4335
4443
|
credentials?: {
|
4336
4444
|
categories?: Record<string, {
|
4337
4445
|
required: boolean;
|
4446
|
+
defaultEnabled?: boolean | undefined;
|
4338
4447
|
}> | undefined;
|
4339
4448
|
} | undefined;
|
4340
4449
|
personal?: Record<string, {
|
4341
4450
|
required: boolean;
|
4451
|
+
defaultEnabled?: boolean | undefined;
|
4342
4452
|
}> | undefined;
|
4343
4453
|
} | undefined;
|
4344
4454
|
write?: {
|
4345
4455
|
credentials?: {
|
4346
4456
|
categories?: Record<string, {
|
4347
4457
|
required: boolean;
|
4458
|
+
defaultEnabled?: boolean | undefined;
|
4348
4459
|
}> | undefined;
|
4349
4460
|
} | undefined;
|
4350
4461
|
personal?: Record<string, {
|
4351
4462
|
required: boolean;
|
4463
|
+
defaultEnabled?: boolean | undefined;
|
4352
4464
|
}> | undefined;
|
4353
4465
|
} | undefined;
|
4354
4466
|
};
|
@@ -4404,10 +4516,12 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4404
4516
|
credentials: {
|
4405
4517
|
categories: Record<string, {
|
4406
4518
|
required: boolean;
|
4519
|
+
defaultEnabled?: boolean | undefined;
|
4407
4520
|
}>;
|
4408
4521
|
};
|
4409
4522
|
personal: Record<string, {
|
4410
4523
|
required: boolean;
|
4524
|
+
defaultEnabled?: boolean | undefined;
|
4411
4525
|
}>;
|
4412
4526
|
anonymize?: boolean | undefined;
|
4413
4527
|
};
|
@@ -4415,10 +4529,12 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4415
4529
|
credentials: {
|
4416
4530
|
categories: Record<string, {
|
4417
4531
|
required: boolean;
|
4532
|
+
defaultEnabled?: boolean | undefined;
|
4418
4533
|
}>;
|
4419
4534
|
};
|
4420
4535
|
personal: Record<string, {
|
4421
4536
|
required: boolean;
|
4537
|
+
defaultEnabled?: boolean | undefined;
|
4422
4538
|
}>;
|
4423
4539
|
};
|
4424
4540
|
};
|
@@ -4476,20 +4592,24 @@ export declare const PaginatedConsentFlowContractsValidator: z.ZodObject<z.objec
|
|
4476
4592
|
credentials?: {
|
4477
4593
|
categories?: Record<string, {
|
4478
4594
|
required: boolean;
|
4595
|
+
defaultEnabled?: boolean | undefined;
|
4479
4596
|
}> | undefined;
|
4480
4597
|
} | undefined;
|
4481
4598
|
personal?: Record<string, {
|
4482
4599
|
required: boolean;
|
4600
|
+
defaultEnabled?: boolean | undefined;
|
4483
4601
|
}> | undefined;
|
4484
4602
|
} | undefined;
|
4485
4603
|
write?: {
|
4486
4604
|
credentials?: {
|
4487
4605
|
categories?: Record<string, {
|
4488
4606
|
required: boolean;
|
4607
|
+
defaultEnabled?: boolean | undefined;
|
4489
4608
|
}> | undefined;
|
4490
4609
|
} | undefined;
|
4491
4610
|
personal?: Record<string, {
|
4492
4611
|
required: boolean;
|
4612
|
+
defaultEnabled?: boolean | undefined;
|
4493
4613
|
}> | undefined;
|
4494
4614
|
} | undefined;
|
4495
4615
|
};
|
@@ -5005,35 +5125,45 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5005
5125
|
credentials: z.ZodDefault<z.ZodObject<{
|
5006
5126
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
5007
5127
|
required: z.ZodBoolean;
|
5128
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
5008
5129
|
}, "strip", z.ZodTypeAny, {
|
5009
5130
|
required: boolean;
|
5131
|
+
defaultEnabled?: boolean | undefined;
|
5010
5132
|
}, {
|
5011
5133
|
required: boolean;
|
5134
|
+
defaultEnabled?: boolean | undefined;
|
5012
5135
|
}>>>;
|
5013
5136
|
}, "strip", z.ZodTypeAny, {
|
5014
5137
|
categories: Record<string, {
|
5015
5138
|
required: boolean;
|
5139
|
+
defaultEnabled?: boolean | undefined;
|
5016
5140
|
}>;
|
5017
5141
|
}, {
|
5018
5142
|
categories?: Record<string, {
|
5019
5143
|
required: boolean;
|
5144
|
+
defaultEnabled?: boolean | undefined;
|
5020
5145
|
}> | undefined;
|
5021
5146
|
}>>;
|
5022
5147
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
5023
5148
|
required: z.ZodBoolean;
|
5149
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
5024
5150
|
}, "strip", z.ZodTypeAny, {
|
5025
5151
|
required: boolean;
|
5152
|
+
defaultEnabled?: boolean | undefined;
|
5026
5153
|
}, {
|
5027
5154
|
required: boolean;
|
5155
|
+
defaultEnabled?: boolean | undefined;
|
5028
5156
|
}>>>;
|
5029
5157
|
}, "strip", z.ZodTypeAny, {
|
5030
5158
|
credentials: {
|
5031
5159
|
categories: Record<string, {
|
5032
5160
|
required: boolean;
|
5161
|
+
defaultEnabled?: boolean | undefined;
|
5033
5162
|
}>;
|
5034
5163
|
};
|
5035
5164
|
personal: Record<string, {
|
5036
5165
|
required: boolean;
|
5166
|
+
defaultEnabled?: boolean | undefined;
|
5037
5167
|
}>;
|
5038
5168
|
anonymize?: boolean | undefined;
|
5039
5169
|
}, {
|
@@ -5041,54 +5171,68 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5041
5171
|
credentials?: {
|
5042
5172
|
categories?: Record<string, {
|
5043
5173
|
required: boolean;
|
5174
|
+
defaultEnabled?: boolean | undefined;
|
5044
5175
|
}> | undefined;
|
5045
5176
|
} | undefined;
|
5046
5177
|
personal?: Record<string, {
|
5047
5178
|
required: boolean;
|
5179
|
+
defaultEnabled?: boolean | undefined;
|
5048
5180
|
}> | undefined;
|
5049
5181
|
}>>;
|
5050
5182
|
write: z.ZodDefault<z.ZodObject<{
|
5051
5183
|
credentials: z.ZodDefault<z.ZodObject<{
|
5052
5184
|
categories: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
5053
5185
|
required: z.ZodBoolean;
|
5186
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
5054
5187
|
}, "strip", z.ZodTypeAny, {
|
5055
5188
|
required: boolean;
|
5189
|
+
defaultEnabled?: boolean | undefined;
|
5056
5190
|
}, {
|
5057
5191
|
required: boolean;
|
5192
|
+
defaultEnabled?: boolean | undefined;
|
5058
5193
|
}>>>;
|
5059
5194
|
}, "strip", z.ZodTypeAny, {
|
5060
5195
|
categories: Record<string, {
|
5061
5196
|
required: boolean;
|
5197
|
+
defaultEnabled?: boolean | undefined;
|
5062
5198
|
}>;
|
5063
5199
|
}, {
|
5064
5200
|
categories?: Record<string, {
|
5065
5201
|
required: boolean;
|
5202
|
+
defaultEnabled?: boolean | undefined;
|
5066
5203
|
}> | undefined;
|
5067
5204
|
}>>;
|
5068
5205
|
personal: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
5069
5206
|
required: z.ZodBoolean;
|
5207
|
+
defaultEnabled: z.ZodOptional<z.ZodBoolean>;
|
5070
5208
|
}, "strip", z.ZodTypeAny, {
|
5071
5209
|
required: boolean;
|
5210
|
+
defaultEnabled?: boolean | undefined;
|
5072
5211
|
}, {
|
5073
5212
|
required: boolean;
|
5213
|
+
defaultEnabled?: boolean | undefined;
|
5074
5214
|
}>>>;
|
5075
5215
|
}, "strip", z.ZodTypeAny, {
|
5076
5216
|
credentials: {
|
5077
5217
|
categories: Record<string, {
|
5078
5218
|
required: boolean;
|
5219
|
+
defaultEnabled?: boolean | undefined;
|
5079
5220
|
}>;
|
5080
5221
|
};
|
5081
5222
|
personal: Record<string, {
|
5082
5223
|
required: boolean;
|
5224
|
+
defaultEnabled?: boolean | undefined;
|
5083
5225
|
}>;
|
5084
5226
|
}, {
|
5085
5227
|
credentials?: {
|
5086
5228
|
categories?: Record<string, {
|
5087
5229
|
required: boolean;
|
5230
|
+
defaultEnabled?: boolean | undefined;
|
5088
5231
|
}> | undefined;
|
5089
5232
|
} | undefined;
|
5090
5233
|
personal?: Record<string, {
|
5091
5234
|
required: boolean;
|
5235
|
+
defaultEnabled?: boolean | undefined;
|
5092
5236
|
}> | undefined;
|
5093
5237
|
}>>;
|
5094
5238
|
}, "strip", z.ZodTypeAny, {
|
@@ -5096,10 +5240,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5096
5240
|
credentials: {
|
5097
5241
|
categories: Record<string, {
|
5098
5242
|
required: boolean;
|
5243
|
+
defaultEnabled?: boolean | undefined;
|
5099
5244
|
}>;
|
5100
5245
|
};
|
5101
5246
|
personal: Record<string, {
|
5102
5247
|
required: boolean;
|
5248
|
+
defaultEnabled?: boolean | undefined;
|
5103
5249
|
}>;
|
5104
5250
|
anonymize?: boolean | undefined;
|
5105
5251
|
};
|
@@ -5107,10 +5253,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5107
5253
|
credentials: {
|
5108
5254
|
categories: Record<string, {
|
5109
5255
|
required: boolean;
|
5256
|
+
defaultEnabled?: boolean | undefined;
|
5110
5257
|
}>;
|
5111
5258
|
};
|
5112
5259
|
personal: Record<string, {
|
5113
5260
|
required: boolean;
|
5261
|
+
defaultEnabled?: boolean | undefined;
|
5114
5262
|
}>;
|
5115
5263
|
};
|
5116
5264
|
}, {
|
@@ -5119,20 +5267,24 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5119
5267
|
credentials?: {
|
5120
5268
|
categories?: Record<string, {
|
5121
5269
|
required: boolean;
|
5270
|
+
defaultEnabled?: boolean | undefined;
|
5122
5271
|
}> | undefined;
|
5123
5272
|
} | undefined;
|
5124
5273
|
personal?: Record<string, {
|
5125
5274
|
required: boolean;
|
5275
|
+
defaultEnabled?: boolean | undefined;
|
5126
5276
|
}> | undefined;
|
5127
5277
|
} | undefined;
|
5128
5278
|
write?: {
|
5129
5279
|
credentials?: {
|
5130
5280
|
categories?: Record<string, {
|
5131
5281
|
required: boolean;
|
5282
|
+
defaultEnabled?: boolean | undefined;
|
5132
5283
|
}> | undefined;
|
5133
5284
|
} | undefined;
|
5134
5285
|
personal?: Record<string, {
|
5135
5286
|
required: boolean;
|
5287
|
+
defaultEnabled?: boolean | undefined;
|
5136
5288
|
}> | undefined;
|
5137
5289
|
} | undefined;
|
5138
5290
|
}>;
|
@@ -5383,10 +5535,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5383
5535
|
credentials: {
|
5384
5536
|
categories: Record<string, {
|
5385
5537
|
required: boolean;
|
5538
|
+
defaultEnabled?: boolean | undefined;
|
5386
5539
|
}>;
|
5387
5540
|
};
|
5388
5541
|
personal: Record<string, {
|
5389
5542
|
required: boolean;
|
5543
|
+
defaultEnabled?: boolean | undefined;
|
5390
5544
|
}>;
|
5391
5545
|
anonymize?: boolean | undefined;
|
5392
5546
|
};
|
@@ -5394,10 +5548,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5394
5548
|
credentials: {
|
5395
5549
|
categories: Record<string, {
|
5396
5550
|
required: boolean;
|
5551
|
+
defaultEnabled?: boolean | undefined;
|
5397
5552
|
}>;
|
5398
5553
|
};
|
5399
5554
|
personal: Record<string, {
|
5400
5555
|
required: boolean;
|
5556
|
+
defaultEnabled?: boolean | undefined;
|
5401
5557
|
}>;
|
5402
5558
|
};
|
5403
5559
|
};
|
@@ -5481,20 +5637,24 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5481
5637
|
credentials?: {
|
5482
5638
|
categories?: Record<string, {
|
5483
5639
|
required: boolean;
|
5640
|
+
defaultEnabled?: boolean | undefined;
|
5484
5641
|
}> | undefined;
|
5485
5642
|
} | undefined;
|
5486
5643
|
personal?: Record<string, {
|
5487
5644
|
required: boolean;
|
5645
|
+
defaultEnabled?: boolean | undefined;
|
5488
5646
|
}> | undefined;
|
5489
5647
|
} | undefined;
|
5490
5648
|
write?: {
|
5491
5649
|
credentials?: {
|
5492
5650
|
categories?: Record<string, {
|
5493
5651
|
required: boolean;
|
5652
|
+
defaultEnabled?: boolean | undefined;
|
5494
5653
|
}> | undefined;
|
5495
5654
|
} | undefined;
|
5496
5655
|
personal?: Record<string, {
|
5497
5656
|
required: boolean;
|
5657
|
+
defaultEnabled?: boolean | undefined;
|
5498
5658
|
}> | undefined;
|
5499
5659
|
} | undefined;
|
5500
5660
|
};
|
@@ -5695,10 +5855,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5695
5855
|
credentials: {
|
5696
5856
|
categories: Record<string, {
|
5697
5857
|
required: boolean;
|
5858
|
+
defaultEnabled?: boolean | undefined;
|
5698
5859
|
}>;
|
5699
5860
|
};
|
5700
5861
|
personal: Record<string, {
|
5701
5862
|
required: boolean;
|
5863
|
+
defaultEnabled?: boolean | undefined;
|
5702
5864
|
}>;
|
5703
5865
|
anonymize?: boolean | undefined;
|
5704
5866
|
};
|
@@ -5706,10 +5868,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5706
5868
|
credentials: {
|
5707
5869
|
categories: Record<string, {
|
5708
5870
|
required: boolean;
|
5871
|
+
defaultEnabled?: boolean | undefined;
|
5709
5872
|
}>;
|
5710
5873
|
};
|
5711
5874
|
personal: Record<string, {
|
5712
5875
|
required: boolean;
|
5876
|
+
defaultEnabled?: boolean | undefined;
|
5713
5877
|
}>;
|
5714
5878
|
};
|
5715
5879
|
};
|
@@ -5852,20 +6016,24 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
5852
6016
|
credentials?: {
|
5853
6017
|
categories?: Record<string, {
|
5854
6018
|
required: boolean;
|
6019
|
+
defaultEnabled?: boolean | undefined;
|
5855
6020
|
}> | undefined;
|
5856
6021
|
} | undefined;
|
5857
6022
|
personal?: Record<string, {
|
5858
6023
|
required: boolean;
|
6024
|
+
defaultEnabled?: boolean | undefined;
|
5859
6025
|
}> | undefined;
|
5860
6026
|
} | undefined;
|
5861
6027
|
write?: {
|
5862
6028
|
credentials?: {
|
5863
6029
|
categories?: Record<string, {
|
5864
6030
|
required: boolean;
|
6031
|
+
defaultEnabled?: boolean | undefined;
|
5865
6032
|
}> | undefined;
|
5866
6033
|
} | undefined;
|
5867
6034
|
personal?: Record<string, {
|
5868
6035
|
required: boolean;
|
6036
|
+
defaultEnabled?: boolean | undefined;
|
5869
6037
|
}> | undefined;
|
5870
6038
|
} | undefined;
|
5871
6039
|
};
|
@@ -6010,10 +6178,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
6010
6178
|
credentials: {
|
6011
6179
|
categories: Record<string, {
|
6012
6180
|
required: boolean;
|
6181
|
+
defaultEnabled?: boolean | undefined;
|
6013
6182
|
}>;
|
6014
6183
|
};
|
6015
6184
|
personal: Record<string, {
|
6016
6185
|
required: boolean;
|
6186
|
+
defaultEnabled?: boolean | undefined;
|
6017
6187
|
}>;
|
6018
6188
|
anonymize?: boolean | undefined;
|
6019
6189
|
};
|
@@ -6021,10 +6191,12 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
6021
6191
|
credentials: {
|
6022
6192
|
categories: Record<string, {
|
6023
6193
|
required: boolean;
|
6194
|
+
defaultEnabled?: boolean | undefined;
|
6024
6195
|
}>;
|
6025
6196
|
};
|
6026
6197
|
personal: Record<string, {
|
6027
6198
|
required: boolean;
|
6199
|
+
defaultEnabled?: boolean | undefined;
|
6028
6200
|
}>;
|
6029
6201
|
};
|
6030
6202
|
};
|
@@ -6171,20 +6343,24 @@ export declare const PaginatedConsentFlowTermsValidator: z.ZodObject<z.objectUti
|
|
6171
6343
|
credentials?: {
|
6172
6344
|
categories?: Record<string, {
|
6173
6345
|
required: boolean;
|
6346
|
+
defaultEnabled?: boolean | undefined;
|
6174
6347
|
}> | undefined;
|
6175
6348
|
} | undefined;
|
6176
6349
|
personal?: Record<string, {
|
6177
6350
|
required: boolean;
|
6351
|
+
defaultEnabled?: boolean | undefined;
|
6178
6352
|
}> | undefined;
|
6179
6353
|
} | undefined;
|
6180
6354
|
write?: {
|
6181
6355
|
credentials?: {
|
6182
6356
|
categories?: Record<string, {
|
6183
6357
|
required: boolean;
|
6358
|
+
defaultEnabled?: boolean | undefined;
|
6184
6359
|
}> | undefined;
|
6185
6360
|
} | undefined;
|
6186
6361
|
personal?: Record<string, {
|
6187
6362
|
required: boolean;
|
6363
|
+
defaultEnabled?: boolean | undefined;
|
6188
6364
|
}> | undefined;
|
6189
6365
|
} | undefined;
|
6190
6366
|
};
|