@learncard/network-plugin 2.5.19 → 2.5.20
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 +3 -0
- 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 +3 -0
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
|
@@ -6709,6 +6709,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6709
6709
|
type: z2.string().optional().describe('Profile type: e.g. "person", "organization", "service".'),
|
|
6710
6710
|
notificationsWebhook: z2.string().url().startsWith("http").optional().describe("URL to send notifications to."),
|
|
6711
6711
|
display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
|
|
6712
|
+
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
6712
6713
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
6713
6714
|
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
6714
6715
|
});
|
|
@@ -11859,6 +11860,7 @@ var LCNProfileValidator = z.object({
|
|
|
11859
11860
|
type: z.string().optional().describe('Profile type: e.g. "person", "organization", "service".'),
|
|
11860
11861
|
notificationsWebhook: z.string().url().startsWith("http").optional().describe("URL to send notifications to."),
|
|
11861
11862
|
display: LCNProfileDisplayValidator.optional().describe("Display settings for the profile."),
|
|
11863
|
+
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
11862
11864
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
11863
11865
|
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
11864
11866
|
});
|
|
@@ -17080,6 +17082,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17080
17082
|
type: z2.string().optional().describe('Profile type: e.g. "person", "organization", "service".'),
|
|
17081
17083
|
notificationsWebhook: z2.string().url().startsWith("http").optional().describe("URL to send notifications to."),
|
|
17082
17084
|
display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
|
|
17085
|
+
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
17083
17086
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
17084
17087
|
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
|
|
17085
17088
|
});
|