@inverted-tech/fragments 0.1.0
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.md +80 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +52 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.js +302 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +30 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.js +64 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +307 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.js +2202 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +356 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +46 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +30 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.js +115 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +116 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.js +846 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +427 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +80 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.js +507 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +767 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +177 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +109 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +155 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +48 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.js +263 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +62 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.js +267 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +122 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +42 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +71 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +39 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +47 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_pb.js +250 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +116 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.js +701 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +90 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord_pb.js +238 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +75 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +46 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.js +250 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +89 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.js +520 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +39 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +73 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +45 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +62 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.js +353 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_pb.js +250 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +107 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.js +643 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +44 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +80 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord_pb.js +238 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +46 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +149 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_pb.js +250 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +90 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +170 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.js +1112 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord_pb.js +101 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +70 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +85 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord_pb.js +238 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +48 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +48 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +54 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +45 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +127 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.js +808 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +211 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +102 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Comment/index.js +43 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js +165 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.js +250 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +91 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.js +622 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +42 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +226 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +52 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +302 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +512 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +172 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.js +1396 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +231 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +172 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.js +1396 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +512 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +42 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +57 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Rumble_pb.js +376 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +32 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +35 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.js +136 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +26 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.js +116 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +71 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.js +396 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +254 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +35 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.js +136 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +26 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.js +100 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +26 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.js +100 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +52 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +26 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/Video_pb.js +141 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Content/index.js +59 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +96 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +45 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.js +33 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +42 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +316 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +72 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +316 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +42 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.js +169 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Generic/index.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +28 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.js +85 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +49 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +52 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +64 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.js +305 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +142 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Notification/index.js +46 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +127 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.js +943 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +231 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Page/index.js +42 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +41 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Settings/Backup_pb.js +171 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +277 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.js +1409 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +794 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/Settings/index.js +44 -0
- package/dist/cjs/gen/Protos/IT/WebServices/Fragments/index.js +50 -0
- package/dist/cjs/gen/Protos/IT/WebServices/index.js +40 -0
- package/dist/cjs/gen/Protos/IT/index.js +40 -0
- package/dist/cjs/gen/Protos/index.js +40 -0
- package/dist/cjs/gen/index.js +40 -0
- package/dist/cjs/index.js +20 -0
- package/dist/cjs/package.json +3 -0
- package/dist/cjs/protos/index.js +20 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authentication/Backup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authentication/UserRecord.js +54 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authentication/index.js +19 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Claims.js +11 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Events/EventError.js +19 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Events/EventRecord.js +111 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.js +30 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Events/EventsSettings.js +17 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord.js +23 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Events/index.js +22 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup.js +16 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords.js +22 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService.js +10 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords.js +13 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings.js +9 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +22 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings.js +16 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord.js +47 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord.js +13 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +21 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings.js +9 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord.js +17 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +20 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords.js +10 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings.js +14 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord.js +47 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +21 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/SharedTypes.js +16 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord.js +16 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord.js +22 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords.js +12 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord.js +47 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +23 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/Payment/index.js +46 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/SharedTypes.js +12 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Authorization/index.js +44 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Comment/CommentRecord.js +35 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Comment/SharedTypes.js +10 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Comment/index.js +19 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CommonTypes.js +27 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/AssetBackup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/AssetRecord.js +12 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/AudioAssetRecord.js +36 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Backup.js +15 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Content.js +28 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/ContentRecord.js +74 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/ImageAssetRecord.js +37 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Music/MusicRecord.js +74 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Music/index.js +18 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Rumble.js +21 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Stats/StatsRecords.js +40 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Stats/index.js +18 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/Video.js +14 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Content/index.js +51 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings.js +13 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager.js +7 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +19 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban.js +22 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.js +22 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +19 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/CreatorDashboard/index.js +39 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Generic/index.js +3 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Notification/NotificationSettings.js +11 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Notification/NotificationUserRecord.js +12 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord.js +28 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Notification/index.js +20 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Page/PageRecord.js +41 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Page/index.js +18 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Settings/Backup.js +11 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Settings/SettingsRecord.js +119 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/Settings/index.js +19 -0
- package/dist/cjs/schemas/IT/WebServices/Fragments/index.js +50 -0
- package/dist/cjs/schemas/IT/WebServices/index.js +38 -0
- package/dist/cjs/schemas/IT/index.js +38 -0
- package/dist/cjs/schemas/index.js +38 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +52 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.js +302 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +30 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.js +64 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +307 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.js +2202 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +356 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +46 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +30 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.js +115 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +116 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.js +846 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +427 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +80 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.js +507 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +767 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +177 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +109 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +155 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +48 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.js +263 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +62 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.js +267 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +122 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +42 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +71 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +39 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +47 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_pb.js +250 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +116 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.js +701 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +90 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord_pb.js +238 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +75 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +46 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.js +250 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +89 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.js +520 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +39 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +73 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +45 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +62 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.js +353 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_pb.js +250 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +107 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.js +643 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +44 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +80 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord_pb.js +238 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +46 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +149 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_pb.js +250 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +90 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +170 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.js +1112 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord_pb.js +101 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +70 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +85 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord_pb.js +238 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +48 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +48 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +54 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +45 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +127 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.js +808 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +211 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +102 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +43 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js +165 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.js +250 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +91 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.js +622 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +42 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +226 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +52 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +302 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +512 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +172 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.js +1396 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +231 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +172 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.js +1396 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +512 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +42 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +57 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_pb.js +376 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +32 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +35 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.js +136 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +26 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.js +116 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +71 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.js +396 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +254 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +35 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.js +136 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +26 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.js +100 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +26 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.js +100 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +52 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +26 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_pb.js +141 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +59 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +96 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +45 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.js +33 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +42 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +316 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +72 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +316 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +42 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.js +169 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +28 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.js +85 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +49 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +52 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +64 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.js +305 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +142 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +46 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +127 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.js +943 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +231 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +42 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +41 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_pb.js +171 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +277 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.js +1409 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +794 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +44 -0
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/index.js +50 -0
- package/dist/esm/gen/Protos/IT/WebServices/index.js +40 -0
- package/dist/esm/gen/Protos/IT/index.js +40 -0
- package/dist/esm/gen/Protos/index.js +40 -0
- package/dist/esm/gen/index.js +40 -0
- package/dist/esm/index.js +20 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/protos/index.js +20 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authentication/Backup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authentication/UserRecord.js +54 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authentication/index.js +19 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Claims.js +11 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventError.js +19 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventRecord.js +111 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.js +30 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/EventsSettings.js +17 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord.js +23 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Events/index.js +22 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup.js +16 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords.js +22 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService.js +10 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords.js +13 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings.js +9 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +22 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings.js +16 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord.js +47 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord.js +13 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +21 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings.js +9 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord.js +17 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +20 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords.js +10 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings.js +14 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord.js +47 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +21 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/SharedTypes.js +16 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord.js +16 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord.js +22 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords.js +12 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord.js +47 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +23 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/Payment/index.js +46 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/SharedTypes.js +12 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Authorization/index.js +44 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Comment/CommentRecord.js +35 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Comment/SharedTypes.js +10 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Comment/index.js +19 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CommonTypes.js +27 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/AssetBackup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/AssetRecord.js +12 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/AudioAssetRecord.js +36 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Backup.js +15 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Content.js +28 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/ContentRecord.js +74 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/ImageAssetRecord.js +37 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Music/MusicRecord.js +74 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Music/index.js +18 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Rumble.js +21 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Stats/StatsRecords.js +40 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Stats/index.js +18 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/Video.js +14 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Content/index.js +51 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings.js +13 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager.js +7 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +19 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban.js +22 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.js +22 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +19 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/CreatorDashboard/index.js +39 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Generic/index.js +3 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Notification/NotificationSettings.js +11 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Notification/NotificationUserRecord.js +12 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord.js +28 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Notification/index.js +20 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Page/PageRecord.js +41 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Page/index.js +18 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Settings/Backup.js +11 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Settings/SettingsRecord.js +119 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/Settings/index.js +19 -0
- package/dist/esm/schemas/IT/WebServices/Fragments/index.js +50 -0
- package/dist/esm/schemas/IT/WebServices/index.js +38 -0
- package/dist/esm/schemas/IT/index.js +38 -0
- package/dist/esm/schemas/index.js +38 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +45 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_pb.d.ts +212 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +23 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_pb.d.ts +32 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +300 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_pb.d.ts +1360 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +274 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +7 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +23 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_pb.d.ts +71 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +109 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_pb.d.ts +603 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +373 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +73 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_pb.d.ts +342 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +685 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +134 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +61 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +117 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +9 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_pb.d.ts +193 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +55 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_pb.d.ts +152 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +86 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +25 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +40 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +8 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup_pb.d.ts +182 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +109 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_pb.d.ts +407 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +52 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord_pb.d.ts +202 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +40 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +7 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_pb.d.ts +182 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +82 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_pb.d.ts +307 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +57 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +6 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +55 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_pb.d.ts +219 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup_pb.d.ts +182 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +100 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_pb.d.ts +372 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +23 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +44 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord_pb.d.ts +202 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +7 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +110 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup_pb.d.ts +182 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +52 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +163 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +644 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord_pb.d.ts +80 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +36 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +48 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord_pb.d.ts +202 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +9 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +8 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +31 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +5 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +120 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_pb.d.ts +517 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +161 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +65 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +4 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts +134 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_pb.d.ts +182 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +84 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_pb.d.ts +421 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +36 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +160 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +45 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +212 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +401 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +165 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Content_pb.d.ts +924 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +164 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +165 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_pb.d.ts +924 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +401 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +3 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +50 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Rumble_pb.d.ts +232 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +17 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +28 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_pb.d.ts +74 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_pb.d.ts +65 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +64 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_pb.d.ts +231 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +163 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +28 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_pb.d.ts +74 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_pb.d.ts +53 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_pb.d.ts +53 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +13 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/Video_pb.d.ts +87 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +19 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +62 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +38 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_pb.d.ts +15 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +3 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +206 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +65 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +206 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +3 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +2 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_pb.d.ts +105 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +2 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +21 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_pb.d.ts +48 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +27 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +41 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +57 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_pb.d.ts +169 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +108 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +7 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +120 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_pb.d.ts +629 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +181 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +3 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +34 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Settings/Backup_pb.d.ts +111 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +270 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_pb.d.ts +845 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +582 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +5 -0
- package/dist/gen/Protos/IT/WebServices/Fragments/index.d.ts +10 -0
- package/dist/gen/Protos/IT/WebServices/index.d.ts +1 -0
- package/dist/gen/Protos/IT/index.d.ts +1 -0
- package/dist/gen/Protos/index.d.ts +1 -0
- package/dist/gen/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/protos/index.d.ts +1 -0
- package/dist/schemas/IT/WebServices/Fragments/Authentication/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authentication/UserRecord.d.ts +9 -0
- package/dist/schemas/IT/WebServices/Fragments/Authentication/index.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Claims.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventError.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventRecord.d.ts +13 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/EventsSettings.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Events/index.d.ts +5 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +5 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSubscriptionRecord.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSubscriptionRecord.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/SharedTypes.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeOneTimeRecord.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSubscriptionRecord.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +6 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +6 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/SharedTypes.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Authorization/index.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Comment/CommentRecord.d.ts +6 -0
- package/dist/schemas/IT/WebServices/Fragments/Comment/SharedTypes.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Comment/index.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/CommonTypes.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/AssetBackup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/AssetRecord.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/AudioAssetRecord.d.ts +7 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Backup.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Content.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/ContentRecord.d.ts +14 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/ImageAssetRecord.d.ts +7 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Music/MusicRecord.d.ts +14 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Music/index.d.ts +1 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Rumble.d.ts +4 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Stats/StatsRecords.d.ts +6 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Stats/index.d.ts +1 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/Video.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Content/index.d.ts +11 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Generic/index.d.ts +1 -0
- package/dist/schemas/IT/WebServices/Fragments/Notification/NotificationSettings.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Notification/NotificationUserRecord.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Notification/index.d.ts +3 -0
- package/dist/schemas/IT/WebServices/Fragments/Page/PageRecord.d.ts +6 -0
- package/dist/schemas/IT/WebServices/Fragments/Page/index.d.ts +1 -0
- package/dist/schemas/IT/WebServices/Fragments/Settings/Backup.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/Settings/SettingsRecord.d.ts +23 -0
- package/dist/schemas/IT/WebServices/Fragments/Settings/index.d.ts +2 -0
- package/dist/schemas/IT/WebServices/Fragments/index.d.ts +10 -0
- package/dist/schemas/IT/WebServices/index.d.ts +1 -0
- package/dist/schemas/IT/index.d.ts +1 -0
- package/dist/schemas/index.d.ts +1 -0
- package/package.json +63 -0
|
@@ -0,0 +1,924 @@
|
|
|
1
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
+
import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
|
|
3
|
+
import { ContentPrivateData, ContentPublicData, ContentPublicRecord, ContentRecord } from "../ContentRecord_pb";
|
|
4
|
+
/**
|
|
5
|
+
* @generated from enum IT.WebServices.Fragments.Content.Music.ContentType
|
|
6
|
+
*/
|
|
7
|
+
export declare enum ContentType {
|
|
8
|
+
/**
|
|
9
|
+
* @generated from enum value: None = 0;
|
|
10
|
+
*/
|
|
11
|
+
None = 0,
|
|
12
|
+
/**
|
|
13
|
+
* @generated from enum value: Audio = 1;
|
|
14
|
+
*/
|
|
15
|
+
Audio = 1,
|
|
16
|
+
/**
|
|
17
|
+
* @generated from enum value: Picture = 2;
|
|
18
|
+
*/
|
|
19
|
+
Picture = 2,
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: Video = 3;
|
|
22
|
+
*/
|
|
23
|
+
Video = 3,
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: Written = 4;
|
|
26
|
+
*/
|
|
27
|
+
Written = 4
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.AnnounceContentRequest
|
|
31
|
+
*/
|
|
32
|
+
export declare class AnnounceContentRequest extends Message<AnnounceContentRequest> {
|
|
33
|
+
/**
|
|
34
|
+
* Guid for the content record
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: string ContentID = 1;
|
|
37
|
+
*/
|
|
38
|
+
ContentID: string;
|
|
39
|
+
/**
|
|
40
|
+
* UTC timestamp when content was or will be announced
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: google.protobuf.Timestamp AnnounceOnUTC = 3;
|
|
43
|
+
*/
|
|
44
|
+
AnnounceOnUTC?: Timestamp;
|
|
45
|
+
constructor(data?: PartialMessage<AnnounceContentRequest>);
|
|
46
|
+
static readonly runtime: typeof proto3;
|
|
47
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.AnnounceContentRequest";
|
|
48
|
+
static readonly fields: FieldList;
|
|
49
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AnnounceContentRequest;
|
|
50
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AnnounceContentRequest;
|
|
51
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AnnounceContentRequest;
|
|
52
|
+
static equals(a: AnnounceContentRequest | PlainMessage<AnnounceContentRequest> | undefined, b: AnnounceContentRequest | PlainMessage<AnnounceContentRequest> | undefined): boolean;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.AnnounceContentResponse
|
|
56
|
+
*/
|
|
57
|
+
export declare class AnnounceContentResponse extends Message<AnnounceContentResponse> {
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
60
|
+
*/
|
|
61
|
+
Record?: ContentRecord;
|
|
62
|
+
constructor(data?: PartialMessage<AnnounceContentResponse>);
|
|
63
|
+
static readonly runtime: typeof proto3;
|
|
64
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.AnnounceContentResponse";
|
|
65
|
+
static readonly fields: FieldList;
|
|
66
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AnnounceContentResponse;
|
|
67
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AnnounceContentResponse;
|
|
68
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AnnounceContentResponse;
|
|
69
|
+
static equals(a: AnnounceContentResponse | PlainMessage<AnnounceContentResponse> | undefined, b: AnnounceContentResponse | PlainMessage<AnnounceContentResponse> | undefined): boolean;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.CreateContentRequest
|
|
73
|
+
*/
|
|
74
|
+
export declare class CreateContentRequest extends Message<CreateContentRequest> {
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentPublicData Public = 1;
|
|
77
|
+
*/
|
|
78
|
+
Public?: ContentPublicData;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentPrivateData Private = 2;
|
|
81
|
+
*/
|
|
82
|
+
Private?: ContentPrivateData;
|
|
83
|
+
constructor(data?: PartialMessage<CreateContentRequest>);
|
|
84
|
+
static readonly runtime: typeof proto3;
|
|
85
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.CreateContentRequest";
|
|
86
|
+
static readonly fields: FieldList;
|
|
87
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateContentRequest;
|
|
88
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateContentRequest;
|
|
89
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateContentRequest;
|
|
90
|
+
static equals(a: CreateContentRequest | PlainMessage<CreateContentRequest> | undefined, b: CreateContentRequest | PlainMessage<CreateContentRequest> | undefined): boolean;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.CreateContentResponse
|
|
94
|
+
*/
|
|
95
|
+
export declare class CreateContentResponse extends Message<CreateContentResponse> {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
98
|
+
*/
|
|
99
|
+
Record?: ContentRecord;
|
|
100
|
+
constructor(data?: PartialMessage<CreateContentResponse>);
|
|
101
|
+
static readonly runtime: typeof proto3;
|
|
102
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.CreateContentResponse";
|
|
103
|
+
static readonly fields: FieldList;
|
|
104
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateContentResponse;
|
|
105
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateContentResponse;
|
|
106
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateContentResponse;
|
|
107
|
+
static equals(a: CreateContentResponse | PlainMessage<CreateContentResponse> | undefined, b: CreateContentResponse | PlainMessage<CreateContentResponse> | undefined): boolean;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.DeleteContentRequest
|
|
111
|
+
*/
|
|
112
|
+
export declare class DeleteContentRequest extends Message<DeleteContentRequest> {
|
|
113
|
+
/**
|
|
114
|
+
* Guid for the content record
|
|
115
|
+
*
|
|
116
|
+
* @generated from field: string ContentID = 1;
|
|
117
|
+
*/
|
|
118
|
+
ContentID: string;
|
|
119
|
+
constructor(data?: PartialMessage<DeleteContentRequest>);
|
|
120
|
+
static readonly runtime: typeof proto3;
|
|
121
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.DeleteContentRequest";
|
|
122
|
+
static readonly fields: FieldList;
|
|
123
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteContentRequest;
|
|
124
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteContentRequest;
|
|
125
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteContentRequest;
|
|
126
|
+
static equals(a: DeleteContentRequest | PlainMessage<DeleteContentRequest> | undefined, b: DeleteContentRequest | PlainMessage<DeleteContentRequest> | undefined): boolean;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.DeleteContentResponse
|
|
130
|
+
*/
|
|
131
|
+
export declare class DeleteContentResponse extends Message<DeleteContentResponse> {
|
|
132
|
+
/**
|
|
133
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
134
|
+
*/
|
|
135
|
+
Record?: ContentRecord;
|
|
136
|
+
constructor(data?: PartialMessage<DeleteContentResponse>);
|
|
137
|
+
static readonly runtime: typeof proto3;
|
|
138
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.DeleteContentResponse";
|
|
139
|
+
static readonly fields: FieldList;
|
|
140
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteContentResponse;
|
|
141
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteContentResponse;
|
|
142
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteContentResponse;
|
|
143
|
+
static equals(a: DeleteContentResponse | PlainMessage<DeleteContentResponse> | undefined, b: DeleteContentResponse | PlainMessage<DeleteContentResponse> | undefined): boolean;
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentRequest
|
|
147
|
+
*/
|
|
148
|
+
export declare class GetAllContentRequest extends Message<GetAllContentRequest> {
|
|
149
|
+
/**
|
|
150
|
+
* @generated from field: uint32 PageSize = 1;
|
|
151
|
+
*/
|
|
152
|
+
PageSize: number;
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
155
|
+
*/
|
|
156
|
+
PageOffset: number;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: repeated string PossibleContentIDs = 6;
|
|
159
|
+
*/
|
|
160
|
+
PossibleContentIDs: string[];
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch SubscriptionSearch = 10;
|
|
163
|
+
*/
|
|
164
|
+
SubscriptionSearch?: SubscriptionLevelSearch;
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 11;
|
|
167
|
+
*/
|
|
168
|
+
ContentType: ContentType;
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: string CategoryId = 12;
|
|
171
|
+
*/
|
|
172
|
+
CategoryId: string;
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: string ChannelId = 13;
|
|
175
|
+
*/
|
|
176
|
+
ChannelId: string;
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: string Tag = 14;
|
|
179
|
+
*/
|
|
180
|
+
Tag: string;
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: string AuthorId = 15;
|
|
183
|
+
*/
|
|
184
|
+
AuthorId: string;
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: bool OnlyLive = 16;
|
|
187
|
+
*/
|
|
188
|
+
OnlyLive: boolean;
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: google.protobuf.Timestamp PublishedAfterUTC = 21;
|
|
191
|
+
*/
|
|
192
|
+
PublishedAfterUTC?: Timestamp;
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: google.protobuf.Timestamp PublishedBeforeUTC = 22;
|
|
195
|
+
*/
|
|
196
|
+
PublishedBeforeUTC?: Timestamp;
|
|
197
|
+
constructor(data?: PartialMessage<GetAllContentRequest>);
|
|
198
|
+
static readonly runtime: typeof proto3;
|
|
199
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentRequest";
|
|
200
|
+
static readonly fields: FieldList;
|
|
201
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAllContentRequest;
|
|
202
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAllContentRequest;
|
|
203
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAllContentRequest;
|
|
204
|
+
static equals(a: GetAllContentRequest | PlainMessage<GetAllContentRequest> | undefined, b: GetAllContentRequest | PlainMessage<GetAllContentRequest> | undefined): boolean;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentResponse
|
|
208
|
+
*/
|
|
209
|
+
export declare class GetAllContentResponse extends Message<GetAllContentResponse> {
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
212
|
+
*/
|
|
213
|
+
Records: ContentListRecord[];
|
|
214
|
+
/**
|
|
215
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
216
|
+
*/
|
|
217
|
+
PageOffsetStart: number;
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
220
|
+
*/
|
|
221
|
+
PageOffsetEnd: number;
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
224
|
+
*/
|
|
225
|
+
PageTotalItems: number;
|
|
226
|
+
constructor(data?: PartialMessage<GetAllContentResponse>);
|
|
227
|
+
static readonly runtime: typeof proto3;
|
|
228
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentResponse";
|
|
229
|
+
static readonly fields: FieldList;
|
|
230
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAllContentResponse;
|
|
231
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAllContentResponse;
|
|
232
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAllContentResponse;
|
|
233
|
+
static equals(a: GetAllContentResponse | PlainMessage<GetAllContentResponse> | undefined, b: GetAllContentResponse | PlainMessage<GetAllContentResponse> | undefined): boolean;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentAdminRequest
|
|
237
|
+
*/
|
|
238
|
+
export declare class GetAllContentAdminRequest extends Message<GetAllContentAdminRequest> {
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: uint32 PageSize = 1;
|
|
241
|
+
*/
|
|
242
|
+
PageSize: number;
|
|
243
|
+
/**
|
|
244
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
245
|
+
*/
|
|
246
|
+
PageOffset: number;
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: repeated string PossibleContentIDs = 6;
|
|
249
|
+
*/
|
|
250
|
+
PossibleContentIDs: string[];
|
|
251
|
+
/**
|
|
252
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch SubscriptionSearch = 10;
|
|
253
|
+
*/
|
|
254
|
+
SubscriptionSearch?: SubscriptionLevelSearch;
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 11;
|
|
257
|
+
*/
|
|
258
|
+
ContentType: ContentType;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string CategoryId = 12;
|
|
261
|
+
*/
|
|
262
|
+
CategoryId: string;
|
|
263
|
+
/**
|
|
264
|
+
* @generated from field: string ChannelId = 13;
|
|
265
|
+
*/
|
|
266
|
+
ChannelId: string;
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: string Tag = 14;
|
|
269
|
+
*/
|
|
270
|
+
Tag: string;
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: bool OnlyLive = 15;
|
|
273
|
+
*/
|
|
274
|
+
OnlyLive: boolean;
|
|
275
|
+
/**
|
|
276
|
+
* @generated from field: bool Deleted = 21;
|
|
277
|
+
*/
|
|
278
|
+
Deleted: boolean;
|
|
279
|
+
constructor(data?: PartialMessage<GetAllContentAdminRequest>);
|
|
280
|
+
static readonly runtime: typeof proto3;
|
|
281
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentAdminRequest";
|
|
282
|
+
static readonly fields: FieldList;
|
|
283
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAllContentAdminRequest;
|
|
284
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAllContentAdminRequest;
|
|
285
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAllContentAdminRequest;
|
|
286
|
+
static equals(a: GetAllContentAdminRequest | PlainMessage<GetAllContentAdminRequest> | undefined, b: GetAllContentAdminRequest | PlainMessage<GetAllContentAdminRequest> | undefined): boolean;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentAdminResponse
|
|
290
|
+
*/
|
|
291
|
+
export declare class GetAllContentAdminResponse extends Message<GetAllContentAdminResponse> {
|
|
292
|
+
/**
|
|
293
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
294
|
+
*/
|
|
295
|
+
Records: ContentListRecord[];
|
|
296
|
+
/**
|
|
297
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
298
|
+
*/
|
|
299
|
+
PageOffsetStart: number;
|
|
300
|
+
/**
|
|
301
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
302
|
+
*/
|
|
303
|
+
PageOffsetEnd: number;
|
|
304
|
+
/**
|
|
305
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
306
|
+
*/
|
|
307
|
+
PageTotalItems: number;
|
|
308
|
+
constructor(data?: PartialMessage<GetAllContentAdminResponse>);
|
|
309
|
+
static readonly runtime: typeof proto3;
|
|
310
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentAdminResponse";
|
|
311
|
+
static readonly fields: FieldList;
|
|
312
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAllContentAdminResponse;
|
|
313
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAllContentAdminResponse;
|
|
314
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAllContentAdminResponse;
|
|
315
|
+
static equals(a: GetAllContentAdminResponse | PlainMessage<GetAllContentAdminResponse> | undefined, b: GetAllContentAdminResponse | PlainMessage<GetAllContentAdminResponse> | undefined): boolean;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentRequest
|
|
319
|
+
*/
|
|
320
|
+
export declare class GetContentRequest extends Message<GetContentRequest> {
|
|
321
|
+
/**
|
|
322
|
+
* Guid for the content record
|
|
323
|
+
*
|
|
324
|
+
* @generated from field: string ContentID = 1;
|
|
325
|
+
*/
|
|
326
|
+
ContentID: string;
|
|
327
|
+
constructor(data?: PartialMessage<GetContentRequest>);
|
|
328
|
+
static readonly runtime: typeof proto3;
|
|
329
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetContentRequest";
|
|
330
|
+
static readonly fields: FieldList;
|
|
331
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetContentRequest;
|
|
332
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetContentRequest;
|
|
333
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetContentRequest;
|
|
334
|
+
static equals(a: GetContentRequest | PlainMessage<GetContentRequest> | undefined, b: GetContentRequest | PlainMessage<GetContentRequest> | undefined): boolean;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentResponse
|
|
338
|
+
*/
|
|
339
|
+
export declare class GetContentResponse extends Message<GetContentResponse> {
|
|
340
|
+
/**
|
|
341
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentPublicRecord Record = 1;
|
|
342
|
+
*/
|
|
343
|
+
Record?: ContentPublicRecord;
|
|
344
|
+
constructor(data?: PartialMessage<GetContentResponse>);
|
|
345
|
+
static readonly runtime: typeof proto3;
|
|
346
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetContentResponse";
|
|
347
|
+
static readonly fields: FieldList;
|
|
348
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetContentResponse;
|
|
349
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetContentResponse;
|
|
350
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetContentResponse;
|
|
351
|
+
static equals(a: GetContentResponse | PlainMessage<GetContentResponse> | undefined, b: GetContentResponse | PlainMessage<GetContentResponse> | undefined): boolean;
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentByUrlRequest
|
|
355
|
+
*/
|
|
356
|
+
export declare class GetContentByUrlRequest extends Message<GetContentByUrlRequest> {
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: string ContentUrl = 1;
|
|
359
|
+
*/
|
|
360
|
+
ContentUrl: string;
|
|
361
|
+
constructor(data?: PartialMessage<GetContentByUrlRequest>);
|
|
362
|
+
static readonly runtime: typeof proto3;
|
|
363
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetContentByUrlRequest";
|
|
364
|
+
static readonly fields: FieldList;
|
|
365
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetContentByUrlRequest;
|
|
366
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetContentByUrlRequest;
|
|
367
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetContentByUrlRequest;
|
|
368
|
+
static equals(a: GetContentByUrlRequest | PlainMessage<GetContentByUrlRequest> | undefined, b: GetContentByUrlRequest | PlainMessage<GetContentByUrlRequest> | undefined): boolean;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentByUrlResponse
|
|
372
|
+
*/
|
|
373
|
+
export declare class GetContentByUrlResponse extends Message<GetContentByUrlResponse> {
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentPublicRecord Record = 1;
|
|
376
|
+
*/
|
|
377
|
+
Record?: ContentPublicRecord;
|
|
378
|
+
constructor(data?: PartialMessage<GetContentByUrlResponse>);
|
|
379
|
+
static readonly runtime: typeof proto3;
|
|
380
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetContentByUrlResponse";
|
|
381
|
+
static readonly fields: FieldList;
|
|
382
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetContentByUrlResponse;
|
|
383
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetContentByUrlResponse;
|
|
384
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetContentByUrlResponse;
|
|
385
|
+
static equals(a: GetContentByUrlResponse | PlainMessage<GetContentByUrlResponse> | undefined, b: GetContentByUrlResponse | PlainMessage<GetContentByUrlResponse> | undefined): boolean;
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentAdminRequest
|
|
389
|
+
*/
|
|
390
|
+
export declare class GetContentAdminRequest extends Message<GetContentAdminRequest> {
|
|
391
|
+
/**
|
|
392
|
+
* Guid for the content record
|
|
393
|
+
*
|
|
394
|
+
* @generated from field: string ContentID = 1;
|
|
395
|
+
*/
|
|
396
|
+
ContentID: string;
|
|
397
|
+
constructor(data?: PartialMessage<GetContentAdminRequest>);
|
|
398
|
+
static readonly runtime: typeof proto3;
|
|
399
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetContentAdminRequest";
|
|
400
|
+
static readonly fields: FieldList;
|
|
401
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetContentAdminRequest;
|
|
402
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetContentAdminRequest;
|
|
403
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetContentAdminRequest;
|
|
404
|
+
static equals(a: GetContentAdminRequest | PlainMessage<GetContentAdminRequest> | undefined, b: GetContentAdminRequest | PlainMessage<GetContentAdminRequest> | undefined): boolean;
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentAdminResponse
|
|
408
|
+
*/
|
|
409
|
+
export declare class GetContentAdminResponse extends Message<GetContentAdminResponse> {
|
|
410
|
+
/**
|
|
411
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
412
|
+
*/
|
|
413
|
+
Record?: ContentRecord;
|
|
414
|
+
constructor(data?: PartialMessage<GetContentAdminResponse>);
|
|
415
|
+
static readonly runtime: typeof proto3;
|
|
416
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetContentAdminResponse";
|
|
417
|
+
static readonly fields: FieldList;
|
|
418
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetContentAdminResponse;
|
|
419
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetContentAdminResponse;
|
|
420
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetContentAdminResponse;
|
|
421
|
+
static equals(a: GetContentAdminResponse | PlainMessage<GetContentAdminResponse> | undefined, b: GetContentAdminResponse | PlainMessage<GetContentAdminResponse> | undefined): boolean;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentCategoriesRequest
|
|
425
|
+
*/
|
|
426
|
+
export declare class GetRecentCategoriesRequest extends Message<GetRecentCategoriesRequest> {
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: uint32 NumCategories = 1;
|
|
429
|
+
*/
|
|
430
|
+
NumCategories: number;
|
|
431
|
+
constructor(data?: PartialMessage<GetRecentCategoriesRequest>);
|
|
432
|
+
static readonly runtime: typeof proto3;
|
|
433
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetRecentCategoriesRequest";
|
|
434
|
+
static readonly fields: FieldList;
|
|
435
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRecentCategoriesRequest;
|
|
436
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRecentCategoriesRequest;
|
|
437
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRecentCategoriesRequest;
|
|
438
|
+
static equals(a: GetRecentCategoriesRequest | PlainMessage<GetRecentCategoriesRequest> | undefined, b: GetRecentCategoriesRequest | PlainMessage<GetRecentCategoriesRequest> | undefined): boolean;
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentCategoriesResponse
|
|
442
|
+
*/
|
|
443
|
+
export declare class GetRecentCategoriesResponse extends Message<GetRecentCategoriesResponse> {
|
|
444
|
+
/**
|
|
445
|
+
* @generated from field: repeated string CategoryIds = 1;
|
|
446
|
+
*/
|
|
447
|
+
CategoryIds: string[];
|
|
448
|
+
constructor(data?: PartialMessage<GetRecentCategoriesResponse>);
|
|
449
|
+
static readonly runtime: typeof proto3;
|
|
450
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetRecentCategoriesResponse";
|
|
451
|
+
static readonly fields: FieldList;
|
|
452
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRecentCategoriesResponse;
|
|
453
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRecentCategoriesResponse;
|
|
454
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRecentCategoriesResponse;
|
|
455
|
+
static equals(a: GetRecentCategoriesResponse | PlainMessage<GetRecentCategoriesResponse> | undefined, b: GetRecentCategoriesResponse | PlainMessage<GetRecentCategoriesResponse> | undefined): boolean;
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentTagsRequest
|
|
459
|
+
*/
|
|
460
|
+
export declare class GetRecentTagsRequest extends Message<GetRecentTagsRequest> {
|
|
461
|
+
/**
|
|
462
|
+
* @generated from field: uint32 NumTags = 1;
|
|
463
|
+
*/
|
|
464
|
+
NumTags: number;
|
|
465
|
+
constructor(data?: PartialMessage<GetRecentTagsRequest>);
|
|
466
|
+
static readonly runtime: typeof proto3;
|
|
467
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetRecentTagsRequest";
|
|
468
|
+
static readonly fields: FieldList;
|
|
469
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRecentTagsRequest;
|
|
470
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRecentTagsRequest;
|
|
471
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRecentTagsRequest;
|
|
472
|
+
static equals(a: GetRecentTagsRequest | PlainMessage<GetRecentTagsRequest> | undefined, b: GetRecentTagsRequest | PlainMessage<GetRecentTagsRequest> | undefined): boolean;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentTagsResponse
|
|
476
|
+
*/
|
|
477
|
+
export declare class GetRecentTagsResponse extends Message<GetRecentTagsResponse> {
|
|
478
|
+
/**
|
|
479
|
+
* @generated from field: repeated string Tags = 1;
|
|
480
|
+
*/
|
|
481
|
+
Tags: string[];
|
|
482
|
+
constructor(data?: PartialMessage<GetRecentTagsResponse>);
|
|
483
|
+
static readonly runtime: typeof proto3;
|
|
484
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetRecentTagsResponse";
|
|
485
|
+
static readonly fields: FieldList;
|
|
486
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRecentTagsResponse;
|
|
487
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRecentTagsResponse;
|
|
488
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRecentTagsResponse;
|
|
489
|
+
static equals(a: GetRecentTagsResponse | PlainMessage<GetRecentTagsResponse> | undefined, b: GetRecentTagsResponse | PlainMessage<GetRecentTagsResponse> | undefined): boolean;
|
|
490
|
+
}
|
|
491
|
+
/**
|
|
492
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRelatedContentRequest
|
|
493
|
+
*/
|
|
494
|
+
export declare class GetRelatedContentRequest extends Message<GetRelatedContentRequest> {
|
|
495
|
+
/**
|
|
496
|
+
* Guid for the content record
|
|
497
|
+
*
|
|
498
|
+
* @generated from field: string ContentID = 1;
|
|
499
|
+
*/
|
|
500
|
+
ContentID: string;
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: uint32 PageSize = 2;
|
|
503
|
+
*/
|
|
504
|
+
PageSize: number;
|
|
505
|
+
/**
|
|
506
|
+
* @generated from field: uint32 PageOffset = 3;
|
|
507
|
+
*/
|
|
508
|
+
PageOffset: number;
|
|
509
|
+
constructor(data?: PartialMessage<GetRelatedContentRequest>);
|
|
510
|
+
static readonly runtime: typeof proto3;
|
|
511
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetRelatedContentRequest";
|
|
512
|
+
static readonly fields: FieldList;
|
|
513
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRelatedContentRequest;
|
|
514
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRelatedContentRequest;
|
|
515
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRelatedContentRequest;
|
|
516
|
+
static equals(a: GetRelatedContentRequest | PlainMessage<GetRelatedContentRequest> | undefined, b: GetRelatedContentRequest | PlainMessage<GetRelatedContentRequest> | undefined): boolean;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRelatedContentResponse
|
|
520
|
+
*/
|
|
521
|
+
export declare class GetRelatedContentResponse extends Message<GetRelatedContentResponse> {
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
524
|
+
*/
|
|
525
|
+
Records: ContentListRecord[];
|
|
526
|
+
/**
|
|
527
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
528
|
+
*/
|
|
529
|
+
PageOffsetStart: number;
|
|
530
|
+
/**
|
|
531
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
532
|
+
*/
|
|
533
|
+
PageOffsetEnd: number;
|
|
534
|
+
/**
|
|
535
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
536
|
+
*/
|
|
537
|
+
PageTotalItems: number;
|
|
538
|
+
constructor(data?: PartialMessage<GetRelatedContentResponse>);
|
|
539
|
+
static readonly runtime: typeof proto3;
|
|
540
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.GetRelatedContentResponse";
|
|
541
|
+
static readonly fields: FieldList;
|
|
542
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRelatedContentResponse;
|
|
543
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRelatedContentResponse;
|
|
544
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRelatedContentResponse;
|
|
545
|
+
static equals(a: GetRelatedContentResponse | PlainMessage<GetRelatedContentResponse> | undefined, b: GetRelatedContentResponse | PlainMessage<GetRelatedContentResponse> | undefined): boolean;
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.ModifyContentRequest
|
|
549
|
+
*/
|
|
550
|
+
export declare class ModifyContentRequest extends Message<ModifyContentRequest> {
|
|
551
|
+
/**
|
|
552
|
+
* Guid for the content record
|
|
553
|
+
*
|
|
554
|
+
* @generated from field: string ContentID = 1;
|
|
555
|
+
*/
|
|
556
|
+
ContentID: string;
|
|
557
|
+
/**
|
|
558
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentPublicData Public = 2;
|
|
559
|
+
*/
|
|
560
|
+
Public?: ContentPublicData;
|
|
561
|
+
/**
|
|
562
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentPrivateData Private = 3;
|
|
563
|
+
*/
|
|
564
|
+
Private?: ContentPrivateData;
|
|
565
|
+
constructor(data?: PartialMessage<ModifyContentRequest>);
|
|
566
|
+
static readonly runtime: typeof proto3;
|
|
567
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.ModifyContentRequest";
|
|
568
|
+
static readonly fields: FieldList;
|
|
569
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ModifyContentRequest;
|
|
570
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ModifyContentRequest;
|
|
571
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ModifyContentRequest;
|
|
572
|
+
static equals(a: ModifyContentRequest | PlainMessage<ModifyContentRequest> | undefined, b: ModifyContentRequest | PlainMessage<ModifyContentRequest> | undefined): boolean;
|
|
573
|
+
}
|
|
574
|
+
/**
|
|
575
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.ModifyContentResponse
|
|
576
|
+
*/
|
|
577
|
+
export declare class ModifyContentResponse extends Message<ModifyContentResponse> {
|
|
578
|
+
/**
|
|
579
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
580
|
+
*/
|
|
581
|
+
Record?: ContentRecord;
|
|
582
|
+
constructor(data?: PartialMessage<ModifyContentResponse>);
|
|
583
|
+
static readonly runtime: typeof proto3;
|
|
584
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.ModifyContentResponse";
|
|
585
|
+
static readonly fields: FieldList;
|
|
586
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ModifyContentResponse;
|
|
587
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ModifyContentResponse;
|
|
588
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ModifyContentResponse;
|
|
589
|
+
static equals(a: ModifyContentResponse | PlainMessage<ModifyContentResponse> | undefined, b: ModifyContentResponse | PlainMessage<ModifyContentResponse> | undefined): boolean;
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.ContentListRecord
|
|
593
|
+
*/
|
|
594
|
+
export declare class ContentListRecord extends Message<ContentListRecord> {
|
|
595
|
+
/**
|
|
596
|
+
* Guid for the content record
|
|
597
|
+
*
|
|
598
|
+
* @generated from field: string ContentID = 1;
|
|
599
|
+
*/
|
|
600
|
+
ContentID: string;
|
|
601
|
+
/**
|
|
602
|
+
* UTC timestamp when content was created
|
|
603
|
+
*
|
|
604
|
+
* @generated from field: google.protobuf.Timestamp CreatedOnUTC = 2;
|
|
605
|
+
*/
|
|
606
|
+
CreatedOnUTC?: Timestamp;
|
|
607
|
+
/**
|
|
608
|
+
* UTC timestamp when content was published
|
|
609
|
+
*
|
|
610
|
+
* @generated from field: google.protobuf.Timestamp PublishOnUTC = 3;
|
|
611
|
+
*/
|
|
612
|
+
PublishOnUTC?: Timestamp;
|
|
613
|
+
/**
|
|
614
|
+
* UTC timestamp when content was published
|
|
615
|
+
*
|
|
616
|
+
* @generated from field: google.protobuf.Timestamp PinnedOnUTC = 4;
|
|
617
|
+
*/
|
|
618
|
+
PinnedOnUTC?: Timestamp;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: string Title = 10;
|
|
621
|
+
*/
|
|
622
|
+
Title: string;
|
|
623
|
+
/**
|
|
624
|
+
* @generated from field: string Description = 11;
|
|
625
|
+
*/
|
|
626
|
+
Description: string;
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: uint32 SubscriptionLevel = 12;
|
|
629
|
+
*/
|
|
630
|
+
SubscriptionLevel: number;
|
|
631
|
+
/**
|
|
632
|
+
* @generated from field: string URL = 13;
|
|
633
|
+
*/
|
|
634
|
+
URL: string;
|
|
635
|
+
/**
|
|
636
|
+
* @generated from field: string Author = 14;
|
|
637
|
+
*/
|
|
638
|
+
Author: string;
|
|
639
|
+
/**
|
|
640
|
+
* @generated from field: string AuthorID = 15;
|
|
641
|
+
*/
|
|
642
|
+
AuthorID: string;
|
|
643
|
+
/**
|
|
644
|
+
* @generated from field: string FeaturedImageAssetID = 20;
|
|
645
|
+
*/
|
|
646
|
+
FeaturedImageAssetID: string;
|
|
647
|
+
/**
|
|
648
|
+
* @generated from field: repeated string CategoryIds = 21;
|
|
649
|
+
*/
|
|
650
|
+
CategoryIds: string[];
|
|
651
|
+
/**
|
|
652
|
+
* @generated from field: repeated string ChannelIds = 22;
|
|
653
|
+
*/
|
|
654
|
+
ChannelIds: string[];
|
|
655
|
+
/**
|
|
656
|
+
* @generated from field: bool IsLiveStream = 23;
|
|
657
|
+
*/
|
|
658
|
+
IsLiveStream: boolean;
|
|
659
|
+
/**
|
|
660
|
+
* @generated from field: bool IsLive = 24;
|
|
661
|
+
*/
|
|
662
|
+
IsLive: boolean;
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 25;
|
|
665
|
+
*/
|
|
666
|
+
ContentType: ContentType;
|
|
667
|
+
constructor(data?: PartialMessage<ContentListRecord>);
|
|
668
|
+
static readonly runtime: typeof proto3;
|
|
669
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.ContentListRecord";
|
|
670
|
+
static readonly fields: FieldList;
|
|
671
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ContentListRecord;
|
|
672
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ContentListRecord;
|
|
673
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ContentListRecord;
|
|
674
|
+
static equals(a: ContentListRecord | PlainMessage<ContentListRecord> | undefined, b: ContentListRecord | PlainMessage<ContentListRecord> | undefined): boolean;
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.PublishContentRequest
|
|
678
|
+
*/
|
|
679
|
+
export declare class PublishContentRequest extends Message<PublishContentRequest> {
|
|
680
|
+
/**
|
|
681
|
+
* Guid for the content record
|
|
682
|
+
*
|
|
683
|
+
* @generated from field: string ContentID = 1;
|
|
684
|
+
*/
|
|
685
|
+
ContentID: string;
|
|
686
|
+
/**
|
|
687
|
+
* UTC timestamp when content was or will be published
|
|
688
|
+
*
|
|
689
|
+
* @generated from field: google.protobuf.Timestamp PublishOnUTC = 3;
|
|
690
|
+
*/
|
|
691
|
+
PublishOnUTC?: Timestamp;
|
|
692
|
+
constructor(data?: PartialMessage<PublishContentRequest>);
|
|
693
|
+
static readonly runtime: typeof proto3;
|
|
694
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.PublishContentRequest";
|
|
695
|
+
static readonly fields: FieldList;
|
|
696
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishContentRequest;
|
|
697
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishContentRequest;
|
|
698
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishContentRequest;
|
|
699
|
+
static equals(a: PublishContentRequest | PlainMessage<PublishContentRequest> | undefined, b: PublishContentRequest | PlainMessage<PublishContentRequest> | undefined): boolean;
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.PublishContentResponse
|
|
703
|
+
*/
|
|
704
|
+
export declare class PublishContentResponse extends Message<PublishContentResponse> {
|
|
705
|
+
/**
|
|
706
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
707
|
+
*/
|
|
708
|
+
Record?: ContentRecord;
|
|
709
|
+
constructor(data?: PartialMessage<PublishContentResponse>);
|
|
710
|
+
static readonly runtime: typeof proto3;
|
|
711
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.PublishContentResponse";
|
|
712
|
+
static readonly fields: FieldList;
|
|
713
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishContentResponse;
|
|
714
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishContentResponse;
|
|
715
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishContentResponse;
|
|
716
|
+
static equals(a: PublishContentResponse | PlainMessage<PublishContentResponse> | undefined, b: PublishContentResponse | PlainMessage<PublishContentResponse> | undefined): boolean;
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.SearchContentRequest
|
|
720
|
+
*/
|
|
721
|
+
export declare class SearchContentRequest extends Message<SearchContentRequest> {
|
|
722
|
+
/**
|
|
723
|
+
* @generated from field: uint32 PageSize = 1;
|
|
724
|
+
*/
|
|
725
|
+
PageSize: number;
|
|
726
|
+
/**
|
|
727
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
728
|
+
*/
|
|
729
|
+
PageOffset: number;
|
|
730
|
+
/**
|
|
731
|
+
* @generated from field: string Query = 6;
|
|
732
|
+
*/
|
|
733
|
+
Query: string;
|
|
734
|
+
/**
|
|
735
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch SubscriptionSearch = 10;
|
|
736
|
+
*/
|
|
737
|
+
SubscriptionSearch?: SubscriptionLevelSearch;
|
|
738
|
+
/**
|
|
739
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 11;
|
|
740
|
+
*/
|
|
741
|
+
ContentType: ContentType;
|
|
742
|
+
/**
|
|
743
|
+
* @generated from field: string CategoryId = 12;
|
|
744
|
+
*/
|
|
745
|
+
CategoryId: string;
|
|
746
|
+
/**
|
|
747
|
+
* @generated from field: string ChannelId = 13;
|
|
748
|
+
*/
|
|
749
|
+
ChannelId: string;
|
|
750
|
+
/**
|
|
751
|
+
* @generated from field: string Tag = 14;
|
|
752
|
+
*/
|
|
753
|
+
Tag: string;
|
|
754
|
+
/**
|
|
755
|
+
* @generated from field: bool OnlyLive = 15;
|
|
756
|
+
*/
|
|
757
|
+
OnlyLive: boolean;
|
|
758
|
+
constructor(data?: PartialMessage<SearchContentRequest>);
|
|
759
|
+
static readonly runtime: typeof proto3;
|
|
760
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.SearchContentRequest";
|
|
761
|
+
static readonly fields: FieldList;
|
|
762
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchContentRequest;
|
|
763
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchContentRequest;
|
|
764
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchContentRequest;
|
|
765
|
+
static equals(a: SearchContentRequest | PlainMessage<SearchContentRequest> | undefined, b: SearchContentRequest | PlainMessage<SearchContentRequest> | undefined): boolean;
|
|
766
|
+
}
|
|
767
|
+
/**
|
|
768
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.SearchContentResponse
|
|
769
|
+
*/
|
|
770
|
+
export declare class SearchContentResponse extends Message<SearchContentResponse> {
|
|
771
|
+
/**
|
|
772
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
773
|
+
*/
|
|
774
|
+
Records: ContentListRecord[];
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
777
|
+
*/
|
|
778
|
+
PageOffsetStart: number;
|
|
779
|
+
/**
|
|
780
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
781
|
+
*/
|
|
782
|
+
PageOffsetEnd: number;
|
|
783
|
+
/**
|
|
784
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
785
|
+
*/
|
|
786
|
+
PageTotalItems: number;
|
|
787
|
+
constructor(data?: PartialMessage<SearchContentResponse>);
|
|
788
|
+
static readonly runtime: typeof proto3;
|
|
789
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.SearchContentResponse";
|
|
790
|
+
static readonly fields: FieldList;
|
|
791
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchContentResponse;
|
|
792
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchContentResponse;
|
|
793
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchContentResponse;
|
|
794
|
+
static equals(a: SearchContentResponse | PlainMessage<SearchContentResponse> | undefined, b: SearchContentResponse | PlainMessage<SearchContentResponse> | undefined): boolean;
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnannounceContentRequest
|
|
798
|
+
*/
|
|
799
|
+
export declare class UnannounceContentRequest extends Message<UnannounceContentRequest> {
|
|
800
|
+
/**
|
|
801
|
+
* Guid for the content record
|
|
802
|
+
*
|
|
803
|
+
* @generated from field: string ContentID = 1;
|
|
804
|
+
*/
|
|
805
|
+
ContentID: string;
|
|
806
|
+
constructor(data?: PartialMessage<UnannounceContentRequest>);
|
|
807
|
+
static readonly runtime: typeof proto3;
|
|
808
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.UnannounceContentRequest";
|
|
809
|
+
static readonly fields: FieldList;
|
|
810
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnannounceContentRequest;
|
|
811
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnannounceContentRequest;
|
|
812
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnannounceContentRequest;
|
|
813
|
+
static equals(a: UnannounceContentRequest | PlainMessage<UnannounceContentRequest> | undefined, b: UnannounceContentRequest | PlainMessage<UnannounceContentRequest> | undefined): boolean;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnannounceContentResponse
|
|
817
|
+
*/
|
|
818
|
+
export declare class UnannounceContentResponse extends Message<UnannounceContentResponse> {
|
|
819
|
+
/**
|
|
820
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
821
|
+
*/
|
|
822
|
+
Record?: ContentRecord;
|
|
823
|
+
constructor(data?: PartialMessage<UnannounceContentResponse>);
|
|
824
|
+
static readonly runtime: typeof proto3;
|
|
825
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.UnannounceContentResponse";
|
|
826
|
+
static readonly fields: FieldList;
|
|
827
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnannounceContentResponse;
|
|
828
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnannounceContentResponse;
|
|
829
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnannounceContentResponse;
|
|
830
|
+
static equals(a: UnannounceContentResponse | PlainMessage<UnannounceContentResponse> | undefined, b: UnannounceContentResponse | PlainMessage<UnannounceContentResponse> | undefined): boolean;
|
|
831
|
+
}
|
|
832
|
+
/**
|
|
833
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UndeleteContentRequest
|
|
834
|
+
*/
|
|
835
|
+
export declare class UndeleteContentRequest extends Message<UndeleteContentRequest> {
|
|
836
|
+
/**
|
|
837
|
+
* Guid for the content record
|
|
838
|
+
*
|
|
839
|
+
* @generated from field: string ContentID = 1;
|
|
840
|
+
*/
|
|
841
|
+
ContentID: string;
|
|
842
|
+
constructor(data?: PartialMessage<UndeleteContentRequest>);
|
|
843
|
+
static readonly runtime: typeof proto3;
|
|
844
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.UndeleteContentRequest";
|
|
845
|
+
static readonly fields: FieldList;
|
|
846
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UndeleteContentRequest;
|
|
847
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UndeleteContentRequest;
|
|
848
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UndeleteContentRequest;
|
|
849
|
+
static equals(a: UndeleteContentRequest | PlainMessage<UndeleteContentRequest> | undefined, b: UndeleteContentRequest | PlainMessage<UndeleteContentRequest> | undefined): boolean;
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UndeleteContentResponse
|
|
853
|
+
*/
|
|
854
|
+
export declare class UndeleteContentResponse extends Message<UndeleteContentResponse> {
|
|
855
|
+
/**
|
|
856
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
857
|
+
*/
|
|
858
|
+
Record?: ContentRecord;
|
|
859
|
+
constructor(data?: PartialMessage<UndeleteContentResponse>);
|
|
860
|
+
static readonly runtime: typeof proto3;
|
|
861
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.UndeleteContentResponse";
|
|
862
|
+
static readonly fields: FieldList;
|
|
863
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UndeleteContentResponse;
|
|
864
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UndeleteContentResponse;
|
|
865
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UndeleteContentResponse;
|
|
866
|
+
static equals(a: UndeleteContentResponse | PlainMessage<UndeleteContentResponse> | undefined, b: UndeleteContentResponse | PlainMessage<UndeleteContentResponse> | undefined): boolean;
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnpublishContentRequest
|
|
870
|
+
*/
|
|
871
|
+
export declare class UnpublishContentRequest extends Message<UnpublishContentRequest> {
|
|
872
|
+
/**
|
|
873
|
+
* Guid for the content record
|
|
874
|
+
*
|
|
875
|
+
* @generated from field: string ContentID = 1;
|
|
876
|
+
*/
|
|
877
|
+
ContentID: string;
|
|
878
|
+
constructor(data?: PartialMessage<UnpublishContentRequest>);
|
|
879
|
+
static readonly runtime: typeof proto3;
|
|
880
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.UnpublishContentRequest";
|
|
881
|
+
static readonly fields: FieldList;
|
|
882
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnpublishContentRequest;
|
|
883
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnpublishContentRequest;
|
|
884
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnpublishContentRequest;
|
|
885
|
+
static equals(a: UnpublishContentRequest | PlainMessage<UnpublishContentRequest> | undefined, b: UnpublishContentRequest | PlainMessage<UnpublishContentRequest> | undefined): boolean;
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnpublishContentResponse
|
|
889
|
+
*/
|
|
890
|
+
export declare class UnpublishContentResponse extends Message<UnpublishContentResponse> {
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: IT.WebServices.Fragments.Content.ContentRecord Record = 1;
|
|
893
|
+
*/
|
|
894
|
+
Record?: ContentRecord;
|
|
895
|
+
constructor(data?: PartialMessage<UnpublishContentResponse>);
|
|
896
|
+
static readonly runtime: typeof proto3;
|
|
897
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.UnpublishContentResponse";
|
|
898
|
+
static readonly fields: FieldList;
|
|
899
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnpublishContentResponse;
|
|
900
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnpublishContentResponse;
|
|
901
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnpublishContentResponse;
|
|
902
|
+
static equals(a: UnpublishContentResponse | PlainMessage<UnpublishContentResponse> | undefined, b: UnpublishContentResponse | PlainMessage<UnpublishContentResponse> | undefined): boolean;
|
|
903
|
+
}
|
|
904
|
+
/**
|
|
905
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch
|
|
906
|
+
*/
|
|
907
|
+
export declare class SubscriptionLevelSearch extends Message<SubscriptionLevelSearch> {
|
|
908
|
+
/**
|
|
909
|
+
* @generated from field: uint32 MinimumLevel = 1;
|
|
910
|
+
*/
|
|
911
|
+
MinimumLevel: number;
|
|
912
|
+
/**
|
|
913
|
+
* @generated from field: uint32 MaximumLevel = 2;
|
|
914
|
+
*/
|
|
915
|
+
MaximumLevel: number;
|
|
916
|
+
constructor(data?: PartialMessage<SubscriptionLevelSearch>);
|
|
917
|
+
static readonly runtime: typeof proto3;
|
|
918
|
+
static readonly typeName = "IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch";
|
|
919
|
+
static readonly fields: FieldList;
|
|
920
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubscriptionLevelSearch;
|
|
921
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubscriptionLevelSearch;
|
|
922
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubscriptionLevelSearch;
|
|
923
|
+
static equals(a: SubscriptionLevelSearch | PlainMessage<SubscriptionLevelSearch> | undefined, b: SubscriptionLevelSearch | PlainMessage<SubscriptionLevelSearch> | undefined): boolean;
|
|
924
|
+
}
|