@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.
@@ -6684,6 +6684,7 @@ var require_helpers_cjs_development = __commonJS({
6684
6684
  type: z2.string().optional().describe('Profile type: e.g. "person", "organization", "service".'),
6685
6685
  notificationsWebhook: z2.string().url().startsWith("http").optional().describe("URL to send notifications to."),
6686
6686
  display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
6687
+ highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
6687
6688
  role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
6688
6689
  dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
6689
6690
  });
@@ -11834,6 +11835,7 @@ var LCNProfileValidator = z.object({
11834
11835
  type: z.string().optional().describe('Profile type: e.g. "person", "organization", "service".'),
11835
11836
  notificationsWebhook: z.string().url().startsWith("http").optional().describe("URL to send notifications to."),
11836
11837
  display: LCNProfileDisplayValidator.optional().describe("Display settings for the profile."),
11838
+ highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
11837
11839
  role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
11838
11840
  dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
11839
11841
  });
@@ -17055,6 +17057,7 @@ var require_types_cjs_development = __commonJS2({
17055
17057
  type: z2.string().optional().describe('Profile type: e.g. "person", "organization", "service".'),
17056
17058
  notificationsWebhook: z2.string().url().startsWith("http").optional().describe("URL to send notifications to."),
17057
17059
  display: LCNProfileDisplayValidator2.optional().describe("Display settings for the profile."),
17060
+ highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
17058
17061
  role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
17059
17062
  dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".')
17060
17063
  });