@uug-ai/models 1.7.8 → 1.7.9
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 +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -31074,7 +31074,9 @@ export interface components {
|
|
|
31074
31074
|
organisationId?: string;
|
|
31075
31075
|
};
|
|
31076
31076
|
"api.SetCurrentOrganisationResponse": {
|
|
31077
|
+
expire?: string;
|
|
31077
31078
|
organisation?: components["schemas"]["models.Organisation"];
|
|
31079
|
+
token?: string;
|
|
31078
31080
|
};
|
|
31079
31081
|
"api.SetCurrentOrganisationSuccessResponse": {
|
|
31080
31082
|
/** @description Application-specific status code */
|