@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,1396 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
3
|
+
// @generated from file Protos/IT/WebServices/Fragments/Content/Music/MusicInterface.proto (package IT.WebServices.Fragments.Content.Music, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.SubscriptionLevelSearch = exports.UnpublishContentResponse = exports.UnpublishContentRequest = exports.UndeleteContentResponse = exports.UndeleteContentRequest = exports.UnannounceContentResponse = exports.UnannounceContentRequest = exports.SearchContentResponse = exports.SearchContentRequest = exports.PublishContentResponse = exports.PublishContentRequest = exports.ContentListRecord = exports.ModifyContentResponse = exports.ModifyContentRequest = exports.GetRelatedContentResponse = exports.GetRelatedContentRequest = exports.GetRecentTagsResponse = exports.GetRecentTagsRequest = exports.GetRecentCategoriesResponse = exports.GetRecentCategoriesRequest = exports.GetContentAdminResponse = exports.GetContentAdminRequest = exports.GetContentByUrlResponse = exports.GetContentByUrlRequest = exports.GetContentResponse = exports.GetContentRequest = exports.GetAllContentAdminResponse = exports.GetAllContentAdminRequest = exports.GetAllContentResponse = exports.GetAllContentRequest = exports.DeleteContentResponse = exports.DeleteContentRequest = exports.CreateContentResponse = exports.CreateContentRequest = exports.AnnounceContentResponse = exports.AnnounceContentRequest = exports.ContentType = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
const ContentRecord_pb_1 = require("../ContentRecord_pb");
|
|
10
|
+
/**
|
|
11
|
+
* @generated from enum IT.WebServices.Fragments.Content.Music.ContentType
|
|
12
|
+
*/
|
|
13
|
+
var ContentType;
|
|
14
|
+
(function (ContentType) {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from enum value: None = 0;
|
|
17
|
+
*/
|
|
18
|
+
ContentType[ContentType["None"] = 0] = "None";
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum value: Audio = 1;
|
|
21
|
+
*/
|
|
22
|
+
ContentType[ContentType["Audio"] = 1] = "Audio";
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum value: Picture = 2;
|
|
25
|
+
*/
|
|
26
|
+
ContentType[ContentType["Picture"] = 2] = "Picture";
|
|
27
|
+
/**
|
|
28
|
+
* @generated from enum value: Video = 3;
|
|
29
|
+
*/
|
|
30
|
+
ContentType[ContentType["Video"] = 3] = "Video";
|
|
31
|
+
/**
|
|
32
|
+
* @generated from enum value: Written = 4;
|
|
33
|
+
*/
|
|
34
|
+
ContentType[ContentType["Written"] = 4] = "Written";
|
|
35
|
+
})(ContentType || (exports.ContentType = ContentType = {}));
|
|
36
|
+
// Retrieve enum metadata with: proto3.getEnumType(ContentType)
|
|
37
|
+
protobuf_1.proto3.util.setEnumType(ContentType, "IT.WebServices.Fragments.Content.Music.ContentType", [
|
|
38
|
+
{ no: 0, name: "None" },
|
|
39
|
+
{ no: 1, name: "Audio" },
|
|
40
|
+
{ no: 2, name: "Picture" },
|
|
41
|
+
{ no: 3, name: "Video" },
|
|
42
|
+
{ no: 4, name: "Written" },
|
|
43
|
+
]);
|
|
44
|
+
/**
|
|
45
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.AnnounceContentRequest
|
|
46
|
+
*/
|
|
47
|
+
class AnnounceContentRequest extends protobuf_1.Message {
|
|
48
|
+
constructor(data) {
|
|
49
|
+
super();
|
|
50
|
+
/**
|
|
51
|
+
* Guid for the content record
|
|
52
|
+
*
|
|
53
|
+
* @generated from field: string ContentID = 1;
|
|
54
|
+
*/
|
|
55
|
+
this.ContentID = "";
|
|
56
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
57
|
+
}
|
|
58
|
+
static fromBinary(bytes, options) {
|
|
59
|
+
return new AnnounceContentRequest().fromBinary(bytes, options);
|
|
60
|
+
}
|
|
61
|
+
static fromJson(jsonValue, options) {
|
|
62
|
+
return new AnnounceContentRequest().fromJson(jsonValue, options);
|
|
63
|
+
}
|
|
64
|
+
static fromJsonString(jsonString, options) {
|
|
65
|
+
return new AnnounceContentRequest().fromJsonString(jsonString, options);
|
|
66
|
+
}
|
|
67
|
+
static equals(a, b) {
|
|
68
|
+
return protobuf_1.proto3.util.equals(AnnounceContentRequest, a, b);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.AnnounceContentRequest = AnnounceContentRequest;
|
|
72
|
+
AnnounceContentRequest.runtime = protobuf_1.proto3;
|
|
73
|
+
AnnounceContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.AnnounceContentRequest";
|
|
74
|
+
AnnounceContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
75
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
76
|
+
{ no: 3, name: "AnnounceOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
77
|
+
]);
|
|
78
|
+
/**
|
|
79
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.AnnounceContentResponse
|
|
80
|
+
*/
|
|
81
|
+
class AnnounceContentResponse extends protobuf_1.Message {
|
|
82
|
+
constructor(data) {
|
|
83
|
+
super();
|
|
84
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
85
|
+
}
|
|
86
|
+
static fromBinary(bytes, options) {
|
|
87
|
+
return new AnnounceContentResponse().fromBinary(bytes, options);
|
|
88
|
+
}
|
|
89
|
+
static fromJson(jsonValue, options) {
|
|
90
|
+
return new AnnounceContentResponse().fromJson(jsonValue, options);
|
|
91
|
+
}
|
|
92
|
+
static fromJsonString(jsonString, options) {
|
|
93
|
+
return new AnnounceContentResponse().fromJsonString(jsonString, options);
|
|
94
|
+
}
|
|
95
|
+
static equals(a, b) {
|
|
96
|
+
return protobuf_1.proto3.util.equals(AnnounceContentResponse, a, b);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.AnnounceContentResponse = AnnounceContentResponse;
|
|
100
|
+
AnnounceContentResponse.runtime = protobuf_1.proto3;
|
|
101
|
+
AnnounceContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.AnnounceContentResponse";
|
|
102
|
+
AnnounceContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
103
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
104
|
+
]);
|
|
105
|
+
/**
|
|
106
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.CreateContentRequest
|
|
107
|
+
*/
|
|
108
|
+
class CreateContentRequest extends protobuf_1.Message {
|
|
109
|
+
constructor(data) {
|
|
110
|
+
super();
|
|
111
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
112
|
+
}
|
|
113
|
+
static fromBinary(bytes, options) {
|
|
114
|
+
return new CreateContentRequest().fromBinary(bytes, options);
|
|
115
|
+
}
|
|
116
|
+
static fromJson(jsonValue, options) {
|
|
117
|
+
return new CreateContentRequest().fromJson(jsonValue, options);
|
|
118
|
+
}
|
|
119
|
+
static fromJsonString(jsonString, options) {
|
|
120
|
+
return new CreateContentRequest().fromJsonString(jsonString, options);
|
|
121
|
+
}
|
|
122
|
+
static equals(a, b) {
|
|
123
|
+
return protobuf_1.proto3.util.equals(CreateContentRequest, a, b);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
exports.CreateContentRequest = CreateContentRequest;
|
|
127
|
+
CreateContentRequest.runtime = protobuf_1.proto3;
|
|
128
|
+
CreateContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.CreateContentRequest";
|
|
129
|
+
CreateContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
130
|
+
{ no: 1, name: "Public", kind: "message", T: ContentRecord_pb_1.ContentPublicData },
|
|
131
|
+
{ no: 2, name: "Private", kind: "message", T: ContentRecord_pb_1.ContentPrivateData },
|
|
132
|
+
]);
|
|
133
|
+
/**
|
|
134
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.CreateContentResponse
|
|
135
|
+
*/
|
|
136
|
+
class CreateContentResponse extends protobuf_1.Message {
|
|
137
|
+
constructor(data) {
|
|
138
|
+
super();
|
|
139
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
140
|
+
}
|
|
141
|
+
static fromBinary(bytes, options) {
|
|
142
|
+
return new CreateContentResponse().fromBinary(bytes, options);
|
|
143
|
+
}
|
|
144
|
+
static fromJson(jsonValue, options) {
|
|
145
|
+
return new CreateContentResponse().fromJson(jsonValue, options);
|
|
146
|
+
}
|
|
147
|
+
static fromJsonString(jsonString, options) {
|
|
148
|
+
return new CreateContentResponse().fromJsonString(jsonString, options);
|
|
149
|
+
}
|
|
150
|
+
static equals(a, b) {
|
|
151
|
+
return protobuf_1.proto3.util.equals(CreateContentResponse, a, b);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
exports.CreateContentResponse = CreateContentResponse;
|
|
155
|
+
CreateContentResponse.runtime = protobuf_1.proto3;
|
|
156
|
+
CreateContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.CreateContentResponse";
|
|
157
|
+
CreateContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
158
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
159
|
+
]);
|
|
160
|
+
/**
|
|
161
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.DeleteContentRequest
|
|
162
|
+
*/
|
|
163
|
+
class DeleteContentRequest extends protobuf_1.Message {
|
|
164
|
+
constructor(data) {
|
|
165
|
+
super();
|
|
166
|
+
/**
|
|
167
|
+
* Guid for the content record
|
|
168
|
+
*
|
|
169
|
+
* @generated from field: string ContentID = 1;
|
|
170
|
+
*/
|
|
171
|
+
this.ContentID = "";
|
|
172
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
173
|
+
}
|
|
174
|
+
static fromBinary(bytes, options) {
|
|
175
|
+
return new DeleteContentRequest().fromBinary(bytes, options);
|
|
176
|
+
}
|
|
177
|
+
static fromJson(jsonValue, options) {
|
|
178
|
+
return new DeleteContentRequest().fromJson(jsonValue, options);
|
|
179
|
+
}
|
|
180
|
+
static fromJsonString(jsonString, options) {
|
|
181
|
+
return new DeleteContentRequest().fromJsonString(jsonString, options);
|
|
182
|
+
}
|
|
183
|
+
static equals(a, b) {
|
|
184
|
+
return protobuf_1.proto3.util.equals(DeleteContentRequest, a, b);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
exports.DeleteContentRequest = DeleteContentRequest;
|
|
188
|
+
DeleteContentRequest.runtime = protobuf_1.proto3;
|
|
189
|
+
DeleteContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.DeleteContentRequest";
|
|
190
|
+
DeleteContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
191
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
192
|
+
]);
|
|
193
|
+
/**
|
|
194
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.DeleteContentResponse
|
|
195
|
+
*/
|
|
196
|
+
class DeleteContentResponse extends protobuf_1.Message {
|
|
197
|
+
constructor(data) {
|
|
198
|
+
super();
|
|
199
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
200
|
+
}
|
|
201
|
+
static fromBinary(bytes, options) {
|
|
202
|
+
return new DeleteContentResponse().fromBinary(bytes, options);
|
|
203
|
+
}
|
|
204
|
+
static fromJson(jsonValue, options) {
|
|
205
|
+
return new DeleteContentResponse().fromJson(jsonValue, options);
|
|
206
|
+
}
|
|
207
|
+
static fromJsonString(jsonString, options) {
|
|
208
|
+
return new DeleteContentResponse().fromJsonString(jsonString, options);
|
|
209
|
+
}
|
|
210
|
+
static equals(a, b) {
|
|
211
|
+
return protobuf_1.proto3.util.equals(DeleteContentResponse, a, b);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
exports.DeleteContentResponse = DeleteContentResponse;
|
|
215
|
+
DeleteContentResponse.runtime = protobuf_1.proto3;
|
|
216
|
+
DeleteContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.DeleteContentResponse";
|
|
217
|
+
DeleteContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
218
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
219
|
+
]);
|
|
220
|
+
/**
|
|
221
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentRequest
|
|
222
|
+
*/
|
|
223
|
+
class GetAllContentRequest extends protobuf_1.Message {
|
|
224
|
+
constructor(data) {
|
|
225
|
+
super();
|
|
226
|
+
/**
|
|
227
|
+
* @generated from field: uint32 PageSize = 1;
|
|
228
|
+
*/
|
|
229
|
+
this.PageSize = 0;
|
|
230
|
+
/**
|
|
231
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
232
|
+
*/
|
|
233
|
+
this.PageOffset = 0;
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: repeated string PossibleContentIDs = 6;
|
|
236
|
+
*/
|
|
237
|
+
this.PossibleContentIDs = [];
|
|
238
|
+
/**
|
|
239
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 11;
|
|
240
|
+
*/
|
|
241
|
+
this.ContentType = ContentType.None;
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: string CategoryId = 12;
|
|
244
|
+
*/
|
|
245
|
+
this.CategoryId = "";
|
|
246
|
+
/**
|
|
247
|
+
* @generated from field: string ChannelId = 13;
|
|
248
|
+
*/
|
|
249
|
+
this.ChannelId = "";
|
|
250
|
+
/**
|
|
251
|
+
* @generated from field: string Tag = 14;
|
|
252
|
+
*/
|
|
253
|
+
this.Tag = "";
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: string AuthorId = 15;
|
|
256
|
+
*/
|
|
257
|
+
this.AuthorId = "";
|
|
258
|
+
/**
|
|
259
|
+
* @generated from field: bool OnlyLive = 16;
|
|
260
|
+
*/
|
|
261
|
+
this.OnlyLive = false;
|
|
262
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
263
|
+
}
|
|
264
|
+
static fromBinary(bytes, options) {
|
|
265
|
+
return new GetAllContentRequest().fromBinary(bytes, options);
|
|
266
|
+
}
|
|
267
|
+
static fromJson(jsonValue, options) {
|
|
268
|
+
return new GetAllContentRequest().fromJson(jsonValue, options);
|
|
269
|
+
}
|
|
270
|
+
static fromJsonString(jsonString, options) {
|
|
271
|
+
return new GetAllContentRequest().fromJsonString(jsonString, options);
|
|
272
|
+
}
|
|
273
|
+
static equals(a, b) {
|
|
274
|
+
return protobuf_1.proto3.util.equals(GetAllContentRequest, a, b);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
exports.GetAllContentRequest = GetAllContentRequest;
|
|
278
|
+
GetAllContentRequest.runtime = protobuf_1.proto3;
|
|
279
|
+
GetAllContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentRequest";
|
|
280
|
+
GetAllContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
281
|
+
{ no: 1, name: "PageSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
282
|
+
{ no: 2, name: "PageOffset", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
283
|
+
{ no: 6, name: "PossibleContentIDs", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
284
|
+
{ no: 10, name: "SubscriptionSearch", kind: "message", T: SubscriptionLevelSearch },
|
|
285
|
+
{ no: 11, name: "ContentType", kind: "enum", T: protobuf_1.proto3.getEnumType(ContentType) },
|
|
286
|
+
{ no: 12, name: "CategoryId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
287
|
+
{ no: 13, name: "ChannelId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
288
|
+
{ no: 14, name: "Tag", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
289
|
+
{ no: 15, name: "AuthorId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
290
|
+
{ no: 16, name: "OnlyLive", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
291
|
+
{ no: 21, name: "PublishedAfterUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
292
|
+
{ no: 22, name: "PublishedBeforeUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
293
|
+
]);
|
|
294
|
+
/**
|
|
295
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentResponse
|
|
296
|
+
*/
|
|
297
|
+
class GetAllContentResponse extends protobuf_1.Message {
|
|
298
|
+
constructor(data) {
|
|
299
|
+
super();
|
|
300
|
+
/**
|
|
301
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
302
|
+
*/
|
|
303
|
+
this.Records = [];
|
|
304
|
+
/**
|
|
305
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
306
|
+
*/
|
|
307
|
+
this.PageOffsetStart = 0;
|
|
308
|
+
/**
|
|
309
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
310
|
+
*/
|
|
311
|
+
this.PageOffsetEnd = 0;
|
|
312
|
+
/**
|
|
313
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
314
|
+
*/
|
|
315
|
+
this.PageTotalItems = 0;
|
|
316
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
317
|
+
}
|
|
318
|
+
static fromBinary(bytes, options) {
|
|
319
|
+
return new GetAllContentResponse().fromBinary(bytes, options);
|
|
320
|
+
}
|
|
321
|
+
static fromJson(jsonValue, options) {
|
|
322
|
+
return new GetAllContentResponse().fromJson(jsonValue, options);
|
|
323
|
+
}
|
|
324
|
+
static fromJsonString(jsonString, options) {
|
|
325
|
+
return new GetAllContentResponse().fromJsonString(jsonString, options);
|
|
326
|
+
}
|
|
327
|
+
static equals(a, b) {
|
|
328
|
+
return protobuf_1.proto3.util.equals(GetAllContentResponse, a, b);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
exports.GetAllContentResponse = GetAllContentResponse;
|
|
332
|
+
GetAllContentResponse.runtime = protobuf_1.proto3;
|
|
333
|
+
GetAllContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentResponse";
|
|
334
|
+
GetAllContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
335
|
+
{ no: 1, name: "Records", kind: "message", T: ContentListRecord, repeated: true },
|
|
336
|
+
{ no: 11, name: "PageOffsetStart", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
337
|
+
{ no: 12, name: "PageOffsetEnd", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
338
|
+
{ no: 13, name: "PageTotalItems", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
339
|
+
]);
|
|
340
|
+
/**
|
|
341
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentAdminRequest
|
|
342
|
+
*/
|
|
343
|
+
class GetAllContentAdminRequest extends protobuf_1.Message {
|
|
344
|
+
constructor(data) {
|
|
345
|
+
super();
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: uint32 PageSize = 1;
|
|
348
|
+
*/
|
|
349
|
+
this.PageSize = 0;
|
|
350
|
+
/**
|
|
351
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
352
|
+
*/
|
|
353
|
+
this.PageOffset = 0;
|
|
354
|
+
/**
|
|
355
|
+
* @generated from field: repeated string PossibleContentIDs = 6;
|
|
356
|
+
*/
|
|
357
|
+
this.PossibleContentIDs = [];
|
|
358
|
+
/**
|
|
359
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 11;
|
|
360
|
+
*/
|
|
361
|
+
this.ContentType = ContentType.None;
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: string CategoryId = 12;
|
|
364
|
+
*/
|
|
365
|
+
this.CategoryId = "";
|
|
366
|
+
/**
|
|
367
|
+
* @generated from field: string ChannelId = 13;
|
|
368
|
+
*/
|
|
369
|
+
this.ChannelId = "";
|
|
370
|
+
/**
|
|
371
|
+
* @generated from field: string Tag = 14;
|
|
372
|
+
*/
|
|
373
|
+
this.Tag = "";
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: bool OnlyLive = 15;
|
|
376
|
+
*/
|
|
377
|
+
this.OnlyLive = false;
|
|
378
|
+
/**
|
|
379
|
+
* @generated from field: bool Deleted = 21;
|
|
380
|
+
*/
|
|
381
|
+
this.Deleted = false;
|
|
382
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
383
|
+
}
|
|
384
|
+
static fromBinary(bytes, options) {
|
|
385
|
+
return new GetAllContentAdminRequest().fromBinary(bytes, options);
|
|
386
|
+
}
|
|
387
|
+
static fromJson(jsonValue, options) {
|
|
388
|
+
return new GetAllContentAdminRequest().fromJson(jsonValue, options);
|
|
389
|
+
}
|
|
390
|
+
static fromJsonString(jsonString, options) {
|
|
391
|
+
return new GetAllContentAdminRequest().fromJsonString(jsonString, options);
|
|
392
|
+
}
|
|
393
|
+
static equals(a, b) {
|
|
394
|
+
return protobuf_1.proto3.util.equals(GetAllContentAdminRequest, a, b);
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
exports.GetAllContentAdminRequest = GetAllContentAdminRequest;
|
|
398
|
+
GetAllContentAdminRequest.runtime = protobuf_1.proto3;
|
|
399
|
+
GetAllContentAdminRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentAdminRequest";
|
|
400
|
+
GetAllContentAdminRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
401
|
+
{ no: 1, name: "PageSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
402
|
+
{ no: 2, name: "PageOffset", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
403
|
+
{ no: 6, name: "PossibleContentIDs", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
404
|
+
{ no: 10, name: "SubscriptionSearch", kind: "message", T: SubscriptionLevelSearch },
|
|
405
|
+
{ no: 11, name: "ContentType", kind: "enum", T: protobuf_1.proto3.getEnumType(ContentType) },
|
|
406
|
+
{ no: 12, name: "CategoryId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
407
|
+
{ no: 13, name: "ChannelId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
408
|
+
{ no: 14, name: "Tag", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
409
|
+
{ no: 15, name: "OnlyLive", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
410
|
+
{ no: 21, name: "Deleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
411
|
+
]);
|
|
412
|
+
/**
|
|
413
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetAllContentAdminResponse
|
|
414
|
+
*/
|
|
415
|
+
class GetAllContentAdminResponse extends protobuf_1.Message {
|
|
416
|
+
constructor(data) {
|
|
417
|
+
super();
|
|
418
|
+
/**
|
|
419
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
420
|
+
*/
|
|
421
|
+
this.Records = [];
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
424
|
+
*/
|
|
425
|
+
this.PageOffsetStart = 0;
|
|
426
|
+
/**
|
|
427
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
428
|
+
*/
|
|
429
|
+
this.PageOffsetEnd = 0;
|
|
430
|
+
/**
|
|
431
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
432
|
+
*/
|
|
433
|
+
this.PageTotalItems = 0;
|
|
434
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
435
|
+
}
|
|
436
|
+
static fromBinary(bytes, options) {
|
|
437
|
+
return new GetAllContentAdminResponse().fromBinary(bytes, options);
|
|
438
|
+
}
|
|
439
|
+
static fromJson(jsonValue, options) {
|
|
440
|
+
return new GetAllContentAdminResponse().fromJson(jsonValue, options);
|
|
441
|
+
}
|
|
442
|
+
static fromJsonString(jsonString, options) {
|
|
443
|
+
return new GetAllContentAdminResponse().fromJsonString(jsonString, options);
|
|
444
|
+
}
|
|
445
|
+
static equals(a, b) {
|
|
446
|
+
return protobuf_1.proto3.util.equals(GetAllContentAdminResponse, a, b);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
exports.GetAllContentAdminResponse = GetAllContentAdminResponse;
|
|
450
|
+
GetAllContentAdminResponse.runtime = protobuf_1.proto3;
|
|
451
|
+
GetAllContentAdminResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetAllContentAdminResponse";
|
|
452
|
+
GetAllContentAdminResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
453
|
+
{ no: 1, name: "Records", kind: "message", T: ContentListRecord, repeated: true },
|
|
454
|
+
{ no: 11, name: "PageOffsetStart", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
455
|
+
{ no: 12, name: "PageOffsetEnd", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
456
|
+
{ no: 13, name: "PageTotalItems", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
457
|
+
]);
|
|
458
|
+
/**
|
|
459
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentRequest
|
|
460
|
+
*/
|
|
461
|
+
class GetContentRequest extends protobuf_1.Message {
|
|
462
|
+
constructor(data) {
|
|
463
|
+
super();
|
|
464
|
+
/**
|
|
465
|
+
* Guid for the content record
|
|
466
|
+
*
|
|
467
|
+
* @generated from field: string ContentID = 1;
|
|
468
|
+
*/
|
|
469
|
+
this.ContentID = "";
|
|
470
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
471
|
+
}
|
|
472
|
+
static fromBinary(bytes, options) {
|
|
473
|
+
return new GetContentRequest().fromBinary(bytes, options);
|
|
474
|
+
}
|
|
475
|
+
static fromJson(jsonValue, options) {
|
|
476
|
+
return new GetContentRequest().fromJson(jsonValue, options);
|
|
477
|
+
}
|
|
478
|
+
static fromJsonString(jsonString, options) {
|
|
479
|
+
return new GetContentRequest().fromJsonString(jsonString, options);
|
|
480
|
+
}
|
|
481
|
+
static equals(a, b) {
|
|
482
|
+
return protobuf_1.proto3.util.equals(GetContentRequest, a, b);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
exports.GetContentRequest = GetContentRequest;
|
|
486
|
+
GetContentRequest.runtime = protobuf_1.proto3;
|
|
487
|
+
GetContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetContentRequest";
|
|
488
|
+
GetContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
489
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
490
|
+
]);
|
|
491
|
+
/**
|
|
492
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentResponse
|
|
493
|
+
*/
|
|
494
|
+
class GetContentResponse extends protobuf_1.Message {
|
|
495
|
+
constructor(data) {
|
|
496
|
+
super();
|
|
497
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
498
|
+
}
|
|
499
|
+
static fromBinary(bytes, options) {
|
|
500
|
+
return new GetContentResponse().fromBinary(bytes, options);
|
|
501
|
+
}
|
|
502
|
+
static fromJson(jsonValue, options) {
|
|
503
|
+
return new GetContentResponse().fromJson(jsonValue, options);
|
|
504
|
+
}
|
|
505
|
+
static fromJsonString(jsonString, options) {
|
|
506
|
+
return new GetContentResponse().fromJsonString(jsonString, options);
|
|
507
|
+
}
|
|
508
|
+
static equals(a, b) {
|
|
509
|
+
return protobuf_1.proto3.util.equals(GetContentResponse, a, b);
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
exports.GetContentResponse = GetContentResponse;
|
|
513
|
+
GetContentResponse.runtime = protobuf_1.proto3;
|
|
514
|
+
GetContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetContentResponse";
|
|
515
|
+
GetContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
516
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentPublicRecord },
|
|
517
|
+
]);
|
|
518
|
+
/**
|
|
519
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentByUrlRequest
|
|
520
|
+
*/
|
|
521
|
+
class GetContentByUrlRequest extends protobuf_1.Message {
|
|
522
|
+
constructor(data) {
|
|
523
|
+
super();
|
|
524
|
+
/**
|
|
525
|
+
* @generated from field: string ContentUrl = 1;
|
|
526
|
+
*/
|
|
527
|
+
this.ContentUrl = "";
|
|
528
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
529
|
+
}
|
|
530
|
+
static fromBinary(bytes, options) {
|
|
531
|
+
return new GetContentByUrlRequest().fromBinary(bytes, options);
|
|
532
|
+
}
|
|
533
|
+
static fromJson(jsonValue, options) {
|
|
534
|
+
return new GetContentByUrlRequest().fromJson(jsonValue, options);
|
|
535
|
+
}
|
|
536
|
+
static fromJsonString(jsonString, options) {
|
|
537
|
+
return new GetContentByUrlRequest().fromJsonString(jsonString, options);
|
|
538
|
+
}
|
|
539
|
+
static equals(a, b) {
|
|
540
|
+
return protobuf_1.proto3.util.equals(GetContentByUrlRequest, a, b);
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
exports.GetContentByUrlRequest = GetContentByUrlRequest;
|
|
544
|
+
GetContentByUrlRequest.runtime = protobuf_1.proto3;
|
|
545
|
+
GetContentByUrlRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetContentByUrlRequest";
|
|
546
|
+
GetContentByUrlRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
547
|
+
{ no: 1, name: "ContentUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
548
|
+
]);
|
|
549
|
+
/**
|
|
550
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentByUrlResponse
|
|
551
|
+
*/
|
|
552
|
+
class GetContentByUrlResponse extends protobuf_1.Message {
|
|
553
|
+
constructor(data) {
|
|
554
|
+
super();
|
|
555
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
556
|
+
}
|
|
557
|
+
static fromBinary(bytes, options) {
|
|
558
|
+
return new GetContentByUrlResponse().fromBinary(bytes, options);
|
|
559
|
+
}
|
|
560
|
+
static fromJson(jsonValue, options) {
|
|
561
|
+
return new GetContentByUrlResponse().fromJson(jsonValue, options);
|
|
562
|
+
}
|
|
563
|
+
static fromJsonString(jsonString, options) {
|
|
564
|
+
return new GetContentByUrlResponse().fromJsonString(jsonString, options);
|
|
565
|
+
}
|
|
566
|
+
static equals(a, b) {
|
|
567
|
+
return protobuf_1.proto3.util.equals(GetContentByUrlResponse, a, b);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
exports.GetContentByUrlResponse = GetContentByUrlResponse;
|
|
571
|
+
GetContentByUrlResponse.runtime = protobuf_1.proto3;
|
|
572
|
+
GetContentByUrlResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetContentByUrlResponse";
|
|
573
|
+
GetContentByUrlResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
574
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentPublicRecord },
|
|
575
|
+
]);
|
|
576
|
+
/**
|
|
577
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentAdminRequest
|
|
578
|
+
*/
|
|
579
|
+
class GetContentAdminRequest extends protobuf_1.Message {
|
|
580
|
+
constructor(data) {
|
|
581
|
+
super();
|
|
582
|
+
/**
|
|
583
|
+
* Guid for the content record
|
|
584
|
+
*
|
|
585
|
+
* @generated from field: string ContentID = 1;
|
|
586
|
+
*/
|
|
587
|
+
this.ContentID = "";
|
|
588
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
589
|
+
}
|
|
590
|
+
static fromBinary(bytes, options) {
|
|
591
|
+
return new GetContentAdminRequest().fromBinary(bytes, options);
|
|
592
|
+
}
|
|
593
|
+
static fromJson(jsonValue, options) {
|
|
594
|
+
return new GetContentAdminRequest().fromJson(jsonValue, options);
|
|
595
|
+
}
|
|
596
|
+
static fromJsonString(jsonString, options) {
|
|
597
|
+
return new GetContentAdminRequest().fromJsonString(jsonString, options);
|
|
598
|
+
}
|
|
599
|
+
static equals(a, b) {
|
|
600
|
+
return protobuf_1.proto3.util.equals(GetContentAdminRequest, a, b);
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
exports.GetContentAdminRequest = GetContentAdminRequest;
|
|
604
|
+
GetContentAdminRequest.runtime = protobuf_1.proto3;
|
|
605
|
+
GetContentAdminRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetContentAdminRequest";
|
|
606
|
+
GetContentAdminRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
607
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
608
|
+
]);
|
|
609
|
+
/**
|
|
610
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetContentAdminResponse
|
|
611
|
+
*/
|
|
612
|
+
class GetContentAdminResponse extends protobuf_1.Message {
|
|
613
|
+
constructor(data) {
|
|
614
|
+
super();
|
|
615
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
616
|
+
}
|
|
617
|
+
static fromBinary(bytes, options) {
|
|
618
|
+
return new GetContentAdminResponse().fromBinary(bytes, options);
|
|
619
|
+
}
|
|
620
|
+
static fromJson(jsonValue, options) {
|
|
621
|
+
return new GetContentAdminResponse().fromJson(jsonValue, options);
|
|
622
|
+
}
|
|
623
|
+
static fromJsonString(jsonString, options) {
|
|
624
|
+
return new GetContentAdminResponse().fromJsonString(jsonString, options);
|
|
625
|
+
}
|
|
626
|
+
static equals(a, b) {
|
|
627
|
+
return protobuf_1.proto3.util.equals(GetContentAdminResponse, a, b);
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
exports.GetContentAdminResponse = GetContentAdminResponse;
|
|
631
|
+
GetContentAdminResponse.runtime = protobuf_1.proto3;
|
|
632
|
+
GetContentAdminResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetContentAdminResponse";
|
|
633
|
+
GetContentAdminResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
634
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
635
|
+
]);
|
|
636
|
+
/**
|
|
637
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentCategoriesRequest
|
|
638
|
+
*/
|
|
639
|
+
class GetRecentCategoriesRequest extends protobuf_1.Message {
|
|
640
|
+
constructor(data) {
|
|
641
|
+
super();
|
|
642
|
+
/**
|
|
643
|
+
* @generated from field: uint32 NumCategories = 1;
|
|
644
|
+
*/
|
|
645
|
+
this.NumCategories = 0;
|
|
646
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
647
|
+
}
|
|
648
|
+
static fromBinary(bytes, options) {
|
|
649
|
+
return new GetRecentCategoriesRequest().fromBinary(bytes, options);
|
|
650
|
+
}
|
|
651
|
+
static fromJson(jsonValue, options) {
|
|
652
|
+
return new GetRecentCategoriesRequest().fromJson(jsonValue, options);
|
|
653
|
+
}
|
|
654
|
+
static fromJsonString(jsonString, options) {
|
|
655
|
+
return new GetRecentCategoriesRequest().fromJsonString(jsonString, options);
|
|
656
|
+
}
|
|
657
|
+
static equals(a, b) {
|
|
658
|
+
return protobuf_1.proto3.util.equals(GetRecentCategoriesRequest, a, b);
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
exports.GetRecentCategoriesRequest = GetRecentCategoriesRequest;
|
|
662
|
+
GetRecentCategoriesRequest.runtime = protobuf_1.proto3;
|
|
663
|
+
GetRecentCategoriesRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetRecentCategoriesRequest";
|
|
664
|
+
GetRecentCategoriesRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
665
|
+
{ no: 1, name: "NumCategories", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
666
|
+
]);
|
|
667
|
+
/**
|
|
668
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentCategoriesResponse
|
|
669
|
+
*/
|
|
670
|
+
class GetRecentCategoriesResponse extends protobuf_1.Message {
|
|
671
|
+
constructor(data) {
|
|
672
|
+
super();
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: repeated string CategoryIds = 1;
|
|
675
|
+
*/
|
|
676
|
+
this.CategoryIds = [];
|
|
677
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
678
|
+
}
|
|
679
|
+
static fromBinary(bytes, options) {
|
|
680
|
+
return new GetRecentCategoriesResponse().fromBinary(bytes, options);
|
|
681
|
+
}
|
|
682
|
+
static fromJson(jsonValue, options) {
|
|
683
|
+
return new GetRecentCategoriesResponse().fromJson(jsonValue, options);
|
|
684
|
+
}
|
|
685
|
+
static fromJsonString(jsonString, options) {
|
|
686
|
+
return new GetRecentCategoriesResponse().fromJsonString(jsonString, options);
|
|
687
|
+
}
|
|
688
|
+
static equals(a, b) {
|
|
689
|
+
return protobuf_1.proto3.util.equals(GetRecentCategoriesResponse, a, b);
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
exports.GetRecentCategoriesResponse = GetRecentCategoriesResponse;
|
|
693
|
+
GetRecentCategoriesResponse.runtime = protobuf_1.proto3;
|
|
694
|
+
GetRecentCategoriesResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetRecentCategoriesResponse";
|
|
695
|
+
GetRecentCategoriesResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
696
|
+
{ no: 1, name: "CategoryIds", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
697
|
+
]);
|
|
698
|
+
/**
|
|
699
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentTagsRequest
|
|
700
|
+
*/
|
|
701
|
+
class GetRecentTagsRequest extends protobuf_1.Message {
|
|
702
|
+
constructor(data) {
|
|
703
|
+
super();
|
|
704
|
+
/**
|
|
705
|
+
* @generated from field: uint32 NumTags = 1;
|
|
706
|
+
*/
|
|
707
|
+
this.NumTags = 0;
|
|
708
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
709
|
+
}
|
|
710
|
+
static fromBinary(bytes, options) {
|
|
711
|
+
return new GetRecentTagsRequest().fromBinary(bytes, options);
|
|
712
|
+
}
|
|
713
|
+
static fromJson(jsonValue, options) {
|
|
714
|
+
return new GetRecentTagsRequest().fromJson(jsonValue, options);
|
|
715
|
+
}
|
|
716
|
+
static fromJsonString(jsonString, options) {
|
|
717
|
+
return new GetRecentTagsRequest().fromJsonString(jsonString, options);
|
|
718
|
+
}
|
|
719
|
+
static equals(a, b) {
|
|
720
|
+
return protobuf_1.proto3.util.equals(GetRecentTagsRequest, a, b);
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
exports.GetRecentTagsRequest = GetRecentTagsRequest;
|
|
724
|
+
GetRecentTagsRequest.runtime = protobuf_1.proto3;
|
|
725
|
+
GetRecentTagsRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetRecentTagsRequest";
|
|
726
|
+
GetRecentTagsRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
727
|
+
{ no: 1, name: "NumTags", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
728
|
+
]);
|
|
729
|
+
/**
|
|
730
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRecentTagsResponse
|
|
731
|
+
*/
|
|
732
|
+
class GetRecentTagsResponse extends protobuf_1.Message {
|
|
733
|
+
constructor(data) {
|
|
734
|
+
super();
|
|
735
|
+
/**
|
|
736
|
+
* @generated from field: repeated string Tags = 1;
|
|
737
|
+
*/
|
|
738
|
+
this.Tags = [];
|
|
739
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
740
|
+
}
|
|
741
|
+
static fromBinary(bytes, options) {
|
|
742
|
+
return new GetRecentTagsResponse().fromBinary(bytes, options);
|
|
743
|
+
}
|
|
744
|
+
static fromJson(jsonValue, options) {
|
|
745
|
+
return new GetRecentTagsResponse().fromJson(jsonValue, options);
|
|
746
|
+
}
|
|
747
|
+
static fromJsonString(jsonString, options) {
|
|
748
|
+
return new GetRecentTagsResponse().fromJsonString(jsonString, options);
|
|
749
|
+
}
|
|
750
|
+
static equals(a, b) {
|
|
751
|
+
return protobuf_1.proto3.util.equals(GetRecentTagsResponse, a, b);
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
exports.GetRecentTagsResponse = GetRecentTagsResponse;
|
|
755
|
+
GetRecentTagsResponse.runtime = protobuf_1.proto3;
|
|
756
|
+
GetRecentTagsResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetRecentTagsResponse";
|
|
757
|
+
GetRecentTagsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
758
|
+
{ no: 1, name: "Tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
759
|
+
]);
|
|
760
|
+
/**
|
|
761
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRelatedContentRequest
|
|
762
|
+
*/
|
|
763
|
+
class GetRelatedContentRequest extends protobuf_1.Message {
|
|
764
|
+
constructor(data) {
|
|
765
|
+
super();
|
|
766
|
+
/**
|
|
767
|
+
* Guid for the content record
|
|
768
|
+
*
|
|
769
|
+
* @generated from field: string ContentID = 1;
|
|
770
|
+
*/
|
|
771
|
+
this.ContentID = "";
|
|
772
|
+
/**
|
|
773
|
+
* @generated from field: uint32 PageSize = 2;
|
|
774
|
+
*/
|
|
775
|
+
this.PageSize = 0;
|
|
776
|
+
/**
|
|
777
|
+
* @generated from field: uint32 PageOffset = 3;
|
|
778
|
+
*/
|
|
779
|
+
this.PageOffset = 0;
|
|
780
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
781
|
+
}
|
|
782
|
+
static fromBinary(bytes, options) {
|
|
783
|
+
return new GetRelatedContentRequest().fromBinary(bytes, options);
|
|
784
|
+
}
|
|
785
|
+
static fromJson(jsonValue, options) {
|
|
786
|
+
return new GetRelatedContentRequest().fromJson(jsonValue, options);
|
|
787
|
+
}
|
|
788
|
+
static fromJsonString(jsonString, options) {
|
|
789
|
+
return new GetRelatedContentRequest().fromJsonString(jsonString, options);
|
|
790
|
+
}
|
|
791
|
+
static equals(a, b) {
|
|
792
|
+
return protobuf_1.proto3.util.equals(GetRelatedContentRequest, a, b);
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
exports.GetRelatedContentRequest = GetRelatedContentRequest;
|
|
796
|
+
GetRelatedContentRequest.runtime = protobuf_1.proto3;
|
|
797
|
+
GetRelatedContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.GetRelatedContentRequest";
|
|
798
|
+
GetRelatedContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
799
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
800
|
+
{ no: 2, name: "PageSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
801
|
+
{ no: 3, name: "PageOffset", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
802
|
+
]);
|
|
803
|
+
/**
|
|
804
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.GetRelatedContentResponse
|
|
805
|
+
*/
|
|
806
|
+
class GetRelatedContentResponse extends protobuf_1.Message {
|
|
807
|
+
constructor(data) {
|
|
808
|
+
super();
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
811
|
+
*/
|
|
812
|
+
this.Records = [];
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
815
|
+
*/
|
|
816
|
+
this.PageOffsetStart = 0;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
819
|
+
*/
|
|
820
|
+
this.PageOffsetEnd = 0;
|
|
821
|
+
/**
|
|
822
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
823
|
+
*/
|
|
824
|
+
this.PageTotalItems = 0;
|
|
825
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
826
|
+
}
|
|
827
|
+
static fromBinary(bytes, options) {
|
|
828
|
+
return new GetRelatedContentResponse().fromBinary(bytes, options);
|
|
829
|
+
}
|
|
830
|
+
static fromJson(jsonValue, options) {
|
|
831
|
+
return new GetRelatedContentResponse().fromJson(jsonValue, options);
|
|
832
|
+
}
|
|
833
|
+
static fromJsonString(jsonString, options) {
|
|
834
|
+
return new GetRelatedContentResponse().fromJsonString(jsonString, options);
|
|
835
|
+
}
|
|
836
|
+
static equals(a, b) {
|
|
837
|
+
return protobuf_1.proto3.util.equals(GetRelatedContentResponse, a, b);
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
exports.GetRelatedContentResponse = GetRelatedContentResponse;
|
|
841
|
+
GetRelatedContentResponse.runtime = protobuf_1.proto3;
|
|
842
|
+
GetRelatedContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.GetRelatedContentResponse";
|
|
843
|
+
GetRelatedContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
844
|
+
{ no: 1, name: "Records", kind: "message", T: ContentListRecord, repeated: true },
|
|
845
|
+
{ no: 11, name: "PageOffsetStart", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
846
|
+
{ no: 12, name: "PageOffsetEnd", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
847
|
+
{ no: 13, name: "PageTotalItems", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
848
|
+
]);
|
|
849
|
+
/**
|
|
850
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.ModifyContentRequest
|
|
851
|
+
*/
|
|
852
|
+
class ModifyContentRequest extends protobuf_1.Message {
|
|
853
|
+
constructor(data) {
|
|
854
|
+
super();
|
|
855
|
+
/**
|
|
856
|
+
* Guid for the content record
|
|
857
|
+
*
|
|
858
|
+
* @generated from field: string ContentID = 1;
|
|
859
|
+
*/
|
|
860
|
+
this.ContentID = "";
|
|
861
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
862
|
+
}
|
|
863
|
+
static fromBinary(bytes, options) {
|
|
864
|
+
return new ModifyContentRequest().fromBinary(bytes, options);
|
|
865
|
+
}
|
|
866
|
+
static fromJson(jsonValue, options) {
|
|
867
|
+
return new ModifyContentRequest().fromJson(jsonValue, options);
|
|
868
|
+
}
|
|
869
|
+
static fromJsonString(jsonString, options) {
|
|
870
|
+
return new ModifyContentRequest().fromJsonString(jsonString, options);
|
|
871
|
+
}
|
|
872
|
+
static equals(a, b) {
|
|
873
|
+
return protobuf_1.proto3.util.equals(ModifyContentRequest, a, b);
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
exports.ModifyContentRequest = ModifyContentRequest;
|
|
877
|
+
ModifyContentRequest.runtime = protobuf_1.proto3;
|
|
878
|
+
ModifyContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.ModifyContentRequest";
|
|
879
|
+
ModifyContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
880
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
881
|
+
{ no: 2, name: "Public", kind: "message", T: ContentRecord_pb_1.ContentPublicData },
|
|
882
|
+
{ no: 3, name: "Private", kind: "message", T: ContentRecord_pb_1.ContentPrivateData },
|
|
883
|
+
]);
|
|
884
|
+
/**
|
|
885
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.ModifyContentResponse
|
|
886
|
+
*/
|
|
887
|
+
class ModifyContentResponse extends protobuf_1.Message {
|
|
888
|
+
constructor(data) {
|
|
889
|
+
super();
|
|
890
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
891
|
+
}
|
|
892
|
+
static fromBinary(bytes, options) {
|
|
893
|
+
return new ModifyContentResponse().fromBinary(bytes, options);
|
|
894
|
+
}
|
|
895
|
+
static fromJson(jsonValue, options) {
|
|
896
|
+
return new ModifyContentResponse().fromJson(jsonValue, options);
|
|
897
|
+
}
|
|
898
|
+
static fromJsonString(jsonString, options) {
|
|
899
|
+
return new ModifyContentResponse().fromJsonString(jsonString, options);
|
|
900
|
+
}
|
|
901
|
+
static equals(a, b) {
|
|
902
|
+
return protobuf_1.proto3.util.equals(ModifyContentResponse, a, b);
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
exports.ModifyContentResponse = ModifyContentResponse;
|
|
906
|
+
ModifyContentResponse.runtime = protobuf_1.proto3;
|
|
907
|
+
ModifyContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.ModifyContentResponse";
|
|
908
|
+
ModifyContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
909
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
910
|
+
]);
|
|
911
|
+
/**
|
|
912
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.ContentListRecord
|
|
913
|
+
*/
|
|
914
|
+
class ContentListRecord extends protobuf_1.Message {
|
|
915
|
+
constructor(data) {
|
|
916
|
+
super();
|
|
917
|
+
/**
|
|
918
|
+
* Guid for the content record
|
|
919
|
+
*
|
|
920
|
+
* @generated from field: string ContentID = 1;
|
|
921
|
+
*/
|
|
922
|
+
this.ContentID = "";
|
|
923
|
+
/**
|
|
924
|
+
* @generated from field: string Title = 10;
|
|
925
|
+
*/
|
|
926
|
+
this.Title = "";
|
|
927
|
+
/**
|
|
928
|
+
* @generated from field: string Description = 11;
|
|
929
|
+
*/
|
|
930
|
+
this.Description = "";
|
|
931
|
+
/**
|
|
932
|
+
* @generated from field: uint32 SubscriptionLevel = 12;
|
|
933
|
+
*/
|
|
934
|
+
this.SubscriptionLevel = 0;
|
|
935
|
+
/**
|
|
936
|
+
* @generated from field: string URL = 13;
|
|
937
|
+
*/
|
|
938
|
+
this.URL = "";
|
|
939
|
+
/**
|
|
940
|
+
* @generated from field: string Author = 14;
|
|
941
|
+
*/
|
|
942
|
+
this.Author = "";
|
|
943
|
+
/**
|
|
944
|
+
* @generated from field: string AuthorID = 15;
|
|
945
|
+
*/
|
|
946
|
+
this.AuthorID = "";
|
|
947
|
+
/**
|
|
948
|
+
* @generated from field: string FeaturedImageAssetID = 20;
|
|
949
|
+
*/
|
|
950
|
+
this.FeaturedImageAssetID = "";
|
|
951
|
+
/**
|
|
952
|
+
* @generated from field: repeated string CategoryIds = 21;
|
|
953
|
+
*/
|
|
954
|
+
this.CategoryIds = [];
|
|
955
|
+
/**
|
|
956
|
+
* @generated from field: repeated string ChannelIds = 22;
|
|
957
|
+
*/
|
|
958
|
+
this.ChannelIds = [];
|
|
959
|
+
/**
|
|
960
|
+
* @generated from field: bool IsLiveStream = 23;
|
|
961
|
+
*/
|
|
962
|
+
this.IsLiveStream = false;
|
|
963
|
+
/**
|
|
964
|
+
* @generated from field: bool IsLive = 24;
|
|
965
|
+
*/
|
|
966
|
+
this.IsLive = false;
|
|
967
|
+
/**
|
|
968
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 25;
|
|
969
|
+
*/
|
|
970
|
+
this.ContentType = ContentType.None;
|
|
971
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
972
|
+
}
|
|
973
|
+
static fromBinary(bytes, options) {
|
|
974
|
+
return new ContentListRecord().fromBinary(bytes, options);
|
|
975
|
+
}
|
|
976
|
+
static fromJson(jsonValue, options) {
|
|
977
|
+
return new ContentListRecord().fromJson(jsonValue, options);
|
|
978
|
+
}
|
|
979
|
+
static fromJsonString(jsonString, options) {
|
|
980
|
+
return new ContentListRecord().fromJsonString(jsonString, options);
|
|
981
|
+
}
|
|
982
|
+
static equals(a, b) {
|
|
983
|
+
return protobuf_1.proto3.util.equals(ContentListRecord, a, b);
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
exports.ContentListRecord = ContentListRecord;
|
|
987
|
+
ContentListRecord.runtime = protobuf_1.proto3;
|
|
988
|
+
ContentListRecord.typeName = "IT.WebServices.Fragments.Content.Music.ContentListRecord";
|
|
989
|
+
ContentListRecord.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
990
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
991
|
+
{ no: 2, name: "CreatedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
992
|
+
{ no: 3, name: "PublishOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
993
|
+
{ no: 4, name: "PinnedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
994
|
+
{ no: 10, name: "Title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
995
|
+
{ no: 11, name: "Description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
996
|
+
{ no: 12, name: "SubscriptionLevel", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
997
|
+
{ no: 13, name: "URL", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
998
|
+
{ no: 14, name: "Author", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
999
|
+
{ no: 15, name: "AuthorID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1000
|
+
{ no: 20, name: "FeaturedImageAssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1001
|
+
{ no: 21, name: "CategoryIds", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1002
|
+
{ no: 22, name: "ChannelIds", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1003
|
+
{ no: 23, name: "IsLiveStream", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1004
|
+
{ no: 24, name: "IsLive", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1005
|
+
{ no: 25, name: "ContentType", kind: "enum", T: protobuf_1.proto3.getEnumType(ContentType) },
|
|
1006
|
+
]);
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.PublishContentRequest
|
|
1009
|
+
*/
|
|
1010
|
+
class PublishContentRequest extends protobuf_1.Message {
|
|
1011
|
+
constructor(data) {
|
|
1012
|
+
super();
|
|
1013
|
+
/**
|
|
1014
|
+
* Guid for the content record
|
|
1015
|
+
*
|
|
1016
|
+
* @generated from field: string ContentID = 1;
|
|
1017
|
+
*/
|
|
1018
|
+
this.ContentID = "";
|
|
1019
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1020
|
+
}
|
|
1021
|
+
static fromBinary(bytes, options) {
|
|
1022
|
+
return new PublishContentRequest().fromBinary(bytes, options);
|
|
1023
|
+
}
|
|
1024
|
+
static fromJson(jsonValue, options) {
|
|
1025
|
+
return new PublishContentRequest().fromJson(jsonValue, options);
|
|
1026
|
+
}
|
|
1027
|
+
static fromJsonString(jsonString, options) {
|
|
1028
|
+
return new PublishContentRequest().fromJsonString(jsonString, options);
|
|
1029
|
+
}
|
|
1030
|
+
static equals(a, b) {
|
|
1031
|
+
return protobuf_1.proto3.util.equals(PublishContentRequest, a, b);
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
exports.PublishContentRequest = PublishContentRequest;
|
|
1035
|
+
PublishContentRequest.runtime = protobuf_1.proto3;
|
|
1036
|
+
PublishContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.PublishContentRequest";
|
|
1037
|
+
PublishContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1038
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1039
|
+
{ no: 3, name: "PublishOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
1040
|
+
]);
|
|
1041
|
+
/**
|
|
1042
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.PublishContentResponse
|
|
1043
|
+
*/
|
|
1044
|
+
class PublishContentResponse extends protobuf_1.Message {
|
|
1045
|
+
constructor(data) {
|
|
1046
|
+
super();
|
|
1047
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1048
|
+
}
|
|
1049
|
+
static fromBinary(bytes, options) {
|
|
1050
|
+
return new PublishContentResponse().fromBinary(bytes, options);
|
|
1051
|
+
}
|
|
1052
|
+
static fromJson(jsonValue, options) {
|
|
1053
|
+
return new PublishContentResponse().fromJson(jsonValue, options);
|
|
1054
|
+
}
|
|
1055
|
+
static fromJsonString(jsonString, options) {
|
|
1056
|
+
return new PublishContentResponse().fromJsonString(jsonString, options);
|
|
1057
|
+
}
|
|
1058
|
+
static equals(a, b) {
|
|
1059
|
+
return protobuf_1.proto3.util.equals(PublishContentResponse, a, b);
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
exports.PublishContentResponse = PublishContentResponse;
|
|
1063
|
+
PublishContentResponse.runtime = protobuf_1.proto3;
|
|
1064
|
+
PublishContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.PublishContentResponse";
|
|
1065
|
+
PublishContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1066
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
1067
|
+
]);
|
|
1068
|
+
/**
|
|
1069
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.SearchContentRequest
|
|
1070
|
+
*/
|
|
1071
|
+
class SearchContentRequest extends protobuf_1.Message {
|
|
1072
|
+
constructor(data) {
|
|
1073
|
+
super();
|
|
1074
|
+
/**
|
|
1075
|
+
* @generated from field: uint32 PageSize = 1;
|
|
1076
|
+
*/
|
|
1077
|
+
this.PageSize = 0;
|
|
1078
|
+
/**
|
|
1079
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
1080
|
+
*/
|
|
1081
|
+
this.PageOffset = 0;
|
|
1082
|
+
/**
|
|
1083
|
+
* @generated from field: string Query = 6;
|
|
1084
|
+
*/
|
|
1085
|
+
this.Query = "";
|
|
1086
|
+
/**
|
|
1087
|
+
* @generated from field: IT.WebServices.Fragments.Content.Music.ContentType ContentType = 11;
|
|
1088
|
+
*/
|
|
1089
|
+
this.ContentType = ContentType.None;
|
|
1090
|
+
/**
|
|
1091
|
+
* @generated from field: string CategoryId = 12;
|
|
1092
|
+
*/
|
|
1093
|
+
this.CategoryId = "";
|
|
1094
|
+
/**
|
|
1095
|
+
* @generated from field: string ChannelId = 13;
|
|
1096
|
+
*/
|
|
1097
|
+
this.ChannelId = "";
|
|
1098
|
+
/**
|
|
1099
|
+
* @generated from field: string Tag = 14;
|
|
1100
|
+
*/
|
|
1101
|
+
this.Tag = "";
|
|
1102
|
+
/**
|
|
1103
|
+
* @generated from field: bool OnlyLive = 15;
|
|
1104
|
+
*/
|
|
1105
|
+
this.OnlyLive = false;
|
|
1106
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1107
|
+
}
|
|
1108
|
+
static fromBinary(bytes, options) {
|
|
1109
|
+
return new SearchContentRequest().fromBinary(bytes, options);
|
|
1110
|
+
}
|
|
1111
|
+
static fromJson(jsonValue, options) {
|
|
1112
|
+
return new SearchContentRequest().fromJson(jsonValue, options);
|
|
1113
|
+
}
|
|
1114
|
+
static fromJsonString(jsonString, options) {
|
|
1115
|
+
return new SearchContentRequest().fromJsonString(jsonString, options);
|
|
1116
|
+
}
|
|
1117
|
+
static equals(a, b) {
|
|
1118
|
+
return protobuf_1.proto3.util.equals(SearchContentRequest, a, b);
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
exports.SearchContentRequest = SearchContentRequest;
|
|
1122
|
+
SearchContentRequest.runtime = protobuf_1.proto3;
|
|
1123
|
+
SearchContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.SearchContentRequest";
|
|
1124
|
+
SearchContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1125
|
+
{ no: 1, name: "PageSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1126
|
+
{ no: 2, name: "PageOffset", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1127
|
+
{ no: 6, name: "Query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1128
|
+
{ no: 10, name: "SubscriptionSearch", kind: "message", T: SubscriptionLevelSearch },
|
|
1129
|
+
{ no: 11, name: "ContentType", kind: "enum", T: protobuf_1.proto3.getEnumType(ContentType) },
|
|
1130
|
+
{ no: 12, name: "CategoryId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1131
|
+
{ no: 13, name: "ChannelId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1132
|
+
{ no: 14, name: "Tag", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1133
|
+
{ no: 15, name: "OnlyLive", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1134
|
+
]);
|
|
1135
|
+
/**
|
|
1136
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.SearchContentResponse
|
|
1137
|
+
*/
|
|
1138
|
+
class SearchContentResponse extends protobuf_1.Message {
|
|
1139
|
+
constructor(data) {
|
|
1140
|
+
super();
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.Music.ContentListRecord Records = 1;
|
|
1143
|
+
*/
|
|
1144
|
+
this.Records = [];
|
|
1145
|
+
/**
|
|
1146
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
1147
|
+
*/
|
|
1148
|
+
this.PageOffsetStart = 0;
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
1151
|
+
*/
|
|
1152
|
+
this.PageOffsetEnd = 0;
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
1155
|
+
*/
|
|
1156
|
+
this.PageTotalItems = 0;
|
|
1157
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1158
|
+
}
|
|
1159
|
+
static fromBinary(bytes, options) {
|
|
1160
|
+
return new SearchContentResponse().fromBinary(bytes, options);
|
|
1161
|
+
}
|
|
1162
|
+
static fromJson(jsonValue, options) {
|
|
1163
|
+
return new SearchContentResponse().fromJson(jsonValue, options);
|
|
1164
|
+
}
|
|
1165
|
+
static fromJsonString(jsonString, options) {
|
|
1166
|
+
return new SearchContentResponse().fromJsonString(jsonString, options);
|
|
1167
|
+
}
|
|
1168
|
+
static equals(a, b) {
|
|
1169
|
+
return protobuf_1.proto3.util.equals(SearchContentResponse, a, b);
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
exports.SearchContentResponse = SearchContentResponse;
|
|
1173
|
+
SearchContentResponse.runtime = protobuf_1.proto3;
|
|
1174
|
+
SearchContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.SearchContentResponse";
|
|
1175
|
+
SearchContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1176
|
+
{ no: 1, name: "Records", kind: "message", T: ContentListRecord, repeated: true },
|
|
1177
|
+
{ no: 11, name: "PageOffsetStart", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1178
|
+
{ no: 12, name: "PageOffsetEnd", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1179
|
+
{ no: 13, name: "PageTotalItems", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1180
|
+
]);
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnannounceContentRequest
|
|
1183
|
+
*/
|
|
1184
|
+
class UnannounceContentRequest extends protobuf_1.Message {
|
|
1185
|
+
constructor(data) {
|
|
1186
|
+
super();
|
|
1187
|
+
/**
|
|
1188
|
+
* Guid for the content record
|
|
1189
|
+
*
|
|
1190
|
+
* @generated from field: string ContentID = 1;
|
|
1191
|
+
*/
|
|
1192
|
+
this.ContentID = "";
|
|
1193
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1194
|
+
}
|
|
1195
|
+
static fromBinary(bytes, options) {
|
|
1196
|
+
return new UnannounceContentRequest().fromBinary(bytes, options);
|
|
1197
|
+
}
|
|
1198
|
+
static fromJson(jsonValue, options) {
|
|
1199
|
+
return new UnannounceContentRequest().fromJson(jsonValue, options);
|
|
1200
|
+
}
|
|
1201
|
+
static fromJsonString(jsonString, options) {
|
|
1202
|
+
return new UnannounceContentRequest().fromJsonString(jsonString, options);
|
|
1203
|
+
}
|
|
1204
|
+
static equals(a, b) {
|
|
1205
|
+
return protobuf_1.proto3.util.equals(UnannounceContentRequest, a, b);
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
exports.UnannounceContentRequest = UnannounceContentRequest;
|
|
1209
|
+
UnannounceContentRequest.runtime = protobuf_1.proto3;
|
|
1210
|
+
UnannounceContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.UnannounceContentRequest";
|
|
1211
|
+
UnannounceContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1212
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1213
|
+
]);
|
|
1214
|
+
/**
|
|
1215
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnannounceContentResponse
|
|
1216
|
+
*/
|
|
1217
|
+
class UnannounceContentResponse extends protobuf_1.Message {
|
|
1218
|
+
constructor(data) {
|
|
1219
|
+
super();
|
|
1220
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1221
|
+
}
|
|
1222
|
+
static fromBinary(bytes, options) {
|
|
1223
|
+
return new UnannounceContentResponse().fromBinary(bytes, options);
|
|
1224
|
+
}
|
|
1225
|
+
static fromJson(jsonValue, options) {
|
|
1226
|
+
return new UnannounceContentResponse().fromJson(jsonValue, options);
|
|
1227
|
+
}
|
|
1228
|
+
static fromJsonString(jsonString, options) {
|
|
1229
|
+
return new UnannounceContentResponse().fromJsonString(jsonString, options);
|
|
1230
|
+
}
|
|
1231
|
+
static equals(a, b) {
|
|
1232
|
+
return protobuf_1.proto3.util.equals(UnannounceContentResponse, a, b);
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
exports.UnannounceContentResponse = UnannounceContentResponse;
|
|
1236
|
+
UnannounceContentResponse.runtime = protobuf_1.proto3;
|
|
1237
|
+
UnannounceContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.UnannounceContentResponse";
|
|
1238
|
+
UnannounceContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1239
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
1240
|
+
]);
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UndeleteContentRequest
|
|
1243
|
+
*/
|
|
1244
|
+
class UndeleteContentRequest extends protobuf_1.Message {
|
|
1245
|
+
constructor(data) {
|
|
1246
|
+
super();
|
|
1247
|
+
/**
|
|
1248
|
+
* Guid for the content record
|
|
1249
|
+
*
|
|
1250
|
+
* @generated from field: string ContentID = 1;
|
|
1251
|
+
*/
|
|
1252
|
+
this.ContentID = "";
|
|
1253
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1254
|
+
}
|
|
1255
|
+
static fromBinary(bytes, options) {
|
|
1256
|
+
return new UndeleteContentRequest().fromBinary(bytes, options);
|
|
1257
|
+
}
|
|
1258
|
+
static fromJson(jsonValue, options) {
|
|
1259
|
+
return new UndeleteContentRequest().fromJson(jsonValue, options);
|
|
1260
|
+
}
|
|
1261
|
+
static fromJsonString(jsonString, options) {
|
|
1262
|
+
return new UndeleteContentRequest().fromJsonString(jsonString, options);
|
|
1263
|
+
}
|
|
1264
|
+
static equals(a, b) {
|
|
1265
|
+
return protobuf_1.proto3.util.equals(UndeleteContentRequest, a, b);
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
exports.UndeleteContentRequest = UndeleteContentRequest;
|
|
1269
|
+
UndeleteContentRequest.runtime = protobuf_1.proto3;
|
|
1270
|
+
UndeleteContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.UndeleteContentRequest";
|
|
1271
|
+
UndeleteContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1272
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1273
|
+
]);
|
|
1274
|
+
/**
|
|
1275
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UndeleteContentResponse
|
|
1276
|
+
*/
|
|
1277
|
+
class UndeleteContentResponse extends protobuf_1.Message {
|
|
1278
|
+
constructor(data) {
|
|
1279
|
+
super();
|
|
1280
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1281
|
+
}
|
|
1282
|
+
static fromBinary(bytes, options) {
|
|
1283
|
+
return new UndeleteContentResponse().fromBinary(bytes, options);
|
|
1284
|
+
}
|
|
1285
|
+
static fromJson(jsonValue, options) {
|
|
1286
|
+
return new UndeleteContentResponse().fromJson(jsonValue, options);
|
|
1287
|
+
}
|
|
1288
|
+
static fromJsonString(jsonString, options) {
|
|
1289
|
+
return new UndeleteContentResponse().fromJsonString(jsonString, options);
|
|
1290
|
+
}
|
|
1291
|
+
static equals(a, b) {
|
|
1292
|
+
return protobuf_1.proto3.util.equals(UndeleteContentResponse, a, b);
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
exports.UndeleteContentResponse = UndeleteContentResponse;
|
|
1296
|
+
UndeleteContentResponse.runtime = protobuf_1.proto3;
|
|
1297
|
+
UndeleteContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.UndeleteContentResponse";
|
|
1298
|
+
UndeleteContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1299
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
1300
|
+
]);
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnpublishContentRequest
|
|
1303
|
+
*/
|
|
1304
|
+
class UnpublishContentRequest extends protobuf_1.Message {
|
|
1305
|
+
constructor(data) {
|
|
1306
|
+
super();
|
|
1307
|
+
/**
|
|
1308
|
+
* Guid for the content record
|
|
1309
|
+
*
|
|
1310
|
+
* @generated from field: string ContentID = 1;
|
|
1311
|
+
*/
|
|
1312
|
+
this.ContentID = "";
|
|
1313
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1314
|
+
}
|
|
1315
|
+
static fromBinary(bytes, options) {
|
|
1316
|
+
return new UnpublishContentRequest().fromBinary(bytes, options);
|
|
1317
|
+
}
|
|
1318
|
+
static fromJson(jsonValue, options) {
|
|
1319
|
+
return new UnpublishContentRequest().fromJson(jsonValue, options);
|
|
1320
|
+
}
|
|
1321
|
+
static fromJsonString(jsonString, options) {
|
|
1322
|
+
return new UnpublishContentRequest().fromJsonString(jsonString, options);
|
|
1323
|
+
}
|
|
1324
|
+
static equals(a, b) {
|
|
1325
|
+
return protobuf_1.proto3.util.equals(UnpublishContentRequest, a, b);
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
exports.UnpublishContentRequest = UnpublishContentRequest;
|
|
1329
|
+
UnpublishContentRequest.runtime = protobuf_1.proto3;
|
|
1330
|
+
UnpublishContentRequest.typeName = "IT.WebServices.Fragments.Content.Music.UnpublishContentRequest";
|
|
1331
|
+
UnpublishContentRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1332
|
+
{ no: 1, name: "ContentID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1333
|
+
]);
|
|
1334
|
+
/**
|
|
1335
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.UnpublishContentResponse
|
|
1336
|
+
*/
|
|
1337
|
+
class UnpublishContentResponse extends protobuf_1.Message {
|
|
1338
|
+
constructor(data) {
|
|
1339
|
+
super();
|
|
1340
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1341
|
+
}
|
|
1342
|
+
static fromBinary(bytes, options) {
|
|
1343
|
+
return new UnpublishContentResponse().fromBinary(bytes, options);
|
|
1344
|
+
}
|
|
1345
|
+
static fromJson(jsonValue, options) {
|
|
1346
|
+
return new UnpublishContentResponse().fromJson(jsonValue, options);
|
|
1347
|
+
}
|
|
1348
|
+
static fromJsonString(jsonString, options) {
|
|
1349
|
+
return new UnpublishContentResponse().fromJsonString(jsonString, options);
|
|
1350
|
+
}
|
|
1351
|
+
static equals(a, b) {
|
|
1352
|
+
return protobuf_1.proto3.util.equals(UnpublishContentResponse, a, b);
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
exports.UnpublishContentResponse = UnpublishContentResponse;
|
|
1356
|
+
UnpublishContentResponse.runtime = protobuf_1.proto3;
|
|
1357
|
+
UnpublishContentResponse.typeName = "IT.WebServices.Fragments.Content.Music.UnpublishContentResponse";
|
|
1358
|
+
UnpublishContentResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1359
|
+
{ no: 1, name: "Record", kind: "message", T: ContentRecord_pb_1.ContentRecord },
|
|
1360
|
+
]);
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from message IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch
|
|
1363
|
+
*/
|
|
1364
|
+
class SubscriptionLevelSearch extends protobuf_1.Message {
|
|
1365
|
+
constructor(data) {
|
|
1366
|
+
super();
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from field: uint32 MinimumLevel = 1;
|
|
1369
|
+
*/
|
|
1370
|
+
this.MinimumLevel = 0;
|
|
1371
|
+
/**
|
|
1372
|
+
* @generated from field: uint32 MaximumLevel = 2;
|
|
1373
|
+
*/
|
|
1374
|
+
this.MaximumLevel = 0;
|
|
1375
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1376
|
+
}
|
|
1377
|
+
static fromBinary(bytes, options) {
|
|
1378
|
+
return new SubscriptionLevelSearch().fromBinary(bytes, options);
|
|
1379
|
+
}
|
|
1380
|
+
static fromJson(jsonValue, options) {
|
|
1381
|
+
return new SubscriptionLevelSearch().fromJson(jsonValue, options);
|
|
1382
|
+
}
|
|
1383
|
+
static fromJsonString(jsonString, options) {
|
|
1384
|
+
return new SubscriptionLevelSearch().fromJsonString(jsonString, options);
|
|
1385
|
+
}
|
|
1386
|
+
static equals(a, b) {
|
|
1387
|
+
return protobuf_1.proto3.util.equals(SubscriptionLevelSearch, a, b);
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
exports.SubscriptionLevelSearch = SubscriptionLevelSearch;
|
|
1391
|
+
SubscriptionLevelSearch.runtime = protobuf_1.proto3;
|
|
1392
|
+
SubscriptionLevelSearch.typeName = "IT.WebServices.Fragments.Content.Music.SubscriptionLevelSearch";
|
|
1393
|
+
SubscriptionLevelSearch.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1394
|
+
{ no: 1, name: "MinimumLevel", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1395
|
+
{ no: 2, name: "MaximumLevel", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1396
|
+
]);
|