podverse-orm 5.1.11-alpha.0 → 5.1.12

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 +1 @@
1
- {"version":3,"file":"channelPodrollRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/services/channel/channelPodrollRemoteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,qBAAa,+BAAgC,SAAQ,sBAAsB,CAAC,wBAAwB,EAAE,iBAAiB,CAAC;gBAC1G,0BAA0B,CAAC,EAAE,aAAa;IAIhD,MAAM,CAAC,eAAe,EAAE,cAAc,GAAG,OAAO,CAAC,wBAAwB,EAAE,CAAC;IAI5E,MAAM,CAAC,eAAe,EAAE,cAAc,EAAE,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAI9F,UAAU,CAAC,eAAe,EAAE,cAAc,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,wBAAwB,EAAE,CAAC;CAG9G"}
1
+ {"version":3,"file":"channelPodrollRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/services/channel/channelPodrollRemoteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,qBAAa,+BAAgC,SAAQ,sBAAsB,CAAC,wBAAwB,EAAE,iBAAiB,CAAC;gBAC1G,0BAA0B,CAAC,EAAE,aAAa;IAIhD,MAAM,CAAC,eAAe,EAAE,cAAc,GAAG,OAAO,CAAC,wBAAwB,EAAE,CAAC;IAI5E,MAAM,CAAC,eAAe,EAAE,cAAc,EAAE,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAI9F,UAAU,CAAC,eAAe,EAAE,cAAc,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,wBAAwB,EAAE,CAAC;CAI9G"}
@@ -10,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelPodrollRemoteItemService = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const channelPodrollRemoteItem_1 = require("@orm/entities/channel/channelPodrollRemoteItem");
14
15
  const baseRemoteItemsService_1 = require("@orm/services/base/baseRemoteItemsService");
15
16
  class ChannelPodrollRemoteItemService extends baseRemoteItemsService_1.BaseRemoteItemsService {
@@ -37,7 +38,8 @@ class ChannelPodrollRemoteItemService extends baseRemoteItemsService_1.BaseRemot
37
38
  updateMany: { get: () => super.updateMany }
38
39
  });
39
40
  return __awaiter(this, void 0, void 0, function* () {
40
- return _super.updateMany.call(this, channel_podroll, dtos);
41
+ const filteredDtos = (0, podverse_helpers_1.filterInvalidFeedUuids)(dtos);
42
+ return _super.updateMany.call(this, channel_podroll, filteredDtos);
41
43
  });
42
44
  }
43
45
  }
@@ -1 +1 @@
1
- {"version":3,"file":"channelPublisherRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/services/channel/channelPublisherRemoteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,qBAAa,iCAAkC,SAAQ,sBAAsB,CAAC,0BAA0B,EAAE,mBAAmB,CAAC;gBAChH,0BAA0B,CAAC,EAAE,aAAa;IAIhD,MAAM,CAAC,eAAe,EAAE,gBAAgB,GAAG,OAAO,CAAC,0BAA0B,EAAE,CAAC;IAIhF,MAAM,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAIpG,UAAU,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,0BAA0B,EAAE,CAAC;CAGpH"}
1
+ {"version":3,"file":"channelPublisherRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/services/channel/channelPublisherRemoteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,qBAAa,iCAAkC,SAAQ,sBAAsB,CAAC,0BAA0B,EAAE,mBAAmB,CAAC;gBAChH,0BAA0B,CAAC,EAAE,aAAa;IAIhD,MAAM,CAAC,eAAe,EAAE,gBAAgB,GAAG,OAAO,CAAC,0BAA0B,EAAE,CAAC;IAIhF,MAAM,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAIpG,UAAU,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,0BAA0B,EAAE,CAAC;CAIpH"}
@@ -10,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelPublisherRemoteItemService = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const channelPublisherRemoteItem_1 = require("@orm/entities/channel/channelPublisherRemoteItem");
14
15
  const baseRemoteItemsService_1 = require("@orm/services/base/baseRemoteItemsService");
15
16
  class ChannelPublisherRemoteItemService extends baseRemoteItemsService_1.BaseRemoteItemsService {
@@ -37,7 +38,8 @@ class ChannelPublisherRemoteItemService extends baseRemoteItemsService_1.BaseRem
37
38
  updateMany: { get: () => super.updateMany }
38
39
  });
39
40
  return __awaiter(this, void 0, void 0, function* () {
40
- return _super.updateMany.call(this, channel_publisher, dtos);
41
+ const filteredDtos = (0, podverse_helpers_1.filterInvalidFeedUuids)(dtos);
42
+ return _super.updateMany.call(this, channel_publisher, filteredDtos);
41
43
  });
42
44
  }
43
45
  }
@@ -1 +1 @@
1
- {"version":3,"file":"channelRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/services/channel/channelRemoteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,qBAAa,wBAAyB,SAAQ,sBAAsB,CAAC,iBAAiB,EAAE,SAAS,CAAC;gBACpF,0BAA0B,CAAC,EAAE,aAAa;IAIhD,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAItD,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAIxE,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIjF,SAAS,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;CAGjD"}
1
+ {"version":3,"file":"channelRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/services/channel/channelRemoteItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,qBAAa,wBAAyB,SAAQ,sBAAsB,CAAC,iBAAiB,EAAE,SAAS,CAAC;gBACpF,0BAA0B,CAAC,EAAE,aAAa;IAIhD,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAItD,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAIxE,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAKjF,SAAS,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;CAGjD"}
@@ -10,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelRemoteItemService = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const channelRemoteItem_1 = require("@orm/entities/channel/channelRemoteItem");
14
15
  const baseRemoteItemsService_1 = require("@orm/services/base/baseRemoteItemsService");
15
16
  class ChannelRemoteItemService extends baseRemoteItemsService_1.BaseRemoteItemsService {
@@ -37,7 +38,8 @@ class ChannelRemoteItemService extends baseRemoteItemsService_1.BaseRemoteItemsS
37
38
  updateMany: { get: () => super.updateMany }
38
39
  });
39
40
  return __awaiter(this, void 0, void 0, function* () {
40
- return _super.updateMany.call(this, channel, dtos);
41
+ const filteredDtos = (0, podverse_helpers_1.filterInvalidFeedUuids)(dtos);
42
+ return _super.updateMany.call(this, channel, filteredDtos);
41
43
  });
42
44
  }
43
45
  deleteAll(channel) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podverse-orm",
3
- "version": "5.1.11-alpha.0",
3
+ "version": "5.1.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "module-alias": "^2.2.3",
25
25
  "nanoid": "^5.1.6",
26
26
  "pg": "^8.16.3",
27
- "podverse-helpers": "^5.1.11-alpha.0",
27
+ "podverse-helpers": "^5.1.0",
28
28
  "typeorm": "^0.3.26",
29
29
  "typeorm-naming-strategies": "^4.1.0"
30
30
  },