@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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. 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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",