podverse-orm 5.0.2 → 5.0.5

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.
Files changed (115) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +37 -0
  3. package/dist/entities/account/accountCredentials.d.ts.map +1 -1
  4. package/dist/entities/account/accountCredentials.js +3 -2
  5. package/dist/entities/account/accountFCMDevice.d.ts.map +1 -1
  6. package/dist/entities/account/accountFCMDevice.js +2 -1
  7. package/dist/entities/account/accountFollowingAddByRSSChannel.d.ts.map +1 -1
  8. package/dist/entities/account/accountFollowingAddByRSSChannel.js +4 -3
  9. package/dist/entities/account/accountProfile.d.ts.map +1 -1
  10. package/dist/entities/account/accountProfile.js +3 -2
  11. package/dist/entities/account/accountResetPassword.d.ts.map +1 -1
  12. package/dist/entities/account/accountResetPassword.js +2 -1
  13. package/dist/entities/account/accountUPDevice.d.ts.map +1 -1
  14. package/dist/entities/account/accountUPDevice.js +4 -3
  15. package/dist/entities/account/accountVerification.d.ts.map +1 -1
  16. package/dist/entities/account/accountVerification.js +2 -1
  17. package/dist/entities/category.d.ts.map +1 -1
  18. package/dist/entities/category.js +2 -1
  19. package/dist/entities/channel/channel.d.ts.map +1 -1
  20. package/dist/entities/channel/channel.js +4 -3
  21. package/dist/entities/channel/channelAbout.d.ts.map +1 -1
  22. package/dist/entities/channel/channelAbout.js +4 -3
  23. package/dist/entities/channel/channelChat.d.ts.map +1 -1
  24. package/dist/entities/channel/channelChat.js +5 -4
  25. package/dist/entities/channel/channelDescription.d.ts.map +1 -1
  26. package/dist/entities/channel/channelDescription.js +2 -1
  27. package/dist/entities/channel/channelFunding.d.ts.map +1 -1
  28. package/dist/entities/channel/channelFunding.js +3 -2
  29. package/dist/entities/channel/channelImage.d.ts.map +1 -1
  30. package/dist/entities/channel/channelImage.js +2 -1
  31. package/dist/entities/channel/channelLicense.d.ts.map +1 -1
  32. package/dist/entities/channel/channelLicense.js +3 -2
  33. package/dist/entities/channel/channelLocation.d.ts.map +1 -1
  34. package/dist/entities/channel/channelLocation.js +4 -3
  35. package/dist/entities/channel/channelPerson.d.ts.map +1 -1
  36. package/dist/entities/channel/channelPerson.js +6 -5
  37. package/dist/entities/channel/channelPodrollRemoteItem.d.ts.map +1 -1
  38. package/dist/entities/channel/channelPodrollRemoteItem.js +4 -3
  39. package/dist/entities/channel/channelPublisherRemoteItem.d.ts.map +1 -1
  40. package/dist/entities/channel/channelPublisherRemoteItem.js +4 -3
  41. package/dist/entities/channel/channelRemoteItem.d.ts.map +1 -1
  42. package/dist/entities/channel/channelRemoteItem.js +4 -3
  43. package/dist/entities/channel/channelSeason.d.ts.map +1 -1
  44. package/dist/entities/channel/channelSeason.js +2 -1
  45. package/dist/entities/channel/channelSocialInteract.d.ts.map +1 -1
  46. package/dist/entities/channel/channelSocialInteract.js +5 -4
  47. package/dist/entities/channel/channelTrailer.d.ts.map +1 -1
  48. package/dist/entities/channel/channelTrailer.js +4 -3
  49. package/dist/entities/channel/channelTxt.d.ts.map +1 -1
  50. package/dist/entities/channel/channelTxt.js +3 -2
  51. package/dist/entities/channel/channelValue.d.ts.map +1 -1
  52. package/dist/entities/channel/channelValue.js +3 -2
  53. package/dist/entities/channel/channelValueRecipient.d.ts.map +1 -1
  54. package/dist/entities/channel/channelValueRecipient.js +6 -5
  55. package/dist/entities/clip.d.ts.map +1 -1
  56. package/dist/entities/clip.js +3 -2
  57. package/dist/entities/feed/feed.d.ts.map +1 -1
  58. package/dist/entities/feed/feed.js +4 -3
  59. package/dist/entities/item/item.d.ts.map +1 -1
  60. package/dist/entities/item/item.js +5 -4
  61. package/dist/entities/item/itemAbout.d.ts.map +1 -1
  62. package/dist/entities/item/itemAbout.js +2 -1
  63. package/dist/entities/item/itemChapter.d.ts.map +1 -1
  64. package/dist/entities/item/itemChapter.js +4 -3
  65. package/dist/entities/item/itemChapterLocation.d.ts.map +1 -1
  66. package/dist/entities/item/itemChapterLocation.js +4 -3
  67. package/dist/entities/item/itemChaptersFeed.d.ts.map +1 -1
  68. package/dist/entities/item/itemChaptersFeed.js +3 -2
  69. package/dist/entities/item/itemChat.d.ts.map +1 -1
  70. package/dist/entities/item/itemChat.js +5 -4
  71. package/dist/entities/item/itemContentLink.d.ts.map +1 -1
  72. package/dist/entities/item/itemContentLink.js +3 -2
  73. package/dist/entities/item/itemDescription.d.ts.map +1 -1
  74. package/dist/entities/item/itemDescription.js +2 -1
  75. package/dist/entities/item/itemEnclosure.d.ts.map +1 -1
  76. package/dist/entities/item/itemEnclosure.js +6 -5
  77. package/dist/entities/item/itemEnclosureIntegrity.d.ts.map +1 -1
  78. package/dist/entities/item/itemEnclosureIntegrity.js +2 -1
  79. package/dist/entities/item/itemEnclosureSource.d.ts.map +1 -1
  80. package/dist/entities/item/itemEnclosureSource.js +3 -2
  81. package/dist/entities/item/itemFunding.d.ts.map +1 -1
  82. package/dist/entities/item/itemFunding.js +3 -2
  83. package/dist/entities/item/itemImage.d.ts.map +1 -1
  84. package/dist/entities/item/itemImage.js +2 -1
  85. package/dist/entities/item/itemLicense.d.ts.map +1 -1
  86. package/dist/entities/item/itemLicense.js +3 -2
  87. package/dist/entities/item/itemLocation.d.ts.map +1 -1
  88. package/dist/entities/item/itemLocation.js +4 -3
  89. package/dist/entities/item/itemPerson.d.ts.map +1 -1
  90. package/dist/entities/item/itemPerson.js +6 -5
  91. package/dist/entities/item/itemSeason.d.ts.map +1 -1
  92. package/dist/entities/item/itemSeason.js +2 -1
  93. package/dist/entities/item/itemSeasonEpisode.d.ts.map +1 -1
  94. package/dist/entities/item/itemSeasonEpisode.js +2 -1
  95. package/dist/entities/item/itemSocialInteract.d.ts.map +1 -1
  96. package/dist/entities/item/itemSocialInteract.js +5 -4
  97. package/dist/entities/item/itemSoundbite.d.ts.map +1 -1
  98. package/dist/entities/item/itemSoundbite.js +2 -1
  99. package/dist/entities/item/itemTranscript.d.ts.map +1 -1
  100. package/dist/entities/item/itemTranscript.js +5 -4
  101. package/dist/entities/item/itemTxt.d.ts.map +1 -1
  102. package/dist/entities/item/itemTxt.js +3 -2
  103. package/dist/entities/item/itemValue.d.ts.map +1 -1
  104. package/dist/entities/item/itemValue.js +3 -2
  105. package/dist/entities/item/itemValueRecipient.d.ts.map +1 -1
  106. package/dist/entities/item/itemValueRecipient.js +6 -5
  107. package/dist/entities/item/itemValueTimeSplitRecipient.d.ts.map +1 -1
  108. package/dist/entities/item/itemValueTimeSplitRecipient.js +6 -5
  109. package/dist/entities/item/itemValueTimeSplitRemoteItem.d.ts.map +1 -1
  110. package/dist/entities/item/itemValueTimeSplitRemoteItem.js +4 -3
  111. package/dist/entities/playlist/playlist.d.ts.map +1 -1
  112. package/dist/entities/playlist/playlist.js +3 -2
  113. package/dist/services/feed/feed.d.ts.map +1 -1
  114. package/dist/services/feed/feed.js +10 -5
  115. package/package.json +2 -2
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelPublisherRemoteItem = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channelPublisher_1 = require("@orm/entities/channel/channelPublisher");
15
16
  let ChannelPublisherRemoteItem = class ChannelPublisherRemoteItem {
@@ -29,15 +30,15 @@ __decorate([
29
30
  __metadata("design:type", String)
30
31
  ], ChannelPublisherRemoteItem.prototype, "feed_guid", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'feed_url', nullable: true }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'feed_url', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
33
34
  __metadata("design:type", Object)
34
35
  ], ChannelPublisherRemoteItem.prototype, "feed_url", void 0);
35
36
  __decorate([
36
- (0, typeorm_1.Column)({ type: 'varchar', name: 'item_guid', nullable: true }),
37
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'item_guid', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_uri }),
37
38
  __metadata("design:type", Object)
38
39
  ], ChannelPublisherRemoteItem.prototype, "item_guid", void 0);
39
40
  __decorate([
40
- (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true }),
41
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
41
42
  __metadata("design:type", Object)
42
43
  ], ChannelPublisherRemoteItem.prototype, "title", void 0);
43
44
  exports.ChannelPublisherRemoteItem = ChannelPublisherRemoteItem = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelRemoteItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,iBAAiB;IAE5B,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,SAAS,EAAG,MAAM,CAAC;IAGnB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAGzB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAG1B,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"channelRemoteItem.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelRemoteItem.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,iBAAiB;IAE5B,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,SAAS,EAAG,MAAM,CAAC;IAGnB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAGzB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAG1B,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelRemoteItem = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  let ChannelRemoteItem = class ChannelRemoteItem {
@@ -29,15 +30,15 @@ __decorate([
29
30
  __metadata("design:type", String)
30
31
  ], ChannelRemoteItem.prototype, "feed_guid", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'feed_url', nullable: true }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'feed_url', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
33
34
  __metadata("design:type", Object)
34
35
  ], ChannelRemoteItem.prototype, "feed_url", void 0);
35
36
  __decorate([
36
- (0, typeorm_1.Column)({ type: 'varchar', name: 'item_guid', nullable: true }),
37
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'item_guid', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_uri }),
37
38
  __metadata("design:type", Object)
38
39
  ], ChannelRemoteItem.prototype, "item_guid", void 0);
39
40
  __decorate([
40
- (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true }),
41
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
41
42
  __metadata("design:type", Object)
42
43
  ], ChannelRemoteItem.prototype, "title", void 0);
43
44
  exports.ChannelRemoteItem = ChannelRemoteItem = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelSeason.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelSeason.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBAEa,aAAa;IAExB,EAAE,EAAG,MAAM,CAAC;IAGZ,UAAU,EAAG,MAAM,CAAC;IAIpB,OAAO,EAAG,OAAO,CAAC;IAGlB,MAAM,EAAG,MAAM,CAAC;IAGhB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
1
+ {"version":3,"file":"channelSeason.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelSeason.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBAEa,aAAa;IAExB,EAAE,EAAG,MAAM,CAAC;IAGZ,UAAU,EAAG,MAAM,CAAC;IAIpB,OAAO,EAAG,OAAO,CAAC;IAGlB,MAAM,EAAG,MAAM,CAAC;IAGhB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelSeason = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  let ChannelSeason = class ChannelSeason {
@@ -33,7 +34,7 @@ __decorate([
33
34
  __metadata("design:type", Number)
34
35
  ], ChannelSeason.prototype, "number", void 0);
35
36
  __decorate([
36
- (0, typeorm_1.Column)({ type: 'varchar', name: 'name', nullable: true }),
37
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'name', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
37
38
  __metadata("design:type", Object)
38
39
  ], ChannelSeason.prototype, "name", void 0);
39
40
  exports.ChannelSeason = ChannelSeason = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelSocialInteract.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelSocialInteract.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,qBAAqB;IAEhC,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,QAAQ,EAAG,MAAM,CAAC;IAGlB,GAAG,EAAG,MAAM,CAAC;IAGb,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAG3B,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAG5B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;CAC1B"}
1
+ {"version":3,"file":"channelSocialInteract.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelSocialInteract.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,qBAAqB;IAEhC,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,QAAQ,EAAG,MAAM,CAAC;IAGlB,GAAG,EAAG,MAAM,CAAC;IAGb,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAG3B,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAG5B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelSocialInteract = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  let ChannelSocialInteract = class ChannelSocialInteract {
@@ -25,19 +26,19 @@ __decorate([
25
26
  __metadata("design:type", channel_1.Channel)
26
27
  ], ChannelSocialInteract.prototype, "channel", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar', name: 'protocol' }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'protocol', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
29
30
  __metadata("design:type", String)
30
31
  ], ChannelSocialInteract.prototype, "protocol", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'uri' }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'uri', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_uri }),
33
34
  __metadata("design:type", String)
34
35
  ], ChannelSocialInteract.prototype, "uri", void 0);
35
36
  __decorate([
36
- (0, typeorm_1.Column)({ type: 'varchar', name: 'account_id', nullable: true }),
37
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'account_id', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
37
38
  __metadata("design:type", Object)
38
39
  ], ChannelSocialInteract.prototype, "account_id", void 0);
39
40
  __decorate([
40
- (0, typeorm_1.Column)({ type: 'varchar', name: 'account_url', nullable: true }),
41
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'account_url', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
41
42
  __metadata("design:type", Object)
42
43
  ], ChannelSocialInteract.prototype, "account_url", void 0);
43
44
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelTrailer.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelTrailer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,qBACa,cAAc;IAEzB,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAGtB,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAGpB,OAAO,EAAG,IAAI,CAAC;IAGf,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAIrB,cAAc,EAAG,aAAa,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"channelTrailer.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelTrailer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,qBACa,cAAc;IAEzB,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAGtB,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAGpB,OAAO,EAAG,IAAI,CAAC;IAGf,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAIrB,cAAc,EAAG,aAAa,GAAG,IAAI,CAAC;CACvC"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelTrailer = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  const channelSeason_1 = require("./channelSeason");
@@ -26,11 +27,11 @@ __decorate([
26
27
  __metadata("design:type", channel_1.Channel)
27
28
  ], ChannelTrailer.prototype, "channel", void 0);
28
29
  __decorate([
29
- (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true }),
30
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
30
31
  __metadata("design:type", Object)
31
32
  ], ChannelTrailer.prototype, "title", void 0);
32
33
  __decorate([
33
- (0, typeorm_1.Column)({ type: 'varchar', name: 'url' }),
34
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'url', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
34
35
  __metadata("design:type", Object)
35
36
  ], ChannelTrailer.prototype, "url", void 0);
36
37
  __decorate([
@@ -42,7 +43,7 @@ __decorate([
42
43
  __metadata("design:type", Object)
43
44
  ], ChannelTrailer.prototype, "length", void 0);
44
45
  __decorate([
45
- (0, typeorm_1.Column)({ type: 'varchar', name: 'type', nullable: true }),
46
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'type', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
46
47
  __metadata("design:type", Object)
47
48
  ], ChannelTrailer.prototype, "type", void 0);
48
49
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelTxt.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelTxt.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,UAAU;IAErB,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAGxB,KAAK,EAAG,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"channelTxt.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelTxt.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,UAAU;IAErB,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAGxB,KAAK,EAAG,MAAM,CAAC;CAChB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelTxt = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  let ChannelTxt = class ChannelTxt {
@@ -25,11 +26,11 @@ __decorate([
25
26
  __metadata("design:type", channel_1.Channel)
26
27
  ], ChannelTxt.prototype, "channel", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar', name: 'purpose', nullable: true }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'purpose', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
29
30
  __metadata("design:type", Object)
30
31
  ], ChannelTxt.prototype, "purpose", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'value' }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'value', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_long }),
33
34
  __metadata("design:type", String)
34
35
  ], ChannelTxt.prototype, "value", void 0);
35
36
  exports.ChannelTxt = ChannelTxt = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelValue.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelValue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,YAAY;IAEvB,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,IAAI,EAAG,MAAM,CAAC;IAGd,MAAM,EAAG,MAAM,CAAC;IAGhB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;CAC3B"}
1
+ {"version":3,"file":"channelValue.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelValue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,qBACa,YAAY;IAEvB,EAAE,EAAG,MAAM,CAAC;IAIZ,OAAO,EAAG,OAAO,CAAC;IAGlB,IAAI,EAAG,MAAM,CAAC;IAGd,MAAM,EAAG,MAAM,CAAC;IAGhB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;CAC3B"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelValue = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  let ChannelValue = class ChannelValue {
@@ -25,11 +26,11 @@ __decorate([
25
26
  __metadata("design:type", channel_1.Channel)
26
27
  ], ChannelValue.prototype, "channel", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar', name: 'type' }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'type', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
29
30
  __metadata("design:type", String)
30
31
  ], ChannelValue.prototype, "type", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'method' }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'method', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
33
34
  __metadata("design:type", String)
34
35
  ], ChannelValue.prototype, "method", void 0);
35
36
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"channelValueRecipient.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelValueRecipient.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,qBACa,qBAAqB;IAEhC,EAAE,EAAG,MAAM,CAAC;IAIZ,aAAa,EAAG,YAAY,CAAC;IAG7B,IAAI,EAAG,MAAM,CAAC;IAGd,OAAO,EAAG,MAAM,CAAC;IAGjB,KAAK,EAAG,MAAM,CAAC;IAGf,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAGrB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAG3B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAG7B,GAAG,EAAG,OAAO,CAAC;CACf"}
1
+ {"version":3,"file":"channelValueRecipient.d.ts","sourceRoot":"","sources":["../../../src/entities/channel/channelValueRecipient.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,qBACa,qBAAqB;IAEhC,EAAE,EAAG,MAAM,CAAC;IAIZ,aAAa,EAAG,YAAY,CAAC;IAG7B,IAAI,EAAG,MAAM,CAAC;IAGd,OAAO,EAAG,MAAM,CAAC;IAGjB,KAAK,EAAG,MAAM,CAAC;IAGf,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAGrB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAG3B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAG7B,GAAG,EAAG,OAAO,CAAC;CACf"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ChannelValueRecipient = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channelValue_1 = require("@orm/entities/channel/channelValue");
15
16
  let ChannelValueRecipient = class ChannelValueRecipient {
@@ -25,11 +26,11 @@ __decorate([
25
26
  __metadata("design:type", channelValue_1.ChannelValue)
26
27
  ], ChannelValueRecipient.prototype, "channel_value", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar', name: 'type' }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'type', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
29
30
  __metadata("design:type", String)
30
31
  ], ChannelValueRecipient.prototype, "type", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'address' }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'address', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_long }),
33
34
  __metadata("design:type", String)
34
35
  ], ChannelValueRecipient.prototype, "address", void 0);
35
36
  __decorate([
@@ -37,15 +38,15 @@ __decorate([
37
38
  __metadata("design:type", Number)
38
39
  ], ChannelValueRecipient.prototype, "split", void 0);
39
40
  __decorate([
40
- (0, typeorm_1.Column)({ type: 'varchar', name: 'name', nullable: true }),
41
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'name', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
41
42
  __metadata("design:type", Object)
42
43
  ], ChannelValueRecipient.prototype, "name", void 0);
43
44
  __decorate([
44
- (0, typeorm_1.Column)({ type: 'varchar', name: 'custom_key', nullable: true }),
45
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'custom_key', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_long }),
45
46
  __metadata("design:type", Object)
46
47
  ], ChannelValueRecipient.prototype, "custom_key", void 0);
47
48
  __decorate([
48
- (0, typeorm_1.Column)({ type: 'varchar', name: 'custom_value', nullable: true }),
49
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'custom_value', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_long }),
49
50
  __metadata("design:type", Object)
50
51
  ], ChannelValueRecipient.prototype, "custom_value", void 0);
51
52
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"clip.d.ts","sourceRoot":"","sources":["../../src/entities/clip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,qBACa,IAAI;IAEf,EAAE,EAAG,MAAM,CAAC;IAGZ,OAAO,EAAG,MAAM,CAAC;IAIjB,OAAO,EAAG,OAAO,CAAC;IAIlB,IAAI,EAAG,IAAI,CAAC;IAGZ,UAAU,EAAG,MAAM,CAAC;IAGpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI5B,eAAe,EAAG,cAAc,CAAC;IAGjC,cAAc;CAGf"}
1
+ {"version":3,"file":"clip.d.ts","sourceRoot":"","sources":["../../src/entities/clip.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,qBACa,IAAI;IAEf,EAAE,EAAG,MAAM,CAAC;IAGZ,OAAO,EAAG,MAAM,CAAC;IAIjB,OAAO,EAAG,OAAO,CAAC;IAIlB,IAAI,EAAG,IAAI,CAAC;IAGZ,UAAU,EAAG,MAAM,CAAC;IAGpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI5B,eAAe,EAAG,cAAc,CAAC;IAGjC,cAAc;CAGf"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.Clip = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const account_1 = require("@orm/entities/account/account");
15
16
  const item_1 = require("@orm/entities/item/item");
@@ -48,11 +49,11 @@ __decorate([
48
49
  __metadata("design:type", Object)
49
50
  ], Clip.prototype, "end_time", void 0);
50
51
  __decorate([
51
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
52
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
52
53
  __metadata("design:type", Object)
53
54
  ], Clip.prototype, "title", void 0);
54
55
  __decorate([
55
- (0, typeorm_1.Column)({ type: 'text', nullable: true }),
56
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_long }),
56
57
  __metadata("design:type", Object)
57
58
  ], Clip.prototype, "description", void 0);
58
59
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"feed.d.ts","sourceRoot":"","sources":["../../../src/entities/feed/feed.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,qBACa,IAAI;IAEf,EAAE,EAAG,MAAM,CAAC;IAGZ,GAAG,EAAG,MAAM,CAAC;IAIb,gBAAgB,EAAG,cAAc,CAAC;IAGlC,QAAQ,EAAG,OAAO,CAAC;IAGnB,UAAU,EAAG,IAAI,GAAG,IAAI,CAAC;IAGzB,gBAAgB,EAAG,MAAM,CAAC;IAG1B,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAGtC,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAG7B,OAAO,EAAG,OAAO,CAAC;CACnB"}
1
+ {"version":3,"file":"feed.d.ts","sourceRoot":"","sources":["../../../src/entities/feed/feed.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,qBACa,IAAI;IAEf,EAAE,EAAG,MAAM,CAAC;IAGZ,GAAG,EAAG,MAAM,CAAC;IAIb,gBAAgB,EAAG,cAAc,CAAC;IAGlC,QAAQ,EAAG,OAAO,CAAC;IAGnB,UAAU,EAAG,IAAI,GAAG,IAAI,CAAC;IAGzB,gBAAgB,EAAG,MAAM,CAAC;IAG1B,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAGtC,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAG7B,OAAO,EAAG,OAAO,CAAC;CACnB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.Feed = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  const feedFlagStatus_1 = require("@orm/entities/feed/feedFlagStatus");
@@ -22,7 +23,7 @@ __decorate([
22
23
  __metadata("design:type", Number)
23
24
  ], Feed.prototype, "id", void 0);
24
25
  __decorate([
25
- (0, typeorm_1.Column)({ type: 'varchar', unique: true }),
26
+ (0, typeorm_1.Column)({ type: 'varchar', unique: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
26
27
  __metadata("design:type", String)
27
28
  ], Feed.prototype, "url", void 0);
28
29
  __decorate([
@@ -43,11 +44,11 @@ __decorate([
43
44
  __metadata("design:type", Number)
44
45
  ], Feed.prototype, "parsing_priority", void 0);
45
46
  __decorate([
46
- (0, typeorm_1.Column)({ type: 'varchar', length: 32, nullable: true }),
47
+ (0, typeorm_1.Column)({ type: 'varchar', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_md5, nullable: true }),
47
48
  __metadata("design:type", Object)
48
49
  ], Feed.prototype, "last_parsed_file_hash", void 0);
49
50
  __decorate([
50
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
51
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: 12 }),
51
52
  __metadata("design:type", Object)
52
53
  ], Feed.prototype, "container_id", void 0);
53
54
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../src/entities/item/item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,qBAEa,IAAI;IAEf,EAAE,EAAG,MAAM,CAAC;IAGZ,OAAO,EAAG,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIrB,OAAO,EAAG,OAAO,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,kBAAkB,EAAG,MAAM,CAAC;IAG5B,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,SAAS,EAAG,QAAQ,GAAG,IAAI,CAAC;IAG5B,kBAAkB,EAAG,gBAAgB,GAAG,IAAI,CAAC;IAG7C,MAAM,EAAG,OAAO,CAAC;IAGjB,mBAAmB,EAAG,OAAO,CAAC;IAG9B,cAAc;CAGf"}
1
+ {"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../src/entities/item/item.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,qBAEa,IAAI;IAEf,EAAE,EAAG,MAAM,CAAC;IAGZ,OAAO,EAAG,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIrB,OAAO,EAAG,OAAO,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,kBAAkB,EAAG,MAAM,CAAC;IAG5B,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,SAAS,EAAG,QAAQ,GAAG,IAAI,CAAC;IAG5B,kBAAkB,EAAG,gBAAgB,GAAG,IAAI,CAAC;IAG7C,MAAM,EAAG,OAAO,CAAC;IAGjB,mBAAmB,EAAG,OAAO,CAAC;IAG9B,cAAc;CAGf"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.Item = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const channel_1 = require("@orm/entities/channel/channel");
15
16
  const liveItem_1 = require("../liveItem/liveItem");
@@ -30,7 +31,7 @@ __decorate([
30
31
  __metadata("design:type", String)
31
32
  ], Item.prototype, "id_text", void 0);
32
33
  __decorate([
33
- (0, typeorm_1.Column)({ type: 'varchar', name: 'slug', nullable: true }),
34
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'slug', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_slug }),
34
35
  __metadata("design:type", Object)
35
36
  ], Item.prototype, "slug", void 0);
36
37
  __decorate([
@@ -39,11 +40,11 @@ __decorate([
39
40
  __metadata("design:type", channel_1.Channel)
40
41
  ], Item.prototype, "channel", void 0);
41
42
  __decorate([
42
- (0, typeorm_1.Column)({ type: 'varchar', name: 'guid', nullable: true }),
43
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'guid', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_uri }),
43
44
  __metadata("design:type", Object)
44
45
  ], Item.prototype, "guid", void 0);
45
46
  __decorate([
46
- (0, typeorm_1.Column)({ type: 'varchar', name: 'guid_enclosure_url' }),
47
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'guid_enclosure_url', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
47
48
  __metadata("design:type", String)
48
49
  ], Item.prototype, "guid_enclosure_url", void 0);
49
50
  __decorate([
@@ -51,7 +52,7 @@ __decorate([
51
52
  __metadata("design:type", Object)
52
53
  ], Item.prototype, "pubdate", void 0);
53
54
  __decorate([
54
- (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true }),
55
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
55
56
  __metadata("design:type", Object)
56
57
  ], Item.prototype, "title", void 0);
57
58
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemAbout.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemAbout.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAyB,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAE5G,qBACa,SAAS;IAEpB,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIjC,wBAAwB,CAAC,EAAE,yBAAyB,GAAG,IAAI,CAAC;CAC7D"}
1
+ {"version":3,"file":"itemAbout.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemAbout.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAyB,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAE5G,qBACa,SAAS;IAEpB,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIjC,wBAAwB,CAAC,EAAE,yBAAyB,GAAG,IAAI,CAAC;CAC7D"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemAbout = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const item_1 = require("@orm/entities/item/item");
15
16
  const itemItunesEpisodeType_1 = require("@orm/entities/item/itemItunesEpisodeType");
@@ -34,7 +35,7 @@ __decorate([
34
35
  __metadata("design:type", Object)
35
36
  ], ItemAbout.prototype, "explicit", void 0);
36
37
  __decorate([
37
- (0, typeorm_1.Column)({ type: 'varchar', name: 'website_link_url', nullable: true }),
38
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'website_link_url', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
38
39
  __metadata("design:type", Object)
39
40
  ], ItemAbout.prototype, "website_link_url", void 0);
40
41
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemChapter.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChapter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,qBACa,WAAW;IAEtB,EAAE,EAAG,MAAM,CAAC;IAGZ,OAAO,EAAG,MAAM,CAAC;IAIjB,kBAAkB,EAAG,gBAAgB,CAAC;IAGtC,UAAU,EAAG,MAAM,CAAC;IAGpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,iBAAiB,EAAG,OAAO,CAAC;IAG5B,SAAS;CAGV"}
1
+ {"version":3,"file":"itemChapter.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChapter.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,qBACa,WAAW;IAEtB,EAAE,EAAG,MAAM,CAAC;IAGZ,OAAO,EAAG,MAAM,CAAC;IAIjB,kBAAkB,EAAG,gBAAgB,CAAC;IAGtC,UAAU,EAAG,MAAM,CAAC;IAGpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,iBAAiB,EAAG,OAAO,CAAC;IAG5B,SAAS;CAGV"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemChapter = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const itemChaptersFeed_1 = require("./itemChaptersFeed");
15
16
  const shortid = require('shortid');
@@ -41,15 +42,15 @@ __decorate([
41
42
  __metadata("design:type", Object)
42
43
  ], ItemChapter.prototype, "end_time", void 0);
43
44
  __decorate([
44
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
45
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
45
46
  __metadata("design:type", Object)
46
47
  ], ItemChapter.prototype, "title", void 0);
47
48
  __decorate([
48
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
49
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
49
50
  __metadata("design:type", Object)
50
51
  ], ItemChapter.prototype, "img", void 0);
51
52
  __decorate([
52
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
53
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
53
54
  __metadata("design:type", Object)
54
55
  ], ItemChapter.prototype, "web_url", void 0);
55
56
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemChapterLocation.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChapterLocation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAE7D,qBAEa,mBAAmB;IAE9B,EAAE,EAAG,MAAM,CAAC;IAIZ,YAAY,EAAG,WAAW,CAAC;IAG3B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
1
+ {"version":3,"file":"itemChapterLocation.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChapterLocation.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAE7D,qBAEa,mBAAmB;IAE9B,EAAE,EAAG,MAAM,CAAC;IAIZ,YAAY,EAAG,WAAW,CAAC;IAG3B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemChapterLocation = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const itemChapter_1 = require("@orm/entities/item/itemChapter");
15
16
  let ItemChapterLocation = class ItemChapterLocation {
@@ -25,15 +26,15 @@ __decorate([
25
26
  __metadata("design:type", itemChapter_1.ItemChapter)
26
27
  ], ItemChapterLocation.prototype, "item_chapter", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
29
30
  __metadata("design:type", Object)
30
31
  ], ItemChapterLocation.prototype, "geo", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
33
34
  __metadata("design:type", Object)
34
35
  ], ItemChapterLocation.prototype, "osm", void 0);
35
36
  __decorate([
36
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
37
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
37
38
  __metadata("design:type", Object)
38
39
  ], ItemChapterLocation.prototype, "name", void 0);
39
40
  exports.ItemChapterLocation = ItemChapterLocation = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemChaptersFeed.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChaptersFeed.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAE7E,qBACa,gBAAgB;IAE3B,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,GAAG,EAAG,MAAM,CAAC;IAGb,IAAI,EAAG,MAAM,CAAC;IAGd,sBAAsB,EAAG,mBAAmB,CAAC;CAC9C"}
1
+ {"version":3,"file":"itemChaptersFeed.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChaptersFeed.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAE7E,qBACa,gBAAgB;IAE3B,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,GAAG,EAAG,MAAM,CAAC;IAGb,IAAI,EAAG,MAAM,CAAC;IAGd,sBAAsB,EAAG,mBAAmB,CAAC;CAC9C"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemChaptersFeed = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const item_1 = require("@orm/entities/item/item");
15
16
  const itemChaptersFeedLog_1 = require("@orm/entities/item/itemChaptersFeedLog");
@@ -26,11 +27,11 @@ __decorate([
26
27
  __metadata("design:type", item_1.Item)
27
28
  ], ItemChaptersFeed.prototype, "item", void 0);
28
29
  __decorate([
29
- (0, typeorm_1.Column)({ type: 'varchar', name: 'url' }),
30
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'url', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
30
31
  __metadata("design:type", String)
31
32
  ], ItemChaptersFeed.prototype, "url", void 0);
32
33
  __decorate([
33
- (0, typeorm_1.Column)({ type: 'varchar', name: 'type' }),
34
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'type', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
34
35
  __metadata("design:type", String)
35
36
  ], ItemChaptersFeed.prototype, "type", void 0);
36
37
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemChat.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChat.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBACa,QAAQ;IAEnB,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,MAAM,EAAG,MAAM,CAAC;IAGhB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"itemChat.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemChat.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBACa,QAAQ;IAEnB,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,MAAM,EAAG,MAAM,CAAC;IAGhB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemChat = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const item_1 = require("@orm/entities/item/item");
15
16
  let ItemChat = class ItemChat {
@@ -25,19 +26,19 @@ __decorate([
25
26
  __metadata("design:type", item_1.Item)
26
27
  ], ItemChat.prototype, "item", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar' }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_fqdn }),
29
30
  __metadata("design:type", String)
30
31
  ], ItemChat.prototype, "server", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_short }),
33
34
  __metadata("design:type", Object)
34
35
  ], ItemChat.prototype, "protocol", void 0);
35
36
  __decorate([
36
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
37
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
37
38
  __metadata("design:type", Object)
38
39
  ], ItemChat.prototype, "account_id", void 0);
39
40
  __decorate([
40
- (0, typeorm_1.Column)({ type: 'varchar', nullable: true }),
41
+ (0, typeorm_1.Column)({ type: 'varchar', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
41
42
  __metadata("design:type", Object)
42
43
  ], ItemChat.prototype, "space", void 0);
43
44
  exports.ItemChat = ItemChat = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemContentLink.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemContentLink.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBACa,eAAe;IAE1B,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"itemContentLink.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemContentLink.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBACa,eAAe;IAE1B,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemContentLink = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const item_1 = require("@orm/entities/item/item");
15
16
  let ItemContentLink = class ItemContentLink {
@@ -25,11 +26,11 @@ __decorate([
25
26
  __metadata("design:type", item_1.Item)
26
27
  ], ItemContentLink.prototype, "item", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'varchar', name: 'href' }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'href', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_url }),
29
30
  __metadata("design:type", String)
30
31
  ], ItemContentLink.prototype, "href", void 0);
31
32
  __decorate([
32
- (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true }),
33
+ (0, typeorm_1.Column)({ type: 'varchar', name: 'title', nullable: true, length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_normal }),
33
34
  __metadata("design:type", Object)
34
35
  ], ItemContentLink.prototype, "title", void 0);
35
36
  exports.ItemContentLink = ItemContentLink = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemDescription.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemDescription.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBAEa,eAAe;IAE1B,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,KAAK,EAAG,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"itemDescription.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemDescription.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBAEa,eAAe;IAE1B,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,KAAK,EAAG,MAAM,CAAC;CAChB"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.ItemDescription = void 0;
13
+ const podverse_helpers_1 = require("podverse-helpers");
13
14
  const typeorm_1 = require("typeorm");
14
15
  const item_1 = require("@orm/entities/item/item");
15
16
  let ItemDescription = class ItemDescription {
@@ -25,7 +26,7 @@ __decorate([
25
26
  __metadata("design:type", item_1.Item)
26
27
  ], ItemDescription.prototype, "item", void 0);
27
28
  __decorate([
28
- (0, typeorm_1.Column)({ type: 'text' }),
29
+ (0, typeorm_1.Column)({ type: 'varchar', length: podverse_helpers_1.DATABASE_CONSTANTS.varchar_long }),
29
30
  __metadata("design:type", String)
30
31
  ], ItemDescription.prototype, "value", void 0);
31
32
  exports.ItemDescription = ItemDescription = __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"itemEnclosure.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemEnclosure.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBACa,aAAa;IAExB,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,sBAAsB,EAAG,OAAO,CAAC;CAClC"}
1
+ {"version":3,"file":"itemEnclosure.d.ts","sourceRoot":"","sources":["../../../src/entities/item/itemEnclosure.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,qBACa,aAAa;IAExB,EAAE,EAAG,MAAM,CAAC;IAIZ,IAAI,EAAG,IAAI,CAAC;IAGZ,IAAI,EAAG,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,sBAAsB,EAAG,OAAO,CAAC;CAClC"}