@learncard/network-plugin 2.5.22 → 2.5.23
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-plugin.cjs.development.js +9 -3
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +2 -2
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +9 -3
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
|
@@ -6403,6 +6403,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6403
6403
|
controller: z2.string(),
|
|
6404
6404
|
publicKeyJwk: JWKValidator2.optional(),
|
|
6405
6405
|
publicKeyBase58: z2.string().optional(),
|
|
6406
|
+
publicKeyMultibase: z2.string().optional(),
|
|
6406
6407
|
blockChainAccountId: z2.string().optional()
|
|
6407
6408
|
}).catchall(z2.any())
|
|
6408
6409
|
);
|
|
@@ -6711,7 +6712,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6711
6712
|
display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
|
|
6712
6713
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
6713
6714
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
6714
|
-
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
6715
|
+
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
6716
|
+
country: z2.string().optional().describe("Country for the profile.")
|
|
6715
6717
|
});
|
|
6716
6718
|
var LCNProfileQueryValidator2 = z2.object({
|
|
6717
6719
|
profileId: StringQuery2,
|
|
@@ -11558,6 +11560,7 @@ var VerificationMethodValidator = z.string().or(
|
|
|
11558
11560
|
controller: z.string(),
|
|
11559
11561
|
publicKeyJwk: JWKValidator.optional(),
|
|
11560
11562
|
publicKeyBase58: z.string().optional(),
|
|
11563
|
+
publicKeyMultibase: z.string().optional(),
|
|
11561
11564
|
blockChainAccountId: z.string().optional()
|
|
11562
11565
|
}).catchall(z.any())
|
|
11563
11566
|
);
|
|
@@ -11866,7 +11869,8 @@ var LCNProfileValidator = z.object({
|
|
|
11866
11869
|
display: LCNProfileDisplayValidator.optional().describe("Display settings for the profile."),
|
|
11867
11870
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
11868
11871
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
11869
|
-
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
11872
|
+
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
11873
|
+
country: z.string().optional().describe("Country for the profile.")
|
|
11870
11874
|
});
|
|
11871
11875
|
var LCNProfileQueryValidator = z.object({
|
|
11872
11876
|
profileId: StringQuery,
|
|
@@ -16784,6 +16788,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
16784
16788
|
controller: z2.string(),
|
|
16785
16789
|
publicKeyJwk: JWKValidator2.optional(),
|
|
16786
16790
|
publicKeyBase58: z2.string().optional(),
|
|
16791
|
+
publicKeyMultibase: z2.string().optional(),
|
|
16787
16792
|
blockChainAccountId: z2.string().optional()
|
|
16788
16793
|
}).catchall(z2.any())
|
|
16789
16794
|
);
|
|
@@ -17092,7 +17097,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17092
17097
|
display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
|
|
17093
17098
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
17094
17099
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
17095
|
-
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
17100
|
+
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
17101
|
+
country: z2.string().optional().describe("Country for the profile.")
|
|
17096
17102
|
});
|
|
17097
17103
|
var LCNProfileQueryValidator2 = z2.object({
|
|
17098
17104
|
profileId: StringQuery2,
|