@inverted-tech/fragments 0.2.4 → 0.3.1

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 (1141) hide show
  1. package/README.PACKAGE.md +1 -1
  2. package/README.md +1 -1
  3. package/dist/esm/Authentication/UserRecord_pb.js +2 -0
  4. package/dist/esm/Authentication/connect/Backup_connect.js +2 -0
  5. package/dist/esm/Authentication/connect/ServiceInterface_connect.js +2 -0
  6. package/dist/esm/Authentication/connect/UserInterface_connect.js +2 -0
  7. package/dist/esm/Authentication/connect/index.js +4 -0
  8. package/dist/esm/Authentication/index.js +2 -0
  9. package/dist/esm/Authorization/Events/EventError_pb.js +2 -0
  10. package/dist/esm/Authorization/Events/EventRecord_pb.js +2 -0
  11. package/dist/esm/Authorization/Events/EventTicketRecord_pb.js +2 -0
  12. package/dist/esm/Authorization/Events/EventsSettings_pb.js +2 -0
  13. package/dist/esm/Authorization/Events/TicketClassRecord_pb.js +2 -0
  14. package/dist/esm/Authorization/Events/connect/AdminEventInterface_connect.js +2 -0
  15. package/dist/esm/Authorization/Events/connect/EventInterface_connect.js +2 -0
  16. package/dist/esm/Authorization/Events/connect/index.js +3 -0
  17. package/dist/esm/Authorization/Events/index.js +6 -0
  18. package/dist/esm/Authorization/Payment/Crypto/BitcoinRecords_pb.js +2 -0
  19. package/dist/esm/Authorization/Payment/Crypto/BitcoinService_pb.js +2 -0
  20. package/dist/esm/Authorization/Payment/Crypto/CryptoRecords_pb.js +2 -0
  21. package/dist/esm/Authorization/Payment/Crypto/CryptoSettings_pb.js +2 -0
  22. package/dist/esm/Authorization/Payment/Crypto/connect/Backup_connect.js +2 -0
  23. package/dist/esm/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +2 -0
  24. package/dist/esm/Authorization/Payment/Crypto/connect/index.js +3 -0
  25. package/dist/esm/Authorization/Payment/Crypto/index.js +5 -0
  26. package/dist/esm/Authorization/Payment/DataRecords_pb.js +2 -0
  27. package/dist/esm/Authorization/Payment/Fortis/FortisSettings_pb.js +2 -0
  28. package/dist/esm/Authorization/Payment/Fortis/PlanRecord_pb.js +2 -0
  29. package/dist/esm/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +2 -0
  30. package/dist/esm/Authorization/Payment/Fortis/connect/index.js +2 -0
  31. package/dist/esm/Authorization/Payment/Fortis/index.js +3 -0
  32. package/dist/esm/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +2 -0
  33. package/dist/esm/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +2 -0
  34. package/dist/esm/Authorization/Payment/Manual/connect/Backup_connect.js +2 -0
  35. package/dist/esm/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +2 -0
  36. package/dist/esm/Authorization/Payment/Manual/connect/index.js +3 -0
  37. package/dist/esm/Authorization/Payment/Manual/index.js +3 -0
  38. package/dist/esm/Authorization/Payment/Paypal/PaypalRecords_pb.js +2 -0
  39. package/dist/esm/Authorization/Payment/Paypal/PaypalSettings_pb.js +2 -0
  40. package/dist/esm/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +2 -0
  41. package/dist/esm/Authorization/Payment/Paypal/connect/index.js +2 -0
  42. package/dist/esm/Authorization/Payment/Paypal/index.js +3 -0
  43. package/dist/esm/Authorization/Payment/SharedTypes_pb.js +2 -0
  44. package/dist/esm/Authorization/Payment/Stripe/ProductRecord_pb.js +2 -0
  45. package/dist/esm/Authorization/Payment/Stripe/StripeRecords_pb.js +2 -0
  46. package/dist/esm/Authorization/Payment/Stripe/StripeSettings_pb.js +2 -0
  47. package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +2 -0
  48. package/dist/esm/Authorization/Payment/Stripe/connect/index.js +2 -0
  49. package/dist/esm/Authorization/Payment/Stripe/index.js +4 -0
  50. package/dist/esm/Authorization/Payment/connect/AdminPaymentInterface_connect.js +2 -0
  51. package/dist/esm/Authorization/Payment/connect/BackupInterface_connect.js +2 -0
  52. package/dist/esm/Authorization/Payment/connect/PaymentInterface_connect.js +2 -0
  53. package/dist/esm/Authorization/Payment/connect/index.js +9 -0
  54. package/dist/esm/Authorization/Payment/index.js +8 -0
  55. package/dist/esm/Authorization/SharedTypes_pb.js +2 -0
  56. package/dist/esm/Authorization/connect/Claims_connect.js +2 -0
  57. package/dist/esm/Authorization/connect/index.js +4 -0
  58. package/dist/esm/Authorization/index.js +4 -0
  59. package/dist/esm/Comment/CommentRecord_pb.js +2 -0
  60. package/dist/esm/Comment/SharedTypes_pb.js +2 -0
  61. package/dist/esm/Comment/connect/CommentInterface_connect.js +2 -0
  62. package/dist/esm/Comment/connect/index.js +2 -0
  63. package/dist/esm/Comment/index.js +3 -0
  64. package/dist/esm/Content/AssetRecord_pb.js +2 -0
  65. package/dist/esm/Content/AudioAssetRecord_pb.js +2 -0
  66. package/dist/esm/Content/ContentRecord_pb.js +2 -0
  67. package/dist/esm/Content/ImageAssetRecord_pb.js +2 -0
  68. package/dist/esm/Content/Music/MusicRecord_pb.js +2 -0
  69. package/dist/esm/Content/Music/connect/MusicInterface_connect.js +2 -0
  70. package/dist/esm/Content/Music/connect/index.js +2 -0
  71. package/dist/esm/Content/Music/index.js +2 -0
  72. package/dist/esm/Content/SharedTypes_pb.js +2 -0
  73. package/dist/esm/Content/Stats/StatsRecords_pb.js +2 -0
  74. package/dist/esm/Content/Stats/connect/StatsLikeInterface_connect.js +2 -0
  75. package/dist/esm/Content/Stats/connect/StatsProgressInterface_connect.js +2 -0
  76. package/dist/esm/Content/Stats/connect/StatsQueryInterface_connect.js +2 -0
  77. package/dist/esm/Content/Stats/connect/StatsSaveInterface_connect.js +2 -0
  78. package/dist/esm/Content/Stats/connect/StatsShareInterface_connect.js +2 -0
  79. package/dist/esm/Content/Stats/connect/StatsViewInterface_connect.js +2 -0
  80. package/dist/esm/Content/Stats/connect/index.js +7 -0
  81. package/dist/esm/Content/Stats/index.js +2 -0
  82. package/dist/esm/Content/connect/AssetBackup_connect.js +2 -0
  83. package/dist/esm/Content/connect/AssetInterface_connect.js +2 -0
  84. package/dist/esm/Content/connect/Backup_connect.js +2 -0
  85. package/dist/esm/Content/connect/Content_connect.js +2 -0
  86. package/dist/esm/Content/connect/Rumble_connect.js +2 -0
  87. package/dist/esm/Content/connect/Video_connect.js +2 -0
  88. package/dist/esm/Content/connect/index.js +9 -0
  89. package/dist/esm/Content/index.js +8 -0
  90. package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +2 -0
  91. package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +2 -0
  92. package/dist/esm/CreatorDashboard/Settings/connect/index.js +2 -0
  93. package/dist/esm/CreatorDashboard/Settings/index.js +2 -0
  94. package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +2 -0
  95. package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +2 -0
  96. package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +2 -0
  97. package/dist/esm/CreatorDashboard/Subscribers/connect/index.js +2 -0
  98. package/dist/esm/CreatorDashboard/Subscribers/index.js +3 -0
  99. package/dist/esm/CreatorDashboard/connect/index.js +3 -0
  100. package/dist/esm/Generic/connect/ServiceOps_connect.js +2 -0
  101. package/dist/esm/Generic/connect/index.js +2 -0
  102. package/dist/esm/Generic/index.js +2 -0
  103. package/dist/esm/Notification/NotificationSettings_pb.js +2 -0
  104. package/dist/esm/Notification/NotificationUserRecord_pb.js +2 -0
  105. package/dist/esm/Notification/UserNotificationSettingsRecord_pb.js +2 -0
  106. package/dist/esm/Notification/connect/NotificationInterface_connect.js +2 -0
  107. package/dist/esm/Notification/connect/UserNotificationInterface_connect.js +2 -0
  108. package/dist/esm/Notification/connect/index.js +3 -0
  109. package/dist/esm/Notification/index.js +4 -0
  110. package/dist/esm/Page/PageRecord_pb.js +2 -0
  111. package/dist/esm/Page/connect/PageInterface_connect.js +2 -0
  112. package/dist/esm/Page/connect/index.js +2 -0
  113. package/dist/esm/Page/index.js +2 -0
  114. package/dist/esm/Settings/SettingsRecord_pb.js +2 -0
  115. package/dist/esm/Settings/connect/Backup_connect.js +2 -0
  116. package/dist/esm/Settings/connect/SettingsInterface_connect.js +2 -0
  117. package/dist/esm/Settings/connect/index.js +3 -0
  118. package/dist/esm/Settings/index.js +2 -0
  119. package/dist/esm/connect.js +2 -0
  120. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +1 -2
  121. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.js +41 -249
  122. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +1 -2
  123. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.js +18 -53
  124. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +1 -2
  125. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.js +523 -2041
  126. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +31 -327
  127. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/connect.js +4 -0
  128. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +2 -10
  129. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +1 -2
  130. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.js +22 -101
  131. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +1 -2
  132. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.js +89 -769
  133. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +42 -138
  134. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +1 -2
  135. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.js +57 -460
  136. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +69 -674
  137. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +24 -145
  138. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +17 -95
  139. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +19 -128
  140. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.js +3 -0
  141. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +6 -12
  142. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.js +94 -0
  143. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_pb.js +75 -0
  144. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.js +37 -0
  145. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_pb.js +73 -0
  146. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +1 -2
  147. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.js +36 -216
  148. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +1 -2
  149. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.js +39 -235
  150. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +13 -111
  151. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +10 -34
  152. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +12 -60
  153. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +9 -31
  154. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js +3 -0
  155. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +5 -11
  156. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.js +30 -0
  157. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +1 -92
  158. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.js +14 -666
  159. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +12 -79
  160. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +12 -64
  161. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js +2 -0
  162. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +3 -10
  163. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +1 -2
  164. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.js +35 -203
  165. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +10 -11
  166. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.js +60 -467
  167. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +9 -31
  168. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +10 -65
  169. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js +3 -0
  170. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +3 -9
  171. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +35 -9
  172. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.js +76 -318
  173. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +1 -83
  174. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.js +14 -610
  175. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +9 -36
  176. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +12 -69
  177. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js +2 -0
  178. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +3 -10
  179. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +22 -75
  180. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +12 -79
  181. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +1 -92
  182. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.js +106 -1005
  183. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +12 -59
  184. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +12 -74
  185. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js +2 -0
  186. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +4 -12
  187. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.js +9 -0
  188. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +3 -7
  189. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +9 -46
  190. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/connect.js +4 -0
  191. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +2 -7
  192. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +1 -2
  193. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.js +85 -734
  194. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +22 -191
  195. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +17 -50
  196. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/connect.js +2 -0
  197. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +3 -7
  198. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js +24 -121
  199. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +1 -2
  200. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.js +35 -203
  201. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +1 -2
  202. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.js +88 -564
  203. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +11 -34
  204. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +25 -203
  205. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +1 -2
  206. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +41 -249
  207. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +46 -468
  208. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +1 -2
  209. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.js +151 -1281
  210. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +25 -208
  211. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +1 -2
  212. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.js +151 -1281
  213. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +46 -468
  214. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.js +2 -0
  215. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +2 -6
  216. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +1 -2
  217. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_pb.js +41 -341
  218. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +10 -9
  219. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +1 -2
  220. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.js +23 -119
  221. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +1 -2
  222. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.js +20 -102
  223. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +1 -2
  224. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.js +48 -355
  225. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +22 -234
  226. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +1 -2
  227. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.js +23 -119
  228. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +1 -2
  229. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.js +20 -86
  230. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +1 -2
  231. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.js +19 -86
  232. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.js +7 -0
  233. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +2 -16
  234. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +1 -2
  235. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_pb.js +24 -124
  236. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/connect.js +9 -0
  237. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +6 -21
  238. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +13 -85
  239. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +1 -3
  240. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.js +14 -25
  241. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js +2 -0
  242. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +2 -6
  243. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +31 -287
  244. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +1 -3
  245. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_pb.js +14 -0
  246. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +31 -287
  247. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js +2 -0
  248. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +3 -6
  249. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.js +3 -0
  250. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +1 -3
  251. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Errors_pb.js +15 -0
  252. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +1 -2
  253. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.js +29 -105
  254. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/connect.js +2 -0
  255. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +2 -5
  256. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +1 -2
  257. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.js +19 -74
  258. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +9 -41
  259. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +10 -44
  260. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +1 -2
  261. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.js +44 -270
  262. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +13 -131
  263. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/connect.js +3 -0
  264. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +4 -10
  265. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +1 -2
  266. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.js +93 -860
  267. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +22 -211
  268. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/connect.js +2 -0
  269. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +2 -6
  270. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +1 -2
  271. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_pb.js +28 -151
  272. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +1 -2
  273. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.js +176 -1258
  274. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +83 -723
  275. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/connect.js +3 -0
  276. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +2 -8
  277. package/dist/esm/gen/Protos/IT/WebServices/Fragments/connect.js +10 -0
  278. package/dist/esm/gen/Protos/IT/WebServices/Fragments/index.js +3 -5
  279. package/dist/esm/gen/Protos/IT/WebServices/connect.js +2 -0
  280. package/dist/esm/gen/Protos/IT/WebServices/index.js +1 -3
  281. package/dist/esm/gen/Protos/IT/connect.js +2 -0
  282. package/dist/esm/gen/Protos/IT/index.js +1 -3
  283. package/dist/esm/gen/Protos/buf/index.js +2 -0
  284. package/dist/esm/gen/Protos/buf/validate/index.js +2 -0
  285. package/dist/esm/gen/Protos/buf/validate/validate_pb.js +5 -0
  286. package/dist/esm/gen/Protos/connect.js +2 -0
  287. package/dist/esm/gen/Protos/index.js +2 -3
  288. package/dist/esm/gen/buf/index.js +2 -0
  289. package/dist/esm/gen/buf/validate/index.js +2 -0
  290. package/dist/esm/gen/buf/validate/validate_pb.js +351 -0
  291. package/dist/esm/gen/connect.js +2 -0
  292. package/dist/esm/gen/google/api/annotations_pb.js +26 -0
  293. package/dist/esm/gen/google/api/http_pb.js +33 -0
  294. package/dist/esm/gen/google/api/index.js +3 -0
  295. package/dist/esm/gen/google/index.js +2 -0
  296. package/dist/esm/gen/index.js +3 -3
  297. package/dist/esm/index.js +1 -2
  298. package/dist/esm/protos/Authentication/UserRecord_pb.js +2 -0
  299. package/dist/esm/protos/Authentication/connect/Backup_connect.js +2 -0
  300. package/dist/esm/protos/Authentication/connect/ServiceInterface_connect.js +2 -0
  301. package/dist/esm/protos/Authentication/connect/UserInterface_connect.js +2 -0
  302. package/dist/esm/protos/Authentication/connect/index.js +4 -0
  303. package/dist/esm/protos/Authentication/index.js +2 -0
  304. package/dist/esm/protos/Authorization/Events/EventError_pb.js +2 -0
  305. package/dist/esm/protos/Authorization/Events/EventRecord_pb.js +2 -0
  306. package/dist/esm/protos/Authorization/Events/EventTicketRecord_pb.js +2 -0
  307. package/dist/esm/protos/Authorization/Events/EventsSettings_pb.js +2 -0
  308. package/dist/esm/protos/Authorization/Events/TicketClassRecord_pb.js +2 -0
  309. package/dist/esm/protos/Authorization/Events/connect/AdminEventInterface_connect.js +2 -0
  310. package/dist/esm/protos/Authorization/Events/connect/EventInterface_connect.js +2 -0
  311. package/dist/esm/protos/Authorization/Events/connect/index.js +3 -0
  312. package/dist/esm/protos/Authorization/Events/index.js +6 -0
  313. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.js +2 -0
  314. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinService_pb.js +2 -0
  315. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoRecords_pb.js +2 -0
  316. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoSettings_pb.js +2 -0
  317. package/dist/esm/protos/Authorization/Payment/Crypto/connect/Backup_connect.js +2 -0
  318. package/dist/esm/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +2 -0
  319. package/dist/esm/protos/Authorization/Payment/Crypto/connect/index.js +3 -0
  320. package/dist/esm/protos/Authorization/Payment/Crypto/index.js +5 -0
  321. package/dist/esm/protos/Authorization/Payment/DataRecords_pb.js +2 -0
  322. package/dist/esm/protos/Authorization/Payment/Fortis/FortisSettings_pb.js +2 -0
  323. package/dist/esm/protos/Authorization/Payment/Fortis/PlanRecord_pb.js +2 -0
  324. package/dist/esm/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +2 -0
  325. package/dist/esm/protos/Authorization/Payment/Fortis/connect/index.js +2 -0
  326. package/dist/esm/protos/Authorization/Payment/Fortis/index.js +3 -0
  327. package/dist/esm/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +2 -0
  328. package/dist/esm/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +2 -0
  329. package/dist/esm/protos/Authorization/Payment/Manual/connect/Backup_connect.js +2 -0
  330. package/dist/esm/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +2 -0
  331. package/dist/esm/protos/Authorization/Payment/Manual/connect/index.js +3 -0
  332. package/dist/esm/protos/Authorization/Payment/Manual/index.js +3 -0
  333. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalRecords_pb.js +2 -0
  334. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalSettings_pb.js +2 -0
  335. package/dist/esm/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +2 -0
  336. package/dist/esm/protos/Authorization/Payment/Paypal/connect/index.js +2 -0
  337. package/dist/esm/protos/Authorization/Payment/Paypal/index.js +3 -0
  338. package/dist/esm/protos/Authorization/Payment/SharedTypes_pb.js +2 -0
  339. package/dist/esm/protos/Authorization/Payment/Stripe/ProductRecord_pb.js +2 -0
  340. package/dist/esm/protos/Authorization/Payment/Stripe/StripeRecords_pb.js +2 -0
  341. package/dist/esm/protos/Authorization/Payment/Stripe/StripeSettings_pb.js +2 -0
  342. package/dist/esm/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +2 -0
  343. package/dist/esm/protos/Authorization/Payment/Stripe/connect/index.js +2 -0
  344. package/dist/esm/protos/Authorization/Payment/Stripe/index.js +4 -0
  345. package/dist/esm/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.js +2 -0
  346. package/dist/esm/protos/Authorization/Payment/connect/BackupInterface_connect.js +2 -0
  347. package/dist/esm/protos/Authorization/Payment/connect/PaymentInterface_connect.js +2 -0
  348. package/dist/esm/protos/Authorization/Payment/connect/index.js +9 -0
  349. package/dist/esm/protos/Authorization/Payment/index.js +8 -0
  350. package/dist/esm/protos/Authorization/SharedTypes_pb.js +2 -0
  351. package/dist/esm/protos/Authorization/connect/Claims_connect.js +2 -0
  352. package/dist/esm/protos/Authorization/connect/index.js +4 -0
  353. package/dist/esm/protos/Authorization/index.js +4 -0
  354. package/dist/esm/protos/Comment/CommentRecord_pb.js +2 -0
  355. package/dist/esm/protos/Comment/SharedTypes_pb.js +2 -0
  356. package/dist/esm/protos/Comment/connect/CommentInterface_connect.js +2 -0
  357. package/dist/esm/protos/Comment/connect/index.js +2 -0
  358. package/dist/esm/protos/Comment/index.js +3 -0
  359. package/dist/esm/protos/Content/AssetRecord_pb.js +2 -0
  360. package/dist/esm/protos/Content/AudioAssetRecord_pb.js +2 -0
  361. package/dist/esm/protos/Content/ContentRecord_pb.js +2 -0
  362. package/dist/esm/protos/Content/ImageAssetRecord_pb.js +2 -0
  363. package/dist/esm/protos/Content/Music/MusicRecord_pb.js +2 -0
  364. package/dist/esm/protos/Content/Music/connect/MusicInterface_connect.js +2 -0
  365. package/dist/esm/protos/Content/Music/connect/index.js +2 -0
  366. package/dist/esm/protos/Content/Music/index.js +2 -0
  367. package/dist/esm/protos/Content/SharedTypes_pb.js +2 -0
  368. package/dist/esm/protos/Content/Stats/StatsRecords_pb.js +2 -0
  369. package/dist/esm/protos/Content/Stats/connect/StatsLikeInterface_connect.js +2 -0
  370. package/dist/esm/protos/Content/Stats/connect/StatsProgressInterface_connect.js +2 -0
  371. package/dist/esm/protos/Content/Stats/connect/StatsQueryInterface_connect.js +2 -0
  372. package/dist/esm/protos/Content/Stats/connect/StatsSaveInterface_connect.js +2 -0
  373. package/dist/esm/protos/Content/Stats/connect/StatsShareInterface_connect.js +2 -0
  374. package/dist/esm/protos/Content/Stats/connect/StatsViewInterface_connect.js +2 -0
  375. package/dist/esm/protos/Content/Stats/connect/index.js +7 -0
  376. package/dist/esm/protos/Content/Stats/index.js +2 -0
  377. package/dist/esm/protos/Content/connect/AssetBackup_connect.js +2 -0
  378. package/dist/esm/protos/Content/connect/AssetInterface_connect.js +2 -0
  379. package/dist/esm/protos/Content/connect/Backup_connect.js +2 -0
  380. package/dist/esm/protos/Content/connect/Content_connect.js +2 -0
  381. package/dist/esm/protos/Content/connect/Rumble_connect.js +2 -0
  382. package/dist/esm/protos/Content/connect/Video_connect.js +2 -0
  383. package/dist/esm/protos/Content/connect/index.js +9 -0
  384. package/dist/esm/protos/Content/index.js +8 -0
  385. package/dist/esm/protos/CreatorDashboard/Settings/CreatorSettings_pb.js +2 -0
  386. package/dist/esm/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.js +2 -0
  387. package/dist/esm/protos/CreatorDashboard/Settings/connect/index.js +2 -0
  388. package/dist/esm/protos/CreatorDashboard/Settings/index.js +2 -0
  389. package/dist/esm/protos/CreatorDashboard/Subscribers/Ban_pb.js +2 -0
  390. package/dist/esm/protos/CreatorDashboard/Subscribers/Mute_pb.js +2 -0
  391. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/Manage_connect.js +2 -0
  392. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/index.js +2 -0
  393. package/dist/esm/protos/CreatorDashboard/Subscribers/index.js +3 -0
  394. package/dist/esm/protos/CreatorDashboard/connect/index.js +3 -0
  395. package/dist/esm/protos/CreatorDashboard/index.js +3 -0
  396. package/dist/esm/protos/Generic/connect/ServiceOps_connect.js +2 -0
  397. package/dist/esm/protos/Generic/connect/index.js +2 -0
  398. package/dist/esm/protos/Generic/index.js +2 -0
  399. package/dist/esm/protos/Notification/NotificationSettings_pb.js +2 -0
  400. package/dist/esm/protos/Notification/NotificationUserRecord_pb.js +2 -0
  401. package/dist/esm/protos/Notification/UserNotificationSettingsRecord_pb.js +2 -0
  402. package/dist/esm/protos/Notification/connect/NotificationInterface_connect.js +2 -0
  403. package/dist/esm/protos/Notification/connect/UserNotificationInterface_connect.js +2 -0
  404. package/dist/esm/protos/Notification/connect/index.js +3 -0
  405. package/dist/esm/protos/Notification/index.js +4 -0
  406. package/dist/esm/protos/Page/PageRecord_pb.js +2 -0
  407. package/dist/esm/protos/Page/connect/PageInterface_connect.js +2 -0
  408. package/dist/esm/protos/Page/connect/index.js +2 -0
  409. package/dist/esm/protos/Page/index.js +2 -0
  410. package/dist/esm/protos/Settings/SettingsRecord_pb.js +2 -0
  411. package/dist/esm/protos/Settings/connect/Backup_connect.js +2 -0
  412. package/dist/esm/protos/Settings/connect/SettingsInterface_connect.js +2 -0
  413. package/dist/esm/protos/Settings/connect/index.js +3 -0
  414. package/dist/esm/protos/Settings/index.js +2 -0
  415. package/dist/esm/protos/index.js +0 -2
  416. package/dist/protos/Authentication/UserRecord_pb.d.ts +1 -0
  417. package/dist/protos/Authentication/connect/Backup_connect.d.ts +1 -0
  418. package/dist/protos/Authentication/connect/ServiceInterface_connect.d.ts +1 -0
  419. package/dist/protos/Authentication/connect/UserInterface_connect.d.ts +1 -0
  420. package/dist/protos/Authentication/connect/index.d.ts +3 -0
  421. package/dist/protos/Authentication/index.d.ts +1 -0
  422. package/dist/protos/Authorization/Events/EventError_pb.d.ts +1 -0
  423. package/dist/protos/Authorization/Events/EventRecord_pb.d.ts +1 -0
  424. package/dist/protos/Authorization/Events/EventTicketRecord_pb.d.ts +1 -0
  425. package/dist/protos/Authorization/Events/EventsSettings_pb.d.ts +1 -0
  426. package/dist/protos/Authorization/Events/TicketClassRecord_pb.d.ts +1 -0
  427. package/dist/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +1 -0
  428. package/dist/protos/Authorization/Events/connect/EventInterface_connect.d.ts +1 -0
  429. package/dist/protos/Authorization/Events/connect/index.d.ts +2 -0
  430. package/dist/protos/Authorization/Events/index.d.ts +5 -0
  431. package/dist/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +1 -0
  432. package/dist/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +1 -0
  433. package/dist/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +1 -0
  434. package/dist/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +1 -0
  435. package/dist/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +1 -0
  436. package/dist/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +1 -0
  437. package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +2 -0
  438. package/dist/protos/Authorization/Payment/Crypto/index.d.ts +4 -0
  439. package/dist/protos/Authorization/Payment/DataRecords_pb.d.ts +1 -0
  440. package/dist/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +1 -0
  441. package/dist/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +1 -0
  442. package/dist/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +1 -0
  443. package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -0
  444. package/dist/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
  445. package/dist/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +1 -0
  446. package/dist/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +1 -0
  447. package/dist/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +1 -0
  448. package/dist/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +1 -0
  449. package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +2 -0
  450. package/dist/protos/Authorization/Payment/Manual/index.d.ts +2 -0
  451. package/dist/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +1 -0
  452. package/dist/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +1 -0
  453. package/dist/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +1 -0
  454. package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -0
  455. package/dist/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
  456. package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +1 -0
  457. package/dist/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +1 -0
  458. package/dist/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +1 -0
  459. package/dist/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +1 -0
  460. package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +1 -0
  461. package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -0
  462. package/dist/protos/Authorization/Payment/Stripe/index.d.ts +3 -0
  463. package/dist/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +1 -0
  464. package/dist/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +1 -0
  465. package/dist/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +1 -0
  466. package/dist/protos/Authorization/Payment/connect/index.d.ts +8 -0
  467. package/dist/protos/Authorization/Payment/index.d.ts +7 -0
  468. package/dist/protos/Authorization/SharedTypes_pb.d.ts +1 -0
  469. package/dist/protos/Authorization/connect/Claims_connect.d.ts +1 -0
  470. package/dist/protos/Authorization/connect/index.d.ts +3 -0
  471. package/dist/protos/Authorization/index.d.ts +3 -0
  472. package/dist/protos/Comment/CommentRecord_pb.d.ts +1 -0
  473. package/dist/protos/Comment/SharedTypes_pb.d.ts +1 -0
  474. package/dist/protos/Comment/connect/CommentInterface_connect.d.ts +1 -0
  475. package/dist/protos/Comment/connect/index.d.ts +1 -0
  476. package/dist/protos/Comment/index.d.ts +2 -0
  477. package/dist/protos/Content/AssetRecord_pb.d.ts +1 -0
  478. package/dist/protos/Content/AudioAssetRecord_pb.d.ts +1 -0
  479. package/dist/protos/Content/ContentRecord_pb.d.ts +1 -0
  480. package/dist/protos/Content/ImageAssetRecord_pb.d.ts +1 -0
  481. package/dist/protos/Content/Music/MusicRecord_pb.d.ts +1 -0
  482. package/dist/protos/Content/Music/connect/MusicInterface_connect.d.ts +1 -0
  483. package/dist/protos/Content/Music/connect/index.d.ts +1 -0
  484. package/dist/protos/Content/Music/index.d.ts +1 -0
  485. package/dist/protos/Content/SharedTypes_pb.d.ts +1 -0
  486. package/dist/protos/Content/Stats/StatsRecords_pb.d.ts +1 -0
  487. package/dist/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +1 -0
  488. package/dist/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +1 -0
  489. package/dist/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +1 -0
  490. package/dist/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +1 -0
  491. package/dist/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +1 -0
  492. package/dist/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +1 -0
  493. package/dist/protos/Content/Stats/connect/index.d.ts +6 -0
  494. package/dist/protos/Content/Stats/index.d.ts +1 -0
  495. package/dist/protos/Content/connect/AssetBackup_connect.d.ts +1 -0
  496. package/dist/protos/Content/connect/AssetInterface_connect.d.ts +1 -0
  497. package/dist/protos/Content/connect/Backup_connect.d.ts +1 -0
  498. package/dist/protos/Content/connect/Content_connect.d.ts +1 -0
  499. package/dist/protos/Content/connect/Rumble_connect.d.ts +1 -0
  500. package/dist/protos/Content/connect/Video_connect.d.ts +1 -0
  501. package/dist/protos/Content/connect/index.d.ts +8 -0
  502. package/dist/protos/Content/index.d.ts +7 -0
  503. package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +1 -0
  504. package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +1 -0
  505. package/dist/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -0
  506. package/dist/protos/CreatorDashboard/Settings/index.d.ts +1 -0
  507. package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +1 -0
  508. package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +1 -0
  509. package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +1 -0
  510. package/dist/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -0
  511. package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
  512. package/dist/protos/CreatorDashboard/connect/index.d.ts +2 -0
  513. package/dist/protos/Generic/connect/ServiceOps_connect.d.ts +1 -0
  514. package/dist/protos/Generic/connect/index.d.ts +1 -0
  515. package/dist/protos/Notification/NotificationSettings_pb.d.ts +1 -0
  516. package/dist/protos/Notification/NotificationUserRecord_pb.d.ts +1 -0
  517. package/dist/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +1 -0
  518. package/dist/protos/Notification/connect/NotificationInterface_connect.d.ts +1 -0
  519. package/dist/protos/Notification/connect/UserNotificationInterface_connect.d.ts +1 -0
  520. package/dist/protos/Notification/connect/index.d.ts +2 -0
  521. package/dist/protos/Notification/index.d.ts +3 -0
  522. package/dist/protos/Page/PageRecord_pb.d.ts +1 -0
  523. package/dist/protos/Page/connect/PageInterface_connect.d.ts +1 -0
  524. package/dist/protos/Page/connect/index.d.ts +1 -0
  525. package/dist/protos/Page/index.d.ts +1 -0
  526. package/dist/protos/Settings/SettingsRecord_pb.d.ts +1 -0
  527. package/dist/protos/Settings/connect/Backup_connect.d.ts +1 -0
  528. package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +1 -0
  529. package/dist/protos/Settings/connect/index.d.ts +2 -0
  530. package/dist/protos/Settings/index.d.ts +1 -0
  531. package/dist/protos/connect.d.ts +1 -0
  532. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +43 -0
  533. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.d.ts +232 -0
  534. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +21 -0
  535. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.d.ts +46 -0
  536. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +298 -0
  537. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.d.ts +1677 -0
  538. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +255 -0
  539. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/connect.d.ts +3 -0
  540. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +1 -0
  541. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +21 -0
  542. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.d.ts +84 -0
  543. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +107 -0
  544. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.d.ts +629 -0
  545. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +399 -0
  546. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +71 -0
  547. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.d.ts +365 -0
  548. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +672 -0
  549. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +134 -0
  550. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +56 -0
  551. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +120 -0
  552. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.d.ts +2 -0
  553. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +5 -0
  554. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +89 -0
  555. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_pb.d.ts +268 -0
  556. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +32 -0
  557. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_pb.d.ts +199 -0
  558. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +32 -0
  559. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.d.ts +210 -0
  560. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +53 -0
  561. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.d.ts +170 -0
  562. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +85 -0
  563. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +27 -0
  564. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +38 -0
  565. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +20 -0
  566. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts +2 -0
  567. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +4 -0
  568. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +302 -0
  569. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +17 -0
  570. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.d.ts +52 -0
  571. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +50 -0
  572. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +38 -0
  573. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts +1 -0
  574. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +2 -0
  575. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +32 -0
  576. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.d.ts +199 -0
  577. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +80 -0
  578. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.d.ts +331 -0
  579. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +20 -0
  580. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +59 -0
  581. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts +2 -0
  582. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +2 -0
  583. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +80 -0
  584. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.d.ts +337 -0
  585. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +17 -0
  586. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.d.ts +52 -0
  587. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +24 -0
  588. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +42 -0
  589. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts +1 -0
  590. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +2 -0
  591. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +124 -0
  592. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +50 -0
  593. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +71 -0
  594. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +574 -0
  595. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +34 -0
  596. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +46 -0
  597. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts +1 -0
  598. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +3 -0
  599. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +8 -0
  600. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +7 -0
  601. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +32 -0
  602. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +3 -0
  603. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +3 -0
  604. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +118 -0
  605. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.d.ts +556 -0
  606. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +151 -0
  607. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +74 -0
  608. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/connect.d.ts +1 -0
  609. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +2 -0
  610. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts +134 -0
  611. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +32 -0
  612. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.d.ts +199 -0
  613. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +82 -0
  614. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.d.ts +448 -0
  615. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +37 -0
  616. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +147 -0
  617. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +43 -0
  618. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +232 -0
  619. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +363 -0
  620. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +163 -0
  621. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.d.ts +968 -0
  622. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +151 -0
  623. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +163 -0
  624. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.d.ts +968 -0
  625. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +363 -0
  626. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.d.ts +1 -0
  627. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +1 -0
  628. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +48 -0
  629. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Rumble_pb.d.ts +246 -0
  630. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +26 -0
  631. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +26 -0
  632. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.d.ts +86 -0
  633. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +17 -0
  634. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.d.ts +73 -0
  635. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +62 -0
  636. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.d.ts +249 -0
  637. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +153 -0
  638. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +26 -0
  639. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.d.ts +86 -0
  640. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +17 -0
  641. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.d.ts +60 -0
  642. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +17 -0
  643. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.d.ts +60 -0
  644. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.d.ts +6 -0
  645. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +1 -0
  646. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +17 -0
  647. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Video_pb.d.ts +92 -0
  648. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/connect.d.ts +8 -0
  649. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +7 -0
  650. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +61 -0
  651. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +35 -0
  652. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.d.ts +45 -0
  653. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts +1 -0
  654. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +1 -0
  655. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +186 -0
  656. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +62 -0
  657. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_pb.d.ts +60 -0
  658. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +186 -0
  659. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts +1 -0
  660. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +2 -0
  661. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +2 -0
  662. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Errors_pb.d.ts +28 -0
  663. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +32 -0
  664. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.d.ts +134 -0
  665. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/connect.d.ts +1 -0
  666. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +19 -0
  667. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.d.ts +61 -0
  668. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +28 -0
  669. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +43 -0
  670. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +55 -0
  671. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.d.ts +189 -0
  672. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +107 -0
  673. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/connect.d.ts +2 -0
  674. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +3 -0
  675. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +118 -0
  676. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.d.ts +659 -0
  677. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +171 -0
  678. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/connect.d.ts +1 -0
  679. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +1 -0
  680. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +32 -0
  681. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/Backup_pb.d.ts +127 -0
  682. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +268 -0
  683. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.d.ts +947 -0
  684. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +513 -0
  685. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/connect.d.ts +2 -0
  686. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +1 -0
  687. package/dist/protos/gen/Protos/IT/WebServices/Fragments/connect.d.ts +9 -0
  688. package/dist/protos/gen/Protos/IT/WebServices/Fragments/index.d.ts +11 -0
  689. package/dist/protos/gen/Protos/IT/WebServices/connect.d.ts +1 -0
  690. package/dist/protos/gen/Protos/IT/connect.d.ts +1 -0
  691. package/dist/protos/gen/Protos/buf/index.d.ts +1 -0
  692. package/dist/protos/gen/Protos/buf/validate/index.d.ts +1 -0
  693. package/dist/protos/gen/Protos/buf/validate/validate_pb.d.ts +2 -0
  694. package/dist/protos/gen/Protos/connect.d.ts +1 -0
  695. package/dist/protos/gen/Protos/index.d.ts +2 -0
  696. package/dist/protos/gen/buf/index.d.ts +1 -0
  697. package/dist/protos/gen/buf/validate/index.d.ts +1 -0
  698. package/dist/protos/gen/buf/validate/validate_pb.d.ts +4597 -0
  699. package/dist/protos/gen/connect.d.ts +1 -0
  700. package/dist/protos/gen/google/api/annotations_pb.d.ts +13 -0
  701. package/dist/protos/gen/google/api/http_pb.d.ts +440 -0
  702. package/dist/protos/gen/google/api/index.d.ts +2 -0
  703. package/dist/protos/gen/google/index.d.ts +1 -0
  704. package/dist/protos/gen/index.d.ts +3 -0
  705. package/dist/protos/index.d.ts +1 -1
  706. package/dist/protos/protos/Authentication/UserRecord_pb.d.ts +1 -0
  707. package/dist/protos/protos/Authentication/connect/Backup_connect.d.ts +1 -0
  708. package/dist/protos/protos/Authentication/connect/ServiceInterface_connect.d.ts +1 -0
  709. package/dist/protos/protos/Authentication/connect/UserInterface_connect.d.ts +1 -0
  710. package/dist/protos/protos/Authentication/connect/index.d.ts +3 -0
  711. package/dist/protos/protos/Authentication/index.d.ts +1 -0
  712. package/dist/protos/protos/Authorization/Events/EventError_pb.d.ts +1 -0
  713. package/dist/protos/protos/Authorization/Events/EventRecord_pb.d.ts +1 -0
  714. package/dist/protos/protos/Authorization/Events/EventTicketRecord_pb.d.ts +1 -0
  715. package/dist/protos/protos/Authorization/Events/EventsSettings_pb.d.ts +1 -0
  716. package/dist/protos/protos/Authorization/Events/TicketClassRecord_pb.d.ts +1 -0
  717. package/dist/protos/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +1 -0
  718. package/dist/protos/protos/Authorization/Events/connect/EventInterface_connect.d.ts +1 -0
  719. package/dist/protos/protos/Authorization/Events/connect/index.d.ts +2 -0
  720. package/dist/protos/protos/Authorization/Events/index.d.ts +5 -0
  721. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +1 -0
  722. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +1 -0
  723. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +1 -0
  724. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +1 -0
  725. package/dist/protos/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +1 -0
  726. package/dist/protos/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +1 -0
  727. package/dist/protos/protos/Authorization/Payment/Crypto/connect/index.d.ts +2 -0
  728. package/dist/protos/protos/Authorization/Payment/Crypto/index.d.ts +4 -0
  729. package/dist/protos/protos/Authorization/Payment/DataRecords_pb.d.ts +1 -0
  730. package/dist/protos/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +1 -0
  731. package/dist/protos/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +1 -0
  732. package/dist/protos/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +1 -0
  733. package/dist/protos/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -0
  734. package/dist/protos/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
  735. package/dist/protos/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +1 -0
  736. package/dist/protos/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +1 -0
  737. package/dist/protos/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +1 -0
  738. package/dist/protos/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +1 -0
  739. package/dist/protos/protos/Authorization/Payment/Manual/connect/index.d.ts +2 -0
  740. package/dist/protos/protos/Authorization/Payment/Manual/index.d.ts +2 -0
  741. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +1 -0
  742. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +1 -0
  743. package/dist/protos/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +1 -0
  744. package/dist/protos/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -0
  745. package/dist/protos/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
  746. package/dist/protos/protos/Authorization/Payment/SharedTypes_pb.d.ts +1 -0
  747. package/dist/protos/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +1 -0
  748. package/dist/protos/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +1 -0
  749. package/dist/protos/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +1 -0
  750. package/dist/protos/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +1 -0
  751. package/dist/protos/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -0
  752. package/dist/protos/protos/Authorization/Payment/Stripe/index.d.ts +3 -0
  753. package/dist/protos/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +1 -0
  754. package/dist/protos/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +1 -0
  755. package/dist/protos/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +1 -0
  756. package/dist/protos/protos/Authorization/Payment/connect/index.d.ts +8 -0
  757. package/dist/protos/protos/Authorization/Payment/index.d.ts +7 -0
  758. package/dist/protos/protos/Authorization/SharedTypes_pb.d.ts +1 -0
  759. package/dist/protos/protos/Authorization/connect/Claims_connect.d.ts +1 -0
  760. package/dist/protos/protos/Authorization/connect/index.d.ts +3 -0
  761. package/dist/protos/protos/Authorization/index.d.ts +3 -0
  762. package/dist/protos/protos/Comment/CommentRecord_pb.d.ts +1 -0
  763. package/dist/protos/protos/Comment/SharedTypes_pb.d.ts +1 -0
  764. package/dist/protos/protos/Comment/connect/CommentInterface_connect.d.ts +1 -0
  765. package/dist/protos/protos/Comment/connect/index.d.ts +1 -0
  766. package/dist/protos/protos/Comment/index.d.ts +2 -0
  767. package/dist/protos/protos/Content/AssetRecord_pb.d.ts +1 -0
  768. package/dist/protos/protos/Content/AudioAssetRecord_pb.d.ts +1 -0
  769. package/dist/protos/protos/Content/ContentRecord_pb.d.ts +1 -0
  770. package/dist/protos/protos/Content/ImageAssetRecord_pb.d.ts +1 -0
  771. package/dist/protos/protos/Content/Music/MusicRecord_pb.d.ts +1 -0
  772. package/dist/protos/protos/Content/Music/connect/MusicInterface_connect.d.ts +1 -0
  773. package/dist/protos/protos/Content/Music/connect/index.d.ts +1 -0
  774. package/dist/protos/protos/Content/Music/index.d.ts +1 -0
  775. package/dist/protos/protos/Content/SharedTypes_pb.d.ts +1 -0
  776. package/dist/protos/protos/Content/Stats/StatsRecords_pb.d.ts +1 -0
  777. package/dist/protos/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +1 -0
  778. package/dist/protos/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +1 -0
  779. package/dist/protos/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +1 -0
  780. package/dist/protos/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +1 -0
  781. package/dist/protos/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +1 -0
  782. package/dist/protos/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +1 -0
  783. package/dist/protos/protos/Content/Stats/connect/index.d.ts +6 -0
  784. package/dist/protos/protos/Content/Stats/index.d.ts +1 -0
  785. package/dist/protos/protos/Content/connect/AssetBackup_connect.d.ts +1 -0
  786. package/dist/protos/protos/Content/connect/AssetInterface_connect.d.ts +1 -0
  787. package/dist/protos/protos/Content/connect/Backup_connect.d.ts +1 -0
  788. package/dist/protos/protos/Content/connect/Content_connect.d.ts +1 -0
  789. package/dist/protos/protos/Content/connect/Rumble_connect.d.ts +1 -0
  790. package/dist/protos/protos/Content/connect/Video_connect.d.ts +1 -0
  791. package/dist/protos/protos/Content/connect/index.d.ts +8 -0
  792. package/dist/protos/protos/Content/index.d.ts +7 -0
  793. package/dist/protos/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +1 -0
  794. package/dist/protos/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +1 -0
  795. package/dist/protos/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -0
  796. package/dist/protos/protos/CreatorDashboard/Settings/index.d.ts +1 -0
  797. package/dist/protos/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +1 -0
  798. package/dist/protos/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +1 -0
  799. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +1 -0
  800. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -0
  801. package/dist/protos/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
  802. package/dist/protos/protos/CreatorDashboard/connect/index.d.ts +2 -0
  803. package/dist/protos/protos/CreatorDashboard/index.d.ts +2 -0
  804. package/dist/protos/protos/Generic/connect/ServiceOps_connect.d.ts +1 -0
  805. package/dist/protos/protos/Generic/connect/index.d.ts +1 -0
  806. package/dist/protos/protos/Generic/index.d.ts +1 -0
  807. package/dist/protos/protos/Notification/NotificationSettings_pb.d.ts +1 -0
  808. package/dist/protos/protos/Notification/NotificationUserRecord_pb.d.ts +1 -0
  809. package/dist/protos/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +1 -0
  810. package/dist/protos/protos/Notification/connect/NotificationInterface_connect.d.ts +1 -0
  811. package/dist/protos/protos/Notification/connect/UserNotificationInterface_connect.d.ts +1 -0
  812. package/dist/protos/protos/Notification/connect/index.d.ts +2 -0
  813. package/dist/protos/protos/Notification/index.d.ts +3 -0
  814. package/dist/protos/protos/Page/PageRecord_pb.d.ts +1 -0
  815. package/dist/protos/protos/Page/connect/PageInterface_connect.d.ts +1 -0
  816. package/dist/protos/protos/Page/connect/index.d.ts +1 -0
  817. package/dist/protos/protos/Page/index.d.ts +1 -0
  818. package/dist/protos/protos/Settings/SettingsRecord_pb.d.ts +1 -0
  819. package/dist/protos/protos/Settings/connect/Backup_connect.d.ts +1 -0
  820. package/dist/protos/protos/Settings/connect/SettingsInterface_connect.d.ts +1 -0
  821. package/dist/protos/protos/Settings/connect/index.d.ts +2 -0
  822. package/dist/protos/protos/Settings/index.d.ts +1 -0
  823. package/dist/protos/protos/index.d.ts +1 -0
  824. package/package.json +58 -19
  825. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_connect.js +0 -38
  826. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_pb.js +0 -241
  827. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord_pb.js +0 -232
  828. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_connect.js +0 -38
  829. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_pb.js +0 -241
  830. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord_pb.js +0 -232
  831. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_connect.js +0 -38
  832. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_pb.js +0 -241
  833. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord_pb.js +0 -97
  834. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord_pb.js +0 -232
  835. package/dist/esm/package.json +0 -3
  836. package/dist/esm/schemas/IT/WebServices/Fragments/Authentication/Backup.js +0 -12
  837. package/dist/esm/schemas/IT/WebServices/Fragments/Authentication/UserRecord.js +0 -51
  838. package/dist/esm/schemas/IT/WebServices/Fragments/Authentication/index.js +0 -3
  839. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Claims.js +0 -8
  840. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventError.js +0 -16
  841. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventRecord.js +0 -108
  842. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.js +0 -27
  843. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventsSettings.js +0 -14
  844. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord.js +0 -20
  845. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/index.js +0 -6
  846. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup.js +0 -13
  847. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords.js +0 -19
  848. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService.js +0 -7
  849. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords.js +0 -10
  850. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings.js +0 -6
  851. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +0 -6
  852. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup.js +0 -12
  853. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings.js +0 -13
  854. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord.js +0 -44
  855. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord.js +0 -10
  856. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +0 -5
  857. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup.js +0 -12
  858. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings.js +0 -6
  859. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord.js +0 -14
  860. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +0 -4
  861. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup.js +0 -12
  862. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords.js +0 -7
  863. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings.js +0 -11
  864. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord.js +0 -44
  865. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +0 -5
  866. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/SharedTypes.js +0 -13
  867. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup.js +0 -12
  868. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord.js +0 -13
  869. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord.js +0 -19
  870. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords.js +0 -9
  871. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings.js +0 -12
  872. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord.js +0 -44
  873. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +0 -7
  874. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/index.js +0 -7
  875. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/SharedTypes.js +0 -9
  876. package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/index.js +0 -5
  877. package/dist/esm/schemas/IT/WebServices/Fragments/Comment/CommentRecord.js +0 -32
  878. package/dist/esm/schemas/IT/WebServices/Fragments/Comment/SharedTypes.js +0 -7
  879. package/dist/esm/schemas/IT/WebServices/Fragments/Comment/index.js +0 -3
  880. package/dist/esm/schemas/IT/WebServices/Fragments/CommonTypes.js +0 -24
  881. package/dist/esm/schemas/IT/WebServices/Fragments/Content/AssetBackup.js +0 -12
  882. package/dist/esm/schemas/IT/WebServices/Fragments/Content/AssetRecord.js +0 -9
  883. package/dist/esm/schemas/IT/WebServices/Fragments/Content/AudioAssetRecord.js +0 -33
  884. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Backup.js +0 -12
  885. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Content.js +0 -25
  886. package/dist/esm/schemas/IT/WebServices/Fragments/Content/ContentRecord.js +0 -71
  887. package/dist/esm/schemas/IT/WebServices/Fragments/Content/ImageAssetRecord.js +0 -34
  888. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Music/MusicRecord.js +0 -71
  889. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Music/index.js +0 -2
  890. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Rumble.js +0 -18
  891. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Stats/StatsRecords.js +0 -37
  892. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Stats/index.js +0 -2
  893. package/dist/esm/schemas/IT/WebServices/Fragments/Content/Video.js +0 -11
  894. package/dist/esm/schemas/IT/WebServices/Fragments/Content/index.js +0 -12
  895. package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings.js +0 -10
  896. package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager.js +0 -4
  897. package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +0 -3
  898. package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban.js +0 -19
  899. package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.js +0 -19
  900. package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +0 -3
  901. package/dist/esm/schemas/IT/WebServices/Fragments/Notification/NotificationSettings.js +0 -8
  902. package/dist/esm/schemas/IT/WebServices/Fragments/Notification/NotificationUserRecord.js +0 -9
  903. package/dist/esm/schemas/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord.js +0 -25
  904. package/dist/esm/schemas/IT/WebServices/Fragments/Notification/index.js +0 -4
  905. package/dist/esm/schemas/IT/WebServices/Fragments/Page/PageRecord.js +0 -38
  906. package/dist/esm/schemas/IT/WebServices/Fragments/Page/index.js +0 -2
  907. package/dist/esm/schemas/IT/WebServices/Fragments/Settings/Backup.js +0 -8
  908. package/dist/esm/schemas/IT/WebServices/Fragments/Settings/SettingsRecord.js +0 -116
  909. package/dist/esm/schemas/IT/WebServices/Fragments/Settings/index.js +0 -3
  910. package/dist/esm/schemas/IT/WebServices/Fragments/index.js +0 -11
  911. package/dist/esm/schemas/IT/WebServices/index.js +0 -2
  912. package/dist/esm/schemas/IT/index.js +0 -2
  913. package/dist/esm/schemas/index.js +0 -2
  914. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -45
  915. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.d.ts +0 -212
  916. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -23
  917. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.d.ts +0 -32
  918. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -300
  919. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.d.ts +0 -1360
  920. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -274
  921. package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -7
  922. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -23
  923. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.d.ts +0 -71
  924. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -109
  925. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.d.ts +0 -603
  926. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -373
  927. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -73
  928. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.d.ts +0 -342
  929. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -685
  930. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -134
  931. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -61
  932. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +0 -117
  933. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -9
  934. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -34
  935. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.d.ts +0 -193
  936. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -55
  937. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -152
  938. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -86
  939. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -25
  940. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -40
  941. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -19
  942. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -8
  943. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_connect.d.ts +0 -34
  944. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_pb.d.ts +0 -182
  945. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -109
  946. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.d.ts +0 -407
  947. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -52
  948. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord_pb.d.ts +0 -202
  949. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -40
  950. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -7
  951. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -34
  952. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.d.ts +0 -182
  953. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -82
  954. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -307
  955. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -19
  956. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -57
  957. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -6
  958. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -55
  959. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.d.ts +0 -219
  960. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_connect.d.ts +0 -34
  961. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_pb.d.ts +0 -182
  962. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -100
  963. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.d.ts +0 -372
  964. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -23
  965. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -44
  966. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord_pb.d.ts +0 -202
  967. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -7
  968. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -110
  969. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_connect.d.ts +0 -34
  970. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_pb.d.ts +0 -182
  971. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -52
  972. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -163
  973. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +0 -644
  974. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord_pb.d.ts +0 -80
  975. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -36
  976. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -48
  977. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord_pb.d.ts +0 -202
  978. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -9
  979. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -8
  980. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -31
  981. package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -5
  982. package/dist/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -120
  983. package/dist/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.d.ts +0 -517
  984. package/dist/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -161
  985. package/dist/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -65
  986. package/dist/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -4
  987. package/dist/gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts +0 -134
  988. package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -34
  989. package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.d.ts +0 -182
  990. package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -84
  991. package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.d.ts +0 -421
  992. package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -36
  993. package/dist/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -160
  994. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -45
  995. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -212
  996. package/dist/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -401
  997. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -165
  998. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.d.ts +0 -924
  999. package/dist/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -164
  1000. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -165
  1001. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.d.ts +0 -924
  1002. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -401
  1003. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -3
  1004. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -50
  1005. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Rumble_pb.d.ts +0 -232
  1006. package/dist/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -17
  1007. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -28
  1008. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.d.ts +0 -74
  1009. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -19
  1010. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.d.ts +0 -65
  1011. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -64
  1012. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.d.ts +0 -231
  1013. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -163
  1014. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -28
  1015. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.d.ts +0 -74
  1016. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -19
  1017. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.d.ts +0 -53
  1018. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -19
  1019. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.d.ts +0 -53
  1020. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -13
  1021. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -19
  1022. package/dist/gen/Protos/IT/WebServices/Fragments/Content/Video_pb.d.ts +0 -87
  1023. package/dist/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -19
  1024. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -62
  1025. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -38
  1026. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.d.ts +0 -15
  1027. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -3
  1028. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -206
  1029. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -65
  1030. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -206
  1031. package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -3
  1032. package/dist/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -34
  1033. package/dist/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.d.ts +0 -105
  1034. package/dist/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -2
  1035. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -21
  1036. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.d.ts +0 -48
  1037. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -27
  1038. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -41
  1039. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -57
  1040. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.d.ts +0 -169
  1041. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -108
  1042. package/dist/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -7
  1043. package/dist/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -120
  1044. package/dist/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.d.ts +0 -629
  1045. package/dist/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -181
  1046. package/dist/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -3
  1047. package/dist/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -34
  1048. package/dist/gen/Protos/IT/WebServices/Fragments/Settings/Backup_pb.d.ts +0 -111
  1049. package/dist/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -270
  1050. package/dist/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.d.ts +0 -845
  1051. package/dist/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -582
  1052. package/dist/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -5
  1053. package/dist/gen/Protos/IT/WebServices/Fragments/index.d.ts +0 -10
  1054. package/dist/gen/Protos/index.d.ts +0 -1
  1055. package/dist/gen/index.d.ts +0 -1
  1056. package/dist/index.d.ts +0 -1
  1057. package/dist/schemas/IT/WebServices/Fragments/Authentication/Backup.d.ts +0 -3
  1058. package/dist/schemas/IT/WebServices/Fragments/Authentication/UserRecord.d.ts +0 -9
  1059. package/dist/schemas/IT/WebServices/Fragments/Authentication/index.d.ts +0 -2
  1060. package/dist/schemas/IT/WebServices/Fragments/Authorization/Claims.d.ts +0 -2
  1061. package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventError.d.ts +0 -3
  1062. package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventRecord.d.ts +0 -13
  1063. package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.d.ts +0 -4
  1064. package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventsSettings.d.ts +0 -4
  1065. package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord.d.ts +0 -3
  1066. package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
  1067. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup.d.ts +0 -3
  1068. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords.d.ts +0 -3
  1069. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService.d.ts +0 -2
  1070. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords.d.ts +0 -3
  1071. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings.d.ts +0 -2
  1072. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -5
  1073. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup.d.ts +0 -3
  1074. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings.d.ts +0 -3
  1075. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord.d.ts +0 -4
  1076. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord.d.ts +0 -3
  1077. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -4
  1078. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup.d.ts +0 -3
  1079. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings.d.ts +0 -2
  1080. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord.d.ts +0 -2
  1081. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -3
  1082. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup.d.ts +0 -3
  1083. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords.d.ts +0 -2
  1084. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings.d.ts +0 -3
  1085. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord.d.ts +0 -4
  1086. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -4
  1087. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/SharedTypes.d.ts +0 -2
  1088. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup.d.ts +0 -3
  1089. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord.d.ts +0 -3
  1090. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord.d.ts +0 -2
  1091. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords.d.ts +0 -3
  1092. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings.d.ts +0 -3
  1093. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord.d.ts +0 -4
  1094. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -6
  1095. package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -6
  1096. package/dist/schemas/IT/WebServices/Fragments/Authorization/SharedTypes.d.ts +0 -2
  1097. package/dist/schemas/IT/WebServices/Fragments/Authorization/index.d.ts +0 -4
  1098. package/dist/schemas/IT/WebServices/Fragments/Comment/CommentRecord.d.ts +0 -6
  1099. package/dist/schemas/IT/WebServices/Fragments/Comment/SharedTypes.d.ts +0 -2
  1100. package/dist/schemas/IT/WebServices/Fragments/Comment/index.d.ts +0 -2
  1101. package/dist/schemas/IT/WebServices/Fragments/CommonTypes.d.ts +0 -4
  1102. package/dist/schemas/IT/WebServices/Fragments/Content/AssetBackup.d.ts +0 -3
  1103. package/dist/schemas/IT/WebServices/Fragments/Content/AssetRecord.d.ts +0 -2
  1104. package/dist/schemas/IT/WebServices/Fragments/Content/AudioAssetRecord.d.ts +0 -7
  1105. package/dist/schemas/IT/WebServices/Fragments/Content/Backup.d.ts +0 -3
  1106. package/dist/schemas/IT/WebServices/Fragments/Content/Content.d.ts +0 -3
  1107. package/dist/schemas/IT/WebServices/Fragments/Content/ContentRecord.d.ts +0 -14
  1108. package/dist/schemas/IT/WebServices/Fragments/Content/ImageAssetRecord.d.ts +0 -7
  1109. package/dist/schemas/IT/WebServices/Fragments/Content/Music/MusicRecord.d.ts +0 -14
  1110. package/dist/schemas/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -1
  1111. package/dist/schemas/IT/WebServices/Fragments/Content/Rumble.d.ts +0 -4
  1112. package/dist/schemas/IT/WebServices/Fragments/Content/Stats/StatsRecords.d.ts +0 -6
  1113. package/dist/schemas/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -1
  1114. package/dist/schemas/IT/WebServices/Fragments/Content/Video.d.ts +0 -3
  1115. package/dist/schemas/IT/WebServices/Fragments/Content/index.d.ts +0 -11
  1116. package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings.d.ts +0 -2
  1117. package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager.d.ts +0 -2
  1118. package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -2
  1119. package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban.d.ts +0 -3
  1120. package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.d.ts +0 -3
  1121. package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -2
  1122. package/dist/schemas/IT/WebServices/Fragments/Notification/NotificationSettings.d.ts +0 -2
  1123. package/dist/schemas/IT/WebServices/Fragments/Notification/NotificationUserRecord.d.ts +0 -2
  1124. package/dist/schemas/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord.d.ts +0 -3
  1125. package/dist/schemas/IT/WebServices/Fragments/Notification/index.d.ts +0 -3
  1126. package/dist/schemas/IT/WebServices/Fragments/Page/PageRecord.d.ts +0 -6
  1127. package/dist/schemas/IT/WebServices/Fragments/Page/index.d.ts +0 -1
  1128. package/dist/schemas/IT/WebServices/Fragments/Settings/Backup.d.ts +0 -2
  1129. package/dist/schemas/IT/WebServices/Fragments/Settings/SettingsRecord.d.ts +0 -23
  1130. package/dist/schemas/IT/WebServices/Fragments/Settings/index.d.ts +0 -2
  1131. package/dist/schemas/IT/WebServices/Fragments/index.d.ts +0 -10
  1132. package/dist/schemas/IT/WebServices/index.d.ts +0 -1
  1133. package/dist/schemas/IT/index.d.ts +0 -1
  1134. package/dist/schemas/index.d.ts +0 -1
  1135. /package/dist/esm/{schemas/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/index.js +0 -0
  1136. /package/dist/{gen/Protos/IT/WebServices/Fragments → protos}/CreatorDashboard/index.d.ts +0 -0
  1137. /package/dist/{schemas/IT/WebServices/Fragments → protos}/Generic/index.d.ts +0 -0
  1138. /package/dist/{schemas → protos/gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +0 -0
  1139. /package/dist/{esm/schemas/IT/WebServices/Fragments/Generic/index.js → protos/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts} +0 -0
  1140. /package/dist/{gen → protos/gen}/Protos/IT/WebServices/index.d.ts +0 -0
  1141. /package/dist/{gen → protos/gen}/Protos/IT/index.d.ts +0 -0
@@ -1,305 +1,49 @@
1
- // @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
2
  // @generated from file Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.proto (package IT.WebServices.Fragments.CreatorDashboard.Subscribers, syntax proto3)
3
3
  /* eslint-disable */
4
- // @ts-nocheck
5
- import { Duration, Message, proto3, Timestamp } from "@bufbuild/protobuf";
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_duration, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
6
  /**
7
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute
7
+ * Describes the file Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.proto.
8
8
  */
9
- export class Mute extends Message {
10
- constructor(data) {
11
- super();
12
- /**
13
- * @generated from field: string Id = 1;
14
- */
15
- this.Id = "";
16
- /**
17
- * @generated from field: bool IsValid = 2;
18
- */
19
- this.IsValid = false;
20
- /**
21
- * @generated from field: string UserId = 3;
22
- */
23
- this.UserId = "";
24
- /**
25
- * @generated from field: string Message = 4;
26
- */
27
- this.Message = "";
28
- /**
29
- * @generated from field: string Reason = 5;
30
- */
31
- this.Reason = "";
32
- /**
33
- * @generated from field: string Length = 6;
34
- */
35
- this.Length = "";
36
- /**
37
- * @generated from field: string MutedBy = 7;
38
- */
39
- this.MutedBy = "";
40
- /**
41
- * @generated from field: string UnmutedBy = 8;
42
- */
43
- this.UnmutedBy = "";
44
- proto3.util.initPartial(data, this);
45
- }
46
- static fromBinary(bytes, options) {
47
- return new Mute().fromBinary(bytes, options);
48
- }
49
- static fromJson(jsonValue, options) {
50
- return new Mute().fromJson(jsonValue, options);
51
- }
52
- static fromJsonString(jsonString, options) {
53
- return new Mute().fromJsonString(jsonString, options);
54
- }
55
- static equals(a, b) {
56
- return proto3.util.equals(Mute, a, b);
57
- }
58
- }
59
- Mute.runtime = proto3;
60
- Mute.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute";
61
- Mute.fields = proto3.util.newFieldList(() => [
62
- { no: 1, name: "Id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
63
- { no: 2, name: "IsValid", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
64
- { no: 3, name: "UserId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
65
- { no: 4, name: "Message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
66
- { no: 5, name: "Reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
67
- { no: 6, name: "Length", kind: "scalar", T: 9 /* ScalarType.STRING */ },
68
- { no: 7, name: "MutedBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
69
- { no: 8, name: "UnmutedBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
70
- { no: 9, name: "DateMuted", kind: "message", T: Timestamp },
71
- { no: 10, name: "DurationMuted", kind: "message", T: Duration },
72
- { no: 11, name: "DateUnmuted", kind: "message", T: Timestamp },
73
- ]);
9
+ export const file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute = /*@__PURE__*/ fileDesc("CkdQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NyZWF0b3JEYXNoYm9hcmQvU3Vic2NyaWJlcnMvTXV0ZS5wcm90bxI1SVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNyZWF0b3JEYXNoYm9hcmQuU3Vic2NyaWJlcnMimgIKBE11dGUSCgoCSWQYASABKAkSDwoHSXNWYWxpZBgCIAEoCBIOCgZVc2VySWQYAyABKAkSDwoHTWVzc2FnZRgEIAEoCRIOCgZSZWFzb24YBSABKAkSDgoGTGVuZ3RoGAYgASgJEg8KB011dGVkQnkYByABKAkSEQoJVW5tdXRlZEJ5GAggASgJEi0KCURhdGVNdXRlZBgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMAoNRHVyYXRpb25NdXRlZBgKIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhIvCgtEYXRlVW5tdXRlZBgLIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiVgoITXV0ZUxpc3QSSgoFTXV0ZXMYASADKAsyOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ3JlYXRvckRhc2hib2FyZC5TdWJzY3JpYmVycy5NdXRlIhQKEkdldE11dGVMaXN0UmVxdWVzdCJoChNHZXRNdXRlTGlzdFJlc3BvbnNlElEKCE11dGVMaXN0GAEgASgLMj8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNyZWF0b3JEYXNoYm9hcmQuU3Vic2NyaWJlcnMuTXV0ZUxpc3QiXwoLTXV0ZVJlcXVlc3QSDgoGVXNlcklkGAEgASgJEg4KBkxlbmd0aBgCIAEoCRIPCgdNZXNzYWdlGAMgASgJEg4KBlJlYXNvbhgEIAEoCRIPCgdNdXRlZEJ5GAYgASgJImoKDE11dGVSZXNwb25zZRIPCgdNZXNzYWdlGAEgASgJEkkKBE11dGUYAiABKAsyOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ3JlYXRvckRhc2hib2FyZC5TdWJzY3JpYmVycy5NdXRlIkIKDVVubXV0ZVJlcXVlc3QSDgoGVXNlcklkGAEgASgJEg4KBk11dGVJZBgCIAEoCRIRCglVbm11dGVkQnkYAyABKAkibAoOVW5tdXRlUmVzcG9uc2USDwoHTWVzc2FnZRgBIAEoCRJJCgRNdXRlGAIgASgLMjsuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNyZWF0b3JEYXNoYm9hcmQuU3Vic2NyaWJlcnMuTXV0ZWIGcHJvdG8z", [file_google_protobuf_timestamp, file_google_protobuf_duration]);
74
10
  /**
75
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList
11
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute.
12
+ * Use `create(MuteSchema)` to create a new message.
76
13
  */
77
- export class MuteList extends Message {
78
- constructor(data) {
79
- super();
80
- /**
81
- * @generated from field: repeated IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mutes = 1;
82
- */
83
- this.Mutes = [];
84
- proto3.util.initPartial(data, this);
85
- }
86
- static fromBinary(bytes, options) {
87
- return new MuteList().fromBinary(bytes, options);
88
- }
89
- static fromJson(jsonValue, options) {
90
- return new MuteList().fromJson(jsonValue, options);
91
- }
92
- static fromJsonString(jsonString, options) {
93
- return new MuteList().fromJsonString(jsonString, options);
94
- }
95
- static equals(a, b) {
96
- return proto3.util.equals(MuteList, a, b);
97
- }
98
- }
99
- MuteList.runtime = proto3;
100
- MuteList.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList";
101
- MuteList.fields = proto3.util.newFieldList(() => [
102
- { no: 1, name: "Mutes", kind: "message", T: Mute, repeated: true },
103
- ]);
14
+ export const MuteSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 0);
104
15
  /**
105
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest
16
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList.
17
+ * Use `create(MuteListSchema)` to create a new message.
106
18
  */
107
- export class GetMuteListRequest extends Message {
108
- constructor(data) {
109
- super();
110
- proto3.util.initPartial(data, this);
111
- }
112
- static fromBinary(bytes, options) {
113
- return new GetMuteListRequest().fromBinary(bytes, options);
114
- }
115
- static fromJson(jsonValue, options) {
116
- return new GetMuteListRequest().fromJson(jsonValue, options);
117
- }
118
- static fromJsonString(jsonString, options) {
119
- return new GetMuteListRequest().fromJsonString(jsonString, options);
120
- }
121
- static equals(a, b) {
122
- return proto3.util.equals(GetMuteListRequest, a, b);
123
- }
124
- }
125
- GetMuteListRequest.runtime = proto3;
126
- GetMuteListRequest.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest";
127
- GetMuteListRequest.fields = proto3.util.newFieldList(() => []);
19
+ export const MuteListSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 1);
128
20
  /**
129
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse
21
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest.
22
+ * Use `create(GetMuteListRequestSchema)` to create a new message.
130
23
  */
131
- export class GetMuteListResponse extends Message {
132
- constructor(data) {
133
- super();
134
- proto3.util.initPartial(data, this);
135
- }
136
- static fromBinary(bytes, options) {
137
- return new GetMuteListResponse().fromBinary(bytes, options);
138
- }
139
- static fromJson(jsonValue, options) {
140
- return new GetMuteListResponse().fromJson(jsonValue, options);
141
- }
142
- static fromJsonString(jsonString, options) {
143
- return new GetMuteListResponse().fromJsonString(jsonString, options);
144
- }
145
- static equals(a, b) {
146
- return proto3.util.equals(GetMuteListResponse, a, b);
147
- }
148
- }
149
- GetMuteListResponse.runtime = proto3;
150
- GetMuteListResponse.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse";
151
- GetMuteListResponse.fields = proto3.util.newFieldList(() => [
152
- { no: 1, name: "MuteList", kind: "message", T: MuteList },
153
- ]);
24
+ export const GetMuteListRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 2);
154
25
  /**
155
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest
26
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse.
27
+ * Use `create(GetMuteListResponseSchema)` to create a new message.
156
28
  */
157
- export class MuteRequest extends Message {
158
- constructor(data) {
159
- super();
160
- /**
161
- * @generated from field: string UserId = 1;
162
- */
163
- this.UserId = "";
164
- /**
165
- * @generated from field: string Length = 2;
166
- */
167
- this.Length = "";
168
- /**
169
- * @generated from field: string Message = 3;
170
- */
171
- this.Message = "";
172
- /**
173
- * @generated from field: string Reason = 4;
174
- */
175
- this.Reason = "";
176
- /**
177
- * @generated from field: string MutedBy = 6;
178
- */
179
- this.MutedBy = "";
180
- proto3.util.initPartial(data, this);
181
- }
182
- static fromBinary(bytes, options) {
183
- return new MuteRequest().fromBinary(bytes, options);
184
- }
185
- static fromJson(jsonValue, options) {
186
- return new MuteRequest().fromJson(jsonValue, options);
187
- }
188
- static fromJsonString(jsonString, options) {
189
- return new MuteRequest().fromJsonString(jsonString, options);
190
- }
191
- static equals(a, b) {
192
- return proto3.util.equals(MuteRequest, a, b);
193
- }
194
- }
195
- MuteRequest.runtime = proto3;
196
- MuteRequest.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest";
197
- MuteRequest.fields = proto3.util.newFieldList(() => [
198
- { no: 1, name: "UserId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
199
- { no: 2, name: "Length", kind: "scalar", T: 9 /* ScalarType.STRING */ },
200
- { no: 3, name: "Message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
201
- { no: 4, name: "Reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
202
- { no: 6, name: "MutedBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
203
- ]);
29
+ export const GetMuteListResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 3);
204
30
  /**
205
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse
31
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest.
32
+ * Use `create(MuteRequestSchema)` to create a new message.
206
33
  */
207
- export class MuteResponse extends Message {
208
- constructor(data) {
209
- super();
210
- /**
211
- * @generated from field: string Message = 1;
212
- */
213
- this.Message = "";
214
- proto3.util.initPartial(data, this);
215
- }
216
- static fromBinary(bytes, options) {
217
- return new MuteResponse().fromBinary(bytes, options);
218
- }
219
- static fromJson(jsonValue, options) {
220
- return new MuteResponse().fromJson(jsonValue, options);
221
- }
222
- static fromJsonString(jsonString, options) {
223
- return new MuteResponse().fromJsonString(jsonString, options);
224
- }
225
- static equals(a, b) {
226
- return proto3.util.equals(MuteResponse, a, b);
227
- }
228
- }
229
- MuteResponse.runtime = proto3;
230
- MuteResponse.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse";
231
- MuteResponse.fields = proto3.util.newFieldList(() => [
232
- { no: 1, name: "Message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
233
- { no: 2, name: "Mute", kind: "message", T: Mute },
234
- ]);
34
+ export const MuteRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 4);
235
35
  /**
236
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest
36
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse.
37
+ * Use `create(MuteResponseSchema)` to create a new message.
237
38
  */
238
- export class UnmuteRequest extends Message {
239
- constructor(data) {
240
- super();
241
- /**
242
- * @generated from field: string UserId = 1;
243
- */
244
- this.UserId = "";
245
- /**
246
- * @generated from field: string MuteId = 2;
247
- */
248
- this.MuteId = "";
249
- /**
250
- * @generated from field: string UnmutedBy = 3;
251
- */
252
- this.UnmutedBy = "";
253
- proto3.util.initPartial(data, this);
254
- }
255
- static fromBinary(bytes, options) {
256
- return new UnmuteRequest().fromBinary(bytes, options);
257
- }
258
- static fromJson(jsonValue, options) {
259
- return new UnmuteRequest().fromJson(jsonValue, options);
260
- }
261
- static fromJsonString(jsonString, options) {
262
- return new UnmuteRequest().fromJsonString(jsonString, options);
263
- }
264
- static equals(a, b) {
265
- return proto3.util.equals(UnmuteRequest, a, b);
266
- }
267
- }
268
- UnmuteRequest.runtime = proto3;
269
- UnmuteRequest.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest";
270
- UnmuteRequest.fields = proto3.util.newFieldList(() => [
271
- { no: 1, name: "UserId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
272
- { no: 2, name: "MuteId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
273
- { no: 3, name: "UnmutedBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
274
- ]);
39
+ export const MuteResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 5);
275
40
  /**
276
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse
41
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest.
42
+ * Use `create(UnmuteRequestSchema)` to create a new message.
277
43
  */
278
- export class UnmuteResponse extends Message {
279
- constructor(data) {
280
- super();
281
- /**
282
- * @generated from field: string Message = 1;
283
- */
284
- this.Message = "";
285
- proto3.util.initPartial(data, this);
286
- }
287
- static fromBinary(bytes, options) {
288
- return new UnmuteResponse().fromBinary(bytes, options);
289
- }
290
- static fromJson(jsonValue, options) {
291
- return new UnmuteResponse().fromJson(jsonValue, options);
292
- }
293
- static fromJsonString(jsonString, options) {
294
- return new UnmuteResponse().fromJsonString(jsonString, options);
295
- }
296
- static equals(a, b) {
297
- return proto3.util.equals(UnmuteResponse, a, b);
298
- }
299
- }
300
- UnmuteResponse.runtime = proto3;
301
- UnmuteResponse.typeName = "IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse";
302
- UnmuteResponse.fields = proto3.util.newFieldList(() => [
303
- { no: 1, name: "Message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
304
- { no: 2, name: "Mute", kind: "message", T: Mute },
305
- ]);
44
+ export const UnmuteRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 6);
45
+ /**
46
+ * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse.
47
+ * Use `create(UnmuteResponseSchema)` to create a new message.
48
+ */
49
+ export const UnmuteResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute, 7);
@@ -0,0 +1,2 @@
1
+ // Auto-generated - DO NOT EDIT
2
+ export * from './Manage_connect';
@@ -1,6 +1,3 @@
1
- // Auto-generated index file - DO NOT EDIT MANUALLY
2
- // Generated on: Wed Oct 15 2025 23:01:33 GMT-0400 (Eastern Daylight Time)
3
- // Namespaced re-exports to avoid symbol collisions
4
- export * as Ban_pb from './Ban_pb';
5
- export * as Manage_connect from './Manage_connect';
6
- export * as Mute_pb from './Mute_pb';
1
+ // Auto-generated - DO NOT EDIT
2
+ export * from './Ban_pb';
3
+ export * from './Mute_pb';
@@ -0,0 +1,3 @@
1
+ // Auto-generated - DO NOT EDIT
2
+ export * as Settings from './Settings/connect';
3
+ export * as Subscribers from './Subscribers/connect';
@@ -1,5 +1,3 @@
1
- // Auto-generated index file - DO NOT EDIT MANUALLY
2
- // Generated on: Wed Oct 15 2025 23:01:33 GMT-0400 (Eastern Daylight Time)
3
- // Re-exports from subdirectories
1
+ // Auto-generated - DO NOT EDIT
4
2
  export * as Settings from './Settings';
5
3
  export * as Subscribers from './Subscribers';
@@ -0,0 +1,15 @@
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Errors.proto (package IT.WebServices.Fragments, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
+ import { file_Protos_buf_validate_validate } from "../../../buf/validate/validate_pb";
7
+ /**
8
+ * Describes the file Protos/IT/WebServices/Fragments/Errors.proto.
9
+ */
10
+ export const file_Protos_IT_WebServices_Fragments_Errors = /*@__PURE__*/ fileDesc("CixQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0Vycm9ycy5wcm90bxIYSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzIj8KD1ZhbGlkYXRpb25Jc3N1ZRINCgVmaWVsZBgBIAEoCRIPCgdtZXNzYWdlGAIgASgJEgwKBGNvZGUYAyABKAliBnByb3RvMw", [file_google_protobuf_timestamp, file_Protos_buf_validate_validate]);
11
+ /**
12
+ * Describes the message IT.WebServices.Fragments.ValidationIssue.
13
+ * Use `create(ValidationIssueSchema)` to create a new message.
14
+ */
15
+ export const ValidationIssueSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Errors, 0);
@@ -1,8 +1,7 @@
1
- // @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts,import_extension=none"
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Generic/ServiceOps.proto (package IT.WebServices.Fragments.Generic, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { ServiceOperationRequest, ServiceStatusRequest, ServiceStatusResponse } from "./ServiceOps_pb";
6
5
  import { MethodKind } from "@bufbuild/protobuf";
7
6
  /**
8
7
  * Service for Authorization fragment interface
@@ -1,38 +1,16 @@
1
- // @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Generic/ServiceOps.proto (package IT.WebServices.Fragments.Generic, syntax proto3)
3
3
  /* eslint-disable */
4
- // @ts-nocheck
5
- import { Message, proto3 } from "@bufbuild/protobuf";
4
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
6
5
  /**
7
- * @generated from message IT.WebServices.Fragments.Generic.ServiceOperationRequest
6
+ * Describes the file Protos/IT/WebServices/Fragments/Generic/ServiceOps.proto.
8
7
  */
9
- export class ServiceOperationRequest extends Message {
10
- constructor(data) {
11
- super();
12
- /**
13
- * @generated from field: IT.WebServices.Fragments.Generic.ServiceOperationRequest.ServiceOperation Operation = 1;
14
- */
15
- this.Operation = ServiceOperationRequest_ServiceOperation.Offline;
16
- proto3.util.initPartial(data, this);
17
- }
18
- static fromBinary(bytes, options) {
19
- return new ServiceOperationRequest().fromBinary(bytes, options);
20
- }
21
- static fromJson(jsonValue, options) {
22
- return new ServiceOperationRequest().fromJson(jsonValue, options);
23
- }
24
- static fromJsonString(jsonString, options) {
25
- return new ServiceOperationRequest().fromJsonString(jsonString, options);
26
- }
27
- static equals(a, b) {
28
- return proto3.util.equals(ServiceOperationRequest, a, b);
29
- }
30
- }
31
- ServiceOperationRequest.runtime = proto3;
32
- ServiceOperationRequest.typeName = "IT.WebServices.Fragments.Generic.ServiceOperationRequest";
33
- ServiceOperationRequest.fields = proto3.util.newFieldList(() => [
34
- { no: 1, name: "Operation", kind: "enum", T: proto3.getEnumType(ServiceOperationRequest_ServiceOperation) },
35
- ]);
8
+ export const file_Protos_IT_WebServices_Fragments_Generic_ServiceOps = /*@__PURE__*/ fileDesc("CjhQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0dlbmVyaWMvU2VydmljZU9wcy5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkdlbmVyaWMisgEKF1NlcnZpY2VPcGVyYXRpb25SZXF1ZXN0El0KCU9wZXJhdGlvbhgBIAEoDjJKLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5HZW5lcmljLlNlcnZpY2VPcGVyYXRpb25SZXF1ZXN0LlNlcnZpY2VPcGVyYXRpb24iOAoQU2VydmljZU9wZXJhdGlvbhILCgdPZmZsaW5lEAASCgoGT25saW5lEAESCwoHUmVzdGFydBACIhYKFFNlcnZpY2VTdGF0dXNSZXF1ZXN0IuUBChVTZXJ2aWNlU3RhdHVzUmVzcG9uc2USEwoLU2VydmljZU5hbWUYASABKAkSVAoGU3RhdHVzGAIgASgOMkQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkdlbmVyaWMuU2VydmljZVN0YXR1c1Jlc3BvbnNlLk9ubGluZVN0YXR1cxIPCgdNZXNzYWdlGAMgASgJIlAKDE9ubGluZVN0YXR1cxILCgdPZmZsaW5lEAASCgoGT25saW5lEAESDAoIU3RhcnRpbmcQAhIMCghTdG9wcGluZxADEgsKB0ZhdWx0ZWQQBDKlAgoTU2VydmljZU9wc0ludGVyZmFjZRKCAQoNU2VydmljZVN0YXR1cxI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5HZW5lcmljLlNlcnZpY2VTdGF0dXNSZXF1ZXN0GjcuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkdlbmVyaWMuU2VydmljZVN0YXR1c1Jlc3BvbnNlIgASiAEKEFNlcnZpY2VPcGVyYXRpb24SOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuR2VuZXJpYy5TZXJ2aWNlT3BlcmF0aW9uUmVxdWVzdBo3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5HZW5lcmljLlNlcnZpY2VTdGF0dXNSZXNwb25zZSIAYgZwcm90bzM");
9
+ /**
10
+ * Describes the message IT.WebServices.Fragments.Generic.ServiceOperationRequest.
11
+ * Use `create(ServiceOperationRequestSchema)` to create a new message.
12
+ */
13
+ export const ServiceOperationRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Generic_ServiceOps, 0);
36
14
  /**
37
15
  * @generated from enum IT.WebServices.Fragments.Generic.ServiceOperationRequest.ServiceOperation
38
16
  */
@@ -57,76 +35,20 @@ export var ServiceOperationRequest_ServiceOperation;
57
35
  */
58
36
  ServiceOperationRequest_ServiceOperation[ServiceOperationRequest_ServiceOperation["Restart"] = 2] = "Restart";
59
37
  })(ServiceOperationRequest_ServiceOperation || (ServiceOperationRequest_ServiceOperation = {}));
60
- // Retrieve enum metadata with: proto3.getEnumType(ServiceOperationRequest_ServiceOperation)
61
- proto3.util.setEnumType(ServiceOperationRequest_ServiceOperation, "IT.WebServices.Fragments.Generic.ServiceOperationRequest.ServiceOperation", [
62
- { no: 0, name: "Offline" },
63
- { no: 1, name: "Online" },
64
- { no: 2, name: "Restart" },
65
- ]);
66
38
  /**
67
- * @generated from message IT.WebServices.Fragments.Generic.ServiceStatusRequest
39
+ * Describes the enum IT.WebServices.Fragments.Generic.ServiceOperationRequest.ServiceOperation.
40
+ */
41
+ export const ServiceOperationRequest_ServiceOperationSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Generic_ServiceOps, 0, 0);
42
+ /**
43
+ * Describes the message IT.WebServices.Fragments.Generic.ServiceStatusRequest.
44
+ * Use `create(ServiceStatusRequestSchema)` to create a new message.
68
45
  */
69
- export class ServiceStatusRequest extends Message {
70
- constructor(data) {
71
- super();
72
- proto3.util.initPartial(data, this);
73
- }
74
- static fromBinary(bytes, options) {
75
- return new ServiceStatusRequest().fromBinary(bytes, options);
76
- }
77
- static fromJson(jsonValue, options) {
78
- return new ServiceStatusRequest().fromJson(jsonValue, options);
79
- }
80
- static fromJsonString(jsonString, options) {
81
- return new ServiceStatusRequest().fromJsonString(jsonString, options);
82
- }
83
- static equals(a, b) {
84
- return proto3.util.equals(ServiceStatusRequest, a, b);
85
- }
86
- }
87
- ServiceStatusRequest.runtime = proto3;
88
- ServiceStatusRequest.typeName = "IT.WebServices.Fragments.Generic.ServiceStatusRequest";
89
- ServiceStatusRequest.fields = proto3.util.newFieldList(() => []);
46
+ export const ServiceStatusRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Generic_ServiceOps, 1);
90
47
  /**
91
- * @generated from message IT.WebServices.Fragments.Generic.ServiceStatusResponse
48
+ * Describes the message IT.WebServices.Fragments.Generic.ServiceStatusResponse.
49
+ * Use `create(ServiceStatusResponseSchema)` to create a new message.
92
50
  */
93
- export class ServiceStatusResponse extends Message {
94
- constructor(data) {
95
- super();
96
- /**
97
- * @generated from field: string ServiceName = 1;
98
- */
99
- this.ServiceName = "";
100
- /**
101
- * @generated from field: IT.WebServices.Fragments.Generic.ServiceStatusResponse.OnlineStatus Status = 2;
102
- */
103
- this.Status = ServiceStatusResponse_OnlineStatus.Offline;
104
- /**
105
- * @generated from field: string Message = 3;
106
- */
107
- this.Message = "";
108
- proto3.util.initPartial(data, this);
109
- }
110
- static fromBinary(bytes, options) {
111
- return new ServiceStatusResponse().fromBinary(bytes, options);
112
- }
113
- static fromJson(jsonValue, options) {
114
- return new ServiceStatusResponse().fromJson(jsonValue, options);
115
- }
116
- static fromJsonString(jsonString, options) {
117
- return new ServiceStatusResponse().fromJsonString(jsonString, options);
118
- }
119
- static equals(a, b) {
120
- return proto3.util.equals(ServiceStatusResponse, a, b);
121
- }
122
- }
123
- ServiceStatusResponse.runtime = proto3;
124
- ServiceStatusResponse.typeName = "IT.WebServices.Fragments.Generic.ServiceStatusResponse";
125
- ServiceStatusResponse.fields = proto3.util.newFieldList(() => [
126
- { no: 1, name: "ServiceName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
127
- { no: 2, name: "Status", kind: "enum", T: proto3.getEnumType(ServiceStatusResponse_OnlineStatus) },
128
- { no: 3, name: "Message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
129
- ]);
51
+ export const ServiceStatusResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Generic_ServiceOps, 2);
130
52
  /**
131
53
  * @generated from enum IT.WebServices.Fragments.Generic.ServiceStatusResponse.OnlineStatus
132
54
  */
@@ -153,11 +75,13 @@ export var ServiceStatusResponse_OnlineStatus;
153
75
  */
154
76
  ServiceStatusResponse_OnlineStatus[ServiceStatusResponse_OnlineStatus["Faulted"] = 4] = "Faulted";
155
77
  })(ServiceStatusResponse_OnlineStatus || (ServiceStatusResponse_OnlineStatus = {}));
156
- // Retrieve enum metadata with: proto3.getEnumType(ServiceStatusResponse_OnlineStatus)
157
- proto3.util.setEnumType(ServiceStatusResponse_OnlineStatus, "IT.WebServices.Fragments.Generic.ServiceStatusResponse.OnlineStatus", [
158
- { no: 0, name: "Offline" },
159
- { no: 1, name: "Online" },
160
- { no: 2, name: "Starting" },
161
- { no: 3, name: "Stopping" },
162
- { no: 4, name: "Faulted" },
163
- ]);
78
+ /**
79
+ * Describes the enum IT.WebServices.Fragments.Generic.ServiceStatusResponse.OnlineStatus.
80
+ */
81
+ export const ServiceStatusResponse_OnlineStatusSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Generic_ServiceOps, 2, 0);
82
+ /**
83
+ * Service for Authorization fragment interface
84
+ *
85
+ * @generated from service IT.WebServices.Fragments.Generic.ServiceOpsInterface
86
+ */
87
+ export const ServiceOpsInterface = /*@__PURE__*/ serviceDesc(file_Protos_IT_WebServices_Fragments_Generic_ServiceOps, 0);
@@ -0,0 +1,2 @@
1
+ // Auto-generated - DO NOT EDIT
2
+ export * from './ServiceOps_connect';
@@ -1,5 +1,2 @@
1
- // Auto-generated index file - DO NOT EDIT MANUALLY
2
- // Generated on: Wed Oct 15 2025 23:01:33 GMT-0400 (Eastern Daylight Time)
3
- // Namespaced re-exports to avoid symbol collisions
4
- export * as ServiceOps_connect from './ServiceOps_connect';
5
- export * as ServiceOps_pb from './ServiceOps_pb';
1
+ // Auto-generated - DO NOT EDIT
2
+ export {};
@@ -1,8 +1,7 @@
1
- // @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts,import_extension=none"
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
2
2
  // @generated from file Protos/IT/WebServices/Fragments/Notification/NotificationInterface.proto (package IT.WebServices.Fragments.Notification, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { SendEmailRequest, SendEmailResponse } from "./NotificationInterface_pb";
6
5
  import { MethodKind } from "@bufbuild/protobuf";
7
6
  /**
8
7
  * Service for Notification fragment interface