@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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/learn-cloud-plugin.cjs.development.js +0 -7
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +8 -8
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +0 -7
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/dist/plugin.d.ts +0 -1
- package/dist/test/index.test.d.ts +0 -1
- package/dist/test/mocks/sample-vcs.d.ts +0 -1
- package/dist/types.d.ts +0 -1
- package/package.json +7 -7
- package/dist/helpers.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/plugin.d.ts.map +0 -1
- package/dist/test/index.test.d.ts.map +0 -1
- package/dist/test/mocks/sample-vcs.d.ts.map +0 -1
- package/dist/types.d.ts.map +0 -1
|
@@ -6953,7 +6953,6 @@ var require_types_cjs_development = __commonJS2({
|
|
|
6953
6953
|
LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator2,
|
|
6954
6954
|
PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator2,
|
|
6955
6955
|
PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator2,
|
|
6956
|
-
PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator2,
|
|
6957
6956
|
PaginationOptionsValidator: () => PaginationOptionsValidator2,
|
|
6958
6957
|
PaginationResponseValidator: () => PaginationResponseValidator2,
|
|
6959
6958
|
ProfileValidator: () => ProfileValidator2,
|
|
@@ -10696,9 +10695,6 @@ var require_types_cjs_development = __commonJS2({
|
|
|
10696
10695
|
isServiceProfile: mod2.boolean().default(false).optional(),
|
|
10697
10696
|
notificationsWebhook: mod2.string().url().startsWith("https://").optional()
|
|
10698
10697
|
});
|
|
10699
|
-
var PaginatedLCNProfilesValidator2 = PaginationResponseValidator2.extend({
|
|
10700
|
-
records: LCNProfileValidator2.array()
|
|
10701
|
-
});
|
|
10702
10698
|
var LCNProfileConnectionStatusEnum2 = mod2.enum([
|
|
10703
10699
|
"CONNECTED",
|
|
10704
10700
|
"PENDING_REQUEST_SENT",
|
|
@@ -14481,9 +14477,6 @@ var LCNProfileValidator = mod.object({
|
|
|
14481
14477
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
14482
14478
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
|
14483
14479
|
});
|
|
14484
|
-
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
14485
|
-
records: LCNProfileValidator.array()
|
|
14486
|
-
});
|
|
14487
14480
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
14488
14481
|
"CONNECTED",
|
|
14489
14482
|
"PENDING_REQUEST_SENT",
|