@uug-ai/models 1.5.2 → 1.5.3
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/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -30381,6 +30381,7 @@ export interface components {
|
|
|
30381
30381
|
sites?: string[];
|
|
30382
30382
|
user_id?: string;
|
|
30383
30383
|
username?: string;
|
|
30384
|
+
weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
|
|
30384
30385
|
};
|
|
30385
30386
|
"models.Webhook": {
|
|
30386
30387
|
enabled?: boolean;
|