store-scrapper-js-common 1.0.95 → 1.0.99
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.
|
@@ -4,5 +4,14 @@ export declare enum TelegramQueueEnum {
|
|
|
4
4
|
TELEGRAM_ALERT_PUBLIC_2 = "telegram_alert_public_non_vip",
|
|
5
5
|
TELEGRAM_ALERT_PUBLIC_3 = "telegram_alert_public_non_vip_60",
|
|
6
6
|
TELEGRAM_ALERT_PUBLIC_4 = "telegram_alert_public_60",
|
|
7
|
-
|
|
7
|
+
TELEGRAM_STOCK_ALERT = "telegram_stock_alert",
|
|
8
|
+
TELEGRAM_STOCK_ALERT_PUBLIC = "telegram_stock_alert_public",
|
|
9
|
+
TELEGRAM_STOCK_DOWN_ALERT = "telegram_stock_down_alert",
|
|
10
|
+
TELEGRAM_STOCK_DOWN_ALERT_PUBLIC = "telegram_stock_down_alert_public",
|
|
11
|
+
TELEGRAM_CURRENT_PRICE_ALERT = "telegram_current_price_alert",
|
|
12
|
+
TELEGRAM_CURRENT_PRICE_ALERT_PUBLIC = "telegram_current_price_alert_public",
|
|
13
|
+
TELEGRAM_RETAIL_CUSTOM_ALERT = "telegram_retail_custom_alert",
|
|
14
|
+
TELEGRAM_RETAIL_CUSTOM_ALERT_PUBLIC = "telegram_retail_custom_alert_public",
|
|
15
|
+
TELEGRAM_LOW_RANGE_ALERT = "telegram_low_range_alert",
|
|
16
|
+
TELEGRAM_LOW_RANGE_ALERT_PUBLIC = "telegram_low_range_alert_public"
|
|
8
17
|
}
|
|
@@ -8,6 +8,15 @@ var TelegramQueueEnum;
|
|
|
8
8
|
TelegramQueueEnum["TELEGRAM_ALERT_PUBLIC_2"] = "telegram_alert_public_non_vip";
|
|
9
9
|
TelegramQueueEnum["TELEGRAM_ALERT_PUBLIC_3"] = "telegram_alert_public_non_vip_60";
|
|
10
10
|
TelegramQueueEnum["TELEGRAM_ALERT_PUBLIC_4"] = "telegram_alert_public_60";
|
|
11
|
+
TelegramQueueEnum["TELEGRAM_STOCK_ALERT"] = "telegram_stock_alert";
|
|
11
12
|
TelegramQueueEnum["TELEGRAM_STOCK_ALERT_PUBLIC"] = "telegram_stock_alert_public";
|
|
13
|
+
TelegramQueueEnum["TELEGRAM_STOCK_DOWN_ALERT"] = "telegram_stock_down_alert";
|
|
14
|
+
TelegramQueueEnum["TELEGRAM_STOCK_DOWN_ALERT_PUBLIC"] = "telegram_stock_down_alert_public";
|
|
15
|
+
TelegramQueueEnum["TELEGRAM_CURRENT_PRICE_ALERT"] = "telegram_current_price_alert";
|
|
16
|
+
TelegramQueueEnum["TELEGRAM_CURRENT_PRICE_ALERT_PUBLIC"] = "telegram_current_price_alert_public";
|
|
17
|
+
TelegramQueueEnum["TELEGRAM_RETAIL_CUSTOM_ALERT"] = "telegram_retail_custom_alert";
|
|
18
|
+
TelegramQueueEnum["TELEGRAM_RETAIL_CUSTOM_ALERT_PUBLIC"] = "telegram_retail_custom_alert_public";
|
|
19
|
+
TelegramQueueEnum["TELEGRAM_LOW_RANGE_ALERT"] = "telegram_low_range_alert";
|
|
20
|
+
TelegramQueueEnum["TELEGRAM_LOW_RANGE_ALERT_PUBLIC"] = "telegram_low_range_alert_public";
|
|
12
21
|
})(TelegramQueueEnum = exports.TelegramQueueEnum || (exports.TelegramQueueEnum = {}));
|
|
13
22
|
//# sourceMappingURL=telegram-queue.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"telegram-queue.enum.js","sourceRoot":"/","sources":["enums/telegram-queue.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"telegram-queue.enum.js","sourceRoot":"/","sources":["enums/telegram-queue.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAgBX;AAhBD,WAAY,iBAAiB;IAC3B,sDAAiC,CAAA;IACjC,sEAAiD,CAAA;IACjD,8EAAyD,CAAA;IACzD,iFAA4D,CAAA;IAC5D,yEAAoD,CAAA;IACpD,kEAA6C,CAAA;IAC7C,gFAA2D,CAAA;IAC3D,4EAAuD,CAAA;IACvD,0FAAqE,CAAA;IACrE,kFAA6D,CAAA;IAC7D,gGAA2E,CAAA;IAC3E,kFAA6D,CAAA;IAC7D,gGAA2E,CAAA;IAC3E,0EAAqD,CAAA;IACrD,wFAAmE,CAAA;AACrE,CAAC,EAhBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAgB5B","sourcesContent":["export enum TelegramQueueEnum {\n TELEGRAM_ALERT = 'telegram_alert',\n TELEGRAM_ALERT_PUBLIC_1 = 'telegram_alert_public',\n TELEGRAM_ALERT_PUBLIC_2 = 'telegram_alert_public_non_vip',\n TELEGRAM_ALERT_PUBLIC_3 = 'telegram_alert_public_non_vip_60',\n TELEGRAM_ALERT_PUBLIC_4 = 'telegram_alert_public_60',\n TELEGRAM_STOCK_ALERT = 'telegram_stock_alert',\n TELEGRAM_STOCK_ALERT_PUBLIC = 'telegram_stock_alert_public',\n TELEGRAM_STOCK_DOWN_ALERT = 'telegram_stock_down_alert',\n TELEGRAM_STOCK_DOWN_ALERT_PUBLIC = 'telegram_stock_down_alert_public',\n TELEGRAM_CURRENT_PRICE_ALERT = 'telegram_current_price_alert',\n TELEGRAM_CURRENT_PRICE_ALERT_PUBLIC = 'telegram_current_price_alert_public',\n TELEGRAM_RETAIL_CUSTOM_ALERT = 'telegram_retail_custom_alert',\n TELEGRAM_RETAIL_CUSTOM_ALERT_PUBLIC = 'telegram_retail_custom_alert_public',\n TELEGRAM_LOW_RANGE_ALERT = 'telegram_low_range_alert',\n TELEGRAM_LOW_RANGE_ALERT_PUBLIC = 'telegram_low_range_alert_public',\n}\n"]}
|
package/package.json
CHANGED
|
@@ -4,5 +4,14 @@ export enum TelegramQueueEnum {
|
|
|
4
4
|
TELEGRAM_ALERT_PUBLIC_2 = 'telegram_alert_public_non_vip',
|
|
5
5
|
TELEGRAM_ALERT_PUBLIC_3 = 'telegram_alert_public_non_vip_60',
|
|
6
6
|
TELEGRAM_ALERT_PUBLIC_4 = 'telegram_alert_public_60',
|
|
7
|
+
TELEGRAM_STOCK_ALERT = 'telegram_stock_alert',
|
|
7
8
|
TELEGRAM_STOCK_ALERT_PUBLIC = 'telegram_stock_alert_public',
|
|
9
|
+
TELEGRAM_STOCK_DOWN_ALERT = 'telegram_stock_down_alert',
|
|
10
|
+
TELEGRAM_STOCK_DOWN_ALERT_PUBLIC = 'telegram_stock_down_alert_public',
|
|
11
|
+
TELEGRAM_CURRENT_PRICE_ALERT = 'telegram_current_price_alert',
|
|
12
|
+
TELEGRAM_CURRENT_PRICE_ALERT_PUBLIC = 'telegram_current_price_alert_public',
|
|
13
|
+
TELEGRAM_RETAIL_CUSTOM_ALERT = 'telegram_retail_custom_alert',
|
|
14
|
+
TELEGRAM_RETAIL_CUSTOM_ALERT_PUBLIC = 'telegram_retail_custom_alert_public',
|
|
15
|
+
TELEGRAM_LOW_RANGE_ALERT = 'telegram_low_range_alert',
|
|
16
|
+
TELEGRAM_LOW_RANGE_ALERT_PUBLIC = 'telegram_low_range_alert_public',
|
|
8
17
|
}
|