@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.
package/dist/index.d.ts CHANGED
@@ -5,3 +5,4 @@ export * from './types';
5
5
  * @group Plugins
6
6
  */
7
7
  export declare const getLearnCardPlugin: (learnCard: LearnCard<any, any, LearnCardPluginDependentMethods>) => LearnCardPlugin;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,+BAA+B,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG3E,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,kBAAkB,cAChB,UAAU,GAAG,EAAE,GAAG,EAAE,+BAA+B,CAAC,KAChE,eAOD,CAAC"}
@@ -3716,6 +3716,9 @@ var LCNProfileValidator = mod.object({
3716
3716
  isServiceProfile: mod.boolean().default(false).optional(),
3717
3717
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
3718
3718
  });
3719
+ var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
3720
+ records: LCNProfileValidator.array()
3721
+ });
3719
3722
  var LCNProfileConnectionStatusEnum = mod.enum([
3720
3723
  "CONNECTED",
3721
3724
  "PENDING_REQUEST_SENT",