@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,520 @@
|
|
|
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/Authorization/Payment/Manual/ManualPaymentInterface.proto (package IT.WebServices.Fragments.Authorization.Payment.Manual, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.ManualNewOwnSubscriptionResponse = exports.ManualNewOwnSubscriptionRequest = exports.ManualNewOtherSubscriptionResponse = exports.ManualNewOtherSubscriptionRequest = exports.ManualGetOwnSubscriptionRecordResponse = exports.ManualGetOwnSubscriptionRecordRequest = exports.ManualGetOwnSubscriptionRecordsResponse = exports.ManualGetOwnSubscriptionRecordsRequest = exports.ManualGetOtherSubscriptionRecordResponse = exports.ManualGetOtherSubscriptionRecordRequest = exports.ManualGetOtherSubscriptionRecordsResponse = exports.ManualGetOtherSubscriptionRecordsRequest = exports.ManualCancelOwnSubscriptionResponse = exports.ManualCancelOwnSubscriptionRequest = exports.ManualCancelOtherSubscriptionResponse = exports.ManualCancelOtherSubscriptionRequest = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
const ManualSubscriptionRecord_pb_1 = require("./ManualSubscriptionRecord_pb");
|
|
10
|
+
/**
|
|
11
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOtherSubscriptionRequest
|
|
12
|
+
*/
|
|
13
|
+
class ManualCancelOtherSubscriptionRequest extends protobuf_1.Message {
|
|
14
|
+
constructor(data) {
|
|
15
|
+
super();
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: string UserID = 1;
|
|
18
|
+
*/
|
|
19
|
+
this.UserID = "";
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string SubscriptionID = 2;
|
|
22
|
+
*/
|
|
23
|
+
this.SubscriptionID = "";
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string Reason = 11;
|
|
26
|
+
*/
|
|
27
|
+
this.Reason = "";
|
|
28
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
29
|
+
}
|
|
30
|
+
static fromBinary(bytes, options) {
|
|
31
|
+
return new ManualCancelOtherSubscriptionRequest().fromBinary(bytes, options);
|
|
32
|
+
}
|
|
33
|
+
static fromJson(jsonValue, options) {
|
|
34
|
+
return new ManualCancelOtherSubscriptionRequest().fromJson(jsonValue, options);
|
|
35
|
+
}
|
|
36
|
+
static fromJsonString(jsonString, options) {
|
|
37
|
+
return new ManualCancelOtherSubscriptionRequest().fromJsonString(jsonString, options);
|
|
38
|
+
}
|
|
39
|
+
static equals(a, b) {
|
|
40
|
+
return protobuf_1.proto3.util.equals(ManualCancelOtherSubscriptionRequest, a, b);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.ManualCancelOtherSubscriptionRequest = ManualCancelOtherSubscriptionRequest;
|
|
44
|
+
ManualCancelOtherSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
45
|
+
ManualCancelOtherSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOtherSubscriptionRequest";
|
|
46
|
+
ManualCancelOtherSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
47
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
48
|
+
{ no: 2, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
49
|
+
{ no: 11, name: "Reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
50
|
+
]);
|
|
51
|
+
/**
|
|
52
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOtherSubscriptionResponse
|
|
53
|
+
*/
|
|
54
|
+
class ManualCancelOtherSubscriptionResponse extends protobuf_1.Message {
|
|
55
|
+
constructor(data) {
|
|
56
|
+
super();
|
|
57
|
+
/**
|
|
58
|
+
* @generated from field: string Error = 2;
|
|
59
|
+
*/
|
|
60
|
+
this.Error = "";
|
|
61
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
62
|
+
}
|
|
63
|
+
static fromBinary(bytes, options) {
|
|
64
|
+
return new ManualCancelOtherSubscriptionResponse().fromBinary(bytes, options);
|
|
65
|
+
}
|
|
66
|
+
static fromJson(jsonValue, options) {
|
|
67
|
+
return new ManualCancelOtherSubscriptionResponse().fromJson(jsonValue, options);
|
|
68
|
+
}
|
|
69
|
+
static fromJsonString(jsonString, options) {
|
|
70
|
+
return new ManualCancelOtherSubscriptionResponse().fromJsonString(jsonString, options);
|
|
71
|
+
}
|
|
72
|
+
static equals(a, b) {
|
|
73
|
+
return protobuf_1.proto3.util.equals(ManualCancelOtherSubscriptionResponse, a, b);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.ManualCancelOtherSubscriptionResponse = ManualCancelOtherSubscriptionResponse;
|
|
77
|
+
ManualCancelOtherSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
78
|
+
ManualCancelOtherSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOtherSubscriptionResponse";
|
|
79
|
+
ManualCancelOtherSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
80
|
+
{ no: 1, name: "Record", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord },
|
|
81
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
82
|
+
]);
|
|
83
|
+
/**
|
|
84
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOwnSubscriptionRequest
|
|
85
|
+
*/
|
|
86
|
+
class ManualCancelOwnSubscriptionRequest extends protobuf_1.Message {
|
|
87
|
+
constructor(data) {
|
|
88
|
+
super();
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: string SubscriptionID = 1;
|
|
91
|
+
*/
|
|
92
|
+
this.SubscriptionID = "";
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: string Reason = 11;
|
|
95
|
+
*/
|
|
96
|
+
this.Reason = "";
|
|
97
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
98
|
+
}
|
|
99
|
+
static fromBinary(bytes, options) {
|
|
100
|
+
return new ManualCancelOwnSubscriptionRequest().fromBinary(bytes, options);
|
|
101
|
+
}
|
|
102
|
+
static fromJson(jsonValue, options) {
|
|
103
|
+
return new ManualCancelOwnSubscriptionRequest().fromJson(jsonValue, options);
|
|
104
|
+
}
|
|
105
|
+
static fromJsonString(jsonString, options) {
|
|
106
|
+
return new ManualCancelOwnSubscriptionRequest().fromJsonString(jsonString, options);
|
|
107
|
+
}
|
|
108
|
+
static equals(a, b) {
|
|
109
|
+
return protobuf_1.proto3.util.equals(ManualCancelOwnSubscriptionRequest, a, b);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
exports.ManualCancelOwnSubscriptionRequest = ManualCancelOwnSubscriptionRequest;
|
|
113
|
+
ManualCancelOwnSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
114
|
+
ManualCancelOwnSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOwnSubscriptionRequest";
|
|
115
|
+
ManualCancelOwnSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
116
|
+
{ no: 1, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
117
|
+
{ no: 11, name: "Reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
118
|
+
]);
|
|
119
|
+
/**
|
|
120
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOwnSubscriptionResponse
|
|
121
|
+
*/
|
|
122
|
+
class ManualCancelOwnSubscriptionResponse extends protobuf_1.Message {
|
|
123
|
+
constructor(data) {
|
|
124
|
+
super();
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: string Error = 2;
|
|
127
|
+
*/
|
|
128
|
+
this.Error = "";
|
|
129
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
130
|
+
}
|
|
131
|
+
static fromBinary(bytes, options) {
|
|
132
|
+
return new ManualCancelOwnSubscriptionResponse().fromBinary(bytes, options);
|
|
133
|
+
}
|
|
134
|
+
static fromJson(jsonValue, options) {
|
|
135
|
+
return new ManualCancelOwnSubscriptionResponse().fromJson(jsonValue, options);
|
|
136
|
+
}
|
|
137
|
+
static fromJsonString(jsonString, options) {
|
|
138
|
+
return new ManualCancelOwnSubscriptionResponse().fromJsonString(jsonString, options);
|
|
139
|
+
}
|
|
140
|
+
static equals(a, b) {
|
|
141
|
+
return protobuf_1.proto3.util.equals(ManualCancelOwnSubscriptionResponse, a, b);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
exports.ManualCancelOwnSubscriptionResponse = ManualCancelOwnSubscriptionResponse;
|
|
145
|
+
ManualCancelOwnSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
146
|
+
ManualCancelOwnSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualCancelOwnSubscriptionResponse";
|
|
147
|
+
ManualCancelOwnSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
148
|
+
{ no: 1, name: "Record", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord },
|
|
149
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
150
|
+
]);
|
|
151
|
+
/**
|
|
152
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordsRequest
|
|
153
|
+
*/
|
|
154
|
+
class ManualGetOtherSubscriptionRecordsRequest extends protobuf_1.Message {
|
|
155
|
+
constructor(data) {
|
|
156
|
+
super();
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: string UserID = 1;
|
|
159
|
+
*/
|
|
160
|
+
this.UserID = "";
|
|
161
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
162
|
+
}
|
|
163
|
+
static fromBinary(bytes, options) {
|
|
164
|
+
return new ManualGetOtherSubscriptionRecordsRequest().fromBinary(bytes, options);
|
|
165
|
+
}
|
|
166
|
+
static fromJson(jsonValue, options) {
|
|
167
|
+
return new ManualGetOtherSubscriptionRecordsRequest().fromJson(jsonValue, options);
|
|
168
|
+
}
|
|
169
|
+
static fromJsonString(jsonString, options) {
|
|
170
|
+
return new ManualGetOtherSubscriptionRecordsRequest().fromJsonString(jsonString, options);
|
|
171
|
+
}
|
|
172
|
+
static equals(a, b) {
|
|
173
|
+
return protobuf_1.proto3.util.equals(ManualGetOtherSubscriptionRecordsRequest, a, b);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
exports.ManualGetOtherSubscriptionRecordsRequest = ManualGetOtherSubscriptionRecordsRequest;
|
|
177
|
+
ManualGetOtherSubscriptionRecordsRequest.runtime = protobuf_1.proto3;
|
|
178
|
+
ManualGetOtherSubscriptionRecordsRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordsRequest";
|
|
179
|
+
ManualGetOtherSubscriptionRecordsRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
180
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
181
|
+
]);
|
|
182
|
+
/**
|
|
183
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordsResponse
|
|
184
|
+
*/
|
|
185
|
+
class ManualGetOtherSubscriptionRecordsResponse extends protobuf_1.Message {
|
|
186
|
+
constructor(data) {
|
|
187
|
+
super();
|
|
188
|
+
/**
|
|
189
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Manual.ManualSubscriptionRecord Records = 1;
|
|
190
|
+
*/
|
|
191
|
+
this.Records = [];
|
|
192
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
193
|
+
}
|
|
194
|
+
static fromBinary(bytes, options) {
|
|
195
|
+
return new ManualGetOtherSubscriptionRecordsResponse().fromBinary(bytes, options);
|
|
196
|
+
}
|
|
197
|
+
static fromJson(jsonValue, options) {
|
|
198
|
+
return new ManualGetOtherSubscriptionRecordsResponse().fromJson(jsonValue, options);
|
|
199
|
+
}
|
|
200
|
+
static fromJsonString(jsonString, options) {
|
|
201
|
+
return new ManualGetOtherSubscriptionRecordsResponse().fromJsonString(jsonString, options);
|
|
202
|
+
}
|
|
203
|
+
static equals(a, b) {
|
|
204
|
+
return protobuf_1.proto3.util.equals(ManualGetOtherSubscriptionRecordsResponse, a, b);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
exports.ManualGetOtherSubscriptionRecordsResponse = ManualGetOtherSubscriptionRecordsResponse;
|
|
208
|
+
ManualGetOtherSubscriptionRecordsResponse.runtime = protobuf_1.proto3;
|
|
209
|
+
ManualGetOtherSubscriptionRecordsResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordsResponse";
|
|
210
|
+
ManualGetOtherSubscriptionRecordsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
211
|
+
{ no: 1, name: "Records", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord, repeated: true },
|
|
212
|
+
]);
|
|
213
|
+
/**
|
|
214
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordRequest
|
|
215
|
+
*/
|
|
216
|
+
class ManualGetOtherSubscriptionRecordRequest extends protobuf_1.Message {
|
|
217
|
+
constructor(data) {
|
|
218
|
+
super();
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: string UserID = 1;
|
|
221
|
+
*/
|
|
222
|
+
this.UserID = "";
|
|
223
|
+
/**
|
|
224
|
+
* @generated from field: string SubscriptionID = 2;
|
|
225
|
+
*/
|
|
226
|
+
this.SubscriptionID = "";
|
|
227
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
228
|
+
}
|
|
229
|
+
static fromBinary(bytes, options) {
|
|
230
|
+
return new ManualGetOtherSubscriptionRecordRequest().fromBinary(bytes, options);
|
|
231
|
+
}
|
|
232
|
+
static fromJson(jsonValue, options) {
|
|
233
|
+
return new ManualGetOtherSubscriptionRecordRequest().fromJson(jsonValue, options);
|
|
234
|
+
}
|
|
235
|
+
static fromJsonString(jsonString, options) {
|
|
236
|
+
return new ManualGetOtherSubscriptionRecordRequest().fromJsonString(jsonString, options);
|
|
237
|
+
}
|
|
238
|
+
static equals(a, b) {
|
|
239
|
+
return protobuf_1.proto3.util.equals(ManualGetOtherSubscriptionRecordRequest, a, b);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
exports.ManualGetOtherSubscriptionRecordRequest = ManualGetOtherSubscriptionRecordRequest;
|
|
243
|
+
ManualGetOtherSubscriptionRecordRequest.runtime = protobuf_1.proto3;
|
|
244
|
+
ManualGetOtherSubscriptionRecordRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordRequest";
|
|
245
|
+
ManualGetOtherSubscriptionRecordRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
246
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
247
|
+
{ no: 2, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
248
|
+
]);
|
|
249
|
+
/**
|
|
250
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordResponse
|
|
251
|
+
*/
|
|
252
|
+
class ManualGetOtherSubscriptionRecordResponse extends protobuf_1.Message {
|
|
253
|
+
constructor(data) {
|
|
254
|
+
super();
|
|
255
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
256
|
+
}
|
|
257
|
+
static fromBinary(bytes, options) {
|
|
258
|
+
return new ManualGetOtherSubscriptionRecordResponse().fromBinary(bytes, options);
|
|
259
|
+
}
|
|
260
|
+
static fromJson(jsonValue, options) {
|
|
261
|
+
return new ManualGetOtherSubscriptionRecordResponse().fromJson(jsonValue, options);
|
|
262
|
+
}
|
|
263
|
+
static fromJsonString(jsonString, options) {
|
|
264
|
+
return new ManualGetOtherSubscriptionRecordResponse().fromJsonString(jsonString, options);
|
|
265
|
+
}
|
|
266
|
+
static equals(a, b) {
|
|
267
|
+
return protobuf_1.proto3.util.equals(ManualGetOtherSubscriptionRecordResponse, a, b);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
exports.ManualGetOtherSubscriptionRecordResponse = ManualGetOtherSubscriptionRecordResponse;
|
|
271
|
+
ManualGetOtherSubscriptionRecordResponse.runtime = protobuf_1.proto3;
|
|
272
|
+
ManualGetOtherSubscriptionRecordResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOtherSubscriptionRecordResponse";
|
|
273
|
+
ManualGetOtherSubscriptionRecordResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
274
|
+
{ no: 1, name: "Record", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord },
|
|
275
|
+
]);
|
|
276
|
+
/**
|
|
277
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordsRequest
|
|
278
|
+
*/
|
|
279
|
+
class ManualGetOwnSubscriptionRecordsRequest extends protobuf_1.Message {
|
|
280
|
+
constructor(data) {
|
|
281
|
+
super();
|
|
282
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
283
|
+
}
|
|
284
|
+
static fromBinary(bytes, options) {
|
|
285
|
+
return new ManualGetOwnSubscriptionRecordsRequest().fromBinary(bytes, options);
|
|
286
|
+
}
|
|
287
|
+
static fromJson(jsonValue, options) {
|
|
288
|
+
return new ManualGetOwnSubscriptionRecordsRequest().fromJson(jsonValue, options);
|
|
289
|
+
}
|
|
290
|
+
static fromJsonString(jsonString, options) {
|
|
291
|
+
return new ManualGetOwnSubscriptionRecordsRequest().fromJsonString(jsonString, options);
|
|
292
|
+
}
|
|
293
|
+
static equals(a, b) {
|
|
294
|
+
return protobuf_1.proto3.util.equals(ManualGetOwnSubscriptionRecordsRequest, a, b);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
exports.ManualGetOwnSubscriptionRecordsRequest = ManualGetOwnSubscriptionRecordsRequest;
|
|
298
|
+
ManualGetOwnSubscriptionRecordsRequest.runtime = protobuf_1.proto3;
|
|
299
|
+
ManualGetOwnSubscriptionRecordsRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordsRequest";
|
|
300
|
+
ManualGetOwnSubscriptionRecordsRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
301
|
+
/**
|
|
302
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordsResponse
|
|
303
|
+
*/
|
|
304
|
+
class ManualGetOwnSubscriptionRecordsResponse extends protobuf_1.Message {
|
|
305
|
+
constructor(data) {
|
|
306
|
+
super();
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Manual.ManualSubscriptionRecord Records = 1;
|
|
309
|
+
*/
|
|
310
|
+
this.Records = [];
|
|
311
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
312
|
+
}
|
|
313
|
+
static fromBinary(bytes, options) {
|
|
314
|
+
return new ManualGetOwnSubscriptionRecordsResponse().fromBinary(bytes, options);
|
|
315
|
+
}
|
|
316
|
+
static fromJson(jsonValue, options) {
|
|
317
|
+
return new ManualGetOwnSubscriptionRecordsResponse().fromJson(jsonValue, options);
|
|
318
|
+
}
|
|
319
|
+
static fromJsonString(jsonString, options) {
|
|
320
|
+
return new ManualGetOwnSubscriptionRecordsResponse().fromJsonString(jsonString, options);
|
|
321
|
+
}
|
|
322
|
+
static equals(a, b) {
|
|
323
|
+
return protobuf_1.proto3.util.equals(ManualGetOwnSubscriptionRecordsResponse, a, b);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
exports.ManualGetOwnSubscriptionRecordsResponse = ManualGetOwnSubscriptionRecordsResponse;
|
|
327
|
+
ManualGetOwnSubscriptionRecordsResponse.runtime = protobuf_1.proto3;
|
|
328
|
+
ManualGetOwnSubscriptionRecordsResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordsResponse";
|
|
329
|
+
ManualGetOwnSubscriptionRecordsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
330
|
+
{ no: 1, name: "Records", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord, repeated: true },
|
|
331
|
+
]);
|
|
332
|
+
/**
|
|
333
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordRequest
|
|
334
|
+
*/
|
|
335
|
+
class ManualGetOwnSubscriptionRecordRequest extends protobuf_1.Message {
|
|
336
|
+
constructor(data) {
|
|
337
|
+
super();
|
|
338
|
+
/**
|
|
339
|
+
* @generated from field: string SubscriptionID = 1;
|
|
340
|
+
*/
|
|
341
|
+
this.SubscriptionID = "";
|
|
342
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
343
|
+
}
|
|
344
|
+
static fromBinary(bytes, options) {
|
|
345
|
+
return new ManualGetOwnSubscriptionRecordRequest().fromBinary(bytes, options);
|
|
346
|
+
}
|
|
347
|
+
static fromJson(jsonValue, options) {
|
|
348
|
+
return new ManualGetOwnSubscriptionRecordRequest().fromJson(jsonValue, options);
|
|
349
|
+
}
|
|
350
|
+
static fromJsonString(jsonString, options) {
|
|
351
|
+
return new ManualGetOwnSubscriptionRecordRequest().fromJsonString(jsonString, options);
|
|
352
|
+
}
|
|
353
|
+
static equals(a, b) {
|
|
354
|
+
return protobuf_1.proto3.util.equals(ManualGetOwnSubscriptionRecordRequest, a, b);
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
exports.ManualGetOwnSubscriptionRecordRequest = ManualGetOwnSubscriptionRecordRequest;
|
|
358
|
+
ManualGetOwnSubscriptionRecordRequest.runtime = protobuf_1.proto3;
|
|
359
|
+
ManualGetOwnSubscriptionRecordRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordRequest";
|
|
360
|
+
ManualGetOwnSubscriptionRecordRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
361
|
+
{ no: 1, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
362
|
+
]);
|
|
363
|
+
/**
|
|
364
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordResponse
|
|
365
|
+
*/
|
|
366
|
+
class ManualGetOwnSubscriptionRecordResponse extends protobuf_1.Message {
|
|
367
|
+
constructor(data) {
|
|
368
|
+
super();
|
|
369
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
370
|
+
}
|
|
371
|
+
static fromBinary(bytes, options) {
|
|
372
|
+
return new ManualGetOwnSubscriptionRecordResponse().fromBinary(bytes, options);
|
|
373
|
+
}
|
|
374
|
+
static fromJson(jsonValue, options) {
|
|
375
|
+
return new ManualGetOwnSubscriptionRecordResponse().fromJson(jsonValue, options);
|
|
376
|
+
}
|
|
377
|
+
static fromJsonString(jsonString, options) {
|
|
378
|
+
return new ManualGetOwnSubscriptionRecordResponse().fromJsonString(jsonString, options);
|
|
379
|
+
}
|
|
380
|
+
static equals(a, b) {
|
|
381
|
+
return protobuf_1.proto3.util.equals(ManualGetOwnSubscriptionRecordResponse, a, b);
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
exports.ManualGetOwnSubscriptionRecordResponse = ManualGetOwnSubscriptionRecordResponse;
|
|
385
|
+
ManualGetOwnSubscriptionRecordResponse.runtime = protobuf_1.proto3;
|
|
386
|
+
ManualGetOwnSubscriptionRecordResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualGetOwnSubscriptionRecordResponse";
|
|
387
|
+
ManualGetOwnSubscriptionRecordResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
388
|
+
{ no: 1, name: "Record", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord },
|
|
389
|
+
]);
|
|
390
|
+
/**
|
|
391
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOtherSubscriptionRequest
|
|
392
|
+
*/
|
|
393
|
+
class ManualNewOtherSubscriptionRequest extends protobuf_1.Message {
|
|
394
|
+
constructor(data) {
|
|
395
|
+
super();
|
|
396
|
+
/**
|
|
397
|
+
* @generated from field: string UserID = 1;
|
|
398
|
+
*/
|
|
399
|
+
this.UserID = "";
|
|
400
|
+
/**
|
|
401
|
+
* @generated from field: uint32 AmountCents = 2;
|
|
402
|
+
*/
|
|
403
|
+
this.AmountCents = 0;
|
|
404
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
405
|
+
}
|
|
406
|
+
static fromBinary(bytes, options) {
|
|
407
|
+
return new ManualNewOtherSubscriptionRequest().fromBinary(bytes, options);
|
|
408
|
+
}
|
|
409
|
+
static fromJson(jsonValue, options) {
|
|
410
|
+
return new ManualNewOtherSubscriptionRequest().fromJson(jsonValue, options);
|
|
411
|
+
}
|
|
412
|
+
static fromJsonString(jsonString, options) {
|
|
413
|
+
return new ManualNewOtherSubscriptionRequest().fromJsonString(jsonString, options);
|
|
414
|
+
}
|
|
415
|
+
static equals(a, b) {
|
|
416
|
+
return protobuf_1.proto3.util.equals(ManualNewOtherSubscriptionRequest, a, b);
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
exports.ManualNewOtherSubscriptionRequest = ManualNewOtherSubscriptionRequest;
|
|
420
|
+
ManualNewOtherSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
421
|
+
ManualNewOtherSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOtherSubscriptionRequest";
|
|
422
|
+
ManualNewOtherSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
423
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
424
|
+
{ no: 2, name: "AmountCents", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
425
|
+
]);
|
|
426
|
+
/**
|
|
427
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOtherSubscriptionResponse
|
|
428
|
+
*/
|
|
429
|
+
class ManualNewOtherSubscriptionResponse extends protobuf_1.Message {
|
|
430
|
+
constructor(data) {
|
|
431
|
+
super();
|
|
432
|
+
/**
|
|
433
|
+
* @generated from field: string Error = 2;
|
|
434
|
+
*/
|
|
435
|
+
this.Error = "";
|
|
436
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
437
|
+
}
|
|
438
|
+
static fromBinary(bytes, options) {
|
|
439
|
+
return new ManualNewOtherSubscriptionResponse().fromBinary(bytes, options);
|
|
440
|
+
}
|
|
441
|
+
static fromJson(jsonValue, options) {
|
|
442
|
+
return new ManualNewOtherSubscriptionResponse().fromJson(jsonValue, options);
|
|
443
|
+
}
|
|
444
|
+
static fromJsonString(jsonString, options) {
|
|
445
|
+
return new ManualNewOtherSubscriptionResponse().fromJsonString(jsonString, options);
|
|
446
|
+
}
|
|
447
|
+
static equals(a, b) {
|
|
448
|
+
return protobuf_1.proto3.util.equals(ManualNewOtherSubscriptionResponse, a, b);
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
exports.ManualNewOtherSubscriptionResponse = ManualNewOtherSubscriptionResponse;
|
|
452
|
+
ManualNewOtherSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
453
|
+
ManualNewOtherSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOtherSubscriptionResponse";
|
|
454
|
+
ManualNewOtherSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
455
|
+
{ no: 1, name: "Record", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord },
|
|
456
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
457
|
+
]);
|
|
458
|
+
/**
|
|
459
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOwnSubscriptionRequest
|
|
460
|
+
*/
|
|
461
|
+
class ManualNewOwnSubscriptionRequest extends protobuf_1.Message {
|
|
462
|
+
constructor(data) {
|
|
463
|
+
super();
|
|
464
|
+
/**
|
|
465
|
+
* @generated from field: uint32 AmountCents = 1;
|
|
466
|
+
*/
|
|
467
|
+
this.AmountCents = 0;
|
|
468
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
469
|
+
}
|
|
470
|
+
static fromBinary(bytes, options) {
|
|
471
|
+
return new ManualNewOwnSubscriptionRequest().fromBinary(bytes, options);
|
|
472
|
+
}
|
|
473
|
+
static fromJson(jsonValue, options) {
|
|
474
|
+
return new ManualNewOwnSubscriptionRequest().fromJson(jsonValue, options);
|
|
475
|
+
}
|
|
476
|
+
static fromJsonString(jsonString, options) {
|
|
477
|
+
return new ManualNewOwnSubscriptionRequest().fromJsonString(jsonString, options);
|
|
478
|
+
}
|
|
479
|
+
static equals(a, b) {
|
|
480
|
+
return protobuf_1.proto3.util.equals(ManualNewOwnSubscriptionRequest, a, b);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
exports.ManualNewOwnSubscriptionRequest = ManualNewOwnSubscriptionRequest;
|
|
484
|
+
ManualNewOwnSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
485
|
+
ManualNewOwnSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOwnSubscriptionRequest";
|
|
486
|
+
ManualNewOwnSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
487
|
+
{ no: 1, name: "AmountCents", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
488
|
+
]);
|
|
489
|
+
/**
|
|
490
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOwnSubscriptionResponse
|
|
491
|
+
*/
|
|
492
|
+
class ManualNewOwnSubscriptionResponse extends protobuf_1.Message {
|
|
493
|
+
constructor(data) {
|
|
494
|
+
super();
|
|
495
|
+
/**
|
|
496
|
+
* @generated from field: string Error = 2;
|
|
497
|
+
*/
|
|
498
|
+
this.Error = "";
|
|
499
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
500
|
+
}
|
|
501
|
+
static fromBinary(bytes, options) {
|
|
502
|
+
return new ManualNewOwnSubscriptionResponse().fromBinary(bytes, options);
|
|
503
|
+
}
|
|
504
|
+
static fromJson(jsonValue, options) {
|
|
505
|
+
return new ManualNewOwnSubscriptionResponse().fromJson(jsonValue, options);
|
|
506
|
+
}
|
|
507
|
+
static fromJsonString(jsonString, options) {
|
|
508
|
+
return new ManualNewOwnSubscriptionResponse().fromJsonString(jsonString, options);
|
|
509
|
+
}
|
|
510
|
+
static equals(a, b) {
|
|
511
|
+
return protobuf_1.proto3.util.equals(ManualNewOwnSubscriptionResponse, a, b);
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
exports.ManualNewOwnSubscriptionResponse = ManualNewOwnSubscriptionResponse;
|
|
515
|
+
ManualNewOwnSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
516
|
+
ManualNewOwnSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualNewOwnSubscriptionResponse";
|
|
517
|
+
ManualNewOwnSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
518
|
+
{ no: 1, name: "Record", kind: "message", T: ManualSubscriptionRecord_pb_1.ManualSubscriptionRecord },
|
|
519
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
520
|
+
]);
|
|
@@ -0,0 +1,39 @@
|
|
|
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/Authorization/Payment/Manual/ManualPaymentSettings.proto (package IT.WebServices.Fragments.Authorization.Payment.Manual, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.ManualPaymentPublicSettings = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
/**
|
|
10
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualPaymentPublicSettings
|
|
11
|
+
*/
|
|
12
|
+
class ManualPaymentPublicSettings extends protobuf_1.Message {
|
|
13
|
+
constructor(data) {
|
|
14
|
+
super();
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: bool Enabled = 1;
|
|
17
|
+
*/
|
|
18
|
+
this.Enabled = false;
|
|
19
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
20
|
+
}
|
|
21
|
+
static fromBinary(bytes, options) {
|
|
22
|
+
return new ManualPaymentPublicSettings().fromBinary(bytes, options);
|
|
23
|
+
}
|
|
24
|
+
static fromJson(jsonValue, options) {
|
|
25
|
+
return new ManualPaymentPublicSettings().fromJson(jsonValue, options);
|
|
26
|
+
}
|
|
27
|
+
static fromJsonString(jsonString, options) {
|
|
28
|
+
return new ManualPaymentPublicSettings().fromJsonString(jsonString, options);
|
|
29
|
+
}
|
|
30
|
+
static equals(a, b) {
|
|
31
|
+
return protobuf_1.proto3.util.equals(ManualPaymentPublicSettings, a, b);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.ManualPaymentPublicSettings = ManualPaymentPublicSettings;
|
|
35
|
+
ManualPaymentPublicSettings.runtime = protobuf_1.proto3;
|
|
36
|
+
ManualPaymentPublicSettings.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualPaymentPublicSettings";
|
|
37
|
+
ManualPaymentPublicSettings.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
38
|
+
{ no: 1, name: "Enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
39
|
+
]);
|
|
@@ -0,0 +1,73 @@
|
|
|
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/Authorization/Payment/Manual/ManualSubscriptionRecord.proto (package IT.WebServices.Fragments.Authorization.Payment.Manual, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.ManualSubscriptionRecord = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
/**
|
|
10
|
+
* User claim's record
|
|
11
|
+
*
|
|
12
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Manual.ManualSubscriptionRecord
|
|
13
|
+
*/
|
|
14
|
+
class ManualSubscriptionRecord extends protobuf_1.Message {
|
|
15
|
+
constructor(data) {
|
|
16
|
+
super();
|
|
17
|
+
/**
|
|
18
|
+
* Guid for the user
|
|
19
|
+
*
|
|
20
|
+
* @generated from field: string UserID = 1;
|
|
21
|
+
*/
|
|
22
|
+
this.UserID = "";
|
|
23
|
+
/**
|
|
24
|
+
* Guid for the Subscription
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: string SubscriptionID = 2;
|
|
27
|
+
*/
|
|
28
|
+
this.SubscriptionID = "";
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: uint32 AmountCents = 11;
|
|
31
|
+
*/
|
|
32
|
+
this.AmountCents = 0;
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: string CreatedBy = 31;
|
|
35
|
+
*/
|
|
36
|
+
this.CreatedBy = "";
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: string ModifiedBy = 32;
|
|
39
|
+
*/
|
|
40
|
+
this.ModifiedBy = "";
|
|
41
|
+
/**
|
|
42
|
+
* @generated from field: string CanceledBy = 33;
|
|
43
|
+
*/
|
|
44
|
+
this.CanceledBy = "";
|
|
45
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
46
|
+
}
|
|
47
|
+
static fromBinary(bytes, options) {
|
|
48
|
+
return new ManualSubscriptionRecord().fromBinary(bytes, options);
|
|
49
|
+
}
|
|
50
|
+
static fromJson(jsonValue, options) {
|
|
51
|
+
return new ManualSubscriptionRecord().fromJson(jsonValue, options);
|
|
52
|
+
}
|
|
53
|
+
static fromJsonString(jsonString, options) {
|
|
54
|
+
return new ManualSubscriptionRecord().fromJsonString(jsonString, options);
|
|
55
|
+
}
|
|
56
|
+
static equals(a, b) {
|
|
57
|
+
return protobuf_1.proto3.util.equals(ManualSubscriptionRecord, a, b);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.ManualSubscriptionRecord = ManualSubscriptionRecord;
|
|
61
|
+
ManualSubscriptionRecord.runtime = protobuf_1.proto3;
|
|
62
|
+
ManualSubscriptionRecord.typeName = "IT.WebServices.Fragments.Authorization.Payment.Manual.ManualSubscriptionRecord";
|
|
63
|
+
ManualSubscriptionRecord.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
64
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
65
|
+
{ no: 2, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
66
|
+
{ no: 11, name: "AmountCents", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
67
|
+
{ no: 21, name: "CreatedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
68
|
+
{ no: 22, name: "ModifiedOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
69
|
+
{ no: 23, name: "CanceledOnUTC", kind: "message", T: protobuf_1.Timestamp },
|
|
70
|
+
{ no: 31, name: "CreatedBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
71
|
+
{ no: 32, name: "ModifiedBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
72
|
+
{ no: 33, name: "CanceledBy", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
73
|
+
]);
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Auto-generated index file - DO NOT EDIT MANUALLY
|
|
3
|
+
// Generated on: Wed Oct 15 2025 20:35:00 GMT-0400 (Eastern Daylight Time)
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
21
|
+
var ownKeys = function(o) {
|
|
22
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
23
|
+
var ar = [];
|
|
24
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
25
|
+
return ar;
|
|
26
|
+
};
|
|
27
|
+
return ownKeys(o);
|
|
28
|
+
};
|
|
29
|
+
return function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
})();
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ManualSubscriptionRecord_pb = exports.ManualPaymentSettings_pb = exports.ManualPaymentInterface_pb = exports.ManualPaymentInterface_connect = exports.Backup_pb = exports.Backup_connect = void 0;
|
|
39
|
+
// Namespaced re-exports to avoid symbol collisions
|
|
40
|
+
exports.Backup_connect = __importStar(require("./Backup_connect"));
|
|
41
|
+
exports.Backup_pb = __importStar(require("./Backup_pb"));
|
|
42
|
+
exports.ManualPaymentInterface_connect = __importStar(require("./ManualPaymentInterface_connect"));
|
|
43
|
+
exports.ManualPaymentInterface_pb = __importStar(require("./ManualPaymentInterface_pb"));
|
|
44
|
+
exports.ManualPaymentSettings_pb = __importStar(require("./ManualPaymentSettings_pb"));
|
|
45
|
+
exports.ManualSubscriptionRecord_pb = __importStar(require("./ManualSubscriptionRecord_pb"));
|