@inverted-tech/fragments 0.3.0 → 0.3.2

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 (1040) hide show
  1. package/dist/esm/Authentication/UserRecord_pb.js +2 -0
  2. package/dist/esm/Authentication/connect/Backup_connect.js +2 -0
  3. package/dist/esm/Authentication/connect/ServiceInterface_connect.js +2 -0
  4. package/dist/esm/Authentication/connect/UserInterface_connect.js +2 -0
  5. package/dist/esm/Authentication/index.js +2 -0
  6. package/dist/esm/Authorization/Events/EventError_pb.js +2 -0
  7. package/dist/esm/Authorization/Events/EventRecord_pb.js +2 -0
  8. package/dist/esm/Authorization/Events/EventTicketRecord_pb.js +2 -0
  9. package/dist/esm/Authorization/Events/EventsSettings_pb.js +2 -0
  10. package/dist/esm/Authorization/Events/TicketClassRecord_pb.js +2 -0
  11. package/dist/esm/Authorization/Events/connect/AdminEventInterface_connect.js +2 -0
  12. package/dist/esm/Authorization/Events/connect/EventInterface_connect.js +2 -0
  13. package/dist/esm/Authorization/Events/index.js +6 -0
  14. package/dist/esm/Authorization/Payment/Crypto/BitcoinRecords_pb.js +2 -0
  15. package/dist/esm/Authorization/Payment/Crypto/BitcoinService_pb.js +2 -0
  16. package/dist/esm/Authorization/Payment/Crypto/CryptoRecords_pb.js +2 -0
  17. package/dist/esm/Authorization/Payment/Crypto/CryptoSettings_pb.js +2 -0
  18. package/dist/esm/Authorization/Payment/Crypto/connect/Backup_connect.js +2 -0
  19. package/dist/esm/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +2 -0
  20. package/dist/esm/Authorization/Payment/Crypto/index.js +5 -0
  21. package/dist/esm/Authorization/Payment/DataRecords_pb.js +2 -0
  22. package/dist/esm/Authorization/Payment/Fortis/FortisSettings_pb.js +2 -0
  23. package/dist/esm/Authorization/Payment/Fortis/PlanRecord_pb.js +2 -0
  24. package/dist/esm/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +2 -0
  25. package/dist/esm/Authorization/Payment/Fortis/index.js +3 -0
  26. package/dist/esm/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +2 -0
  27. package/dist/esm/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +2 -0
  28. package/dist/esm/Authorization/Payment/Manual/connect/Backup_connect.js +2 -0
  29. package/dist/esm/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +2 -0
  30. package/dist/esm/Authorization/Payment/Manual/index.js +3 -0
  31. package/dist/esm/Authorization/Payment/Paypal/PaypalRecords_pb.js +2 -0
  32. package/dist/esm/Authorization/Payment/Paypal/PaypalSettings_pb.js +2 -0
  33. package/dist/esm/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +2 -0
  34. package/dist/esm/Authorization/Payment/Paypal/index.js +3 -0
  35. package/dist/esm/Authorization/Payment/SharedTypes_pb.js +2 -0
  36. package/dist/esm/Authorization/Payment/Stripe/ProductRecord_pb.js +2 -0
  37. package/dist/esm/Authorization/Payment/Stripe/StripeRecords_pb.js +2 -0
  38. package/dist/esm/Authorization/Payment/Stripe/StripeSettings_pb.js +2 -0
  39. package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +2 -0
  40. package/dist/esm/Authorization/Payment/Stripe/index.js +4 -0
  41. package/dist/esm/Authorization/Payment/connect/AdminPaymentInterface_connect.js +2 -0
  42. package/dist/esm/Authorization/Payment/connect/BackupInterface_connect.js +2 -0
  43. package/dist/esm/Authorization/Payment/connect/PaymentInterface_connect.js +2 -0
  44. package/dist/esm/Authorization/Payment/connect/index.js +9 -0
  45. package/dist/esm/Authorization/Payment/index.js +8 -0
  46. package/dist/esm/Authorization/SharedTypes_pb.js +2 -0
  47. package/dist/esm/Authorization/connect/Claims_connect.js +2 -0
  48. package/dist/esm/Authorization/connect/index.js +4 -0
  49. package/dist/esm/Authorization/index.js +4 -0
  50. package/dist/esm/Comment/CommentRecord_pb.js +2 -0
  51. package/dist/esm/Comment/SharedTypes_pb.js +2 -0
  52. package/dist/esm/Comment/connect/CommentInterface_connect.js +2 -0
  53. package/dist/esm/Comment/index.js +3 -0
  54. package/dist/esm/Content/AssetRecord_pb.js +2 -0
  55. package/dist/esm/Content/AudioAssetRecord_pb.js +2 -0
  56. package/dist/esm/Content/ContentRecord_pb.js +2 -0
  57. package/dist/esm/Content/ImageAssetRecord_pb.js +2 -0
  58. package/dist/esm/Content/Music/MusicRecord_pb.js +2 -0
  59. package/dist/esm/Content/Music/connect/MusicInterface_connect.js +2 -0
  60. package/dist/esm/Content/Music/index.js +2 -0
  61. package/dist/esm/Content/SharedTypes_pb.js +2 -0
  62. package/dist/esm/Content/Stats/StatsRecords_pb.js +2 -0
  63. package/dist/esm/Content/Stats/connect/StatsLikeInterface_connect.js +2 -0
  64. package/dist/esm/Content/Stats/connect/StatsProgressInterface_connect.js +2 -0
  65. package/dist/esm/Content/Stats/connect/StatsQueryInterface_connect.js +2 -0
  66. package/dist/esm/Content/Stats/connect/StatsSaveInterface_connect.js +2 -0
  67. package/dist/esm/Content/Stats/connect/StatsShareInterface_connect.js +2 -0
  68. package/dist/esm/Content/Stats/connect/StatsViewInterface_connect.js +2 -0
  69. package/dist/esm/Content/Stats/index.js +2 -0
  70. package/dist/esm/Content/connect/AssetBackup_connect.js +2 -0
  71. package/dist/esm/Content/connect/AssetInterface_connect.js +2 -0
  72. package/dist/esm/Content/connect/Backup_connect.js +2 -0
  73. package/dist/esm/Content/connect/Content_connect.js +2 -0
  74. package/dist/esm/Content/connect/Rumble_connect.js +2 -0
  75. package/dist/esm/Content/connect/Video_connect.js +2 -0
  76. package/dist/esm/Content/connect/index.js +9 -0
  77. package/dist/esm/Content/index.js +8 -0
  78. package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +2 -0
  79. package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +2 -0
  80. package/dist/esm/CreatorDashboard/Settings/index.js +2 -0
  81. package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +2 -0
  82. package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +2 -0
  83. package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +2 -0
  84. package/dist/esm/CreatorDashboard/Subscribers/index.js +3 -0
  85. package/dist/esm/CreatorDashboard/connect/index.js +3 -0
  86. package/dist/esm/Generic/connect/ServiceOps_connect.js +2 -0
  87. package/dist/esm/Generic/index.js +2 -0
  88. package/dist/esm/Notification/NotificationSettings_pb.js +2 -0
  89. package/dist/esm/Notification/NotificationUserRecord_pb.js +2 -0
  90. package/dist/esm/Notification/UserNotificationSettingsRecord_pb.js +2 -0
  91. package/dist/esm/Notification/connect/NotificationInterface_connect.js +2 -0
  92. package/dist/esm/Notification/connect/UserNotificationInterface_connect.js +2 -0
  93. package/dist/esm/Notification/index.js +4 -0
  94. package/dist/esm/Page/PageRecord_pb.js +2 -0
  95. package/dist/esm/Page/connect/PageInterface_connect.js +2 -0
  96. package/dist/esm/Page/index.js +2 -0
  97. package/dist/esm/Settings/SettingsRecord_pb.js +2 -0
  98. package/dist/esm/Settings/connect/Backup_connect.js +2 -0
  99. package/dist/esm/Settings/connect/SettingsInterface_connect.js +2 -0
  100. package/dist/esm/Settings/index.js +2 -0
  101. package/dist/esm/connect.js +1 -1
  102. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/connect.js +4 -0
  103. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +2 -0
  104. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.js +139 -0
  105. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +149 -0
  106. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +50 -0
  107. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +25 -0
  108. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +41 -0
  109. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.js +3 -0
  110. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +6 -0
  111. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js +3 -0
  112. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +5 -0
  113. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js +2 -0
  114. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +3 -0
  115. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js +3 -0
  116. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +3 -0
  117. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js +2 -0
  118. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +3 -0
  119. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js +2 -0
  120. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +4 -0
  121. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +8 -0
  122. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +4 -0
  123. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/connect.js +2 -0
  124. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +3 -0
  125. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.js +227 -0
  126. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.js +2 -0
  127. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +2 -0
  128. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.js +7 -0
  129. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +2 -0
  130. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +8 -0
  131. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js +2 -0
  132. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +2 -0
  133. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js +2 -0
  134. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +3 -0
  135. package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +3 -0
  136. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/connect.js +2 -0
  137. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +2 -0
  138. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/connect.js +3 -0
  139. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +4 -0
  140. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/connect.js +2 -0
  141. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +2 -0
  142. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +273 -0
  143. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.js +276 -0
  144. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/connect.js +3 -0
  145. package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +2 -0
  146. package/dist/esm/gen/connect.js +2 -0
  147. package/dist/esm/gen/index.js +4 -0
  148. package/dist/esm/index.js +3 -4
  149. package/dist/esm/protos/Authentication/UserRecord_pb.js +2 -0
  150. package/dist/esm/protos/Authentication/connect/Backup_connect.js +2 -0
  151. package/dist/esm/protos/Authentication/connect/ServiceInterface_connect.js +2 -0
  152. package/dist/esm/protos/Authentication/connect/UserInterface_connect.js +2 -0
  153. package/dist/esm/protos/Authentication/connect/index.js +4 -0
  154. package/dist/esm/protos/Authentication/index.js +2 -0
  155. package/dist/esm/protos/Authorization/Events/EventError_pb.js +2 -0
  156. package/dist/esm/protos/Authorization/Events/EventRecord_pb.js +2 -0
  157. package/dist/esm/protos/Authorization/Events/EventTicketRecord_pb.js +2 -0
  158. package/dist/esm/protos/Authorization/Events/EventsSettings_pb.js +2 -0
  159. package/dist/esm/protos/Authorization/Events/TicketClassRecord_pb.js +2 -0
  160. package/dist/esm/protos/Authorization/Events/connect/AdminEventInterface_connect.js +2 -0
  161. package/dist/esm/protos/Authorization/Events/connect/EventInterface_connect.js +2 -0
  162. package/dist/esm/protos/Authorization/Events/connect/index.js +3 -0
  163. package/dist/esm/protos/Authorization/Events/index.js +6 -0
  164. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.js +2 -0
  165. package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinService_pb.js +2 -0
  166. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoRecords_pb.js +2 -0
  167. package/dist/esm/protos/Authorization/Payment/Crypto/CryptoSettings_pb.js +2 -0
  168. package/dist/esm/protos/Authorization/Payment/Crypto/connect/Backup_connect.js +2 -0
  169. package/dist/esm/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +2 -0
  170. package/dist/esm/protos/Authorization/Payment/Crypto/connect/index.js +3 -0
  171. package/dist/esm/protos/Authorization/Payment/Crypto/index.js +5 -0
  172. package/dist/esm/protos/Authorization/Payment/DataRecords_pb.js +2 -0
  173. package/dist/esm/protos/Authorization/Payment/Fortis/FortisSettings_pb.js +2 -0
  174. package/dist/esm/protos/Authorization/Payment/Fortis/PlanRecord_pb.js +2 -0
  175. package/dist/esm/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +2 -0
  176. package/dist/esm/protos/Authorization/Payment/Fortis/connect/index.js +2 -0
  177. package/dist/esm/protos/Authorization/Payment/Fortis/index.js +3 -0
  178. package/dist/esm/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +2 -0
  179. package/dist/esm/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +2 -0
  180. package/dist/esm/protos/Authorization/Payment/Manual/connect/Backup_connect.js +2 -0
  181. package/dist/esm/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +2 -0
  182. package/dist/esm/protos/Authorization/Payment/Manual/connect/index.js +3 -0
  183. package/dist/esm/protos/Authorization/Payment/Manual/index.js +3 -0
  184. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalRecords_pb.js +2 -0
  185. package/dist/esm/protos/Authorization/Payment/Paypal/PaypalSettings_pb.js +2 -0
  186. package/dist/esm/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +2 -0
  187. package/dist/esm/protos/Authorization/Payment/Paypal/connect/index.js +2 -0
  188. package/dist/esm/protos/Authorization/Payment/Paypal/index.js +3 -0
  189. package/dist/esm/protos/Authorization/Payment/SharedTypes_pb.js +2 -0
  190. package/dist/esm/protos/Authorization/Payment/Stripe/ProductRecord_pb.js +2 -0
  191. package/dist/esm/protos/Authorization/Payment/Stripe/StripeRecords_pb.js +2 -0
  192. package/dist/esm/protos/Authorization/Payment/Stripe/StripeSettings_pb.js +2 -0
  193. package/dist/esm/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +2 -0
  194. package/dist/esm/protos/Authorization/Payment/Stripe/connect/index.js +2 -0
  195. package/dist/esm/protos/Authorization/Payment/Stripe/index.js +4 -0
  196. package/dist/esm/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.js +2 -0
  197. package/dist/esm/protos/Authorization/Payment/connect/BackupInterface_connect.js +2 -0
  198. package/dist/esm/protos/Authorization/Payment/connect/PaymentInterface_connect.js +2 -0
  199. package/dist/esm/protos/Authorization/Payment/connect/index.js +9 -0
  200. package/dist/esm/protos/Authorization/Payment/index.js +8 -0
  201. package/dist/esm/protos/Authorization/SharedTypes_pb.js +2 -0
  202. package/dist/esm/protos/Authorization/connect/Claims_connect.js +2 -0
  203. package/dist/esm/protos/Authorization/connect/index.js +4 -0
  204. package/dist/esm/protos/Authorization/index.js +4 -0
  205. package/dist/esm/protos/Comment/CommentRecord_pb.js +2 -0
  206. package/dist/esm/protos/Comment/SharedTypes_pb.js +2 -0
  207. package/dist/esm/protos/Comment/connect/CommentInterface_connect.js +2 -0
  208. package/dist/esm/protos/Comment/connect/index.js +2 -0
  209. package/dist/esm/protos/Comment/index.js +3 -0
  210. package/dist/esm/protos/Content/AssetRecord_pb.js +2 -0
  211. package/dist/esm/protos/Content/AudioAssetRecord_pb.js +2 -0
  212. package/dist/esm/protos/Content/ContentRecord_pb.js +2 -0
  213. package/dist/esm/protos/Content/ImageAssetRecord_pb.js +2 -0
  214. package/dist/esm/protos/Content/Music/MusicRecord_pb.js +2 -0
  215. package/dist/esm/protos/Content/Music/connect/MusicInterface_connect.js +2 -0
  216. package/dist/esm/protos/Content/Music/connect/index.js +2 -0
  217. package/dist/esm/protos/Content/Music/index.js +2 -0
  218. package/dist/esm/protos/Content/SharedTypes_pb.js +2 -0
  219. package/dist/esm/protos/Content/Stats/StatsRecords_pb.js +2 -0
  220. package/dist/esm/protos/Content/Stats/connect/StatsLikeInterface_connect.js +2 -0
  221. package/dist/esm/protos/Content/Stats/connect/StatsProgressInterface_connect.js +2 -0
  222. package/dist/esm/protos/Content/Stats/connect/StatsQueryInterface_connect.js +2 -0
  223. package/dist/esm/protos/Content/Stats/connect/StatsSaveInterface_connect.js +2 -0
  224. package/dist/esm/protos/Content/Stats/connect/StatsShareInterface_connect.js +2 -0
  225. package/dist/esm/protos/Content/Stats/connect/StatsViewInterface_connect.js +2 -0
  226. package/dist/esm/protos/Content/Stats/connect/index.js +7 -0
  227. package/dist/esm/protos/Content/Stats/index.js +2 -0
  228. package/dist/esm/protos/Content/connect/AssetBackup_connect.js +2 -0
  229. package/dist/esm/protos/Content/connect/AssetInterface_connect.js +2 -0
  230. package/dist/esm/protos/Content/connect/Backup_connect.js +2 -0
  231. package/dist/esm/protos/Content/connect/Content_connect.js +2 -0
  232. package/dist/esm/protos/Content/connect/Rumble_connect.js +2 -0
  233. package/dist/esm/protos/Content/connect/Video_connect.js +2 -0
  234. package/dist/esm/protos/Content/connect/index.js +9 -0
  235. package/dist/esm/protos/Content/index.js +8 -0
  236. package/dist/esm/protos/CreatorDashboard/Settings/CreatorSettings_pb.js +2 -0
  237. package/dist/esm/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.js +2 -0
  238. package/dist/esm/protos/CreatorDashboard/Settings/connect/index.js +2 -0
  239. package/dist/esm/protos/CreatorDashboard/Settings/index.js +2 -0
  240. package/dist/esm/protos/CreatorDashboard/Subscribers/Ban_pb.js +2 -0
  241. package/dist/esm/protos/CreatorDashboard/Subscribers/Mute_pb.js +2 -0
  242. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/Manage_connect.js +2 -0
  243. package/dist/esm/protos/CreatorDashboard/Subscribers/connect/index.js +2 -0
  244. package/dist/esm/protos/CreatorDashboard/Subscribers/index.js +3 -0
  245. package/dist/esm/protos/CreatorDashboard/connect/index.js +3 -0
  246. package/dist/esm/protos/CreatorDashboard/index.js +3 -0
  247. package/dist/esm/protos/Generic/connect/ServiceOps_connect.js +2 -0
  248. package/dist/esm/protos/Generic/connect/index.js +2 -0
  249. package/dist/esm/protos/Generic/index.js +2 -0
  250. package/dist/esm/protos/Notification/NotificationSettings_pb.js +2 -0
  251. package/dist/esm/protos/Notification/NotificationUserRecord_pb.js +2 -0
  252. package/dist/esm/protos/Notification/UserNotificationSettingsRecord_pb.js +2 -0
  253. package/dist/esm/protos/Notification/connect/NotificationInterface_connect.js +2 -0
  254. package/dist/esm/protos/Notification/connect/UserNotificationInterface_connect.js +2 -0
  255. package/dist/esm/protos/Notification/connect/index.js +3 -0
  256. package/dist/esm/protos/Notification/index.js +4 -0
  257. package/dist/esm/protos/Page/PageRecord_pb.js +2 -0
  258. package/dist/esm/protos/Page/connect/PageInterface_connect.js +2 -0
  259. package/dist/esm/protos/Page/connect/index.js +2 -0
  260. package/dist/esm/protos/Page/index.js +2 -0
  261. package/dist/esm/protos/Settings/SettingsRecord_pb.js +2 -0
  262. package/dist/esm/protos/Settings/connect/Backup_connect.js +2 -0
  263. package/dist/esm/protos/Settings/connect/SettingsInterface_connect.js +2 -0
  264. package/dist/esm/protos/Settings/connect/index.js +3 -0
  265. package/dist/esm/protos/Settings/index.js +2 -0
  266. package/dist/esm/protos/index.js +2 -0
  267. package/dist/esm/validation.js +46 -0
  268. package/dist/protos/Authentication/UserRecord_pb.d.ts +1 -0
  269. package/dist/protos/Authentication/connect/Backup_connect.d.ts +1 -0
  270. package/dist/protos/Authentication/connect/ServiceInterface_connect.d.ts +1 -0
  271. package/dist/protos/Authentication/connect/UserInterface_connect.d.ts +1 -0
  272. package/dist/protos/Authentication/index.d.ts +1 -0
  273. package/dist/protos/Authorization/Events/EventError_pb.d.ts +1 -0
  274. package/dist/protos/Authorization/Events/EventRecord_pb.d.ts +1 -0
  275. package/dist/protos/Authorization/Events/EventTicketRecord_pb.d.ts +1 -0
  276. package/dist/protos/Authorization/Events/EventsSettings_pb.d.ts +1 -0
  277. package/dist/protos/Authorization/Events/TicketClassRecord_pb.d.ts +1 -0
  278. package/dist/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +1 -0
  279. package/dist/protos/Authorization/Events/connect/EventInterface_connect.d.ts +1 -0
  280. package/dist/protos/Authorization/Events/index.d.ts +5 -0
  281. package/dist/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +1 -0
  282. package/dist/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +1 -0
  283. package/dist/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +1 -0
  284. package/dist/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +1 -0
  285. package/dist/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +1 -0
  286. package/dist/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +1 -0
  287. package/dist/protos/Authorization/Payment/Crypto/index.d.ts +4 -0
  288. package/dist/protos/Authorization/Payment/DataRecords_pb.d.ts +1 -0
  289. package/dist/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +1 -0
  290. package/dist/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +1 -0
  291. package/dist/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +1 -0
  292. package/dist/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
  293. package/dist/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +1 -0
  294. package/dist/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +1 -0
  295. package/dist/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +1 -0
  296. package/dist/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +1 -0
  297. package/dist/protos/Authorization/Payment/Manual/index.d.ts +2 -0
  298. package/dist/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +1 -0
  299. package/dist/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +1 -0
  300. package/dist/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +1 -0
  301. package/dist/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
  302. package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +1 -0
  303. package/dist/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +1 -0
  304. package/dist/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +1 -0
  305. package/dist/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +1 -0
  306. package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +1 -0
  307. package/dist/protos/Authorization/Payment/Stripe/index.d.ts +3 -0
  308. package/dist/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +1 -0
  309. package/dist/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +1 -0
  310. package/dist/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +1 -0
  311. package/dist/protos/Authorization/Payment/connect/index.d.ts +8 -0
  312. package/dist/protos/Authorization/Payment/index.d.ts +7 -0
  313. package/dist/protos/Authorization/SharedTypes_pb.d.ts +1 -0
  314. package/dist/protos/Authorization/connect/Claims_connect.d.ts +1 -0
  315. package/dist/protos/Authorization/connect/index.d.ts +3 -0
  316. package/dist/protos/Authorization/index.d.ts +3 -0
  317. package/dist/protos/Comment/CommentRecord_pb.d.ts +1 -0
  318. package/dist/protos/Comment/SharedTypes_pb.d.ts +1 -0
  319. package/dist/protos/Comment/connect/CommentInterface_connect.d.ts +1 -0
  320. package/dist/protos/Comment/index.d.ts +2 -0
  321. package/dist/protos/Content/AssetRecord_pb.d.ts +1 -0
  322. package/dist/protos/Content/AudioAssetRecord_pb.d.ts +1 -0
  323. package/dist/protos/Content/ContentRecord_pb.d.ts +1 -0
  324. package/dist/protos/Content/ImageAssetRecord_pb.d.ts +1 -0
  325. package/dist/protos/Content/Music/MusicRecord_pb.d.ts +1 -0
  326. package/dist/protos/Content/Music/connect/MusicInterface_connect.d.ts +1 -0
  327. package/dist/protos/Content/Music/index.d.ts +1 -0
  328. package/dist/protos/Content/SharedTypes_pb.d.ts +1 -0
  329. package/dist/protos/Content/Stats/StatsRecords_pb.d.ts +1 -0
  330. package/dist/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +1 -0
  331. package/dist/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +1 -0
  332. package/dist/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +1 -0
  333. package/dist/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +1 -0
  334. package/dist/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +1 -0
  335. package/dist/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +1 -0
  336. package/dist/protos/Content/Stats/index.d.ts +1 -0
  337. package/dist/protos/Content/connect/AssetBackup_connect.d.ts +1 -0
  338. package/dist/protos/Content/connect/AssetInterface_connect.d.ts +1 -0
  339. package/dist/protos/Content/connect/Backup_connect.d.ts +1 -0
  340. package/dist/protos/Content/connect/Content_connect.d.ts +1 -0
  341. package/dist/protos/Content/connect/Rumble_connect.d.ts +1 -0
  342. package/dist/protos/Content/connect/Video_connect.d.ts +1 -0
  343. package/dist/protos/Content/connect/index.d.ts +8 -0
  344. package/dist/protos/Content/index.d.ts +7 -0
  345. package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +1 -0
  346. package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +1 -0
  347. package/dist/protos/CreatorDashboard/Settings/index.d.ts +1 -0
  348. package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +1 -0
  349. package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +1 -0
  350. package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +1 -0
  351. package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
  352. package/dist/protos/CreatorDashboard/connect/index.d.ts +2 -0
  353. package/dist/protos/Generic/connect/ServiceOps_connect.d.ts +1 -0
  354. package/dist/protos/Generic/index.d.ts +1 -0
  355. package/dist/protos/Notification/NotificationSettings_pb.d.ts +1 -0
  356. package/dist/protos/Notification/NotificationUserRecord_pb.d.ts +1 -0
  357. package/dist/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +1 -0
  358. package/dist/protos/Notification/connect/NotificationInterface_connect.d.ts +1 -0
  359. package/dist/protos/Notification/connect/UserNotificationInterface_connect.d.ts +1 -0
  360. package/dist/protos/Notification/index.d.ts +3 -0
  361. package/dist/protos/Page/PageRecord_pb.d.ts +1 -0
  362. package/dist/protos/Page/connect/PageInterface_connect.d.ts +1 -0
  363. package/dist/protos/Page/index.d.ts +1 -0
  364. package/dist/protos/Settings/SettingsRecord_pb.d.ts +1 -0
  365. package/dist/protos/Settings/connect/Backup_connect.d.ts +1 -0
  366. package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +1 -0
  367. package/dist/protos/Settings/index.d.ts +1 -0
  368. package/dist/protos/connect.d.ts +1 -1
  369. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +1 -0
  370. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.d.ts +629 -0
  371. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +672 -0
  372. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +134 -0
  373. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +56 -0
  374. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +120 -0
  375. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +5 -0
  376. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +4 -0
  377. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +2 -0
  378. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +2 -0
  379. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +2 -0
  380. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +3 -0
  381. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +7 -0
  382. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +3 -0
  383. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +2 -0
  384. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.d.ts +968 -0
  385. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +1 -0
  386. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +1 -0
  387. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +7 -0
  388. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +1 -0
  389. package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +2 -0
  390. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +1 -0
  391. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +3 -0
  392. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +1 -0
  393. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +268 -0
  394. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.d.ts +947 -0
  395. package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +1 -0
  396. package/dist/protos/index.d.ts +1 -3
  397. package/dist/protos/protos/Authentication/UserRecord_pb.d.ts +1 -0
  398. package/dist/protos/protos/Authentication/connect/Backup_connect.d.ts +1 -0
  399. package/dist/protos/protos/Authentication/connect/ServiceInterface_connect.d.ts +1 -0
  400. package/dist/protos/protos/Authentication/connect/UserInterface_connect.d.ts +1 -0
  401. package/dist/protos/protos/Authentication/connect/index.d.ts +3 -0
  402. package/dist/protos/protos/Authentication/index.d.ts +1 -0
  403. package/dist/protos/protos/Authorization/Events/EventError_pb.d.ts +1 -0
  404. package/dist/protos/protos/Authorization/Events/EventRecord_pb.d.ts +1 -0
  405. package/dist/protos/protos/Authorization/Events/EventTicketRecord_pb.d.ts +1 -0
  406. package/dist/protos/protos/Authorization/Events/EventsSettings_pb.d.ts +1 -0
  407. package/dist/protos/protos/Authorization/Events/TicketClassRecord_pb.d.ts +1 -0
  408. package/dist/protos/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +1 -0
  409. package/dist/protos/protos/Authorization/Events/connect/EventInterface_connect.d.ts +1 -0
  410. package/dist/protos/protos/Authorization/Events/connect/index.d.ts +2 -0
  411. package/dist/protos/protos/Authorization/Events/index.d.ts +5 -0
  412. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +1 -0
  413. package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +1 -0
  414. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +1 -0
  415. package/dist/protos/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +1 -0
  416. package/dist/protos/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +1 -0
  417. package/dist/protos/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +1 -0
  418. package/dist/protos/protos/Authorization/Payment/Crypto/connect/index.d.ts +2 -0
  419. package/dist/protos/protos/Authorization/Payment/Crypto/index.d.ts +4 -0
  420. package/dist/protos/protos/Authorization/Payment/DataRecords_pb.d.ts +1 -0
  421. package/dist/protos/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +1 -0
  422. package/dist/protos/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +1 -0
  423. package/dist/protos/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +1 -0
  424. package/dist/protos/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -0
  425. package/dist/protos/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
  426. package/dist/protos/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +1 -0
  427. package/dist/protos/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +1 -0
  428. package/dist/protos/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +1 -0
  429. package/dist/protos/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +1 -0
  430. package/dist/protos/protos/Authorization/Payment/Manual/connect/index.d.ts +2 -0
  431. package/dist/protos/protos/Authorization/Payment/Manual/index.d.ts +2 -0
  432. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +1 -0
  433. package/dist/protos/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +1 -0
  434. package/dist/protos/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +1 -0
  435. package/dist/protos/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -0
  436. package/dist/protos/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
  437. package/dist/protos/protos/Authorization/Payment/SharedTypes_pb.d.ts +1 -0
  438. package/dist/protos/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +1 -0
  439. package/dist/protos/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +1 -0
  440. package/dist/protos/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +1 -0
  441. package/dist/protos/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +1 -0
  442. package/dist/protos/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -0
  443. package/dist/protos/protos/Authorization/Payment/Stripe/index.d.ts +3 -0
  444. package/dist/protos/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +1 -0
  445. package/dist/protos/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +1 -0
  446. package/dist/protos/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +1 -0
  447. package/dist/protos/protos/Authorization/Payment/connect/index.d.ts +8 -0
  448. package/dist/protos/protos/Authorization/Payment/index.d.ts +7 -0
  449. package/dist/protos/protos/Authorization/SharedTypes_pb.d.ts +1 -0
  450. package/dist/protos/protos/Authorization/connect/Claims_connect.d.ts +1 -0
  451. package/dist/protos/protos/Authorization/connect/index.d.ts +3 -0
  452. package/dist/protos/protos/Authorization/index.d.ts +3 -0
  453. package/dist/protos/protos/Comment/CommentRecord_pb.d.ts +1 -0
  454. package/dist/protos/protos/Comment/SharedTypes_pb.d.ts +1 -0
  455. package/dist/protos/protos/Comment/connect/CommentInterface_connect.d.ts +1 -0
  456. package/dist/protos/protos/Comment/connect/index.d.ts +1 -0
  457. package/dist/protos/protos/Comment/index.d.ts +2 -0
  458. package/dist/protos/protos/Content/AssetRecord_pb.d.ts +1 -0
  459. package/dist/protos/protos/Content/AudioAssetRecord_pb.d.ts +1 -0
  460. package/dist/protos/protos/Content/ContentRecord_pb.d.ts +1 -0
  461. package/dist/protos/protos/Content/ImageAssetRecord_pb.d.ts +1 -0
  462. package/dist/protos/protos/Content/Music/MusicRecord_pb.d.ts +1 -0
  463. package/dist/protos/protos/Content/Music/connect/MusicInterface_connect.d.ts +1 -0
  464. package/dist/protos/protos/Content/Music/connect/index.d.ts +1 -0
  465. package/dist/protos/protos/Content/Music/index.d.ts +1 -0
  466. package/dist/protos/protos/Content/SharedTypes_pb.d.ts +1 -0
  467. package/dist/protos/protos/Content/Stats/StatsRecords_pb.d.ts +1 -0
  468. package/dist/protos/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +1 -0
  469. package/dist/protos/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +1 -0
  470. package/dist/protos/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +1 -0
  471. package/dist/protos/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +1 -0
  472. package/dist/protos/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +1 -0
  473. package/dist/protos/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +1 -0
  474. package/dist/protos/protos/Content/Stats/connect/index.d.ts +6 -0
  475. package/dist/protos/protos/Content/Stats/index.d.ts +1 -0
  476. package/dist/protos/protos/Content/connect/AssetBackup_connect.d.ts +1 -0
  477. package/dist/protos/protos/Content/connect/AssetInterface_connect.d.ts +1 -0
  478. package/dist/protos/protos/Content/connect/Backup_connect.d.ts +1 -0
  479. package/dist/protos/protos/Content/connect/Content_connect.d.ts +1 -0
  480. package/dist/protos/protos/Content/connect/Rumble_connect.d.ts +1 -0
  481. package/dist/protos/protos/Content/connect/Video_connect.d.ts +1 -0
  482. package/dist/protos/protos/Content/connect/index.d.ts +8 -0
  483. package/dist/protos/protos/Content/index.d.ts +7 -0
  484. package/dist/protos/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +1 -0
  485. package/dist/protos/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +1 -0
  486. package/dist/protos/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -0
  487. package/dist/protos/protos/CreatorDashboard/Settings/index.d.ts +1 -0
  488. package/dist/protos/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +1 -0
  489. package/dist/protos/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +1 -0
  490. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +1 -0
  491. package/dist/protos/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -0
  492. package/dist/protos/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
  493. package/dist/protos/protos/CreatorDashboard/connect/index.d.ts +2 -0
  494. package/dist/protos/protos/CreatorDashboard/index.d.ts +2 -0
  495. package/dist/protos/protos/Generic/connect/ServiceOps_connect.d.ts +1 -0
  496. package/dist/protos/protos/Generic/connect/index.d.ts +1 -0
  497. package/dist/protos/protos/Generic/index.d.ts +1 -0
  498. package/dist/protos/protos/Notification/NotificationSettings_pb.d.ts +1 -0
  499. package/dist/protos/protos/Notification/NotificationUserRecord_pb.d.ts +1 -0
  500. package/dist/protos/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +1 -0
  501. package/dist/protos/protos/Notification/connect/NotificationInterface_connect.d.ts +1 -0
  502. package/dist/protos/protos/Notification/connect/UserNotificationInterface_connect.d.ts +1 -0
  503. package/dist/protos/protos/Notification/connect/index.d.ts +2 -0
  504. package/dist/protos/protos/Notification/index.d.ts +3 -0
  505. package/dist/protos/protos/Page/PageRecord_pb.d.ts +1 -0
  506. package/dist/protos/protos/Page/connect/PageInterface_connect.d.ts +1 -0
  507. package/dist/protos/protos/Page/connect/index.d.ts +1 -0
  508. package/dist/protos/protos/Page/index.d.ts +1 -0
  509. package/dist/protos/protos/Settings/SettingsRecord_pb.d.ts +1 -0
  510. package/dist/protos/protos/Settings/connect/Backup_connect.d.ts +1 -0
  511. package/dist/protos/protos/Settings/connect/SettingsInterface_connect.d.ts +1 -0
  512. package/dist/protos/protos/Settings/connect/index.d.ts +2 -0
  513. package/dist/protos/protos/Settings/index.d.ts +1 -0
  514. package/dist/protos/protos/index.d.ts +1 -0
  515. package/dist/protos/validation.d.ts +3 -0
  516. package/package.json +6 -2
  517. package/dist/esm/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -4
  518. package/dist/esm/Protos/IT/WebServices/Fragments/Authentication/index.js +0 -5
  519. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.d.ts +0 -622
  520. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.js +0 -138
  521. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -559
  522. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +0 -116
  523. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -201
  524. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +0 -77
  525. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -48
  526. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +0 -24
  527. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
  528. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +0 -6
  529. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -6
  530. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +0 -7
  531. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -3
  532. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +0 -4
  533. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -4
  534. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +0 -5
  535. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -3
  536. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +0 -4
  537. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -4
  538. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +0 -5
  539. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -9
  540. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +0 -10
  541. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -4
  542. package/dist/esm/Protos/IT/WebServices/Fragments/Authorization/index.js +0 -5
  543. package/dist/esm/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -3
  544. package/dist/esm/Protos/IT/WebServices/Fragments/Comment/index.js +0 -4
  545. package/dist/esm/Protos/IT/WebServices/Fragments/Content/Content_pb.d.ts +0 -968
  546. package/dist/esm/Protos/IT/WebServices/Fragments/Content/Content_pb.js +0 -227
  547. package/dist/esm/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -2
  548. package/dist/esm/Protos/IT/WebServices/Fragments/Content/Music/index.js +0 -3
  549. package/dist/esm/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -7
  550. package/dist/esm/Protos/IT/WebServices/Fragments/Content/Stats/index.js +0 -8
  551. package/dist/esm/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -11
  552. package/dist/esm/Protos/IT/WebServices/Fragments/Content/index.js +0 -12
  553. package/dist/esm/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -2
  554. package/dist/esm/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +0 -3
  555. package/dist/esm/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -3
  556. package/dist/esm/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +0 -4
  557. package/dist/esm/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -1
  558. package/dist/esm/Protos/IT/WebServices/Fragments/Generic/index.js +0 -2
  559. package/dist/esm/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -4
  560. package/dist/esm/Protos/IT/WebServices/Fragments/Notification/index.js +0 -5
  561. package/dist/esm/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -2
  562. package/dist/esm/Protos/IT/WebServices/Fragments/Page/index.js +0 -3
  563. package/dist/esm/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -250
  564. package/dist/esm/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +0 -255
  565. package/dist/esm/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.d.ts +0 -875
  566. package/dist/esm/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.js +0 -256
  567. package/dist/esm/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -3
  568. package/dist/esm/Protos/IT/WebServices/Fragments/Settings/index.js +0 -4
  569. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -43
  570. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.d.ts +0 -232
  571. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -21
  572. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.d.ts +0 -46
  573. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -298
  574. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.d.ts +0 -1677
  575. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -255
  576. package/dist/protos/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -4
  577. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -21
  578. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.d.ts +0 -84
  579. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -107
  580. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.d.ts +0 -622
  581. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -399
  582. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -71
  583. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.d.ts +0 -365
  584. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -559
  585. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -201
  586. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -48
  587. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
  588. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +0 -89
  589. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_pb.d.ts +0 -268
  590. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +0 -32
  591. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_pb.d.ts +0 -199
  592. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -32
  593. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.d.ts +0 -210
  594. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -53
  595. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -170
  596. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -85
  597. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -27
  598. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -38
  599. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -20
  600. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -6
  601. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +0 -302
  602. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -17
  603. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.d.ts +0 -52
  604. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -50
  605. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -38
  606. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -3
  607. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -32
  608. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.d.ts +0 -199
  609. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -80
  610. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -331
  611. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -20
  612. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -59
  613. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -4
  614. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -80
  615. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.d.ts +0 -337
  616. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -17
  617. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.d.ts +0 -52
  618. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -24
  619. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -42
  620. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -3
  621. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -124
  622. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -50
  623. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -71
  624. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +0 -574
  625. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -34
  626. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -46
  627. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -4
  628. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +0 -8
  629. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -9
  630. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -32
  631. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +0 -3
  632. package/dist/protos/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -4
  633. package/dist/protos/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -118
  634. package/dist/protos/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.d.ts +0 -556
  635. package/dist/protos/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -151
  636. package/dist/protos/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -74
  637. package/dist/protos/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -3
  638. package/dist/protos/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts +0 -134
  639. package/dist/protos/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -32
  640. package/dist/protos/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.d.ts +0 -199
  641. package/dist/protos/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -82
  642. package/dist/protos/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.d.ts +0 -448
  643. package/dist/protos/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -37
  644. package/dist/protos/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -147
  645. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -43
  646. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -232
  647. package/dist/protos/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -363
  648. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -163
  649. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Content_pb.d.ts +0 -968
  650. package/dist/protos/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -151
  651. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -163
  652. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.d.ts +0 -968
  653. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -363
  654. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -2
  655. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -48
  656. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Rumble_pb.d.ts +0 -246
  657. package/dist/protos/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -26
  658. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -26
  659. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.d.ts +0 -86
  660. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -17
  661. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.d.ts +0 -73
  662. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -62
  663. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.d.ts +0 -249
  664. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -153
  665. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -26
  666. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.d.ts +0 -86
  667. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -17
  668. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.d.ts +0 -60
  669. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -17
  670. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.d.ts +0 -60
  671. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -7
  672. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -17
  673. package/dist/protos/Protos/IT/WebServices/Fragments/Content/Video_pb.d.ts +0 -92
  674. package/dist/protos/Protos/IT/WebServices/Fragments/Content/connect.d.ts +0 -8
  675. package/dist/protos/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -11
  676. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -61
  677. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -35
  678. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.d.ts +0 -45
  679. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -2
  680. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -186
  681. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -62
  682. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_pb.d.ts +0 -60
  683. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -186
  684. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -3
  685. package/dist/protos/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +0 -2
  686. package/dist/protos/Protos/IT/WebServices/Fragments/Errors_pb.d.ts +0 -28
  687. package/dist/protos/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -32
  688. package/dist/protos/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.d.ts +0 -134
  689. package/dist/protos/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -1
  690. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -19
  691. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.d.ts +0 -61
  692. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -28
  693. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -43
  694. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -55
  695. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.d.ts +0 -189
  696. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -107
  697. package/dist/protos/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -4
  698. package/dist/protos/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -118
  699. package/dist/protos/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.d.ts +0 -659
  700. package/dist/protos/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -171
  701. package/dist/protos/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -2
  702. package/dist/protos/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -32
  703. package/dist/protos/Protos/IT/WebServices/Fragments/Settings/Backup_pb.d.ts +0 -127
  704. package/dist/protos/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -250
  705. package/dist/protos/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.d.ts +0 -875
  706. package/dist/protos/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -513
  707. package/dist/protos/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -3
  708. package/dist/protos/Protos/IT/WebServices/Fragments/connect.d.ts +0 -9
  709. package/dist/protos/Protos/IT/WebServices/Fragments/index.d.ts +0 -11
  710. package/dist/protos/Protos/IT/WebServices/connect.d.ts +0 -1
  711. package/dist/protos/Protos/IT/WebServices/index.d.ts +0 -1
  712. package/dist/protos/Protos/IT/connect.d.ts +0 -1
  713. package/dist/protos/Protos/IT/index.d.ts +0 -1
  714. package/dist/protos/Protos/buf/index.d.ts +0 -1
  715. package/dist/protos/Protos/buf/validate/index.d.ts +0 -1
  716. package/dist/protos/Protos/buf/validate/validate_pb.d.ts +0 -2
  717. package/dist/protos/Protos/connect.d.ts +0 -1
  718. package/dist/protos/Protos/index.d.ts +0 -2
  719. package/dist/protos/buf/index.d.ts +0 -1
  720. package/dist/protos/buf/validate/index.d.ts +0 -1
  721. package/dist/protos/buf/validate/validate_pb.d.ts +0 -4597
  722. package/dist/protos/google/api/annotations_pb.d.ts +0 -13
  723. package/dist/protos/google/api/http_pb.d.ts +0 -440
  724. package/dist/protos/google/api/index.d.ts +0 -2
  725. package/dist/protos/google/index.d.ts +0 -1
  726. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authentication/connect.js → Authentication/connect/index.js} +0 -0
  727. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authorization/Events/connect.js → Authorization/Events/connect/index.js} +0 -0
  728. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js → Authorization/Payment/Crypto/connect/index.js} +0 -0
  729. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js → Authorization/Payment/Fortis/connect/index.js} +0 -0
  730. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js → Authorization/Payment/Manual/connect/index.js} +0 -0
  731. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js → Authorization/Payment/Paypal/connect/index.js} +0 -0
  732. /package/dist/esm/{Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js → Authorization/Payment/Stripe/connect/index.js} +0 -0
  733. /package/dist/esm/{Protos/IT/WebServices/Fragments/Comment/connect.js → Comment/connect/index.js} +0 -0
  734. /package/dist/esm/{Protos/IT/WebServices/Fragments/Content/Music/connect.js → Content/Music/connect/index.js} +0 -0
  735. /package/dist/esm/{Protos/IT/WebServices/Fragments/Content/Stats/connect.js → Content/Stats/connect/index.js} +0 -0
  736. /package/dist/esm/{Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js → CreatorDashboard/Settings/connect/index.js} +0 -0
  737. /package/dist/esm/{Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js → CreatorDashboard/Subscribers/connect/index.js} +0 -0
  738. /package/dist/esm/{Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/index.js +0 -0
  739. /package/dist/esm/{Protos/IT/WebServices/Fragments/Generic/connect.js → Generic/connect/index.js} +0 -0
  740. /package/dist/esm/{Protos/IT/WebServices/Fragments/Notification/connect.js → Notification/connect/index.js} +0 -0
  741. /package/dist/esm/{Protos/IT/WebServices/Fragments/Page/connect.js → Page/connect/index.js} +0 -0
  742. /package/dist/esm/{Protos/IT/WebServices/Fragments/Settings/connect.js → Settings/connect/index.js} +0 -0
  743. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/Backup_connect.js +0 -0
  744. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/Backup_pb.js +0 -0
  745. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +0 -0
  746. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.js +0 -0
  747. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +0 -0
  748. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/UserInterface_pb.js +0 -0
  749. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +0 -0
  750. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Claims_connect.js +0 -0
  751. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Claims_pb.js +0 -0
  752. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +0 -0
  753. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +0 -0
  754. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +0 -0
  755. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.js +0 -0
  756. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.js +0 -0
  757. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_pb.js +0 -0
  758. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.js +0 -0
  759. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_pb.js +0 -0
  760. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +0 -0
  761. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.js +0 -0
  762. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +0 -0
  763. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.js +0 -0
  764. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -0
  765. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -0
  766. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -0
  767. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -0
  768. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.js +0 -0
  769. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +0 -0
  770. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.js +0 -0
  771. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -0
  772. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -0
  773. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +0 -0
  774. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.js +0 -0
  775. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +0 -0
  776. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.js +0 -0
  777. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -0
  778. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -0
  779. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +0 -0
  780. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.js +0 -0
  781. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +0 -0
  782. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.js +0 -0
  783. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -0
  784. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -0
  785. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +0 -0
  786. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -0
  787. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +0 -0
  788. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.js +0 -0
  789. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -0
  790. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -0
  791. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/connect.js +0 -0
  792. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +0 -0
  793. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/connect.js +0 -0
  794. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +0 -0
  795. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Comment/CommentInterface_pb.js +0 -0
  796. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +0 -0
  797. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +0 -0
  798. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CommonTypes_pb.js +0 -0
  799. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/AssetBackup_connect.js +0 -0
  800. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/AssetBackup_pb.js +0 -0
  801. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/AssetInterface_connect.js +0 -0
  802. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/AssetInterface_pb.js +0 -0
  803. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/AssetRecord_pb.js +0 -0
  804. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +0 -0
  805. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Backup_connect.js +0 -0
  806. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Backup_pb.js +0 -0
  807. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/ContentRecord_pb.js +0 -0
  808. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Content_connect.js +0 -0
  809. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +0 -0
  810. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +0 -0
  811. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.js +0 -0
  812. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +0 -0
  813. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Rumble_connect.js +0 -0
  814. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Rumble_pb.js +0 -0
  815. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/SharedTypes_pb.js +0 -0
  816. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +0 -0
  817. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.js +0 -0
  818. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +0 -0
  819. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.js +0 -0
  820. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +0 -0
  821. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.js +0 -0
  822. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +0 -0
  823. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +0 -0
  824. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.js +0 -0
  825. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +0 -0
  826. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.js +0 -0
  827. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +0 -0
  828. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.js +0 -0
  829. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Video_connect.js +0 -0
  830. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Video_pb.js +0 -0
  831. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/connect.js +0 -0
  832. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -0
  833. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +0 -0
  834. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.js +0 -0
  835. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +0 -0
  836. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +0 -0
  837. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_pb.js +0 -0
  838. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +0 -0
  839. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/connect.js +0 -0
  840. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Errors_pb.js +0 -0
  841. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +0 -0
  842. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Generic/ServiceOps_pb.js +0 -0
  843. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +0 -0
  844. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/NotificationInterface_pb.js +0 -0
  845. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +0 -0
  846. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +0 -0
  847. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +0 -0
  848. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.js +0 -0
  849. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +0 -0
  850. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Page/PageInterface_connect.js +0 -0
  851. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Page/PageInterface_pb.js +0 -0
  852. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Page/PageRecord_pb.js +0 -0
  853. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Settings/Backup_connect.js +0 -0
  854. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Settings/Backup_pb.js +0 -0
  855. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +0 -0
  856. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/connect.js +0 -0
  857. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/Fragments/index.js +0 -0
  858. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/connect.js +0 -0
  859. /package/dist/esm/{Protos → gen/Protos}/IT/WebServices/index.js +0 -0
  860. /package/dist/esm/{Protos → gen/Protos}/IT/connect.js +0 -0
  861. /package/dist/esm/{Protos → gen/Protos}/IT/index.js +0 -0
  862. /package/dist/esm/{Protos → gen/Protos}/buf/index.js +0 -0
  863. /package/dist/esm/{Protos → gen/Protos}/buf/validate/index.js +0 -0
  864. /package/dist/esm/{Protos → gen/Protos}/buf/validate/validate_pb.js +0 -0
  865. /package/dist/esm/{Protos → gen/Protos}/connect.js +0 -0
  866. /package/dist/esm/{Protos → gen/Protos}/index.js +0 -0
  867. /package/dist/esm/{buf → gen/buf}/index.js +0 -0
  868. /package/dist/esm/{buf → gen/buf}/validate/index.js +0 -0
  869. /package/dist/esm/{buf → gen/buf}/validate/validate_pb.js +0 -0
  870. /package/dist/esm/{google → gen/google}/api/annotations_pb.js +0 -0
  871. /package/dist/esm/{google → gen/google}/api/http_pb.js +0 -0
  872. /package/dist/esm/{google → gen/google}/api/index.js +0 -0
  873. /package/dist/esm/{google → gen/google}/index.js +0 -0
  874. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authentication/connect.d.ts → protos/Authentication/connect/index.d.ts} +0 -0
  875. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authorization/Events/connect.d.ts → protos/Authorization/Events/connect/index.d.ts} +0 -0
  876. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts → protos/Authorization/Payment/Crypto/connect/index.d.ts} +0 -0
  877. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts → protos/Authorization/Payment/Fortis/connect/index.d.ts} +0 -0
  878. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts → protos/Authorization/Payment/Manual/connect/index.d.ts} +0 -0
  879. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts → protos/Authorization/Payment/Paypal/connect/index.d.ts} +0 -0
  880. /package/dist/{esm/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts → protos/Authorization/Payment/Stripe/connect/index.d.ts} +0 -0
  881. /package/dist/{esm/Protos/IT/WebServices/Fragments/Comment/connect.d.ts → protos/Comment/connect/index.d.ts} +0 -0
  882. /package/dist/{esm/Protos/IT/WebServices/Fragments/Content/Music/connect.d.ts → protos/Content/Music/connect/index.d.ts} +0 -0
  883. /package/dist/{esm/Protos/IT/WebServices/Fragments/Content/Stats/connect.d.ts → protos/Content/Stats/connect/index.d.ts} +0 -0
  884. /package/dist/{esm/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts → protos/CreatorDashboard/Settings/connect/index.d.ts} +0 -0
  885. /package/dist/{esm/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts → protos/CreatorDashboard/Subscribers/connect/index.d.ts} +0 -0
  886. /package/dist/{esm/Protos/IT/WebServices/Fragments → protos}/CreatorDashboard/index.d.ts +0 -0
  887. /package/dist/{esm/Protos/IT/WebServices/Fragments/Generic/connect.d.ts → protos/Generic/connect/index.d.ts} +0 -0
  888. /package/dist/{esm/Protos/IT/WebServices/Fragments/Notification/connect.d.ts → protos/Notification/connect/index.d.ts} +0 -0
  889. /package/dist/{esm/Protos/IT/WebServices/Fragments/Page/connect.d.ts → protos/Page/connect/index.d.ts} +0 -0
  890. /package/dist/{esm/Protos/IT/WebServices/Fragments/Settings/connect.d.ts → protos/Settings/connect/index.d.ts} +0 -0
  891. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -0
  892. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.d.ts +0 -0
  893. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -0
  894. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.d.ts +0 -0
  895. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -0
  896. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.d.ts +0 -0
  897. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -0
  898. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authentication/connect.d.ts +0 -0
  899. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -0
  900. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.d.ts +0 -0
  901. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -0
  902. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -0
  903. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -0
  904. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.d.ts +0 -0
  905. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Events/connect.d.ts +0 -0
  906. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +0 -0
  907. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_pb.d.ts +0 -0
  908. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +0 -0
  909. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_pb.d.ts +0 -0
  910. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -0
  911. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.d.ts +0 -0
  912. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -0
  913. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -0
  914. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -0
  915. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -0
  916. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -0
  917. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -0
  918. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts +0 -0
  919. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +0 -0
  920. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -0
  921. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.d.ts +0 -0
  922. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -0
  923. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -0
  924. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts +0 -0
  925. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -0
  926. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.d.ts +0 -0
  927. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -0
  928. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -0
  929. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -0
  930. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -0
  931. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts +0 -0
  932. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -0
  933. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.d.ts +0 -0
  934. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -0
  935. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.d.ts +0 -0
  936. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -0
  937. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -0
  938. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts +0 -0
  939. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -0
  940. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -0
  941. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -0
  942. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +0 -0
  943. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -0
  944. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -0
  945. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts +0 -0
  946. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +0 -0
  947. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -0
  948. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +0 -0
  949. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -0
  950. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.d.ts +0 -0
  951. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -0
  952. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -0
  953. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Comment/connect.d.ts +0 -0
  954. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts +0 -0
  955. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -0
  956. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.d.ts +0 -0
  957. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -0
  958. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.d.ts +0 -0
  959. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -0
  960. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -0
  961. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -0
  962. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -0
  963. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -0
  964. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -0
  965. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -0
  966. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -0
  967. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.d.ts +0 -0
  968. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -0
  969. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Music/connect.d.ts +0 -0
  970. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -0
  971. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Rumble_pb.d.ts +0 -0
  972. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -0
  973. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -0
  974. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.d.ts +0 -0
  975. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -0
  976. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.d.ts +0 -0
  977. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -0
  978. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.d.ts +0 -0
  979. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -0
  980. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -0
  981. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.d.ts +0 -0
  982. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -0
  983. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.d.ts +0 -0
  984. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -0
  985. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.d.ts +0 -0
  986. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Content/Stats/connect.d.ts +0 -0
  987. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -0
  988. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/Video_pb.d.ts +0 -0
  989. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Content/connect.d.ts +0 -0
  990. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -0
  991. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -0
  992. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.d.ts +0 -0
  993. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts +0 -0
  994. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -0
  995. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -0
  996. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_pb.d.ts +0 -0
  997. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -0
  998. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts +0 -0
  999. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +0 -0
  1000. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +0 -0
  1001. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Errors_pb.d.ts +0 -0
  1002. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -0
  1003. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.d.ts +0 -0
  1004. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Generic/connect.d.ts +0 -0
  1005. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -0
  1006. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.d.ts +0 -0
  1007. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -0
  1008. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -0
  1009. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -0
  1010. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.d.ts +0 -0
  1011. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -0
  1012. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Notification/connect.d.ts +0 -0
  1013. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -0
  1014. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.d.ts +0 -0
  1015. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -0
  1016. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Page/connect.d.ts +0 -0
  1017. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -0
  1018. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Settings/Backup_pb.d.ts +0 -0
  1019. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -0
  1020. /package/dist/protos/{Protos → gen/Protos}/IT/WebServices/Fragments/Settings/connect.d.ts +0 -0
  1021. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/connect.d.ts +0 -0
  1022. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/Fragments/index.d.ts +0 -0
  1023. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/connect.d.ts +0 -0
  1024. /package/dist/{esm → protos/gen}/Protos/IT/WebServices/index.d.ts +0 -0
  1025. /package/dist/{esm → protos/gen}/Protos/IT/connect.d.ts +0 -0
  1026. /package/dist/{esm → protos/gen}/Protos/IT/index.d.ts +0 -0
  1027. /package/dist/{esm → protos/gen}/Protos/buf/index.d.ts +0 -0
  1028. /package/dist/{esm → protos/gen}/Protos/buf/validate/index.d.ts +0 -0
  1029. /package/dist/{esm → protos/gen}/Protos/buf/validate/validate_pb.d.ts +0 -0
  1030. /package/dist/{esm → protos/gen}/Protos/connect.d.ts +0 -0
  1031. /package/dist/{esm → protos/gen}/Protos/index.d.ts +0 -0
  1032. /package/dist/{esm → protos/gen}/buf/index.d.ts +0 -0
  1033. /package/dist/{esm → protos/gen}/buf/validate/index.d.ts +0 -0
  1034. /package/dist/{esm → protos/gen}/buf/validate/validate_pb.d.ts +0 -0
  1035. /package/dist/{esm → protos/gen}/connect.d.ts +0 -0
  1036. /package/dist/{esm → protos/gen}/google/api/annotations_pb.d.ts +0 -0
  1037. /package/dist/{esm → protos/gen}/google/api/http_pb.d.ts +0 -0
  1038. /package/dist/{esm → protos/gen}/google/api/index.d.ts +0 -0
  1039. /package/dist/{esm → protos/gen}/google/index.d.ts +0 -0
  1040. /package/dist/{esm → protos/gen}/index.d.ts +0 -0
@@ -1,13 +0,0 @@
1
- import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
2
- import type { HttpRule } from "./http_pb";
3
- import type { MethodOptions } from "@bufbuild/protobuf/wkt";
4
- /**
5
- * Describes the file google/api/annotations.proto.
6
- */
7
- export declare const file_google_api_annotations: GenFile;
8
- /**
9
- * See `HttpRule`.
10
- *
11
- * @generated from extension: google.api.HttpRule http = 72295728;
12
- */
13
- export declare const http: GenExtension<MethodOptions, HttpRule>;
@@ -1,440 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Message } from "@bufbuild/protobuf";
3
- /**
4
- * Describes the file google/api/http.proto.
5
- */
6
- export declare const file_google_api_http: GenFile;
7
- /**
8
- * Defines the HTTP configuration for an API service. It contains a list of
9
- * [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
10
- * to one or more HTTP REST API methods.
11
- *
12
- * @generated from message google.api.Http
13
- */
14
- export type Http = Message<"google.api.Http"> & {
15
- /**
16
- * A list of HTTP configuration rules that apply to individual API methods.
17
- *
18
- * **NOTE:** All service configuration rules follow "last one wins" order.
19
- *
20
- * @generated from field: repeated google.api.HttpRule rules = 1;
21
- */
22
- rules: HttpRule[];
23
- /**
24
- * When set to true, URL path parameters will be fully URI-decoded except in
25
- * cases of single segment matches in reserved expansion, where "%2F" will be
26
- * left encoded.
27
- *
28
- * The default behavior is to not decode RFC 6570 reserved characters in multi
29
- * segment matches.
30
- *
31
- * @generated from field: bool fully_decode_reserved_expansion = 2;
32
- */
33
- fullyDecodeReservedExpansion: boolean;
34
- };
35
- /**
36
- * Describes the message google.api.Http.
37
- * Use `create(HttpSchema)` to create a new message.
38
- */
39
- export declare const HttpSchema: GenMessage<Http>;
40
- /**
41
- * gRPC Transcoding
42
- *
43
- * gRPC Transcoding is a feature for mapping between a gRPC method and one or
44
- * more HTTP REST endpoints. It allows developers to build a single API service
45
- * that supports both gRPC APIs and REST APIs. Many systems, including [Google
46
- * APIs](https://github.com/googleapis/googleapis),
47
- * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
48
- * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
49
- * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
50
- * and use it for large scale production services.
51
- *
52
- * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies
53
- * how different portions of the gRPC request message are mapped to the URL
54
- * path, URL query parameters, and HTTP request body. It also controls how the
55
- * gRPC response message is mapped to the HTTP response body. `HttpRule` is
56
- * typically specified as an `google.api.http` annotation on the gRPC method.
57
- *
58
- * Each mapping specifies a URL path template and an HTTP method. The path
59
- * template may refer to one or more fields in the gRPC request message, as long
60
- * as each field is a non-repeated field with a primitive (non-message) type.
61
- * The path template controls how fields of the request message are mapped to
62
- * the URL path.
63
- *
64
- * Example:
65
- *
66
- * service Messaging {
67
- * rpc GetMessage(GetMessageRequest) returns (Message) {
68
- * option (google.api.http) = {
69
- * get: "/v1/{name=messages/*}"
70
- * };
71
- * }
72
- * }
73
- * message GetMessageRequest {
74
- * string name = 1; // Mapped to URL path.
75
- * }
76
- * message Message {
77
- * string text = 1; // The resource content.
78
- * }
79
- *
80
- * This enables an HTTP REST to gRPC mapping as below:
81
- *
82
- * - HTTP: `GET /v1/messages/123456`
83
- * - gRPC: `GetMessage(name: "messages/123456")`
84
- *
85
- * Any fields in the request message which are not bound by the path template
86
- * automatically become HTTP query parameters if there is no HTTP request body.
87
- * For example:
88
- *
89
- * service Messaging {
90
- * rpc GetMessage(GetMessageRequest) returns (Message) {
91
- * option (google.api.http) = {
92
- * get:"/v1/messages/{message_id}"
93
- * };
94
- * }
95
- * }
96
- * message GetMessageRequest {
97
- * message SubMessage {
98
- * string subfield = 1;
99
- * }
100
- * string message_id = 1; // Mapped to URL path.
101
- * int64 revision = 2; // Mapped to URL query parameter `revision`.
102
- * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.
103
- * }
104
- *
105
- * This enables a HTTP JSON to RPC mapping as below:
106
- *
107
- * - HTTP: `GET /v1/messages/123456?revision=2&sub.subfield=foo`
108
- * - gRPC: `GetMessage(message_id: "123456" revision: 2 sub:
109
- * SubMessage(subfield: "foo"))`
110
- *
111
- * Note that fields which are mapped to URL query parameters must have a
112
- * primitive type or a repeated primitive type or a non-repeated message type.
113
- * In the case of a repeated type, the parameter can be repeated in the URL
114
- * as `...?param=A&param=B`. In the case of a message type, each field of the
115
- * message is mapped to a separate parameter, such as
116
- * `...?foo.a=A&foo.b=B&foo.c=C`.
117
- *
118
- * For HTTP methods that allow a request body, the `body` field
119
- * specifies the mapping. Consider a REST update method on the
120
- * message resource collection:
121
- *
122
- * service Messaging {
123
- * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
124
- * option (google.api.http) = {
125
- * patch: "/v1/messages/{message_id}"
126
- * body: "message"
127
- * };
128
- * }
129
- * }
130
- * message UpdateMessageRequest {
131
- * string message_id = 1; // mapped to the URL
132
- * Message message = 2; // mapped to the body
133
- * }
134
- *
135
- * The following HTTP JSON to RPC mapping is enabled, where the
136
- * representation of the JSON in the request body is determined by
137
- * protos JSON encoding:
138
- *
139
- * - HTTP: `PATCH /v1/messages/123456 { "text": "Hi!" }`
140
- * - gRPC: `UpdateMessage(message_id: "123456" message { text: "Hi!" })`
141
- *
142
- * The special name `*` can be used in the body mapping to define that
143
- * every field not bound by the path template should be mapped to the
144
- * request body. This enables the following alternative definition of
145
- * the update method:
146
- *
147
- * service Messaging {
148
- * rpc UpdateMessage(Message) returns (Message) {
149
- * option (google.api.http) = {
150
- * patch: "/v1/messages/{message_id}"
151
- * body: "*"
152
- * };
153
- * }
154
- * }
155
- * message Message {
156
- * string message_id = 1;
157
- * string text = 2;
158
- * }
159
- *
160
- *
161
- * The following HTTP JSON to RPC mapping is enabled:
162
- *
163
- * - HTTP: `PATCH /v1/messages/123456 { "text": "Hi!" }`
164
- * - gRPC: `UpdateMessage(message_id: "123456" text: "Hi!")`
165
- *
166
- * Note that when using `*` in the body mapping, it is not possible to
167
- * have HTTP parameters, as all fields not bound by the path end in
168
- * the body. This makes this option more rarely used in practice when
169
- * defining REST APIs. The common usage of `*` is in custom methods
170
- * which don't use the URL at all for transferring data.
171
- *
172
- * It is possible to define multiple HTTP methods for one RPC by using
173
- * the `additional_bindings` option. Example:
174
- *
175
- * service Messaging {
176
- * rpc GetMessage(GetMessageRequest) returns (Message) {
177
- * option (google.api.http) = {
178
- * get: "/v1/messages/{message_id}"
179
- * additional_bindings {
180
- * get: "/v1/users/{user_id}/messages/{message_id}"
181
- * }
182
- * };
183
- * }
184
- * }
185
- * message GetMessageRequest {
186
- * string message_id = 1;
187
- * string user_id = 2;
188
- * }
189
- *
190
- * This enables the following two alternative HTTP JSON to RPC mappings:
191
- *
192
- * - HTTP: `GET /v1/messages/123456`
193
- * - gRPC: `GetMessage(message_id: "123456")`
194
- *
195
- * - HTTP: `GET /v1/users/me/messages/123456`
196
- * - gRPC: `GetMessage(user_id: "me" message_id: "123456")`
197
- *
198
- * Rules for HTTP mapping
199
- *
200
- * 1. Leaf request fields (recursive expansion nested messages in the request
201
- * message) are classified into three categories:
202
- * - Fields referred by the path template. They are passed via the URL path.
203
- * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
204
- * are passed via the HTTP
205
- * request body.
206
- * - All other fields are passed via the URL query parameters, and the
207
- * parameter name is the field path in the request message. A repeated
208
- * field can be represented as multiple query parameters under the same
209
- * name.
210
- * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
211
- * query parameter, all fields
212
- * are passed via URL path and HTTP request body.
213
- * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
214
- * request body, all
215
- * fields are passed via URL path and URL query parameters.
216
- *
217
- * Path template syntax
218
- *
219
- * Template = "/" Segments [ Verb ] ;
220
- * Segments = Segment { "/" Segment } ;
221
- * Segment = "*" | "**" | LITERAL | Variable ;
222
- * Variable = "{" FieldPath [ "=" Segments ] "}" ;
223
- * FieldPath = IDENT { "." IDENT } ;
224
- * Verb = ":" LITERAL ;
225
- *
226
- * The syntax `*` matches a single URL path segment. The syntax `**` matches
227
- * zero or more URL path segments, which must be the last part of the URL path
228
- * except the `Verb`.
229
- *
230
- * The syntax `Variable` matches part of the URL path as specified by its
231
- * template. A variable template must not contain other variables. If a variable
232
- * matches a single path segment, its template may be omitted, e.g. `{var}`
233
- * is equivalent to `{var=*}`.
234
- *
235
- * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`
236
- * contains any reserved character, such characters should be percent-encoded
237
- * before the matching.
238
- *
239
- * If a variable contains exactly one path segment, such as `"{var}"` or
240
- * `"{var=*}"`, when such a variable is expanded into a URL path on the client
241
- * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The
242
- * server side does the reverse decoding. Such variables show up in the
243
- * [Discovery
244
- * Document](https://developers.google.com/discovery/v1/reference/apis) as
245
- * `{var}`.
246
- *
247
- * If a variable contains multiple path segments, such as `"{var=foo/*}"`
248
- * or `"{var=**}"`, when such a variable is expanded into a URL path on the
249
- * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.
250
- * The server side does the reverse decoding, except "%2F" and "%2f" are left
251
- * unchanged. Such variables show up in the
252
- * [Discovery
253
- * Document](https://developers.google.com/discovery/v1/reference/apis) as
254
- * `{+var}`.
255
- *
256
- * Using gRPC API Service Configuration
257
- *
258
- * gRPC API Service Configuration (service config) is a configuration language
259
- * for configuring a gRPC service to become a user-facing product. The
260
- * service config is simply the YAML representation of the `google.api.Service`
261
- * proto message.
262
- *
263
- * As an alternative to annotating your proto file, you can configure gRPC
264
- * transcoding in your service config YAML files. You do this by specifying a
265
- * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
266
- * effect as the proto annotation. This can be particularly useful if you
267
- * have a proto that is reused in multiple services. Note that any transcoding
268
- * specified in the service config will override any matching transcoding
269
- * configuration in the proto.
270
- *
271
- * The following example selects a gRPC method and applies an `HttpRule` to it:
272
- *
273
- * http:
274
- * rules:
275
- * - selector: example.v1.Messaging.GetMessage
276
- * get: /v1/messages/{message_id}/{sub.subfield}
277
- *
278
- * Special notes
279
- *
280
- * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the
281
- * proto to JSON conversion must follow the [proto3
282
- * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
283
- *
284
- * While the single segment variable follows the semantics of
285
- * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
286
- * Expansion, the multi segment variable **does not** follow RFC 6570 Section
287
- * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion
288
- * does not expand special characters like `?` and `#`, which would lead
289
- * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
290
- * for multi segment variables.
291
- *
292
- * The path variables **must not** refer to any repeated or mapped field,
293
- * because client libraries are not capable of handling such variable expansion.
294
- *
295
- * The path variables **must not** capture the leading "/" character. The reason
296
- * is that the most common use case "{var}" does not capture the leading "/"
297
- * character. For consistency, all path variables must share the same behavior.
298
- *
299
- * Repeated message fields must not be mapped to URL query parameters, because
300
- * no client library can support such complicated mapping.
301
- *
302
- * If an API needs to use a JSON array for request or response body, it can map
303
- * the request or response body to a repeated field. However, some gRPC
304
- * Transcoding implementations may not support this feature.
305
- *
306
- * @generated from message google.api.HttpRule
307
- */
308
- export type HttpRule = Message<"google.api.HttpRule"> & {
309
- /**
310
- * Selects a method to which this rule applies.
311
- *
312
- * Refer to [selector][google.api.DocumentationRule.selector] for syntax
313
- * details.
314
- *
315
- * @generated from field: string selector = 1;
316
- */
317
- selector: string;
318
- /**
319
- * Determines the URL pattern is matched by this rules. This pattern can be
320
- * used with any of the {get|put|post|delete|patch} methods. A custom method
321
- * can be defined using the 'custom' field.
322
- *
323
- * @generated from oneof google.api.HttpRule.pattern
324
- */
325
- pattern: {
326
- /**
327
- * Maps to HTTP GET. Used for listing and getting information about
328
- * resources.
329
- *
330
- * @generated from field: string get = 2;
331
- */
332
- value: string;
333
- case: "get";
334
- } | {
335
- /**
336
- * Maps to HTTP PUT. Used for replacing a resource.
337
- *
338
- * @generated from field: string put = 3;
339
- */
340
- value: string;
341
- case: "put";
342
- } | {
343
- /**
344
- * Maps to HTTP POST. Used for creating a resource or performing an action.
345
- *
346
- * @generated from field: string post = 4;
347
- */
348
- value: string;
349
- case: "post";
350
- } | {
351
- /**
352
- * Maps to HTTP DELETE. Used for deleting a resource.
353
- *
354
- * @generated from field: string delete = 5;
355
- */
356
- value: string;
357
- case: "delete";
358
- } | {
359
- /**
360
- * Maps to HTTP PATCH. Used for updating a resource.
361
- *
362
- * @generated from field: string patch = 6;
363
- */
364
- value: string;
365
- case: "patch";
366
- } | {
367
- /**
368
- * The custom pattern is used for specifying an HTTP method that is not
369
- * included in the `pattern` field, such as HEAD, or "*" to leave the
370
- * HTTP method unspecified for this rule. The wild-card rule is useful
371
- * for services that provide content to Web (HTML) clients.
372
- *
373
- * @generated from field: google.api.CustomHttpPattern custom = 8;
374
- */
375
- value: CustomHttpPattern;
376
- case: "custom";
377
- } | {
378
- case: undefined;
379
- value?: undefined;
380
- };
381
- /**
382
- * The name of the request field whose value is mapped to the HTTP request
383
- * body, or `*` for mapping all request fields not captured by the path
384
- * pattern to the HTTP body, or omitted for not having any HTTP request body.
385
- *
386
- * NOTE: the referred field must be present at the top-level of the request
387
- * message type.
388
- *
389
- * @generated from field: string body = 7;
390
- */
391
- body: string;
392
- /**
393
- * Optional. The name of the response field whose value is mapped to the HTTP
394
- * response body. When omitted, the entire response message will be used
395
- * as the HTTP response body.
396
- *
397
- * NOTE: The referred field must be present at the top-level of the response
398
- * message type.
399
- *
400
- * @generated from field: string response_body = 12;
401
- */
402
- responseBody: string;
403
- /**
404
- * Additional HTTP bindings for the selector. Nested bindings must
405
- * not contain an `additional_bindings` field themselves (that is,
406
- * the nesting may only be one level deep).
407
- *
408
- * @generated from field: repeated google.api.HttpRule additional_bindings = 11;
409
- */
410
- additionalBindings: HttpRule[];
411
- };
412
- /**
413
- * Describes the message google.api.HttpRule.
414
- * Use `create(HttpRuleSchema)` to create a new message.
415
- */
416
- export declare const HttpRuleSchema: GenMessage<HttpRule>;
417
- /**
418
- * A custom pattern is used for defining custom HTTP verb.
419
- *
420
- * @generated from message google.api.CustomHttpPattern
421
- */
422
- export type CustomHttpPattern = Message<"google.api.CustomHttpPattern"> & {
423
- /**
424
- * The name of this custom HTTP verb.
425
- *
426
- * @generated from field: string kind = 1;
427
- */
428
- kind: string;
429
- /**
430
- * The path matched by this custom verb.
431
- *
432
- * @generated from field: string path = 2;
433
- */
434
- path: string;
435
- };
436
- /**
437
- * Describes the message google.api.CustomHttpPattern.
438
- * Use `create(CustomHttpPatternSchema)` to create a new message.
439
- */
440
- export declare const CustomHttpPatternSchema: GenMessage<CustomHttpPattern>;
@@ -1,2 +0,0 @@
1
- export * from './annotations_pb';
2
- export * from './http_pb';
@@ -1 +0,0 @@
1
- export * as api from './api';