@blackcode_sa/metaestetics-api 1.8.6 → 1.8.7
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/index.d.mts +1 -67
- package/dist/index.d.ts +1 -67
- package/dist/index.js +1329 -1363
- package/dist/index.mjs +1115 -1141
- package/package.json +1 -1
- package/src/admin/calendar/README.md +7 -0
- package/src/services/auth/index.ts +1 -1
- package/src/services/calendar/index.ts +0 -1
package/package.json
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Calendar Admin Services
|
|
2
|
+
|
|
3
|
+
This directory contains services related to calendar functionality that are intended to be used exclusively in a server-side (admin) environment. These services may contain sensitive logic, such as OAuth handling and direct API interactions with external providers like Google Calendar.
|
|
4
|
+
|
|
5
|
+
## Services
|
|
6
|
+
|
|
7
|
+
- `synced-calendars.service.ts`: Manages the synchronization of calendars with external providers. It should not be used on the client side.
|