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