@learncard/learn-card-plugin 1.1.3 → 1.1.4

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.
@@ -3693,6 +3693,9 @@ var LCNProfileValidator = mod.object({
3693
3693
  isServiceProfile: mod.boolean().default(false).optional(),
3694
3694
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
3695
3695
  });
3696
+ var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
3697
+ records: LCNProfileValidator.array()
3698
+ });
3696
3699
  var LCNProfileConnectionStatusEnum = mod.enum([
3697
3700
  "CONNECTED",
3698
3701
  "PENDING_REQUEST_SENT",