@learncard/learn-cloud-plugin 1.1.25 → 1.1.26

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/helpers.d.ts CHANGED
@@ -5,4 +5,3 @@ export declare const generateJWE: (learnCard: LearnCloudDependentLearnCard, lear
5
5
  export declare const decryptJWE: <T>(learnCard: LearnCloudDependentLearnCard, jwe: JWE) => Promise<T>;
6
6
  export declare const generateEncryptedFieldsArray: (learnCard: LearnCloudDependentLearnCard, record: Record<string, any>, unencryptedFields?: string[]) => Promise<string[]>;
7
7
  export declare const generateEncryptedRecord: (learnCard: LearnCloudDependentLearnCard, record: Record<string, any>, unencryptedFields?: string[]) => Promise<EncryptedRecord>;
8
- //# sourceMappingURL=helpers.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from './types';
2
2
  export * from './plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -6965,7 +6965,6 @@ var require_types_cjs_development = __commonJS2({
6965
6965
  LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator2,
6966
6966
  PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator2,
6967
6967
  PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator2,
6968
- PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator2,
6969
6968
  PaginationOptionsValidator: () => PaginationOptionsValidator2,
6970
6969
  PaginationResponseValidator: () => PaginationResponseValidator2,
6971
6970
  ProfileValidator: () => ProfileValidator2,
@@ -10708,9 +10707,6 @@ var require_types_cjs_development = __commonJS2({
10708
10707
  isServiceProfile: mod2.boolean().default(false).optional(),
10709
10708
  notificationsWebhook: mod2.string().url().startsWith("https://").optional()
10710
10709
  });
10711
- var PaginatedLCNProfilesValidator2 = PaginationResponseValidator2.extend({
10712
- records: LCNProfileValidator2.array()
10713
- });
10714
10710
  var LCNProfileConnectionStatusEnum2 = mod2.enum([
10715
10711
  "CONNECTED",
10716
10712
  "PENDING_REQUEST_SENT",
@@ -14493,9 +14489,6 @@ var LCNProfileValidator = mod.object({
14493
14489
  isServiceProfile: mod.boolean().default(false).optional(),
14494
14490
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
14495
14491
  });
14496
- var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
14497
- records: LCNProfileValidator.array()
14498
- });
14499
14492
  var LCNProfileConnectionStatusEnum = mod.enum([
14500
14493
  "CONNECTED",
14501
14494
  "PENDING_REQUEST_SENT",