@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
|
@@ -11268,7 +11268,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11268
11268
|
var BoostRecipientValidator2 = mod2.object({
|
|
11269
11269
|
to: LCNProfileValidator2,
|
|
11270
11270
|
from: mod2.string(),
|
|
11271
|
-
received: mod2.string().optional()
|
|
11271
|
+
received: mod2.string().optional(),
|
|
11272
|
+
uri: mod2.string().optional()
|
|
11272
11273
|
});
|
|
11273
11274
|
var PaginatedBoostRecipientsValidator2 = PaginationResponseValidator2.extend({
|
|
11274
11275
|
records: BoostRecipientValidator2.array()
|
|
@@ -15304,7 +15305,8 @@ var PaginatedBoostsValidator = PaginationResponseValidator.extend({
|
|
|
15304
15305
|
var BoostRecipientValidator = mod.object({
|
|
15305
15306
|
to: LCNProfileValidator,
|
|
15306
15307
|
from: mod.string(),
|
|
15307
|
-
received: mod.string().optional()
|
|
15308
|
+
received: mod.string().optional(),
|
|
15309
|
+
uri: mod.string().optional()
|
|
15308
15310
|
});
|
|
15309
15311
|
var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
|
|
15310
15312
|
records: BoostRecipientValidator.array()
|