@learncard/types 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -1
- package/dist/learncard.d.ts +16 -10
- package/dist/obv3.d.ts +170 -170
- package/dist/types.cjs.development.js +10 -13
- package/dist/types.cjs.development.js.map +3 -3
- package/dist/types.cjs.production.min.js +1 -1
- package/dist/types.cjs.production.min.js.map +3 -3
- package/dist/types.esm.js +10 -13
- package/dist/types.esm.js.map +3 -3
- package/dist/vc.d.ts +41 -41
- package/package.json +1 -1
- package/dist/idx.d.ts +0 -9
package/dist/obv3.d.ts
CHANGED
@@ -64,7 +64,7 @@ export declare const EndorsementCredentialValidator: z.ZodObject<z.extendShape<{
|
|
64
64
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
65
65
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
66
66
|
id: z.ZodOptional<z.ZodString>;
|
67
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
67
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
68
68
|
name: z.ZodOptional<z.ZodString>;
|
69
69
|
url: z.ZodOptional<z.ZodString>;
|
70
70
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -160,7 +160,7 @@ export declare const EndorsementCredentialValidator: z.ZodObject<z.extendShape<{
|
|
160
160
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
161
161
|
}, "strip", z.ZodAny, {
|
162
162
|
[x: string]: any;
|
163
|
-
type?: [string, ...string[]] | undefined;
|
163
|
+
type?: string | [string, ...string[]] | undefined;
|
164
164
|
id?: string | undefined;
|
165
165
|
name?: string | undefined;
|
166
166
|
url?: string | undefined;
|
@@ -205,7 +205,7 @@ export declare const EndorsementCredentialValidator: z.ZodObject<z.extendShape<{
|
|
205
205
|
dateOfBirth?: string | undefined;
|
206
206
|
}, {
|
207
207
|
[x: string]: any;
|
208
|
-
type?: [string, ...string[]] | undefined;
|
208
|
+
type?: string | [string, ...string[]] | undefined;
|
209
209
|
id?: string | undefined;
|
210
210
|
name?: string | undefined;
|
211
211
|
url?: string | undefined;
|
@@ -415,7 +415,7 @@ export declare const EndorsementCredentialValidator: z.ZodObject<z.extendShape<{
|
|
415
415
|
'@context': string[];
|
416
416
|
issuer: string | {
|
417
417
|
[x: string]: any;
|
418
|
-
type?: [string, ...string[]] | undefined;
|
418
|
+
type?: string | [string, ...string[]] | undefined;
|
419
419
|
id?: string | undefined;
|
420
420
|
name?: string | undefined;
|
421
421
|
url?: string | undefined;
|
@@ -507,7 +507,7 @@ export declare const EndorsementCredentialValidator: z.ZodObject<z.extendShape<{
|
|
507
507
|
'@context': string[];
|
508
508
|
issuer: string | {
|
509
509
|
[x: string]: any;
|
510
|
-
type?: [string, ...string[]] | undefined;
|
510
|
+
type?: string | [string, ...string[]] | undefined;
|
511
511
|
id?: string | undefined;
|
512
512
|
name?: string | undefined;
|
513
513
|
url?: string | undefined;
|
@@ -854,7 +854,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
854
854
|
achievementType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Achievement", "ApprenticeshipCertificate", "Assessment", "Assignment", "AssociateDegree", "Award", "Badge", "BachelorDegree", "Certificate", "CertificateOfCompletion", "Certification", "CommunityService", "Competency", "Course", "CoCurricular", "Degree", "Diploma", "DoctoralDegree", "Fieldwork", "GeneralEducationDevelopment", "JourneymanCertificate", "LearningProgram", "License", "Membership", "ProfessionalDoctorate", "QualityAssuranceCredential", "MasterCertificate", "MasterDegree", "MicroCredential", "ResearchDoctorate", "SecondarySchoolDiploma"]>, z.ZodString]>>;
|
855
855
|
creator: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
856
856
|
id: z.ZodOptional<z.ZodString>;
|
857
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
857
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
858
858
|
name: z.ZodOptional<z.ZodString>;
|
859
859
|
url: z.ZodOptional<z.ZodString>;
|
860
860
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -950,7 +950,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
950
950
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
951
951
|
}, "strip", z.ZodAny, {
|
952
952
|
[x: string]: any;
|
953
|
-
type?: [string, ...string[]] | undefined;
|
953
|
+
type?: string | [string, ...string[]] | undefined;
|
954
954
|
id?: string | undefined;
|
955
955
|
name?: string | undefined;
|
956
956
|
url?: string | undefined;
|
@@ -995,7 +995,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
995
995
|
dateOfBirth?: string | undefined;
|
996
996
|
}, {
|
997
997
|
[x: string]: any;
|
998
|
-
type?: [string, ...string[]] | undefined;
|
998
|
+
type?: string | [string, ...string[]] | undefined;
|
999
999
|
id?: string | undefined;
|
1000
1000
|
name?: string | undefined;
|
1001
1001
|
url?: string | undefined;
|
@@ -1059,7 +1059,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1059
1059
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
1060
1060
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1061
1061
|
id: z.ZodOptional<z.ZodString>;
|
1062
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
1062
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
1063
1063
|
name: z.ZodOptional<z.ZodString>;
|
1064
1064
|
url: z.ZodOptional<z.ZodString>;
|
1065
1065
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -1155,7 +1155,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1155
1155
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
1156
1156
|
}, "strip", z.ZodAny, {
|
1157
1157
|
[x: string]: any;
|
1158
|
-
type?: [string, ...string[]] | undefined;
|
1158
|
+
type?: string | [string, ...string[]] | undefined;
|
1159
1159
|
id?: string | undefined;
|
1160
1160
|
name?: string | undefined;
|
1161
1161
|
url?: string | undefined;
|
@@ -1200,7 +1200,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1200
1200
|
dateOfBirth?: string | undefined;
|
1201
1201
|
}, {
|
1202
1202
|
[x: string]: any;
|
1203
|
-
type?: [string, ...string[]] | undefined;
|
1203
|
+
type?: string | [string, ...string[]] | undefined;
|
1204
1204
|
id?: string | undefined;
|
1205
1205
|
name?: string | undefined;
|
1206
1206
|
url?: string | undefined;
|
@@ -1410,7 +1410,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1410
1410
|
'@context': string[];
|
1411
1411
|
issuer: string | {
|
1412
1412
|
[x: string]: any;
|
1413
|
-
type?: [string, ...string[]] | undefined;
|
1413
|
+
type?: string | [string, ...string[]] | undefined;
|
1414
1414
|
id?: string | undefined;
|
1415
1415
|
name?: string | undefined;
|
1416
1416
|
url?: string | undefined;
|
@@ -1502,7 +1502,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1502
1502
|
'@context': string[];
|
1503
1503
|
issuer: string | {
|
1504
1504
|
[x: string]: any;
|
1505
|
-
type?: [string, ...string[]] | undefined;
|
1505
|
+
type?: string | [string, ...string[]] | undefined;
|
1506
1506
|
id?: string | undefined;
|
1507
1507
|
name?: string | undefined;
|
1508
1508
|
url?: string | undefined;
|
@@ -1823,7 +1823,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1823
1823
|
'@context': string[];
|
1824
1824
|
issuer: string | {
|
1825
1825
|
[x: string]: any;
|
1826
|
-
type?: [string, ...string[]] | undefined;
|
1826
|
+
type?: string | [string, ...string[]] | undefined;
|
1827
1827
|
id?: string | undefined;
|
1828
1828
|
name?: string | undefined;
|
1829
1829
|
url?: string | undefined;
|
@@ -1898,7 +1898,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
1898
1898
|
achievementType?: string | undefined;
|
1899
1899
|
creator?: string | {
|
1900
1900
|
[x: string]: any;
|
1901
|
-
type?: [string, ...string[]] | undefined;
|
1901
|
+
type?: string | [string, ...string[]] | undefined;
|
1902
1902
|
id?: string | undefined;
|
1903
1903
|
name?: string | undefined;
|
1904
1904
|
url?: string | undefined;
|
@@ -2044,7 +2044,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
2044
2044
|
'@context': string[];
|
2045
2045
|
issuer: string | {
|
2046
2046
|
[x: string]: any;
|
2047
|
-
type?: [string, ...string[]] | undefined;
|
2047
|
+
type?: string | [string, ...string[]] | undefined;
|
2048
2048
|
id?: string | undefined;
|
2049
2049
|
name?: string | undefined;
|
2050
2050
|
url?: string | undefined;
|
@@ -2119,7 +2119,7 @@ export declare const AchievementValidator: z.ZodObject<{
|
|
2119
2119
|
achievementType?: string | undefined;
|
2120
2120
|
creator?: string | {
|
2121
2121
|
[x: string]: any;
|
2122
|
-
type?: [string, ...string[]] | undefined;
|
2122
|
+
type?: string | [string, ...string[]] | undefined;
|
2123
2123
|
id?: string | undefined;
|
2124
2124
|
name?: string | undefined;
|
2125
2125
|
url?: string | undefined;
|
@@ -2346,7 +2346,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2346
2346
|
achievementType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Achievement", "ApprenticeshipCertificate", "Assessment", "Assignment", "AssociateDegree", "Award", "Badge", "BachelorDegree", "Certificate", "CertificateOfCompletion", "Certification", "CommunityService", "Competency", "Course", "CoCurricular", "Degree", "Diploma", "DoctoralDegree", "Fieldwork", "GeneralEducationDevelopment", "JourneymanCertificate", "LearningProgram", "License", "Membership", "ProfessionalDoctorate", "QualityAssuranceCredential", "MasterCertificate", "MasterDegree", "MicroCredential", "ResearchDoctorate", "SecondarySchoolDiploma"]>, z.ZodString]>>;
|
2347
2347
|
creator: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2348
2348
|
id: z.ZodOptional<z.ZodString>;
|
2349
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
2349
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
2350
2350
|
name: z.ZodOptional<z.ZodString>;
|
2351
2351
|
url: z.ZodOptional<z.ZodString>;
|
2352
2352
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -2442,7 +2442,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2442
2442
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
2443
2443
|
}, "strip", z.ZodAny, {
|
2444
2444
|
[x: string]: any;
|
2445
|
-
type?: [string, ...string[]] | undefined;
|
2445
|
+
type?: string | [string, ...string[]] | undefined;
|
2446
2446
|
id?: string | undefined;
|
2447
2447
|
name?: string | undefined;
|
2448
2448
|
url?: string | undefined;
|
@@ -2487,7 +2487,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2487
2487
|
dateOfBirth?: string | undefined;
|
2488
2488
|
}, {
|
2489
2489
|
[x: string]: any;
|
2490
|
-
type?: [string, ...string[]] | undefined;
|
2490
|
+
type?: string | [string, ...string[]] | undefined;
|
2491
2491
|
id?: string | undefined;
|
2492
2492
|
name?: string | undefined;
|
2493
2493
|
url?: string | undefined;
|
@@ -2551,7 +2551,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2551
2551
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
2552
2552
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2553
2553
|
id: z.ZodOptional<z.ZodString>;
|
2554
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
2554
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
2555
2555
|
name: z.ZodOptional<z.ZodString>;
|
2556
2556
|
url: z.ZodOptional<z.ZodString>;
|
2557
2557
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -2647,7 +2647,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2647
2647
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
2648
2648
|
}, "strip", z.ZodAny, {
|
2649
2649
|
[x: string]: any;
|
2650
|
-
type?: [string, ...string[]] | undefined;
|
2650
|
+
type?: string | [string, ...string[]] | undefined;
|
2651
2651
|
id?: string | undefined;
|
2652
2652
|
name?: string | undefined;
|
2653
2653
|
url?: string | undefined;
|
@@ -2692,7 +2692,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2692
2692
|
dateOfBirth?: string | undefined;
|
2693
2693
|
}, {
|
2694
2694
|
[x: string]: any;
|
2695
|
-
type?: [string, ...string[]] | undefined;
|
2695
|
+
type?: string | [string, ...string[]] | undefined;
|
2696
2696
|
id?: string | undefined;
|
2697
2697
|
name?: string | undefined;
|
2698
2698
|
url?: string | undefined;
|
@@ -2902,7 +2902,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2902
2902
|
'@context': string[];
|
2903
2903
|
issuer: string | {
|
2904
2904
|
[x: string]: any;
|
2905
|
-
type?: [string, ...string[]] | undefined;
|
2905
|
+
type?: string | [string, ...string[]] | undefined;
|
2906
2906
|
id?: string | undefined;
|
2907
2907
|
name?: string | undefined;
|
2908
2908
|
url?: string | undefined;
|
@@ -2994,7 +2994,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
2994
2994
|
'@context': string[];
|
2995
2995
|
issuer: string | {
|
2996
2996
|
[x: string]: any;
|
2997
|
-
type?: [string, ...string[]] | undefined;
|
2997
|
+
type?: string | [string, ...string[]] | undefined;
|
2998
2998
|
id?: string | undefined;
|
2999
2999
|
name?: string | undefined;
|
3000
3000
|
url?: string | undefined;
|
@@ -3315,7 +3315,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3315
3315
|
'@context': string[];
|
3316
3316
|
issuer: string | {
|
3317
3317
|
[x: string]: any;
|
3318
|
-
type?: [string, ...string[]] | undefined;
|
3318
|
+
type?: string | [string, ...string[]] | undefined;
|
3319
3319
|
id?: string | undefined;
|
3320
3320
|
name?: string | undefined;
|
3321
3321
|
url?: string | undefined;
|
@@ -3390,7 +3390,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3390
3390
|
achievementType?: string | undefined;
|
3391
3391
|
creator?: string | {
|
3392
3392
|
[x: string]: any;
|
3393
|
-
type?: [string, ...string[]] | undefined;
|
3393
|
+
type?: string | [string, ...string[]] | undefined;
|
3394
3394
|
id?: string | undefined;
|
3395
3395
|
name?: string | undefined;
|
3396
3396
|
url?: string | undefined;
|
@@ -3536,7 +3536,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3536
3536
|
'@context': string[];
|
3537
3537
|
issuer: string | {
|
3538
3538
|
[x: string]: any;
|
3539
|
-
type?: [string, ...string[]] | undefined;
|
3539
|
+
type?: string | [string, ...string[]] | undefined;
|
3540
3540
|
id?: string | undefined;
|
3541
3541
|
name?: string | undefined;
|
3542
3542
|
url?: string | undefined;
|
@@ -3611,7 +3611,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3611
3611
|
achievementType?: string | undefined;
|
3612
3612
|
creator?: string | {
|
3613
3613
|
[x: string]: any;
|
3614
|
-
type?: [string, ...string[]] | undefined;
|
3614
|
+
type?: string | [string, ...string[]] | undefined;
|
3615
3615
|
id?: string | undefined;
|
3616
3616
|
name?: string | undefined;
|
3617
3617
|
url?: string | undefined;
|
@@ -3814,7 +3814,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3814
3814
|
role: z.ZodOptional<z.ZodString>;
|
3815
3815
|
source: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3816
3816
|
id: z.ZodOptional<z.ZodString>;
|
3817
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
3817
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
3818
3818
|
name: z.ZodOptional<z.ZodString>;
|
3819
3819
|
url: z.ZodOptional<z.ZodString>;
|
3820
3820
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -3910,7 +3910,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3910
3910
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
3911
3911
|
}, "strip", z.ZodAny, {
|
3912
3912
|
[x: string]: any;
|
3913
|
-
type?: [string, ...string[]] | undefined;
|
3913
|
+
type?: string | [string, ...string[]] | undefined;
|
3914
3914
|
id?: string | undefined;
|
3915
3915
|
name?: string | undefined;
|
3916
3916
|
url?: string | undefined;
|
@@ -3955,7 +3955,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
3955
3955
|
dateOfBirth?: string | undefined;
|
3956
3956
|
}, {
|
3957
3957
|
[x: string]: any;
|
3958
|
-
type?: [string, ...string[]] | undefined;
|
3958
|
+
type?: string | [string, ...string[]] | undefined;
|
3959
3959
|
id?: string | undefined;
|
3960
3960
|
name?: string | undefined;
|
3961
3961
|
url?: string | undefined;
|
@@ -4064,7 +4064,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
4064
4064
|
'@context': string[];
|
4065
4065
|
issuer: string | {
|
4066
4066
|
[x: string]: any;
|
4067
|
-
type?: [string, ...string[]] | undefined;
|
4067
|
+
type?: string | [string, ...string[]] | undefined;
|
4068
4068
|
id?: string | undefined;
|
4069
4069
|
name?: string | undefined;
|
4070
4070
|
url?: string | undefined;
|
@@ -4139,7 +4139,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
4139
4139
|
achievementType?: string | undefined;
|
4140
4140
|
creator?: string | {
|
4141
4141
|
[x: string]: any;
|
4142
|
-
type?: [string, ...string[]] | undefined;
|
4142
|
+
type?: string | [string, ...string[]] | undefined;
|
4143
4143
|
id?: string | undefined;
|
4144
4144
|
name?: string | undefined;
|
4145
4145
|
url?: string | undefined;
|
@@ -4262,7 +4262,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
4262
4262
|
role?: string | undefined;
|
4263
4263
|
source?: string | {
|
4264
4264
|
[x: string]: any;
|
4265
|
-
type?: [string, ...string[]] | undefined;
|
4265
|
+
type?: string | [string, ...string[]] | undefined;
|
4266
4266
|
id?: string | undefined;
|
4267
4267
|
name?: string | undefined;
|
4268
4268
|
url?: string | undefined;
|
@@ -4372,7 +4372,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
4372
4372
|
'@context': string[];
|
4373
4373
|
issuer: string | {
|
4374
4374
|
[x: string]: any;
|
4375
|
-
type?: [string, ...string[]] | undefined;
|
4375
|
+
type?: string | [string, ...string[]] | undefined;
|
4376
4376
|
id?: string | undefined;
|
4377
4377
|
name?: string | undefined;
|
4378
4378
|
url?: string | undefined;
|
@@ -4447,7 +4447,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
4447
4447
|
achievementType?: string | undefined;
|
4448
4448
|
creator?: string | {
|
4449
4449
|
[x: string]: any;
|
4450
|
-
type?: [string, ...string[]] | undefined;
|
4450
|
+
type?: string | [string, ...string[]] | undefined;
|
4451
4451
|
id?: string | undefined;
|
4452
4452
|
name?: string | undefined;
|
4453
4453
|
url?: string | undefined;
|
@@ -4570,7 +4570,7 @@ export declare const AchievementSubjectValidator: z.ZodObject<{
|
|
4570
4570
|
role?: string | undefined;
|
4571
4571
|
source?: string | {
|
4572
4572
|
[x: string]: any;
|
4573
|
-
type?: [string, ...string[]] | undefined;
|
4573
|
+
type?: string | [string, ...string[]] | undefined;
|
4574
4574
|
id?: string | undefined;
|
4575
4575
|
name?: string | undefined;
|
4576
4576
|
url?: string | undefined;
|
@@ -4652,7 +4652,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
4652
4652
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
4653
4653
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
4654
4654
|
id: z.ZodOptional<z.ZodString>;
|
4655
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
4655
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
4656
4656
|
name: z.ZodOptional<z.ZodString>;
|
4657
4657
|
url: z.ZodOptional<z.ZodString>;
|
4658
4658
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -4748,7 +4748,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
4748
4748
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
4749
4749
|
}, "strip", z.ZodAny, {
|
4750
4750
|
[x: string]: any;
|
4751
|
-
type?: [string, ...string[]] | undefined;
|
4751
|
+
type?: string | [string, ...string[]] | undefined;
|
4752
4752
|
id?: string | undefined;
|
4753
4753
|
name?: string | undefined;
|
4754
4754
|
url?: string | undefined;
|
@@ -4793,7 +4793,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
4793
4793
|
dateOfBirth?: string | undefined;
|
4794
4794
|
}, {
|
4795
4795
|
[x: string]: any;
|
4796
|
-
type?: [string, ...string[]] | undefined;
|
4796
|
+
type?: string | [string, ...string[]] | undefined;
|
4797
4797
|
id?: string | undefined;
|
4798
4798
|
name?: string | undefined;
|
4799
4799
|
url?: string | undefined;
|
@@ -4941,7 +4941,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
4941
4941
|
achievementType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Achievement", "ApprenticeshipCertificate", "Assessment", "Assignment", "AssociateDegree", "Award", "Badge", "BachelorDegree", "Certificate", "CertificateOfCompletion", "Certification", "CommunityService", "Competency", "Course", "CoCurricular", "Degree", "Diploma", "DoctoralDegree", "Fieldwork", "GeneralEducationDevelopment", "JourneymanCertificate", "LearningProgram", "License", "Membership", "ProfessionalDoctorate", "QualityAssuranceCredential", "MasterCertificate", "MasterDegree", "MicroCredential", "ResearchDoctorate", "SecondarySchoolDiploma"]>, z.ZodString]>>;
|
4942
4942
|
creator: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
4943
4943
|
id: z.ZodOptional<z.ZodString>;
|
4944
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
4944
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
4945
4945
|
name: z.ZodOptional<z.ZodString>;
|
4946
4946
|
url: z.ZodOptional<z.ZodString>;
|
4947
4947
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -5037,7 +5037,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5037
5037
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
5038
5038
|
}, "strip", z.ZodAny, {
|
5039
5039
|
[x: string]: any;
|
5040
|
-
type?: [string, ...string[]] | undefined;
|
5040
|
+
type?: string | [string, ...string[]] | undefined;
|
5041
5041
|
id?: string | undefined;
|
5042
5042
|
name?: string | undefined;
|
5043
5043
|
url?: string | undefined;
|
@@ -5082,7 +5082,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5082
5082
|
dateOfBirth?: string | undefined;
|
5083
5083
|
}, {
|
5084
5084
|
[x: string]: any;
|
5085
|
-
type?: [string, ...string[]] | undefined;
|
5085
|
+
type?: string | [string, ...string[]] | undefined;
|
5086
5086
|
id?: string | undefined;
|
5087
5087
|
name?: string | undefined;
|
5088
5088
|
url?: string | undefined;
|
@@ -5146,7 +5146,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5146
5146
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
5147
5147
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
5148
5148
|
id: z.ZodOptional<z.ZodString>;
|
5149
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
5149
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
5150
5150
|
name: z.ZodOptional<z.ZodString>;
|
5151
5151
|
url: z.ZodOptional<z.ZodString>;
|
5152
5152
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -5242,7 +5242,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5242
5242
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
5243
5243
|
}, "strip", z.ZodAny, {
|
5244
5244
|
[x: string]: any;
|
5245
|
-
type?: [string, ...string[]] | undefined;
|
5245
|
+
type?: string | [string, ...string[]] | undefined;
|
5246
5246
|
id?: string | undefined;
|
5247
5247
|
name?: string | undefined;
|
5248
5248
|
url?: string | undefined;
|
@@ -5287,7 +5287,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5287
5287
|
dateOfBirth?: string | undefined;
|
5288
5288
|
}, {
|
5289
5289
|
[x: string]: any;
|
5290
|
-
type?: [string, ...string[]] | undefined;
|
5290
|
+
type?: string | [string, ...string[]] | undefined;
|
5291
5291
|
id?: string | undefined;
|
5292
5292
|
name?: string | undefined;
|
5293
5293
|
url?: string | undefined;
|
@@ -5497,7 +5497,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5497
5497
|
'@context': string[];
|
5498
5498
|
issuer: string | {
|
5499
5499
|
[x: string]: any;
|
5500
|
-
type?: [string, ...string[]] | undefined;
|
5500
|
+
type?: string | [string, ...string[]] | undefined;
|
5501
5501
|
id?: string | undefined;
|
5502
5502
|
name?: string | undefined;
|
5503
5503
|
url?: string | undefined;
|
@@ -5589,7 +5589,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5589
5589
|
'@context': string[];
|
5590
5590
|
issuer: string | {
|
5591
5591
|
[x: string]: any;
|
5592
|
-
type?: [string, ...string[]] | undefined;
|
5592
|
+
type?: string | [string, ...string[]] | undefined;
|
5593
5593
|
id?: string | undefined;
|
5594
5594
|
name?: string | undefined;
|
5595
5595
|
url?: string | undefined;
|
@@ -5910,7 +5910,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5910
5910
|
'@context': string[];
|
5911
5911
|
issuer: string | {
|
5912
5912
|
[x: string]: any;
|
5913
|
-
type?: [string, ...string[]] | undefined;
|
5913
|
+
type?: string | [string, ...string[]] | undefined;
|
5914
5914
|
id?: string | undefined;
|
5915
5915
|
name?: string | undefined;
|
5916
5916
|
url?: string | undefined;
|
@@ -5985,7 +5985,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
5985
5985
|
achievementType?: string | undefined;
|
5986
5986
|
creator?: string | {
|
5987
5987
|
[x: string]: any;
|
5988
|
-
type?: [string, ...string[]] | undefined;
|
5988
|
+
type?: string | [string, ...string[]] | undefined;
|
5989
5989
|
id?: string | undefined;
|
5990
5990
|
name?: string | undefined;
|
5991
5991
|
url?: string | undefined;
|
@@ -6131,7 +6131,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6131
6131
|
'@context': string[];
|
6132
6132
|
issuer: string | {
|
6133
6133
|
[x: string]: any;
|
6134
|
-
type?: [string, ...string[]] | undefined;
|
6134
|
+
type?: string | [string, ...string[]] | undefined;
|
6135
6135
|
id?: string | undefined;
|
6136
6136
|
name?: string | undefined;
|
6137
6137
|
url?: string | undefined;
|
@@ -6206,7 +6206,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6206
6206
|
achievementType?: string | undefined;
|
6207
6207
|
creator?: string | {
|
6208
6208
|
[x: string]: any;
|
6209
|
-
type?: [string, ...string[]] | undefined;
|
6209
|
+
type?: string | [string, ...string[]] | undefined;
|
6210
6210
|
id?: string | undefined;
|
6211
6211
|
name?: string | undefined;
|
6212
6212
|
url?: string | undefined;
|
@@ -6409,7 +6409,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6409
6409
|
role: z.ZodOptional<z.ZodString>;
|
6410
6410
|
source: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
6411
6411
|
id: z.ZodOptional<z.ZodString>;
|
6412
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
6412
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
6413
6413
|
name: z.ZodOptional<z.ZodString>;
|
6414
6414
|
url: z.ZodOptional<z.ZodString>;
|
6415
6415
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -6505,7 +6505,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6505
6505
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
6506
6506
|
}, "strip", z.ZodAny, {
|
6507
6507
|
[x: string]: any;
|
6508
|
-
type?: [string, ...string[]] | undefined;
|
6508
|
+
type?: string | [string, ...string[]] | undefined;
|
6509
6509
|
id?: string | undefined;
|
6510
6510
|
name?: string | undefined;
|
6511
6511
|
url?: string | undefined;
|
@@ -6550,7 +6550,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6550
6550
|
dateOfBirth?: string | undefined;
|
6551
6551
|
}, {
|
6552
6552
|
[x: string]: any;
|
6553
|
-
type?: [string, ...string[]] | undefined;
|
6553
|
+
type?: string | [string, ...string[]] | undefined;
|
6554
6554
|
id?: string | undefined;
|
6555
6555
|
name?: string | undefined;
|
6556
6556
|
url?: string | undefined;
|
@@ -6659,7 +6659,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6659
6659
|
'@context': string[];
|
6660
6660
|
issuer: string | {
|
6661
6661
|
[x: string]: any;
|
6662
|
-
type?: [string, ...string[]] | undefined;
|
6662
|
+
type?: string | [string, ...string[]] | undefined;
|
6663
6663
|
id?: string | undefined;
|
6664
6664
|
name?: string | undefined;
|
6665
6665
|
url?: string | undefined;
|
@@ -6734,7 +6734,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6734
6734
|
achievementType?: string | undefined;
|
6735
6735
|
creator?: string | {
|
6736
6736
|
[x: string]: any;
|
6737
|
-
type?: [string, ...string[]] | undefined;
|
6737
|
+
type?: string | [string, ...string[]] | undefined;
|
6738
6738
|
id?: string | undefined;
|
6739
6739
|
name?: string | undefined;
|
6740
6740
|
url?: string | undefined;
|
@@ -6857,7 +6857,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6857
6857
|
role?: string | undefined;
|
6858
6858
|
source?: string | {
|
6859
6859
|
[x: string]: any;
|
6860
|
-
type?: [string, ...string[]] | undefined;
|
6860
|
+
type?: string | [string, ...string[]] | undefined;
|
6861
6861
|
id?: string | undefined;
|
6862
6862
|
name?: string | undefined;
|
6863
6863
|
url?: string | undefined;
|
@@ -6967,7 +6967,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
6967
6967
|
'@context': string[];
|
6968
6968
|
issuer: string | {
|
6969
6969
|
[x: string]: any;
|
6970
|
-
type?: [string, ...string[]] | undefined;
|
6970
|
+
type?: string | [string, ...string[]] | undefined;
|
6971
6971
|
id?: string | undefined;
|
6972
6972
|
name?: string | undefined;
|
6973
6973
|
url?: string | undefined;
|
@@ -7042,7 +7042,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7042
7042
|
achievementType?: string | undefined;
|
7043
7043
|
creator?: string | {
|
7044
7044
|
[x: string]: any;
|
7045
|
-
type?: [string, ...string[]] | undefined;
|
7045
|
+
type?: string | [string, ...string[]] | undefined;
|
7046
7046
|
id?: string | undefined;
|
7047
7047
|
name?: string | undefined;
|
7048
7048
|
url?: string | undefined;
|
@@ -7165,7 +7165,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7165
7165
|
role?: string | undefined;
|
7166
7166
|
source?: string | {
|
7167
7167
|
[x: string]: any;
|
7168
|
-
type?: [string, ...string[]] | undefined;
|
7168
|
+
type?: string | [string, ...string[]] | undefined;
|
7169
7169
|
id?: string | undefined;
|
7170
7170
|
name?: string | undefined;
|
7171
7171
|
url?: string | undefined;
|
@@ -7248,7 +7248,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7248
7248
|
achievementType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Achievement", "ApprenticeshipCertificate", "Assessment", "Assignment", "AssociateDegree", "Award", "Badge", "BachelorDegree", "Certificate", "CertificateOfCompletion", "Certification", "CommunityService", "Competency", "Course", "CoCurricular", "Degree", "Diploma", "DoctoralDegree", "Fieldwork", "GeneralEducationDevelopment", "JourneymanCertificate", "LearningProgram", "License", "Membership", "ProfessionalDoctorate", "QualityAssuranceCredential", "MasterCertificate", "MasterDegree", "MicroCredential", "ResearchDoctorate", "SecondarySchoolDiploma"]>, z.ZodString]>>;
|
7249
7249
|
creator: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
7250
7250
|
id: z.ZodOptional<z.ZodString>;
|
7251
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
7251
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
7252
7252
|
name: z.ZodOptional<z.ZodString>;
|
7253
7253
|
url: z.ZodOptional<z.ZodString>;
|
7254
7254
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -7344,7 +7344,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7344
7344
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
7345
7345
|
}, "strip", z.ZodAny, {
|
7346
7346
|
[x: string]: any;
|
7347
|
-
type?: [string, ...string[]] | undefined;
|
7347
|
+
type?: string | [string, ...string[]] | undefined;
|
7348
7348
|
id?: string | undefined;
|
7349
7349
|
name?: string | undefined;
|
7350
7350
|
url?: string | undefined;
|
@@ -7389,7 +7389,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7389
7389
|
dateOfBirth?: string | undefined;
|
7390
7390
|
}, {
|
7391
7391
|
[x: string]: any;
|
7392
|
-
type?: [string, ...string[]] | undefined;
|
7392
|
+
type?: string | [string, ...string[]] | undefined;
|
7393
7393
|
id?: string | undefined;
|
7394
7394
|
name?: string | undefined;
|
7395
7395
|
url?: string | undefined;
|
@@ -7453,7 +7453,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7453
7453
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
7454
7454
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
7455
7455
|
id: z.ZodOptional<z.ZodString>;
|
7456
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
7456
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
7457
7457
|
name: z.ZodOptional<z.ZodString>;
|
7458
7458
|
url: z.ZodOptional<z.ZodString>;
|
7459
7459
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -7549,7 +7549,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7549
7549
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
7550
7550
|
}, "strip", z.ZodAny, {
|
7551
7551
|
[x: string]: any;
|
7552
|
-
type?: [string, ...string[]] | undefined;
|
7552
|
+
type?: string | [string, ...string[]] | undefined;
|
7553
7553
|
id?: string | undefined;
|
7554
7554
|
name?: string | undefined;
|
7555
7555
|
url?: string | undefined;
|
@@ -7594,7 +7594,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7594
7594
|
dateOfBirth?: string | undefined;
|
7595
7595
|
}, {
|
7596
7596
|
[x: string]: any;
|
7597
|
-
type?: [string, ...string[]] | undefined;
|
7597
|
+
type?: string | [string, ...string[]] | undefined;
|
7598
7598
|
id?: string | undefined;
|
7599
7599
|
name?: string | undefined;
|
7600
7600
|
url?: string | undefined;
|
@@ -7804,7 +7804,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7804
7804
|
'@context': string[];
|
7805
7805
|
issuer: string | {
|
7806
7806
|
[x: string]: any;
|
7807
|
-
type?: [string, ...string[]] | undefined;
|
7807
|
+
type?: string | [string, ...string[]] | undefined;
|
7808
7808
|
id?: string | undefined;
|
7809
7809
|
name?: string | undefined;
|
7810
7810
|
url?: string | undefined;
|
@@ -7896,7 +7896,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
7896
7896
|
'@context': string[];
|
7897
7897
|
issuer: string | {
|
7898
7898
|
[x: string]: any;
|
7899
|
-
type?: [string, ...string[]] | undefined;
|
7899
|
+
type?: string | [string, ...string[]] | undefined;
|
7900
7900
|
id?: string | undefined;
|
7901
7901
|
name?: string | undefined;
|
7902
7902
|
url?: string | undefined;
|
@@ -8217,7 +8217,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8217
8217
|
'@context': string[];
|
8218
8218
|
issuer: string | {
|
8219
8219
|
[x: string]: any;
|
8220
|
-
type?: [string, ...string[]] | undefined;
|
8220
|
+
type?: string | [string, ...string[]] | undefined;
|
8221
8221
|
id?: string | undefined;
|
8222
8222
|
name?: string | undefined;
|
8223
8223
|
url?: string | undefined;
|
@@ -8292,7 +8292,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8292
8292
|
achievementType?: string | undefined;
|
8293
8293
|
creator?: string | {
|
8294
8294
|
[x: string]: any;
|
8295
|
-
type?: [string, ...string[]] | undefined;
|
8295
|
+
type?: string | [string, ...string[]] | undefined;
|
8296
8296
|
id?: string | undefined;
|
8297
8297
|
name?: string | undefined;
|
8298
8298
|
url?: string | undefined;
|
@@ -8438,7 +8438,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8438
8438
|
'@context': string[];
|
8439
8439
|
issuer: string | {
|
8440
8440
|
[x: string]: any;
|
8441
|
-
type?: [string, ...string[]] | undefined;
|
8441
|
+
type?: string | [string, ...string[]] | undefined;
|
8442
8442
|
id?: string | undefined;
|
8443
8443
|
name?: string | undefined;
|
8444
8444
|
url?: string | undefined;
|
@@ -8513,7 +8513,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8513
8513
|
achievementType?: string | undefined;
|
8514
8514
|
creator?: string | {
|
8515
8515
|
[x: string]: any;
|
8516
|
-
type?: [string, ...string[]] | undefined;
|
8516
|
+
type?: string | [string, ...string[]] | undefined;
|
8517
8517
|
id?: string | undefined;
|
8518
8518
|
name?: string | undefined;
|
8519
8519
|
url?: string | undefined;
|
@@ -8716,7 +8716,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8716
8716
|
role: z.ZodOptional<z.ZodString>;
|
8717
8717
|
source: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
8718
8718
|
id: z.ZodOptional<z.ZodString>;
|
8719
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
8719
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
8720
8720
|
name: z.ZodOptional<z.ZodString>;
|
8721
8721
|
url: z.ZodOptional<z.ZodString>;
|
8722
8722
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -8812,7 +8812,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8812
8812
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
8813
8813
|
}, "strip", z.ZodAny, {
|
8814
8814
|
[x: string]: any;
|
8815
|
-
type?: [string, ...string[]] | undefined;
|
8815
|
+
type?: string | [string, ...string[]] | undefined;
|
8816
8816
|
id?: string | undefined;
|
8817
8817
|
name?: string | undefined;
|
8818
8818
|
url?: string | undefined;
|
@@ -8857,7 +8857,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8857
8857
|
dateOfBirth?: string | undefined;
|
8858
8858
|
}, {
|
8859
8859
|
[x: string]: any;
|
8860
|
-
type?: [string, ...string[]] | undefined;
|
8860
|
+
type?: string | [string, ...string[]] | undefined;
|
8861
8861
|
id?: string | undefined;
|
8862
8862
|
name?: string | undefined;
|
8863
8863
|
url?: string | undefined;
|
@@ -8966,7 +8966,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
8966
8966
|
'@context': string[];
|
8967
8967
|
issuer: string | {
|
8968
8968
|
[x: string]: any;
|
8969
|
-
type?: [string, ...string[]] | undefined;
|
8969
|
+
type?: string | [string, ...string[]] | undefined;
|
8970
8970
|
id?: string | undefined;
|
8971
8971
|
name?: string | undefined;
|
8972
8972
|
url?: string | undefined;
|
@@ -9041,7 +9041,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9041
9041
|
achievementType?: string | undefined;
|
9042
9042
|
creator?: string | {
|
9043
9043
|
[x: string]: any;
|
9044
|
-
type?: [string, ...string[]] | undefined;
|
9044
|
+
type?: string | [string, ...string[]] | undefined;
|
9045
9045
|
id?: string | undefined;
|
9046
9046
|
name?: string | undefined;
|
9047
9047
|
url?: string | undefined;
|
@@ -9164,7 +9164,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9164
9164
|
role?: string | undefined;
|
9165
9165
|
source?: string | {
|
9166
9166
|
[x: string]: any;
|
9167
|
-
type?: [string, ...string[]] | undefined;
|
9167
|
+
type?: string | [string, ...string[]] | undefined;
|
9168
9168
|
id?: string | undefined;
|
9169
9169
|
name?: string | undefined;
|
9170
9170
|
url?: string | undefined;
|
@@ -9274,7 +9274,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9274
9274
|
'@context': string[];
|
9275
9275
|
issuer: string | {
|
9276
9276
|
[x: string]: any;
|
9277
|
-
type?: [string, ...string[]] | undefined;
|
9277
|
+
type?: string | [string, ...string[]] | undefined;
|
9278
9278
|
id?: string | undefined;
|
9279
9279
|
name?: string | undefined;
|
9280
9280
|
url?: string | undefined;
|
@@ -9349,7 +9349,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9349
9349
|
achievementType?: string | undefined;
|
9350
9350
|
creator?: string | {
|
9351
9351
|
[x: string]: any;
|
9352
|
-
type?: [string, ...string[]] | undefined;
|
9352
|
+
type?: string | [string, ...string[]] | undefined;
|
9353
9353
|
id?: string | undefined;
|
9354
9354
|
name?: string | undefined;
|
9355
9355
|
url?: string | undefined;
|
@@ -9472,7 +9472,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9472
9472
|
role?: string | undefined;
|
9473
9473
|
source?: string | {
|
9474
9474
|
[x: string]: any;
|
9475
|
-
type?: [string, ...string[]] | undefined;
|
9475
|
+
type?: string | [string, ...string[]] | undefined;
|
9476
9476
|
id?: string | undefined;
|
9477
9477
|
name?: string | undefined;
|
9478
9478
|
url?: string | undefined;
|
@@ -9525,7 +9525,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9525
9525
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
9526
9526
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
9527
9527
|
id: z.ZodOptional<z.ZodString>;
|
9528
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
9528
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
9529
9529
|
name: z.ZodOptional<z.ZodString>;
|
9530
9530
|
url: z.ZodOptional<z.ZodString>;
|
9531
9531
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -9621,7 +9621,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9621
9621
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
9622
9622
|
}, "strip", z.ZodAny, {
|
9623
9623
|
[x: string]: any;
|
9624
|
-
type?: [string, ...string[]] | undefined;
|
9624
|
+
type?: string | [string, ...string[]] | undefined;
|
9625
9625
|
id?: string | undefined;
|
9626
9626
|
name?: string | undefined;
|
9627
9627
|
url?: string | undefined;
|
@@ -9666,7 +9666,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9666
9666
|
dateOfBirth?: string | undefined;
|
9667
9667
|
}, {
|
9668
9668
|
[x: string]: any;
|
9669
|
-
type?: [string, ...string[]] | undefined;
|
9669
|
+
type?: string | [string, ...string[]] | undefined;
|
9670
9670
|
id?: string | undefined;
|
9671
9671
|
name?: string | undefined;
|
9672
9672
|
url?: string | undefined;
|
@@ -9782,7 +9782,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9782
9782
|
'@context': string[];
|
9783
9783
|
issuer: string | {
|
9784
9784
|
[x: string]: any;
|
9785
|
-
type?: [string, ...string[]] | undefined;
|
9785
|
+
type?: string | [string, ...string[]] | undefined;
|
9786
9786
|
id?: string | undefined;
|
9787
9787
|
name?: string | undefined;
|
9788
9788
|
url?: string | undefined;
|
@@ -9855,7 +9855,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9855
9855
|
'@context': string[];
|
9856
9856
|
issuer: string | {
|
9857
9857
|
[x: string]: any;
|
9858
|
-
type?: [string, ...string[]] | undefined;
|
9858
|
+
type?: string | [string, ...string[]] | undefined;
|
9859
9859
|
id?: string | undefined;
|
9860
9860
|
name?: string | undefined;
|
9861
9861
|
url?: string | undefined;
|
@@ -9961,7 +9961,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
9961
9961
|
'@context': string[];
|
9962
9962
|
issuer: string | {
|
9963
9963
|
[x: string]: any;
|
9964
|
-
type?: [string, ...string[]] | undefined;
|
9964
|
+
type?: string | [string, ...string[]] | undefined;
|
9965
9965
|
id?: string | undefined;
|
9966
9966
|
name?: string | undefined;
|
9967
9967
|
url?: string | undefined;
|
@@ -10047,7 +10047,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10047
10047
|
'@context': string[];
|
10048
10048
|
issuer: string | {
|
10049
10049
|
[x: string]: any;
|
10050
|
-
type?: [string, ...string[]] | undefined;
|
10050
|
+
type?: string | [string, ...string[]] | undefined;
|
10051
10051
|
id?: string | undefined;
|
10052
10052
|
name?: string | undefined;
|
10053
10053
|
url?: string | undefined;
|
@@ -10156,7 +10156,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10156
10156
|
'@context': string[];
|
10157
10157
|
issuer: string | {
|
10158
10158
|
[x: string]: any;
|
10159
|
-
type?: [string, ...string[]] | undefined;
|
10159
|
+
type?: string | [string, ...string[]] | undefined;
|
10160
10160
|
id?: string | undefined;
|
10161
10161
|
name?: string | undefined;
|
10162
10162
|
url?: string | undefined;
|
@@ -10231,7 +10231,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10231
10231
|
achievementType?: string | undefined;
|
10232
10232
|
creator?: string | {
|
10233
10233
|
[x: string]: any;
|
10234
|
-
type?: [string, ...string[]] | undefined;
|
10234
|
+
type?: string | [string, ...string[]] | undefined;
|
10235
10235
|
id?: string | undefined;
|
10236
10236
|
name?: string | undefined;
|
10237
10237
|
url?: string | undefined;
|
@@ -10354,7 +10354,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10354
10354
|
role?: string | undefined;
|
10355
10355
|
source?: string | {
|
10356
10356
|
[x: string]: any;
|
10357
|
-
type?: [string, ...string[]] | undefined;
|
10357
|
+
type?: string | [string, ...string[]] | undefined;
|
10358
10358
|
id?: string | undefined;
|
10359
10359
|
name?: string | undefined;
|
10360
10360
|
url?: string | undefined;
|
@@ -10464,7 +10464,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10464
10464
|
'@context': string[];
|
10465
10465
|
issuer: string | {
|
10466
10466
|
[x: string]: any;
|
10467
|
-
type?: [string, ...string[]] | undefined;
|
10467
|
+
type?: string | [string, ...string[]] | undefined;
|
10468
10468
|
id?: string | undefined;
|
10469
10469
|
name?: string | undefined;
|
10470
10470
|
url?: string | undefined;
|
@@ -10539,7 +10539,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10539
10539
|
achievementType?: string | undefined;
|
10540
10540
|
creator?: string | {
|
10541
10541
|
[x: string]: any;
|
10542
|
-
type?: [string, ...string[]] | undefined;
|
10542
|
+
type?: string | [string, ...string[]] | undefined;
|
10543
10543
|
id?: string | undefined;
|
10544
10544
|
name?: string | undefined;
|
10545
10545
|
url?: string | undefined;
|
@@ -10662,7 +10662,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10662
10662
|
role?: string | undefined;
|
10663
10663
|
source?: string | {
|
10664
10664
|
[x: string]: any;
|
10665
|
-
type?: [string, ...string[]] | undefined;
|
10665
|
+
type?: string | [string, ...string[]] | undefined;
|
10666
10666
|
id?: string | undefined;
|
10667
10667
|
name?: string | undefined;
|
10668
10668
|
url?: string | undefined;
|
@@ -10735,7 +10735,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10735
10735
|
'@context': string[];
|
10736
10736
|
issuer: string | {
|
10737
10737
|
[x: string]: any;
|
10738
|
-
type?: [string, ...string[]] | undefined;
|
10738
|
+
type?: string | [string, ...string[]] | undefined;
|
10739
10739
|
id?: string | undefined;
|
10740
10740
|
name?: string | undefined;
|
10741
10741
|
url?: string | undefined;
|
@@ -10821,7 +10821,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10821
10821
|
'@context': string[];
|
10822
10822
|
issuer: string | {
|
10823
10823
|
[x: string]: any;
|
10824
|
-
type?: [string, ...string[]] | undefined;
|
10824
|
+
type?: string | [string, ...string[]] | undefined;
|
10825
10825
|
id?: string | undefined;
|
10826
10826
|
name?: string | undefined;
|
10827
10827
|
url?: string | undefined;
|
@@ -10930,7 +10930,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
10930
10930
|
'@context': string[];
|
10931
10931
|
issuer: string | {
|
10932
10932
|
[x: string]: any;
|
10933
|
-
type?: [string, ...string[]] | undefined;
|
10933
|
+
type?: string | [string, ...string[]] | undefined;
|
10934
10934
|
id?: string | undefined;
|
10935
10935
|
name?: string | undefined;
|
10936
10936
|
url?: string | undefined;
|
@@ -11005,7 +11005,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
11005
11005
|
achievementType?: string | undefined;
|
11006
11006
|
creator?: string | {
|
11007
11007
|
[x: string]: any;
|
11008
|
-
type?: [string, ...string[]] | undefined;
|
11008
|
+
type?: string | [string, ...string[]] | undefined;
|
11009
11009
|
id?: string | undefined;
|
11010
11010
|
name?: string | undefined;
|
11011
11011
|
url?: string | undefined;
|
@@ -11128,7 +11128,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
11128
11128
|
role?: string | undefined;
|
11129
11129
|
source?: string | {
|
11130
11130
|
[x: string]: any;
|
11131
|
-
type?: [string, ...string[]] | undefined;
|
11131
|
+
type?: string | [string, ...string[]] | undefined;
|
11132
11132
|
id?: string | undefined;
|
11133
11133
|
name?: string | undefined;
|
11134
11134
|
url?: string | undefined;
|
@@ -11238,7 +11238,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
11238
11238
|
'@context': string[];
|
11239
11239
|
issuer: string | {
|
11240
11240
|
[x: string]: any;
|
11241
|
-
type?: [string, ...string[]] | undefined;
|
11241
|
+
type?: string | [string, ...string[]] | undefined;
|
11242
11242
|
id?: string | undefined;
|
11243
11243
|
name?: string | undefined;
|
11244
11244
|
url?: string | undefined;
|
@@ -11313,7 +11313,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
11313
11313
|
achievementType?: string | undefined;
|
11314
11314
|
creator?: string | {
|
11315
11315
|
[x: string]: any;
|
11316
|
-
type?: [string, ...string[]] | undefined;
|
11316
|
+
type?: string | [string, ...string[]] | undefined;
|
11317
11317
|
id?: string | undefined;
|
11318
11318
|
name?: string | undefined;
|
11319
11319
|
url?: string | undefined;
|
@@ -11436,7 +11436,7 @@ export declare const UnsignedAchievementCredentialValidator: z.ZodObject<z.exten
|
|
11436
11436
|
role?: string | undefined;
|
11437
11437
|
source?: string | {
|
11438
11438
|
[x: string]: any;
|
11439
|
-
type?: [string, ...string[]] | undefined;
|
11439
|
+
type?: string | [string, ...string[]] | undefined;
|
11440
11440
|
id?: string | undefined;
|
11441
11441
|
name?: string | undefined;
|
11442
11442
|
url?: string | undefined;
|
@@ -11491,7 +11491,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11491
11491
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
11492
11492
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
11493
11493
|
id: z.ZodOptional<z.ZodString>;
|
11494
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
11494
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
11495
11495
|
name: z.ZodOptional<z.ZodString>;
|
11496
11496
|
url: z.ZodOptional<z.ZodString>;
|
11497
11497
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -11587,7 +11587,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11587
11587
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
11588
11588
|
}, "strip", z.ZodAny, {
|
11589
11589
|
[x: string]: any;
|
11590
|
-
type?: [string, ...string[]] | undefined;
|
11590
|
+
type?: string | [string, ...string[]] | undefined;
|
11591
11591
|
id?: string | undefined;
|
11592
11592
|
name?: string | undefined;
|
11593
11593
|
url?: string | undefined;
|
@@ -11632,7 +11632,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11632
11632
|
dateOfBirth?: string | undefined;
|
11633
11633
|
}, {
|
11634
11634
|
[x: string]: any;
|
11635
|
-
type?: [string, ...string[]] | undefined;
|
11635
|
+
type?: string | [string, ...string[]] | undefined;
|
11636
11636
|
id?: string | undefined;
|
11637
11637
|
name?: string | undefined;
|
11638
11638
|
url?: string | undefined;
|
@@ -11780,7 +11780,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11780
11780
|
achievementType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Achievement", "ApprenticeshipCertificate", "Assessment", "Assignment", "AssociateDegree", "Award", "Badge", "BachelorDegree", "Certificate", "CertificateOfCompletion", "Certification", "CommunityService", "Competency", "Course", "CoCurricular", "Degree", "Diploma", "DoctoralDegree", "Fieldwork", "GeneralEducationDevelopment", "JourneymanCertificate", "LearningProgram", "License", "Membership", "ProfessionalDoctorate", "QualityAssuranceCredential", "MasterCertificate", "MasterDegree", "MicroCredential", "ResearchDoctorate", "SecondarySchoolDiploma"]>, z.ZodString]>>;
|
11781
11781
|
creator: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
11782
11782
|
id: z.ZodOptional<z.ZodString>;
|
11783
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
11783
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
11784
11784
|
name: z.ZodOptional<z.ZodString>;
|
11785
11785
|
url: z.ZodOptional<z.ZodString>;
|
11786
11786
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -11876,7 +11876,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11876
11876
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
11877
11877
|
}, "strip", z.ZodAny, {
|
11878
11878
|
[x: string]: any;
|
11879
|
-
type?: [string, ...string[]] | undefined;
|
11879
|
+
type?: string | [string, ...string[]] | undefined;
|
11880
11880
|
id?: string | undefined;
|
11881
11881
|
name?: string | undefined;
|
11882
11882
|
url?: string | undefined;
|
@@ -11921,7 +11921,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11921
11921
|
dateOfBirth?: string | undefined;
|
11922
11922
|
}, {
|
11923
11923
|
[x: string]: any;
|
11924
|
-
type?: [string, ...string[]] | undefined;
|
11924
|
+
type?: string | [string, ...string[]] | undefined;
|
11925
11925
|
id?: string | undefined;
|
11926
11926
|
name?: string | undefined;
|
11927
11927
|
url?: string | undefined;
|
@@ -11985,7 +11985,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
11985
11985
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
11986
11986
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
11987
11987
|
id: z.ZodOptional<z.ZodString>;
|
11988
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
11988
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
11989
11989
|
name: z.ZodOptional<z.ZodString>;
|
11990
11990
|
url: z.ZodOptional<z.ZodString>;
|
11991
11991
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -12081,7 +12081,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12081
12081
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
12082
12082
|
}, "strip", z.ZodAny, {
|
12083
12083
|
[x: string]: any;
|
12084
|
-
type?: [string, ...string[]] | undefined;
|
12084
|
+
type?: string | [string, ...string[]] | undefined;
|
12085
12085
|
id?: string | undefined;
|
12086
12086
|
name?: string | undefined;
|
12087
12087
|
url?: string | undefined;
|
@@ -12126,7 +12126,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12126
12126
|
dateOfBirth?: string | undefined;
|
12127
12127
|
}, {
|
12128
12128
|
[x: string]: any;
|
12129
|
-
type?: [string, ...string[]] | undefined;
|
12129
|
+
type?: string | [string, ...string[]] | undefined;
|
12130
12130
|
id?: string | undefined;
|
12131
12131
|
name?: string | undefined;
|
12132
12132
|
url?: string | undefined;
|
@@ -12336,7 +12336,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12336
12336
|
'@context': string[];
|
12337
12337
|
issuer: string | {
|
12338
12338
|
[x: string]: any;
|
12339
|
-
type?: [string, ...string[]] | undefined;
|
12339
|
+
type?: string | [string, ...string[]] | undefined;
|
12340
12340
|
id?: string | undefined;
|
12341
12341
|
name?: string | undefined;
|
12342
12342
|
url?: string | undefined;
|
@@ -12428,7 +12428,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12428
12428
|
'@context': string[];
|
12429
12429
|
issuer: string | {
|
12430
12430
|
[x: string]: any;
|
12431
|
-
type?: [string, ...string[]] | undefined;
|
12431
|
+
type?: string | [string, ...string[]] | undefined;
|
12432
12432
|
id?: string | undefined;
|
12433
12433
|
name?: string | undefined;
|
12434
12434
|
url?: string | undefined;
|
@@ -12749,7 +12749,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12749
12749
|
'@context': string[];
|
12750
12750
|
issuer: string | {
|
12751
12751
|
[x: string]: any;
|
12752
|
-
type?: [string, ...string[]] | undefined;
|
12752
|
+
type?: string | [string, ...string[]] | undefined;
|
12753
12753
|
id?: string | undefined;
|
12754
12754
|
name?: string | undefined;
|
12755
12755
|
url?: string | undefined;
|
@@ -12824,7 +12824,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12824
12824
|
achievementType?: string | undefined;
|
12825
12825
|
creator?: string | {
|
12826
12826
|
[x: string]: any;
|
12827
|
-
type?: [string, ...string[]] | undefined;
|
12827
|
+
type?: string | [string, ...string[]] | undefined;
|
12828
12828
|
id?: string | undefined;
|
12829
12829
|
name?: string | undefined;
|
12830
12830
|
url?: string | undefined;
|
@@ -12970,7 +12970,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
12970
12970
|
'@context': string[];
|
12971
12971
|
issuer: string | {
|
12972
12972
|
[x: string]: any;
|
12973
|
-
type?: [string, ...string[]] | undefined;
|
12973
|
+
type?: string | [string, ...string[]] | undefined;
|
12974
12974
|
id?: string | undefined;
|
12975
12975
|
name?: string | undefined;
|
12976
12976
|
url?: string | undefined;
|
@@ -13045,7 +13045,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13045
13045
|
achievementType?: string | undefined;
|
13046
13046
|
creator?: string | {
|
13047
13047
|
[x: string]: any;
|
13048
|
-
type?: [string, ...string[]] | undefined;
|
13048
|
+
type?: string | [string, ...string[]] | undefined;
|
13049
13049
|
id?: string | undefined;
|
13050
13050
|
name?: string | undefined;
|
13051
13051
|
url?: string | undefined;
|
@@ -13248,7 +13248,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13248
13248
|
role: z.ZodOptional<z.ZodString>;
|
13249
13249
|
source: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
13250
13250
|
id: z.ZodOptional<z.ZodString>;
|
13251
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
13251
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
13252
13252
|
name: z.ZodOptional<z.ZodString>;
|
13253
13253
|
url: z.ZodOptional<z.ZodString>;
|
13254
13254
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -13344,7 +13344,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13344
13344
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
13345
13345
|
}, "strip", z.ZodAny, {
|
13346
13346
|
[x: string]: any;
|
13347
|
-
type?: [string, ...string[]] | undefined;
|
13347
|
+
type?: string | [string, ...string[]] | undefined;
|
13348
13348
|
id?: string | undefined;
|
13349
13349
|
name?: string | undefined;
|
13350
13350
|
url?: string | undefined;
|
@@ -13389,7 +13389,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13389
13389
|
dateOfBirth?: string | undefined;
|
13390
13390
|
}, {
|
13391
13391
|
[x: string]: any;
|
13392
|
-
type?: [string, ...string[]] | undefined;
|
13392
|
+
type?: string | [string, ...string[]] | undefined;
|
13393
13393
|
id?: string | undefined;
|
13394
13394
|
name?: string | undefined;
|
13395
13395
|
url?: string | undefined;
|
@@ -13498,7 +13498,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13498
13498
|
'@context': string[];
|
13499
13499
|
issuer: string | {
|
13500
13500
|
[x: string]: any;
|
13501
|
-
type?: [string, ...string[]] | undefined;
|
13501
|
+
type?: string | [string, ...string[]] | undefined;
|
13502
13502
|
id?: string | undefined;
|
13503
13503
|
name?: string | undefined;
|
13504
13504
|
url?: string | undefined;
|
@@ -13573,7 +13573,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13573
13573
|
achievementType?: string | undefined;
|
13574
13574
|
creator?: string | {
|
13575
13575
|
[x: string]: any;
|
13576
|
-
type?: [string, ...string[]] | undefined;
|
13576
|
+
type?: string | [string, ...string[]] | undefined;
|
13577
13577
|
id?: string | undefined;
|
13578
13578
|
name?: string | undefined;
|
13579
13579
|
url?: string | undefined;
|
@@ -13696,7 +13696,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13696
13696
|
role?: string | undefined;
|
13697
13697
|
source?: string | {
|
13698
13698
|
[x: string]: any;
|
13699
|
-
type?: [string, ...string[]] | undefined;
|
13699
|
+
type?: string | [string, ...string[]] | undefined;
|
13700
13700
|
id?: string | undefined;
|
13701
13701
|
name?: string | undefined;
|
13702
13702
|
url?: string | undefined;
|
@@ -13806,7 +13806,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13806
13806
|
'@context': string[];
|
13807
13807
|
issuer: string | {
|
13808
13808
|
[x: string]: any;
|
13809
|
-
type?: [string, ...string[]] | undefined;
|
13809
|
+
type?: string | [string, ...string[]] | undefined;
|
13810
13810
|
id?: string | undefined;
|
13811
13811
|
name?: string | undefined;
|
13812
13812
|
url?: string | undefined;
|
@@ -13881,7 +13881,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
13881
13881
|
achievementType?: string | undefined;
|
13882
13882
|
creator?: string | {
|
13883
13883
|
[x: string]: any;
|
13884
|
-
type?: [string, ...string[]] | undefined;
|
13884
|
+
type?: string | [string, ...string[]] | undefined;
|
13885
13885
|
id?: string | undefined;
|
13886
13886
|
name?: string | undefined;
|
13887
13887
|
url?: string | undefined;
|
@@ -14004,7 +14004,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14004
14004
|
role?: string | undefined;
|
14005
14005
|
source?: string | {
|
14006
14006
|
[x: string]: any;
|
14007
|
-
type?: [string, ...string[]] | undefined;
|
14007
|
+
type?: string | [string, ...string[]] | undefined;
|
14008
14008
|
id?: string | undefined;
|
14009
14009
|
name?: string | undefined;
|
14010
14010
|
url?: string | undefined;
|
@@ -14087,7 +14087,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14087
14087
|
achievementType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Achievement", "ApprenticeshipCertificate", "Assessment", "Assignment", "AssociateDegree", "Award", "Badge", "BachelorDegree", "Certificate", "CertificateOfCompletion", "Certification", "CommunityService", "Competency", "Course", "CoCurricular", "Degree", "Diploma", "DoctoralDegree", "Fieldwork", "GeneralEducationDevelopment", "JourneymanCertificate", "LearningProgram", "License", "Membership", "ProfessionalDoctorate", "QualityAssuranceCredential", "MasterCertificate", "MasterDegree", "MicroCredential", "ResearchDoctorate", "SecondarySchoolDiploma"]>, z.ZodString]>>;
|
14088
14088
|
creator: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
14089
14089
|
id: z.ZodOptional<z.ZodString>;
|
14090
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
14090
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
14091
14091
|
name: z.ZodOptional<z.ZodString>;
|
14092
14092
|
url: z.ZodOptional<z.ZodString>;
|
14093
14093
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -14183,7 +14183,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14183
14183
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
14184
14184
|
}, "strip", z.ZodAny, {
|
14185
14185
|
[x: string]: any;
|
14186
|
-
type?: [string, ...string[]] | undefined;
|
14186
|
+
type?: string | [string, ...string[]] | undefined;
|
14187
14187
|
id?: string | undefined;
|
14188
14188
|
name?: string | undefined;
|
14189
14189
|
url?: string | undefined;
|
@@ -14228,7 +14228,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14228
14228
|
dateOfBirth?: string | undefined;
|
14229
14229
|
}, {
|
14230
14230
|
[x: string]: any;
|
14231
|
-
type?: [string, ...string[]] | undefined;
|
14231
|
+
type?: string | [string, ...string[]] | undefined;
|
14232
14232
|
id?: string | undefined;
|
14233
14233
|
name?: string | undefined;
|
14234
14234
|
url?: string | undefined;
|
@@ -14292,7 +14292,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14292
14292
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
14293
14293
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
14294
14294
|
id: z.ZodOptional<z.ZodString>;
|
14295
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
14295
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
14296
14296
|
name: z.ZodOptional<z.ZodString>;
|
14297
14297
|
url: z.ZodOptional<z.ZodString>;
|
14298
14298
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -14388,7 +14388,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14388
14388
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
14389
14389
|
}, "strip", z.ZodAny, {
|
14390
14390
|
[x: string]: any;
|
14391
|
-
type?: [string, ...string[]] | undefined;
|
14391
|
+
type?: string | [string, ...string[]] | undefined;
|
14392
14392
|
id?: string | undefined;
|
14393
14393
|
name?: string | undefined;
|
14394
14394
|
url?: string | undefined;
|
@@ -14433,7 +14433,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14433
14433
|
dateOfBirth?: string | undefined;
|
14434
14434
|
}, {
|
14435
14435
|
[x: string]: any;
|
14436
|
-
type?: [string, ...string[]] | undefined;
|
14436
|
+
type?: string | [string, ...string[]] | undefined;
|
14437
14437
|
id?: string | undefined;
|
14438
14438
|
name?: string | undefined;
|
14439
14439
|
url?: string | undefined;
|
@@ -14643,7 +14643,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14643
14643
|
'@context': string[];
|
14644
14644
|
issuer: string | {
|
14645
14645
|
[x: string]: any;
|
14646
|
-
type?: [string, ...string[]] | undefined;
|
14646
|
+
type?: string | [string, ...string[]] | undefined;
|
14647
14647
|
id?: string | undefined;
|
14648
14648
|
name?: string | undefined;
|
14649
14649
|
url?: string | undefined;
|
@@ -14735,7 +14735,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
14735
14735
|
'@context': string[];
|
14736
14736
|
issuer: string | {
|
14737
14737
|
[x: string]: any;
|
14738
|
-
type?: [string, ...string[]] | undefined;
|
14738
|
+
type?: string | [string, ...string[]] | undefined;
|
14739
14739
|
id?: string | undefined;
|
14740
14740
|
name?: string | undefined;
|
14741
14741
|
url?: string | undefined;
|
@@ -15056,7 +15056,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15056
15056
|
'@context': string[];
|
15057
15057
|
issuer: string | {
|
15058
15058
|
[x: string]: any;
|
15059
|
-
type?: [string, ...string[]] | undefined;
|
15059
|
+
type?: string | [string, ...string[]] | undefined;
|
15060
15060
|
id?: string | undefined;
|
15061
15061
|
name?: string | undefined;
|
15062
15062
|
url?: string | undefined;
|
@@ -15131,7 +15131,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15131
15131
|
achievementType?: string | undefined;
|
15132
15132
|
creator?: string | {
|
15133
15133
|
[x: string]: any;
|
15134
|
-
type?: [string, ...string[]] | undefined;
|
15134
|
+
type?: string | [string, ...string[]] | undefined;
|
15135
15135
|
id?: string | undefined;
|
15136
15136
|
name?: string | undefined;
|
15137
15137
|
url?: string | undefined;
|
@@ -15277,7 +15277,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15277
15277
|
'@context': string[];
|
15278
15278
|
issuer: string | {
|
15279
15279
|
[x: string]: any;
|
15280
|
-
type?: [string, ...string[]] | undefined;
|
15280
|
+
type?: string | [string, ...string[]] | undefined;
|
15281
15281
|
id?: string | undefined;
|
15282
15282
|
name?: string | undefined;
|
15283
15283
|
url?: string | undefined;
|
@@ -15352,7 +15352,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15352
15352
|
achievementType?: string | undefined;
|
15353
15353
|
creator?: string | {
|
15354
15354
|
[x: string]: any;
|
15355
|
-
type?: [string, ...string[]] | undefined;
|
15355
|
+
type?: string | [string, ...string[]] | undefined;
|
15356
15356
|
id?: string | undefined;
|
15357
15357
|
name?: string | undefined;
|
15358
15358
|
url?: string | undefined;
|
@@ -15555,7 +15555,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15555
15555
|
role: z.ZodOptional<z.ZodString>;
|
15556
15556
|
source: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
15557
15557
|
id: z.ZodOptional<z.ZodString>;
|
15558
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
15558
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
15559
15559
|
name: z.ZodOptional<z.ZodString>;
|
15560
15560
|
url: z.ZodOptional<z.ZodString>;
|
15561
15561
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -15651,7 +15651,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15651
15651
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
15652
15652
|
}, "strip", z.ZodAny, {
|
15653
15653
|
[x: string]: any;
|
15654
|
-
type?: [string, ...string[]] | undefined;
|
15654
|
+
type?: string | [string, ...string[]] | undefined;
|
15655
15655
|
id?: string | undefined;
|
15656
15656
|
name?: string | undefined;
|
15657
15657
|
url?: string | undefined;
|
@@ -15696,7 +15696,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15696
15696
|
dateOfBirth?: string | undefined;
|
15697
15697
|
}, {
|
15698
15698
|
[x: string]: any;
|
15699
|
-
type?: [string, ...string[]] | undefined;
|
15699
|
+
type?: string | [string, ...string[]] | undefined;
|
15700
15700
|
id?: string | undefined;
|
15701
15701
|
name?: string | undefined;
|
15702
15702
|
url?: string | undefined;
|
@@ -15805,7 +15805,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15805
15805
|
'@context': string[];
|
15806
15806
|
issuer: string | {
|
15807
15807
|
[x: string]: any;
|
15808
|
-
type?: [string, ...string[]] | undefined;
|
15808
|
+
type?: string | [string, ...string[]] | undefined;
|
15809
15809
|
id?: string | undefined;
|
15810
15810
|
name?: string | undefined;
|
15811
15811
|
url?: string | undefined;
|
@@ -15880,7 +15880,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
15880
15880
|
achievementType?: string | undefined;
|
15881
15881
|
creator?: string | {
|
15882
15882
|
[x: string]: any;
|
15883
|
-
type?: [string, ...string[]] | undefined;
|
15883
|
+
type?: string | [string, ...string[]] | undefined;
|
15884
15884
|
id?: string | undefined;
|
15885
15885
|
name?: string | undefined;
|
15886
15886
|
url?: string | undefined;
|
@@ -16003,7 +16003,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16003
16003
|
role?: string | undefined;
|
16004
16004
|
source?: string | {
|
16005
16005
|
[x: string]: any;
|
16006
|
-
type?: [string, ...string[]] | undefined;
|
16006
|
+
type?: string | [string, ...string[]] | undefined;
|
16007
16007
|
id?: string | undefined;
|
16008
16008
|
name?: string | undefined;
|
16009
16009
|
url?: string | undefined;
|
@@ -16113,7 +16113,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16113
16113
|
'@context': string[];
|
16114
16114
|
issuer: string | {
|
16115
16115
|
[x: string]: any;
|
16116
|
-
type?: [string, ...string[]] | undefined;
|
16116
|
+
type?: string | [string, ...string[]] | undefined;
|
16117
16117
|
id?: string | undefined;
|
16118
16118
|
name?: string | undefined;
|
16119
16119
|
url?: string | undefined;
|
@@ -16188,7 +16188,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16188
16188
|
achievementType?: string | undefined;
|
16189
16189
|
creator?: string | {
|
16190
16190
|
[x: string]: any;
|
16191
|
-
type?: [string, ...string[]] | undefined;
|
16191
|
+
type?: string | [string, ...string[]] | undefined;
|
16192
16192
|
id?: string | undefined;
|
16193
16193
|
name?: string | undefined;
|
16194
16194
|
url?: string | undefined;
|
@@ -16311,7 +16311,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16311
16311
|
role?: string | undefined;
|
16312
16312
|
source?: string | {
|
16313
16313
|
[x: string]: any;
|
16314
|
-
type?: [string, ...string[]] | undefined;
|
16314
|
+
type?: string | [string, ...string[]] | undefined;
|
16315
16315
|
id?: string | undefined;
|
16316
16316
|
name?: string | undefined;
|
16317
16317
|
url?: string | undefined;
|
@@ -16364,7 +16364,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16364
16364
|
type: z.ZodArray<z.ZodString, "atleastone">;
|
16365
16365
|
issuer: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
16366
16366
|
id: z.ZodOptional<z.ZodString>;
|
16367
|
-
type: z.ZodOptional<z.ZodArray<z.ZodString, "atleastone"
|
16367
|
+
type: z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodArray<z.ZodString, "atleastone">>]>;
|
16368
16368
|
name: z.ZodOptional<z.ZodString>;
|
16369
16369
|
url: z.ZodOptional<z.ZodString>;
|
16370
16370
|
phone: z.ZodOptional<z.ZodString>;
|
@@ -16460,7 +16460,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16460
16460
|
dateOfBirth: z.ZodOptional<z.ZodString>;
|
16461
16461
|
}, "strip", z.ZodAny, {
|
16462
16462
|
[x: string]: any;
|
16463
|
-
type?: [string, ...string[]] | undefined;
|
16463
|
+
type?: string | [string, ...string[]] | undefined;
|
16464
16464
|
id?: string | undefined;
|
16465
16465
|
name?: string | undefined;
|
16466
16466
|
url?: string | undefined;
|
@@ -16505,7 +16505,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16505
16505
|
dateOfBirth?: string | undefined;
|
16506
16506
|
}, {
|
16507
16507
|
[x: string]: any;
|
16508
|
-
type?: [string, ...string[]] | undefined;
|
16508
|
+
type?: string | [string, ...string[]] | undefined;
|
16509
16509
|
id?: string | undefined;
|
16510
16510
|
name?: string | undefined;
|
16511
16511
|
url?: string | undefined;
|
@@ -16621,7 +16621,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16621
16621
|
'@context': string[];
|
16622
16622
|
issuer: string | {
|
16623
16623
|
[x: string]: any;
|
16624
|
-
type?: [string, ...string[]] | undefined;
|
16624
|
+
type?: string | [string, ...string[]] | undefined;
|
16625
16625
|
id?: string | undefined;
|
16626
16626
|
name?: string | undefined;
|
16627
16627
|
url?: string | undefined;
|
@@ -16694,7 +16694,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16694
16694
|
'@context': string[];
|
16695
16695
|
issuer: string | {
|
16696
16696
|
[x: string]: any;
|
16697
|
-
type?: [string, ...string[]] | undefined;
|
16697
|
+
type?: string | [string, ...string[]] | undefined;
|
16698
16698
|
id?: string | undefined;
|
16699
16699
|
name?: string | undefined;
|
16700
16700
|
url?: string | undefined;
|
@@ -16860,7 +16860,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16860
16860
|
'@context': string[];
|
16861
16861
|
issuer: string | {
|
16862
16862
|
[x: string]: any;
|
16863
|
-
type?: [string, ...string[]] | undefined;
|
16863
|
+
type?: string | [string, ...string[]] | undefined;
|
16864
16864
|
id?: string | undefined;
|
16865
16865
|
name?: string | undefined;
|
16866
16866
|
url?: string | undefined;
|
@@ -16946,7 +16946,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
16946
16946
|
'@context': string[];
|
16947
16947
|
issuer: string | {
|
16948
16948
|
[x: string]: any;
|
16949
|
-
type?: [string, ...string[]] | undefined;
|
16949
|
+
type?: string | [string, ...string[]] | undefined;
|
16950
16950
|
id?: string | undefined;
|
16951
16951
|
name?: string | undefined;
|
16952
16952
|
url?: string | undefined;
|
@@ -17055,7 +17055,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17055
17055
|
'@context': string[];
|
17056
17056
|
issuer: string | {
|
17057
17057
|
[x: string]: any;
|
17058
|
-
type?: [string, ...string[]] | undefined;
|
17058
|
+
type?: string | [string, ...string[]] | undefined;
|
17059
17059
|
id?: string | undefined;
|
17060
17060
|
name?: string | undefined;
|
17061
17061
|
url?: string | undefined;
|
@@ -17130,7 +17130,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17130
17130
|
achievementType?: string | undefined;
|
17131
17131
|
creator?: string | {
|
17132
17132
|
[x: string]: any;
|
17133
|
-
type?: [string, ...string[]] | undefined;
|
17133
|
+
type?: string | [string, ...string[]] | undefined;
|
17134
17134
|
id?: string | undefined;
|
17135
17135
|
name?: string | undefined;
|
17136
17136
|
url?: string | undefined;
|
@@ -17253,7 +17253,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17253
17253
|
role?: string | undefined;
|
17254
17254
|
source?: string | {
|
17255
17255
|
[x: string]: any;
|
17256
|
-
type?: [string, ...string[]] | undefined;
|
17256
|
+
type?: string | [string, ...string[]] | undefined;
|
17257
17257
|
id?: string | undefined;
|
17258
17258
|
name?: string | undefined;
|
17259
17259
|
url?: string | undefined;
|
@@ -17363,7 +17363,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17363
17363
|
'@context': string[];
|
17364
17364
|
issuer: string | {
|
17365
17365
|
[x: string]: any;
|
17366
|
-
type?: [string, ...string[]] | undefined;
|
17366
|
+
type?: string | [string, ...string[]] | undefined;
|
17367
17367
|
id?: string | undefined;
|
17368
17368
|
name?: string | undefined;
|
17369
17369
|
url?: string | undefined;
|
@@ -17438,7 +17438,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17438
17438
|
achievementType?: string | undefined;
|
17439
17439
|
creator?: string | {
|
17440
17440
|
[x: string]: any;
|
17441
|
-
type?: [string, ...string[]] | undefined;
|
17441
|
+
type?: string | [string, ...string[]] | undefined;
|
17442
17442
|
id?: string | undefined;
|
17443
17443
|
name?: string | undefined;
|
17444
17444
|
url?: string | undefined;
|
@@ -17561,7 +17561,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17561
17561
|
role?: string | undefined;
|
17562
17562
|
source?: string | {
|
17563
17563
|
[x: string]: any;
|
17564
|
-
type?: [string, ...string[]] | undefined;
|
17564
|
+
type?: string | [string, ...string[]] | undefined;
|
17565
17565
|
id?: string | undefined;
|
17566
17566
|
name?: string | undefined;
|
17567
17567
|
url?: string | undefined;
|
@@ -17655,7 +17655,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17655
17655
|
'@context': string[];
|
17656
17656
|
issuer: string | {
|
17657
17657
|
[x: string]: any;
|
17658
|
-
type?: [string, ...string[]] | undefined;
|
17658
|
+
type?: string | [string, ...string[]] | undefined;
|
17659
17659
|
id?: string | undefined;
|
17660
17660
|
name?: string | undefined;
|
17661
17661
|
url?: string | undefined;
|
@@ -17741,7 +17741,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17741
17741
|
'@context': string[];
|
17742
17742
|
issuer: string | {
|
17743
17743
|
[x: string]: any;
|
17744
|
-
type?: [string, ...string[]] | undefined;
|
17744
|
+
type?: string | [string, ...string[]] | undefined;
|
17745
17745
|
id?: string | undefined;
|
17746
17746
|
name?: string | undefined;
|
17747
17747
|
url?: string | undefined;
|
@@ -17850,7 +17850,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17850
17850
|
'@context': string[];
|
17851
17851
|
issuer: string | {
|
17852
17852
|
[x: string]: any;
|
17853
|
-
type?: [string, ...string[]] | undefined;
|
17853
|
+
type?: string | [string, ...string[]] | undefined;
|
17854
17854
|
id?: string | undefined;
|
17855
17855
|
name?: string | undefined;
|
17856
17856
|
url?: string | undefined;
|
@@ -17925,7 +17925,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
17925
17925
|
achievementType?: string | undefined;
|
17926
17926
|
creator?: string | {
|
17927
17927
|
[x: string]: any;
|
17928
|
-
type?: [string, ...string[]] | undefined;
|
17928
|
+
type?: string | [string, ...string[]] | undefined;
|
17929
17929
|
id?: string | undefined;
|
17930
17930
|
name?: string | undefined;
|
17931
17931
|
url?: string | undefined;
|
@@ -18048,7 +18048,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
18048
18048
|
role?: string | undefined;
|
18049
18049
|
source?: string | {
|
18050
18050
|
[x: string]: any;
|
18051
|
-
type?: [string, ...string[]] | undefined;
|
18051
|
+
type?: string | [string, ...string[]] | undefined;
|
18052
18052
|
id?: string | undefined;
|
18053
18053
|
name?: string | undefined;
|
18054
18054
|
url?: string | undefined;
|
@@ -18158,7 +18158,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
18158
18158
|
'@context': string[];
|
18159
18159
|
issuer: string | {
|
18160
18160
|
[x: string]: any;
|
18161
|
-
type?: [string, ...string[]] | undefined;
|
18161
|
+
type?: string | [string, ...string[]] | undefined;
|
18162
18162
|
id?: string | undefined;
|
18163
18163
|
name?: string | undefined;
|
18164
18164
|
url?: string | undefined;
|
@@ -18233,7 +18233,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
18233
18233
|
achievementType?: string | undefined;
|
18234
18234
|
creator?: string | {
|
18235
18235
|
[x: string]: any;
|
18236
|
-
type?: [string, ...string[]] | undefined;
|
18236
|
+
type?: string | [string, ...string[]] | undefined;
|
18237
18237
|
id?: string | undefined;
|
18238
18238
|
name?: string | undefined;
|
18239
18239
|
url?: string | undefined;
|
@@ -18356,7 +18356,7 @@ export declare const AchievementCredentialValidator: z.ZodObject<z.extendShape<z
|
|
18356
18356
|
role?: string | undefined;
|
18357
18357
|
source?: string | {
|
18358
18358
|
[x: string]: any;
|
18359
|
-
type?: [string, ...string[]] | undefined;
|
18359
|
+
type?: string | [string, ...string[]] | undefined;
|
18360
18360
|
id?: string | undefined;
|
18361
18361
|
name?: string | undefined;
|
18362
18362
|
url?: string | undefined;
|