@learncard/learn-cloud-plugin 2.0.23 → 2.0.24
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/learn-cloud-plugin.cjs.development.js +4 -2
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +6 -6
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +4 -2
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +6 -6
|
@@ -11281,7 +11281,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11281
11281
|
var BoostRecipientValidator2 = mod2.object({
|
|
11282
11282
|
to: LCNProfileValidator2,
|
|
11283
11283
|
from: mod2.string(),
|
|
11284
|
-
received: mod2.string().optional()
|
|
11284
|
+
received: mod2.string().optional(),
|
|
11285
|
+
uri: mod2.string().optional()
|
|
11285
11286
|
});
|
|
11286
11287
|
var PaginatedBoostRecipientsValidator2 = PaginationResponseValidator2.extend({
|
|
11287
11288
|
records: BoostRecipientValidator2.array()
|
|
@@ -15317,7 +15318,8 @@ var PaginatedBoostsValidator = PaginationResponseValidator.extend({
|
|
|
15317
15318
|
var BoostRecipientValidator = mod.object({
|
|
15318
15319
|
to: LCNProfileValidator,
|
|
15319
15320
|
from: mod.string(),
|
|
15320
|
-
received: mod.string().optional()
|
|
15321
|
+
received: mod.string().optional(),
|
|
15322
|
+
uri: mod.string().optional()
|
|
15321
15323
|
});
|
|
15322
15324
|
var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
|
|
15323
15325
|
records: BoostRecipientValidator.array()
|