@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,109 @@
|
|
|
1
|
+
import { FortisBulkActionCancelRequest, FortisBulkActionCancelResponse, FortisBulkActionStartRequest, FortisBulkActionStartResponse, FortisBulkActionStatusRequest, FortisBulkActionStatusResponse, FortisCancelOtherSubscriptionRequest, FortisCancelOtherSubscriptionResponse, FortisCancelOwnSubscriptionRequest, FortisCancelOwnSubscriptionResponse, FortisGetAccountDetailsRequest, FortisGetAccountDetailsResponse, FortisGetOtherSubscriptionRecordsRequest, FortisGetOtherSubscriptionRecordsResponse, FortisGetOwnSubscriptionRecordsRequest, FortisGetOwnSubscriptionRecordsResponse, FortisNewOwnSubscriptionRequest, FortisNewOwnSubscriptionResponse, FortisReconcileOtherSubscriptionRequest, FortisReconcileOtherSubscriptionResponse, FortisReconcileOwnSubscriptionRequest, FortisReconcileOwnSubscriptionResponse } from "./FortisInterface_pb";
|
|
2
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* @generated from service IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface
|
|
5
|
+
*/
|
|
6
|
+
export declare const FortisInterface: {
|
|
7
|
+
readonly typeName: "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisBulkActionCancel
|
|
11
|
+
*/
|
|
12
|
+
readonly fortisBulkActionCancel: {
|
|
13
|
+
readonly name: "FortisBulkActionCancel";
|
|
14
|
+
readonly I: typeof FortisBulkActionCancelRequest;
|
|
15
|
+
readonly O: typeof FortisBulkActionCancelResponse;
|
|
16
|
+
readonly kind: MethodKind.Unary;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisBulkActionStart
|
|
20
|
+
*/
|
|
21
|
+
readonly fortisBulkActionStart: {
|
|
22
|
+
readonly name: "FortisBulkActionStart";
|
|
23
|
+
readonly I: typeof FortisBulkActionStartRequest;
|
|
24
|
+
readonly O: typeof FortisBulkActionStartResponse;
|
|
25
|
+
readonly kind: MethodKind.Unary;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisBulkActionStatus
|
|
29
|
+
*/
|
|
30
|
+
readonly fortisBulkActionStatus: {
|
|
31
|
+
readonly name: "FortisBulkActionStatus";
|
|
32
|
+
readonly I: typeof FortisBulkActionStatusRequest;
|
|
33
|
+
readonly O: typeof FortisBulkActionStatusResponse;
|
|
34
|
+
readonly kind: MethodKind.Unary;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisCancelOtherSubscription
|
|
38
|
+
*/
|
|
39
|
+
readonly fortisCancelOtherSubscription: {
|
|
40
|
+
readonly name: "FortisCancelOtherSubscription";
|
|
41
|
+
readonly I: typeof FortisCancelOtherSubscriptionRequest;
|
|
42
|
+
readonly O: typeof FortisCancelOtherSubscriptionResponse;
|
|
43
|
+
readonly kind: MethodKind.Unary;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisCancelOwnSubscription
|
|
47
|
+
*/
|
|
48
|
+
readonly fortisCancelOwnSubscription: {
|
|
49
|
+
readonly name: "FortisCancelOwnSubscription";
|
|
50
|
+
readonly I: typeof FortisCancelOwnSubscriptionRequest;
|
|
51
|
+
readonly O: typeof FortisCancelOwnSubscriptionResponse;
|
|
52
|
+
readonly kind: MethodKind.Unary;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisGetAccountDetails
|
|
56
|
+
*/
|
|
57
|
+
readonly fortisGetAccountDetails: {
|
|
58
|
+
readonly name: "FortisGetAccountDetails";
|
|
59
|
+
readonly I: typeof FortisGetAccountDetailsRequest;
|
|
60
|
+
readonly O: typeof FortisGetAccountDetailsResponse;
|
|
61
|
+
readonly kind: MethodKind.Unary;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisGetOtherSubscriptionRecords
|
|
65
|
+
*/
|
|
66
|
+
readonly fortisGetOtherSubscriptionRecords: {
|
|
67
|
+
readonly name: "FortisGetOtherSubscriptionRecords";
|
|
68
|
+
readonly I: typeof FortisGetOtherSubscriptionRecordsRequest;
|
|
69
|
+
readonly O: typeof FortisGetOtherSubscriptionRecordsResponse;
|
|
70
|
+
readonly kind: MethodKind.Unary;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisGetOwnSubscriptionRecords
|
|
74
|
+
*/
|
|
75
|
+
readonly fortisGetOwnSubscriptionRecords: {
|
|
76
|
+
readonly name: "FortisGetOwnSubscriptionRecords";
|
|
77
|
+
readonly I: typeof FortisGetOwnSubscriptionRecordsRequest;
|
|
78
|
+
readonly O: typeof FortisGetOwnSubscriptionRecordsResponse;
|
|
79
|
+
readonly kind: MethodKind.Unary;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisNewOwnSubscription
|
|
83
|
+
*/
|
|
84
|
+
readonly fortisNewOwnSubscription: {
|
|
85
|
+
readonly name: "FortisNewOwnSubscription";
|
|
86
|
+
readonly I: typeof FortisNewOwnSubscriptionRequest;
|
|
87
|
+
readonly O: typeof FortisNewOwnSubscriptionResponse;
|
|
88
|
+
readonly kind: MethodKind.Unary;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisReconcileOtherSubscription
|
|
92
|
+
*/
|
|
93
|
+
readonly fortisReconcileOtherSubscription: {
|
|
94
|
+
readonly name: "FortisReconcileOtherSubscription";
|
|
95
|
+
readonly I: typeof FortisReconcileOtherSubscriptionRequest;
|
|
96
|
+
readonly O: typeof FortisReconcileOtherSubscriptionResponse;
|
|
97
|
+
readonly kind: MethodKind.Unary;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisInterface.FortisReconcileOwnSubscription
|
|
101
|
+
*/
|
|
102
|
+
readonly fortisReconcileOwnSubscription: {
|
|
103
|
+
readonly name: "FortisReconcileOwnSubscription";
|
|
104
|
+
readonly I: typeof FortisReconcileOwnSubscriptionRequest;
|
|
105
|
+
readonly O: typeof FortisReconcileOwnSubscriptionResponse;
|
|
106
|
+
readonly kind: MethodKind.Unary;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
};
|
|
@@ -0,0 +1,407 @@
|
|
|
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 { FortisSubscriptionFullRecord, FortisSubscriptionRecord } from "./FortisSubscriptionRecord_pb";
|
|
5
|
+
import { PlanList } from "./PlanRecord_pb";
|
|
6
|
+
/**
|
|
7
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionCancelRequest
|
|
8
|
+
*/
|
|
9
|
+
export declare class FortisBulkActionCancelRequest extends Message<FortisBulkActionCancelRequest> {
|
|
10
|
+
/**
|
|
11
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction Action = 1;
|
|
12
|
+
*/
|
|
13
|
+
Action: PaymentBulkAction;
|
|
14
|
+
constructor(data?: PartialMessage<FortisBulkActionCancelRequest>);
|
|
15
|
+
static readonly runtime: typeof proto3;
|
|
16
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionCancelRequest";
|
|
17
|
+
static readonly fields: FieldList;
|
|
18
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisBulkActionCancelRequest;
|
|
19
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisBulkActionCancelRequest;
|
|
20
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisBulkActionCancelRequest;
|
|
21
|
+
static equals(a: FortisBulkActionCancelRequest | PlainMessage<FortisBulkActionCancelRequest> | undefined, b: FortisBulkActionCancelRequest | PlainMessage<FortisBulkActionCancelRequest> | undefined): boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionCancelResponse
|
|
25
|
+
*/
|
|
26
|
+
export declare class FortisBulkActionCancelResponse extends Message<FortisBulkActionCancelResponse> {
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
29
|
+
*/
|
|
30
|
+
RunningActions: PaymentBulkActionProgress[];
|
|
31
|
+
constructor(data?: PartialMessage<FortisBulkActionCancelResponse>);
|
|
32
|
+
static readonly runtime: typeof proto3;
|
|
33
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionCancelResponse";
|
|
34
|
+
static readonly fields: FieldList;
|
|
35
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisBulkActionCancelResponse;
|
|
36
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisBulkActionCancelResponse;
|
|
37
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisBulkActionCancelResponse;
|
|
38
|
+
static equals(a: FortisBulkActionCancelResponse | PlainMessage<FortisBulkActionCancelResponse> | undefined, b: FortisBulkActionCancelResponse | PlainMessage<FortisBulkActionCancelResponse> | undefined): boolean;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStartRequest
|
|
42
|
+
*/
|
|
43
|
+
export declare class FortisBulkActionStartRequest extends Message<FortisBulkActionStartRequest> {
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction Action = 1;
|
|
46
|
+
*/
|
|
47
|
+
Action: PaymentBulkAction;
|
|
48
|
+
constructor(data?: PartialMessage<FortisBulkActionStartRequest>);
|
|
49
|
+
static readonly runtime: typeof proto3;
|
|
50
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStartRequest";
|
|
51
|
+
static readonly fields: FieldList;
|
|
52
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisBulkActionStartRequest;
|
|
53
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisBulkActionStartRequest;
|
|
54
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisBulkActionStartRequest;
|
|
55
|
+
static equals(a: FortisBulkActionStartRequest | PlainMessage<FortisBulkActionStartRequest> | undefined, b: FortisBulkActionStartRequest | PlainMessage<FortisBulkActionStartRequest> | undefined): boolean;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStartResponse
|
|
59
|
+
*/
|
|
60
|
+
export declare class FortisBulkActionStartResponse extends Message<FortisBulkActionStartResponse> {
|
|
61
|
+
/**
|
|
62
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
63
|
+
*/
|
|
64
|
+
RunningActions: PaymentBulkActionProgress[];
|
|
65
|
+
constructor(data?: PartialMessage<FortisBulkActionStartResponse>);
|
|
66
|
+
static readonly runtime: typeof proto3;
|
|
67
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStartResponse";
|
|
68
|
+
static readonly fields: FieldList;
|
|
69
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisBulkActionStartResponse;
|
|
70
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisBulkActionStartResponse;
|
|
71
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisBulkActionStartResponse;
|
|
72
|
+
static equals(a: FortisBulkActionStartResponse | PlainMessage<FortisBulkActionStartResponse> | undefined, b: FortisBulkActionStartResponse | PlainMessage<FortisBulkActionStartResponse> | undefined): boolean;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStatusRequest
|
|
76
|
+
*/
|
|
77
|
+
export declare class FortisBulkActionStatusRequest extends Message<FortisBulkActionStatusRequest> {
|
|
78
|
+
constructor(data?: PartialMessage<FortisBulkActionStatusRequest>);
|
|
79
|
+
static readonly runtime: typeof proto3;
|
|
80
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStatusRequest";
|
|
81
|
+
static readonly fields: FieldList;
|
|
82
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisBulkActionStatusRequest;
|
|
83
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisBulkActionStatusRequest;
|
|
84
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisBulkActionStatusRequest;
|
|
85
|
+
static equals(a: FortisBulkActionStatusRequest | PlainMessage<FortisBulkActionStatusRequest> | undefined, b: FortisBulkActionStatusRequest | PlainMessage<FortisBulkActionStatusRequest> | undefined): boolean;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStatusResponse
|
|
89
|
+
*/
|
|
90
|
+
export declare class FortisBulkActionStatusResponse extends Message<FortisBulkActionStatusResponse> {
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
93
|
+
*/
|
|
94
|
+
RunningActions: PaymentBulkActionProgress[];
|
|
95
|
+
constructor(data?: PartialMessage<FortisBulkActionStatusResponse>);
|
|
96
|
+
static readonly runtime: typeof proto3;
|
|
97
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisBulkActionStatusResponse";
|
|
98
|
+
static readonly fields: FieldList;
|
|
99
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisBulkActionStatusResponse;
|
|
100
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisBulkActionStatusResponse;
|
|
101
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisBulkActionStatusResponse;
|
|
102
|
+
static equals(a: FortisBulkActionStatusResponse | PlainMessage<FortisBulkActionStatusResponse> | undefined, b: FortisBulkActionStatusResponse | PlainMessage<FortisBulkActionStatusResponse> | undefined): boolean;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOtherSubscriptionRequest
|
|
106
|
+
*/
|
|
107
|
+
export declare class FortisCancelOtherSubscriptionRequest extends Message<FortisCancelOtherSubscriptionRequest> {
|
|
108
|
+
/**
|
|
109
|
+
* @generated from field: string UserID = 1;
|
|
110
|
+
*/
|
|
111
|
+
UserID: string;
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: string SubscriptionID = 2;
|
|
114
|
+
*/
|
|
115
|
+
SubscriptionID: string;
|
|
116
|
+
/**
|
|
117
|
+
* @generated from field: string Reason = 11;
|
|
118
|
+
*/
|
|
119
|
+
Reason: string;
|
|
120
|
+
constructor(data?: PartialMessage<FortisCancelOtherSubscriptionRequest>);
|
|
121
|
+
static readonly runtime: typeof proto3;
|
|
122
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOtherSubscriptionRequest";
|
|
123
|
+
static readonly fields: FieldList;
|
|
124
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisCancelOtherSubscriptionRequest;
|
|
125
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisCancelOtherSubscriptionRequest;
|
|
126
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisCancelOtherSubscriptionRequest;
|
|
127
|
+
static equals(a: FortisCancelOtherSubscriptionRequest | PlainMessage<FortisCancelOtherSubscriptionRequest> | undefined, b: FortisCancelOtherSubscriptionRequest | PlainMessage<FortisCancelOtherSubscriptionRequest> | undefined): boolean;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOtherSubscriptionResponse
|
|
131
|
+
*/
|
|
132
|
+
export declare class FortisCancelOtherSubscriptionResponse extends Message<FortisCancelOtherSubscriptionResponse> {
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionRecord Record = 1;
|
|
135
|
+
*/
|
|
136
|
+
Record?: FortisSubscriptionRecord;
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: string Error = 2;
|
|
139
|
+
*/
|
|
140
|
+
Error: string;
|
|
141
|
+
constructor(data?: PartialMessage<FortisCancelOtherSubscriptionResponse>);
|
|
142
|
+
static readonly runtime: typeof proto3;
|
|
143
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOtherSubscriptionResponse";
|
|
144
|
+
static readonly fields: FieldList;
|
|
145
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisCancelOtherSubscriptionResponse;
|
|
146
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisCancelOtherSubscriptionResponse;
|
|
147
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisCancelOtherSubscriptionResponse;
|
|
148
|
+
static equals(a: FortisCancelOtherSubscriptionResponse | PlainMessage<FortisCancelOtherSubscriptionResponse> | undefined, b: FortisCancelOtherSubscriptionResponse | PlainMessage<FortisCancelOtherSubscriptionResponse> | undefined): boolean;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOwnSubscriptionRequest
|
|
152
|
+
*/
|
|
153
|
+
export declare class FortisCancelOwnSubscriptionRequest extends Message<FortisCancelOwnSubscriptionRequest> {
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: string SubscriptionID = 1;
|
|
156
|
+
*/
|
|
157
|
+
SubscriptionID: string;
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: string Reason = 11;
|
|
160
|
+
*/
|
|
161
|
+
Reason: string;
|
|
162
|
+
constructor(data?: PartialMessage<FortisCancelOwnSubscriptionRequest>);
|
|
163
|
+
static readonly runtime: typeof proto3;
|
|
164
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOwnSubscriptionRequest";
|
|
165
|
+
static readonly fields: FieldList;
|
|
166
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisCancelOwnSubscriptionRequest;
|
|
167
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisCancelOwnSubscriptionRequest;
|
|
168
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisCancelOwnSubscriptionRequest;
|
|
169
|
+
static equals(a: FortisCancelOwnSubscriptionRequest | PlainMessage<FortisCancelOwnSubscriptionRequest> | undefined, b: FortisCancelOwnSubscriptionRequest | PlainMessage<FortisCancelOwnSubscriptionRequest> | undefined): boolean;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOwnSubscriptionResponse
|
|
173
|
+
*/
|
|
174
|
+
export declare class FortisCancelOwnSubscriptionResponse extends Message<FortisCancelOwnSubscriptionResponse> {
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionRecord Record = 1;
|
|
177
|
+
*/
|
|
178
|
+
Record?: FortisSubscriptionRecord;
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: string Error = 2;
|
|
181
|
+
*/
|
|
182
|
+
Error: string;
|
|
183
|
+
constructor(data?: PartialMessage<FortisCancelOwnSubscriptionResponse>);
|
|
184
|
+
static readonly runtime: typeof proto3;
|
|
185
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisCancelOwnSubscriptionResponse";
|
|
186
|
+
static readonly fields: FieldList;
|
|
187
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisCancelOwnSubscriptionResponse;
|
|
188
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisCancelOwnSubscriptionResponse;
|
|
189
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisCancelOwnSubscriptionResponse;
|
|
190
|
+
static equals(a: FortisCancelOwnSubscriptionResponse | PlainMessage<FortisCancelOwnSubscriptionResponse> | undefined, b: FortisCancelOwnSubscriptionResponse | PlainMessage<FortisCancelOwnSubscriptionResponse> | undefined): boolean;
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetAccountDetailsRequest
|
|
194
|
+
*/
|
|
195
|
+
export declare class FortisGetAccountDetailsRequest extends Message<FortisGetAccountDetailsRequest> {
|
|
196
|
+
constructor(data?: PartialMessage<FortisGetAccountDetailsRequest>);
|
|
197
|
+
static readonly runtime: typeof proto3;
|
|
198
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetAccountDetailsRequest";
|
|
199
|
+
static readonly fields: FieldList;
|
|
200
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisGetAccountDetailsRequest;
|
|
201
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisGetAccountDetailsRequest;
|
|
202
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisGetAccountDetailsRequest;
|
|
203
|
+
static equals(a: FortisGetAccountDetailsRequest | PlainMessage<FortisGetAccountDetailsRequest> | undefined, b: FortisGetAccountDetailsRequest | PlainMessage<FortisGetAccountDetailsRequest> | undefined): boolean;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetAccountDetailsResponse
|
|
207
|
+
*/
|
|
208
|
+
export declare class FortisGetAccountDetailsResponse extends Message<FortisGetAccountDetailsResponse> {
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Fortis.PlanList Plans = 1;
|
|
211
|
+
*/
|
|
212
|
+
Plans?: PlanList;
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: bool IsTest = 2;
|
|
215
|
+
*/
|
|
216
|
+
IsTest: boolean;
|
|
217
|
+
constructor(data?: PartialMessage<FortisGetAccountDetailsResponse>);
|
|
218
|
+
static readonly runtime: typeof proto3;
|
|
219
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetAccountDetailsResponse";
|
|
220
|
+
static readonly fields: FieldList;
|
|
221
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisGetAccountDetailsResponse;
|
|
222
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisGetAccountDetailsResponse;
|
|
223
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisGetAccountDetailsResponse;
|
|
224
|
+
static equals(a: FortisGetAccountDetailsResponse | PlainMessage<FortisGetAccountDetailsResponse> | undefined, b: FortisGetAccountDetailsResponse | PlainMessage<FortisGetAccountDetailsResponse> | undefined): boolean;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOtherSubscriptionRecordsRequest
|
|
228
|
+
*/
|
|
229
|
+
export declare class FortisGetOtherSubscriptionRecordsRequest extends Message<FortisGetOtherSubscriptionRecordsRequest> {
|
|
230
|
+
/**
|
|
231
|
+
* @generated from field: string UserID = 1;
|
|
232
|
+
*/
|
|
233
|
+
UserID: string;
|
|
234
|
+
constructor(data?: PartialMessage<FortisGetOtherSubscriptionRecordsRequest>);
|
|
235
|
+
static readonly runtime: typeof proto3;
|
|
236
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOtherSubscriptionRecordsRequest";
|
|
237
|
+
static readonly fields: FieldList;
|
|
238
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisGetOtherSubscriptionRecordsRequest;
|
|
239
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisGetOtherSubscriptionRecordsRequest;
|
|
240
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisGetOtherSubscriptionRecordsRequest;
|
|
241
|
+
static equals(a: FortisGetOtherSubscriptionRecordsRequest | PlainMessage<FortisGetOtherSubscriptionRecordsRequest> | undefined, b: FortisGetOtherSubscriptionRecordsRequest | PlainMessage<FortisGetOtherSubscriptionRecordsRequest> | undefined): boolean;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOtherSubscriptionRecordsResponse
|
|
245
|
+
*/
|
|
246
|
+
export declare class FortisGetOtherSubscriptionRecordsResponse extends Message<FortisGetOtherSubscriptionRecordsResponse> {
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionRecord Records = 1;
|
|
249
|
+
*/
|
|
250
|
+
Records: FortisSubscriptionRecord[];
|
|
251
|
+
constructor(data?: PartialMessage<FortisGetOtherSubscriptionRecordsResponse>);
|
|
252
|
+
static readonly runtime: typeof proto3;
|
|
253
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOtherSubscriptionRecordsResponse";
|
|
254
|
+
static readonly fields: FieldList;
|
|
255
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisGetOtherSubscriptionRecordsResponse;
|
|
256
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisGetOtherSubscriptionRecordsResponse;
|
|
257
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisGetOtherSubscriptionRecordsResponse;
|
|
258
|
+
static equals(a: FortisGetOtherSubscriptionRecordsResponse | PlainMessage<FortisGetOtherSubscriptionRecordsResponse> | undefined, b: FortisGetOtherSubscriptionRecordsResponse | PlainMessage<FortisGetOtherSubscriptionRecordsResponse> | undefined): boolean;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOwnSubscriptionRecordsRequest
|
|
262
|
+
*/
|
|
263
|
+
export declare class FortisGetOwnSubscriptionRecordsRequest extends Message<FortisGetOwnSubscriptionRecordsRequest> {
|
|
264
|
+
constructor(data?: PartialMessage<FortisGetOwnSubscriptionRecordsRequest>);
|
|
265
|
+
static readonly runtime: typeof proto3;
|
|
266
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOwnSubscriptionRecordsRequest";
|
|
267
|
+
static readonly fields: FieldList;
|
|
268
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisGetOwnSubscriptionRecordsRequest;
|
|
269
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisGetOwnSubscriptionRecordsRequest;
|
|
270
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisGetOwnSubscriptionRecordsRequest;
|
|
271
|
+
static equals(a: FortisGetOwnSubscriptionRecordsRequest | PlainMessage<FortisGetOwnSubscriptionRecordsRequest> | undefined, b: FortisGetOwnSubscriptionRecordsRequest | PlainMessage<FortisGetOwnSubscriptionRecordsRequest> | undefined): boolean;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOwnSubscriptionRecordsResponse
|
|
275
|
+
*/
|
|
276
|
+
export declare class FortisGetOwnSubscriptionRecordsResponse extends Message<FortisGetOwnSubscriptionRecordsResponse> {
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionRecord Records = 1;
|
|
279
|
+
*/
|
|
280
|
+
Records: FortisSubscriptionRecord[];
|
|
281
|
+
constructor(data?: PartialMessage<FortisGetOwnSubscriptionRecordsResponse>);
|
|
282
|
+
static readonly runtime: typeof proto3;
|
|
283
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisGetOwnSubscriptionRecordsResponse";
|
|
284
|
+
static readonly fields: FieldList;
|
|
285
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisGetOwnSubscriptionRecordsResponse;
|
|
286
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisGetOwnSubscriptionRecordsResponse;
|
|
287
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisGetOwnSubscriptionRecordsResponse;
|
|
288
|
+
static equals(a: FortisGetOwnSubscriptionRecordsResponse | PlainMessage<FortisGetOwnSubscriptionRecordsResponse> | undefined, b: FortisGetOwnSubscriptionRecordsResponse | PlainMessage<FortisGetOwnSubscriptionRecordsResponse> | undefined): boolean;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisNewOwnSubscriptionRequest
|
|
292
|
+
*/
|
|
293
|
+
export declare class FortisNewOwnSubscriptionRequest extends Message<FortisNewOwnSubscriptionRequest> {
|
|
294
|
+
/**
|
|
295
|
+
* @generated from field: string TransactionID = 1;
|
|
296
|
+
*/
|
|
297
|
+
TransactionID: string;
|
|
298
|
+
constructor(data?: PartialMessage<FortisNewOwnSubscriptionRequest>);
|
|
299
|
+
static readonly runtime: typeof proto3;
|
|
300
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisNewOwnSubscriptionRequest";
|
|
301
|
+
static readonly fields: FieldList;
|
|
302
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisNewOwnSubscriptionRequest;
|
|
303
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisNewOwnSubscriptionRequest;
|
|
304
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisNewOwnSubscriptionRequest;
|
|
305
|
+
static equals(a: FortisNewOwnSubscriptionRequest | PlainMessage<FortisNewOwnSubscriptionRequest> | undefined, b: FortisNewOwnSubscriptionRequest | PlainMessage<FortisNewOwnSubscriptionRequest> | undefined): boolean;
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisNewOwnSubscriptionResponse
|
|
309
|
+
*/
|
|
310
|
+
export declare class FortisNewOwnSubscriptionResponse extends Message<FortisNewOwnSubscriptionResponse> {
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionRecord Record = 1;
|
|
313
|
+
*/
|
|
314
|
+
Record?: FortisSubscriptionRecord;
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: string Error = 2;
|
|
317
|
+
*/
|
|
318
|
+
Error: string;
|
|
319
|
+
constructor(data?: PartialMessage<FortisNewOwnSubscriptionResponse>);
|
|
320
|
+
static readonly runtime: typeof proto3;
|
|
321
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisNewOwnSubscriptionResponse";
|
|
322
|
+
static readonly fields: FieldList;
|
|
323
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisNewOwnSubscriptionResponse;
|
|
324
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisNewOwnSubscriptionResponse;
|
|
325
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisNewOwnSubscriptionResponse;
|
|
326
|
+
static equals(a: FortisNewOwnSubscriptionResponse | PlainMessage<FortisNewOwnSubscriptionResponse> | undefined, b: FortisNewOwnSubscriptionResponse | PlainMessage<FortisNewOwnSubscriptionResponse> | undefined): boolean;
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOtherSubscriptionRequest
|
|
330
|
+
*/
|
|
331
|
+
export declare class FortisReconcileOtherSubscriptionRequest extends Message<FortisReconcileOtherSubscriptionRequest> {
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: string UserID = 1;
|
|
334
|
+
*/
|
|
335
|
+
UserID: string;
|
|
336
|
+
/**
|
|
337
|
+
* @generated from field: string SubscriptionID = 2;
|
|
338
|
+
*/
|
|
339
|
+
SubscriptionID: string;
|
|
340
|
+
constructor(data?: PartialMessage<FortisReconcileOtherSubscriptionRequest>);
|
|
341
|
+
static readonly runtime: typeof proto3;
|
|
342
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOtherSubscriptionRequest";
|
|
343
|
+
static readonly fields: FieldList;
|
|
344
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisReconcileOtherSubscriptionRequest;
|
|
345
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisReconcileOtherSubscriptionRequest;
|
|
346
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisReconcileOtherSubscriptionRequest;
|
|
347
|
+
static equals(a: FortisReconcileOtherSubscriptionRequest | PlainMessage<FortisReconcileOtherSubscriptionRequest> | undefined, b: FortisReconcileOtherSubscriptionRequest | PlainMessage<FortisReconcileOtherSubscriptionRequest> | undefined): boolean;
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOtherSubscriptionResponse
|
|
351
|
+
*/
|
|
352
|
+
export declare class FortisReconcileOtherSubscriptionResponse extends Message<FortisReconcileOtherSubscriptionResponse> {
|
|
353
|
+
/**
|
|
354
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionFullRecord Record = 1;
|
|
355
|
+
*/
|
|
356
|
+
Record?: FortisSubscriptionFullRecord;
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: string Error = 2;
|
|
359
|
+
*/
|
|
360
|
+
Error: string;
|
|
361
|
+
constructor(data?: PartialMessage<FortisReconcileOtherSubscriptionResponse>);
|
|
362
|
+
static readonly runtime: typeof proto3;
|
|
363
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOtherSubscriptionResponse";
|
|
364
|
+
static readonly fields: FieldList;
|
|
365
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisReconcileOtherSubscriptionResponse;
|
|
366
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisReconcileOtherSubscriptionResponse;
|
|
367
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisReconcileOtherSubscriptionResponse;
|
|
368
|
+
static equals(a: FortisReconcileOtherSubscriptionResponse | PlainMessage<FortisReconcileOtherSubscriptionResponse> | undefined, b: FortisReconcileOtherSubscriptionResponse | PlainMessage<FortisReconcileOtherSubscriptionResponse> | undefined): boolean;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOwnSubscriptionRequest
|
|
372
|
+
*/
|
|
373
|
+
export declare class FortisReconcileOwnSubscriptionRequest extends Message<FortisReconcileOwnSubscriptionRequest> {
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: string SubscriptionID = 1;
|
|
376
|
+
*/
|
|
377
|
+
SubscriptionID: string;
|
|
378
|
+
constructor(data?: PartialMessage<FortisReconcileOwnSubscriptionRequest>);
|
|
379
|
+
static readonly runtime: typeof proto3;
|
|
380
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOwnSubscriptionRequest";
|
|
381
|
+
static readonly fields: FieldList;
|
|
382
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisReconcileOwnSubscriptionRequest;
|
|
383
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisReconcileOwnSubscriptionRequest;
|
|
384
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisReconcileOwnSubscriptionRequest;
|
|
385
|
+
static equals(a: FortisReconcileOwnSubscriptionRequest | PlainMessage<FortisReconcileOwnSubscriptionRequest> | undefined, b: FortisReconcileOwnSubscriptionRequest | PlainMessage<FortisReconcileOwnSubscriptionRequest> | undefined): boolean;
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOwnSubscriptionResponse
|
|
389
|
+
*/
|
|
390
|
+
export declare class FortisReconcileOwnSubscriptionResponse extends Message<FortisReconcileOwnSubscriptionResponse> {
|
|
391
|
+
/**
|
|
392
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisSubscriptionFullRecord Record = 1;
|
|
393
|
+
*/
|
|
394
|
+
Record?: FortisSubscriptionFullRecord;
|
|
395
|
+
/**
|
|
396
|
+
* @generated from field: string Error = 2;
|
|
397
|
+
*/
|
|
398
|
+
Error: string;
|
|
399
|
+
constructor(data?: PartialMessage<FortisReconcileOwnSubscriptionResponse>);
|
|
400
|
+
static readonly runtime: typeof proto3;
|
|
401
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisReconcileOwnSubscriptionResponse";
|
|
402
|
+
static readonly fields: FieldList;
|
|
403
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisReconcileOwnSubscriptionResponse;
|
|
404
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisReconcileOwnSubscriptionResponse;
|
|
405
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisReconcileOwnSubscriptionResponse;
|
|
406
|
+
static equals(a: FortisReconcileOwnSubscriptionResponse | PlainMessage<FortisReconcileOwnSubscriptionResponse> | undefined, b: FortisReconcileOwnSubscriptionResponse | PlainMessage<FortisReconcileOwnSubscriptionResponse> | undefined): boolean;
|
|
407
|
+
}
|
package/dist/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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.Fortis.FortisPublicSettings
|
|
5
|
+
*/
|
|
6
|
+
export declare class FortisPublicSettings extends Message<FortisPublicSettings> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: bool Enabled = 1;
|
|
9
|
+
*/
|
|
10
|
+
Enabled: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: bool IsTest = 2;
|
|
13
|
+
*/
|
|
14
|
+
IsTest: boolean;
|
|
15
|
+
constructor(data?: PartialMessage<FortisPublicSettings>);
|
|
16
|
+
static readonly runtime: typeof proto3;
|
|
17
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisPublicSettings";
|
|
18
|
+
static readonly fields: FieldList;
|
|
19
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisPublicSettings;
|
|
20
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisPublicSettings;
|
|
21
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisPublicSettings;
|
|
22
|
+
static equals(a: FortisPublicSettings | PlainMessage<FortisPublicSettings> | undefined, b: FortisPublicSettings | PlainMessage<FortisPublicSettings> | undefined): boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisOwnerSettings
|
|
26
|
+
*/
|
|
27
|
+
export declare class FortisOwnerSettings extends Message<FortisOwnerSettings> {
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string UserID = 1;
|
|
30
|
+
*/
|
|
31
|
+
UserID: string;
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string UserApiKey = 2;
|
|
34
|
+
*/
|
|
35
|
+
UserApiKey: string;
|
|
36
|
+
/**
|
|
37
|
+
* @generated from field: string LocationID = 3;
|
|
38
|
+
*/
|
|
39
|
+
LocationID: string;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: string ProductID = 4;
|
|
42
|
+
*/
|
|
43
|
+
ProductID: string;
|
|
44
|
+
constructor(data?: PartialMessage<FortisOwnerSettings>);
|
|
45
|
+
static readonly runtime: typeof proto3;
|
|
46
|
+
static readonly typeName = "IT.WebServices.Fragments.Authorization.Payment.Fortis.FortisOwnerSettings";
|
|
47
|
+
static readonly fields: FieldList;
|
|
48
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FortisOwnerSettings;
|
|
49
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FortisOwnerSettings;
|
|
50
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FortisOwnerSettings;
|
|
51
|
+
static equals(a: FortisOwnerSettings | PlainMessage<FortisOwnerSettings> | undefined, b: FortisOwnerSettings | PlainMessage<FortisOwnerSettings> | undefined): boolean;
|
|
52
|
+
}
|