@uug-ai/models 1.4.27 → 1.4.28

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 +148 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -4176,6 +4176,45 @@ export interface paths {
4176
4176
  patch?: never;
4177
4177
  trace?: never;
4178
4178
  };
4179
+ "/internal/getdeviceerrorresponse": {
4180
+ parameters: {
4181
+ query?: never;
4182
+ header?: never;
4183
+ path?: never;
4184
+ cookie?: never;
4185
+ };
4186
+ /**
4187
+ * Get GetDeviceErrorResponse (schema generation only)
4188
+ * @description Internal endpoint used only to ensure GetDeviceErrorResponse schema is generated in OpenAPI spec
4189
+ */
4190
+ get: {
4191
+ parameters: {
4192
+ query?: never;
4193
+ header?: never;
4194
+ path?: never;
4195
+ cookie?: never;
4196
+ };
4197
+ requestBody?: never;
4198
+ responses: {
4199
+ /** @description OK */
4200
+ 200: {
4201
+ headers: {
4202
+ [name: string]: unknown;
4203
+ };
4204
+ content: {
4205
+ "application/json": components["schemas"]["api.GetDeviceErrorResponse"];
4206
+ };
4207
+ };
4208
+ };
4209
+ };
4210
+ put?: never;
4211
+ post?: never;
4212
+ delete?: never;
4213
+ options?: never;
4214
+ head?: never;
4215
+ patch?: never;
4216
+ trace?: never;
4217
+ };
4179
4218
  "/internal/getdevicemediaerrorresponse": {
4180
4219
  parameters: {
4181
4220
  query?: never;
@@ -4449,6 +4488,45 @@ export interface paths {
4449
4488
  patch?: never;
4450
4489
  trace?: never;
4451
4490
  };
4491
+ "/internal/getdeviceresponse": {
4492
+ parameters: {
4493
+ query?: never;
4494
+ header?: never;
4495
+ path?: never;
4496
+ cookie?: never;
4497
+ };
4498
+ /**
4499
+ * Get GetDeviceResponse (schema generation only)
4500
+ * @description Internal endpoint used only to ensure GetDeviceResponse schema is generated in OpenAPI spec
4501
+ */
4502
+ get: {
4503
+ parameters: {
4504
+ query?: never;
4505
+ header?: never;
4506
+ path?: never;
4507
+ cookie?: never;
4508
+ };
4509
+ requestBody?: never;
4510
+ responses: {
4511
+ /** @description OK */
4512
+ 200: {
4513
+ headers: {
4514
+ [name: string]: unknown;
4515
+ };
4516
+ content: {
4517
+ "application/json": components["schemas"]["api.GetDeviceResponse"];
4518
+ };
4519
+ };
4520
+ };
4521
+ };
4522
+ put?: never;
4523
+ post?: never;
4524
+ delete?: never;
4525
+ options?: never;
4526
+ head?: never;
4527
+ patch?: never;
4528
+ trace?: never;
4529
+ };
4452
4530
  "/internal/getdeviceserrorresponse": {
4453
4531
  parameters: {
4454
4532
  query?: never;
@@ -4566,6 +4644,45 @@ export interface paths {
4566
4644
  patch?: never;
4567
4645
  trace?: never;
4568
4646
  };
4647
+ "/internal/getdevicesuccessresponse": {
4648
+ parameters: {
4649
+ query?: never;
4650
+ header?: never;
4651
+ path?: never;
4652
+ cookie?: never;
4653
+ };
4654
+ /**
4655
+ * Get GetDeviceSuccessResponse (schema generation only)
4656
+ * @description Internal endpoint used only to ensure GetDeviceSuccessResponse schema is generated in OpenAPI spec
4657
+ */
4658
+ get: {
4659
+ parameters: {
4660
+ query?: never;
4661
+ header?: never;
4662
+ path?: never;
4663
+ cookie?: never;
4664
+ };
4665
+ requestBody?: never;
4666
+ responses: {
4667
+ /** @description OK */
4668
+ 200: {
4669
+ headers: {
4670
+ [name: string]: unknown;
4671
+ };
4672
+ content: {
4673
+ "application/json": components["schemas"]["api.GetDeviceSuccessResponse"];
4674
+ };
4675
+ };
4676
+ };
4677
+ };
4678
+ put?: never;
4679
+ post?: never;
4680
+ delete?: never;
4681
+ options?: never;
4682
+ head?: never;
4683
+ patch?: never;
4684
+ trace?: never;
4685
+ };
4569
4686
  "/internal/getgroupoptionserrorresponse": {
4570
4687
  parameters: {
4571
4688
  query?: never;
@@ -14146,6 +14263,18 @@ export interface components {
14146
14263
  /** @description Additional metadata about the response, such as timestamps and request IDs */
14147
14264
  metadata?: components["schemas"]["api.Metadata"];
14148
14265
  };
14266
+ "api.GetDeviceErrorResponse": {
14267
+ /** @description Application-specific error code */
14268
+ applicationStatusCode?: string;
14269
+ /** @description Entity-specific error code */
14270
+ entityStatusCode?: string;
14271
+ /** @description HTTP status code for the error */
14272
+ httpStatusCode?: number;
14273
+ /** @description Error message describing the issue */
14274
+ message?: string;
14275
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
14276
+ metadata?: components["schemas"]["api.Metadata"];
14277
+ };
14149
14278
  "api.GetDeviceMediaErrorResponse": {
14150
14279
  /** @description Application-specific error code */
14151
14280
  applicationStatusCode?: string;
@@ -14206,6 +14335,22 @@ export interface components {
14206
14335
  /** @description Additional metadata about the response, such as timestamps and request IDs */
14207
14336
  metadata?: components["schemas"]["api.Metadata"];
14208
14337
  };
14338
+ "api.GetDeviceResponse": {
14339
+ device?: components["schemas"]["models.Device"];
14340
+ };
14341
+ "api.GetDeviceSuccessResponse": {
14342
+ /** @description Application-specific status code */
14343
+ applicationStatusCode?: string;
14344
+ data?: components["schemas"]["api.GetDeviceResponse"];
14345
+ /** @description Entity-specific status code */
14346
+ entityStatusCode?: string;
14347
+ /** @description HTTP status code for the response */
14348
+ httpStatusCode?: number;
14349
+ /** @description Success message describing the operation */
14350
+ message?: string;
14351
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
14352
+ metadata?: components["schemas"]["api.Metadata"];
14353
+ };
14209
14354
  "api.GetDevicesErrorResponse": {
14210
14355
  /** @description Application-specific error code */
14211
14356
  applicationStatusCode?: string;
@@ -17792,6 +17937,7 @@ export declare namespace api {
17792
17937
  type GetCustomAlertsErrorResponse = components['schemas']['api.GetCustomAlertsErrorResponse'];
17793
17938
  type GetCustomAlertsResponse = components['schemas']['api.GetCustomAlertsResponse'];
17794
17939
  type GetCustomAlertsSuccessResponse = components['schemas']['api.GetCustomAlertsSuccessResponse'];
17940
+ type GetDeviceErrorResponse = components['schemas']['api.GetDeviceErrorResponse'];
17795
17941
  type GetDeviceMediaErrorResponse = components['schemas']['api.GetDeviceMediaErrorResponse'];
17796
17942
  type GetDeviceMediaResponse = components['schemas']['api.GetDeviceMediaResponse'];
17797
17943
  type GetDeviceMediaSuccessResponse = components['schemas']['api.GetDeviceMediaSuccessResponse'];
@@ -17799,6 +17945,8 @@ export declare namespace api {
17799
17945
  type GetDeviceOptionsRequest = components['schemas']['api.GetDeviceOptionsRequest'];
17800
17946
  type GetDeviceOptionsResponse = components['schemas']['api.GetDeviceOptionsResponse'];
17801
17947
  type GetDeviceOptionsSuccessResponse = components['schemas']['api.GetDeviceOptionsSuccessResponse'];
17948
+ type GetDeviceResponse = components['schemas']['api.GetDeviceResponse'];
17949
+ type GetDeviceSuccessResponse = components['schemas']['api.GetDeviceSuccessResponse'];
17802
17950
  type GetDevicesErrorResponse = components['schemas']['api.GetDevicesErrorResponse'];
17803
17951
  type GetDevicesResponse = components['schemas']['api.GetDevicesResponse'];
17804
17952
  type GetDevicesSuccessResponse = components['schemas']['api.GetDevicesSuccessResponse'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",