@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
|
@@ -6713,7 +6713,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6713
6713
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
6714
6714
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
6715
6715
|
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
6716
|
-
country: z2.string().optional().describe("Country for the profile.")
|
|
6716
|
+
country: z2.string().optional().describe("Country for the profile."),
|
|
6717
|
+
approved: z2.boolean().optional().describe("Approval status for the profile.")
|
|
6717
6718
|
});
|
|
6718
6719
|
var LCNProfileQueryValidator2 = z2.object({
|
|
6719
6720
|
profileId: StringQuery2,
|
|
@@ -11887,7 +11888,8 @@ var LCNProfileValidator = z.object({
|
|
|
11887
11888
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
11888
11889
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
11889
11890
|
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
11890
|
-
country: z.string().optional().describe("Country for the profile.")
|
|
11891
|
+
country: z.string().optional().describe("Country for the profile."),
|
|
11892
|
+
approved: z.boolean().optional().describe("Approval status for the profile.")
|
|
11891
11893
|
});
|
|
11892
11894
|
var LCNProfileQueryValidator = z.object({
|
|
11893
11895
|
profileId: StringQuery,
|
|
@@ -17115,7 +17117,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17115
17117
|
highlightedCredentials: z2.array(z2.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
17116
17118
|
role: z2.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
17117
17119
|
dob: z2.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
17118
|
-
country: z2.string().optional().describe("Country for the profile.")
|
|
17120
|
+
country: z2.string().optional().describe("Country for the profile."),
|
|
17121
|
+
approved: z2.boolean().optional().describe("Approval status for the profile.")
|
|
17119
17122
|
});
|
|
17120
17123
|
var LCNProfileQueryValidator2 = z2.object({
|
|
17121
17124
|
profileId: StringQuery2,
|