@uug-ai/models 1.4.14 → 1.4.16

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 +4 -80
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -2148,45 +2148,6 @@ export interface paths {
2148
2148
  patch?: never;
2149
2149
  trace?: never;
2150
2150
  };
2151
- "/internal/customalertpatch": {
2152
- parameters: {
2153
- query?: never;
2154
- header?: never;
2155
- path?: never;
2156
- cookie?: never;
2157
- };
2158
- /**
2159
- * Get CustomAlertPatch (schema generation only)
2160
- * @description Internal endpoint used only to ensure CustomAlertPatch schema is generated in OpenAPI spec
2161
- */
2162
- get: {
2163
- parameters: {
2164
- query?: never;
2165
- header?: never;
2166
- path?: never;
2167
- cookie?: never;
2168
- };
2169
- requestBody?: never;
2170
- responses: {
2171
- /** @description OK */
2172
- 200: {
2173
- headers: {
2174
- [name: string]: unknown;
2175
- };
2176
- content: {
2177
- "application/json": components["schemas"]["api.CustomAlertPatch"];
2178
- };
2179
- };
2180
- };
2181
- };
2182
- put?: never;
2183
- post?: never;
2184
- delete?: never;
2185
- options?: never;
2186
- head?: never;
2187
- patch?: never;
2188
- trace?: never;
2189
- };
2190
2151
  "/internal/daterangeschedule": {
2191
2152
  parameters: {
2192
2153
  query?: never;
@@ -13718,46 +13679,6 @@ export interface components {
13718
13679
  prevCursor?: string;
13719
13680
  total?: number;
13720
13681
  };
13721
- "api.CustomAlertPatch": {
13722
- alexa_token?: string;
13723
- channelsAll?: boolean;
13724
- channelsList?: string[];
13725
- classificationAll?: boolean;
13726
- classificationList?: string[];
13727
- countingDevicesAll?: boolean;
13728
- countingDevicesList?: components["schemas"]["models.DeviceKey"][];
13729
- countingLines?: components["schemas"]["models.Region"][];
13730
- countingRegions?: components["schemas"]["models.Region"][];
13731
- description?: string;
13732
- devicesAll?: boolean;
13733
- devicesList?: components["schemas"]["models.DeviceKey"][];
13734
- email_email?: string;
13735
- enabled?: boolean;
13736
- ifttt_token?: string;
13737
- inputList?: string[];
13738
- inputsAND?: boolean;
13739
- motionRegions?: components["schemas"]["models.Region"][];
13740
- outputList?: string[];
13741
- pushbullet_apikey?: string;
13742
- pushover_apikey?: string;
13743
- pushover_sendto?: string;
13744
- slack_botname?: string;
13745
- slack_hook?: string;
13746
- sms_accountsid?: string;
13747
- sms_authtoken?: string;
13748
- sms_telfrom?: string;
13749
- sms_telto?: string;
13750
- telegram_channel?: string;
13751
- telegram_token?: string;
13752
- timeAdvanced?: boolean;
13753
- timeRange1Max?: number;
13754
- timeRange1Min?: number;
13755
- timeRange2Max?: number;
13756
- timeRange2Min?: number;
13757
- title?: string;
13758
- webhook_url?: string;
13759
- weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
13760
- };
13761
13682
  "api.DebugResponse": {
13762
13683
  /** @description Application-specific error code */
13763
13684
  applicationStatusCode?: string;
@@ -15622,6 +15543,10 @@ export interface components {
15622
15543
  version?: string;
15623
15544
  };
15624
15545
  "models.DeviceAtRuntimeMetadata": {
15546
+ /** @description Groups contains details about the groups that the device is linked to. */
15547
+ groups?: components["schemas"]["models.GroupOption"][];
15548
+ /** @description Sites contains details about the sites that the device is linked to. */
15549
+ sites?: components["schemas"]["models.SiteOption"][];
15625
15550
  /** @description Status is derived from the last seen timestamps and thresholds. */
15626
15551
  status?: string;
15627
15552
  };
@@ -17544,7 +17469,6 @@ export declare namespace api {
17544
17469
  type CreateCustomAlertResponse = components['schemas']['api.CreateCustomAlertResponse'];
17545
17470
  type CreateCustomAlertSuccessResponse = components['schemas']['api.CreateCustomAlertSuccessResponse'];
17546
17471
  type CursorPagination = components['schemas']['api.CursorPagination'];
17547
- type CustomAlertPatch = components['schemas']['api.CustomAlertPatch'];
17548
17472
  type DebugResponse = components['schemas']['api.DebugResponse'];
17549
17473
  type DeleteAccessTokenErrorResponse = components['schemas']['api.DeleteAccessTokenErrorResponse'];
17550
17474
  type DeleteAccessTokenSuccessResponse = components['schemas']['api.DeleteAccessTokenSuccessResponse'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.14",
3
+ "version": "1.4.16",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",