@inverted-tech/fragments 0.3.6 → 0.3.7

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 (831) hide show
  1. package/README.PACKAGE.md +47 -47
  2. package/README.md +47 -47
  3. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.js +18 -18
  4. package/dist/esm/Authentication/UserRecord_pb.js +49 -2
  5. package/dist/esm/Authentication/connect/Backup_connect.js +48 -2
  6. package/dist/esm/Authentication/connect/ServiceInterface_connect.js +26 -2
  7. package/dist/esm/Authentication/connect/UserInterface_connect.js +303 -2
  8. package/dist/esm/Authentication/connect/index.js +1 -3
  9. package/dist/esm/Authentication/index.js +4 -0
  10. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.js +1 -1
  11. package/dist/esm/Authorization/Events/EventError_pb.js +326 -2
  12. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.js +1 -1
  13. package/dist/esm/Authorization/Events/EventRecord_pb.js +149 -2
  14. package/dist/esm/Authorization/Events/EventTicketRecord_pb.js +50 -2
  15. package/dist/esm/Authorization/Events/EventsSettings_pb.js +25 -2
  16. package/dist/esm/Authorization/Events/TicketClassRecord_pb.js +41 -2
  17. package/dist/esm/Authorization/Events/connect/AdminEventInterface_connect.js +112 -2
  18. package/dist/esm/Authorization/Events/connect/EventInterface_connect.js +76 -2
  19. package/dist/esm/Authorization/Events/connect/index.js +1 -2
  20. package/dist/esm/Authorization/Events/index.js +3 -0
  21. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.js +1 -1
  22. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.js +1 -1
  23. package/dist/esm/Authorization/Payment/Crypto/BitcoinRecords_pb.js +19 -2
  24. package/dist/esm/Authorization/Payment/Crypto/BitcoinService_pb.js +14 -2
  25. package/dist/esm/Authorization/Payment/Crypto/CryptoRecords_pb.js +18 -2
  26. package/dist/esm/Authorization/Payment/Crypto/CryptoSettings_pb.js +14 -2
  27. package/dist/esm/Authorization/Payment/Crypto/connect/Backup_connect.js +37 -2
  28. package/dist/esm/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +58 -2
  29. package/dist/esm/Authorization/Payment/Crypto/connect/index.js +1 -2
  30. package/dist/esm/Authorization/Payment/Crypto/index.js +3 -0
  31. package/dist/esm/Authorization/Payment/DataRecords_pb.js +30 -2
  32. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.js +1 -1
  33. package/dist/esm/Authorization/Payment/Fortis/FortisSettings_pb.js +19 -2
  34. package/dist/esm/Authorization/Payment/Fortis/PlanRecord_pb.js +18 -2
  35. package/dist/esm/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +22 -2
  36. package/dist/esm/Authorization/Payment/Fortis/connect/index.js +1 -1
  37. package/dist/esm/Authorization/Payment/Fortis/index.js +2 -0
  38. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.js +1 -1
  39. package/dist/esm/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +14 -2
  40. package/dist/esm/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +14 -2
  41. package/dist/esm/Authorization/Payment/Manual/connect/Backup_connect.js +37 -2
  42. package/dist/esm/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +85 -2
  43. package/dist/esm/Authorization/Payment/Manual/connect/index.js +1 -2
  44. package/dist/esm/Authorization/Payment/Manual/index.js +3 -0
  45. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.js +1 -1
  46. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.js +1 -1
  47. package/dist/esm/Authorization/Payment/Paypal/PaypalRecords_pb.js +13 -2
  48. package/dist/esm/Authorization/Payment/Paypal/PaypalSettings_pb.js +19 -2
  49. package/dist/esm/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +22 -2
  50. package/dist/esm/Authorization/Payment/Paypal/connect/index.js +1 -1
  51. package/dist/esm/Authorization/Payment/Paypal/index.js +2 -0
  52. package/dist/esm/Authorization/Payment/SharedTypes_pb.js +92 -2
  53. package/dist/esm/Authorization/Payment/Stripe/ProductRecord_pb.js +18 -2
  54. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.js +1 -1
  55. package/dist/esm/Authorization/Payment/Stripe/StripeRecords_pb.js +18 -2
  56. package/dist/esm/Authorization/Payment/Stripe/StripeSettings_pb.js +19 -2
  57. package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +76 -2
  58. package/dist/esm/Authorization/Payment/Stripe/connect/index.js +1 -1
  59. package/dist/esm/Authorization/Payment/Stripe/index.js +2 -0
  60. package/dist/esm/Authorization/Payment/connect/AdminPaymentInterface_connect.js +94 -2
  61. package/dist/esm/Authorization/Payment/connect/BackupInterface_connect.js +37 -2
  62. package/dist/esm/Authorization/Payment/connect/PaymentInterface_connect.js +85 -2
  63. package/dist/esm/Authorization/Payment/connect/index.js +1 -8
  64. package/dist/esm/Authorization/Payment/index.js +4 -0
  65. package/dist/esm/Authorization/SharedTypes_pb.js +13 -2
  66. package/dist/esm/Authorization/connect/Claims_connect.js +26 -2
  67. package/dist/esm/Authorization/connect/index.js +1 -3
  68. package/dist/esm/Authorization/index.js +2 -0
  69. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.js +1 -1
  70. package/dist/esm/Comment/CommentRecord_pb.js +34 -2
  71. package/dist/esm/Comment/SharedTypes_pb.js +65 -2
  72. package/dist/esm/Comment/connect/CommentInterface_connect.js +123 -2
  73. package/dist/esm/Comment/connect/index.js +1 -1
  74. package/dist/esm/Comment/index.js +2 -0
  75. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.js +1 -1
  76. package/dist/esm/Content/AssetRecord_pb.js +15 -2
  77. package/dist/esm/Content/AudioAssetRecord_pb.js +39 -2
  78. package/dist/esm/Content/ContentRecord_pb.js +75 -2
  79. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.js +3 -2
  80. package/dist/esm/Content/ImageAssetRecord_pb.js +39 -2
  81. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.js +1 -1
  82. package/dist/esm/Content/Music/MusicRecord_pb.js +74 -2
  83. package/dist/esm/Content/Music/connect/MusicInterface_connect.js +168 -2
  84. package/dist/esm/Content/Music/connect/index.js +1 -1
  85. package/dist/esm/Content/Music/index.js +2 -0
  86. package/dist/esm/Content/SharedTypes_pb.js +30 -2
  87. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.js +1 -1
  88. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.js +1 -1
  89. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.js +1 -1
  90. package/dist/esm/Content/Stats/StatsRecords_pb.js +34 -2
  91. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.js +1 -1
  92. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.js +1 -1
  93. package/dist/esm/Content/Stats/connect/StatsLikeInterface_connect.js +31 -2
  94. package/dist/esm/Content/Stats/connect/StatsProgressInterface_connect.js +22 -2
  95. package/dist/esm/Content/Stats/connect/StatsQueryInterface_connect.js +67 -2
  96. package/dist/esm/Content/Stats/connect/StatsSaveInterface_connect.js +31 -2
  97. package/dist/esm/Content/Stats/connect/StatsShareInterface_connect.js +22 -2
  98. package/dist/esm/Content/Stats/connect/StatsViewInterface_connect.js +22 -2
  99. package/dist/esm/Content/Stats/connect/index.js +1 -6
  100. package/dist/esm/Content/Stats/index.js +7 -0
  101. package/dist/esm/Content/connect/AssetBackup_connect.js +37 -2
  102. package/dist/esm/Content/connect/AssetInterface_connect.js +87 -2
  103. package/dist/esm/Content/connect/Backup_connect.js +49 -2
  104. package/dist/esm/Content/connect/Content_connect.js +168 -2
  105. package/dist/esm/Content/connect/Rumble_connect.js +53 -2
  106. package/dist/esm/Content/connect/Video_connect.js +22 -2
  107. package/dist/esm/Content/connect/index.js +1 -8
  108. package/dist/esm/Content/index.js +6 -0
  109. package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +19 -2
  110. package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +40 -2
  111. package/dist/esm/CreatorDashboard/Settings/connect/index.js +1 -1
  112. package/dist/esm/CreatorDashboard/Settings/index.js +2 -0
  113. package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +49 -2
  114. package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +49 -2
  115. package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +67 -2
  116. package/dist/esm/CreatorDashboard/Subscribers/connect/index.js +1 -1
  117. package/dist/esm/CreatorDashboard/Subscribers/index.js +2 -0
  118. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Errors_pb.js → Errors_pb.js} +2 -2
  119. package/dist/esm/Generic/connect/ServiceOps_connect.js +37 -2
  120. package/dist/esm/Generic/connect/index.js +1 -1
  121. package/dist/esm/Generic/index.js +2 -1
  122. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.js +1 -1
  123. package/dist/esm/Notification/NotificationSettings_pb.js +14 -2
  124. package/dist/esm/Notification/NotificationUserRecord_pb.js +14 -2
  125. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.js +1 -1
  126. package/dist/esm/Notification/UserNotificationSettingsRecord_pb.js +19 -2
  127. package/dist/esm/Notification/connect/NotificationInterface_connect.js +24 -2
  128. package/dist/esm/Notification/connect/UserNotificationInterface_connect.js +60 -2
  129. package/dist/esm/Notification/connect/index.js +1 -2
  130. package/dist/esm/Notification/index.js +3 -0
  131. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.js +1 -1
  132. package/dist/esm/Page/PageRecord_pb.js +34 -2
  133. package/dist/esm/Page/connect/PageInterface_connect.js +123 -2
  134. package/dist/esm/Page/connect/index.js +1 -1
  135. package/dist/esm/Page/index.js +2 -0
  136. package/dist/esm/Settings/SettingsError_pb.js +86 -0
  137. package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.js +4 -2
  138. package/dist/esm/Settings/SettingsRecord_pb.js +130 -2
  139. package/dist/esm/Settings/connect/Backup_connect.js +37 -2
  140. package/dist/esm/Settings/connect/SettingsInterface_connect.js +273 -2
  141. package/dist/esm/Settings/connect/index.js +1 -2
  142. package/dist/esm/Settings/index.js +4 -0
  143. package/dist/esm/index.js +12 -3
  144. package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.d.ts +37 -33
  145. package/dist/protos/Authentication/UserRecord_pb.d.ts +255 -1
  146. package/dist/protos/Authentication/connect/Backup_connect.d.ts +43 -1
  147. package/dist/protos/Authentication/connect/ServiceInterface_connect.d.ts +21 -1
  148. package/dist/protos/Authentication/connect/UserInterface_connect.d.ts +298 -1
  149. package/dist/protos/Authentication/connect/index.d.ts +1 -3
  150. package/dist/protos/Authentication/index.d.ts +4 -0
  151. package/dist/protos/Authorization/Events/EventError_pb.d.ts +399 -1
  152. package/dist/protos/Authorization/Events/EventRecord_pb.d.ts +672 -1
  153. package/dist/protos/Authorization/Events/EventTicketRecord_pb.d.ts +134 -1
  154. package/dist/protos/Authorization/Events/EventsSettings_pb.d.ts +56 -1
  155. package/dist/protos/Authorization/Events/TicketClassRecord_pb.d.ts +120 -1
  156. package/dist/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +107 -1
  157. package/dist/protos/Authorization/Events/connect/EventInterface_connect.d.ts +71 -1
  158. package/dist/protos/Authorization/Events/connect/index.d.ts +1 -2
  159. package/dist/protos/Authorization/Events/index.d.ts +3 -0
  160. package/dist/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +85 -1
  161. package/dist/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +27 -1
  162. package/dist/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +38 -1
  163. package/dist/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +20 -1
  164. package/dist/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +32 -1
  165. package/dist/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +53 -1
  166. package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +1 -2
  167. package/dist/protos/Authorization/Payment/Crypto/index.d.ts +3 -0
  168. package/dist/protos/Authorization/Payment/DataRecords_pb.d.ts +302 -1
  169. package/dist/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +50 -1
  170. package/dist/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +38 -1
  171. package/dist/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +17 -1
  172. package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -1
  173. package/dist/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
  174. package/dist/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +20 -1
  175. package/dist/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +59 -1
  176. package/dist/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +32 -1
  177. package/dist/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +80 -1
  178. package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +1 -2
  179. package/dist/protos/Authorization/Payment/Manual/index.d.ts +3 -0
  180. package/dist/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +24 -1
  181. package/dist/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +42 -1
  182. package/dist/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +17 -1
  183. package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -1
  184. package/dist/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
  185. package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +124 -1
  186. package/dist/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +50 -1
  187. package/dist/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +34 -1
  188. package/dist/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +46 -1
  189. package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +71 -1
  190. package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -1
  191. package/dist/protos/Authorization/Payment/Stripe/index.d.ts +2 -0
  192. package/dist/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +89 -1
  193. package/dist/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +32 -1
  194. package/dist/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +80 -1
  195. package/dist/protos/Authorization/Payment/connect/index.d.ts +1 -8
  196. package/dist/protos/Authorization/Payment/index.d.ts +4 -0
  197. package/dist/protos/Authorization/SharedTypes_pb.d.ts +32 -1
  198. package/dist/protos/Authorization/connect/Claims_connect.d.ts +21 -1
  199. package/dist/protos/Authorization/connect/index.d.ts +1 -3
  200. package/dist/protos/Authorization/index.d.ts +2 -0
  201. package/dist/protos/Comment/CommentRecord_pb.d.ts +151 -1
  202. package/dist/protos/Comment/SharedTypes_pb.d.ts +74 -1
  203. package/dist/protos/Comment/connect/CommentInterface_connect.d.ts +118 -1
  204. package/dist/protos/Comment/connect/index.d.ts +1 -1
  205. package/dist/protos/Comment/index.d.ts +2 -0
  206. package/dist/protos/Content/AssetRecord_pb.d.ts +37 -1
  207. package/dist/protos/Content/AudioAssetRecord_pb.d.ts +147 -1
  208. package/dist/protos/Content/ContentRecord_pb.d.ts +363 -1
  209. package/dist/protos/Content/ImageAssetRecord_pb.d.ts +151 -1
  210. package/dist/protos/Content/Music/MusicRecord_pb.d.ts +363 -1
  211. package/dist/protos/Content/Music/connect/MusicInterface_connect.d.ts +163 -1
  212. package/dist/protos/Content/Music/connect/index.d.ts +1 -1
  213. package/dist/protos/Content/Music/index.d.ts +2 -0
  214. package/dist/protos/Content/SharedTypes_pb.d.ts +26 -1
  215. package/dist/protos/Content/Stats/StatsRecords_pb.d.ts +153 -1
  216. package/dist/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +26 -1
  217. package/dist/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +17 -1
  218. package/dist/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +62 -1
  219. package/dist/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +26 -1
  220. package/dist/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +17 -1
  221. package/dist/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +17 -1
  222. package/dist/protos/Content/Stats/connect/index.d.ts +1 -6
  223. package/dist/protos/Content/Stats/index.d.ts +7 -0
  224. package/dist/protos/Content/connect/AssetBackup_connect.d.ts +32 -1
  225. package/dist/protos/Content/connect/AssetInterface_connect.d.ts +82 -1
  226. package/dist/protos/Content/connect/Backup_connect.d.ts +43 -1
  227. package/dist/protos/Content/connect/Content_connect.d.ts +163 -1
  228. package/dist/protos/Content/connect/Rumble_connect.d.ts +48 -1
  229. package/dist/protos/Content/connect/Video_connect.d.ts +17 -1
  230. package/dist/protos/Content/connect/index.d.ts +1 -8
  231. package/dist/protos/Content/index.d.ts +6 -0
  232. package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +61 -1
  233. package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +35 -1
  234. package/dist/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -1
  235. package/dist/protos/CreatorDashboard/Settings/index.d.ts +2 -0
  236. package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +186 -1
  237. package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +186 -1
  238. package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +62 -1
  239. package/dist/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -1
  240. package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
  241. package/dist/protos/Generic/connect/ServiceOps_connect.d.ts +32 -1
  242. package/dist/protos/Generic/connect/index.d.ts +1 -1
  243. package/dist/protos/Generic/index.d.ts +2 -1
  244. package/dist/protos/Notification/NotificationSettings_pb.d.ts +28 -1
  245. package/dist/protos/Notification/NotificationUserRecord_pb.d.ts +43 -1
  246. package/dist/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +107 -1
  247. package/dist/protos/Notification/connect/NotificationInterface_connect.d.ts +19 -1
  248. package/dist/protos/Notification/connect/UserNotificationInterface_connect.d.ts +55 -1
  249. package/dist/protos/Notification/connect/index.d.ts +1 -2
  250. package/dist/protos/Notification/index.d.ts +3 -0
  251. package/dist/protos/Page/PageRecord_pb.d.ts +171 -1
  252. package/dist/protos/Page/connect/PageInterface_connect.d.ts +118 -1
  253. package/dist/protos/Page/connect/index.d.ts +1 -1
  254. package/dist/protos/Page/index.d.ts +2 -0
  255. package/dist/protos/Settings/SettingsError_pb.d.ts +101 -0
  256. package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.d.ts +109 -0
  257. package/dist/protos/Settings/SettingsRecord_pb.d.ts +513 -1
  258. package/dist/protos/Settings/connect/Backup_connect.d.ts +32 -1
  259. package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +268 -1
  260. package/dist/protos/Settings/connect/index.d.ts +1 -2
  261. package/dist/protos/Settings/index.d.ts +4 -0
  262. package/dist/protos/index.d.ts +11 -1
  263. package/package.json +1 -1
  264. package/dist/esm/CreatorDashboard/connect/index.js +0 -3
  265. package/dist/esm/connect.js +0 -2
  266. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +0 -48
  267. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +0 -26
  268. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +0 -303
  269. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +0 -49
  270. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/connect.js +0 -4
  271. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +0 -2
  272. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +0 -26
  273. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +0 -112
  274. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +0 -326
  275. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +0 -76
  276. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +0 -149
  277. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +0 -50
  278. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +0 -25
  279. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +0 -41
  280. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.js +0 -3
  281. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +0 -6
  282. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.js +0 -94
  283. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.js +0 -37
  284. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +0 -37
  285. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +0 -58
  286. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -19
  287. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -14
  288. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -18
  289. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -13
  290. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js +0 -3
  291. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +0 -5
  292. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.js +0 -30
  293. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +0 -22
  294. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -18
  295. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -18
  296. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js +0 -2
  297. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +0 -3
  298. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +0 -37
  299. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +0 -85
  300. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -13
  301. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -14
  302. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js +0 -3
  303. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +0 -3
  304. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +0 -85
  305. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +0 -22
  306. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -13
  307. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -18
  308. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js +0 -2
  309. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +0 -3
  310. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +0 -92
  311. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -18
  312. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +0 -76
  313. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -18
  314. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -18
  315. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js +0 -2
  316. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +0 -4
  317. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.js +0 -9
  318. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +0 -8
  319. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +0 -13
  320. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/connect.js +0 -4
  321. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +0 -4
  322. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +0 -123
  323. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +0 -34
  324. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +0 -65
  325. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/connect.js +0 -2
  326. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +0 -3
  327. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +0 -37
  328. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +0 -87
  329. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +0 -15
  330. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +0 -39
  331. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +0 -48
  332. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +0 -83
  333. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +0 -74
  334. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +0 -168
  335. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +0 -39
  336. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +0 -168
  337. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +0 -74
  338. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.js +0 -2
  339. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +0 -2
  340. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +0 -53
  341. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +0 -30
  342. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +0 -31
  343. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +0 -22
  344. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +0 -67
  345. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +0 -34
  346. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +0 -31
  347. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +0 -22
  348. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +0 -22
  349. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.js +0 -7
  350. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +0 -2
  351. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +0 -22
  352. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/connect.js +0 -9
  353. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +0 -8
  354. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -19
  355. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +0 -40
  356. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js +0 -2
  357. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +0 -2
  358. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +0 -49
  359. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +0 -67
  360. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +0 -49
  361. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js +0 -2
  362. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +0 -3
  363. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.js +0 -3
  364. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +0 -3
  365. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +0 -37
  366. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/connect.js +0 -2
  367. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +0 -2
  368. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +0 -24
  369. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +0 -13
  370. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +0 -14
  371. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +0 -60
  372. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +0 -19
  373. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/connect.js +0 -3
  374. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +0 -4
  375. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +0 -123
  376. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +0 -34
  377. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/connect.js +0 -2
  378. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +0 -2
  379. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +0 -37
  380. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +0 -273
  381. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +0 -129
  382. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/connect.js +0 -3
  383. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +0 -2
  384. package/dist/esm/gen/Protos/IT/WebServices/Fragments/connect.js +0 -10
  385. package/dist/esm/gen/Protos/IT/WebServices/Fragments/index.js +0 -12
  386. package/dist/esm/gen/Protos/IT/WebServices/connect.js +0 -2
  387. package/dist/esm/gen/Protos/IT/WebServices/index.js +0 -2
  388. package/dist/esm/gen/Protos/IT/connect.js +0 -2
  389. package/dist/esm/gen/Protos/IT/index.js +0 -2
  390. package/dist/esm/gen/Protos/buf/index.js +0 -2
  391. package/dist/esm/gen/Protos/buf/validate/index.js +0 -2
  392. package/dist/esm/gen/Protos/buf/validate/validate_pb.js +0 -5
  393. package/dist/esm/gen/Protos/connect.js +0 -2
  394. package/dist/esm/gen/Protos/index.js +0 -3
  395. package/dist/esm/gen/buf/index.js +0 -2
  396. package/dist/esm/gen/buf/validate/index.js +0 -2
  397. package/dist/esm/gen/connect.js +0 -2
  398. package/dist/esm/gen/google/api/index.js +0 -3
  399. package/dist/esm/gen/google/index.js +0 -2
  400. package/dist/esm/gen/index.js +0 -4
  401. package/dist/esm/protos/Authentication/UserRecord_pb.js +0 -2
  402. package/dist/esm/protos/Authentication/connect/Backup_connect.js +0 -2
  403. package/dist/esm/protos/Authentication/connect/ServiceInterface_connect.js +0 -2
  404. package/dist/esm/protos/Authentication/connect/UserInterface_connect.js +0 -2
  405. package/dist/esm/protos/Authentication/connect/index.js +0 -4
  406. package/dist/esm/protos/Authentication/index.js +0 -2
  407. package/dist/esm/protos/Authorization/Events/EventError_pb.js +0 -2
  408. package/dist/esm/protos/Authorization/Events/EventRecord_pb.js +0 -2
  409. package/dist/esm/protos/Authorization/Events/EventTicketRecord_pb.js +0 -2
  410. package/dist/esm/protos/Authorization/Events/EventsSettings_pb.js +0 -2
  411. package/dist/esm/protos/Authorization/Events/TicketClassRecord_pb.js +0 -2
  412. package/dist/esm/protos/Authorization/Events/connect/AdminEventInterface_connect.js +0 -2
  413. package/dist/esm/protos/Authorization/Events/connect/EventInterface_connect.js +0 -2
  414. package/dist/esm/protos/Authorization/Events/connect/index.js +0 -3
  415. package/dist/esm/protos/Authorization/Events/index.js +0 -6
  416. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -2
  417. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -2
  418. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -2
  419. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -2
  420. package/dist/esm/protos/Authorization/Payment/Crypto/connect/Backup_connect.js +0 -2
  421. package/dist/esm/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +0 -2
  422. package/dist/esm/protos/Authorization/Payment/Crypto/connect/index.js +0 -3
  423. package/dist/esm/protos/Authorization/Payment/Crypto/index.js +0 -5
  424. package/dist/esm/protos/Authorization/Payment/DataRecords_pb.js +0 -2
  425. package/dist/esm/protos/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -2
  426. package/dist/esm/protos/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -2
  427. package/dist/esm/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +0 -2
  428. package/dist/esm/protos/Authorization/Payment/Fortis/connect/index.js +0 -2
  429. package/dist/esm/protos/Authorization/Payment/Fortis/index.js +0 -3
  430. package/dist/esm/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -2
  431. package/dist/esm/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -2
  432. package/dist/esm/protos/Authorization/Payment/Manual/connect/Backup_connect.js +0 -2
  433. package/dist/esm/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +0 -2
  434. package/dist/esm/protos/Authorization/Payment/Manual/connect/index.js +0 -3
  435. package/dist/esm/protos/Authorization/Payment/Manual/index.js +0 -3
  436. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -2
  437. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -2
  438. package/dist/esm/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +0 -2
  439. package/dist/esm/protos/Authorization/Payment/Paypal/connect/index.js +0 -2
  440. package/dist/esm/protos/Authorization/Payment/Paypal/index.js +0 -3
  441. package/dist/esm/protos/Authorization/Payment/SharedTypes_pb.js +0 -2
  442. package/dist/esm/protos/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -2
  443. package/dist/esm/protos/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -2
  444. package/dist/esm/protos/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -2
  445. package/dist/esm/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
  446. package/dist/esm/protos/Authorization/Payment/Stripe/connect/index.js +0 -2
  447. package/dist/esm/protos/Authorization/Payment/Stripe/index.js +0 -4
  448. package/dist/esm/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.js +0 -2
  449. package/dist/esm/protos/Authorization/Payment/connect/BackupInterface_connect.js +0 -2
  450. package/dist/esm/protos/Authorization/Payment/connect/PaymentInterface_connect.js +0 -2
  451. package/dist/esm/protos/Authorization/Payment/connect/index.js +0 -9
  452. package/dist/esm/protos/Authorization/Payment/index.js +0 -8
  453. package/dist/esm/protos/Authorization/SharedTypes_pb.js +0 -2
  454. package/dist/esm/protos/Authorization/connect/Claims_connect.js +0 -2
  455. package/dist/esm/protos/Authorization/connect/index.js +0 -4
  456. package/dist/esm/protos/Authorization/index.js +0 -4
  457. package/dist/esm/protos/Comment/CommentRecord_pb.js +0 -2
  458. package/dist/esm/protos/Comment/SharedTypes_pb.js +0 -2
  459. package/dist/esm/protos/Comment/connect/CommentInterface_connect.js +0 -2
  460. package/dist/esm/protos/Comment/connect/index.js +0 -2
  461. package/dist/esm/protos/Comment/index.js +0 -3
  462. package/dist/esm/protos/Content/AssetRecord_pb.js +0 -2
  463. package/dist/esm/protos/Content/AudioAssetRecord_pb.js +0 -2
  464. package/dist/esm/protos/Content/ContentRecord_pb.js +0 -2
  465. package/dist/esm/protos/Content/ImageAssetRecord_pb.js +0 -2
  466. package/dist/esm/protos/Content/Music/MusicRecord_pb.js +0 -2
  467. package/dist/esm/protos/Content/Music/connect/MusicInterface_connect.js +0 -2
  468. package/dist/esm/protos/Content/Music/connect/index.js +0 -2
  469. package/dist/esm/protos/Content/Music/index.js +0 -2
  470. package/dist/esm/protos/Content/SharedTypes_pb.js +0 -2
  471. package/dist/esm/protos/Content/Stats/StatsRecords_pb.js +0 -2
  472. package/dist/esm/protos/Content/Stats/connect/StatsLikeInterface_connect.js +0 -2
  473. package/dist/esm/protos/Content/Stats/connect/StatsProgressInterface_connect.js +0 -2
  474. package/dist/esm/protos/Content/Stats/connect/StatsQueryInterface_connect.js +0 -2
  475. package/dist/esm/protos/Content/Stats/connect/StatsSaveInterface_connect.js +0 -2
  476. package/dist/esm/protos/Content/Stats/connect/StatsShareInterface_connect.js +0 -2
  477. package/dist/esm/protos/Content/Stats/connect/StatsViewInterface_connect.js +0 -2
  478. package/dist/esm/protos/Content/Stats/connect/index.js +0 -7
  479. package/dist/esm/protos/Content/Stats/index.js +0 -2
  480. package/dist/esm/protos/Content/connect/AssetBackup_connect.js +0 -2
  481. package/dist/esm/protos/Content/connect/AssetInterface_connect.js +0 -2
  482. package/dist/esm/protos/Content/connect/Backup_connect.js +0 -2
  483. package/dist/esm/protos/Content/connect/Content_connect.js +0 -2
  484. package/dist/esm/protos/Content/connect/Rumble_connect.js +0 -2
  485. package/dist/esm/protos/Content/connect/Video_connect.js +0 -2
  486. package/dist/esm/protos/Content/connect/index.js +0 -9
  487. package/dist/esm/protos/Content/index.js +0 -8
  488. package/dist/esm/protos/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -2
  489. package/dist/esm/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.js +0 -2
  490. package/dist/esm/protos/CreatorDashboard/Settings/connect/index.js +0 -2
  491. package/dist/esm/protos/CreatorDashboard/Settings/index.js +0 -2
  492. package/dist/esm/protos/CreatorDashboard/Subscribers/Ban_pb.js +0 -2
  493. package/dist/esm/protos/CreatorDashboard/Subscribers/Mute_pb.js +0 -2
  494. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/Manage_connect.js +0 -2
  495. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/index.js +0 -2
  496. package/dist/esm/protos/CreatorDashboard/Subscribers/index.js +0 -3
  497. package/dist/esm/protos/CreatorDashboard/connect/index.js +0 -3
  498. package/dist/esm/protos/CreatorDashboard/index.js +0 -3
  499. package/dist/esm/protos/Generic/connect/ServiceOps_connect.js +0 -2
  500. package/dist/esm/protos/Generic/connect/index.js +0 -2
  501. package/dist/esm/protos/Generic/index.js +0 -2
  502. package/dist/esm/protos/Notification/NotificationSettings_pb.js +0 -2
  503. package/dist/esm/protos/Notification/NotificationUserRecord_pb.js +0 -2
  504. package/dist/esm/protos/Notification/UserNotificationSettingsRecord_pb.js +0 -2
  505. package/dist/esm/protos/Notification/connect/NotificationInterface_connect.js +0 -2
  506. package/dist/esm/protos/Notification/connect/UserNotificationInterface_connect.js +0 -2
  507. package/dist/esm/protos/Notification/connect/index.js +0 -3
  508. package/dist/esm/protos/Notification/index.js +0 -4
  509. package/dist/esm/protos/Page/PageRecord_pb.js +0 -2
  510. package/dist/esm/protos/Page/connect/PageInterface_connect.js +0 -2
  511. package/dist/esm/protos/Page/connect/index.js +0 -2
  512. package/dist/esm/protos/Page/index.js +0 -2
  513. package/dist/esm/protos/Settings/SettingsRecord_pb.js +0 -2
  514. package/dist/esm/protos/Settings/connect/Backup_connect.js +0 -2
  515. package/dist/esm/protos/Settings/connect/SettingsInterface_connect.js +0 -2
  516. package/dist/esm/protos/Settings/connect/index.js +0 -3
  517. package/dist/esm/protos/Settings/index.js +0 -2
  518. package/dist/esm/protos/index.js +0 -2
  519. package/dist/protos/CreatorDashboard/connect/index.d.ts +0 -2
  520. package/dist/protos/connect.d.ts +0 -1
  521. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -43
  522. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -21
  523. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -298
  524. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -255
  525. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/connect.d.ts +0 -3
  526. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -1
  527. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -21
  528. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -107
  529. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -399
  530. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -71
  531. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -672
  532. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -134
  533. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -56
  534. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +0 -120
  535. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.d.ts +0 -2
  536. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
  537. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +0 -89
  538. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +0 -32
  539. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -32
  540. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -53
  541. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -85
  542. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -27
  543. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -38
  544. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -20
  545. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts +0 -2
  546. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -4
  547. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +0 -302
  548. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -17
  549. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -50
  550. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -38
  551. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts +0 -1
  552. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -2
  553. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -32
  554. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -80
  555. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -20
  556. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -59
  557. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts +0 -2
  558. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -2
  559. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -80
  560. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -17
  561. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -24
  562. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -42
  563. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts +0 -1
  564. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -2
  565. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -124
  566. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -50
  567. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -71
  568. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -34
  569. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -46
  570. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts +0 -1
  571. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -3
  572. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +0 -8
  573. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -7
  574. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -32
  575. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +0 -3
  576. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -3
  577. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -118
  578. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -151
  579. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -74
  580. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/connect.d.ts +0 -1
  581. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -2
  582. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -32
  583. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -82
  584. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -37
  585. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -147
  586. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -43
  587. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -232
  588. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -363
  589. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -163
  590. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -151
  591. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -163
  592. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -363
  593. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.d.ts +0 -1
  594. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -1
  595. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -48
  596. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -26
  597. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -26
  598. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -17
  599. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -62
  600. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -153
  601. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -26
  602. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -17
  603. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -17
  604. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.d.ts +0 -6
  605. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -1
  606. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -17
  607. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/connect.d.ts +0 -8
  608. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -7
  609. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -61
  610. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -35
  611. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts +0 -1
  612. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -1
  613. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -186
  614. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -62
  615. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -186
  616. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts +0 -1
  617. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -2
  618. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +0 -2
  619. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +0 -2
  620. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -32
  621. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/connect.d.ts +0 -1
  622. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -1
  623. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -19
  624. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -28
  625. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -43
  626. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -55
  627. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -107
  628. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/connect.d.ts +0 -2
  629. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -3
  630. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -118
  631. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -171
  632. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/connect.d.ts +0 -1
  633. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -1
  634. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -32
  635. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -268
  636. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -513
  637. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/connect.d.ts +0 -2
  638. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -1
  639. package/dist/protos/gen/Protos/IT/WebServices/Fragments/connect.d.ts +0 -9
  640. package/dist/protos/gen/Protos/IT/WebServices/Fragments/index.d.ts +0 -11
  641. package/dist/protos/gen/Protos/IT/WebServices/connect.d.ts +0 -1
  642. package/dist/protos/gen/Protos/IT/WebServices/index.d.ts +0 -1
  643. package/dist/protos/gen/Protos/IT/connect.d.ts +0 -1
  644. package/dist/protos/gen/Protos/IT/index.d.ts +0 -1
  645. package/dist/protos/gen/Protos/buf/index.d.ts +0 -1
  646. package/dist/protos/gen/Protos/buf/validate/index.d.ts +0 -1
  647. package/dist/protos/gen/Protos/buf/validate/validate_pb.d.ts +0 -2
  648. package/dist/protos/gen/Protos/connect.d.ts +0 -1
  649. package/dist/protos/gen/Protos/index.d.ts +0 -2
  650. package/dist/protos/gen/buf/index.d.ts +0 -1
  651. package/dist/protos/gen/buf/validate/index.d.ts +0 -1
  652. package/dist/protos/gen/connect.d.ts +0 -1
  653. package/dist/protos/gen/google/api/index.d.ts +0 -2
  654. package/dist/protos/gen/google/index.d.ts +0 -1
  655. package/dist/protos/gen/index.d.ts +0 -3
  656. package/dist/protos/protos/Authentication/UserRecord_pb.d.ts +0 -1
  657. package/dist/protos/protos/Authentication/connect/Backup_connect.d.ts +0 -1
  658. package/dist/protos/protos/Authentication/connect/ServiceInterface_connect.d.ts +0 -1
  659. package/dist/protos/protos/Authentication/connect/UserInterface_connect.d.ts +0 -1
  660. package/dist/protos/protos/Authentication/connect/index.d.ts +0 -3
  661. package/dist/protos/protos/Authentication/index.d.ts +0 -1
  662. package/dist/protos/protos/Authorization/Events/EventError_pb.d.ts +0 -1
  663. package/dist/protos/protos/Authorization/Events/EventRecord_pb.d.ts +0 -1
  664. package/dist/protos/protos/Authorization/Events/EventTicketRecord_pb.d.ts +0 -1
  665. package/dist/protos/protos/Authorization/Events/EventsSettings_pb.d.ts +0 -1
  666. package/dist/protos/protos/Authorization/Events/TicketClassRecord_pb.d.ts +0 -1
  667. package/dist/protos/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +0 -1
  668. package/dist/protos/protos/Authorization/Events/connect/EventInterface_connect.d.ts +0 -1
  669. package/dist/protos/protos/Authorization/Events/connect/index.d.ts +0 -2
  670. package/dist/protos/protos/Authorization/Events/index.d.ts +0 -5
  671. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -1
  672. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -1
  673. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -1
  674. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -1
  675. package/dist/protos/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +0 -1
  676. package/dist/protos/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +0 -1
  677. package/dist/protos/protos/Authorization/Payment/Crypto/connect/index.d.ts +0 -2
  678. package/dist/protos/protos/Authorization/Payment/Crypto/index.d.ts +0 -4
  679. package/dist/protos/protos/Authorization/Payment/DataRecords_pb.d.ts +0 -1
  680. package/dist/protos/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -1
  681. package/dist/protos/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -1
  682. package/dist/protos/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +0 -1
  683. package/dist/protos/protos/Authorization/Payment/Fortis/connect/index.d.ts +0 -1
  684. package/dist/protos/protos/Authorization/Payment/Fortis/index.d.ts +0 -2
  685. package/dist/protos/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -1
  686. package/dist/protos/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -1
  687. package/dist/protos/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +0 -1
  688. package/dist/protos/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +0 -1
  689. package/dist/protos/protos/Authorization/Payment/Manual/connect/index.d.ts +0 -2
  690. package/dist/protos/protos/Authorization/Payment/Manual/index.d.ts +0 -2
  691. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -1
  692. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -1
  693. package/dist/protos/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +0 -1
  694. package/dist/protos/protos/Authorization/Payment/Paypal/connect/index.d.ts +0 -1
  695. package/dist/protos/protos/Authorization/Payment/Paypal/index.d.ts +0 -2
  696. package/dist/protos/protos/Authorization/Payment/SharedTypes_pb.d.ts +0 -1
  697. package/dist/protos/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -1
  698. package/dist/protos/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -1
  699. package/dist/protos/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -1
  700. package/dist/protos/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -1
  701. package/dist/protos/protos/Authorization/Payment/Stripe/connect/index.d.ts +0 -1
  702. package/dist/protos/protos/Authorization/Payment/Stripe/index.d.ts +0 -3
  703. package/dist/protos/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +0 -1
  704. package/dist/protos/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +0 -1
  705. package/dist/protos/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +0 -1
  706. package/dist/protos/protos/Authorization/Payment/connect/index.d.ts +0 -8
  707. package/dist/protos/protos/Authorization/Payment/index.d.ts +0 -7
  708. package/dist/protos/protos/Authorization/SharedTypes_pb.d.ts +0 -1
  709. package/dist/protos/protos/Authorization/connect/Claims_connect.d.ts +0 -1
  710. package/dist/protos/protos/Authorization/connect/index.d.ts +0 -3
  711. package/dist/protos/protos/Authorization/index.d.ts +0 -3
  712. package/dist/protos/protos/Comment/CommentRecord_pb.d.ts +0 -1
  713. package/dist/protos/protos/Comment/SharedTypes_pb.d.ts +0 -1
  714. package/dist/protos/protos/Comment/connect/CommentInterface_connect.d.ts +0 -1
  715. package/dist/protos/protos/Comment/connect/index.d.ts +0 -1
  716. package/dist/protos/protos/Comment/index.d.ts +0 -2
  717. package/dist/protos/protos/Content/AssetRecord_pb.d.ts +0 -1
  718. package/dist/protos/protos/Content/AudioAssetRecord_pb.d.ts +0 -1
  719. package/dist/protos/protos/Content/ContentRecord_pb.d.ts +0 -1
  720. package/dist/protos/protos/Content/ImageAssetRecord_pb.d.ts +0 -1
  721. package/dist/protos/protos/Content/Music/MusicRecord_pb.d.ts +0 -1
  722. package/dist/protos/protos/Content/Music/connect/MusicInterface_connect.d.ts +0 -1
  723. package/dist/protos/protos/Content/Music/connect/index.d.ts +0 -1
  724. package/dist/protos/protos/Content/Music/index.d.ts +0 -1
  725. package/dist/protos/protos/Content/SharedTypes_pb.d.ts +0 -1
  726. package/dist/protos/protos/Content/Stats/StatsRecords_pb.d.ts +0 -1
  727. package/dist/protos/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +0 -1
  728. package/dist/protos/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +0 -1
  729. package/dist/protos/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +0 -1
  730. package/dist/protos/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +0 -1
  731. package/dist/protos/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +0 -1
  732. package/dist/protos/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +0 -1
  733. package/dist/protos/protos/Content/Stats/connect/index.d.ts +0 -6
  734. package/dist/protos/protos/Content/Stats/index.d.ts +0 -1
  735. package/dist/protos/protos/Content/connect/AssetBackup_connect.d.ts +0 -1
  736. package/dist/protos/protos/Content/connect/AssetInterface_connect.d.ts +0 -1
  737. package/dist/protos/protos/Content/connect/Backup_connect.d.ts +0 -1
  738. package/dist/protos/protos/Content/connect/Content_connect.d.ts +0 -1
  739. package/dist/protos/protos/Content/connect/Rumble_connect.d.ts +0 -1
  740. package/dist/protos/protos/Content/connect/Video_connect.d.ts +0 -1
  741. package/dist/protos/protos/Content/connect/index.d.ts +0 -8
  742. package/dist/protos/protos/Content/index.d.ts +0 -7
  743. package/dist/protos/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -1
  744. package/dist/protos/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +0 -1
  745. package/dist/protos/protos/CreatorDashboard/Settings/connect/index.d.ts +0 -1
  746. package/dist/protos/protos/CreatorDashboard/Settings/index.d.ts +0 -1
  747. package/dist/protos/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -1
  748. package/dist/protos/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -1
  749. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +0 -1
  750. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/index.d.ts +0 -1
  751. package/dist/protos/protos/CreatorDashboard/Subscribers/index.d.ts +0 -2
  752. package/dist/protos/protos/CreatorDashboard/connect/index.d.ts +0 -2
  753. package/dist/protos/protos/CreatorDashboard/index.d.ts +0 -2
  754. package/dist/protos/protos/Generic/connect/ServiceOps_connect.d.ts +0 -1
  755. package/dist/protos/protos/Generic/connect/index.d.ts +0 -1
  756. package/dist/protos/protos/Generic/index.d.ts +0 -1
  757. package/dist/protos/protos/Notification/NotificationSettings_pb.d.ts +0 -1
  758. package/dist/protos/protos/Notification/NotificationUserRecord_pb.d.ts +0 -1
  759. package/dist/protos/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -1
  760. package/dist/protos/protos/Notification/connect/NotificationInterface_connect.d.ts +0 -1
  761. package/dist/protos/protos/Notification/connect/UserNotificationInterface_connect.d.ts +0 -1
  762. package/dist/protos/protos/Notification/connect/index.d.ts +0 -2
  763. package/dist/protos/protos/Notification/index.d.ts +0 -3
  764. package/dist/protos/protos/Page/PageRecord_pb.d.ts +0 -1
  765. package/dist/protos/protos/Page/connect/PageInterface_connect.d.ts +0 -1
  766. package/dist/protos/protos/Page/connect/index.d.ts +0 -1
  767. package/dist/protos/protos/Page/index.d.ts +0 -1
  768. package/dist/protos/protos/Settings/SettingsRecord_pb.d.ts +0 -1
  769. package/dist/protos/protos/Settings/connect/Backup_connect.d.ts +0 -1
  770. package/dist/protos/protos/Settings/connect/SettingsInterface_connect.d.ts +0 -1
  771. package/dist/protos/protos/Settings/connect/index.d.ts +0 -2
  772. package/dist/protos/protos/Settings/index.d.ts +0 -1
  773. package/dist/protos/protos/index.d.ts +0 -1
  774. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.js +0 -0
  775. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.js +0 -0
  776. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.js +0 -0
  777. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.js +0 -0
  778. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.js +0 -0
  779. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.js +0 -0
  780. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js → CommonTypes_pb.js} +0 -0
  781. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.js +0 -0
  782. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.js +0 -0
  783. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.js +0 -0
  784. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.js +0 -0
  785. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.js +0 -0
  786. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.js +0 -0
  787. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.js +0 -0
  788. /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.js +0 -0
  789. /package/dist/esm/{gen/buf → buf}/validate/validate_pb.js +0 -0
  790. /package/dist/esm/{gen/google → google}/api/annotations_pb.js +0 -0
  791. /package/dist/esm/{gen/google → google}/api/http_pb.js +0 -0
  792. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.d.ts +0 -0
  793. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.d.ts +0 -0
  794. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.d.ts +0 -0
  795. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.d.ts +0 -0
  796. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.d.ts +0 -0
  797. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.d.ts +0 -0
  798. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.d.ts +0 -0
  799. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.d.ts +0 -0
  800. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -0
  801. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.d.ts +0 -0
  802. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.d.ts +0 -0
  803. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -0
  804. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.d.ts +0 -0
  805. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.d.ts +0 -0
  806. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.d.ts +0 -0
  807. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.d.ts +0 -0
  808. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts → CommonTypes_pb.d.ts} +0 -0
  809. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.d.ts +0 -0
  810. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.d.ts +0 -0
  811. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.d.ts +0 -0
  812. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.d.ts +0 -0
  813. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.d.ts +0 -0
  814. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.d.ts +0 -0
  815. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.d.ts +0 -0
  816. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.d.ts +0 -0
  817. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.d.ts +0 -0
  818. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.d.ts +0 -0
  819. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.d.ts +0 -0
  820. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.d.ts +0 -0
  821. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.d.ts +0 -0
  822. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.d.ts +0 -0
  823. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Errors_pb.d.ts → Errors_pb.d.ts} +0 -0
  824. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.d.ts +0 -0
  825. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.d.ts +0 -0
  826. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.d.ts +0 -0
  827. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.d.ts +0 -0
  828. /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.d.ts +0 -0
  829. /package/dist/protos/{gen/buf → buf}/validate/validate_pb.d.ts +0 -0
  830. /package/dist/protos/{gen/google → google}/api/annotations_pb.d.ts +0 -0
  831. /package/dist/protos/{gen/google → google}/api/http_pb.d.ts +0 -0
@@ -1,186 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
3
- import type { Message } from "@bufbuild/protobuf";
4
- /**
5
- * Describes the file Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.proto.
6
- */
7
- export declare const file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute: GenFile;
8
- /**
9
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute
10
- */
11
- export type Mute = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute"> & {
12
- /**
13
- * @generated from field: string Id = 1;
14
- */
15
- Id: string;
16
- /**
17
- * @generated from field: bool IsValid = 2;
18
- */
19
- IsValid: boolean;
20
- /**
21
- * @generated from field: string UserId = 3;
22
- */
23
- UserId: string;
24
- /**
25
- * @generated from field: string Message = 4;
26
- */
27
- Message: string;
28
- /**
29
- * @generated from field: string Reason = 5;
30
- */
31
- Reason: string;
32
- /**
33
- * @generated from field: string Length = 6;
34
- */
35
- Length: string;
36
- /**
37
- * @generated from field: string MutedBy = 7;
38
- */
39
- MutedBy: string;
40
- /**
41
- * @generated from field: string UnmutedBy = 8;
42
- */
43
- UnmutedBy: string;
44
- /**
45
- * @generated from field: google.protobuf.Timestamp DateMuted = 9;
46
- */
47
- DateMuted?: Timestamp;
48
- /**
49
- * @generated from field: google.protobuf.Duration DurationMuted = 10;
50
- */
51
- DurationMuted?: Duration;
52
- /**
53
- * @generated from field: google.protobuf.Timestamp DateUnmuted = 11;
54
- */
55
- DateUnmuted?: Timestamp;
56
- };
57
- /**
58
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute.
59
- * Use `create(MuteSchema)` to create a new message.
60
- */
61
- export declare const MuteSchema: GenMessage<Mute>;
62
- /**
63
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList
64
- */
65
- export type MuteList = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList"> & {
66
- /**
67
- * @generated from field: repeated IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mutes = 1;
68
- */
69
- Mutes: Mute[];
70
- };
71
- /**
72
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList.
73
- * Use `create(MuteListSchema)` to create a new message.
74
- */
75
- export declare const MuteListSchema: GenMessage<MuteList>;
76
- /**
77
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest
78
- */
79
- export type GetMuteListRequest = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest"> & {};
80
- /**
81
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest.
82
- * Use `create(GetMuteListRequestSchema)` to create a new message.
83
- */
84
- export declare const GetMuteListRequestSchema: GenMessage<GetMuteListRequest>;
85
- /**
86
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse
87
- */
88
- export type GetMuteListResponse = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse"> & {
89
- /**
90
- * @generated from field: IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList MuteList = 1;
91
- */
92
- MuteList?: MuteList;
93
- };
94
- /**
95
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse.
96
- * Use `create(GetMuteListResponseSchema)` to create a new message.
97
- */
98
- export declare const GetMuteListResponseSchema: GenMessage<GetMuteListResponse>;
99
- /**
100
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest
101
- */
102
- export type MuteRequest = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest"> & {
103
- /**
104
- * @generated from field: string UserId = 1;
105
- */
106
- UserId: string;
107
- /**
108
- * @generated from field: string Length = 2;
109
- */
110
- Length: string;
111
- /**
112
- * @generated from field: string Message = 3;
113
- */
114
- Message: string;
115
- /**
116
- * @generated from field: string Reason = 4;
117
- */
118
- Reason: string;
119
- /**
120
- * @generated from field: string MutedBy = 6;
121
- */
122
- MutedBy: string;
123
- };
124
- /**
125
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest.
126
- * Use `create(MuteRequestSchema)` to create a new message.
127
- */
128
- export declare const MuteRequestSchema: GenMessage<MuteRequest>;
129
- /**
130
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse
131
- */
132
- export type MuteResponse = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse"> & {
133
- /**
134
- * @generated from field: string Message = 1;
135
- */
136
- Message: string;
137
- /**
138
- * @generated from field: IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mute = 2;
139
- */
140
- Mute?: Mute;
141
- };
142
- /**
143
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse.
144
- * Use `create(MuteResponseSchema)` to create a new message.
145
- */
146
- export declare const MuteResponseSchema: GenMessage<MuteResponse>;
147
- /**
148
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest
149
- */
150
- export type UnmuteRequest = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest"> & {
151
- /**
152
- * @generated from field: string UserId = 1;
153
- */
154
- UserId: string;
155
- /**
156
- * @generated from field: string MuteId = 2;
157
- */
158
- MuteId: string;
159
- /**
160
- * @generated from field: string UnmutedBy = 3;
161
- */
162
- UnmutedBy: string;
163
- };
164
- /**
165
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest.
166
- * Use `create(UnmuteRequestSchema)` to create a new message.
167
- */
168
- export declare const UnmuteRequestSchema: GenMessage<UnmuteRequest>;
169
- /**
170
- * @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse
171
- */
172
- export type UnmuteResponse = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse"> & {
173
- /**
174
- * @generated from field: string Message = 1;
175
- */
176
- Message: string;
177
- /**
178
- * @generated from field: IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mute = 2;
179
- */
180
- Mute?: Mute;
181
- };
182
- /**
183
- * Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse.
184
- * Use `create(UnmuteResponseSchema)` to create a new message.
185
- */
186
- export declare const UnmuteResponseSchema: GenMessage<UnmuteResponse>;
@@ -1,2 +0,0 @@
1
- export * from './Ban_pb';
2
- export * from './Mute_pb';
@@ -1,2 +0,0 @@
1
- export * as Settings from './Settings/connect';
2
- export * as Subscribers from './Subscribers/connect';
@@ -1,2 +0,0 @@
1
- export * as Settings from './Settings';
2
- export * as Subscribers from './Subscribers';
@@ -1,32 +0,0 @@
1
- /**
2
- * Service for Authorization fragment interface
3
- *
4
- * @generated from service IT.WebServices.Fragments.Generic.ServiceOpsInterface
5
- */
6
- export declare const ServiceOpsInterface: {
7
- readonly typeName: "IT.WebServices.Fragments.Generic.ServiceOpsInterface";
8
- readonly methods: {
9
- /**
10
- * Get the status of the service
11
- *
12
- * @generated from rpc IT.WebServices.Fragments.Generic.ServiceOpsInterface.ServiceStatus
13
- */
14
- readonly serviceStatus: {
15
- readonly name: "ServiceStatus";
16
- readonly I: any;
17
- readonly O: any;
18
- readonly kind: any;
19
- };
20
- /**
21
- * Bring the service offline, online, restart the service, etc...
22
- *
23
- * @generated from rpc IT.WebServices.Fragments.Generic.ServiceOpsInterface.ServiceOperation
24
- */
25
- readonly serviceOperation: {
26
- readonly name: "ServiceOperation";
27
- readonly I: any;
28
- readonly O: any;
29
- readonly kind: any;
30
- };
31
- };
32
- };
@@ -1 +0,0 @@
1
- export * from './ServiceOps_connect';
@@ -1,19 +0,0 @@
1
- /**
2
- * Service for Notification fragment interface
3
- *
4
- * @generated from service IT.WebServices.Fragments.Notification.NotificationInterface
5
- */
6
- export declare const NotificationInterface: {
7
- readonly typeName: "IT.WebServices.Fragments.Notification.NotificationInterface";
8
- readonly methods: {
9
- /**
10
- * @generated from rpc IT.WebServices.Fragments.Notification.NotificationInterface.SendEmail
11
- */
12
- readonly sendEmail: {
13
- readonly name: "SendEmail";
14
- readonly I: any;
15
- readonly O: any;
16
- readonly kind: any;
17
- };
18
- };
19
- };
@@ -1,28 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Message } from "@bufbuild/protobuf";
3
- /**
4
- * Describes the file Protos/IT/WebServices/Fragments/Notification/NotificationSettings.proto.
5
- */
6
- export declare const file_Protos_IT_WebServices_Fragments_Notification_NotificationSettings: GenFile;
7
- /**
8
- * @generated from message IT.WebServices.Fragments.Notification.SendgridOwnerSettings
9
- */
10
- export type SendgridOwnerSettings = Message<"IT.WebServices.Fragments.Notification.SendgridOwnerSettings"> & {
11
- /**
12
- * @generated from field: bool Enabled = 1;
13
- */
14
- Enabled: boolean;
15
- /**
16
- * @generated from field: string ApiKeySecret = 2;
17
- */
18
- ApiKeySecret: string;
19
- /**
20
- * @generated from field: string SendFromAddress = 3;
21
- */
22
- SendFromAddress: string;
23
- };
24
- /**
25
- * Describes the message IT.WebServices.Fragments.Notification.SendgridOwnerSettings.
26
- * Use `create(SendgridOwnerSettingsSchema)` to create a new message.
27
- */
28
- export declare const SendgridOwnerSettingsSchema: GenMessage<SendgridOwnerSettings>;
@@ -1,43 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
- import type { Message } from "@bufbuild/protobuf";
4
- /**
5
- * Describes the file Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord.proto.
6
- */
7
- export declare const file_Protos_IT_WebServices_Fragments_Notification_NotificationUserRecord: GenFile;
8
- /**
9
- * User authentication data
10
- *
11
- * @generated from message IT.WebServices.Fragments.Notification.NotificationUserRecord
12
- */
13
- export type NotificationUserRecord = Message<"IT.WebServices.Fragments.Notification.NotificationUserRecord"> & {
14
- /**
15
- * DeviceToken
16
- *
17
- * @generated from field: string TokenID = 1;
18
- */
19
- TokenID: string;
20
- /**
21
- * Guid for the user last logged in
22
- *
23
- * @generated from field: string UserID = 2;
24
- */
25
- UserID: string;
26
- /**
27
- * UTC timestamp when user was created
28
- *
29
- * @generated from field: google.protobuf.Timestamp CreatedOnUTC = 11;
30
- */
31
- CreatedOnUTC?: Timestamp;
32
- /**
33
- * UTC timestamp when user record was last modified
34
- *
35
- * @generated from field: google.protobuf.Timestamp ModifiedOnUTC = 12;
36
- */
37
- ModifiedOnUTC?: Timestamp;
38
- };
39
- /**
40
- * Describes the message IT.WebServices.Fragments.Notification.NotificationUserRecord.
41
- * Use `create(NotificationUserRecordSchema)` to create a new message.
42
- */
43
- export declare const NotificationUserRecordSchema: GenMessage<NotificationUserRecord>;
@@ -1,55 +0,0 @@
1
- /**
2
- * Service for User Notification fragment interface
3
- *
4
- * @generated from service IT.WebServices.Fragments.Notification.UserNotificationInterface
5
- */
6
- export declare const UserNotificationInterface: {
7
- readonly typeName: "IT.WebServices.Fragments.Notification.UserNotificationInterface";
8
- readonly methods: {
9
- /**
10
- * @generated from rpc IT.WebServices.Fragments.Notification.UserNotificationInterface.GetAllTokens
11
- */
12
- readonly getAllTokens: {
13
- readonly name: "GetAllTokens";
14
- readonly I: any;
15
- readonly O: any;
16
- readonly kind: any;
17
- };
18
- /**
19
- * @generated from rpc IT.WebServices.Fragments.Notification.UserNotificationInterface.GetRecord
20
- */
21
- readonly getRecord: {
22
- readonly name: "GetRecord";
23
- readonly I: any;
24
- readonly O: any;
25
- readonly kind: any;
26
- };
27
- /**
28
- * @generated from rpc IT.WebServices.Fragments.Notification.UserNotificationInterface.ModifyNormalRecord
29
- */
30
- readonly modifyNormalRecord: {
31
- readonly name: "ModifyNormalRecord";
32
- readonly I: any;
33
- readonly O: any;
34
- readonly kind: any;
35
- };
36
- /**
37
- * @generated from rpc IT.WebServices.Fragments.Notification.UserNotificationInterface.RegisterNewToken
38
- */
39
- readonly registerNewToken: {
40
- readonly name: "RegisterNewToken";
41
- readonly I: any;
42
- readonly O: any;
43
- readonly kind: any;
44
- };
45
- /**
46
- * @generated from rpc IT.WebServices.Fragments.Notification.UserNotificationInterface.UnRegisterNewToken
47
- */
48
- readonly unRegisterNewToken: {
49
- readonly name: "UnRegisterNewToken";
50
- readonly I: any;
51
- readonly O: any;
52
- readonly kind: any;
53
- };
54
- };
55
- };
@@ -1,107 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
- import type { Message } from "@bufbuild/protobuf";
4
- /**
5
- * Describes the file Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord.proto.
6
- */
7
- export declare const file_Protos_IT_WebServices_Fragments_Notification_UserNotificationSettingsRecord: GenFile;
8
- /**
9
- * User authentication data
10
- *
11
- * @generated from message IT.WebServices.Fragments.Notification.UserNotificationSettingsRecord
12
- */
13
- export type UserNotificationSettingsRecord = Message<"IT.WebServices.Fragments.Notification.UserNotificationSettingsRecord"> & {
14
- /**
15
- * Guid for the user
16
- *
17
- * @generated from field: string UserID = 1;
18
- */
19
- UserID: string;
20
- /**
21
- * UTC timestamp when user was created
22
- *
23
- * @generated from field: google.protobuf.Timestamp CreatedOnUTC = 2;
24
- */
25
- CreatedOnUTC?: Timestamp;
26
- /**
27
- * UTC timestamp when user record was last modified
28
- *
29
- * @generated from field: google.protobuf.Timestamp ModifiedOnUTC = 3;
30
- */
31
- ModifiedOnUTC?: Timestamp;
32
- /**
33
- * @generated from field: IT.WebServices.Fragments.Notification.UserNotificationSettingsNormalRecord Normal = 11;
34
- */
35
- Normal?: UserNotificationSettingsNormalRecord;
36
- };
37
- /**
38
- * Describes the message IT.WebServices.Fragments.Notification.UserNotificationSettingsRecord.
39
- * Use `create(UserNotificationSettingsRecordSchema)` to create a new message.
40
- */
41
- export declare const UserNotificationSettingsRecordSchema: GenMessage<UserNotificationSettingsRecord>;
42
- /**
43
- * @generated from message IT.WebServices.Fragments.Notification.UserNotificationSettingsNormalRecord
44
- */
45
- export type UserNotificationSettingsNormalRecord = Message<"IT.WebServices.Fragments.Notification.UserNotificationSettingsNormalRecord"> & {
46
- /**
47
- * @generated from field: bool DisableAllEmail = 1;
48
- */
49
- DisableAllEmail: boolean;
50
- /**
51
- * @generated from field: bool DisableAllPush = 2;
52
- */
53
- DisableAllPush: boolean;
54
- /**
55
- * @generated from field: bool DisableLiveScheduleEmail = 10;
56
- */
57
- DisableLiveScheduleEmail: boolean;
58
- /**
59
- * @generated from field: bool DisableLiveSchedulePush = 11;
60
- */
61
- DisableLiveSchedulePush: boolean;
62
- /**
63
- * @generated from field: bool DisableLiveGoEmail = 15;
64
- */
65
- DisableLiveGoEmail: boolean;
66
- /**
67
- * @generated from field: bool DisableLiveGoPush = 16;
68
- */
69
- DisableLiveGoPush: boolean;
70
- /**
71
- * @generated from field: bool DisableNewAudioEmail = 20;
72
- */
73
- DisableNewAudioEmail: boolean;
74
- /**
75
- * @generated from field: bool DisableNewAudioPush = 21;
76
- */
77
- DisableNewAudioPush: boolean;
78
- /**
79
- * @generated from field: bool DisableNewImageEmail = 25;
80
- */
81
- DisableNewImageEmail: boolean;
82
- /**
83
- * @generated from field: bool DisableNewImagePush = 26;
84
- */
85
- DisableNewImagePush: boolean;
86
- /**
87
- * @generated from field: bool DisableNewVideoEmail = 30;
88
- */
89
- DisableNewVideoEmail: boolean;
90
- /**
91
- * @generated from field: bool DisableNewVideoPush = 31;
92
- */
93
- DisableNewVideoPush: boolean;
94
- /**
95
- * @generated from field: bool DisableNewWrittenEmail = 35;
96
- */
97
- DisableNewWrittenEmail: boolean;
98
- /**
99
- * @generated from field: bool DisableNewWrittenPush = 36;
100
- */
101
- DisableNewWrittenPush: boolean;
102
- };
103
- /**
104
- * Describes the message IT.WebServices.Fragments.Notification.UserNotificationSettingsNormalRecord.
105
- * Use `create(UserNotificationSettingsNormalRecordSchema)` to create a new message.
106
- */
107
- export declare const UserNotificationSettingsNormalRecordSchema: GenMessage<UserNotificationSettingsNormalRecord>;
@@ -1,2 +0,0 @@
1
- export * from './NotificationInterface_connect';
2
- export * from './UserNotificationInterface_connect';
@@ -1,3 +0,0 @@
1
- export * from './NotificationSettings_pb';
2
- export * from './NotificationUserRecord_pb';
3
- export * from './UserNotificationSettingsRecord_pb';
@@ -1,118 +0,0 @@
1
- /**
2
- * Service for Page fragment interface
3
- *
4
- * @generated from service IT.WebServices.Fragments.Page.PageInterface
5
- */
6
- export declare const PageInterface: {
7
- readonly typeName: "IT.WebServices.Fragments.Page.PageInterface";
8
- readonly methods: {
9
- /**
10
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.CreatePage
11
- */
12
- readonly createPage: {
13
- readonly name: "CreatePage";
14
- readonly I: any;
15
- readonly O: any;
16
- readonly kind: any;
17
- };
18
- /**
19
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.DeletePage
20
- */
21
- readonly deletePage: {
22
- readonly name: "DeletePage";
23
- readonly I: any;
24
- readonly O: any;
25
- readonly kind: any;
26
- };
27
- /**
28
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.GetAllPages
29
- */
30
- readonly getAllPages: {
31
- readonly name: "GetAllPages";
32
- readonly I: any;
33
- readonly O: any;
34
- readonly kind: any;
35
- };
36
- /**
37
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.GetAllPagesAdmin
38
- */
39
- readonly getAllPagesAdmin: {
40
- readonly name: "GetAllPagesAdmin";
41
- readonly I: any;
42
- readonly O: any;
43
- readonly kind: any;
44
- };
45
- /**
46
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.GetPage
47
- */
48
- readonly getPage: {
49
- readonly name: "GetPage";
50
- readonly I: any;
51
- readonly O: any;
52
- readonly kind: any;
53
- };
54
- /**
55
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.GetPageByUrl
56
- */
57
- readonly getPageByUrl: {
58
- readonly name: "GetPageByUrl";
59
- readonly I: any;
60
- readonly O: any;
61
- readonly kind: any;
62
- };
63
- /**
64
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.GetPageAdmin
65
- */
66
- readonly getPageAdmin: {
67
- readonly name: "GetPageAdmin";
68
- readonly I: any;
69
- readonly O: any;
70
- readonly kind: any;
71
- };
72
- /**
73
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.ModifyPage
74
- */
75
- readonly modifyPage: {
76
- readonly name: "ModifyPage";
77
- readonly I: any;
78
- readonly O: any;
79
- readonly kind: any;
80
- };
81
- /**
82
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.PublishPage
83
- */
84
- readonly publishPage: {
85
- readonly name: "PublishPage";
86
- readonly I: any;
87
- readonly O: any;
88
- readonly kind: any;
89
- };
90
- /**
91
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.SearchPage
92
- */
93
- readonly searchPage: {
94
- readonly name: "SearchPage";
95
- readonly I: any;
96
- readonly O: any;
97
- readonly kind: any;
98
- };
99
- /**
100
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.UndeletePage
101
- */
102
- readonly undeletePage: {
103
- readonly name: "UndeletePage";
104
- readonly I: any;
105
- readonly O: any;
106
- readonly kind: any;
107
- };
108
- /**
109
- * @generated from rpc IT.WebServices.Fragments.Page.PageInterface.UnpublishPage
110
- */
111
- readonly unpublishPage: {
112
- readonly name: "UnpublishPage";
113
- readonly I: any;
114
- readonly O: any;
115
- readonly kind: any;
116
- };
117
- };
118
- };