store-scrapper-js-common 1.0.109 → 1.0.110

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.
@@ -23,5 +23,15 @@ export declare enum TelegramQueueEnum {
23
23
  TELEGRAM_RESELLER_7 = "telegram_reseller_7",
24
24
  TELEGRAM_RESELLER_8 = "telegram_reseller_8",
25
25
  TELEGRAM_RESELLER_9 = "telegram_reseller_9",
26
- TELEGRAM_RESELLER_10 = "telegram_reseller_10"
26
+ TELEGRAM_RESELLER_10 = "telegram_reseller_10",
27
+ TELEGRAM_RESELLER_11 = "telegram_reseller_11",
28
+ TELEGRAM_RESELLER_12 = "telegram_reseller_12",
29
+ TELEGRAM_RESELLER_13 = "telegram_reseller_13",
30
+ TELEGRAM_RESELLER_14 = "telegram_reseller_14",
31
+ TELEGRAM_RESELLER_15 = "telegram_reseller_15",
32
+ TELEGRAM_RESELLER_16 = "telegram_reseller_16",
33
+ TELEGRAM_RESELLER_17 = "telegram_reseller_17",
34
+ TELEGRAM_RESELLER_18 = "telegram_reseller_18",
35
+ TELEGRAM_RESELLER_19 = "telegram_reseller_19",
36
+ TELEGRAM_RESELLER_20 = "telegram_reseller_20"
27
37
  }
@@ -28,5 +28,15 @@ var TelegramQueueEnum;
28
28
  TelegramQueueEnum["TELEGRAM_RESELLER_8"] = "telegram_reseller_8";
29
29
  TelegramQueueEnum["TELEGRAM_RESELLER_9"] = "telegram_reseller_9";
30
30
  TelegramQueueEnum["TELEGRAM_RESELLER_10"] = "telegram_reseller_10";
31
+ TelegramQueueEnum["TELEGRAM_RESELLER_11"] = "telegram_reseller_11";
32
+ TelegramQueueEnum["TELEGRAM_RESELLER_12"] = "telegram_reseller_12";
33
+ TelegramQueueEnum["TELEGRAM_RESELLER_13"] = "telegram_reseller_13";
34
+ TelegramQueueEnum["TELEGRAM_RESELLER_14"] = "telegram_reseller_14";
35
+ TelegramQueueEnum["TELEGRAM_RESELLER_15"] = "telegram_reseller_15";
36
+ TelegramQueueEnum["TELEGRAM_RESELLER_16"] = "telegram_reseller_16";
37
+ TelegramQueueEnum["TELEGRAM_RESELLER_17"] = "telegram_reseller_17";
38
+ TelegramQueueEnum["TELEGRAM_RESELLER_18"] = "telegram_reseller_18";
39
+ TelegramQueueEnum["TELEGRAM_RESELLER_19"] = "telegram_reseller_19";
40
+ TelegramQueueEnum["TELEGRAM_RESELLER_20"] = "telegram_reseller_20";
31
41
  })(TelegramQueueEnum = exports.TelegramQueueEnum || (exports.TelegramQueueEnum = {}));
32
42
  //# 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,iBA2BX;AA3BD,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;IAEnE,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,kEAA6C,CAAA;AAC/C,CAAC,EA3BW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA2B5B","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 TELEGRAM_RESELLER_1 = 'telegram_reseller_1',\n TELEGRAM_RESELLER_2 = 'telegram_reseller_2',\n TELEGRAM_RESELLER_3 = 'telegram_reseller_3',\n TELEGRAM_RESELLER_4 = 'telegram_reseller_4',\n TELEGRAM_RESELLER_5 = 'telegram_reseller_5',\n TELEGRAM_RESELLER_6 = 'telegram_reseller_6',\n TELEGRAM_RESELLER_7 = 'telegram_reseller_7',\n TELEGRAM_RESELLER_8 = 'telegram_reseller_8',\n TELEGRAM_RESELLER_9 = 'telegram_reseller_9',\n TELEGRAM_RESELLER_10 = 'telegram_reseller_10',\n}\n"]}
1
+ {"version":3,"file":"telegram-queue.enum.js","sourceRoot":"/","sources":["enums/telegram-queue.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAqCX;AArCD,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;IAEnE,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,gEAA2C,CAAA;IAC3C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;AAC/C,CAAC,EArCW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAqC5B","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 TELEGRAM_RESELLER_1 = 'telegram_reseller_1',\n TELEGRAM_RESELLER_2 = 'telegram_reseller_2',\n TELEGRAM_RESELLER_3 = 'telegram_reseller_3',\n TELEGRAM_RESELLER_4 = 'telegram_reseller_4',\n TELEGRAM_RESELLER_5 = 'telegram_reseller_5',\n TELEGRAM_RESELLER_6 = 'telegram_reseller_6',\n TELEGRAM_RESELLER_7 = 'telegram_reseller_7',\n TELEGRAM_RESELLER_8 = 'telegram_reseller_8',\n TELEGRAM_RESELLER_9 = 'telegram_reseller_9',\n TELEGRAM_RESELLER_10 = 'telegram_reseller_10',\n TELEGRAM_RESELLER_11 = 'telegram_reseller_11',\n TELEGRAM_RESELLER_12 = 'telegram_reseller_12',\n TELEGRAM_RESELLER_13 = 'telegram_reseller_13',\n TELEGRAM_RESELLER_14 = 'telegram_reseller_14',\n TELEGRAM_RESELLER_15 = 'telegram_reseller_15',\n TELEGRAM_RESELLER_16 = 'telegram_reseller_16',\n TELEGRAM_RESELLER_17 = 'telegram_reseller_17',\n TELEGRAM_RESELLER_18 = 'telegram_reseller_18',\n TELEGRAM_RESELLER_19 = 'telegram_reseller_19',\n TELEGRAM_RESELLER_20 = 'telegram_reseller_20',\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "store-scrapper-js-common",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,4 +25,14 @@ export enum TelegramQueueEnum {
25
25
  TELEGRAM_RESELLER_8 = 'telegram_reseller_8',
26
26
  TELEGRAM_RESELLER_9 = 'telegram_reseller_9',
27
27
  TELEGRAM_RESELLER_10 = 'telegram_reseller_10',
28
+ TELEGRAM_RESELLER_11 = 'telegram_reseller_11',
29
+ TELEGRAM_RESELLER_12 = 'telegram_reseller_12',
30
+ TELEGRAM_RESELLER_13 = 'telegram_reseller_13',
31
+ TELEGRAM_RESELLER_14 = 'telegram_reseller_14',
32
+ TELEGRAM_RESELLER_15 = 'telegram_reseller_15',
33
+ TELEGRAM_RESELLER_16 = 'telegram_reseller_16',
34
+ TELEGRAM_RESELLER_17 = 'telegram_reseller_17',
35
+ TELEGRAM_RESELLER_18 = 'telegram_reseller_18',
36
+ TELEGRAM_RESELLER_19 = 'telegram_reseller_19',
37
+ TELEGRAM_RESELLER_20 = 'telegram_reseller_20',
28
38
  }