@uug-ai/models 1.4.13 → 1.4.15
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.
- package/dist/types.d.ts +0 -80
- 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;
|
|
@@ -17544,7 +17465,6 @@ export declare namespace api {
|
|
|
17544
17465
|
type CreateCustomAlertResponse = components['schemas']['api.CreateCustomAlertResponse'];
|
|
17545
17466
|
type CreateCustomAlertSuccessResponse = components['schemas']['api.CreateCustomAlertSuccessResponse'];
|
|
17546
17467
|
type CursorPagination = components['schemas']['api.CursorPagination'];
|
|
17547
|
-
type CustomAlertPatch = components['schemas']['api.CustomAlertPatch'];
|
|
17548
17468
|
type DebugResponse = components['schemas']['api.DebugResponse'];
|
|
17549
17469
|
type DeleteAccessTokenErrorResponse = components['schemas']['api.DeleteAccessTokenErrorResponse'];
|
|
17550
17470
|
type DeleteAccessTokenSuccessResponse = components['schemas']['api.DeleteAccessTokenSuccessResponse'];
|