academe-kit 0.10.0 → 0.10.1
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.
|
@@ -14672,6 +14672,9 @@ export interface components {
|
|
|
14672
14672
|
createdAt: string;
|
|
14673
14673
|
/** Format: date-time */
|
|
14674
14674
|
updatedAt: string;
|
|
14675
|
+
organization?: components["schemas"]["Organization"] | null;
|
|
14676
|
+
address?: components["schemas"]["Address"] | null;
|
|
14677
|
+
institutionReward?: Record<string, never> | null;
|
|
14675
14678
|
};
|
|
14676
14679
|
Organization: {
|
|
14677
14680
|
/** Format: uuid */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "academe-kit",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Official React SDK for Academe ecosystem - Authentication, protected routes, API services, and UI components for educational management applications",
|
|
6
6
|
"main": "dist/index.cjs",
|