@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,372 @@
|
|
|
1
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
3
|
+
import { PaymentBulkAction, PaymentBulkActionProgress } from "../SharedTypes_pb";
|
|
4
|
+
import { PaypalSubscriptionFullRecord, PaypalSubscriptionRecord } from "./PaypalSubscriptionRecord_pb";
|
|
5
|
+
/**
|
|
6
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionCancelRequest
|
|
7
|
+
*/
|
|
8
|
+
export declare class PaypalBulkActionCancelRequest extends Message<PaypalBulkActionCancelRequest> {
|
|
9
|
+
/**
|
|
10
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction Action = 1;
|
|
11
|
+
*/
|
|
12
|
+
Action: PaymentBulkAction;
|
|
13
|
+
constructor(data?: PartialMessage<PaypalBulkActionCancelRequest>);
|
|
14
|
+
static readonly runtime: typeof proto3;
|
|
15
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionCancelRequest";
|
|
16
|
+
static readonly fields: FieldList;
|
|
17
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalBulkActionCancelRequest;
|
|
18
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalBulkActionCancelRequest;
|
|
19
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalBulkActionCancelRequest;
|
|
20
|
+
static equals(a: PaypalBulkActionCancelRequest | PlainMessage<PaypalBulkActionCancelRequest> | undefined, b: PaypalBulkActionCancelRequest | PlainMessage<PaypalBulkActionCancelRequest> | undefined): boolean;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionCancelResponse
|
|
24
|
+
*/
|
|
25
|
+
export declare class PaypalBulkActionCancelResponse extends Message<PaypalBulkActionCancelResponse> {
|
|
26
|
+
/**
|
|
27
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
28
|
+
*/
|
|
29
|
+
RunningActions: PaymentBulkActionProgress[];
|
|
30
|
+
constructor(data?: PartialMessage<PaypalBulkActionCancelResponse>);
|
|
31
|
+
static readonly runtime: typeof proto3;
|
|
32
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionCancelResponse";
|
|
33
|
+
static readonly fields: FieldList;
|
|
34
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalBulkActionCancelResponse;
|
|
35
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalBulkActionCancelResponse;
|
|
36
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalBulkActionCancelResponse;
|
|
37
|
+
static equals(a: PaypalBulkActionCancelResponse | PlainMessage<PaypalBulkActionCancelResponse> | undefined, b: PaypalBulkActionCancelResponse | PlainMessage<PaypalBulkActionCancelResponse> | undefined): boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStartRequest
|
|
41
|
+
*/
|
|
42
|
+
export declare class PaypalBulkActionStartRequest extends Message<PaypalBulkActionStartRequest> {
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction Action = 1;
|
|
45
|
+
*/
|
|
46
|
+
Action: PaymentBulkAction;
|
|
47
|
+
constructor(data?: PartialMessage<PaypalBulkActionStartRequest>);
|
|
48
|
+
static readonly runtime: typeof proto3;
|
|
49
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStartRequest";
|
|
50
|
+
static readonly fields: FieldList;
|
|
51
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalBulkActionStartRequest;
|
|
52
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalBulkActionStartRequest;
|
|
53
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalBulkActionStartRequest;
|
|
54
|
+
static equals(a: PaypalBulkActionStartRequest | PlainMessage<PaypalBulkActionStartRequest> | undefined, b: PaypalBulkActionStartRequest | PlainMessage<PaypalBulkActionStartRequest> | undefined): boolean;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStartResponse
|
|
58
|
+
*/
|
|
59
|
+
export declare class PaypalBulkActionStartResponse extends Message<PaypalBulkActionStartResponse> {
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
62
|
+
*/
|
|
63
|
+
RunningActions: PaymentBulkActionProgress[];
|
|
64
|
+
constructor(data?: PartialMessage<PaypalBulkActionStartResponse>);
|
|
65
|
+
static readonly runtime: typeof proto3;
|
|
66
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStartResponse";
|
|
67
|
+
static readonly fields: FieldList;
|
|
68
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalBulkActionStartResponse;
|
|
69
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalBulkActionStartResponse;
|
|
70
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalBulkActionStartResponse;
|
|
71
|
+
static equals(a: PaypalBulkActionStartResponse | PlainMessage<PaypalBulkActionStartResponse> | undefined, b: PaypalBulkActionStartResponse | PlainMessage<PaypalBulkActionStartResponse> | undefined): boolean;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStatusRequest
|
|
75
|
+
*/
|
|
76
|
+
export declare class PaypalBulkActionStatusRequest extends Message<PaypalBulkActionStatusRequest> {
|
|
77
|
+
constructor(data?: PartialMessage<PaypalBulkActionStatusRequest>);
|
|
78
|
+
static readonly runtime: typeof proto3;
|
|
79
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStatusRequest";
|
|
80
|
+
static readonly fields: FieldList;
|
|
81
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalBulkActionStatusRequest;
|
|
82
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalBulkActionStatusRequest;
|
|
83
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalBulkActionStatusRequest;
|
|
84
|
+
static equals(a: PaypalBulkActionStatusRequest | PlainMessage<PaypalBulkActionStatusRequest> | undefined, b: PaypalBulkActionStatusRequest | PlainMessage<PaypalBulkActionStatusRequest> | undefined): boolean;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStatusResponse
|
|
88
|
+
*/
|
|
89
|
+
export declare class PaypalBulkActionStatusResponse extends Message<PaypalBulkActionStatusResponse> {
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
92
|
+
*/
|
|
93
|
+
RunningActions: PaymentBulkActionProgress[];
|
|
94
|
+
constructor(data?: PartialMessage<PaypalBulkActionStatusResponse>);
|
|
95
|
+
static readonly runtime: typeof proto3;
|
|
96
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalBulkActionStatusResponse";
|
|
97
|
+
static readonly fields: FieldList;
|
|
98
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalBulkActionStatusResponse;
|
|
99
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalBulkActionStatusResponse;
|
|
100
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalBulkActionStatusResponse;
|
|
101
|
+
static equals(a: PaypalBulkActionStatusResponse | PlainMessage<PaypalBulkActionStatusResponse> | undefined, b: PaypalBulkActionStatusResponse | PlainMessage<PaypalBulkActionStatusResponse> | undefined): boolean;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOtherSubscriptionRequest
|
|
105
|
+
*/
|
|
106
|
+
export declare class PaypalCancelOtherSubscriptionRequest extends Message<PaypalCancelOtherSubscriptionRequest> {
|
|
107
|
+
/**
|
|
108
|
+
* @generated from field: string UserID = 1;
|
|
109
|
+
*/
|
|
110
|
+
UserID: string;
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: string SubscriptionID = 2;
|
|
113
|
+
*/
|
|
114
|
+
SubscriptionID: string;
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: string Reason = 3;
|
|
117
|
+
*/
|
|
118
|
+
Reason: string;
|
|
119
|
+
constructor(data?: PartialMessage<PaypalCancelOtherSubscriptionRequest>);
|
|
120
|
+
static readonly runtime: typeof proto3;
|
|
121
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOtherSubscriptionRequest";
|
|
122
|
+
static readonly fields: FieldList;
|
|
123
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalCancelOtherSubscriptionRequest;
|
|
124
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalCancelOtherSubscriptionRequest;
|
|
125
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalCancelOtherSubscriptionRequest;
|
|
126
|
+
static equals(a: PaypalCancelOtherSubscriptionRequest | PlainMessage<PaypalCancelOtherSubscriptionRequest> | undefined, b: PaypalCancelOtherSubscriptionRequest | PlainMessage<PaypalCancelOtherSubscriptionRequest> | undefined): boolean;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOtherSubscriptionResponse
|
|
130
|
+
*/
|
|
131
|
+
export declare class PaypalCancelOtherSubscriptionResponse extends Message<PaypalCancelOtherSubscriptionResponse> {
|
|
132
|
+
/**
|
|
133
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionRecord Record = 1;
|
|
134
|
+
*/
|
|
135
|
+
Record?: PaypalSubscriptionRecord;
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: string Error = 2;
|
|
138
|
+
*/
|
|
139
|
+
Error: string;
|
|
140
|
+
constructor(data?: PartialMessage<PaypalCancelOtherSubscriptionResponse>);
|
|
141
|
+
static readonly runtime: typeof proto3;
|
|
142
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOtherSubscriptionResponse";
|
|
143
|
+
static readonly fields: FieldList;
|
|
144
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalCancelOtherSubscriptionResponse;
|
|
145
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalCancelOtherSubscriptionResponse;
|
|
146
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalCancelOtherSubscriptionResponse;
|
|
147
|
+
static equals(a: PaypalCancelOtherSubscriptionResponse | PlainMessage<PaypalCancelOtherSubscriptionResponse> | undefined, b: PaypalCancelOtherSubscriptionResponse | PlainMessage<PaypalCancelOtherSubscriptionResponse> | undefined): boolean;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOwnSubscriptionRequest
|
|
151
|
+
*/
|
|
152
|
+
export declare class PaypalCancelOwnSubscriptionRequest extends Message<PaypalCancelOwnSubscriptionRequest> {
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: string SubscriptionID = 1;
|
|
155
|
+
*/
|
|
156
|
+
SubscriptionID: string;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: string Reason = 2;
|
|
159
|
+
*/
|
|
160
|
+
Reason: string;
|
|
161
|
+
constructor(data?: PartialMessage<PaypalCancelOwnSubscriptionRequest>);
|
|
162
|
+
static readonly runtime: typeof proto3;
|
|
163
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOwnSubscriptionRequest";
|
|
164
|
+
static readonly fields: FieldList;
|
|
165
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalCancelOwnSubscriptionRequest;
|
|
166
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalCancelOwnSubscriptionRequest;
|
|
167
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalCancelOwnSubscriptionRequest;
|
|
168
|
+
static equals(a: PaypalCancelOwnSubscriptionRequest | PlainMessage<PaypalCancelOwnSubscriptionRequest> | undefined, b: PaypalCancelOwnSubscriptionRequest | PlainMessage<PaypalCancelOwnSubscriptionRequest> | undefined): boolean;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOwnSubscriptionResponse
|
|
172
|
+
*/
|
|
173
|
+
export declare class PaypalCancelOwnSubscriptionResponse extends Message<PaypalCancelOwnSubscriptionResponse> {
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionRecord Record = 1;
|
|
176
|
+
*/
|
|
177
|
+
Record?: PaypalSubscriptionRecord;
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string Error = 2;
|
|
180
|
+
*/
|
|
181
|
+
Error: string;
|
|
182
|
+
constructor(data?: PartialMessage<PaypalCancelOwnSubscriptionResponse>);
|
|
183
|
+
static readonly runtime: typeof proto3;
|
|
184
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalCancelOwnSubscriptionResponse";
|
|
185
|
+
static readonly fields: FieldList;
|
|
186
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalCancelOwnSubscriptionResponse;
|
|
187
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalCancelOwnSubscriptionResponse;
|
|
188
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalCancelOwnSubscriptionResponse;
|
|
189
|
+
static equals(a: PaypalCancelOwnSubscriptionResponse | PlainMessage<PaypalCancelOwnSubscriptionResponse> | undefined, b: PaypalCancelOwnSubscriptionResponse | PlainMessage<PaypalCancelOwnSubscriptionResponse> | undefined): boolean;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOtherSubscriptionRecordsRequest
|
|
193
|
+
*/
|
|
194
|
+
export declare class PaypalGetOtherSubscriptionRecordsRequest extends Message<PaypalGetOtherSubscriptionRecordsRequest> {
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: string UserID = 1;
|
|
197
|
+
*/
|
|
198
|
+
UserID: string;
|
|
199
|
+
constructor(data?: PartialMessage<PaypalGetOtherSubscriptionRecordsRequest>);
|
|
200
|
+
static readonly runtime: typeof proto3;
|
|
201
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOtherSubscriptionRecordsRequest";
|
|
202
|
+
static readonly fields: FieldList;
|
|
203
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalGetOtherSubscriptionRecordsRequest;
|
|
204
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalGetOtherSubscriptionRecordsRequest;
|
|
205
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalGetOtherSubscriptionRecordsRequest;
|
|
206
|
+
static equals(a: PaypalGetOtherSubscriptionRecordsRequest | PlainMessage<PaypalGetOtherSubscriptionRecordsRequest> | undefined, b: PaypalGetOtherSubscriptionRecordsRequest | PlainMessage<PaypalGetOtherSubscriptionRecordsRequest> | undefined): boolean;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOtherSubscriptionRecordsResponse
|
|
210
|
+
*/
|
|
211
|
+
export declare class PaypalGetOtherSubscriptionRecordsResponse extends Message<PaypalGetOtherSubscriptionRecordsResponse> {
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionFullRecord Records = 1;
|
|
214
|
+
*/
|
|
215
|
+
Records: PaypalSubscriptionFullRecord[];
|
|
216
|
+
constructor(data?: PartialMessage<PaypalGetOtherSubscriptionRecordsResponse>);
|
|
217
|
+
static readonly runtime: typeof proto3;
|
|
218
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOtherSubscriptionRecordsResponse";
|
|
219
|
+
static readonly fields: FieldList;
|
|
220
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalGetOtherSubscriptionRecordsResponse;
|
|
221
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalGetOtherSubscriptionRecordsResponse;
|
|
222
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalGetOtherSubscriptionRecordsResponse;
|
|
223
|
+
static equals(a: PaypalGetOtherSubscriptionRecordsResponse | PlainMessage<PaypalGetOtherSubscriptionRecordsResponse> | undefined, b: PaypalGetOtherSubscriptionRecordsResponse | PlainMessage<PaypalGetOtherSubscriptionRecordsResponse> | undefined): boolean;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOwnSubscriptionRecordsRequest
|
|
227
|
+
*/
|
|
228
|
+
export declare class PaypalGetOwnSubscriptionRecordsRequest extends Message<PaypalGetOwnSubscriptionRecordsRequest> {
|
|
229
|
+
constructor(data?: PartialMessage<PaypalGetOwnSubscriptionRecordsRequest>);
|
|
230
|
+
static readonly runtime: typeof proto3;
|
|
231
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOwnSubscriptionRecordsRequest";
|
|
232
|
+
static readonly fields: FieldList;
|
|
233
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalGetOwnSubscriptionRecordsRequest;
|
|
234
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalGetOwnSubscriptionRecordsRequest;
|
|
235
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalGetOwnSubscriptionRecordsRequest;
|
|
236
|
+
static equals(a: PaypalGetOwnSubscriptionRecordsRequest | PlainMessage<PaypalGetOwnSubscriptionRecordsRequest> | undefined, b: PaypalGetOwnSubscriptionRecordsRequest | PlainMessage<PaypalGetOwnSubscriptionRecordsRequest> | undefined): boolean;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOwnSubscriptionRecordsResponse
|
|
240
|
+
*/
|
|
241
|
+
export declare class PaypalGetOwnSubscriptionRecordsResponse extends Message<PaypalGetOwnSubscriptionRecordsResponse> {
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionFullRecord Records = 1;
|
|
244
|
+
*/
|
|
245
|
+
Records: PaypalSubscriptionFullRecord[];
|
|
246
|
+
constructor(data?: PartialMessage<PaypalGetOwnSubscriptionRecordsResponse>);
|
|
247
|
+
static readonly runtime: typeof proto3;
|
|
248
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalGetOwnSubscriptionRecordsResponse";
|
|
249
|
+
static readonly fields: FieldList;
|
|
250
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalGetOwnSubscriptionRecordsResponse;
|
|
251
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalGetOwnSubscriptionRecordsResponse;
|
|
252
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalGetOwnSubscriptionRecordsResponse;
|
|
253
|
+
static equals(a: PaypalGetOwnSubscriptionRecordsResponse | PlainMessage<PaypalGetOwnSubscriptionRecordsResponse> | undefined, b: PaypalGetOwnSubscriptionRecordsResponse | PlainMessage<PaypalGetOwnSubscriptionRecordsResponse> | undefined): boolean;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalNewOwnSubscriptionRequest
|
|
257
|
+
*/
|
|
258
|
+
export declare class PaypalNewOwnSubscriptionRequest extends Message<PaypalNewOwnSubscriptionRequest> {
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string PaypalSubscriptionID = 1;
|
|
261
|
+
*/
|
|
262
|
+
PaypalSubscriptionID: string;
|
|
263
|
+
constructor(data?: PartialMessage<PaypalNewOwnSubscriptionRequest>);
|
|
264
|
+
static readonly runtime: typeof proto3;
|
|
265
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalNewOwnSubscriptionRequest";
|
|
266
|
+
static readonly fields: FieldList;
|
|
267
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalNewOwnSubscriptionRequest;
|
|
268
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalNewOwnSubscriptionRequest;
|
|
269
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalNewOwnSubscriptionRequest;
|
|
270
|
+
static equals(a: PaypalNewOwnSubscriptionRequest | PlainMessage<PaypalNewOwnSubscriptionRequest> | undefined, b: PaypalNewOwnSubscriptionRequest | PlainMessage<PaypalNewOwnSubscriptionRequest> | undefined): boolean;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalNewOwnSubscriptionResponse
|
|
274
|
+
*/
|
|
275
|
+
export declare class PaypalNewOwnSubscriptionResponse extends Message<PaypalNewOwnSubscriptionResponse> {
|
|
276
|
+
/**
|
|
277
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionRecord Record = 1;
|
|
278
|
+
*/
|
|
279
|
+
Record?: PaypalSubscriptionRecord;
|
|
280
|
+
/**
|
|
281
|
+
* @generated from field: string Error = 2;
|
|
282
|
+
*/
|
|
283
|
+
Error: string;
|
|
284
|
+
constructor(data?: PartialMessage<PaypalNewOwnSubscriptionResponse>);
|
|
285
|
+
static readonly runtime: typeof proto3;
|
|
286
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalNewOwnSubscriptionResponse";
|
|
287
|
+
static readonly fields: FieldList;
|
|
288
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalNewOwnSubscriptionResponse;
|
|
289
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalNewOwnSubscriptionResponse;
|
|
290
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalNewOwnSubscriptionResponse;
|
|
291
|
+
static equals(a: PaypalNewOwnSubscriptionResponse | PlainMessage<PaypalNewOwnSubscriptionResponse> | undefined, b: PaypalNewOwnSubscriptionResponse | PlainMessage<PaypalNewOwnSubscriptionResponse> | undefined): boolean;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOtherSubscriptionRequest
|
|
295
|
+
*/
|
|
296
|
+
export declare class PaypalReconcileOtherSubscriptionRequest extends Message<PaypalReconcileOtherSubscriptionRequest> {
|
|
297
|
+
/**
|
|
298
|
+
* @generated from field: string UserID = 1;
|
|
299
|
+
*/
|
|
300
|
+
UserID: string;
|
|
301
|
+
/**
|
|
302
|
+
* @generated from field: string SubscriptionID = 2;
|
|
303
|
+
*/
|
|
304
|
+
SubscriptionID: string;
|
|
305
|
+
constructor(data?: PartialMessage<PaypalReconcileOtherSubscriptionRequest>);
|
|
306
|
+
static readonly runtime: typeof proto3;
|
|
307
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOtherSubscriptionRequest";
|
|
308
|
+
static readonly fields: FieldList;
|
|
309
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalReconcileOtherSubscriptionRequest;
|
|
310
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalReconcileOtherSubscriptionRequest;
|
|
311
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalReconcileOtherSubscriptionRequest;
|
|
312
|
+
static equals(a: PaypalReconcileOtherSubscriptionRequest | PlainMessage<PaypalReconcileOtherSubscriptionRequest> | undefined, b: PaypalReconcileOtherSubscriptionRequest | PlainMessage<PaypalReconcileOtherSubscriptionRequest> | undefined): boolean;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOtherSubscriptionResponse
|
|
316
|
+
*/
|
|
317
|
+
export declare class PaypalReconcileOtherSubscriptionResponse extends Message<PaypalReconcileOtherSubscriptionResponse> {
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionFullRecord Record = 1;
|
|
320
|
+
*/
|
|
321
|
+
Record?: PaypalSubscriptionFullRecord;
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: string Error = 2;
|
|
324
|
+
*/
|
|
325
|
+
Error: string;
|
|
326
|
+
constructor(data?: PartialMessage<PaypalReconcileOtherSubscriptionResponse>);
|
|
327
|
+
static readonly runtime: typeof proto3;
|
|
328
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOtherSubscriptionResponse";
|
|
329
|
+
static readonly fields: FieldList;
|
|
330
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalReconcileOtherSubscriptionResponse;
|
|
331
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalReconcileOtherSubscriptionResponse;
|
|
332
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalReconcileOtherSubscriptionResponse;
|
|
333
|
+
static equals(a: PaypalReconcileOtherSubscriptionResponse | PlainMessage<PaypalReconcileOtherSubscriptionResponse> | undefined, b: PaypalReconcileOtherSubscriptionResponse | PlainMessage<PaypalReconcileOtherSubscriptionResponse> | undefined): boolean;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOwnSubscriptionRequest
|
|
337
|
+
*/
|
|
338
|
+
export declare class PaypalReconcileOwnSubscriptionRequest extends Message<PaypalReconcileOwnSubscriptionRequest> {
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: string SubscriptionID = 1;
|
|
341
|
+
*/
|
|
342
|
+
SubscriptionID: string;
|
|
343
|
+
constructor(data?: PartialMessage<PaypalReconcileOwnSubscriptionRequest>);
|
|
344
|
+
static readonly runtime: typeof proto3;
|
|
345
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOwnSubscriptionRequest";
|
|
346
|
+
static readonly fields: FieldList;
|
|
347
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalReconcileOwnSubscriptionRequest;
|
|
348
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalReconcileOwnSubscriptionRequest;
|
|
349
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalReconcileOwnSubscriptionRequest;
|
|
350
|
+
static equals(a: PaypalReconcileOwnSubscriptionRequest | PlainMessage<PaypalReconcileOwnSubscriptionRequest> | undefined, b: PaypalReconcileOwnSubscriptionRequest | PlainMessage<PaypalReconcileOwnSubscriptionRequest> | undefined): boolean;
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOwnSubscriptionResponse
|
|
354
|
+
*/
|
|
355
|
+
export declare class PaypalReconcileOwnSubscriptionResponse extends Message<PaypalReconcileOwnSubscriptionResponse> {
|
|
356
|
+
/**
|
|
357
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionFullRecord Record = 1;
|
|
358
|
+
*/
|
|
359
|
+
Record?: PaypalSubscriptionFullRecord;
|
|
360
|
+
/**
|
|
361
|
+
* @generated from field: string Error = 2;
|
|
362
|
+
*/
|
|
363
|
+
Error: string;
|
|
364
|
+
constructor(data?: PartialMessage<PaypalReconcileOwnSubscriptionResponse>);
|
|
365
|
+
static readonly runtime: typeof proto3;
|
|
366
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalReconcileOwnSubscriptionResponse";
|
|
367
|
+
static readonly fields: FieldList;
|
|
368
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalReconcileOwnSubscriptionResponse;
|
|
369
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalReconcileOwnSubscriptionResponse;
|
|
370
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalReconcileOwnSubscriptionResponse;
|
|
371
|
+
static equals(a: PaypalReconcileOwnSubscriptionResponse | PlainMessage<PaypalReconcileOwnSubscriptionResponse> | undefined, b: PaypalReconcileOwnSubscriptionResponse | PlainMessage<PaypalReconcileOwnSubscriptionResponse> | undefined): boolean;
|
|
372
|
+
}
|
package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalNewDetails
|
|
5
|
+
*/
|
|
6
|
+
export declare class PaypalNewDetails extends Message<PaypalNewDetails> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: string AccountID = 1;
|
|
9
|
+
*/
|
|
10
|
+
AccountID: string;
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: string PlanID = 2;
|
|
13
|
+
*/
|
|
14
|
+
PlanID: string;
|
|
15
|
+
constructor(data?: PartialMessage<PaypalNewDetails>);
|
|
16
|
+
static readonly runtime: typeof proto3;
|
|
17
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalNewDetails";
|
|
18
|
+
static readonly fields: FieldList;
|
|
19
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalNewDetails;
|
|
20
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalNewDetails;
|
|
21
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalNewDetails;
|
|
22
|
+
static equals(a: PaypalNewDetails | PlainMessage<PaypalNewDetails> | undefined, b: PaypalNewDetails | PlainMessage<PaypalNewDetails> | undefined): boolean;
|
|
23
|
+
}
|
package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalPublicSettings
|
|
5
|
+
*/
|
|
6
|
+
export declare class PaypalPublicSettings extends Message<PaypalPublicSettings> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: bool Enabled = 1;
|
|
9
|
+
*/
|
|
10
|
+
Enabled: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: string Url = 2;
|
|
13
|
+
*/
|
|
14
|
+
Url: string;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: string ClientID = 3;
|
|
17
|
+
*/
|
|
18
|
+
ClientID: string;
|
|
19
|
+
constructor(data?: PartialMessage<PaypalPublicSettings>);
|
|
20
|
+
static readonly runtime: typeof proto3;
|
|
21
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalPublicSettings";
|
|
22
|
+
static readonly fields: FieldList;
|
|
23
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalPublicSettings;
|
|
24
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalPublicSettings;
|
|
25
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalPublicSettings;
|
|
26
|
+
static equals(a: PaypalPublicSettings | PlainMessage<PaypalPublicSettings> | undefined, b: PaypalPublicSettings | PlainMessage<PaypalPublicSettings> | undefined): boolean;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalOwnerSettings
|
|
30
|
+
*/
|
|
31
|
+
export declare class PaypalOwnerSettings extends Message<PaypalOwnerSettings> {
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string ClientSecret = 1;
|
|
34
|
+
*/
|
|
35
|
+
ClientSecret: string;
|
|
36
|
+
constructor(data?: PartialMessage<PaypalOwnerSettings>);
|
|
37
|
+
static readonly runtime: typeof proto3;
|
|
38
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalOwnerSettings";
|
|
39
|
+
static readonly fields: FieldList;
|
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalOwnerSettings;
|
|
41
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalOwnerSettings;
|
|
42
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalOwnerSettings;
|
|
43
|
+
static equals(a: PaypalOwnerSettings | PlainMessage<PaypalOwnerSettings> | undefined, b: PaypalOwnerSettings | PlainMessage<PaypalOwnerSettings> | undefined): boolean;
|
|
44
|
+
}
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
+
import { Message, proto3, Timestamp } from "@bufbuild/protobuf";
|
|
3
|
+
import { PaymentStatus, SubscriptionStatus } from "../SharedTypes_pb";
|
|
4
|
+
/**
|
|
5
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionFullRecord
|
|
6
|
+
*/
|
|
7
|
+
export declare class PaypalSubscriptionFullRecord extends Message<PaypalSubscriptionFullRecord> {
|
|
8
|
+
/**
|
|
9
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionRecord SubscriptionRecord = 1;
|
|
10
|
+
*/
|
|
11
|
+
SubscriptionRecord?: PaypalSubscriptionRecord;
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalPaymentRecord Payments = 2;
|
|
14
|
+
*/
|
|
15
|
+
Payments: PaypalPaymentRecord[];
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: google.protobuf.Timestamp LastPaidUTC = 11;
|
|
18
|
+
*/
|
|
19
|
+
LastPaidUTC?: Timestamp;
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: google.protobuf.Timestamp PaidThruUTC = 12;
|
|
22
|
+
*/
|
|
23
|
+
PaidThruUTC?: Timestamp;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: google.protobuf.Timestamp RenewsOnUTC = 13;
|
|
26
|
+
*/
|
|
27
|
+
RenewsOnUTC?: Timestamp;
|
|
28
|
+
constructor(data?: PartialMessage<PaypalSubscriptionFullRecord>);
|
|
29
|
+
static readonly runtime: typeof proto3;
|
|
30
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionFullRecord";
|
|
31
|
+
static readonly fields: FieldList;
|
|
32
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalSubscriptionFullRecord;
|
|
33
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalSubscriptionFullRecord;
|
|
34
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalSubscriptionFullRecord;
|
|
35
|
+
static equals(a: PaypalSubscriptionFullRecord | PlainMessage<PaypalSubscriptionFullRecord> | undefined, b: PaypalSubscriptionFullRecord | PlainMessage<PaypalSubscriptionFullRecord> | undefined): boolean;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionRecord
|
|
39
|
+
*/
|
|
40
|
+
export declare class PaypalSubscriptionRecord extends Message<PaypalSubscriptionRecord> {
|
|
41
|
+
/**
|
|
42
|
+
* Guid for the user
|
|
43
|
+
*
|
|
44
|
+
* @generated from field: string UserID = 1;
|
|
45
|
+
*/
|
|
46
|
+
UserID: string;
|
|
47
|
+
/**
|
|
48
|
+
* Guid for the Subscription
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: string SubscriptionID = 2;
|
|
51
|
+
*/
|
|
52
|
+
SubscriptionID: string;
|
|
53
|
+
/**
|
|
54
|
+
* Id for the Customer with Paypal
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: string PaypalCustomerID = 3;
|
|
57
|
+
*/
|
|
58
|
+
PaypalCustomerID: string;
|
|
59
|
+
/**
|
|
60
|
+
* Id for the Subscription with Paypal
|
|
61
|
+
*
|
|
62
|
+
* @generated from field: string PaypalSubscriptionID = 4;
|
|
63
|
+
*/
|
|
64
|
+
PaypalSubscriptionID: string;
|
|
65
|
+
/**
|
|
66
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.SubscriptionStatus Status = 5;
|
|
67
|
+
*/
|
|
68
|
+
Status: SubscriptionStatus;
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: uint32 AmountCents = 11;
|
|
71
|
+
*/
|
|
72
|
+
AmountCents: number;
|
|
73
|
+
/**
|
|
74
|
+
* @generated from field: uint32 TaxCents = 12;
|
|
75
|
+
*/
|
|
76
|
+
TaxCents: number;
|
|
77
|
+
/**
|
|
78
|
+
* Tax rate 1.234% = 1234 or taxrate * 100000
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: uint32 TaxRateThousandPercents = 13;
|
|
81
|
+
*/
|
|
82
|
+
TaxRateThousandPercents: number;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: uint32 TotalCents = 14;
|
|
85
|
+
*/
|
|
86
|
+
TotalCents: number;
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: google.protobuf.Timestamp CreatedOnUTC = 21;
|
|
89
|
+
*/
|
|
90
|
+
CreatedOnUTC?: Timestamp;
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: google.protobuf.Timestamp ModifiedOnUTC = 22;
|
|
93
|
+
*/
|
|
94
|
+
ModifiedOnUTC?: Timestamp;
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: google.protobuf.Timestamp CanceledOnUTC = 23;
|
|
97
|
+
*/
|
|
98
|
+
CanceledOnUTC?: Timestamp;
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: string CreatedBy = 31;
|
|
101
|
+
*/
|
|
102
|
+
CreatedBy: string;
|
|
103
|
+
/**
|
|
104
|
+
* @generated from field: string ModifiedBy = 32;
|
|
105
|
+
*/
|
|
106
|
+
ModifiedBy: string;
|
|
107
|
+
/**
|
|
108
|
+
* @generated from field: string CanceledBy = 33;
|
|
109
|
+
*/
|
|
110
|
+
CanceledBy: string;
|
|
111
|
+
constructor(data?: PartialMessage<PaypalSubscriptionRecord>);
|
|
112
|
+
static readonly runtime: typeof proto3;
|
|
113
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalSubscriptionRecord";
|
|
114
|
+
static readonly fields: FieldList;
|
|
115
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalSubscriptionRecord;
|
|
116
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalSubscriptionRecord;
|
|
117
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalSubscriptionRecord;
|
|
118
|
+
static equals(a: PaypalSubscriptionRecord | PlainMessage<PaypalSubscriptionRecord> | undefined, b: PaypalSubscriptionRecord | PlainMessage<PaypalSubscriptionRecord> | undefined): boolean;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalPaymentRecord
|
|
122
|
+
*/
|
|
123
|
+
export declare class PaypalPaymentRecord extends Message<PaypalPaymentRecord> {
|
|
124
|
+
/**
|
|
125
|
+
* Guid for the user
|
|
126
|
+
*
|
|
127
|
+
* @generated from field: string UserID = 1;
|
|
128
|
+
*/
|
|
129
|
+
UserID: string;
|
|
130
|
+
/**
|
|
131
|
+
* Guid for the Subscription
|
|
132
|
+
*
|
|
133
|
+
* @generated from field: string SubscriptionID = 2;
|
|
134
|
+
*/
|
|
135
|
+
SubscriptionID: string;
|
|
136
|
+
/**
|
|
137
|
+
* Guid for the Payment
|
|
138
|
+
*
|
|
139
|
+
* @generated from field: string PaymentID = 3;
|
|
140
|
+
*/
|
|
141
|
+
PaymentID: string;
|
|
142
|
+
/**
|
|
143
|
+
* Id for the Payment with Paypal
|
|
144
|
+
*
|
|
145
|
+
* @generated from field: string PaypalPaymentID = 4;
|
|
146
|
+
*/
|
|
147
|
+
PaypalPaymentID: string;
|
|
148
|
+
/**
|
|
149
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentStatus Status = 5;
|
|
150
|
+
*/
|
|
151
|
+
Status: PaymentStatus;
|
|
152
|
+
/**
|
|
153
|
+
* @generated from field: uint32 AmountCents = 11;
|
|
154
|
+
*/
|
|
155
|
+
AmountCents: number;
|
|
156
|
+
/**
|
|
157
|
+
* @generated from field: uint32 TaxCents = 12;
|
|
158
|
+
*/
|
|
159
|
+
TaxCents: number;
|
|
160
|
+
/**
|
|
161
|
+
* Tax rate 1.234% = 1234 or taxrate * 100000
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: uint32 TaxRateThousandPercents = 13;
|
|
164
|
+
*/
|
|
165
|
+
TaxRateThousandPercents: number;
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: uint32 TotalCents = 14;
|
|
168
|
+
*/
|
|
169
|
+
TotalCents: number;
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: google.protobuf.Timestamp CreatedOnUTC = 21;
|
|
172
|
+
*/
|
|
173
|
+
CreatedOnUTC?: Timestamp;
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: google.protobuf.Timestamp ModifiedOnUTC = 22;
|
|
176
|
+
*/
|
|
177
|
+
ModifiedOnUTC?: Timestamp;
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: google.protobuf.Timestamp PaidOnUTC = 23;
|
|
180
|
+
*/
|
|
181
|
+
PaidOnUTC?: Timestamp;
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: google.protobuf.Timestamp PaidThruUTC = 24;
|
|
184
|
+
*/
|
|
185
|
+
PaidThruUTC?: Timestamp;
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: string CreatedBy = 31;
|
|
188
|
+
*/
|
|
189
|
+
CreatedBy: string;
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: string ModifiedBy = 32;
|
|
192
|
+
*/
|
|
193
|
+
ModifiedBy: string;
|
|
194
|
+
constructor(data?: PartialMessage<PaypalPaymentRecord>);
|
|
195
|
+
static readonly runtime: typeof proto3;
|
|
196
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Paypal.PaypalPaymentRecord";
|
|
197
|
+
static readonly fields: FieldList;
|
|
198
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaypalPaymentRecord;
|
|
199
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaypalPaymentRecord;
|
|
200
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaypalPaymentRecord;
|
|
201
|
+
static equals(a: PaypalPaymentRecord | PlainMessage<PaypalPaymentRecord> | undefined, b: PaypalPaymentRecord | PlainMessage<PaypalPaymentRecord> | undefined): boolean;
|
|
202
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * as Backup_connect from './Backup_connect';
|
|
2
|
+
export * as Backup_pb from './Backup_pb';
|
|
3
|
+
export * as PaypalInterface_connect from './PaypalInterface_connect';
|
|
4
|
+
export * as PaypalInterface_pb from './PaypalInterface_pb';
|
|
5
|
+
export * as PaypalRecords_pb from './PaypalRecords_pb';
|
|
6
|
+
export * as PaypalSettings_pb from './PaypalSettings_pb';
|
|
7
|
+
export * as PaypalSubscriptionRecord_pb from './PaypalSubscriptionRecord_pb';
|