podverse-helpers 5.1.3-alpha.2 → 5.1.4-alpha.0

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.
@@ -1,11 +1,11 @@
1
- export type QueueNameParamKey = 'rss-slow' | 'rss-normal' | 'rss-on-demand' | 'rss-live';
2
- export declare const validQueueNamesParamKeys: QueueNameParamKey[];
1
+ export type MQQueueNameParamKey = 'rss-slow' | 'rss-normal' | 'rss-on-demand' | 'rss-live';
2
+ export declare const validMQQueueNamesParamKeys: MQQueueNameParamKey[];
3
3
  type MQQueueName = 'rss-normal' | 'rss-on-demand' | 'rss-live';
4
4
  export type MQQueueConfig = {
5
5
  queueName: MQQueueName;
6
6
  dedupeCacheTimeMS: number | null;
7
7
  priority: 'normal' | 'slow';
8
8
  };
9
- export declare const MQ_QUEUES: Record<QueueNameParamKey, MQQueueConfig>;
9
+ export declare const MQ_QUEUES: Record<MQQueueNameParamKey, MQQueueConfig>;
10
10
  export {};
11
11
  //# sourceMappingURL=mqConstants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mqConstants.d.ts","sourceRoot":"","sources":["../../../src/lib/mq/mqConstants.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,YAAY,GAAG,eAAe,GAAG,UAAU,CAAC;AAEzF,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EACG,CAAC;AAE5D,KAAK,WAAW,GAAG,YAAY,GAAG,eAAe,GAAG,UAAU,CAAC;AAE/D,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,WAAW,CAAC;IACvB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;CAC7B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,iBAAiB,EAAE,aAAa,CAqB9D,CAAC"}
1
+ {"version":3,"file":"mqConstants.d.ts","sourceRoot":"","sources":["../../../src/lib/mq/mqConstants.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG,YAAY,GAAG,eAAe,GAAG,UAAU,CAAC;AAE3F,eAAO,MAAM,0BAA0B,EAAE,mBAAmB,EACD,CAAC;AAE5D,KAAK,WAAW,GAAG,YAAY,GAAG,eAAe,GAAG,UAAU,CAAC;AAE/D,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,WAAW,CAAC;IACvB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC;CAC7B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,mBAAmB,EAAE,aAAa,CAqBhE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MQ_QUEUES = exports.validQueueNamesParamKeys = void 0;
4
- exports.validQueueNamesParamKeys = ['rss-slow', 'rss-normal', 'rss-on-demand', 'rss-live'];
3
+ exports.MQ_QUEUES = exports.validMQQueueNamesParamKeys = void 0;
4
+ exports.validMQQueueNamesParamKeys = ['rss-slow', 'rss-normal', 'rss-on-demand', 'rss-live'];
5
5
  exports.MQ_QUEUES = {
6
6
  "rss-slow": {
7
7
  queueName: 'rss-normal',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podverse-helpers",
3
- "version": "5.1.3-alpha.2",
3
+ "version": "5.1.4-alpha.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",