@uug-ai/models 1.3.10 → 1.3.11

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 +152 -4
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -2889,6 +2889,123 @@ export interface paths {
2889
2889
  patch?: never;
2890
2890
  trace?: never;
2891
2891
  };
2892
+ "/internal/getdeviceserrorresponse": {
2893
+ parameters: {
2894
+ query?: never;
2895
+ header?: never;
2896
+ path?: never;
2897
+ cookie?: never;
2898
+ };
2899
+ /**
2900
+ * Get GetDevicesErrorResponse (schema generation only)
2901
+ * @description Internal endpoint used only to ensure GetDevicesErrorResponse schema is generated in OpenAPI spec
2902
+ */
2903
+ get: {
2904
+ parameters: {
2905
+ query?: never;
2906
+ header?: never;
2907
+ path?: never;
2908
+ cookie?: never;
2909
+ };
2910
+ requestBody?: never;
2911
+ responses: {
2912
+ /** @description OK */
2913
+ 200: {
2914
+ headers: {
2915
+ [name: string]: unknown;
2916
+ };
2917
+ content: {
2918
+ "application/json": components["schemas"]["api.GetDevicesErrorResponse"];
2919
+ };
2920
+ };
2921
+ };
2922
+ };
2923
+ put?: never;
2924
+ post?: never;
2925
+ delete?: never;
2926
+ options?: never;
2927
+ head?: never;
2928
+ patch?: never;
2929
+ trace?: never;
2930
+ };
2931
+ "/internal/getdevicesresponse": {
2932
+ parameters: {
2933
+ query?: never;
2934
+ header?: never;
2935
+ path?: never;
2936
+ cookie?: never;
2937
+ };
2938
+ /**
2939
+ * Get GetDevicesResponse (schema generation only)
2940
+ * @description Internal endpoint used only to ensure GetDevicesResponse schema is generated in OpenAPI spec
2941
+ */
2942
+ get: {
2943
+ parameters: {
2944
+ query?: never;
2945
+ header?: never;
2946
+ path?: never;
2947
+ cookie?: never;
2948
+ };
2949
+ requestBody?: never;
2950
+ responses: {
2951
+ /** @description OK */
2952
+ 200: {
2953
+ headers: {
2954
+ [name: string]: unknown;
2955
+ };
2956
+ content: {
2957
+ "application/json": components["schemas"]["api.GetDevicesResponse"];
2958
+ };
2959
+ };
2960
+ };
2961
+ };
2962
+ put?: never;
2963
+ post?: never;
2964
+ delete?: never;
2965
+ options?: never;
2966
+ head?: never;
2967
+ patch?: never;
2968
+ trace?: never;
2969
+ };
2970
+ "/internal/getdevicessuccessresponse": {
2971
+ parameters: {
2972
+ query?: never;
2973
+ header?: never;
2974
+ path?: never;
2975
+ cookie?: never;
2976
+ };
2977
+ /**
2978
+ * Get GetDevicesSuccessResponse (schema generation only)
2979
+ * @description Internal endpoint used only to ensure GetDevicesSuccessResponse schema is generated in OpenAPI spec
2980
+ */
2981
+ get: {
2982
+ parameters: {
2983
+ query?: never;
2984
+ header?: never;
2985
+ path?: never;
2986
+ cookie?: never;
2987
+ };
2988
+ requestBody?: never;
2989
+ responses: {
2990
+ /** @description OK */
2991
+ 200: {
2992
+ headers: {
2993
+ [name: string]: unknown;
2994
+ };
2995
+ content: {
2996
+ "application/json": components["schemas"]["api.GetDevicesSuccessResponse"];
2997
+ };
2998
+ };
2999
+ };
3000
+ };
3001
+ put?: never;
3002
+ post?: never;
3003
+ delete?: never;
3004
+ options?: never;
3005
+ head?: never;
3006
+ patch?: never;
3007
+ trace?: never;
3008
+ };
2892
3009
  "/internal/getgroupoptionserrorresponse": {
2893
3010
  parameters: {
2894
3011
  query?: never;
@@ -9788,6 +9905,34 @@ export interface components {
9788
9905
  /** @description Additional metadata about the response, such as timestamps and request IDs */
9789
9906
  metadata?: components["schemas"]["api.Metadata"];
9790
9907
  };
9908
+ "api.GetDevicesErrorResponse": {
9909
+ /** @description Application-specific error code */
9910
+ applicationStatusCode?: string;
9911
+ /** @description Entity-specific error code */
9912
+ entityStatusCode?: string;
9913
+ /** @description HTTP status code for the error */
9914
+ httpStatusCode?: number;
9915
+ /** @description Error message describing the issue */
9916
+ message?: string;
9917
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
9918
+ metadata?: components["schemas"]["api.Metadata"];
9919
+ };
9920
+ "api.GetDevicesResponse": {
9921
+ devices?: components["schemas"]["models.Device"][];
9922
+ };
9923
+ "api.GetDevicesSuccessResponse": {
9924
+ /** @description Application-specific status code */
9925
+ applicationStatusCode?: string;
9926
+ data?: components["schemas"]["api.GetDevicesResponse"];
9927
+ /** @description Entity-specific status code */
9928
+ entityStatusCode?: string;
9929
+ /** @description HTTP status code for the response */
9930
+ httpStatusCode?: number;
9931
+ /** @description Success message describing the operation */
9932
+ message?: string;
9933
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
9934
+ metadata?: components["schemas"]["api.Metadata"];
9935
+ };
9791
9936
  "api.GetGroupOptionsErrorResponse": {
9792
9937
  /** @description Application-specific error code */
9793
9938
  applicationStatusCode?: string;
@@ -10947,7 +11092,7 @@ export interface components {
10947
11092
  */
10948
11093
  key?: string;
10949
11094
  /** @description Latest Media information */
10950
- latestMedia?: string;
11095
+ latestMedia?: components["schemas"]["models.Media"];
10951
11096
  /** @description Timestamp of the latest media captured by the device (milliseconds since epoch) */
10952
11097
  latestMediaTimestamp?: number;
10953
11098
  lightSensorMetadata?: components["schemas"]["models.LightSensorMetadata"];
@@ -11542,6 +11687,8 @@ export interface components {
11542
11687
  analysis?: components["schemas"]["models.AnalysisWrapper"];
11543
11688
  /** @description Timestamp when the runtime metadata was cached. */
11544
11689
  cachedTimestamp?: number;
11690
+ /** @description Human-readable date and time of the media. */
11691
+ dateTime?: string;
11545
11692
  device?: components["schemas"]["models.Device"];
11546
11693
  durationFormatted?: string;
11547
11694
  redactionUrl?: string;
@@ -12065,9 +12212,7 @@ export interface components {
12065
12212
  y2?: number;
12066
12213
  };
12067
12214
  "models.User": {
12068
- activity?: {
12069
- [key: string]: unknown;
12070
- }[];
12215
+ activity?: components["schemas"]["models.Activity"][];
12071
12216
  amazon_access_key_id?: string;
12072
12217
  amazon_secret_access_key?: string;
12073
12218
  channels?: {
@@ -12298,6 +12443,9 @@ export declare namespace api {
12298
12443
  type GetDeviceOptionsRequest = components['schemas']['api.GetDeviceOptionsRequest'];
12299
12444
  type GetDeviceOptionsResponse = components['schemas']['api.GetDeviceOptionsResponse'];
12300
12445
  type GetDeviceOptionsSuccessResponse = components['schemas']['api.GetDeviceOptionsSuccessResponse'];
12446
+ type GetDevicesErrorResponse = components['schemas']['api.GetDevicesErrorResponse'];
12447
+ type GetDevicesResponse = components['schemas']['api.GetDevicesResponse'];
12448
+ type GetDevicesSuccessResponse = components['schemas']['api.GetDevicesSuccessResponse'];
12301
12449
  type GetGroupOptionsErrorResponse = components['schemas']['api.GetGroupOptionsErrorResponse'];
12302
12450
  type GetGroupOptionsRequest = components['schemas']['api.GetGroupOptionsRequest'];
12303
12451
  type GetGroupOptionsResponse = components['schemas']['api.GetGroupOptionsResponse'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",