@inverted-tech/fragments 0.3.2 → 0.3.4

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 (829) hide show
  1. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.js +18 -18
  2. package/dist/esm/Authentication/UserRecord_pb.js +49 -2
  3. package/dist/esm/Authentication/connect/Backup_connect.js +48 -2
  4. package/dist/esm/Authentication/connect/ServiceInterface_connect.js +26 -2
  5. package/dist/esm/Authentication/connect/UserInterface_connect.js +303 -2
  6. package/dist/esm/Authentication/connect/index.js +1 -3
  7. package/dist/esm/Authentication/index.js +4 -0
  8. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.js +1 -1
  9. package/dist/esm/Authorization/Events/EventError_pb.js +326 -2
  10. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.js +1 -1
  11. package/dist/esm/Authorization/Events/EventRecord_pb.js +149 -2
  12. package/dist/esm/Authorization/Events/EventTicketRecord_pb.js +50 -2
  13. package/dist/esm/Authorization/Events/EventsSettings_pb.js +25 -2
  14. package/dist/esm/Authorization/Events/TicketClassRecord_pb.js +41 -2
  15. package/dist/esm/Authorization/Events/connect/AdminEventInterface_connect.js +112 -2
  16. package/dist/esm/Authorization/Events/connect/EventInterface_connect.js +76 -2
  17. package/dist/esm/Authorization/Events/connect/index.js +1 -2
  18. package/dist/esm/Authorization/Events/index.js +3 -0
  19. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.js +1 -1
  20. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.js +1 -1
  21. package/dist/esm/Authorization/Payment/Crypto/BitcoinRecords_pb.js +19 -2
  22. package/dist/esm/Authorization/Payment/Crypto/BitcoinService_pb.js +14 -2
  23. package/dist/esm/Authorization/Payment/Crypto/CryptoRecords_pb.js +18 -2
  24. package/dist/esm/Authorization/Payment/Crypto/CryptoSettings_pb.js +13 -2
  25. package/dist/esm/Authorization/Payment/Crypto/connect/Backup_connect.js +37 -2
  26. package/dist/esm/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +58 -2
  27. package/dist/esm/Authorization/Payment/Crypto/connect/index.js +1 -2
  28. package/dist/esm/Authorization/Payment/Crypto/index.js +3 -0
  29. package/dist/esm/Authorization/Payment/DataRecords_pb.js +30 -2
  30. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.js +1 -1
  31. package/dist/esm/Authorization/Payment/Fortis/FortisSettings_pb.js +18 -2
  32. package/dist/esm/Authorization/Payment/Fortis/PlanRecord_pb.js +18 -2
  33. package/dist/esm/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +22 -2
  34. package/dist/esm/Authorization/Payment/Fortis/connect/index.js +1 -1
  35. package/dist/esm/Authorization/Payment/Fortis/index.js +2 -0
  36. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.js +1 -1
  37. package/dist/esm/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +13 -2
  38. package/dist/esm/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +14 -2
  39. package/dist/esm/Authorization/Payment/Manual/connect/Backup_connect.js +37 -2
  40. package/dist/esm/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +85 -2
  41. package/dist/esm/Authorization/Payment/Manual/connect/index.js +1 -2
  42. package/dist/esm/Authorization/Payment/Manual/index.js +3 -0
  43. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.js +1 -1
  44. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.js +1 -1
  45. package/dist/esm/Authorization/Payment/Paypal/PaypalRecords_pb.js +13 -2
  46. package/dist/esm/Authorization/Payment/Paypal/PaypalSettings_pb.js +18 -2
  47. package/dist/esm/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +22 -2
  48. package/dist/esm/Authorization/Payment/Paypal/connect/index.js +1 -1
  49. package/dist/esm/Authorization/Payment/Paypal/index.js +2 -0
  50. package/dist/esm/Authorization/Payment/SharedTypes_pb.js +92 -2
  51. package/dist/esm/Authorization/Payment/Stripe/ProductRecord_pb.js +18 -2
  52. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.js +1 -1
  53. package/dist/esm/Authorization/Payment/Stripe/StripeRecords_pb.js +18 -2
  54. package/dist/esm/Authorization/Payment/Stripe/StripeSettings_pb.js +18 -2
  55. package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +76 -2
  56. package/dist/esm/Authorization/Payment/Stripe/connect/index.js +1 -1
  57. package/dist/esm/Authorization/Payment/Stripe/index.js +2 -0
  58. package/dist/esm/Authorization/Payment/connect/AdminPaymentInterface_connect.js +94 -2
  59. package/dist/esm/Authorization/Payment/connect/BackupInterface_connect.js +37 -2
  60. package/dist/esm/Authorization/Payment/connect/PaymentInterface_connect.js +85 -2
  61. package/dist/esm/Authorization/Payment/connect/index.js +1 -8
  62. package/dist/esm/Authorization/Payment/index.js +4 -0
  63. package/dist/esm/Authorization/SharedTypes_pb.js +13 -2
  64. package/dist/esm/Authorization/connect/Claims_connect.js +26 -2
  65. package/dist/esm/Authorization/connect/index.js +1 -3
  66. package/dist/esm/Authorization/index.js +2 -0
  67. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.js +1 -1
  68. package/dist/esm/Comment/CommentRecord_pb.js +34 -2
  69. package/dist/esm/Comment/SharedTypes_pb.js +65 -2
  70. package/dist/esm/Comment/connect/CommentInterface_connect.js +123 -2
  71. package/dist/esm/Comment/connect/index.js +1 -1
  72. package/dist/esm/Comment/index.js +2 -0
  73. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.js +1 -1
  74. package/dist/esm/Content/AssetRecord_pb.js +15 -2
  75. package/dist/esm/Content/AudioAssetRecord_pb.js +39 -2
  76. package/dist/esm/Content/ContentRecord_pb.js +74 -2
  77. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.js +1 -1
  78. package/dist/esm/Content/ImageAssetRecord_pb.js +39 -2
  79. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.js +1 -1
  80. package/dist/esm/Content/Music/MusicRecord_pb.js +74 -2
  81. package/dist/esm/Content/Music/connect/MusicInterface_connect.js +168 -2
  82. package/dist/esm/Content/Music/connect/index.js +1 -1
  83. package/dist/esm/Content/Music/index.js +2 -0
  84. package/dist/esm/Content/SharedTypes_pb.js +30 -2
  85. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.js +1 -1
  86. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.js +1 -1
  87. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.js +1 -1
  88. package/dist/esm/Content/Stats/StatsRecords_pb.js +34 -2
  89. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.js +1 -1
  90. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.js +1 -1
  91. package/dist/esm/Content/Stats/connect/StatsLikeInterface_connect.js +31 -2
  92. package/dist/esm/Content/Stats/connect/StatsProgressInterface_connect.js +22 -2
  93. package/dist/esm/Content/Stats/connect/StatsQueryInterface_connect.js +67 -2
  94. package/dist/esm/Content/Stats/connect/StatsSaveInterface_connect.js +31 -2
  95. package/dist/esm/Content/Stats/connect/StatsShareInterface_connect.js +22 -2
  96. package/dist/esm/Content/Stats/connect/StatsViewInterface_connect.js +22 -2
  97. package/dist/esm/Content/Stats/connect/index.js +1 -6
  98. package/dist/esm/Content/Stats/index.js +7 -0
  99. package/dist/esm/Content/connect/AssetBackup_connect.js +37 -2
  100. package/dist/esm/Content/connect/AssetInterface_connect.js +87 -2
  101. package/dist/esm/Content/connect/Backup_connect.js +49 -2
  102. package/dist/esm/Content/connect/Content_connect.js +168 -2
  103. package/dist/esm/Content/connect/Rumble_connect.js +53 -2
  104. package/dist/esm/Content/connect/Video_connect.js +22 -2
  105. package/dist/esm/Content/connect/index.js +1 -8
  106. package/dist/esm/Content/index.js +6 -0
  107. package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +19 -2
  108. package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +40 -2
  109. package/dist/esm/CreatorDashboard/Settings/connect/index.js +1 -1
  110. package/dist/esm/CreatorDashboard/Settings/index.js +2 -0
  111. package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +49 -2
  112. package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +49 -2
  113. package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +67 -2
  114. package/dist/esm/CreatorDashboard/Subscribers/connect/index.js +1 -1
  115. package/dist/esm/CreatorDashboard/Subscribers/index.js +2 -0
  116. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Errors_pb.js → Errors_pb.js} +1 -1
  117. package/dist/esm/Generic/connect/ServiceOps_connect.js +37 -2
  118. package/dist/esm/Generic/connect/index.js +1 -1
  119. package/dist/esm/Generic/index.js +2 -1
  120. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.js +1 -1
  121. package/dist/esm/Notification/NotificationSettings_pb.js +13 -2
  122. package/dist/esm/Notification/NotificationUserRecord_pb.js +14 -2
  123. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.js +1 -1
  124. package/dist/esm/Notification/UserNotificationSettingsRecord_pb.js +19 -2
  125. package/dist/esm/Notification/connect/NotificationInterface_connect.js +24 -2
  126. package/dist/esm/Notification/connect/UserNotificationInterface_connect.js +60 -2
  127. package/dist/esm/Notification/connect/index.js +1 -2
  128. package/dist/esm/Notification/index.js +3 -0
  129. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.js +1 -1
  130. package/dist/esm/Page/PageRecord_pb.js +34 -2
  131. package/dist/esm/Page/connect/PageInterface_connect.js +123 -2
  132. package/dist/esm/Page/connect/index.js +1 -1
  133. package/dist/esm/Page/index.js +2 -0
  134. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.js +1 -1
  135. package/dist/esm/Settings/SettingsRecord_pb.js +129 -2
  136. package/dist/esm/Settings/connect/Backup_connect.js +37 -2
  137. package/dist/esm/Settings/connect/SettingsInterface_connect.js +273 -2
  138. package/dist/esm/Settings/connect/index.js +1 -2
  139. package/dist/esm/Settings/index.js +3 -0
  140. package/dist/esm/index.js +12 -3
  141. package/dist/esm/validation.js +16 -13
  142. package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.d.ts +15 -15
  143. package/dist/protos/Authentication/UserRecord_pb.d.ts +255 -1
  144. package/dist/protos/Authentication/connect/Backup_connect.d.ts +43 -1
  145. package/dist/protos/Authentication/connect/ServiceInterface_connect.d.ts +21 -1
  146. package/dist/protos/Authentication/connect/UserInterface_connect.d.ts +298 -1
  147. package/dist/protos/Authentication/connect/index.d.ts +1 -3
  148. package/dist/protos/Authentication/index.d.ts +4 -0
  149. package/dist/protos/Authorization/Events/EventError_pb.d.ts +399 -1
  150. package/dist/protos/Authorization/Events/EventRecord_pb.d.ts +672 -1
  151. package/dist/protos/Authorization/Events/EventTicketRecord_pb.d.ts +134 -1
  152. package/dist/protos/Authorization/Events/EventsSettings_pb.d.ts +56 -1
  153. package/dist/protos/Authorization/Events/TicketClassRecord_pb.d.ts +120 -1
  154. package/dist/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +107 -1
  155. package/dist/protos/Authorization/Events/connect/EventInterface_connect.d.ts +71 -1
  156. package/dist/protos/Authorization/Events/connect/index.d.ts +1 -2
  157. package/dist/protos/Authorization/Events/index.d.ts +3 -0
  158. package/dist/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +85 -1
  159. package/dist/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +27 -1
  160. package/dist/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +38 -1
  161. package/dist/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +20 -1
  162. package/dist/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +32 -1
  163. package/dist/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +53 -1
  164. package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +1 -2
  165. package/dist/protos/Authorization/Payment/Crypto/index.d.ts +3 -0
  166. package/dist/protos/Authorization/Payment/DataRecords_pb.d.ts +302 -1
  167. package/dist/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +50 -1
  168. package/dist/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +38 -1
  169. package/dist/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +17 -1
  170. package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -1
  171. package/dist/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
  172. package/dist/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +20 -1
  173. package/dist/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +59 -1
  174. package/dist/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +32 -1
  175. package/dist/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +80 -1
  176. package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +1 -2
  177. package/dist/protos/Authorization/Payment/Manual/index.d.ts +3 -0
  178. package/dist/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +24 -1
  179. package/dist/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +42 -1
  180. package/dist/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +17 -1
  181. package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -1
  182. package/dist/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
  183. package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +124 -1
  184. package/dist/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +50 -1
  185. package/dist/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +34 -1
  186. package/dist/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +46 -1
  187. package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +71 -1
  188. package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -1
  189. package/dist/protos/Authorization/Payment/Stripe/index.d.ts +2 -0
  190. package/dist/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +89 -1
  191. package/dist/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +32 -1
  192. package/dist/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +80 -1
  193. package/dist/protos/Authorization/Payment/connect/index.d.ts +1 -8
  194. package/dist/protos/Authorization/Payment/index.d.ts +4 -0
  195. package/dist/protos/Authorization/SharedTypes_pb.d.ts +32 -1
  196. package/dist/protos/Authorization/connect/Claims_connect.d.ts +21 -1
  197. package/dist/protos/Authorization/connect/index.d.ts +1 -3
  198. package/dist/protos/Authorization/index.d.ts +2 -0
  199. package/dist/protos/Comment/CommentRecord_pb.d.ts +151 -1
  200. package/dist/protos/Comment/SharedTypes_pb.d.ts +74 -1
  201. package/dist/protos/Comment/connect/CommentInterface_connect.d.ts +118 -1
  202. package/dist/protos/Comment/connect/index.d.ts +1 -1
  203. package/dist/protos/Comment/index.d.ts +2 -0
  204. package/dist/protos/Content/AssetRecord_pb.d.ts +37 -1
  205. package/dist/protos/Content/AudioAssetRecord_pb.d.ts +147 -1
  206. package/dist/protos/Content/ContentRecord_pb.d.ts +363 -1
  207. package/dist/protos/Content/ImageAssetRecord_pb.d.ts +151 -1
  208. package/dist/protos/Content/Music/MusicRecord_pb.d.ts +363 -1
  209. package/dist/protos/Content/Music/connect/MusicInterface_connect.d.ts +163 -1
  210. package/dist/protos/Content/Music/connect/index.d.ts +1 -1
  211. package/dist/protos/Content/Music/index.d.ts +2 -0
  212. package/dist/protos/Content/SharedTypes_pb.d.ts +26 -1
  213. package/dist/protos/Content/Stats/StatsRecords_pb.d.ts +153 -1
  214. package/dist/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +26 -1
  215. package/dist/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +17 -1
  216. package/dist/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +62 -1
  217. package/dist/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +26 -1
  218. package/dist/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +17 -1
  219. package/dist/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +17 -1
  220. package/dist/protos/Content/Stats/connect/index.d.ts +1 -6
  221. package/dist/protos/Content/Stats/index.d.ts +7 -0
  222. package/dist/protos/Content/connect/AssetBackup_connect.d.ts +32 -1
  223. package/dist/protos/Content/connect/AssetInterface_connect.d.ts +82 -1
  224. package/dist/protos/Content/connect/Backup_connect.d.ts +43 -1
  225. package/dist/protos/Content/connect/Content_connect.d.ts +163 -1
  226. package/dist/protos/Content/connect/Rumble_connect.d.ts +48 -1
  227. package/dist/protos/Content/connect/Video_connect.d.ts +17 -1
  228. package/dist/protos/Content/connect/index.d.ts +1 -8
  229. package/dist/protos/Content/index.d.ts +6 -0
  230. package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +61 -1
  231. package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +35 -1
  232. package/dist/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -1
  233. package/dist/protos/CreatorDashboard/Settings/index.d.ts +2 -0
  234. package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +186 -1
  235. package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +186 -1
  236. package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +62 -1
  237. package/dist/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -1
  238. package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
  239. package/dist/protos/Generic/connect/ServiceOps_connect.d.ts +32 -1
  240. package/dist/protos/Generic/connect/index.d.ts +1 -1
  241. package/dist/protos/Generic/index.d.ts +2 -1
  242. package/dist/protos/Notification/NotificationSettings_pb.d.ts +28 -1
  243. package/dist/protos/Notification/NotificationUserRecord_pb.d.ts +43 -1
  244. package/dist/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +107 -1
  245. package/dist/protos/Notification/connect/NotificationInterface_connect.d.ts +19 -1
  246. package/dist/protos/Notification/connect/UserNotificationInterface_connect.d.ts +55 -1
  247. package/dist/protos/Notification/connect/index.d.ts +1 -2
  248. package/dist/protos/Notification/index.d.ts +3 -0
  249. package/dist/protos/Page/PageRecord_pb.d.ts +171 -1
  250. package/dist/protos/Page/connect/PageInterface_connect.d.ts +118 -1
  251. package/dist/protos/Page/connect/index.d.ts +1 -1
  252. package/dist/protos/Page/index.d.ts +2 -0
  253. package/dist/protos/Settings/SettingsRecord_pb.d.ts +513 -1
  254. package/dist/protos/Settings/connect/Backup_connect.d.ts +32 -1
  255. package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +268 -1
  256. package/dist/protos/Settings/connect/index.d.ts +1 -2
  257. package/dist/protos/Settings/index.d.ts +3 -0
  258. package/dist/protos/index.d.ts +11 -1
  259. package/dist/protos/validation.d.ts +1 -1
  260. package/package.json +8 -4
  261. package/dist/esm/CreatorDashboard/connect/index.js +0 -3
  262. package/dist/esm/connect.js +0 -2
  263. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +0 -48
  264. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +0 -26
  265. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +0 -303
  266. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +0 -49
  267. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/connect.js +0 -4
  268. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +0 -2
  269. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +0 -26
  270. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +0 -112
  271. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +0 -326
  272. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +0 -76
  273. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +0 -149
  274. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +0 -50
  275. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +0 -25
  276. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +0 -41
  277. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.js +0 -3
  278. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +0 -6
  279. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.js +0 -94
  280. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.js +0 -37
  281. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +0 -37
  282. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +0 -58
  283. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -19
  284. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -14
  285. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -18
  286. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -13
  287. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js +0 -3
  288. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +0 -5
  289. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.js +0 -30
  290. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +0 -22
  291. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -18
  292. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -18
  293. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js +0 -2
  294. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +0 -3
  295. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +0 -37
  296. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +0 -85
  297. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -13
  298. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -14
  299. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js +0 -3
  300. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +0 -3
  301. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +0 -85
  302. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +0 -22
  303. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -13
  304. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -18
  305. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js +0 -2
  306. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +0 -3
  307. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +0 -92
  308. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -18
  309. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +0 -76
  310. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -18
  311. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -18
  312. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js +0 -2
  313. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +0 -4
  314. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.js +0 -9
  315. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +0 -8
  316. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +0 -13
  317. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/connect.js +0 -4
  318. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +0 -4
  319. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +0 -123
  320. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +0 -34
  321. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +0 -65
  322. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/connect.js +0 -2
  323. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +0 -3
  324. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +0 -37
  325. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +0 -87
  326. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +0 -15
  327. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +0 -39
  328. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +0 -48
  329. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +0 -83
  330. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +0 -74
  331. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +0 -168
  332. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +0 -39
  333. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +0 -168
  334. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +0 -74
  335. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.js +0 -2
  336. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +0 -2
  337. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +0 -53
  338. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +0 -30
  339. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +0 -31
  340. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +0 -22
  341. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +0 -67
  342. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +0 -34
  343. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +0 -31
  344. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +0 -22
  345. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +0 -22
  346. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.js +0 -7
  347. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +0 -2
  348. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +0 -22
  349. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/connect.js +0 -9
  350. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +0 -8
  351. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -19
  352. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +0 -40
  353. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js +0 -2
  354. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +0 -2
  355. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +0 -49
  356. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +0 -67
  357. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +0 -49
  358. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js +0 -2
  359. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +0 -3
  360. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.js +0 -3
  361. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +0 -3
  362. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +0 -37
  363. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/connect.js +0 -2
  364. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +0 -2
  365. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +0 -24
  366. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +0 -13
  367. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +0 -14
  368. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +0 -60
  369. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +0 -19
  370. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/connect.js +0 -3
  371. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +0 -4
  372. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +0 -123
  373. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +0 -34
  374. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/connect.js +0 -2
  375. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +0 -2
  376. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +0 -37
  377. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +0 -273
  378. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +0 -129
  379. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/connect.js +0 -3
  380. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +0 -2
  381. package/dist/esm/gen/Protos/IT/WebServices/Fragments/connect.js +0 -10
  382. package/dist/esm/gen/Protos/IT/WebServices/Fragments/index.js +0 -12
  383. package/dist/esm/gen/Protos/IT/WebServices/connect.js +0 -2
  384. package/dist/esm/gen/Protos/IT/WebServices/index.js +0 -2
  385. package/dist/esm/gen/Protos/IT/connect.js +0 -2
  386. package/dist/esm/gen/Protos/IT/index.js +0 -2
  387. package/dist/esm/gen/Protos/buf/index.js +0 -2
  388. package/dist/esm/gen/Protos/buf/validate/index.js +0 -2
  389. package/dist/esm/gen/Protos/buf/validate/validate_pb.js +0 -5
  390. package/dist/esm/gen/Protos/connect.js +0 -2
  391. package/dist/esm/gen/Protos/index.js +0 -3
  392. package/dist/esm/gen/buf/index.js +0 -2
  393. package/dist/esm/gen/buf/validate/index.js +0 -2
  394. package/dist/esm/gen/connect.js +0 -2
  395. package/dist/esm/gen/google/api/index.js +0 -3
  396. package/dist/esm/gen/google/index.js +0 -2
  397. package/dist/esm/gen/index.js +0 -4
  398. package/dist/esm/protos/Authentication/UserRecord_pb.js +0 -2
  399. package/dist/esm/protos/Authentication/connect/Backup_connect.js +0 -2
  400. package/dist/esm/protos/Authentication/connect/ServiceInterface_connect.js +0 -2
  401. package/dist/esm/protos/Authentication/connect/UserInterface_connect.js +0 -2
  402. package/dist/esm/protos/Authentication/connect/index.js +0 -4
  403. package/dist/esm/protos/Authentication/index.js +0 -2
  404. package/dist/esm/protos/Authorization/Events/EventError_pb.js +0 -2
  405. package/dist/esm/protos/Authorization/Events/EventRecord_pb.js +0 -2
  406. package/dist/esm/protos/Authorization/Events/EventTicketRecord_pb.js +0 -2
  407. package/dist/esm/protos/Authorization/Events/EventsSettings_pb.js +0 -2
  408. package/dist/esm/protos/Authorization/Events/TicketClassRecord_pb.js +0 -2
  409. package/dist/esm/protos/Authorization/Events/connect/AdminEventInterface_connect.js +0 -2
  410. package/dist/esm/protos/Authorization/Events/connect/EventInterface_connect.js +0 -2
  411. package/dist/esm/protos/Authorization/Events/connect/index.js +0 -3
  412. package/dist/esm/protos/Authorization/Events/index.js +0 -6
  413. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -2
  414. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -2
  415. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -2
  416. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -2
  417. package/dist/esm/protos/Authorization/Payment/Crypto/connect/Backup_connect.js +0 -2
  418. package/dist/esm/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +0 -2
  419. package/dist/esm/protos/Authorization/Payment/Crypto/connect/index.js +0 -3
  420. package/dist/esm/protos/Authorization/Payment/Crypto/index.js +0 -5
  421. package/dist/esm/protos/Authorization/Payment/DataRecords_pb.js +0 -2
  422. package/dist/esm/protos/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -2
  423. package/dist/esm/protos/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -2
  424. package/dist/esm/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +0 -2
  425. package/dist/esm/protos/Authorization/Payment/Fortis/connect/index.js +0 -2
  426. package/dist/esm/protos/Authorization/Payment/Fortis/index.js +0 -3
  427. package/dist/esm/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -2
  428. package/dist/esm/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -2
  429. package/dist/esm/protos/Authorization/Payment/Manual/connect/Backup_connect.js +0 -2
  430. package/dist/esm/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +0 -2
  431. package/dist/esm/protos/Authorization/Payment/Manual/connect/index.js +0 -3
  432. package/dist/esm/protos/Authorization/Payment/Manual/index.js +0 -3
  433. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -2
  434. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -2
  435. package/dist/esm/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +0 -2
  436. package/dist/esm/protos/Authorization/Payment/Paypal/connect/index.js +0 -2
  437. package/dist/esm/protos/Authorization/Payment/Paypal/index.js +0 -3
  438. package/dist/esm/protos/Authorization/Payment/SharedTypes_pb.js +0 -2
  439. package/dist/esm/protos/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -2
  440. package/dist/esm/protos/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -2
  441. package/dist/esm/protos/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -2
  442. package/dist/esm/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
  443. package/dist/esm/protos/Authorization/Payment/Stripe/connect/index.js +0 -2
  444. package/dist/esm/protos/Authorization/Payment/Stripe/index.js +0 -4
  445. package/dist/esm/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.js +0 -2
  446. package/dist/esm/protos/Authorization/Payment/connect/BackupInterface_connect.js +0 -2
  447. package/dist/esm/protos/Authorization/Payment/connect/PaymentInterface_connect.js +0 -2
  448. package/dist/esm/protos/Authorization/Payment/connect/index.js +0 -9
  449. package/dist/esm/protos/Authorization/Payment/index.js +0 -8
  450. package/dist/esm/protos/Authorization/SharedTypes_pb.js +0 -2
  451. package/dist/esm/protos/Authorization/connect/Claims_connect.js +0 -2
  452. package/dist/esm/protos/Authorization/connect/index.js +0 -4
  453. package/dist/esm/protos/Authorization/index.js +0 -4
  454. package/dist/esm/protos/Comment/CommentRecord_pb.js +0 -2
  455. package/dist/esm/protos/Comment/SharedTypes_pb.js +0 -2
  456. package/dist/esm/protos/Comment/connect/CommentInterface_connect.js +0 -2
  457. package/dist/esm/protos/Comment/connect/index.js +0 -2
  458. package/dist/esm/protos/Comment/index.js +0 -3
  459. package/dist/esm/protos/Content/AssetRecord_pb.js +0 -2
  460. package/dist/esm/protos/Content/AudioAssetRecord_pb.js +0 -2
  461. package/dist/esm/protos/Content/ContentRecord_pb.js +0 -2
  462. package/dist/esm/protos/Content/ImageAssetRecord_pb.js +0 -2
  463. package/dist/esm/protos/Content/Music/MusicRecord_pb.js +0 -2
  464. package/dist/esm/protos/Content/Music/connect/MusicInterface_connect.js +0 -2
  465. package/dist/esm/protos/Content/Music/connect/index.js +0 -2
  466. package/dist/esm/protos/Content/Music/index.js +0 -2
  467. package/dist/esm/protos/Content/SharedTypes_pb.js +0 -2
  468. package/dist/esm/protos/Content/Stats/StatsRecords_pb.js +0 -2
  469. package/dist/esm/protos/Content/Stats/connect/StatsLikeInterface_connect.js +0 -2
  470. package/dist/esm/protos/Content/Stats/connect/StatsProgressInterface_connect.js +0 -2
  471. package/dist/esm/protos/Content/Stats/connect/StatsQueryInterface_connect.js +0 -2
  472. package/dist/esm/protos/Content/Stats/connect/StatsSaveInterface_connect.js +0 -2
  473. package/dist/esm/protos/Content/Stats/connect/StatsShareInterface_connect.js +0 -2
  474. package/dist/esm/protos/Content/Stats/connect/StatsViewInterface_connect.js +0 -2
  475. package/dist/esm/protos/Content/Stats/connect/index.js +0 -7
  476. package/dist/esm/protos/Content/Stats/index.js +0 -2
  477. package/dist/esm/protos/Content/connect/AssetBackup_connect.js +0 -2
  478. package/dist/esm/protos/Content/connect/AssetInterface_connect.js +0 -2
  479. package/dist/esm/protos/Content/connect/Backup_connect.js +0 -2
  480. package/dist/esm/protos/Content/connect/Content_connect.js +0 -2
  481. package/dist/esm/protos/Content/connect/Rumble_connect.js +0 -2
  482. package/dist/esm/protos/Content/connect/Video_connect.js +0 -2
  483. package/dist/esm/protos/Content/connect/index.js +0 -9
  484. package/dist/esm/protos/Content/index.js +0 -8
  485. package/dist/esm/protos/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -2
  486. package/dist/esm/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.js +0 -2
  487. package/dist/esm/protos/CreatorDashboard/Settings/connect/index.js +0 -2
  488. package/dist/esm/protos/CreatorDashboard/Settings/index.js +0 -2
  489. package/dist/esm/protos/CreatorDashboard/Subscribers/Ban_pb.js +0 -2
  490. package/dist/esm/protos/CreatorDashboard/Subscribers/Mute_pb.js +0 -2
  491. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/Manage_connect.js +0 -2
  492. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/index.js +0 -2
  493. package/dist/esm/protos/CreatorDashboard/Subscribers/index.js +0 -3
  494. package/dist/esm/protos/CreatorDashboard/connect/index.js +0 -3
  495. package/dist/esm/protos/CreatorDashboard/index.js +0 -3
  496. package/dist/esm/protos/Generic/connect/ServiceOps_connect.js +0 -2
  497. package/dist/esm/protos/Generic/connect/index.js +0 -2
  498. package/dist/esm/protos/Generic/index.js +0 -2
  499. package/dist/esm/protos/Notification/NotificationSettings_pb.js +0 -2
  500. package/dist/esm/protos/Notification/NotificationUserRecord_pb.js +0 -2
  501. package/dist/esm/protos/Notification/UserNotificationSettingsRecord_pb.js +0 -2
  502. package/dist/esm/protos/Notification/connect/NotificationInterface_connect.js +0 -2
  503. package/dist/esm/protos/Notification/connect/UserNotificationInterface_connect.js +0 -2
  504. package/dist/esm/protos/Notification/connect/index.js +0 -3
  505. package/dist/esm/protos/Notification/index.js +0 -4
  506. package/dist/esm/protos/Page/PageRecord_pb.js +0 -2
  507. package/dist/esm/protos/Page/connect/PageInterface_connect.js +0 -2
  508. package/dist/esm/protos/Page/connect/index.js +0 -2
  509. package/dist/esm/protos/Page/index.js +0 -2
  510. package/dist/esm/protos/Settings/SettingsRecord_pb.js +0 -2
  511. package/dist/esm/protos/Settings/connect/Backup_connect.js +0 -2
  512. package/dist/esm/protos/Settings/connect/SettingsInterface_connect.js +0 -2
  513. package/dist/esm/protos/Settings/connect/index.js +0 -3
  514. package/dist/esm/protos/Settings/index.js +0 -2
  515. package/dist/esm/protos/index.js +0 -2
  516. package/dist/protos/CreatorDashboard/connect/index.d.ts +0 -2
  517. package/dist/protos/connect.d.ts +0 -1
  518. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -43
  519. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -21
  520. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -298
  521. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -255
  522. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/connect.d.ts +0 -3
  523. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -1
  524. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -21
  525. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -107
  526. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -399
  527. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -71
  528. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -672
  529. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -134
  530. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -56
  531. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +0 -120
  532. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.d.ts +0 -2
  533. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
  534. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +0 -89
  535. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +0 -32
  536. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -32
  537. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -53
  538. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -85
  539. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -27
  540. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -38
  541. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -20
  542. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts +0 -2
  543. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -4
  544. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +0 -302
  545. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -17
  546. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -50
  547. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -38
  548. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts +0 -1
  549. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -2
  550. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -32
  551. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -80
  552. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -20
  553. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -59
  554. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts +0 -2
  555. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -2
  556. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -80
  557. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -17
  558. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -24
  559. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -42
  560. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts +0 -1
  561. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -2
  562. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -124
  563. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -50
  564. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -71
  565. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -34
  566. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -46
  567. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts +0 -1
  568. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -3
  569. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +0 -8
  570. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -7
  571. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -32
  572. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +0 -3
  573. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -3
  574. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -118
  575. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -151
  576. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -74
  577. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/connect.d.ts +0 -1
  578. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -2
  579. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -32
  580. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -82
  581. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -37
  582. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -147
  583. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -43
  584. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -232
  585. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -363
  586. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -163
  587. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -151
  588. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -163
  589. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -363
  590. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.d.ts +0 -1
  591. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -1
  592. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -48
  593. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -26
  594. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -26
  595. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -17
  596. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -62
  597. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -153
  598. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -26
  599. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -17
  600. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -17
  601. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.d.ts +0 -6
  602. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -1
  603. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -17
  604. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/connect.d.ts +0 -8
  605. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -7
  606. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -61
  607. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -35
  608. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts +0 -1
  609. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -1
  610. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -186
  611. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -62
  612. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -186
  613. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts +0 -1
  614. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -2
  615. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +0 -2
  616. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +0 -2
  617. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -32
  618. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/connect.d.ts +0 -1
  619. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -1
  620. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -19
  621. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -28
  622. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -43
  623. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -55
  624. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -107
  625. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/connect.d.ts +0 -2
  626. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -3
  627. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -118
  628. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -171
  629. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/connect.d.ts +0 -1
  630. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -1
  631. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -32
  632. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -268
  633. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -513
  634. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/connect.d.ts +0 -2
  635. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -1
  636. package/dist/protos/gen/Protos/IT/WebServices/Fragments/connect.d.ts +0 -9
  637. package/dist/protos/gen/Protos/IT/WebServices/Fragments/index.d.ts +0 -11
  638. package/dist/protos/gen/Protos/IT/WebServices/connect.d.ts +0 -1
  639. package/dist/protos/gen/Protos/IT/WebServices/index.d.ts +0 -1
  640. package/dist/protos/gen/Protos/IT/connect.d.ts +0 -1
  641. package/dist/protos/gen/Protos/IT/index.d.ts +0 -1
  642. package/dist/protos/gen/Protos/buf/index.d.ts +0 -1
  643. package/dist/protos/gen/Protos/buf/validate/index.d.ts +0 -1
  644. package/dist/protos/gen/Protos/buf/validate/validate_pb.d.ts +0 -2
  645. package/dist/protos/gen/Protos/connect.d.ts +0 -1
  646. package/dist/protos/gen/Protos/index.d.ts +0 -2
  647. package/dist/protos/gen/buf/index.d.ts +0 -1
  648. package/dist/protos/gen/buf/validate/index.d.ts +0 -1
  649. package/dist/protos/gen/connect.d.ts +0 -1
  650. package/dist/protos/gen/google/api/index.d.ts +0 -2
  651. package/dist/protos/gen/google/index.d.ts +0 -1
  652. package/dist/protos/gen/index.d.ts +0 -3
  653. package/dist/protos/protos/Authentication/UserRecord_pb.d.ts +0 -1
  654. package/dist/protos/protos/Authentication/connect/Backup_connect.d.ts +0 -1
  655. package/dist/protos/protos/Authentication/connect/ServiceInterface_connect.d.ts +0 -1
  656. package/dist/protos/protos/Authentication/connect/UserInterface_connect.d.ts +0 -1
  657. package/dist/protos/protos/Authentication/connect/index.d.ts +0 -3
  658. package/dist/protos/protos/Authentication/index.d.ts +0 -1
  659. package/dist/protos/protos/Authorization/Events/EventError_pb.d.ts +0 -1
  660. package/dist/protos/protos/Authorization/Events/EventRecord_pb.d.ts +0 -1
  661. package/dist/protos/protos/Authorization/Events/EventTicketRecord_pb.d.ts +0 -1
  662. package/dist/protos/protos/Authorization/Events/EventsSettings_pb.d.ts +0 -1
  663. package/dist/protos/protos/Authorization/Events/TicketClassRecord_pb.d.ts +0 -1
  664. package/dist/protos/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +0 -1
  665. package/dist/protos/protos/Authorization/Events/connect/EventInterface_connect.d.ts +0 -1
  666. package/dist/protos/protos/Authorization/Events/connect/index.d.ts +0 -2
  667. package/dist/protos/protos/Authorization/Events/index.d.ts +0 -5
  668. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -1
  669. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -1
  670. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -1
  671. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -1
  672. package/dist/protos/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +0 -1
  673. package/dist/protos/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +0 -1
  674. package/dist/protos/protos/Authorization/Payment/Crypto/connect/index.d.ts +0 -2
  675. package/dist/protos/protos/Authorization/Payment/Crypto/index.d.ts +0 -4
  676. package/dist/protos/protos/Authorization/Payment/DataRecords_pb.d.ts +0 -1
  677. package/dist/protos/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -1
  678. package/dist/protos/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -1
  679. package/dist/protos/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +0 -1
  680. package/dist/protos/protos/Authorization/Payment/Fortis/connect/index.d.ts +0 -1
  681. package/dist/protos/protos/Authorization/Payment/Fortis/index.d.ts +0 -2
  682. package/dist/protos/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -1
  683. package/dist/protos/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -1
  684. package/dist/protos/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +0 -1
  685. package/dist/protos/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +0 -1
  686. package/dist/protos/protos/Authorization/Payment/Manual/connect/index.d.ts +0 -2
  687. package/dist/protos/protos/Authorization/Payment/Manual/index.d.ts +0 -2
  688. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -1
  689. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -1
  690. package/dist/protos/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +0 -1
  691. package/dist/protos/protos/Authorization/Payment/Paypal/connect/index.d.ts +0 -1
  692. package/dist/protos/protos/Authorization/Payment/Paypal/index.d.ts +0 -2
  693. package/dist/protos/protos/Authorization/Payment/SharedTypes_pb.d.ts +0 -1
  694. package/dist/protos/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -1
  695. package/dist/protos/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -1
  696. package/dist/protos/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -1
  697. package/dist/protos/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -1
  698. package/dist/protos/protos/Authorization/Payment/Stripe/connect/index.d.ts +0 -1
  699. package/dist/protos/protos/Authorization/Payment/Stripe/index.d.ts +0 -3
  700. package/dist/protos/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +0 -1
  701. package/dist/protos/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +0 -1
  702. package/dist/protos/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +0 -1
  703. package/dist/protos/protos/Authorization/Payment/connect/index.d.ts +0 -8
  704. package/dist/protos/protos/Authorization/Payment/index.d.ts +0 -7
  705. package/dist/protos/protos/Authorization/SharedTypes_pb.d.ts +0 -1
  706. package/dist/protos/protos/Authorization/connect/Claims_connect.d.ts +0 -1
  707. package/dist/protos/protos/Authorization/connect/index.d.ts +0 -3
  708. package/dist/protos/protos/Authorization/index.d.ts +0 -3
  709. package/dist/protos/protos/Comment/CommentRecord_pb.d.ts +0 -1
  710. package/dist/protos/protos/Comment/SharedTypes_pb.d.ts +0 -1
  711. package/dist/protos/protos/Comment/connect/CommentInterface_connect.d.ts +0 -1
  712. package/dist/protos/protos/Comment/connect/index.d.ts +0 -1
  713. package/dist/protos/protos/Comment/index.d.ts +0 -2
  714. package/dist/protos/protos/Content/AssetRecord_pb.d.ts +0 -1
  715. package/dist/protos/protos/Content/AudioAssetRecord_pb.d.ts +0 -1
  716. package/dist/protos/protos/Content/ContentRecord_pb.d.ts +0 -1
  717. package/dist/protos/protos/Content/ImageAssetRecord_pb.d.ts +0 -1
  718. package/dist/protos/protos/Content/Music/MusicRecord_pb.d.ts +0 -1
  719. package/dist/protos/protos/Content/Music/connect/MusicInterface_connect.d.ts +0 -1
  720. package/dist/protos/protos/Content/Music/connect/index.d.ts +0 -1
  721. package/dist/protos/protos/Content/Music/index.d.ts +0 -1
  722. package/dist/protos/protos/Content/SharedTypes_pb.d.ts +0 -1
  723. package/dist/protos/protos/Content/Stats/StatsRecords_pb.d.ts +0 -1
  724. package/dist/protos/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +0 -1
  725. package/dist/protos/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +0 -1
  726. package/dist/protos/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +0 -1
  727. package/dist/protos/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +0 -1
  728. package/dist/protos/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +0 -1
  729. package/dist/protos/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +0 -1
  730. package/dist/protos/protos/Content/Stats/connect/index.d.ts +0 -6
  731. package/dist/protos/protos/Content/Stats/index.d.ts +0 -1
  732. package/dist/protos/protos/Content/connect/AssetBackup_connect.d.ts +0 -1
  733. package/dist/protos/protos/Content/connect/AssetInterface_connect.d.ts +0 -1
  734. package/dist/protos/protos/Content/connect/Backup_connect.d.ts +0 -1
  735. package/dist/protos/protos/Content/connect/Content_connect.d.ts +0 -1
  736. package/dist/protos/protos/Content/connect/Rumble_connect.d.ts +0 -1
  737. package/dist/protos/protos/Content/connect/Video_connect.d.ts +0 -1
  738. package/dist/protos/protos/Content/connect/index.d.ts +0 -8
  739. package/dist/protos/protos/Content/index.d.ts +0 -7
  740. package/dist/protos/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -1
  741. package/dist/protos/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +0 -1
  742. package/dist/protos/protos/CreatorDashboard/Settings/connect/index.d.ts +0 -1
  743. package/dist/protos/protos/CreatorDashboard/Settings/index.d.ts +0 -1
  744. package/dist/protos/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -1
  745. package/dist/protos/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -1
  746. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +0 -1
  747. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/index.d.ts +0 -1
  748. package/dist/protos/protos/CreatorDashboard/Subscribers/index.d.ts +0 -2
  749. package/dist/protos/protos/CreatorDashboard/connect/index.d.ts +0 -2
  750. package/dist/protos/protos/CreatorDashboard/index.d.ts +0 -2
  751. package/dist/protos/protos/Generic/connect/ServiceOps_connect.d.ts +0 -1
  752. package/dist/protos/protos/Generic/connect/index.d.ts +0 -1
  753. package/dist/protos/protos/Generic/index.d.ts +0 -1
  754. package/dist/protos/protos/Notification/NotificationSettings_pb.d.ts +0 -1
  755. package/dist/protos/protos/Notification/NotificationUserRecord_pb.d.ts +0 -1
  756. package/dist/protos/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -1
  757. package/dist/protos/protos/Notification/connect/NotificationInterface_connect.d.ts +0 -1
  758. package/dist/protos/protos/Notification/connect/UserNotificationInterface_connect.d.ts +0 -1
  759. package/dist/protos/protos/Notification/connect/index.d.ts +0 -2
  760. package/dist/protos/protos/Notification/index.d.ts +0 -3
  761. package/dist/protos/protos/Page/PageRecord_pb.d.ts +0 -1
  762. package/dist/protos/protos/Page/connect/PageInterface_connect.d.ts +0 -1
  763. package/dist/protos/protos/Page/connect/index.d.ts +0 -1
  764. package/dist/protos/protos/Page/index.d.ts +0 -1
  765. package/dist/protos/protos/Settings/SettingsRecord_pb.d.ts +0 -1
  766. package/dist/protos/protos/Settings/connect/Backup_connect.d.ts +0 -1
  767. package/dist/protos/protos/Settings/connect/SettingsInterface_connect.d.ts +0 -1
  768. package/dist/protos/protos/Settings/connect/index.d.ts +0 -2
  769. package/dist/protos/protos/Settings/index.d.ts +0 -1
  770. package/dist/protos/protos/index.d.ts +0 -1
  771. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.js +0 -0
  772. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.js +0 -0
  773. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.js +0 -0
  774. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.js +0 -0
  775. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.js +0 -0
  776. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.js +0 -0
  777. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js → CommonTypes_pb.js} +0 -0
  778. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.js +0 -0
  779. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.js +0 -0
  780. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.js +0 -0
  781. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.js +0 -0
  782. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.js +0 -0
  783. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.js +0 -0
  784. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.js +0 -0
  785. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.js +0 -0
  786. /package/dist/esm/{gen/buf → buf}/validate/validate_pb.js +0 -0
  787. /package/dist/esm/{gen/google → google}/api/annotations_pb.js +0 -0
  788. /package/dist/esm/{gen/google → google}/api/http_pb.js +0 -0
  789. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.d.ts +0 -0
  790. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.d.ts +0 -0
  791. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.d.ts +0 -0
  792. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.d.ts +0 -0
  793. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.d.ts +0 -0
  794. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.d.ts +0 -0
  795. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.d.ts +0 -0
  796. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.d.ts +0 -0
  797. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -0
  798. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.d.ts +0 -0
  799. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.d.ts +0 -0
  800. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -0
  801. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.d.ts +0 -0
  802. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.d.ts +0 -0
  803. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.d.ts +0 -0
  804. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.d.ts +0 -0
  805. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts → CommonTypes_pb.d.ts} +0 -0
  806. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.d.ts +0 -0
  807. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.d.ts +0 -0
  808. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.d.ts +0 -0
  809. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.d.ts +0 -0
  810. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.d.ts +0 -0
  811. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.d.ts +0 -0
  812. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.d.ts +0 -0
  813. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.d.ts +0 -0
  814. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.d.ts +0 -0
  815. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.d.ts +0 -0
  816. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.d.ts +0 -0
  817. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.d.ts +0 -0
  818. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.d.ts +0 -0
  819. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.d.ts +0 -0
  820. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Errors_pb.d.ts → Errors_pb.d.ts} +0 -0
  821. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.d.ts +0 -0
  822. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.d.ts +0 -0
  823. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.d.ts +0 -0
  824. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.d.ts +0 -0
  825. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.d.ts +0 -0
  826. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.d.ts +0 -0
  827. /package/dist/protos/{gen/buf → buf}/validate/validate_pb.d.ts +0 -0
  828. /package/dist/protos/{gen/google → google}/api/annotations_pb.d.ts +0 -0
  829. /package/dist/protos/{gen/google → google}/api/http_pb.d.ts +0 -0
@@ -1,2 +1,74 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb';
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/ContentRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file Protos/IT/WebServices/Fragments/Content/ContentRecord.proto.
8
+ */
9
+ export const file_Protos_IT_WebServices_Fragments_Content_ContentRecord = /*@__PURE__*/ fileDesc("CjtQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvQ29udGVudFJlY29yZC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQinwEKDUNvbnRlbnRSZWNvcmQSRQoGUHVibGljGAEgASgLMjUuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFB1YmxpY1JlY29yZBJHCgdQcml2YXRlGAIgASgLMjYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFByaXZhdGVSZWNvcmQimAMKE0NvbnRlbnRQdWJsaWNSZWNvcmQSEQoJQ29udGVudElEGAEgASgJEjAKDENyZWF0ZWRPblVUQxgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNTW9kaWZpZWRPblVUQxgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMAoMUHVibGlzaE9uVVRDGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIxCg1Bbm5vdW5jZU9uVVRDGAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgtQaW5uZWRPblVUQxgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMAoMRGVsZXRlZE9uVVRDGAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBJBCgREYXRhGBUgASgLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFB1YmxpY0RhdGEi0AEKFENvbnRlbnRQcml2YXRlUmVjb3JkEhEKCUNyZWF0ZWRCeRgCIAEoCRISCgpNb2RpZmllZEJ5GAMgASgJEhMKC1B1Ymxpc2hlZEJ5GAQgASgJEhMKC0Fubm91bmNlZEJ5GAcgASgJEhAKCFBpbm5lZEJ5GAUgASgJEhEKCURlbGV0ZWRCeRgGIAEoCRJCCgREYXRhGBUgASgLMjQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFByaXZhdGVEYXRhIp8EChFDb250ZW50UHVibGljRGF0YRINCgVUaXRsZRgBIAEoCRITCgtEZXNjcmlwdGlvbhgCIAEoCRIOCgZBdXRob3IYAyABKAkSEAoIQXV0aG9ySUQYDSABKAkSCwoDVVJMGAQgASgJEhwKFEZlYXR1cmVkSW1hZ2VBc3NldElEGAYgASgJEhkKEVN1YnNjcmlwdGlvbkxldmVsGAcgASgNEhMKC0NhdGVnb3J5SWRzGAggAygJEhIKCkNoYW5uZWxJZHMYCSADKAkSDAoEVGFncxgKIAMoCRJJCgVBdWRpbxgUIAEoCzI4LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkF1ZGlvQ29udGVudFB1YmxpY0RhdGFIABJNCgdQaWN0dXJlGBUgASgLMjouSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuUGljdHVyZUNvbnRlbnRQdWJsaWNEYXRhSAASSQoFVmlkZW8YFiABKAsyOC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5WaWRlb0NvbnRlbnRQdWJsaWNEYXRhSAASTQoHV3JpdHRlbhgXIAEoCzI6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LldyaXR0ZW5Db250ZW50UHVibGljRGF0YUgAQhMKEUNvbnRlbnREYXRhX29uZW9mIvcCChJDb250ZW50UHJpdmF0ZURhdGESSgoFQXVkaW8YFCABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5BdWRpb0NvbnRlbnRQcml2YXRlRGF0YUgAEk4KB1BpY3R1cmUYFSABKAsyOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5QaWN0dXJlQ29udGVudFByaXZhdGVEYXRhSAASSgoFVmlkZW8YFiABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5WaWRlb0NvbnRlbnRQcml2YXRlRGF0YUgAEk4KB1dyaXR0ZW4YFyABKAsyOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Xcml0dGVuQ29udGVudFByaXZhdGVEYXRhSAASFAoMT2xkQ29udGVudElEGDMgASgJQhMKEUNvbnRlbnREYXRhX29uZW9mIkAKFkF1ZGlvQ29udGVudFB1YmxpY0RhdGESEAoISHRtbEJvZHkYASABKAkSFAoMQXVkaW9Bc3NldElEGAIgASgJIhkKF0F1ZGlvQ29udGVudFByaXZhdGVEYXRhIkMKGFBpY3R1cmVDb250ZW50UHVibGljRGF0YRIQCghIdG1sQm9keRgBIAEoCRIVCg1JbWFnZUFzc2V0SURzGAIgAygJIhsKGVBpY3R1cmVDb250ZW50UHJpdmF0ZURhdGEifwoWVmlkZW9Db250ZW50UHVibGljRGF0YRIQCghIdG1sQm9keRgBIAEoCRIUCgxJc0xpdmVTdHJlYW0YAiABKAgSDgoGSXNMaXZlGAMgASgIEhUKDVJ1bWJsZVZpZGVvSWQYCyABKAkSFgoOWW91dHViZVZpZGVvSWQYDCABKAkiGQoXVmlkZW9Db250ZW50UHJpdmF0ZURhdGEiLAoYV3JpdHRlbkNvbnRlbnRQdWJsaWNEYXRhEhAKCEh0bWxCb2R5GAEgASgJIhsKGVdyaXR0ZW5Db250ZW50UHJpdmF0ZURhdGFiBnByb3RvMw", [file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message IT.WebServices.Fragments.Content.ContentRecord.
12
+ * Use `create(ContentRecordSchema)` to create a new message.
13
+ */
14
+ export const ContentRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 0);
15
+ /**
16
+ * Describes the message IT.WebServices.Fragments.Content.ContentPublicRecord.
17
+ * Use `create(ContentPublicRecordSchema)` to create a new message.
18
+ */
19
+ export const ContentPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 1);
20
+ /**
21
+ * Describes the message IT.WebServices.Fragments.Content.ContentPrivateRecord.
22
+ * Use `create(ContentPrivateRecordSchema)` to create a new message.
23
+ */
24
+ export const ContentPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 2);
25
+ /**
26
+ * Describes the message IT.WebServices.Fragments.Content.ContentPublicData.
27
+ * Use `create(ContentPublicDataSchema)` to create a new message.
28
+ */
29
+ export const ContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 3);
30
+ /**
31
+ * Describes the message IT.WebServices.Fragments.Content.ContentPrivateData.
32
+ * Use `create(ContentPrivateDataSchema)` to create a new message.
33
+ */
34
+ export const ContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 4);
35
+ /**
36
+ * Describes the message IT.WebServices.Fragments.Content.AudioContentPublicData.
37
+ * Use `create(AudioContentPublicDataSchema)` to create a new message.
38
+ */
39
+ export const AudioContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 5);
40
+ /**
41
+ * Describes the message IT.WebServices.Fragments.Content.AudioContentPrivateData.
42
+ * Use `create(AudioContentPrivateDataSchema)` to create a new message.
43
+ */
44
+ export const AudioContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 6);
45
+ /**
46
+ * Describes the message IT.WebServices.Fragments.Content.PictureContentPublicData.
47
+ * Use `create(PictureContentPublicDataSchema)` to create a new message.
48
+ */
49
+ export const PictureContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 7);
50
+ /**
51
+ * Describes the message IT.WebServices.Fragments.Content.PictureContentPrivateData.
52
+ * Use `create(PictureContentPrivateDataSchema)` to create a new message.
53
+ */
54
+ export const PictureContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 8);
55
+ /**
56
+ * Describes the message IT.WebServices.Fragments.Content.VideoContentPublicData.
57
+ * Use `create(VideoContentPublicDataSchema)` to create a new message.
58
+ */
59
+ export const VideoContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 9);
60
+ /**
61
+ * Describes the message IT.WebServices.Fragments.Content.VideoContentPrivateData.
62
+ * Use `create(VideoContentPrivateDataSchema)` to create a new message.
63
+ */
64
+ export const VideoContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 10);
65
+ /**
66
+ * Describes the message IT.WebServices.Fragments.Content.WrittenContentPublicData.
67
+ * Use `create(WrittenContentPublicDataSchema)` to create a new message.
68
+ */
69
+ export const WrittenContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 11);
70
+ /**
71
+ * Describes the message IT.WebServices.Fragments.Content.WrittenContentPrivateData.
72
+ * Use `create(WrittenContentPrivateDataSchema)` to create a new message.
73
+ */
74
+ export const WrittenContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 12);
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Content.proto (package IT.WebServices.Fragments.Content, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../google/api/annotations_pb";
6
6
  import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
7
  import { file_Protos_IT_WebServices_Fragments_Content_ContentRecord } from "./ContentRecord_pb";
8
8
  /**
@@ -1,2 +1,39 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb';
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/ImageAssetRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file Protos/IT/WebServices/Fragments/Content/ImageAssetRecord.proto.
8
+ */
9
+ export const file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord = /*@__PURE__*/ fileDesc("Cj5Qcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvSW1hZ2VBc3NldFJlY29yZC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQiqAEKEEltYWdlQXNzZXRSZWNvcmQSSAoGUHVibGljGAEgASgLMjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuSW1hZ2VBc3NldFB1YmxpY1JlY29yZBJKCgdQcml2YXRlGAIgASgLMjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuSW1hZ2VBc3NldFByaXZhdGVSZWNvcmQiogEKDkltYWdlQXNzZXREYXRhEkYKBlB1YmxpYxgBIAEoCzI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkltYWdlQXNzZXRQdWJsaWNEYXRhEkgKB1ByaXZhdGUYAiABKAsyNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5JbWFnZUFzc2V0UHJpdmF0ZURhdGEi1AEKFkltYWdlQXNzZXRQdWJsaWNSZWNvcmQSDwoHQXNzZXRJRBgBIAEoCRIwCgxDcmVhdGVkT25VVEMYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDU1vZGlmaWVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkQKBERhdGEYFSABKAsyNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5JbWFnZUFzc2V0UHVibGljRGF0YSKHAQoXSW1hZ2VBc3NldFByaXZhdGVSZWNvcmQSEQoJQ3JlYXRlZEJ5GAIgASgJEhIKCk1vZGlmaWVkQnkYAyABKAkSRQoERGF0YRgVIAEoCzI3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkltYWdlQXNzZXRQcml2YXRlRGF0YSKCAQoUSW1hZ2VBc3NldFB1YmxpY0RhdGESDQoFVGl0bGUYASABKAkSDwoHQ2FwdGlvbhgCIAEoCRILCgNVUkwYAyABKAkSEAoITWltZVR5cGUYBCABKAkSDgoGSGVpZ2h0GAUgASgNEg0KBVdpZHRoGAYgASgNEgwKBERhdGEYFCABKAwiKwoVSW1hZ2VBc3NldFByaXZhdGVEYXRhEhIKCk9sZEFzc2V0SUQYMyABKAliBnByb3RvMw", [file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message IT.WebServices.Fragments.Content.ImageAssetRecord.
12
+ * Use `create(ImageAssetRecordSchema)` to create a new message.
13
+ */
14
+ export const ImageAssetRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 0);
15
+ /**
16
+ * Describes the message IT.WebServices.Fragments.Content.ImageAssetData.
17
+ * Use `create(ImageAssetDataSchema)` to create a new message.
18
+ */
19
+ export const ImageAssetDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 1);
20
+ /**
21
+ * Describes the message IT.WebServices.Fragments.Content.ImageAssetPublicRecord.
22
+ * Use `create(ImageAssetPublicRecordSchema)` to create a new message.
23
+ */
24
+ export const ImageAssetPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 2);
25
+ /**
26
+ * Describes the message IT.WebServices.Fragments.Content.ImageAssetPrivateRecord.
27
+ * Use `create(ImageAssetPrivateRecordSchema)` to create a new message.
28
+ */
29
+ export const ImageAssetPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 3);
30
+ /**
31
+ * Describes the message IT.WebServices.Fragments.Content.ImageAssetPublicData.
32
+ * Use `create(ImageAssetPublicDataSchema)` to create a new message.
33
+ */
34
+ export const ImageAssetPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 4);
35
+ /**
36
+ * Describes the message IT.WebServices.Fragments.Content.ImageAssetPrivateData.
37
+ * Use `create(ImageAssetPrivateDataSchema)` to create a new message.
38
+ */
39
+ export const ImageAssetPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 5);
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Music/MusicInterface.proto (package IT.WebServices.Fragments.Content.Music, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../../google/api/annotations_pb";
6
6
  import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
7
  import { file_Protos_IT_WebServices_Fragments_Content_ContentRecord } from "../ContentRecord_pb";
8
8
  /**
@@ -1,2 +1,74 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../../gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb';
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/Music/MusicRecord.proto (package IT.WebServices.Fragments.Content.Music, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file Protos/IT/WebServices/Fragments/Content/Music/MusicRecord.proto.
8
+ */
9
+ export const file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord = /*@__PURE__*/ fileDesc("Cj9Qcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvTXVzaWMvTXVzaWNSZWNvcmQucHJvdG8SJklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljIqsBCg1Db250ZW50UmVjb3JkEksKBlB1YmxpYxgBIAEoCzI7LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQdWJsaWNSZWNvcmQSTQoHUHJpdmF0ZRgCIAEoCzI8LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQcml2YXRlUmVjb3JkIp4DChNDb250ZW50UHVibGljUmVjb3JkEhEKCUNvbnRlbnRJRBgBIAEoCRIwCgxDcmVhdGVkT25VVEMYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDU1vZGlmaWVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDFB1Ymxpc2hPblVUQxgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNQW5ub3VuY2VPblVUQxgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLwoLUGlubmVkT25VVEMYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDERlbGV0ZWRPblVUQxgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASRwoERGF0YRgVIAEoCzI5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQdWJsaWNEYXRhItYBChRDb250ZW50UHJpdmF0ZVJlY29yZBIRCglDcmVhdGVkQnkYAiABKAkSEgoKTW9kaWZpZWRCeRgDIAEoCRITCgtQdWJsaXNoZWRCeRgEIAEoCRITCgtBbm5vdW5jZWRCeRgHIAEoCRIQCghQaW5uZWRCeRgFIAEoCRIRCglEZWxldGVkQnkYBiABKAkSSAoERGF0YRgVIAEoCzI6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQcml2YXRlRGF0YSK3BAoRQ29udGVudFB1YmxpY0RhdGESDQoFVGl0bGUYASABKAkSEwoLRGVzY3JpcHRpb24YAiABKAkSDgoGQXV0aG9yGAMgASgJEhAKCEF1dGhvcklEGA0gASgJEgsKA1VSTBgEIAEoCRIcChRGZWF0dXJlZEltYWdlQXNzZXRJRBgGIAEoCRIZChFTdWJzY3JpcHRpb25MZXZlbBgHIAEoDRITCgtDYXRlZ29yeUlkcxgIIAMoCRISCgpDaGFubmVsSWRzGAkgAygJEgwKBFRhZ3MYCiADKAkSTwoFQXVkaW8YFCABKAsyPi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5NdXNpYy5BdWRpb0NvbnRlbnRQdWJsaWNEYXRhSAASUwoHUGljdHVyZRgVIAEoCzJALklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLlBpY3R1cmVDb250ZW50UHVibGljRGF0YUgAEk8KBVZpZGVvGBYgASgLMj4uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuVmlkZW9Db250ZW50UHVibGljRGF0YUgAElMKB1dyaXR0ZW4YFyABKAsyQC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5NdXNpYy5Xcml0dGVuQ29udGVudFB1YmxpY0RhdGFIAEITChFDb250ZW50RGF0YV9vbmVvZiKPAwoSQ29udGVudFByaXZhdGVEYXRhElAKBUF1ZGlvGBQgASgLMj8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuQXVkaW9Db250ZW50UHJpdmF0ZURhdGFIABJUCgdQaWN0dXJlGBUgASgLMkEuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuUGljdHVyZUNvbnRlbnRQcml2YXRlRGF0YUgAElAKBVZpZGVvGBYgASgLMj8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuVmlkZW9Db250ZW50UHJpdmF0ZURhdGFIABJUCgdXcml0dGVuGBcgASgLMkEuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuV3JpdHRlbkNvbnRlbnRQcml2YXRlRGF0YUgAEhQKDE9sZENvbnRlbnRJRBgzIAEoCUITChFDb250ZW50RGF0YV9vbmVvZiJAChZBdWRpb0NvbnRlbnRQdWJsaWNEYXRhEhAKCEh0bWxCb2R5GAEgASgJEhQKDEF1ZGlvQXNzZXRJRBgCIAEoCSIZChdBdWRpb0NvbnRlbnRQcml2YXRlRGF0YSJDChhQaWN0dXJlQ29udGVudFB1YmxpY0RhdGESEAoISHRtbEJvZHkYASABKAkSFQoNSW1hZ2VBc3NldElEcxgCIAMoCSIbChlQaWN0dXJlQ29udGVudFByaXZhdGVEYXRhIn8KFlZpZGVvQ29udGVudFB1YmxpY0RhdGESEAoISHRtbEJvZHkYASABKAkSFAoMSXNMaXZlU3RyZWFtGAIgASgIEg4KBklzTGl2ZRgDIAEoCBIVCg1SdW1ibGVWaWRlb0lkGAsgASgJEhYKDllvdXR1YmVWaWRlb0lkGAwgASgJIhkKF1ZpZGVvQ29udGVudFByaXZhdGVEYXRhIiwKGFdyaXR0ZW5Db250ZW50UHVibGljRGF0YRIQCghIdG1sQm9keRgBIAEoCSIbChlXcml0dGVuQ29udGVudFByaXZhdGVEYXRhYgZwcm90bzM", [file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message IT.WebServices.Fragments.Content.Music.ContentRecord.
12
+ * Use `create(ContentRecordSchema)` to create a new message.
13
+ */
14
+ export const ContentRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 0);
15
+ /**
16
+ * Describes the message IT.WebServices.Fragments.Content.Music.ContentPublicRecord.
17
+ * Use `create(ContentPublicRecordSchema)` to create a new message.
18
+ */
19
+ export const ContentPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 1);
20
+ /**
21
+ * Describes the message IT.WebServices.Fragments.Content.Music.ContentPrivateRecord.
22
+ * Use `create(ContentPrivateRecordSchema)` to create a new message.
23
+ */
24
+ export const ContentPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 2);
25
+ /**
26
+ * Describes the message IT.WebServices.Fragments.Content.Music.ContentPublicData.
27
+ * Use `create(ContentPublicDataSchema)` to create a new message.
28
+ */
29
+ export const ContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 3);
30
+ /**
31
+ * Describes the message IT.WebServices.Fragments.Content.Music.ContentPrivateData.
32
+ * Use `create(ContentPrivateDataSchema)` to create a new message.
33
+ */
34
+ export const ContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 4);
35
+ /**
36
+ * Describes the message IT.WebServices.Fragments.Content.Music.AudioContentPublicData.
37
+ * Use `create(AudioContentPublicDataSchema)` to create a new message.
38
+ */
39
+ export const AudioContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 5);
40
+ /**
41
+ * Describes the message IT.WebServices.Fragments.Content.Music.AudioContentPrivateData.
42
+ * Use `create(AudioContentPrivateDataSchema)` to create a new message.
43
+ */
44
+ export const AudioContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 6);
45
+ /**
46
+ * Describes the message IT.WebServices.Fragments.Content.Music.PictureContentPublicData.
47
+ * Use `create(PictureContentPublicDataSchema)` to create a new message.
48
+ */
49
+ export const PictureContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 7);
50
+ /**
51
+ * Describes the message IT.WebServices.Fragments.Content.Music.PictureContentPrivateData.
52
+ * Use `create(PictureContentPrivateDataSchema)` to create a new message.
53
+ */
54
+ export const PictureContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 8);
55
+ /**
56
+ * Describes the message IT.WebServices.Fragments.Content.Music.VideoContentPublicData.
57
+ * Use `create(VideoContentPublicDataSchema)` to create a new message.
58
+ */
59
+ export const VideoContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 9);
60
+ /**
61
+ * Describes the message IT.WebServices.Fragments.Content.Music.VideoContentPrivateData.
62
+ * Use `create(VideoContentPrivateDataSchema)` to create a new message.
63
+ */
64
+ export const VideoContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 10);
65
+ /**
66
+ * Describes the message IT.WebServices.Fragments.Content.Music.WrittenContentPublicData.
67
+ * Use `create(WrittenContentPublicDataSchema)` to create a new message.
68
+ */
69
+ export const WrittenContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 11);
70
+ /**
71
+ * Describes the message IT.WebServices.Fragments.Content.Music.WrittenContentPrivateData.
72
+ * Use `create(WrittenContentPrivateDataSchema)` to create a new message.
73
+ */
74
+ export const WrittenContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 12);
@@ -1,2 +1,168 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../../../gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect';
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/Music/MusicInterface.proto (package IT.WebServices.Fragments.Content.Music, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { MethodKind } from "@bufbuild/protobuf";
6
+ /**
7
+ * Service for Content fragment interface
8
+ *
9
+ * @generated from service IT.WebServices.Fragments.Content.Music.MusicInterface
10
+ */
11
+ export const MusicInterface = {
12
+ typeName: "IT.WebServices.Fragments.Content.Music.MusicInterface",
13
+ methods: {
14
+ /**
15
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.AnnounceContent
16
+ */
17
+ announceContent: {
18
+ name: "AnnounceContent",
19
+ I: AnnounceContentRequest,
20
+ O: AnnounceContentResponse,
21
+ kind: MethodKind.Unary,
22
+ },
23
+ /**
24
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.CreateContent
25
+ */
26
+ createContent: {
27
+ name: "CreateContent",
28
+ I: CreateContentRequest,
29
+ O: CreateContentResponse,
30
+ kind: MethodKind.Unary,
31
+ },
32
+ /**
33
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.DeleteContent
34
+ */
35
+ deleteContent: {
36
+ name: "DeleteContent",
37
+ I: DeleteContentRequest,
38
+ O: DeleteContentResponse,
39
+ kind: MethodKind.Unary,
40
+ },
41
+ /**
42
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetAllContent
43
+ */
44
+ getAllContent: {
45
+ name: "GetAllContent",
46
+ I: GetAllContentRequest,
47
+ O: GetAllContentResponse,
48
+ kind: MethodKind.Unary,
49
+ },
50
+ /**
51
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetAllContentAdmin
52
+ */
53
+ getAllContentAdmin: {
54
+ name: "GetAllContentAdmin",
55
+ I: GetAllContentAdminRequest,
56
+ O: GetAllContentAdminResponse,
57
+ kind: MethodKind.Unary,
58
+ },
59
+ /**
60
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetContent
61
+ */
62
+ getContent: {
63
+ name: "GetContent",
64
+ I: GetContentRequest,
65
+ O: GetContentResponse,
66
+ kind: MethodKind.Unary,
67
+ },
68
+ /**
69
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetContentByUrl
70
+ */
71
+ getContentByUrl: {
72
+ name: "GetContentByUrl",
73
+ I: GetContentByUrlRequest,
74
+ O: GetContentByUrlResponse,
75
+ kind: MethodKind.Unary,
76
+ },
77
+ /**
78
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetContentAdmin
79
+ */
80
+ getContentAdmin: {
81
+ name: "GetContentAdmin",
82
+ I: GetContentAdminRequest,
83
+ O: GetContentAdminResponse,
84
+ kind: MethodKind.Unary,
85
+ },
86
+ /**
87
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetRecentCategories
88
+ */
89
+ getRecentCategories: {
90
+ name: "GetRecentCategories",
91
+ I: GetRecentCategoriesRequest,
92
+ O: GetRecentCategoriesResponse,
93
+ kind: MethodKind.Unary,
94
+ },
95
+ /**
96
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetRecentTags
97
+ */
98
+ getRecentTags: {
99
+ name: "GetRecentTags",
100
+ I: GetRecentTagsRequest,
101
+ O: GetRecentTagsResponse,
102
+ kind: MethodKind.Unary,
103
+ },
104
+ /**
105
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.GetRelatedContent
106
+ */
107
+ getRelatedContent: {
108
+ name: "GetRelatedContent",
109
+ I: GetRelatedContentRequest,
110
+ O: GetRelatedContentResponse,
111
+ kind: MethodKind.Unary,
112
+ },
113
+ /**
114
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.ModifyContent
115
+ */
116
+ modifyContent: {
117
+ name: "ModifyContent",
118
+ I: ModifyContentRequest,
119
+ O: ModifyContentResponse,
120
+ kind: MethodKind.Unary,
121
+ },
122
+ /**
123
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.PublishContent
124
+ */
125
+ publishContent: {
126
+ name: "PublishContent",
127
+ I: PublishContentRequest,
128
+ O: PublishContentResponse,
129
+ kind: MethodKind.Unary,
130
+ },
131
+ /**
132
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.SearchContent
133
+ */
134
+ searchContent: {
135
+ name: "SearchContent",
136
+ I: SearchContentRequest,
137
+ O: SearchContentResponse,
138
+ kind: MethodKind.Unary,
139
+ },
140
+ /**
141
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.UnannounceContent
142
+ */
143
+ unannounceContent: {
144
+ name: "UnannounceContent",
145
+ I: UnannounceContentRequest,
146
+ O: UnannounceContentResponse,
147
+ kind: MethodKind.Unary,
148
+ },
149
+ /**
150
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.UndeleteContent
151
+ */
152
+ undeleteContent: {
153
+ name: "UndeleteContent",
154
+ I: UndeleteContentRequest,
155
+ O: UndeleteContentResponse,
156
+ kind: MethodKind.Unary,
157
+ },
158
+ /**
159
+ * @generated from rpc IT.WebServices.Fragments.Content.Music.MusicInterface.UnpublishContent
160
+ */
161
+ unpublishContent: {
162
+ name: "UnpublishContent",
163
+ I: UnpublishContentRequest,
164
+ O: UnpublishContentResponse,
165
+ kind: MethodKind.Unary,
166
+ },
167
+ }
168
+ };
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export * from './MusicInterface_connect';
2
+ export {};
@@ -1,2 +1,4 @@
1
1
  // Auto-generated - DO NOT EDIT
2
+ export * from './MusicInterface_pb';
2
3
  export * from './MusicRecord_pb';
4
+ export * as connect from './connect';
@@ -1,2 +1,30 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb';
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/SharedTypes.proto (package IT.WebServices.Fragments.Content, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file Protos/IT/WebServices/Fragments/Content/SharedTypes.proto.
7
+ */
8
+ export const file_Protos_IT_WebServices_Fragments_Content_SharedTypes = /*@__PURE__*/ fileDesc("CjlQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvU2hhcmVkVHlwZXMucHJvdG8SIElULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Ki0KCkxheW91dEVudW0SCAoETGlzdBAAEggKBEdyaWQQARILCgdNYXNvbnJ5EAJiBnByb3RvMw");
9
+ /**
10
+ * @generated from enum IT.WebServices.Fragments.Content.LayoutEnum
11
+ */
12
+ export var LayoutEnum;
13
+ (function (LayoutEnum) {
14
+ /**
15
+ * @generated from enum value: List = 0;
16
+ */
17
+ LayoutEnum[LayoutEnum["List"] = 0] = "List";
18
+ /**
19
+ * @generated from enum value: Grid = 1;
20
+ */
21
+ LayoutEnum[LayoutEnum["Grid"] = 1] = "Grid";
22
+ /**
23
+ * @generated from enum value: Masonry = 2;
24
+ */
25
+ LayoutEnum[LayoutEnum["Masonry"] = 2] = "Masonry";
26
+ })(LayoutEnum || (LayoutEnum = {}));
27
+ /**
28
+ * Describes the enum IT.WebServices.Fragments.Content.LayoutEnum.
29
+ */
30
+ export const LayoutEnumSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Content_SharedTypes, 0);
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../../google/api/annotations_pb";
6
6
  /**
7
7
  * Describes the file Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface.proto.
8
8
  */
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../../google/api/annotations_pb";
6
6
  /**
7
7
  * Describes the file Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface.proto.
8
8
  */
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../../google/api/annotations_pb";
6
6
  import { file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords } from "./StatsRecords_pb";
7
7
  /**
8
8
  * Describes the file Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface.proto.
@@ -1,2 +1,34 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../../gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb';
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ /**
7
+ * Describes the file Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords.proto.
8
+ */
9
+ export const file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords = /*@__PURE__*/ fileDesc("CkBQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvU3RhdHMvU3RhdHNSZWNvcmRzLnByb3RvEiZJVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5TdGF0cyJqChhTdGF0c0NvbnRlbnRQdWJsaWNSZWNvcmQSEQoJQ29udGVudElEGAEgASgJEg0KBUxpa2VzGAsgASgEEg0KBVNhdmVzGAwgASgEEg4KBlNoYXJlcxgNIAEoBBINCgVWaWV3cxgOIAEoBCJ0ChlTdGF0c0NvbnRlbnRQcml2YXRlUmVjb3JkEhEKCUNvbnRlbnRJRBgBIAEoCRIPCgdMaWtlZEJ5GAsgAygJEg8KB1NhdmVkQnkYDCADKAkSEAoIU2hhcmVkQnkYDSADKAkSEAoIVmlld2VkQnkYDiADKAkiZAoVU3RhdHNVc2VyUHVibGljUmVjb3JkEg4KBlVzZXJJRBgBIAEoCRINCgVMaWtlcxgLIAEoBBINCgVTYXZlcxgMIAEoBBIOCgZTaGFyZXMYDSABKAQSDQoFVmlld3MYDiABKAQiugEKFlN0YXRzVXNlclByaXZhdGVSZWNvcmQSDgoGVXNlcklEGAEgASgJEg0KBUxpa2VzGAsgAygJEg0KBVNhdmVzGAwgAygJEg4KBlNoYXJlcxgNIAMoCRINCgVWaWV3cxgOIAMoCRJTCg9Qcm9ncmVzc1JlY29yZHMYDyADKAsyOi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5TdGF0cy5Vc2VyUHJvZ3Jlc3NSZWNvcmQiawoSVXNlclByb2dyZXNzUmVjb3JkEhEKCUNvbnRlbnRJRBgBIAEoCRIQCghQcm9ncmVzcxgCIAEoAhIwCgxVcGRhdGVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wYgZwcm90bzM", [file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message IT.WebServices.Fragments.Content.Stats.StatsContentPublicRecord.
12
+ * Use `create(StatsContentPublicRecordSchema)` to create a new message.
13
+ */
14
+ export const StatsContentPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords, 0);
15
+ /**
16
+ * Describes the message IT.WebServices.Fragments.Content.Stats.StatsContentPrivateRecord.
17
+ * Use `create(StatsContentPrivateRecordSchema)` to create a new message.
18
+ */
19
+ export const StatsContentPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords, 1);
20
+ /**
21
+ * Describes the message IT.WebServices.Fragments.Content.Stats.StatsUserPublicRecord.
22
+ * Use `create(StatsUserPublicRecordSchema)` to create a new message.
23
+ */
24
+ export const StatsUserPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords, 2);
25
+ /**
26
+ * Describes the message IT.WebServices.Fragments.Content.Stats.StatsUserPrivateRecord.
27
+ * Use `create(StatsUserPrivateRecordSchema)` to create a new message.
28
+ */
29
+ export const StatsUserPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords, 3);
30
+ /**
31
+ * Describes the message IT.WebServices.Fragments.Content.Stats.UserProgressRecord.
32
+ * Use `create(UserProgressRecordSchema)` to create a new message.
33
+ */
34
+ export const UserProgressRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Stats_StatsRecords, 4);
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../../google/api/annotations_pb";
6
6
  /**
7
7
  * Describes the file Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface.proto.
8
8
  */
@@ -2,7 +2,7 @@
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_google_api_annotations } from "../../../../../../google/api/annotations_pb";
5
+ import { file_google_api_annotations } from "../../google/api/annotations_pb";
6
6
  /**
7
7
  * Describes the file Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface.proto.
8
8
  */
@@ -1,2 +1,31 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../../../gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect';
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { MethodKind } from "@bufbuild/protobuf";
6
+ /**
7
+ * @generated from service IT.WebServices.Fragments.Content.Stats.StatsLikeInterface
8
+ */
9
+ export const StatsLikeInterface = {
10
+ typeName: "IT.WebServices.Fragments.Content.Stats.StatsLikeInterface",
11
+ methods: {
12
+ /**
13
+ * @generated from rpc IT.WebServices.Fragments.Content.Stats.StatsLikeInterface.LikeContent
14
+ */
15
+ likeContent: {
16
+ name: "LikeContent",
17
+ I: LikeContentRequest,
18
+ O: LikeContentResponse,
19
+ kind: MethodKind.Unary,
20
+ },
21
+ /**
22
+ * @generated from rpc IT.WebServices.Fragments.Content.Stats.StatsLikeInterface.UnlikeContent
23
+ */
24
+ unlikeContent: {
25
+ name: "UnlikeContent",
26
+ I: LikeContentRequest,
27
+ O: LikeContentResponse,
28
+ kind: MethodKind.Unary,
29
+ },
30
+ }
31
+ };
@@ -1,2 +1,22 @@
1
- // Auto-generated - DO NOT EDIT
2
- export * from '../../../gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect';
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface.proto (package IT.WebServices.Fragments.Content.Stats, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { MethodKind } from "@bufbuild/protobuf";
6
+ /**
7
+ * @generated from service IT.WebServices.Fragments.Content.Stats.StatsProgressInterface
8
+ */
9
+ export const StatsProgressInterface = {
10
+ typeName: "IT.WebServices.Fragments.Content.Stats.StatsProgressInterface",
11
+ methods: {
12
+ /**
13
+ * @generated from rpc IT.WebServices.Fragments.Content.Stats.StatsProgressInterface.LogProgressContent
14
+ */
15
+ logProgressContent: {
16
+ name: "LogProgressContent",
17
+ I: LogProgressContentRequest,
18
+ O: LogProgressContentResponse,
19
+ kind: MethodKind.Unary,
20
+ },
21
+ }
22
+ };