@uug-ai/models 1.4.35 → 1.4.36

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 +243 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -3513,6 +3513,45 @@ export interface paths {
3513
3513
  patch?: never;
3514
3514
  trace?: never;
3515
3515
  };
3516
+ "/internal/devicepatch": {
3517
+ parameters: {
3518
+ query?: never;
3519
+ header?: never;
3520
+ path?: never;
3521
+ cookie?: never;
3522
+ };
3523
+ /**
3524
+ * Get DevicePatch (schema generation only)
3525
+ * @description Internal endpoint used only to ensure DevicePatch schema is generated in OpenAPI spec
3526
+ */
3527
+ get: {
3528
+ parameters: {
3529
+ query?: never;
3530
+ header?: never;
3531
+ path?: never;
3532
+ cookie?: never;
3533
+ };
3534
+ requestBody?: never;
3535
+ responses: {
3536
+ /** @description OK */
3537
+ 200: {
3538
+ headers: {
3539
+ [name: string]: unknown;
3540
+ };
3541
+ content: {
3542
+ "application/json": components["schemas"]["models.DevicePatch"];
3543
+ };
3544
+ };
3545
+ };
3546
+ };
3547
+ put?: never;
3548
+ post?: never;
3549
+ delete?: never;
3550
+ options?: never;
3551
+ head?: never;
3552
+ patch?: never;
3553
+ trace?: never;
3554
+ };
3516
3555
  "/internal/deviceplacement": {
3517
3556
  parameters: {
3518
3557
  query?: never;
@@ -14004,6 +14043,162 @@ export interface paths {
14004
14043
  patch?: never;
14005
14044
  trace?: never;
14006
14045
  };
14046
+ "/internal/updatedeviceerrorresponse": {
14047
+ parameters: {
14048
+ query?: never;
14049
+ header?: never;
14050
+ path?: never;
14051
+ cookie?: never;
14052
+ };
14053
+ /**
14054
+ * Get UpdateDeviceErrorResponse (schema generation only)
14055
+ * @description Internal endpoint used only to ensure UpdateDeviceErrorResponse schema is generated in OpenAPI spec
14056
+ */
14057
+ get: {
14058
+ parameters: {
14059
+ query?: never;
14060
+ header?: never;
14061
+ path?: never;
14062
+ cookie?: never;
14063
+ };
14064
+ requestBody?: never;
14065
+ responses: {
14066
+ /** @description OK */
14067
+ 200: {
14068
+ headers: {
14069
+ [name: string]: unknown;
14070
+ };
14071
+ content: {
14072
+ "application/json": components["schemas"]["api.UpdateDeviceErrorResponse"];
14073
+ };
14074
+ };
14075
+ };
14076
+ };
14077
+ put?: never;
14078
+ post?: never;
14079
+ delete?: never;
14080
+ options?: never;
14081
+ head?: never;
14082
+ patch?: never;
14083
+ trace?: never;
14084
+ };
14085
+ "/internal/updatedevicerequest": {
14086
+ parameters: {
14087
+ query?: never;
14088
+ header?: never;
14089
+ path?: never;
14090
+ cookie?: never;
14091
+ };
14092
+ /**
14093
+ * Get UpdateDeviceRequest (schema generation only)
14094
+ * @description Internal endpoint used only to ensure UpdateDeviceRequest schema is generated in OpenAPI spec
14095
+ */
14096
+ get: {
14097
+ parameters: {
14098
+ query?: never;
14099
+ header?: never;
14100
+ path?: never;
14101
+ cookie?: never;
14102
+ };
14103
+ requestBody?: never;
14104
+ responses: {
14105
+ /** @description OK */
14106
+ 200: {
14107
+ headers: {
14108
+ [name: string]: unknown;
14109
+ };
14110
+ content: {
14111
+ "application/json": components["schemas"]["api.UpdateDeviceRequest"];
14112
+ };
14113
+ };
14114
+ };
14115
+ };
14116
+ put?: never;
14117
+ post?: never;
14118
+ delete?: never;
14119
+ options?: never;
14120
+ head?: never;
14121
+ patch?: never;
14122
+ trace?: never;
14123
+ };
14124
+ "/internal/updatedeviceresponse": {
14125
+ parameters: {
14126
+ query?: never;
14127
+ header?: never;
14128
+ path?: never;
14129
+ cookie?: never;
14130
+ };
14131
+ /**
14132
+ * Get UpdateDeviceResponse (schema generation only)
14133
+ * @description Internal endpoint used only to ensure UpdateDeviceResponse schema is generated in OpenAPI spec
14134
+ */
14135
+ get: {
14136
+ parameters: {
14137
+ query?: never;
14138
+ header?: never;
14139
+ path?: never;
14140
+ cookie?: never;
14141
+ };
14142
+ requestBody?: never;
14143
+ responses: {
14144
+ /** @description OK */
14145
+ 200: {
14146
+ headers: {
14147
+ [name: string]: unknown;
14148
+ };
14149
+ content: {
14150
+ "application/json": components["schemas"]["api.UpdateDeviceResponse"];
14151
+ };
14152
+ };
14153
+ };
14154
+ };
14155
+ put?: never;
14156
+ post?: never;
14157
+ delete?: never;
14158
+ options?: never;
14159
+ head?: never;
14160
+ patch?: never;
14161
+ trace?: never;
14162
+ };
14163
+ "/internal/updatedevicesuccessresponse": {
14164
+ parameters: {
14165
+ query?: never;
14166
+ header?: never;
14167
+ path?: never;
14168
+ cookie?: never;
14169
+ };
14170
+ /**
14171
+ * Get UpdateDeviceSuccessResponse (schema generation only)
14172
+ * @description Internal endpoint used only to ensure UpdateDeviceSuccessResponse schema is generated in OpenAPI spec
14173
+ */
14174
+ get: {
14175
+ parameters: {
14176
+ query?: never;
14177
+ header?: never;
14178
+ path?: never;
14179
+ cookie?: never;
14180
+ };
14181
+ requestBody?: never;
14182
+ responses: {
14183
+ /** @description OK */
14184
+ 200: {
14185
+ headers: {
14186
+ [name: string]: unknown;
14187
+ };
14188
+ content: {
14189
+ "application/json": components["schemas"]["api.UpdateDeviceSuccessResponse"];
14190
+ };
14191
+ };
14192
+ };
14193
+ };
14194
+ put?: never;
14195
+ post?: never;
14196
+ delete?: never;
14197
+ options?: never;
14198
+ head?: never;
14199
+ patch?: never;
14200
+ trace?: never;
14201
+ };
14007
14202
  "/internal/updatemediaerrorresponse": {
14008
14203
  parameters: {
14009
14204
  query?: never;
@@ -16836,6 +17031,37 @@ export interface components {
16836
17031
  /** @description Additional metadata about the response, such as timestamps and request IDs */
16837
17032
  metadata?: components["schemas"]["api.Metadata"];
16838
17033
  };
17034
+ "api.UpdateDeviceErrorResponse": {
17035
+ /** @description Application-specific error code */
17036
+ applicationStatusCode?: string;
17037
+ /** @description Entity-specific error code */
17038
+ entityStatusCode?: string;
17039
+ /** @description HTTP status code for the error */
17040
+ httpStatusCode?: number;
17041
+ /** @description Error message describing the issue */
17042
+ message?: string;
17043
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
17044
+ metadata?: components["schemas"]["api.Metadata"];
17045
+ };
17046
+ "api.UpdateDeviceRequest": {
17047
+ devicePatch?: components["schemas"]["models.DevicePatch"];
17048
+ };
17049
+ "api.UpdateDeviceResponse": {
17050
+ device?: components["schemas"]["models.Device"];
17051
+ };
17052
+ "api.UpdateDeviceSuccessResponse": {
17053
+ /** @description Application-specific status code */
17054
+ applicationStatusCode?: string;
17055
+ data?: components["schemas"]["api.UpdateDeviceResponse"];
17056
+ /** @description Entity-specific status code */
17057
+ entityStatusCode?: string;
17058
+ /** @description HTTP status code for the response */
17059
+ httpStatusCode?: number;
17060
+ /** @description Success message describing the operation */
17061
+ message?: string;
17062
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
17063
+ metadata?: components["schemas"]["api.Metadata"];
17064
+ };
16839
17065
  "api.UpdateMediaErrorResponse": {
16840
17066
  /** @description Application-specific error code */
16841
17067
  applicationStatusCode?: string;
@@ -17642,6 +17868,18 @@ export interface components {
17642
17868
  text?: string;
17643
17869
  value?: string;
17644
17870
  };
17871
+ "models.DevicePatch": {
17872
+ brand?: string;
17873
+ color?: string;
17874
+ description?: string;
17875
+ featurePermissions?: components["schemas"]["models.DeviceFeaturePermissions"];
17876
+ fieldOfView?: number;
17877
+ installationDate?: string;
17878
+ lastMaintenance?: string;
17879
+ model?: string;
17880
+ name?: string;
17881
+ onFloorPlans?: string[];
17882
+ };
17645
17883
  "models.DevicePlacement": {
17646
17884
  /** @description Audit information */
17647
17885
  audit?: components["schemas"]["models.Audit"];
@@ -19473,6 +19711,7 @@ export declare namespace models {
19473
19711
  type DeviceKey = components['schemas']['models.DeviceKey'];
19474
19712
  type DeviceMetadata = components['schemas']['models.DeviceMetadata'];
19475
19713
  type DeviceOption = components['schemas']['models.DeviceOption'];
19714
+ type DevicePatch = components['schemas']['models.DevicePatch'];
19476
19715
  type DevicePlacement = components['schemas']['models.DevicePlacement'];
19477
19716
  type Devices = components['schemas']['models.Devices'];
19478
19717
  type DominantColor = components['schemas']['models.DominantColor'];
@@ -19775,6 +20014,10 @@ export declare namespace api {
19775
20014
  type UpdateCustomAlertRequest = components['schemas']['api.UpdateCustomAlertRequest'];
19776
20015
  type UpdateCustomAlertResponse = components['schemas']['api.UpdateCustomAlertResponse'];
19777
20016
  type UpdateCustomAlertSuccessResponse = components['schemas']['api.UpdateCustomAlertSuccessResponse'];
20017
+ type UpdateDeviceErrorResponse = components['schemas']['api.UpdateDeviceErrorResponse'];
20018
+ type UpdateDeviceRequest = components['schemas']['api.UpdateDeviceRequest'];
20019
+ type UpdateDeviceResponse = components['schemas']['api.UpdateDeviceResponse'];
20020
+ type UpdateDeviceSuccessResponse = components['schemas']['api.UpdateDeviceSuccessResponse'];
19778
20021
  type UpdateMediaErrorResponse = components['schemas']['api.UpdateMediaErrorResponse'];
19779
20022
  type UpdateMediaRequest = components['schemas']['api.UpdateMediaRequest'];
19780
20023
  type UpdateMediaResponse = components['schemas']['api.UpdateMediaResponse'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.35",
3
+ "version": "1.4.36",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",