@inverted-tech/fragments 0.3.5 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.PACKAGE.md +30 -37
- package/README.md +30 -37
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.js +18 -18
- package/dist/esm/Authentication/UserRecord_pb.js +49 -2
- package/dist/esm/Authentication/connect/Backup_connect.js +48 -2
- package/dist/esm/Authentication/connect/ServiceInterface_connect.js +26 -2
- package/dist/esm/Authentication/connect/UserInterface_connect.js +303 -2
- package/dist/esm/Authentication/connect/index.js +1 -3
- package/dist/esm/Authentication/index.js +4 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.js +1 -1
- package/dist/esm/Authorization/Events/EventError_pb.js +326 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.js +1 -1
- package/dist/esm/Authorization/Events/EventRecord_pb.js +149 -2
- package/dist/esm/Authorization/Events/EventTicketRecord_pb.js +50 -2
- package/dist/esm/Authorization/Events/EventsSettings_pb.js +25 -2
- package/dist/esm/Authorization/Events/TicketClassRecord_pb.js +41 -2
- package/dist/esm/Authorization/Events/connect/AdminEventInterface_connect.js +112 -2
- package/dist/esm/Authorization/Events/connect/EventInterface_connect.js +76 -2
- package/dist/esm/Authorization/Events/connect/index.js +1 -2
- package/dist/esm/Authorization/Events/index.js +3 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Crypto/BitcoinRecords_pb.js +19 -2
- package/dist/esm/Authorization/Payment/Crypto/BitcoinService_pb.js +14 -2
- package/dist/esm/Authorization/Payment/Crypto/CryptoRecords_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Crypto/CryptoSettings_pb.js +14 -2
- package/dist/esm/Authorization/Payment/Crypto/connect/Backup_connect.js +37 -2
- package/dist/esm/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +58 -2
- package/dist/esm/Authorization/Payment/Crypto/connect/index.js +1 -2
- package/dist/esm/Authorization/Payment/Crypto/index.js +3 -0
- package/dist/esm/Authorization/Payment/DataRecords_pb.js +30 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Fortis/FortisSettings_pb.js +19 -2
- package/dist/esm/Authorization/Payment/Fortis/PlanRecord_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +22 -2
- package/dist/esm/Authorization/Payment/Fortis/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Fortis/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +14 -2
- package/dist/esm/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +14 -2
- package/dist/esm/Authorization/Payment/Manual/connect/Backup_connect.js +37 -2
- package/dist/esm/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +85 -2
- package/dist/esm/Authorization/Payment/Manual/connect/index.js +1 -2
- package/dist/esm/Authorization/Payment/Manual/index.js +3 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Paypal/PaypalRecords_pb.js +13 -2
- package/dist/esm/Authorization/Payment/Paypal/PaypalSettings_pb.js +19 -2
- package/dist/esm/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +22 -2
- package/dist/esm/Authorization/Payment/Paypal/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Paypal/index.js +2 -0
- package/dist/esm/Authorization/Payment/SharedTypes_pb.js +92 -2
- package/dist/esm/Authorization/Payment/Stripe/ProductRecord_pb.js +18 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Stripe/StripeRecords_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Stripe/StripeSettings_pb.js +19 -2
- package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +76 -2
- package/dist/esm/Authorization/Payment/Stripe/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Stripe/index.js +2 -0
- package/dist/esm/Authorization/Payment/connect/AdminPaymentInterface_connect.js +94 -2
- package/dist/esm/Authorization/Payment/connect/BackupInterface_connect.js +37 -2
- package/dist/esm/Authorization/Payment/connect/PaymentInterface_connect.js +85 -2
- package/dist/esm/Authorization/Payment/connect/index.js +1 -8
- package/dist/esm/Authorization/Payment/index.js +4 -0
- package/dist/esm/Authorization/SharedTypes_pb.js +13 -2
- package/dist/esm/Authorization/connect/Claims_connect.js +26 -2
- package/dist/esm/Authorization/connect/index.js +1 -3
- package/dist/esm/Authorization/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.js +1 -1
- package/dist/esm/Comment/CommentRecord_pb.js +34 -2
- package/dist/esm/Comment/SharedTypes_pb.js +65 -2
- package/dist/esm/Comment/connect/CommentInterface_connect.js +123 -2
- package/dist/esm/Comment/connect/index.js +1 -1
- package/dist/esm/Comment/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.js +1 -1
- package/dist/esm/Content/AssetRecord_pb.js +15 -2
- package/dist/esm/Content/AudioAssetRecord_pb.js +39 -2
- package/dist/esm/Content/ContentRecord_pb.js +75 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.js +3 -2
- package/dist/esm/Content/ImageAssetRecord_pb.js +39 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.js +1 -1
- package/dist/esm/Content/Music/MusicRecord_pb.js +74 -2
- package/dist/esm/Content/Music/connect/MusicInterface_connect.js +168 -2
- package/dist/esm/Content/Music/connect/index.js +1 -1
- package/dist/esm/Content/Music/index.js +2 -0
- package/dist/esm/Content/SharedTypes_pb.js +30 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.js +1 -1
- package/dist/esm/Content/Stats/StatsRecords_pb.js +34 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.js +1 -1
- package/dist/esm/Content/Stats/connect/StatsLikeInterface_connect.js +31 -2
- package/dist/esm/Content/Stats/connect/StatsProgressInterface_connect.js +22 -2
- package/dist/esm/Content/Stats/connect/StatsQueryInterface_connect.js +67 -2
- package/dist/esm/Content/Stats/connect/StatsSaveInterface_connect.js +31 -2
- package/dist/esm/Content/Stats/connect/StatsShareInterface_connect.js +22 -2
- package/dist/esm/Content/Stats/connect/StatsViewInterface_connect.js +22 -2
- package/dist/esm/Content/Stats/connect/index.js +1 -6
- package/dist/esm/Content/Stats/index.js +7 -0
- package/dist/esm/Content/connect/AssetBackup_connect.js +37 -2
- package/dist/esm/Content/connect/AssetInterface_connect.js +87 -2
- package/dist/esm/Content/connect/Backup_connect.js +49 -2
- package/dist/esm/Content/connect/Content_connect.js +168 -2
- package/dist/esm/Content/connect/Rumble_connect.js +53 -2
- package/dist/esm/Content/connect/Video_connect.js +22 -2
- package/dist/esm/Content/connect/index.js +1 -8
- package/dist/esm/Content/index.js +6 -0
- package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +19 -2
- package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +40 -2
- package/dist/esm/CreatorDashboard/Settings/connect/index.js +1 -1
- package/dist/esm/CreatorDashboard/Settings/index.js +2 -0
- package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +49 -2
- package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +49 -2
- package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +67 -2
- package/dist/esm/CreatorDashboard/Subscribers/connect/index.js +1 -1
- package/dist/esm/CreatorDashboard/Subscribers/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Errors_pb.js → Errors_pb.js} +2 -2
- package/dist/esm/Generic/connect/ServiceOps_connect.js +37 -2
- package/dist/esm/Generic/connect/index.js +1 -1
- package/dist/esm/Generic/index.js +2 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.js +1 -1
- package/dist/esm/Notification/NotificationSettings_pb.js +14 -2
- package/dist/esm/Notification/NotificationUserRecord_pb.js +14 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.js +1 -1
- package/dist/esm/Notification/UserNotificationSettingsRecord_pb.js +19 -2
- package/dist/esm/Notification/connect/NotificationInterface_connect.js +24 -2
- package/dist/esm/Notification/connect/UserNotificationInterface_connect.js +60 -2
- package/dist/esm/Notification/connect/index.js +1 -2
- package/dist/esm/Notification/index.js +3 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.js +1 -1
- package/dist/esm/Page/PageRecord_pb.js +34 -2
- package/dist/esm/Page/connect/PageInterface_connect.js +123 -2
- package/dist/esm/Page/connect/index.js +1 -1
- package/dist/esm/Page/index.js +2 -0
- package/dist/esm/Settings/SettingsError_pb.js +86 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.js +4 -2
- package/dist/esm/Settings/SettingsRecord_pb.js +130 -2
- package/dist/esm/Settings/connect/Backup_connect.js +37 -2
- package/dist/esm/Settings/connect/SettingsInterface_connect.js +273 -2
- package/dist/esm/Settings/connect/index.js +1 -2
- package/dist/esm/Settings/index.js +4 -0
- package/dist/esm/index.js +12 -3
- package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.d.ts +37 -33
- package/dist/protos/Authentication/UserRecord_pb.d.ts +255 -1
- package/dist/protos/Authentication/connect/Backup_connect.d.ts +43 -1
- package/dist/protos/Authentication/connect/ServiceInterface_connect.d.ts +21 -1
- package/dist/protos/Authentication/connect/UserInterface_connect.d.ts +298 -1
- package/dist/protos/Authentication/connect/index.d.ts +1 -3
- package/dist/protos/Authentication/index.d.ts +4 -0
- package/dist/protos/Authorization/Events/EventError_pb.d.ts +399 -1
- package/dist/protos/Authorization/Events/EventRecord_pb.d.ts +672 -1
- package/dist/protos/Authorization/Events/EventTicketRecord_pb.d.ts +134 -1
- package/dist/protos/Authorization/Events/EventsSettings_pb.d.ts +56 -1
- package/dist/protos/Authorization/Events/TicketClassRecord_pb.d.ts +120 -1
- package/dist/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +107 -1
- package/dist/protos/Authorization/Events/connect/EventInterface_connect.d.ts +71 -1
- package/dist/protos/Authorization/Events/connect/index.d.ts +1 -2
- package/dist/protos/Authorization/Events/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +85 -1
- package/dist/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +27 -1
- package/dist/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +38 -1
- package/dist/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +20 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +32 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +53 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +1 -2
- package/dist/protos/Authorization/Payment/Crypto/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/DataRecords_pb.d.ts +302 -1
- package/dist/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +50 -1
- package/dist/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +38 -1
- package/dist/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +17 -1
- package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
- package/dist/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +20 -1
- package/dist/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +59 -1
- package/dist/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +32 -1
- package/dist/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +80 -1
- package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +1 -2
- package/dist/protos/Authorization/Payment/Manual/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +24 -1
- package/dist/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +42 -1
- package/dist/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +17 -1
- package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
- package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +124 -1
- package/dist/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +50 -1
- package/dist/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +34 -1
- package/dist/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +46 -1
- package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +71 -1
- package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Stripe/index.d.ts +2 -0
- package/dist/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +89 -1
- package/dist/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +32 -1
- package/dist/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +80 -1
- package/dist/protos/Authorization/Payment/connect/index.d.ts +1 -8
- package/dist/protos/Authorization/Payment/index.d.ts +4 -0
- package/dist/protos/Authorization/SharedTypes_pb.d.ts +32 -1
- package/dist/protos/Authorization/connect/Claims_connect.d.ts +21 -1
- package/dist/protos/Authorization/connect/index.d.ts +1 -3
- package/dist/protos/Authorization/index.d.ts +2 -0
- package/dist/protos/Comment/CommentRecord_pb.d.ts +151 -1
- package/dist/protos/Comment/SharedTypes_pb.d.ts +74 -1
- package/dist/protos/Comment/connect/CommentInterface_connect.d.ts +118 -1
- package/dist/protos/Comment/connect/index.d.ts +1 -1
- package/dist/protos/Comment/index.d.ts +2 -0
- package/dist/protos/Content/AssetRecord_pb.d.ts +37 -1
- package/dist/protos/Content/AudioAssetRecord_pb.d.ts +147 -1
- package/dist/protos/Content/ContentRecord_pb.d.ts +363 -1
- package/dist/protos/Content/ImageAssetRecord_pb.d.ts +151 -1
- package/dist/protos/Content/Music/MusicRecord_pb.d.ts +363 -1
- package/dist/protos/Content/Music/connect/MusicInterface_connect.d.ts +163 -1
- package/dist/protos/Content/Music/connect/index.d.ts +1 -1
- package/dist/protos/Content/Music/index.d.ts +2 -0
- package/dist/protos/Content/SharedTypes_pb.d.ts +26 -1
- package/dist/protos/Content/Stats/StatsRecords_pb.d.ts +153 -1
- package/dist/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +26 -1
- package/dist/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +17 -1
- package/dist/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +62 -1
- package/dist/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +26 -1
- package/dist/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +17 -1
- package/dist/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +17 -1
- package/dist/protos/Content/Stats/connect/index.d.ts +1 -6
- package/dist/protos/Content/Stats/index.d.ts +7 -0
- package/dist/protos/Content/connect/AssetBackup_connect.d.ts +32 -1
- package/dist/protos/Content/connect/AssetInterface_connect.d.ts +82 -1
- package/dist/protos/Content/connect/Backup_connect.d.ts +43 -1
- package/dist/protos/Content/connect/Content_connect.d.ts +163 -1
- package/dist/protos/Content/connect/Rumble_connect.d.ts +48 -1
- package/dist/protos/Content/connect/Video_connect.d.ts +17 -1
- package/dist/protos/Content/connect/index.d.ts +1 -8
- package/dist/protos/Content/index.d.ts +6 -0
- package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +61 -1
- package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +35 -1
- package/dist/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -1
- package/dist/protos/CreatorDashboard/Settings/index.d.ts +2 -0
- package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +186 -1
- package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +186 -1
- package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +62 -1
- package/dist/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -1
- package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
- package/dist/protos/Generic/connect/ServiceOps_connect.d.ts +32 -1
- package/dist/protos/Generic/connect/index.d.ts +1 -1
- package/dist/protos/Generic/index.d.ts +2 -1
- package/dist/protos/Notification/NotificationSettings_pb.d.ts +28 -1
- package/dist/protos/Notification/NotificationUserRecord_pb.d.ts +43 -1
- package/dist/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +107 -1
- package/dist/protos/Notification/connect/NotificationInterface_connect.d.ts +19 -1
- package/dist/protos/Notification/connect/UserNotificationInterface_connect.d.ts +55 -1
- package/dist/protos/Notification/connect/index.d.ts +1 -2
- package/dist/protos/Notification/index.d.ts +3 -0
- package/dist/protos/Page/PageRecord_pb.d.ts +171 -1
- package/dist/protos/Page/connect/PageInterface_connect.d.ts +118 -1
- package/dist/protos/Page/connect/index.d.ts +1 -1
- package/dist/protos/Page/index.d.ts +2 -0
- package/dist/protos/Settings/SettingsError_pb.d.ts +101 -0
- package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.d.ts +109 -0
- package/dist/protos/Settings/SettingsRecord_pb.d.ts +513 -1
- package/dist/protos/Settings/connect/Backup_connect.d.ts +32 -1
- package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +268 -1
- package/dist/protos/Settings/connect/index.d.ts +1 -2
- package/dist/protos/Settings/index.d.ts +4 -0
- package/dist/protos/index.d.ts +11 -1
- package/package.json +82 -1
- package/dist/esm/CreatorDashboard/connect/index.js +0 -3
- package/dist/esm/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +0 -48
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +0 -26
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +0 -303
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +0 -49
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/connect.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +0 -26
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +0 -112
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +0 -326
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +0 -76
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +0 -149
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +0 -50
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +0 -25
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +0 -41
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +0 -6
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.js +0 -94
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +0 -58
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -19
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -14
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +0 -5
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.js +0 -30
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +0 -85
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -14
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +0 -85
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +0 -92
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +0 -76
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.js +0 -9
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +0 -8
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/connect.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +0 -123
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +0 -34
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +0 -65
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +0 -87
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +0 -15
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +0 -39
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +0 -48
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +0 -83
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +0 -74
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +0 -168
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +0 -39
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +0 -168
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +0 -74
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +0 -53
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +0 -30
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +0 -31
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +0 -67
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +0 -34
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +0 -31
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.js +0 -7
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/connect.js +0 -9
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +0 -8
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -19
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +0 -40
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +0 -49
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +0 -67
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +0 -49
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +0 -24
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +0 -14
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +0 -60
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +0 -19
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +0 -123
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +0 -34
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +0 -273
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +0 -129
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/connect.js +0 -10
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/index.js +0 -12
- package/dist/esm/gen/Protos/IT/WebServices/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/index.js +0 -2
- package/dist/esm/gen/Protos/IT/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/index.js +0 -2
- package/dist/esm/gen/Protos/buf/index.js +0 -2
- package/dist/esm/gen/Protos/buf/validate/index.js +0 -2
- package/dist/esm/gen/Protos/buf/validate/validate_pb.js +0 -5
- package/dist/esm/gen/Protos/connect.js +0 -2
- package/dist/esm/gen/Protos/index.js +0 -3
- package/dist/esm/gen/buf/index.js +0 -2
- package/dist/esm/gen/buf/validate/index.js +0 -2
- package/dist/esm/gen/connect.js +0 -2
- package/dist/esm/gen/google/api/index.js +0 -3
- package/dist/esm/gen/google/index.js +0 -2
- package/dist/esm/gen/index.js +0 -4
- package/dist/esm/protos/Authentication/UserRecord_pb.js +0 -2
- package/dist/esm/protos/Authentication/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Authentication/connect/ServiceInterface_connect.js +0 -2
- package/dist/esm/protos/Authentication/connect/UserInterface_connect.js +0 -2
- package/dist/esm/protos/Authentication/connect/index.js +0 -4
- package/dist/esm/protos/Authentication/index.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventError_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventTicketRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventsSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/TicketClassRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/connect/AdminEventInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Events/connect/EventInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Events/connect/index.js +0 -3
- package/dist/esm/protos/Authorization/Events/index.js +0 -6
- package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/connect/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Crypto/index.js +0 -5
- package/dist/esm/protos/Authorization/Payment/DataRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/connect/index.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/connect/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Manual/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/connect/index.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/connect/index.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/index.js +0 -4
- package/dist/esm/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/connect/BackupInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/connect/PaymentInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/connect/index.js +0 -9
- package/dist/esm/protos/Authorization/Payment/index.js +0 -8
- package/dist/esm/protos/Authorization/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Authorization/connect/Claims_connect.js +0 -2
- package/dist/esm/protos/Authorization/connect/index.js +0 -4
- package/dist/esm/protos/Authorization/index.js +0 -4
- package/dist/esm/protos/Comment/CommentRecord_pb.js +0 -2
- package/dist/esm/protos/Comment/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Comment/connect/CommentInterface_connect.js +0 -2
- package/dist/esm/protos/Comment/connect/index.js +0 -2
- package/dist/esm/protos/Comment/index.js +0 -3
- package/dist/esm/protos/Content/AssetRecord_pb.js +0 -2
- package/dist/esm/protos/Content/AudioAssetRecord_pb.js +0 -2
- package/dist/esm/protos/Content/ContentRecord_pb.js +0 -2
- package/dist/esm/protos/Content/ImageAssetRecord_pb.js +0 -2
- package/dist/esm/protos/Content/Music/MusicRecord_pb.js +0 -2
- package/dist/esm/protos/Content/Music/connect/MusicInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Music/connect/index.js +0 -2
- package/dist/esm/protos/Content/Music/index.js +0 -2
- package/dist/esm/protos/Content/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Content/Stats/StatsRecords_pb.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsLikeInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsProgressInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsQueryInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsSaveInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsShareInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsViewInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/index.js +0 -7
- package/dist/esm/protos/Content/Stats/index.js +0 -2
- package/dist/esm/protos/Content/connect/AssetBackup_connect.js +0 -2
- package/dist/esm/protos/Content/connect/AssetInterface_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Content_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Rumble_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Video_connect.js +0 -2
- package/dist/esm/protos/Content/connect/index.js +0 -9
- package/dist/esm/protos/Content/index.js +0 -8
- package/dist/esm/protos/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Settings/connect/index.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Settings/index.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/Ban_pb.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/Mute_pb.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/connect/Manage_connect.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/connect/index.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/index.js +0 -3
- package/dist/esm/protos/CreatorDashboard/connect/index.js +0 -3
- package/dist/esm/protos/CreatorDashboard/index.js +0 -3
- package/dist/esm/protos/Generic/connect/ServiceOps_connect.js +0 -2
- package/dist/esm/protos/Generic/connect/index.js +0 -2
- package/dist/esm/protos/Generic/index.js +0 -2
- package/dist/esm/protos/Notification/NotificationSettings_pb.js +0 -2
- package/dist/esm/protos/Notification/NotificationUserRecord_pb.js +0 -2
- package/dist/esm/protos/Notification/UserNotificationSettingsRecord_pb.js +0 -2
- package/dist/esm/protos/Notification/connect/NotificationInterface_connect.js +0 -2
- package/dist/esm/protos/Notification/connect/UserNotificationInterface_connect.js +0 -2
- package/dist/esm/protos/Notification/connect/index.js +0 -3
- package/dist/esm/protos/Notification/index.js +0 -4
- package/dist/esm/protos/Page/PageRecord_pb.js +0 -2
- package/dist/esm/protos/Page/connect/PageInterface_connect.js +0 -2
- package/dist/esm/protos/Page/connect/index.js +0 -2
- package/dist/esm/protos/Page/index.js +0 -2
- package/dist/esm/protos/Settings/SettingsRecord_pb.js +0 -2
- package/dist/esm/protos/Settings/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Settings/connect/SettingsInterface_connect.js +0 -2
- package/dist/esm/protos/Settings/connect/index.js +0 -3
- package/dist/esm/protos/Settings/index.js +0 -2
- package/dist/esm/protos/index.js +0 -2
- package/dist/protos/CreatorDashboard/connect/index.d.ts +0 -2
- package/dist/protos/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -43
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -21
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -298
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -255
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/connect.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -21
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -107
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -399
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -71
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -672
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -134
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -56
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +0 -120
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +0 -89
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -53
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -85
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -27
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -38
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -20
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -4
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +0 -302
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -50
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -38
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -80
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -20
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -59
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -80
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -24
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -42
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -124
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -50
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -71
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -34
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -46
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +0 -8
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -7
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -118
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -151
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -74
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -82
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -37
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -147
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -43
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -232
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -363
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -163
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -151
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -163
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -363
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -48
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -26
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -26
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -62
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -153
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -26
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.d.ts +0 -6
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/connect.d.ts +0 -8
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -7
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -61
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -35
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -186
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -62
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -186
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -19
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -28
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -43
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -55
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -107
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -118
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -171
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -268
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -513
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/connect.d.ts +0 -9
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/index.d.ts +0 -11
- package/dist/protos/gen/Protos/IT/WebServices/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/index.d.ts +0 -1
- package/dist/protos/gen/Protos/buf/index.d.ts +0 -1
- package/dist/protos/gen/Protos/buf/validate/index.d.ts +0 -1
- package/dist/protos/gen/Protos/buf/validate/validate_pb.d.ts +0 -2
- package/dist/protos/gen/Protos/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/index.d.ts +0 -2
- package/dist/protos/gen/buf/index.d.ts +0 -1
- package/dist/protos/gen/buf/validate/index.d.ts +0 -1
- package/dist/protos/gen/connect.d.ts +0 -1
- package/dist/protos/gen/google/api/index.d.ts +0 -2
- package/dist/protos/gen/google/index.d.ts +0 -1
- package/dist/protos/gen/index.d.ts +0 -3
- package/dist/protos/protos/Authentication/UserRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/ServiceInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/UserInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/index.d.ts +0 -3
- package/dist/protos/protos/Authentication/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventError_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventTicketRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventsSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/TicketClassRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/connect/EventInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/connect/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Events/index.d.ts +0 -5
- package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/connect/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Crypto/index.d.ts +0 -4
- package/dist/protos/protos/Authorization/Payment/DataRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/connect/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/connect/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Manual/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/connect/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/connect/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/index.d.ts +0 -3
- package/dist/protos/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/connect/index.d.ts +0 -8
- package/dist/protos/protos/Authorization/Payment/index.d.ts +0 -7
- package/dist/protos/protos/Authorization/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/connect/Claims_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/connect/index.d.ts +0 -3
- package/dist/protos/protos/Authorization/index.d.ts +0 -3
- package/dist/protos/protos/Comment/CommentRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Comment/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Comment/connect/CommentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Comment/connect/index.d.ts +0 -1
- package/dist/protos/protos/Comment/index.d.ts +0 -2
- package/dist/protos/protos/Content/AssetRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/AudioAssetRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/ContentRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/ImageAssetRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Music/MusicRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Music/connect/MusicInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Music/connect/index.d.ts +0 -1
- package/dist/protos/protos/Content/Music/index.d.ts +0 -1
- package/dist/protos/protos/Content/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/StatsRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/index.d.ts +0 -6
- package/dist/protos/protos/Content/Stats/index.d.ts +0 -1
- package/dist/protos/protos/Content/connect/AssetBackup_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/AssetInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Content_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Rumble_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Video_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/index.d.ts +0 -8
- package/dist/protos/protos/Content/index.d.ts +0 -7
- package/dist/protos/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Settings/connect/index.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Settings/index.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/connect/index.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/index.d.ts +0 -2
- package/dist/protos/protos/CreatorDashboard/connect/index.d.ts +0 -2
- package/dist/protos/protos/CreatorDashboard/index.d.ts +0 -2
- package/dist/protos/protos/Generic/connect/ServiceOps_connect.d.ts +0 -1
- package/dist/protos/protos/Generic/connect/index.d.ts +0 -1
- package/dist/protos/protos/Generic/index.d.ts +0 -1
- package/dist/protos/protos/Notification/NotificationSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Notification/NotificationUserRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Notification/connect/NotificationInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Notification/connect/UserNotificationInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Notification/connect/index.d.ts +0 -2
- package/dist/protos/protos/Notification/index.d.ts +0 -3
- package/dist/protos/protos/Page/PageRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Page/connect/PageInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Page/connect/index.d.ts +0 -1
- package/dist/protos/protos/Page/index.d.ts +0 -1
- package/dist/protos/protos/Settings/SettingsRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Settings/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Settings/connect/SettingsInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Settings/connect/index.d.ts +0 -2
- package/dist/protos/protos/Settings/index.d.ts +0 -1
- package/dist/protos/protos/index.d.ts +0 -1
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js → CommonTypes_pb.js} +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.js +0 -0
- /package/dist/esm/{gen/buf → buf}/validate/validate_pb.js +0 -0
- /package/dist/esm/{gen/google → google}/api/annotations_pb.js +0 -0
- /package/dist/esm/{gen/google → google}/api/http_pb.js +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts → CommonTypes_pb.d.ts} +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Errors_pb.d.ts → Errors_pb.d.ts} +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/buf → buf}/validate/validate_pb.d.ts +0 -0
- /package/dist/protos/{gen/google → google}/api/annotations_pb.d.ts +0 -0
- /package/dist/protos/{gen/google → google}/api/http_pb.d.ts +0 -0
package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts
DELETED
|
@@ -1,298 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Service for Authentication user fragment interface
|
|
3
|
-
*
|
|
4
|
-
* @generated from service IT.WebServices.Fragments.Authentication.UserInterface
|
|
5
|
-
*/
|
|
6
|
-
export declare const UserInterface: {
|
|
7
|
-
readonly typeName: "IT.WebServices.Fragments.Authentication.UserInterface";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* Authenticate a user with a login and password, return a bearer token if successful
|
|
11
|
-
*
|
|
12
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.AuthenticateUser
|
|
13
|
-
*/
|
|
14
|
-
readonly authenticateUser: {
|
|
15
|
-
readonly name: "AuthenticateUser";
|
|
16
|
-
readonly I: any;
|
|
17
|
-
readonly O: any;
|
|
18
|
-
readonly kind: any;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Change another user's password. Requires current user to be an admin.
|
|
22
|
-
*
|
|
23
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ChangeOtherPassword
|
|
24
|
-
*/
|
|
25
|
-
readonly changeOtherPassword: {
|
|
26
|
-
readonly name: "ChangeOtherPassword";
|
|
27
|
-
readonly I: any;
|
|
28
|
-
readonly O: any;
|
|
29
|
-
readonly kind: any;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Change another user's Profile Iamge. Can take in multipe image type and will convert to PNG.
|
|
33
|
-
*
|
|
34
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ChangeOtherProfileImage
|
|
35
|
-
*/
|
|
36
|
-
readonly changeOtherProfileImage: {
|
|
37
|
-
readonly name: "ChangeOtherProfileImage";
|
|
38
|
-
readonly I: any;
|
|
39
|
-
readonly O: any;
|
|
40
|
-
readonly kind: any;
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* Change user's own password. Requires user to know their current password.
|
|
44
|
-
*
|
|
45
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ChangeOwnPassword
|
|
46
|
-
*/
|
|
47
|
-
readonly changeOwnPassword: {
|
|
48
|
-
readonly name: "ChangeOwnPassword";
|
|
49
|
-
readonly I: any;
|
|
50
|
-
readonly O: any;
|
|
51
|
-
readonly kind: any;
|
|
52
|
-
};
|
|
53
|
-
/**
|
|
54
|
-
* Change user's own Profile Image. Can take in multipe image type and will convert to PNG.
|
|
55
|
-
*
|
|
56
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ChangeOwnProfileImage
|
|
57
|
-
*/
|
|
58
|
-
readonly changeOwnProfileImage: {
|
|
59
|
-
readonly name: "ChangeOwnProfileImage";
|
|
60
|
-
readonly I: any;
|
|
61
|
-
readonly O: any;
|
|
62
|
-
readonly kind: any;
|
|
63
|
-
};
|
|
64
|
-
/**
|
|
65
|
-
* Create account for a user
|
|
66
|
-
*
|
|
67
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.CreateUser
|
|
68
|
-
*/
|
|
69
|
-
readonly createUser: {
|
|
70
|
-
readonly name: "CreateUser";
|
|
71
|
-
readonly I: any;
|
|
72
|
-
readonly O: any;
|
|
73
|
-
readonly kind: any;
|
|
74
|
-
};
|
|
75
|
-
/**
|
|
76
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.DisableOtherTotp
|
|
77
|
-
*/
|
|
78
|
-
readonly disableOtherTotp: {
|
|
79
|
-
readonly name: "DisableOtherTotp";
|
|
80
|
-
readonly I: any;
|
|
81
|
-
readonly O: any;
|
|
82
|
-
readonly kind: any;
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* Disable another user. Requires current user to be an admin.
|
|
86
|
-
*
|
|
87
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.DisableOtherUser
|
|
88
|
-
*/
|
|
89
|
-
readonly disableOtherUser: {
|
|
90
|
-
readonly name: "DisableOtherUser";
|
|
91
|
-
readonly I: any;
|
|
92
|
-
readonly O: any;
|
|
93
|
-
readonly kind: any;
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.DisableOwnTotp
|
|
97
|
-
*/
|
|
98
|
-
readonly disableOwnTotp: {
|
|
99
|
-
readonly name: "DisableOwnTotp";
|
|
100
|
-
readonly I: any;
|
|
101
|
-
readonly O: any;
|
|
102
|
-
readonly kind: any;
|
|
103
|
-
};
|
|
104
|
-
/**
|
|
105
|
-
* Enable another user. Requires current user to be an admin.
|
|
106
|
-
*
|
|
107
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.EnableOtherUser
|
|
108
|
-
*/
|
|
109
|
-
readonly enableOtherUser: {
|
|
110
|
-
readonly name: "EnableOtherUser";
|
|
111
|
-
readonly I: any;
|
|
112
|
-
readonly O: any;
|
|
113
|
-
readonly kind: any;
|
|
114
|
-
};
|
|
115
|
-
/**
|
|
116
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GenerateOtherTotp
|
|
117
|
-
*/
|
|
118
|
-
readonly generateOtherTotp: {
|
|
119
|
-
readonly name: "GenerateOtherTotp";
|
|
120
|
-
readonly I: any;
|
|
121
|
-
readonly O: any;
|
|
122
|
-
readonly kind: any;
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GenerateOwnTotp
|
|
126
|
-
*/
|
|
127
|
-
readonly generateOwnTotp: {
|
|
128
|
-
readonly name: "GenerateOwnTotp";
|
|
129
|
-
readonly I: any;
|
|
130
|
-
readonly O: any;
|
|
131
|
-
readonly kind: any;
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* Get All User records
|
|
135
|
-
*
|
|
136
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetAllUsers
|
|
137
|
-
*/
|
|
138
|
-
readonly getAllUsers: {
|
|
139
|
-
readonly name: "GetAllUsers";
|
|
140
|
-
readonly I: any;
|
|
141
|
-
readonly O: any;
|
|
142
|
-
readonly kind: any;
|
|
143
|
-
};
|
|
144
|
-
/**
|
|
145
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetListOfOldUserIDs
|
|
146
|
-
*/
|
|
147
|
-
readonly getListOfOldUserIDs: {
|
|
148
|
-
readonly name: "GetListOfOldUserIDs";
|
|
149
|
-
readonly I: any;
|
|
150
|
-
readonly O: any;
|
|
151
|
-
readonly kind: any;
|
|
152
|
-
};
|
|
153
|
-
/**
|
|
154
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetOtherTotpList
|
|
155
|
-
*/
|
|
156
|
-
readonly getOtherTotpList: {
|
|
157
|
-
readonly name: "GetOtherTotpList";
|
|
158
|
-
readonly I: any;
|
|
159
|
-
readonly O: any;
|
|
160
|
-
readonly kind: any;
|
|
161
|
-
};
|
|
162
|
-
/**
|
|
163
|
-
* Get User record
|
|
164
|
-
*
|
|
165
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetOtherUser
|
|
166
|
-
*/
|
|
167
|
-
readonly getOtherUser: {
|
|
168
|
-
readonly name: "GetOtherUser";
|
|
169
|
-
readonly I: any;
|
|
170
|
-
readonly O: any;
|
|
171
|
-
readonly kind: any;
|
|
172
|
-
};
|
|
173
|
-
/**
|
|
174
|
-
* Get User public record
|
|
175
|
-
*
|
|
176
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetOtherPublicUser
|
|
177
|
-
*/
|
|
178
|
-
readonly getOtherPublicUser: {
|
|
179
|
-
readonly name: "GetOtherPublicUser";
|
|
180
|
-
readonly I: any;
|
|
181
|
-
readonly O: any;
|
|
182
|
-
readonly kind: any;
|
|
183
|
-
};
|
|
184
|
-
/**
|
|
185
|
-
* Get User public record
|
|
186
|
-
*
|
|
187
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetOtherPublicUserByUserName
|
|
188
|
-
*/
|
|
189
|
-
readonly getOtherPublicUserByUserName: {
|
|
190
|
-
readonly name: "GetOtherPublicUserByUserName";
|
|
191
|
-
readonly I: any;
|
|
192
|
-
readonly O: any;
|
|
193
|
-
readonly kind: any;
|
|
194
|
-
};
|
|
195
|
-
/**
|
|
196
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetOwnTotpList
|
|
197
|
-
*/
|
|
198
|
-
readonly getOwnTotpList: {
|
|
199
|
-
readonly name: "GetOwnTotpList";
|
|
200
|
-
readonly I: any;
|
|
201
|
-
readonly O: any;
|
|
202
|
-
readonly kind: any;
|
|
203
|
-
};
|
|
204
|
-
/**
|
|
205
|
-
* Get User record
|
|
206
|
-
*
|
|
207
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetOwnUser
|
|
208
|
-
*/
|
|
209
|
-
readonly getOwnUser: {
|
|
210
|
-
readonly name: "GetOwnUser";
|
|
211
|
-
readonly I: any;
|
|
212
|
-
readonly O: any;
|
|
213
|
-
readonly kind: any;
|
|
214
|
-
};
|
|
215
|
-
/**
|
|
216
|
-
* Get All User records
|
|
217
|
-
*
|
|
218
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.GetUserIdList
|
|
219
|
-
*/
|
|
220
|
-
readonly getUserIdList: {
|
|
221
|
-
readonly name: "GetUserIdList";
|
|
222
|
-
readonly I: any;
|
|
223
|
-
readonly O: any;
|
|
224
|
-
readonly kind: any;
|
|
225
|
-
};
|
|
226
|
-
/**
|
|
227
|
-
* Modify User record
|
|
228
|
-
*
|
|
229
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ModifyOtherUser
|
|
230
|
-
*/
|
|
231
|
-
readonly modifyOtherUser: {
|
|
232
|
-
readonly name: "ModifyOtherUser";
|
|
233
|
-
readonly I: any;
|
|
234
|
-
readonly O: any;
|
|
235
|
-
readonly kind: any;
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* Modify User record
|
|
239
|
-
*
|
|
240
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ModifyOtherUserRoles
|
|
241
|
-
*/
|
|
242
|
-
readonly modifyOtherUserRoles: {
|
|
243
|
-
readonly name: "ModifyOtherUserRoles";
|
|
244
|
-
readonly I: any;
|
|
245
|
-
readonly O: any;
|
|
246
|
-
readonly kind: any;
|
|
247
|
-
};
|
|
248
|
-
/**
|
|
249
|
-
* Modify User record
|
|
250
|
-
*
|
|
251
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.ModifyOwnUser
|
|
252
|
-
*/
|
|
253
|
-
readonly modifyOwnUser: {
|
|
254
|
-
readonly name: "ModifyOwnUser";
|
|
255
|
-
readonly I: any;
|
|
256
|
-
readonly O: any;
|
|
257
|
-
readonly kind: any;
|
|
258
|
-
};
|
|
259
|
-
/**
|
|
260
|
-
* Renew the bearer token
|
|
261
|
-
*
|
|
262
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.RenewToken
|
|
263
|
-
*/
|
|
264
|
-
readonly renewToken: {
|
|
265
|
-
readonly name: "RenewToken";
|
|
266
|
-
readonly I: any;
|
|
267
|
-
readonly O: any;
|
|
268
|
-
readonly kind: any;
|
|
269
|
-
};
|
|
270
|
-
/**
|
|
271
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.SearchUsersAdmin
|
|
272
|
-
*/
|
|
273
|
-
readonly searchUsersAdmin: {
|
|
274
|
-
readonly name: "SearchUsersAdmin";
|
|
275
|
-
readonly I: any;
|
|
276
|
-
readonly O: any;
|
|
277
|
-
readonly kind: any;
|
|
278
|
-
};
|
|
279
|
-
/**
|
|
280
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.VerifyOtherTotp
|
|
281
|
-
*/
|
|
282
|
-
readonly verifyOtherTotp: {
|
|
283
|
-
readonly name: "VerifyOtherTotp";
|
|
284
|
-
readonly I: any;
|
|
285
|
-
readonly O: any;
|
|
286
|
-
readonly kind: any;
|
|
287
|
-
};
|
|
288
|
-
/**
|
|
289
|
-
* @generated from rpc IT.WebServices.Fragments.Authentication.UserInterface.VerifyOwnTotp
|
|
290
|
-
*/
|
|
291
|
-
readonly verifyOwnTotp: {
|
|
292
|
-
readonly name: "VerifyOwnTotp";
|
|
293
|
-
readonly I: any;
|
|
294
|
-
readonly O: any;
|
|
295
|
-
readonly kind: any;
|
|
296
|
-
};
|
|
297
|
-
};
|
|
298
|
-
};
|
|
@@ -1,255 +0,0 @@
|
|
|
1
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
-
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
-
/**
|
|
5
|
-
* Describes the file Protos/IT/WebServices/Fragments/Authentication/UserRecord.proto.
|
|
6
|
-
*/
|
|
7
|
-
export declare const file_Protos_IT_WebServices_Fragments_Authentication_UserRecord: GenFile;
|
|
8
|
-
/**
|
|
9
|
-
* User authentication data
|
|
10
|
-
*
|
|
11
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserRecord
|
|
12
|
-
*/
|
|
13
|
-
export type UserRecord = Message<"IT.WebServices.Fragments.Authentication.UserRecord"> & {
|
|
14
|
-
/**
|
|
15
|
-
* @generated from field: IT.WebServices.Fragments.Authentication.UserNormalRecord Normal = 1;
|
|
16
|
-
*/
|
|
17
|
-
Normal?: UserNormalRecord;
|
|
18
|
-
/**
|
|
19
|
-
* @generated from field: IT.WebServices.Fragments.Authentication.UserServerRecord Server = 2;
|
|
20
|
-
*/
|
|
21
|
-
Server?: UserServerRecord;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserRecord.
|
|
25
|
-
* Use `create(UserRecordSchema)` to create a new message.
|
|
26
|
-
*/
|
|
27
|
-
export declare const UserRecordSchema: GenMessage<UserRecord>;
|
|
28
|
-
/**
|
|
29
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserNormalRecord
|
|
30
|
-
*/
|
|
31
|
-
export type UserNormalRecord = Message<"IT.WebServices.Fragments.Authentication.UserNormalRecord"> & {
|
|
32
|
-
/**
|
|
33
|
-
* @generated from field: IT.WebServices.Fragments.Authentication.UserPublicRecord Public = 1;
|
|
34
|
-
*/
|
|
35
|
-
Public?: UserPublicRecord;
|
|
36
|
-
/**
|
|
37
|
-
* @generated from field: IT.WebServices.Fragments.Authentication.UserPrivateRecord Private = 2;
|
|
38
|
-
*/
|
|
39
|
-
Private?: UserPrivateRecord;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserNormalRecord.
|
|
43
|
-
* Use `create(UserNormalRecordSchema)` to create a new message.
|
|
44
|
-
*/
|
|
45
|
-
export declare const UserNormalRecordSchema: GenMessage<UserNormalRecord>;
|
|
46
|
-
/**
|
|
47
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserPublicRecord
|
|
48
|
-
*/
|
|
49
|
-
export type UserPublicRecord = Message<"IT.WebServices.Fragments.Authentication.UserPublicRecord"> & {
|
|
50
|
-
/**
|
|
51
|
-
* Guid for the user
|
|
52
|
-
*
|
|
53
|
-
* @generated from field: string UserID = 1;
|
|
54
|
-
*/
|
|
55
|
-
UserID: string;
|
|
56
|
-
/**
|
|
57
|
-
* UTC timestamp when user was created
|
|
58
|
-
*
|
|
59
|
-
* @generated from field: google.protobuf.Timestamp CreatedOnUTC = 2;
|
|
60
|
-
*/
|
|
61
|
-
CreatedOnUTC?: Timestamp;
|
|
62
|
-
/**
|
|
63
|
-
* UTC timestamp when user record was last modified
|
|
64
|
-
*
|
|
65
|
-
* @generated from field: google.protobuf.Timestamp ModifiedOnUTC = 3;
|
|
66
|
-
*/
|
|
67
|
-
ModifiedOnUTC?: Timestamp;
|
|
68
|
-
/**
|
|
69
|
-
* UTC timestamp when user was disabled, null = not disabled
|
|
70
|
-
*
|
|
71
|
-
* @generated from field: google.protobuf.Timestamp DisabledOnUTC = 4;
|
|
72
|
-
*/
|
|
73
|
-
DisabledOnUTC?: Timestamp;
|
|
74
|
-
/**
|
|
75
|
-
* @generated from field: IT.WebServices.Fragments.Authentication.UserPublicData Data = 20;
|
|
76
|
-
*/
|
|
77
|
-
Data?: UserPublicData;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserPublicRecord.
|
|
81
|
-
* Use `create(UserPublicRecordSchema)` to create a new message.
|
|
82
|
-
*/
|
|
83
|
-
export declare const UserPublicRecordSchema: GenMessage<UserPublicRecord>;
|
|
84
|
-
/**
|
|
85
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserPublicData
|
|
86
|
-
*/
|
|
87
|
-
export type UserPublicData = Message<"IT.WebServices.Fragments.Authentication.UserPublicData"> & {
|
|
88
|
-
/**
|
|
89
|
-
* User name of the user
|
|
90
|
-
*
|
|
91
|
-
* @generated from field: string UserName = 1;
|
|
92
|
-
*/
|
|
93
|
-
UserName: string;
|
|
94
|
-
/**
|
|
95
|
-
* Public display name of the user
|
|
96
|
-
*
|
|
97
|
-
* @generated from field: string DisplayName = 2;
|
|
98
|
-
*/
|
|
99
|
-
DisplayName: string;
|
|
100
|
-
/**
|
|
101
|
-
* Public identities associated with the user ex: user@domain.com
|
|
102
|
-
*
|
|
103
|
-
* @generated from field: repeated string Identities = 3;
|
|
104
|
-
*/
|
|
105
|
-
Identities: string[];
|
|
106
|
-
/**
|
|
107
|
-
* Biographical info of the user
|
|
108
|
-
*
|
|
109
|
-
* @generated from field: string Bio = 4;
|
|
110
|
-
*/
|
|
111
|
-
Bio: string;
|
|
112
|
-
/**
|
|
113
|
-
* Profile image saved as a PNG
|
|
114
|
-
*
|
|
115
|
-
* @generated from field: bytes ProfileImagePNG = 20;
|
|
116
|
-
*/
|
|
117
|
-
ProfileImagePNG: Uint8Array;
|
|
118
|
-
};
|
|
119
|
-
/**
|
|
120
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserPublicData.
|
|
121
|
-
* Use `create(UserPublicDataSchema)` to create a new message.
|
|
122
|
-
*/
|
|
123
|
-
export declare const UserPublicDataSchema: GenMessage<UserPublicData>;
|
|
124
|
-
/**
|
|
125
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserPrivateRecord
|
|
126
|
-
*/
|
|
127
|
-
export type UserPrivateRecord = Message<"IT.WebServices.Fragments.Authentication.UserPrivateRecord"> & {
|
|
128
|
-
/**
|
|
129
|
-
* Roles for the user
|
|
130
|
-
*
|
|
131
|
-
* @generated from field: repeated string Roles = 1;
|
|
132
|
-
*/
|
|
133
|
-
Roles: string[];
|
|
134
|
-
/**
|
|
135
|
-
* @generated from field: string CreatedBy = 2;
|
|
136
|
-
*/
|
|
137
|
-
CreatedBy: string;
|
|
138
|
-
/**
|
|
139
|
-
* @generated from field: string ModifiedBy = 3;
|
|
140
|
-
*/
|
|
141
|
-
ModifiedBy: string;
|
|
142
|
-
/**
|
|
143
|
-
* @generated from field: string DisabledBy = 4;
|
|
144
|
-
*/
|
|
145
|
-
DisabledBy: string;
|
|
146
|
-
/**
|
|
147
|
-
* @generated from field: IT.WebServices.Fragments.Authentication.UserPrivateData Data = 20;
|
|
148
|
-
*/
|
|
149
|
-
Data?: UserPrivateData;
|
|
150
|
-
};
|
|
151
|
-
/**
|
|
152
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserPrivateRecord.
|
|
153
|
-
* Use `create(UserPrivateRecordSchema)` to create a new message.
|
|
154
|
-
*/
|
|
155
|
-
export declare const UserPrivateRecordSchema: GenMessage<UserPrivateRecord>;
|
|
156
|
-
/**
|
|
157
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserPrivateData
|
|
158
|
-
*/
|
|
159
|
-
export type UserPrivateData = Message<"IT.WebServices.Fragments.Authentication.UserPrivateData"> & {
|
|
160
|
-
/**
|
|
161
|
-
* Private email used for password resets
|
|
162
|
-
*
|
|
163
|
-
* @generated from field: string Email = 1;
|
|
164
|
-
*/
|
|
165
|
-
Email: string;
|
|
166
|
-
/**
|
|
167
|
-
* @generated from field: string OldUserID = 51;
|
|
168
|
-
*/
|
|
169
|
-
OldUserID: string;
|
|
170
|
-
};
|
|
171
|
-
/**
|
|
172
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserPrivateData.
|
|
173
|
-
* Use `create(UserPrivateDataSchema)` to create a new message.
|
|
174
|
-
*/
|
|
175
|
-
export declare const UserPrivateDataSchema: GenMessage<UserPrivateData>;
|
|
176
|
-
/**
|
|
177
|
-
* @generated from message IT.WebServices.Fragments.Authentication.UserServerRecord
|
|
178
|
-
*/
|
|
179
|
-
export type UserServerRecord = Message<"IT.WebServices.Fragments.Authentication.UserServerRecord"> & {
|
|
180
|
-
/**
|
|
181
|
-
* Password hash bytes
|
|
182
|
-
*
|
|
183
|
-
* @generated from field: bytes PasswordHash = 1;
|
|
184
|
-
*/
|
|
185
|
-
PasswordHash: Uint8Array;
|
|
186
|
-
/**
|
|
187
|
-
* Password salt bytes
|
|
188
|
-
*
|
|
189
|
-
* @generated from field: bytes PasswordSalt = 2;
|
|
190
|
-
*/
|
|
191
|
-
PasswordSalt: Uint8Array;
|
|
192
|
-
/**
|
|
193
|
-
* @generated from field: repeated IT.WebServices.Fragments.Authentication.TOTPDevice TOTPDevices = 10;
|
|
194
|
-
*/
|
|
195
|
-
TOTPDevices: TOTPDevice[];
|
|
196
|
-
/**
|
|
197
|
-
* @generated from field: string OldPassword = 51;
|
|
198
|
-
*/
|
|
199
|
-
OldPassword: string;
|
|
200
|
-
/**
|
|
201
|
-
* @generated from field: string OldPasswordAlgorithm = 52;
|
|
202
|
-
*/
|
|
203
|
-
OldPasswordAlgorithm: string;
|
|
204
|
-
};
|
|
205
|
-
/**
|
|
206
|
-
* Describes the message IT.WebServices.Fragments.Authentication.UserServerRecord.
|
|
207
|
-
* Use `create(UserServerRecordSchema)` to create a new message.
|
|
208
|
-
*/
|
|
209
|
-
export declare const UserServerRecordSchema: GenMessage<UserServerRecord>;
|
|
210
|
-
/**
|
|
211
|
-
* TOTP Record for MFA compliant with IETF RFC 6238
|
|
212
|
-
*
|
|
213
|
-
* @generated from message IT.WebServices.Fragments.Authentication.TOTPDevice
|
|
214
|
-
*/
|
|
215
|
-
export type TOTPDevice = Message<"IT.WebServices.Fragments.Authentication.TOTPDevice"> & {
|
|
216
|
-
/**
|
|
217
|
-
* @generated from field: string TotpID = 1;
|
|
218
|
-
*/
|
|
219
|
-
TotpID: string;
|
|
220
|
-
/**
|
|
221
|
-
* Name of the device
|
|
222
|
-
*
|
|
223
|
-
* @generated from field: string DeviceName = 2;
|
|
224
|
-
*/
|
|
225
|
-
DeviceName: string;
|
|
226
|
-
/**
|
|
227
|
-
* Key used by TOTP algorithm
|
|
228
|
-
*
|
|
229
|
-
* @generated from field: bytes Key = 3;
|
|
230
|
-
*/
|
|
231
|
-
Key: Uint8Array;
|
|
232
|
-
/**
|
|
233
|
-
* UTC timestamp when the record was created
|
|
234
|
-
*
|
|
235
|
-
* @generated from field: google.protobuf.Timestamp CreatedOnUTC = 4;
|
|
236
|
-
*/
|
|
237
|
-
CreatedOnUTC?: Timestamp;
|
|
238
|
-
/**
|
|
239
|
-
* UTC timestamp when the record was verified
|
|
240
|
-
*
|
|
241
|
-
* @generated from field: google.protobuf.Timestamp VerifiedOnUTC = 5;
|
|
242
|
-
*/
|
|
243
|
-
VerifiedOnUTC?: Timestamp;
|
|
244
|
-
/**
|
|
245
|
-
* UTC timestamp when the record was disabled, null = not disabled
|
|
246
|
-
*
|
|
247
|
-
* @generated from field: google.protobuf.Timestamp DisabledOnUTC = 6;
|
|
248
|
-
*/
|
|
249
|
-
DisabledOnUTC?: Timestamp;
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* Describes the message IT.WebServices.Fragments.Authentication.TOTPDevice.
|
|
253
|
-
* Use `create(TOTPDeviceSchema)` to create a new message.
|
|
254
|
-
*/
|
|
255
|
-
export declare const TOTPDeviceSchema: GenMessage<TOTPDevice>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './UserRecord_pb';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Service for Authorization claims fragment interface
|
|
3
|
-
*
|
|
4
|
-
* @generated from service IT.WebServices.Fragments.Authorization.ClaimsInterface
|
|
5
|
-
*/
|
|
6
|
-
export declare const ClaimsInterface: {
|
|
7
|
-
readonly typeName: "IT.WebServices.Fragments.Authorization.ClaimsInterface";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* Get claims to add to outgoing auth token
|
|
11
|
-
*
|
|
12
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.ClaimsInterface.GetClaims
|
|
13
|
-
*/
|
|
14
|
-
readonly getClaims: {
|
|
15
|
-
readonly name: "GetClaims";
|
|
16
|
-
readonly I: any;
|
|
17
|
-
readonly O: any;
|
|
18
|
-
readonly kind: any;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated from service IT.WebServices.Fragments.Authorization.Events.AdminEventInterface
|
|
3
|
-
*/
|
|
4
|
-
export declare const AdminEventInterface: {
|
|
5
|
-
readonly typeName: "IT.WebServices.Fragments.Authorization.Events.AdminEventInterface";
|
|
6
|
-
readonly methods: {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminCreateEvent
|
|
9
|
-
*/
|
|
10
|
-
readonly adminCreateEvent: {
|
|
11
|
-
readonly name: "AdminCreateEvent";
|
|
12
|
-
readonly I: any;
|
|
13
|
-
readonly O: any;
|
|
14
|
-
readonly kind: any;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminCreateRecurringEvent
|
|
18
|
-
*/
|
|
19
|
-
readonly adminCreateRecurringEvent: {
|
|
20
|
-
readonly name: "AdminCreateRecurringEvent";
|
|
21
|
-
readonly I: any;
|
|
22
|
-
readonly O: any;
|
|
23
|
-
readonly kind: any;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminGetEvent
|
|
27
|
-
*/
|
|
28
|
-
readonly adminGetEvent: {
|
|
29
|
-
readonly name: "AdminGetEvent";
|
|
30
|
-
readonly I: any;
|
|
31
|
-
readonly O: any;
|
|
32
|
-
readonly kind: any;
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminGetEvents
|
|
36
|
-
*/
|
|
37
|
-
readonly adminGetEvents: {
|
|
38
|
-
readonly name: "AdminGetEvents";
|
|
39
|
-
readonly I: any;
|
|
40
|
-
readonly O: any;
|
|
41
|
-
readonly kind: any;
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminModifyEvent
|
|
45
|
-
*/
|
|
46
|
-
readonly adminModifyEvent: {
|
|
47
|
-
readonly name: "AdminModifyEvent";
|
|
48
|
-
readonly I: any;
|
|
49
|
-
readonly O: any;
|
|
50
|
-
readonly kind: any;
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminCancelEvent
|
|
54
|
-
*/
|
|
55
|
-
readonly adminCancelEvent: {
|
|
56
|
-
readonly name: "AdminCancelEvent";
|
|
57
|
-
readonly I: any;
|
|
58
|
-
readonly O: any;
|
|
59
|
-
readonly kind: any;
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminCancelAllRecurringEvents
|
|
63
|
-
*/
|
|
64
|
-
readonly adminCancelAllRecurringEvents: {
|
|
65
|
-
readonly name: "AdminCancelAllRecurringEvents";
|
|
66
|
-
readonly I: any;
|
|
67
|
-
readonly O: any;
|
|
68
|
-
readonly kind: any;
|
|
69
|
-
};
|
|
70
|
-
/**
|
|
71
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminGetTicket
|
|
72
|
-
*/
|
|
73
|
-
readonly adminGetTicket: {
|
|
74
|
-
readonly name: "AdminGetTicket";
|
|
75
|
-
readonly I: any;
|
|
76
|
-
readonly O: any;
|
|
77
|
-
readonly kind: any;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminGetTicketsForEvent
|
|
81
|
-
*/
|
|
82
|
-
readonly adminGetTicketsForEvent: {
|
|
83
|
-
readonly name: "AdminGetTicketsForEvent";
|
|
84
|
-
readonly I: any;
|
|
85
|
-
readonly O: any;
|
|
86
|
-
readonly kind: any;
|
|
87
|
-
};
|
|
88
|
-
/**
|
|
89
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminCancelOtherTicket
|
|
90
|
-
*/
|
|
91
|
-
readonly adminCancelOtherTicket: {
|
|
92
|
-
readonly name: "AdminCancelOtherTicket";
|
|
93
|
-
readonly I: any;
|
|
94
|
-
readonly O: any;
|
|
95
|
-
readonly kind: any;
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* @generated from rpc IT.WebServices.Fragments.Authorization.Events.AdminEventInterface.AdminReserveEventTicketForUser
|
|
99
|
-
*/
|
|
100
|
-
readonly adminReserveEventTicketForUser: {
|
|
101
|
-
readonly name: "AdminReserveEventTicketForUser";
|
|
102
|
-
readonly I: any;
|
|
103
|
-
readonly O: any;
|
|
104
|
-
readonly kind: any;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
};
|