@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
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -6378,6 +6378,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6378
6378
|
controller: z2.string(),
|
|
6379
6379
|
publicKeyJwk: JWKValidator2.optional(),
|
|
6380
6380
|
publicKeyBase58: z2.string().optional(),
|
|
6381
|
+
publicKeyMultibase: z2.string().optional(),
|
|
6381
6382
|
blockChainAccountId: z2.string().optional()
|
|
6382
6383
|
}).catchall(z2.any())
|
|
6383
6384
|
);
|
|
@@ -6686,7 +6687,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6686
6687
|
display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
|
|
6687
6688
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
6688
6689
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
6689
|
-
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
6690
|
+
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
6691
|
+
country: z2.string().optional().describe("Country for the profile.")
|
|
6690
6692
|
});
|
|
6691
6693
|
var LCNProfileQueryValidator2 = z2.object({
|
|
6692
6694
|
profileId: StringQuery2,
|
|
@@ -11533,6 +11535,7 @@ var VerificationMethodValidator = z.string().or(
|
|
|
11533
11535
|
controller: z.string(),
|
|
11534
11536
|
publicKeyJwk: JWKValidator.optional(),
|
|
11535
11537
|
publicKeyBase58: z.string().optional(),
|
|
11538
|
+
publicKeyMultibase: z.string().optional(),
|
|
11536
11539
|
blockChainAccountId: z.string().optional()
|
|
11537
11540
|
}).catchall(z.any())
|
|
11538
11541
|
);
|
|
@@ -11841,7 +11844,8 @@ var LCNProfileValidator = z.object({
|
|
|
11841
11844
|
display: LCNProfileDisplayValidator.optional().describe("Display settings for the profile."),
|
|
11842
11845
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
11843
11846
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
11844
|
-
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
11847
|
+
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
11848
|
+
country: z.string().optional().describe("Country for the profile.")
|
|
11845
11849
|
});
|
|
11846
11850
|
var LCNProfileQueryValidator = z.object({
|
|
11847
11851
|
profileId: StringQuery,
|
|
@@ -16759,6 +16763,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
16759
16763
|
controller: z2.string(),
|
|
16760
16764
|
publicKeyJwk: JWKValidator2.optional(),
|
|
16761
16765
|
publicKeyBase58: z2.string().optional(),
|
|
16766
|
+
publicKeyMultibase: z2.string().optional(),
|
|
16762
16767
|
blockChainAccountId: z2.string().optional()
|
|
16763
16768
|
}).catchall(z2.any())
|
|
16764
16769
|
);
|
|
@@ -17067,7 +17072,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17067
17072
|
display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
|
|
17068
17073
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
17069
17074
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
17070
|
-
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
17075
|
+
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
17076
|
+
country: z2.string().optional().describe("Country for the profile.")
|
|
17071
17077
|
});
|
|
17072
17078
|
var LCNProfileQueryValidator2 = z2.object({
|
|
17073
17079
|
profileId: StringQuery2,
|