@uug-ai/models 1.4.32 → 1.4.33
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
|
@@ -19384,6 +19384,7 @@ export interface components {
|
|
|
19384
19384
|
short_link?: string;
|
|
19385
19385
|
sites?: string[];
|
|
19386
19386
|
user_id?: string;
|
|
19387
|
+
username?: string;
|
|
19387
19388
|
};
|
|
19388
19389
|
"models.Webhook": {
|
|
19389
19390
|
enabled?: boolean;
|