@learncard/network-plugin 2.6.0 → 2.6.2
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/lcn-plugin.cjs.development.js +6 -3
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +6 -3
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -6688,7 +6688,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6688
6688
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
6689
6689
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
6690
6690
|
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
6691
|
-
country: z2.string().optional().describe("Country for the profile.")
|
|
6691
|
+
country: z2.string().optional().describe("Country for the profile."),
|
|
6692
|
+
approved: z2.boolean().optional().describe("Approval status for the profile.")
|
|
6692
6693
|
});
|
|
6693
6694
|
var LCNProfileQueryValidator2 = z2.object({
|
|
6694
6695
|
profileId: StringQuery2,
|
|
@@ -11862,7 +11863,8 @@ var LCNProfileValidator = z.object({
|
|
|
11862
11863
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
11863
11864
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
11864
11865
|
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
11865
|
-
country: z.string().optional().describe("Country for the profile.")
|
|
11866
|
+
country: z.string().optional().describe("Country for the profile."),
|
|
11867
|
+
approved: z.boolean().optional().describe("Approval status for the profile.")
|
|
11866
11868
|
});
|
|
11867
11869
|
var LCNProfileQueryValidator = z.object({
|
|
11868
11870
|
profileId: StringQuery,
|
|
@@ -17090,7 +17092,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17090
17092
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
17091
17093
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
17092
17094
|
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
17093
|
-
country: z2.string().optional().describe("Country for the profile.")
|
|
17095
|
+
country: z2.string().optional().describe("Country for the profile."),
|
|
17096
|
+
approved: z2.boolean().optional().describe("Approval status for the profile.")
|
|
17094
17097
|
});
|
|
17095
17098
|
var LCNProfileQueryValidator2 = z2.object({
|
|
17096
17099
|
profileId: StringQuery2,
|