@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,622 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
3
|
+
// @generated from file Protos/IT/WebServices/Fragments/Content/AssetInterface.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.GetImageAssetsRequest = exports.AssetDateFilter = exports.AssetListRecord = exports.SearchAssetResponse = exports.SearchAssetRequest = exports.GetListOfOldContentIDsResponse = exports.GetListOfOldContentIDsRequest = exports.GetListOfIDsResponse = exports.GetListOfIDsRequest = exports.GetAssetByOldContentIDResponse = exports.GetAssetByOldContentIDRequest = exports.GetAssetAdminResponse = exports.GetAssetAdminRequest = exports.GetAssetResponse = exports.GetAssetRequest = exports.CreateAssetResponse = exports.CreateAssetRequest = exports.AssetType = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
const AudioAssetRecord_pb_1 = require("./AudioAssetRecord_pb");
|
|
10
|
+
const ImageAssetRecord_pb_1 = require("./ImageAssetRecord_pb");
|
|
11
|
+
const AssetRecord_pb_1 = require("./AssetRecord_pb");
|
|
12
|
+
/**
|
|
13
|
+
* @generated from enum IT.WebServices.Fragments.Content.AssetType
|
|
14
|
+
*/
|
|
15
|
+
var AssetType;
|
|
16
|
+
(function (AssetType) {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from enum value: AssetNone = 0;
|
|
19
|
+
*/
|
|
20
|
+
AssetType[AssetType["AssetNone"] = 0] = "AssetNone";
|
|
21
|
+
/**
|
|
22
|
+
* @generated from enum value: AssetAudio = 1;
|
|
23
|
+
*/
|
|
24
|
+
AssetType[AssetType["AssetAudio"] = 1] = "AssetAudio";
|
|
25
|
+
/**
|
|
26
|
+
* @generated from enum value: AssetImage = 2;
|
|
27
|
+
*/
|
|
28
|
+
AssetType[AssetType["AssetImage"] = 2] = "AssetImage";
|
|
29
|
+
})(AssetType || (exports.AssetType = AssetType = {}));
|
|
30
|
+
// Retrieve enum metadata with: proto3.getEnumType(AssetType)
|
|
31
|
+
protobuf_1.proto3.util.setEnumType(AssetType, "IT.WebServices.Fragments.Content.AssetType", [
|
|
32
|
+
{ no: 0, name: "AssetNone" },
|
|
33
|
+
{ no: 1, name: "AssetAudio" },
|
|
34
|
+
{ no: 2, name: "AssetImage" },
|
|
35
|
+
]);
|
|
36
|
+
/**
|
|
37
|
+
* @generated from message IT.WebServices.Fragments.Content.CreateAssetRequest
|
|
38
|
+
*/
|
|
39
|
+
class CreateAssetRequest extends protobuf_1.Message {
|
|
40
|
+
constructor(data) {
|
|
41
|
+
super();
|
|
42
|
+
/**
|
|
43
|
+
* @generated from oneof IT.WebServices.Fragments.Content.CreateAssetRequest.CreateAssetRequest_oneof
|
|
44
|
+
*/
|
|
45
|
+
this.CreateAssetRequestOneof = { case: undefined };
|
|
46
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
47
|
+
}
|
|
48
|
+
static fromBinary(bytes, options) {
|
|
49
|
+
return new CreateAssetRequest().fromBinary(bytes, options);
|
|
50
|
+
}
|
|
51
|
+
static fromJson(jsonValue, options) {
|
|
52
|
+
return new CreateAssetRequest().fromJson(jsonValue, options);
|
|
53
|
+
}
|
|
54
|
+
static fromJsonString(jsonString, options) {
|
|
55
|
+
return new CreateAssetRequest().fromJsonString(jsonString, options);
|
|
56
|
+
}
|
|
57
|
+
static equals(a, b) {
|
|
58
|
+
return protobuf_1.proto3.util.equals(CreateAssetRequest, a, b);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateAssetRequest = CreateAssetRequest;
|
|
62
|
+
CreateAssetRequest.runtime = protobuf_1.proto3;
|
|
63
|
+
CreateAssetRequest.typeName = "IT.WebServices.Fragments.Content.CreateAssetRequest";
|
|
64
|
+
CreateAssetRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
65
|
+
{ no: 1, name: "Audio", kind: "message", T: AudioAssetRecord_pb_1.AudioAssetData, oneof: "CreateAssetRequest_oneof" },
|
|
66
|
+
{ no: 2, name: "Image", kind: "message", T: ImageAssetRecord_pb_1.ImageAssetData, oneof: "CreateAssetRequest_oneof" },
|
|
67
|
+
]);
|
|
68
|
+
/**
|
|
69
|
+
* @generated from message IT.WebServices.Fragments.Content.CreateAssetResponse
|
|
70
|
+
*/
|
|
71
|
+
class CreateAssetResponse extends protobuf_1.Message {
|
|
72
|
+
constructor(data) {
|
|
73
|
+
super();
|
|
74
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
75
|
+
}
|
|
76
|
+
static fromBinary(bytes, options) {
|
|
77
|
+
return new CreateAssetResponse().fromBinary(bytes, options);
|
|
78
|
+
}
|
|
79
|
+
static fromJson(jsonValue, options) {
|
|
80
|
+
return new CreateAssetResponse().fromJson(jsonValue, options);
|
|
81
|
+
}
|
|
82
|
+
static fromJsonString(jsonString, options) {
|
|
83
|
+
return new CreateAssetResponse().fromJsonString(jsonString, options);
|
|
84
|
+
}
|
|
85
|
+
static equals(a, b) {
|
|
86
|
+
return protobuf_1.proto3.util.equals(CreateAssetResponse, a, b);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.CreateAssetResponse = CreateAssetResponse;
|
|
90
|
+
CreateAssetResponse.runtime = protobuf_1.proto3;
|
|
91
|
+
CreateAssetResponse.typeName = "IT.WebServices.Fragments.Content.CreateAssetResponse";
|
|
92
|
+
CreateAssetResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
93
|
+
{ no: 1, name: "Record", kind: "message", T: AssetRecord_pb_1.AssetRecord },
|
|
94
|
+
]);
|
|
95
|
+
/**
|
|
96
|
+
* @generated from message IT.WebServices.Fragments.Content.GetAssetRequest
|
|
97
|
+
*/
|
|
98
|
+
class GetAssetRequest extends protobuf_1.Message {
|
|
99
|
+
constructor(data) {
|
|
100
|
+
super();
|
|
101
|
+
/**
|
|
102
|
+
* Guid for the Asset record
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: string AssetID = 1;
|
|
105
|
+
*/
|
|
106
|
+
this.AssetID = "";
|
|
107
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
108
|
+
}
|
|
109
|
+
static fromBinary(bytes, options) {
|
|
110
|
+
return new GetAssetRequest().fromBinary(bytes, options);
|
|
111
|
+
}
|
|
112
|
+
static fromJson(jsonValue, options) {
|
|
113
|
+
return new GetAssetRequest().fromJson(jsonValue, options);
|
|
114
|
+
}
|
|
115
|
+
static fromJsonString(jsonString, options) {
|
|
116
|
+
return new GetAssetRequest().fromJsonString(jsonString, options);
|
|
117
|
+
}
|
|
118
|
+
static equals(a, b) {
|
|
119
|
+
return protobuf_1.proto3.util.equals(GetAssetRequest, a, b);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
exports.GetAssetRequest = GetAssetRequest;
|
|
123
|
+
GetAssetRequest.runtime = protobuf_1.proto3;
|
|
124
|
+
GetAssetRequest.typeName = "IT.WebServices.Fragments.Content.GetAssetRequest";
|
|
125
|
+
GetAssetRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
126
|
+
{ no: 1, name: "AssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
127
|
+
]);
|
|
128
|
+
/**
|
|
129
|
+
* @generated from message IT.WebServices.Fragments.Content.GetAssetResponse
|
|
130
|
+
*/
|
|
131
|
+
class GetAssetResponse extends protobuf_1.Message {
|
|
132
|
+
constructor(data) {
|
|
133
|
+
super();
|
|
134
|
+
/**
|
|
135
|
+
* @generated from oneof IT.WebServices.Fragments.Content.GetAssetResponse.GetAssetResponse_oneof
|
|
136
|
+
*/
|
|
137
|
+
this.GetAssetResponseOneof = { case: undefined };
|
|
138
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
139
|
+
}
|
|
140
|
+
static fromBinary(bytes, options) {
|
|
141
|
+
return new GetAssetResponse().fromBinary(bytes, options);
|
|
142
|
+
}
|
|
143
|
+
static fromJson(jsonValue, options) {
|
|
144
|
+
return new GetAssetResponse().fromJson(jsonValue, options);
|
|
145
|
+
}
|
|
146
|
+
static fromJsonString(jsonString, options) {
|
|
147
|
+
return new GetAssetResponse().fromJsonString(jsonString, options);
|
|
148
|
+
}
|
|
149
|
+
static equals(a, b) {
|
|
150
|
+
return protobuf_1.proto3.util.equals(GetAssetResponse, a, b);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
exports.GetAssetResponse = GetAssetResponse;
|
|
154
|
+
GetAssetResponse.runtime = protobuf_1.proto3;
|
|
155
|
+
GetAssetResponse.typeName = "IT.WebServices.Fragments.Content.GetAssetResponse";
|
|
156
|
+
GetAssetResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
157
|
+
{ no: 1, name: "Audio", kind: "message", T: AudioAssetRecord_pb_1.AudioAssetPublicRecord, oneof: "GetAssetResponse_oneof" },
|
|
158
|
+
{ no: 2, name: "Image", kind: "message", T: ImageAssetRecord_pb_1.ImageAssetPublicRecord, oneof: "GetAssetResponse_oneof" },
|
|
159
|
+
]);
|
|
160
|
+
/**
|
|
161
|
+
* @generated from message IT.WebServices.Fragments.Content.GetAssetAdminRequest
|
|
162
|
+
*/
|
|
163
|
+
class GetAssetAdminRequest extends protobuf_1.Message {
|
|
164
|
+
constructor(data) {
|
|
165
|
+
super();
|
|
166
|
+
/**
|
|
167
|
+
* Guid for the content record
|
|
168
|
+
*
|
|
169
|
+
* @generated from field: string AssetID = 1;
|
|
170
|
+
*/
|
|
171
|
+
this.AssetID = "";
|
|
172
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
173
|
+
}
|
|
174
|
+
static fromBinary(bytes, options) {
|
|
175
|
+
return new GetAssetAdminRequest().fromBinary(bytes, options);
|
|
176
|
+
}
|
|
177
|
+
static fromJson(jsonValue, options) {
|
|
178
|
+
return new GetAssetAdminRequest().fromJson(jsonValue, options);
|
|
179
|
+
}
|
|
180
|
+
static fromJsonString(jsonString, options) {
|
|
181
|
+
return new GetAssetAdminRequest().fromJsonString(jsonString, options);
|
|
182
|
+
}
|
|
183
|
+
static equals(a, b) {
|
|
184
|
+
return protobuf_1.proto3.util.equals(GetAssetAdminRequest, a, b);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
exports.GetAssetAdminRequest = GetAssetAdminRequest;
|
|
188
|
+
GetAssetAdminRequest.runtime = protobuf_1.proto3;
|
|
189
|
+
GetAssetAdminRequest.typeName = "IT.WebServices.Fragments.Content.GetAssetAdminRequest";
|
|
190
|
+
GetAssetAdminRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
191
|
+
{ no: 1, name: "AssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
192
|
+
]);
|
|
193
|
+
/**
|
|
194
|
+
* @generated from message IT.WebServices.Fragments.Content.GetAssetAdminResponse
|
|
195
|
+
*/
|
|
196
|
+
class GetAssetAdminResponse extends protobuf_1.Message {
|
|
197
|
+
constructor(data) {
|
|
198
|
+
super();
|
|
199
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
200
|
+
}
|
|
201
|
+
static fromBinary(bytes, options) {
|
|
202
|
+
return new GetAssetAdminResponse().fromBinary(bytes, options);
|
|
203
|
+
}
|
|
204
|
+
static fromJson(jsonValue, options) {
|
|
205
|
+
return new GetAssetAdminResponse().fromJson(jsonValue, options);
|
|
206
|
+
}
|
|
207
|
+
static fromJsonString(jsonString, options) {
|
|
208
|
+
return new GetAssetAdminResponse().fromJsonString(jsonString, options);
|
|
209
|
+
}
|
|
210
|
+
static equals(a, b) {
|
|
211
|
+
return protobuf_1.proto3.util.equals(GetAssetAdminResponse, a, b);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
exports.GetAssetAdminResponse = GetAssetAdminResponse;
|
|
215
|
+
GetAssetAdminResponse.runtime = protobuf_1.proto3;
|
|
216
|
+
GetAssetAdminResponse.typeName = "IT.WebServices.Fragments.Content.GetAssetAdminResponse";
|
|
217
|
+
GetAssetAdminResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
218
|
+
{ no: 1, name: "Record", kind: "message", T: AssetRecord_pb_1.AssetRecord },
|
|
219
|
+
]);
|
|
220
|
+
/**
|
|
221
|
+
* @generated from message IT.WebServices.Fragments.Content.GetAssetByOldContentIDRequest
|
|
222
|
+
*/
|
|
223
|
+
class GetAssetByOldContentIDRequest extends protobuf_1.Message {
|
|
224
|
+
constructor(data) {
|
|
225
|
+
super();
|
|
226
|
+
/**
|
|
227
|
+
* @generated from field: string OldAssetID = 1;
|
|
228
|
+
*/
|
|
229
|
+
this.OldAssetID = "";
|
|
230
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
231
|
+
}
|
|
232
|
+
static fromBinary(bytes, options) {
|
|
233
|
+
return new GetAssetByOldContentIDRequest().fromBinary(bytes, options);
|
|
234
|
+
}
|
|
235
|
+
static fromJson(jsonValue, options) {
|
|
236
|
+
return new GetAssetByOldContentIDRequest().fromJson(jsonValue, options);
|
|
237
|
+
}
|
|
238
|
+
static fromJsonString(jsonString, options) {
|
|
239
|
+
return new GetAssetByOldContentIDRequest().fromJsonString(jsonString, options);
|
|
240
|
+
}
|
|
241
|
+
static equals(a, b) {
|
|
242
|
+
return protobuf_1.proto3.util.equals(GetAssetByOldContentIDRequest, a, b);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
exports.GetAssetByOldContentIDRequest = GetAssetByOldContentIDRequest;
|
|
246
|
+
GetAssetByOldContentIDRequest.runtime = protobuf_1.proto3;
|
|
247
|
+
GetAssetByOldContentIDRequest.typeName = "IT.WebServices.Fragments.Content.GetAssetByOldContentIDRequest";
|
|
248
|
+
GetAssetByOldContentIDRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
249
|
+
{ no: 1, name: "OldAssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
250
|
+
]);
|
|
251
|
+
/**
|
|
252
|
+
* @generated from message IT.WebServices.Fragments.Content.GetAssetByOldContentIDResponse
|
|
253
|
+
*/
|
|
254
|
+
class GetAssetByOldContentIDResponse extends protobuf_1.Message {
|
|
255
|
+
constructor(data) {
|
|
256
|
+
super();
|
|
257
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
258
|
+
}
|
|
259
|
+
static fromBinary(bytes, options) {
|
|
260
|
+
return new GetAssetByOldContentIDResponse().fromBinary(bytes, options);
|
|
261
|
+
}
|
|
262
|
+
static fromJson(jsonValue, options) {
|
|
263
|
+
return new GetAssetByOldContentIDResponse().fromJson(jsonValue, options);
|
|
264
|
+
}
|
|
265
|
+
static fromJsonString(jsonString, options) {
|
|
266
|
+
return new GetAssetByOldContentIDResponse().fromJsonString(jsonString, options);
|
|
267
|
+
}
|
|
268
|
+
static equals(a, b) {
|
|
269
|
+
return protobuf_1.proto3.util.equals(GetAssetByOldContentIDResponse, a, b);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
exports.GetAssetByOldContentIDResponse = GetAssetByOldContentIDResponse;
|
|
273
|
+
GetAssetByOldContentIDResponse.runtime = protobuf_1.proto3;
|
|
274
|
+
GetAssetByOldContentIDResponse.typeName = "IT.WebServices.Fragments.Content.GetAssetByOldContentIDResponse";
|
|
275
|
+
GetAssetByOldContentIDResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
276
|
+
{ no: 1, name: "Record", kind: "message", T: AssetRecord_pb_1.AssetRecord },
|
|
277
|
+
]);
|
|
278
|
+
/**
|
|
279
|
+
* @generated from message IT.WebServices.Fragments.Content.GetListOfIDsRequest
|
|
280
|
+
*/
|
|
281
|
+
class GetListOfIDsRequest extends protobuf_1.Message {
|
|
282
|
+
constructor(data) {
|
|
283
|
+
super();
|
|
284
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
285
|
+
}
|
|
286
|
+
static fromBinary(bytes, options) {
|
|
287
|
+
return new GetListOfIDsRequest().fromBinary(bytes, options);
|
|
288
|
+
}
|
|
289
|
+
static fromJson(jsonValue, options) {
|
|
290
|
+
return new GetListOfIDsRequest().fromJson(jsonValue, options);
|
|
291
|
+
}
|
|
292
|
+
static fromJsonString(jsonString, options) {
|
|
293
|
+
return new GetListOfIDsRequest().fromJsonString(jsonString, options);
|
|
294
|
+
}
|
|
295
|
+
static equals(a, b) {
|
|
296
|
+
return protobuf_1.proto3.util.equals(GetListOfIDsRequest, a, b);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
exports.GetListOfIDsRequest = GetListOfIDsRequest;
|
|
300
|
+
GetListOfIDsRequest.runtime = protobuf_1.proto3;
|
|
301
|
+
GetListOfIDsRequest.typeName = "IT.WebServices.Fragments.Content.GetListOfIDsRequest";
|
|
302
|
+
GetListOfIDsRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
303
|
+
/**
|
|
304
|
+
* @generated from message IT.WebServices.Fragments.Content.GetListOfIDsResponse
|
|
305
|
+
*/
|
|
306
|
+
class GetListOfIDsResponse extends protobuf_1.Message {
|
|
307
|
+
constructor(data) {
|
|
308
|
+
super();
|
|
309
|
+
/**
|
|
310
|
+
* @generated from field: string AssetID = 1;
|
|
311
|
+
*/
|
|
312
|
+
this.AssetID = "";
|
|
313
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
314
|
+
}
|
|
315
|
+
static fromBinary(bytes, options) {
|
|
316
|
+
return new GetListOfIDsResponse().fromBinary(bytes, options);
|
|
317
|
+
}
|
|
318
|
+
static fromJson(jsonValue, options) {
|
|
319
|
+
return new GetListOfIDsResponse().fromJson(jsonValue, options);
|
|
320
|
+
}
|
|
321
|
+
static fromJsonString(jsonString, options) {
|
|
322
|
+
return new GetListOfIDsResponse().fromJsonString(jsonString, options);
|
|
323
|
+
}
|
|
324
|
+
static equals(a, b) {
|
|
325
|
+
return protobuf_1.proto3.util.equals(GetListOfIDsResponse, a, b);
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
exports.GetListOfIDsResponse = GetListOfIDsResponse;
|
|
329
|
+
GetListOfIDsResponse.runtime = protobuf_1.proto3;
|
|
330
|
+
GetListOfIDsResponse.typeName = "IT.WebServices.Fragments.Content.GetListOfIDsResponse";
|
|
331
|
+
GetListOfIDsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
332
|
+
{ no: 1, name: "AssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
333
|
+
{ no: 2, name: "ModifiedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
334
|
+
]);
|
|
335
|
+
/**
|
|
336
|
+
* @generated from message IT.WebServices.Fragments.Content.GetListOfOldContentIDsRequest
|
|
337
|
+
*/
|
|
338
|
+
class GetListOfOldContentIDsRequest extends protobuf_1.Message {
|
|
339
|
+
constructor(data) {
|
|
340
|
+
super();
|
|
341
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
342
|
+
}
|
|
343
|
+
static fromBinary(bytes, options) {
|
|
344
|
+
return new GetListOfOldContentIDsRequest().fromBinary(bytes, options);
|
|
345
|
+
}
|
|
346
|
+
static fromJson(jsonValue, options) {
|
|
347
|
+
return new GetListOfOldContentIDsRequest().fromJson(jsonValue, options);
|
|
348
|
+
}
|
|
349
|
+
static fromJsonString(jsonString, options) {
|
|
350
|
+
return new GetListOfOldContentIDsRequest().fromJsonString(jsonString, options);
|
|
351
|
+
}
|
|
352
|
+
static equals(a, b) {
|
|
353
|
+
return protobuf_1.proto3.util.equals(GetListOfOldContentIDsRequest, a, b);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
exports.GetListOfOldContentIDsRequest = GetListOfOldContentIDsRequest;
|
|
357
|
+
GetListOfOldContentIDsRequest.runtime = protobuf_1.proto3;
|
|
358
|
+
GetListOfOldContentIDsRequest.typeName = "IT.WebServices.Fragments.Content.GetListOfOldContentIDsRequest";
|
|
359
|
+
GetListOfOldContentIDsRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
360
|
+
/**
|
|
361
|
+
* @generated from message IT.WebServices.Fragments.Content.GetListOfOldContentIDsResponse
|
|
362
|
+
*/
|
|
363
|
+
class GetListOfOldContentIDsResponse extends protobuf_1.Message {
|
|
364
|
+
constructor(data) {
|
|
365
|
+
super();
|
|
366
|
+
/**
|
|
367
|
+
* @generated from field: string AssetID = 1;
|
|
368
|
+
*/
|
|
369
|
+
this.AssetID = "";
|
|
370
|
+
/**
|
|
371
|
+
* @generated from field: string OldAssetID = 2;
|
|
372
|
+
*/
|
|
373
|
+
this.OldAssetID = "";
|
|
374
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
375
|
+
}
|
|
376
|
+
static fromBinary(bytes, options) {
|
|
377
|
+
return new GetListOfOldContentIDsResponse().fromBinary(bytes, options);
|
|
378
|
+
}
|
|
379
|
+
static fromJson(jsonValue, options) {
|
|
380
|
+
return new GetListOfOldContentIDsResponse().fromJson(jsonValue, options);
|
|
381
|
+
}
|
|
382
|
+
static fromJsonString(jsonString, options) {
|
|
383
|
+
return new GetListOfOldContentIDsResponse().fromJsonString(jsonString, options);
|
|
384
|
+
}
|
|
385
|
+
static equals(a, b) {
|
|
386
|
+
return protobuf_1.proto3.util.equals(GetListOfOldContentIDsResponse, a, b);
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
exports.GetListOfOldContentIDsResponse = GetListOfOldContentIDsResponse;
|
|
390
|
+
GetListOfOldContentIDsResponse.runtime = protobuf_1.proto3;
|
|
391
|
+
GetListOfOldContentIDsResponse.typeName = "IT.WebServices.Fragments.Content.GetListOfOldContentIDsResponse";
|
|
392
|
+
GetListOfOldContentIDsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
393
|
+
{ no: 1, name: "AssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
394
|
+
{ no: 2, name: "OldAssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
395
|
+
{ no: 3, name: "ModifiedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
396
|
+
]);
|
|
397
|
+
/**
|
|
398
|
+
* @generated from message IT.WebServices.Fragments.Content.SearchAssetRequest
|
|
399
|
+
*/
|
|
400
|
+
class SearchAssetRequest extends protobuf_1.Message {
|
|
401
|
+
constructor(data) {
|
|
402
|
+
super();
|
|
403
|
+
/**
|
|
404
|
+
* @generated from field: uint32 PageSize = 1;
|
|
405
|
+
*/
|
|
406
|
+
this.PageSize = 0;
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
409
|
+
*/
|
|
410
|
+
this.PageOffset = 0;
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: string Query = 6;
|
|
413
|
+
*/
|
|
414
|
+
this.Query = "";
|
|
415
|
+
/**
|
|
416
|
+
* @generated from field: IT.WebServices.Fragments.Content.AssetType AssetType = 11;
|
|
417
|
+
*/
|
|
418
|
+
this.AssetType = AssetType.AssetNone;
|
|
419
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
420
|
+
}
|
|
421
|
+
static fromBinary(bytes, options) {
|
|
422
|
+
return new SearchAssetRequest().fromBinary(bytes, options);
|
|
423
|
+
}
|
|
424
|
+
static fromJson(jsonValue, options) {
|
|
425
|
+
return new SearchAssetRequest().fromJson(jsonValue, options);
|
|
426
|
+
}
|
|
427
|
+
static fromJsonString(jsonString, options) {
|
|
428
|
+
return new SearchAssetRequest().fromJsonString(jsonString, options);
|
|
429
|
+
}
|
|
430
|
+
static equals(a, b) {
|
|
431
|
+
return protobuf_1.proto3.util.equals(SearchAssetRequest, a, b);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
exports.SearchAssetRequest = SearchAssetRequest;
|
|
435
|
+
SearchAssetRequest.runtime = protobuf_1.proto3;
|
|
436
|
+
SearchAssetRequest.typeName = "IT.WebServices.Fragments.Content.SearchAssetRequest";
|
|
437
|
+
SearchAssetRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
438
|
+
{ no: 1, name: "PageSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
439
|
+
{ no: 2, name: "PageOffset", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
440
|
+
{ no: 6, name: "Query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
441
|
+
{ no: 11, name: "AssetType", kind: "enum", T: protobuf_1.proto3.getEnumType(AssetType) },
|
|
442
|
+
]);
|
|
443
|
+
/**
|
|
444
|
+
* @generated from message IT.WebServices.Fragments.Content.SearchAssetResponse
|
|
445
|
+
*/
|
|
446
|
+
class SearchAssetResponse extends protobuf_1.Message {
|
|
447
|
+
constructor(data) {
|
|
448
|
+
super();
|
|
449
|
+
/**
|
|
450
|
+
* @generated from field: repeated IT.WebServices.Fragments.Content.AssetListRecord Records = 1;
|
|
451
|
+
*/
|
|
452
|
+
this.Records = [];
|
|
453
|
+
/**
|
|
454
|
+
* @generated from field: uint32 PageOffsetStart = 11;
|
|
455
|
+
*/
|
|
456
|
+
this.PageOffsetStart = 0;
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: uint32 PageOffsetEnd = 12;
|
|
459
|
+
*/
|
|
460
|
+
this.PageOffsetEnd = 0;
|
|
461
|
+
/**
|
|
462
|
+
* @generated from field: uint32 PageTotalItems = 13;
|
|
463
|
+
*/
|
|
464
|
+
this.PageTotalItems = 0;
|
|
465
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
466
|
+
}
|
|
467
|
+
static fromBinary(bytes, options) {
|
|
468
|
+
return new SearchAssetResponse().fromBinary(bytes, options);
|
|
469
|
+
}
|
|
470
|
+
static fromJson(jsonValue, options) {
|
|
471
|
+
return new SearchAssetResponse().fromJson(jsonValue, options);
|
|
472
|
+
}
|
|
473
|
+
static fromJsonString(jsonString, options) {
|
|
474
|
+
return new SearchAssetResponse().fromJsonString(jsonString, options);
|
|
475
|
+
}
|
|
476
|
+
static equals(a, b) {
|
|
477
|
+
return protobuf_1.proto3.util.equals(SearchAssetResponse, a, b);
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
exports.SearchAssetResponse = SearchAssetResponse;
|
|
481
|
+
SearchAssetResponse.runtime = protobuf_1.proto3;
|
|
482
|
+
SearchAssetResponse.typeName = "IT.WebServices.Fragments.Content.SearchAssetResponse";
|
|
483
|
+
SearchAssetResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
484
|
+
{ no: 1, name: "Records", kind: "message", T: AssetListRecord, repeated: true },
|
|
485
|
+
{ no: 11, name: "PageOffsetStart", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
486
|
+
{ no: 12, name: "PageOffsetEnd", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
487
|
+
{ no: 13, name: "PageTotalItems", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
488
|
+
]);
|
|
489
|
+
/**
|
|
490
|
+
* @generated from message IT.WebServices.Fragments.Content.AssetListRecord
|
|
491
|
+
*/
|
|
492
|
+
class AssetListRecord extends protobuf_1.Message {
|
|
493
|
+
constructor(data) {
|
|
494
|
+
super();
|
|
495
|
+
/**
|
|
496
|
+
* Guid for the asset record
|
|
497
|
+
*
|
|
498
|
+
* @generated from field: string AssetID = 1;
|
|
499
|
+
*/
|
|
500
|
+
this.AssetID = "";
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: string Title = 3;
|
|
503
|
+
*/
|
|
504
|
+
this.Title = "";
|
|
505
|
+
/**
|
|
506
|
+
* @generated from field: string Caption = 4;
|
|
507
|
+
*/
|
|
508
|
+
this.Caption = "";
|
|
509
|
+
/**
|
|
510
|
+
* @generated from field: IT.WebServices.Fragments.Content.AssetType AssetType = 10;
|
|
511
|
+
*/
|
|
512
|
+
this.AssetType = AssetType.AssetNone;
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: uint32 Height = 20;
|
|
515
|
+
*/
|
|
516
|
+
this.Height = 0;
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: uint32 Width = 21;
|
|
519
|
+
*/
|
|
520
|
+
this.Width = 0;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: uint32 LengthSeconds = 30;
|
|
523
|
+
*/
|
|
524
|
+
this.LengthSeconds = 0;
|
|
525
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
526
|
+
}
|
|
527
|
+
static fromBinary(bytes, options) {
|
|
528
|
+
return new AssetListRecord().fromBinary(bytes, options);
|
|
529
|
+
}
|
|
530
|
+
static fromJson(jsonValue, options) {
|
|
531
|
+
return new AssetListRecord().fromJson(jsonValue, options);
|
|
532
|
+
}
|
|
533
|
+
static fromJsonString(jsonString, options) {
|
|
534
|
+
return new AssetListRecord().fromJsonString(jsonString, options);
|
|
535
|
+
}
|
|
536
|
+
static equals(a, b) {
|
|
537
|
+
return protobuf_1.proto3.util.equals(AssetListRecord, a, b);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
exports.AssetListRecord = AssetListRecord;
|
|
541
|
+
AssetListRecord.runtime = protobuf_1.proto3;
|
|
542
|
+
AssetListRecord.typeName = "IT.WebServices.Fragments.Content.AssetListRecord";
|
|
543
|
+
AssetListRecord.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
544
|
+
{ no: 1, name: "AssetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
545
|
+
{ no: 2, name: "CreatedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
546
|
+
{ no: 3, name: "Title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
547
|
+
{ no: 4, name: "Caption", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
548
|
+
{ no: 10, name: "AssetType", kind: "enum", T: protobuf_1.proto3.getEnumType(AssetType) },
|
|
549
|
+
{ no: 20, name: "Height", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
550
|
+
{ no: 21, name: "Width", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
551
|
+
{ no: 30, name: "LengthSeconds", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
552
|
+
]);
|
|
553
|
+
/**
|
|
554
|
+
* @generated from message IT.WebServices.Fragments.Content.AssetDateFilter
|
|
555
|
+
*/
|
|
556
|
+
class AssetDateFilter extends protobuf_1.Message {
|
|
557
|
+
constructor(data) {
|
|
558
|
+
super();
|
|
559
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
560
|
+
}
|
|
561
|
+
static fromBinary(bytes, options) {
|
|
562
|
+
return new AssetDateFilter().fromBinary(bytes, options);
|
|
563
|
+
}
|
|
564
|
+
static fromJson(jsonValue, options) {
|
|
565
|
+
return new AssetDateFilter().fromJson(jsonValue, options);
|
|
566
|
+
}
|
|
567
|
+
static fromJsonString(jsonString, options) {
|
|
568
|
+
return new AssetDateFilter().fromJsonString(jsonString, options);
|
|
569
|
+
}
|
|
570
|
+
static equals(a, b) {
|
|
571
|
+
return protobuf_1.proto3.util.equals(AssetDateFilter, a, b);
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
exports.AssetDateFilter = AssetDateFilter;
|
|
575
|
+
AssetDateFilter.runtime = protobuf_1.proto3;
|
|
576
|
+
AssetDateFilter.typeName = "IT.WebServices.Fragments.Content.AssetDateFilter";
|
|
577
|
+
AssetDateFilter.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
578
|
+
{ no: 1, name: "BeginCreatedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
579
|
+
{ no: 2, name: "EndCreatedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
580
|
+
]);
|
|
581
|
+
/**
|
|
582
|
+
* @generated from message IT.WebServices.Fragments.Content.GetImageAssetsRequest
|
|
583
|
+
*/
|
|
584
|
+
class GetImageAssetsRequest extends protobuf_1.Message {
|
|
585
|
+
constructor(data) {
|
|
586
|
+
super();
|
|
587
|
+
/**
|
|
588
|
+
* @generated from field: uint32 PageSize = 1;
|
|
589
|
+
*/
|
|
590
|
+
this.PageSize = 0;
|
|
591
|
+
/**
|
|
592
|
+
* @generated from field: uint32 PageOffset = 2;
|
|
593
|
+
*/
|
|
594
|
+
this.PageOffset = 0;
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: string Query = 6;
|
|
597
|
+
*/
|
|
598
|
+
this.Query = "";
|
|
599
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
600
|
+
}
|
|
601
|
+
static fromBinary(bytes, options) {
|
|
602
|
+
return new GetImageAssetsRequest().fromBinary(bytes, options);
|
|
603
|
+
}
|
|
604
|
+
static fromJson(jsonValue, options) {
|
|
605
|
+
return new GetImageAssetsRequest().fromJson(jsonValue, options);
|
|
606
|
+
}
|
|
607
|
+
static fromJsonString(jsonString, options) {
|
|
608
|
+
return new GetImageAssetsRequest().fromJsonString(jsonString, options);
|
|
609
|
+
}
|
|
610
|
+
static equals(a, b) {
|
|
611
|
+
return protobuf_1.proto3.util.equals(GetImageAssetsRequest, a, b);
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
exports.GetImageAssetsRequest = GetImageAssetsRequest;
|
|
615
|
+
GetImageAssetsRequest.runtime = protobuf_1.proto3;
|
|
616
|
+
GetImageAssetsRequest.typeName = "IT.WebServices.Fragments.Content.GetImageAssetsRequest";
|
|
617
|
+
GetImageAssetsRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
618
|
+
{ no: 1, name: "PageSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
619
|
+
{ no: 2, name: "PageOffset", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
620
|
+
{ no: 6, name: "Query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
621
|
+
{ no: 7, name: "CreationDateRange", kind: "message", T: AssetDateFilter, opt: true },
|
|
622
|
+
]);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
3
|
+
// @generated from file Protos/IT/WebServices/Fragments/Content/AssetRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.AssetRecord = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
const AudioAssetRecord_pb_1 = require("./AudioAssetRecord_pb");
|
|
10
|
+
const ImageAssetRecord_pb_1 = require("./ImageAssetRecord_pb");
|
|
11
|
+
/**
|
|
12
|
+
* @generated from message IT.WebServices.Fragments.Content.AssetRecord
|
|
13
|
+
*/
|
|
14
|
+
class AssetRecord extends protobuf_1.Message {
|
|
15
|
+
constructor(data) {
|
|
16
|
+
super();
|
|
17
|
+
/**
|
|
18
|
+
* @generated from oneof IT.WebServices.Fragments.Content.AssetRecord.AssetRecord_oneof
|
|
19
|
+
*/
|
|
20
|
+
this.AssetRecordOneof = { case: undefined };
|
|
21
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
22
|
+
}
|
|
23
|
+
static fromBinary(bytes, options) {
|
|
24
|
+
return new AssetRecord().fromBinary(bytes, options);
|
|
25
|
+
}
|
|
26
|
+
static fromJson(jsonValue, options) {
|
|
27
|
+
return new AssetRecord().fromJson(jsonValue, options);
|
|
28
|
+
}
|
|
29
|
+
static fromJsonString(jsonString, options) {
|
|
30
|
+
return new AssetRecord().fromJsonString(jsonString, options);
|
|
31
|
+
}
|
|
32
|
+
static equals(a, b) {
|
|
33
|
+
return protobuf_1.proto3.util.equals(AssetRecord, a, b);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.AssetRecord = AssetRecord;
|
|
37
|
+
AssetRecord.runtime = protobuf_1.proto3;
|
|
38
|
+
AssetRecord.typeName = "IT.WebServices.Fragments.Content.AssetRecord";
|
|
39
|
+
AssetRecord.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
40
|
+
{ no: 1, name: "Audio", kind: "message", T: AudioAssetRecord_pb_1.AudioAssetRecord, oneof: "AssetRecord_oneof" },
|
|
41
|
+
{ no: 2, name: "Image", kind: "message", T: ImageAssetRecord_pb_1.ImageAssetRecord, oneof: "AssetRecord_oneof" },
|
|
42
|
+
]);
|