@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,1112 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
3
|
+
// @generated from file Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface.proto (package IT.WebServices.Fragments.Authorization.Payment.Stripe, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.StripeReconcileOwnSubscriptionResponse = exports.StripeReconcileOwnSubscriptionRequest = exports.StripeReconcileOtherSubscriptionResponse = exports.StripeReconcileOtherSubscriptionRequest = exports.StripeEnsureOneTimeProductResponse = exports.StripeEnsureOneTimeProductRequest = exports.StripeNewOwnSubscriptionResponse = exports.StripeNewOwnSubscriptionRequest = exports.StripeGetOwnSubscriptionRecordsResponse = exports.StripeGetOwnSubscriptionRecordsRequest = exports.StripeGetOtherSubscriptionRecordsResponse = exports.StripeGetOtherSubscriptionRecordsRequest = exports.StripeGetAccountDetailsResponse = exports.StripeGetAccountDetailsRequest = exports.StripeCancelOwnSubscriptionResponse = exports.StripeCancelOwnSubscriptionRequest = exports.StripeCancelOtherSubscriptionResponse = exports.StripeCancelOtherSubscriptionRequest = exports.StripeCreateBillingPortalResponse = exports.StripeCreateBillingPortalRequest = exports.StripeCheckoutSessionResponse = exports.StripeCheckoutSessionRequest = exports.StripeCheckOwnOneTimeResponse = exports.StripeCheckOwnOneTimeRequest = exports.StripeCheckOwnSubscriptionResponse = exports.StripeCheckOwnSubscriptionRequest = exports.StripeCheckOtherSubscriptionResponse = exports.StripeCheckOtherSubscriptionRequest = exports.StripeBulkActionStatusResponse = exports.StripeBulkActionStatusRequest = exports.StripeBulkActionStartResponse = exports.StripeBulkActionStartRequest = exports.StripeBulkActionCancelResponse = exports.StripeBulkActionCancelRequest = void 0;
|
|
8
|
+
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
+
const SharedTypes_pb_1 = require("../SharedTypes_pb");
|
|
10
|
+
const StripeSubscriptionRecord_pb_1 = require("./StripeSubscriptionRecord_pb");
|
|
11
|
+
const StripeOneTimeRecord_pb_1 = require("./StripeOneTimeRecord_pb");
|
|
12
|
+
const ProductRecord_pb_1 = require("./ProductRecord_pb");
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionCancelRequest
|
|
15
|
+
*/
|
|
16
|
+
class StripeBulkActionCancelRequest extends protobuf_1.Message {
|
|
17
|
+
constructor(data) {
|
|
18
|
+
super();
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction Action = 1;
|
|
21
|
+
*/
|
|
22
|
+
this.Action = SharedTypes_pb_1.PaymentBulkAction.LookForNewPayments;
|
|
23
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
24
|
+
}
|
|
25
|
+
static fromBinary(bytes, options) {
|
|
26
|
+
return new StripeBulkActionCancelRequest().fromBinary(bytes, options);
|
|
27
|
+
}
|
|
28
|
+
static fromJson(jsonValue, options) {
|
|
29
|
+
return new StripeBulkActionCancelRequest().fromJson(jsonValue, options);
|
|
30
|
+
}
|
|
31
|
+
static fromJsonString(jsonString, options) {
|
|
32
|
+
return new StripeBulkActionCancelRequest().fromJsonString(jsonString, options);
|
|
33
|
+
}
|
|
34
|
+
static equals(a, b) {
|
|
35
|
+
return protobuf_1.proto3.util.equals(StripeBulkActionCancelRequest, a, b);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.StripeBulkActionCancelRequest = StripeBulkActionCancelRequest;
|
|
39
|
+
StripeBulkActionCancelRequest.runtime = protobuf_1.proto3;
|
|
40
|
+
StripeBulkActionCancelRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionCancelRequest";
|
|
41
|
+
StripeBulkActionCancelRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
42
|
+
{ no: 1, name: "Action", kind: "enum", T: protobuf_1.proto3.getEnumType(SharedTypes_pb_1.PaymentBulkAction) },
|
|
43
|
+
]);
|
|
44
|
+
/**
|
|
45
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionCancelResponse
|
|
46
|
+
*/
|
|
47
|
+
class StripeBulkActionCancelResponse extends protobuf_1.Message {
|
|
48
|
+
constructor(data) {
|
|
49
|
+
super();
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
52
|
+
*/
|
|
53
|
+
this.RunningActions = [];
|
|
54
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
55
|
+
}
|
|
56
|
+
static fromBinary(bytes, options) {
|
|
57
|
+
return new StripeBulkActionCancelResponse().fromBinary(bytes, options);
|
|
58
|
+
}
|
|
59
|
+
static fromJson(jsonValue, options) {
|
|
60
|
+
return new StripeBulkActionCancelResponse().fromJson(jsonValue, options);
|
|
61
|
+
}
|
|
62
|
+
static fromJsonString(jsonString, options) {
|
|
63
|
+
return new StripeBulkActionCancelResponse().fromJsonString(jsonString, options);
|
|
64
|
+
}
|
|
65
|
+
static equals(a, b) {
|
|
66
|
+
return protobuf_1.proto3.util.equals(StripeBulkActionCancelResponse, a, b);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.StripeBulkActionCancelResponse = StripeBulkActionCancelResponse;
|
|
70
|
+
StripeBulkActionCancelResponse.runtime = protobuf_1.proto3;
|
|
71
|
+
StripeBulkActionCancelResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionCancelResponse";
|
|
72
|
+
StripeBulkActionCancelResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
73
|
+
{ no: 1, name: "RunningActions", kind: "message", T: SharedTypes_pb_1.PaymentBulkActionProgress, repeated: true },
|
|
74
|
+
]);
|
|
75
|
+
/**
|
|
76
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStartRequest
|
|
77
|
+
*/
|
|
78
|
+
class StripeBulkActionStartRequest extends protobuf_1.Message {
|
|
79
|
+
constructor(data) {
|
|
80
|
+
super();
|
|
81
|
+
/**
|
|
82
|
+
* @generated from field: IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction Action = 1;
|
|
83
|
+
*/
|
|
84
|
+
this.Action = SharedTypes_pb_1.PaymentBulkAction.LookForNewPayments;
|
|
85
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
86
|
+
}
|
|
87
|
+
static fromBinary(bytes, options) {
|
|
88
|
+
return new StripeBulkActionStartRequest().fromBinary(bytes, options);
|
|
89
|
+
}
|
|
90
|
+
static fromJson(jsonValue, options) {
|
|
91
|
+
return new StripeBulkActionStartRequest().fromJson(jsonValue, options);
|
|
92
|
+
}
|
|
93
|
+
static fromJsonString(jsonString, options) {
|
|
94
|
+
return new StripeBulkActionStartRequest().fromJsonString(jsonString, options);
|
|
95
|
+
}
|
|
96
|
+
static equals(a, b) {
|
|
97
|
+
return protobuf_1.proto3.util.equals(StripeBulkActionStartRequest, a, b);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
exports.StripeBulkActionStartRequest = StripeBulkActionStartRequest;
|
|
101
|
+
StripeBulkActionStartRequest.runtime = protobuf_1.proto3;
|
|
102
|
+
StripeBulkActionStartRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStartRequest";
|
|
103
|
+
StripeBulkActionStartRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
104
|
+
{ no: 1, name: "Action", kind: "enum", T: protobuf_1.proto3.getEnumType(SharedTypes_pb_1.PaymentBulkAction) },
|
|
105
|
+
]);
|
|
106
|
+
/**
|
|
107
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStartResponse
|
|
108
|
+
*/
|
|
109
|
+
class StripeBulkActionStartResponse extends protobuf_1.Message {
|
|
110
|
+
constructor(data) {
|
|
111
|
+
super();
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
114
|
+
*/
|
|
115
|
+
this.RunningActions = [];
|
|
116
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
117
|
+
}
|
|
118
|
+
static fromBinary(bytes, options) {
|
|
119
|
+
return new StripeBulkActionStartResponse().fromBinary(bytes, options);
|
|
120
|
+
}
|
|
121
|
+
static fromJson(jsonValue, options) {
|
|
122
|
+
return new StripeBulkActionStartResponse().fromJson(jsonValue, options);
|
|
123
|
+
}
|
|
124
|
+
static fromJsonString(jsonString, options) {
|
|
125
|
+
return new StripeBulkActionStartResponse().fromJsonString(jsonString, options);
|
|
126
|
+
}
|
|
127
|
+
static equals(a, b) {
|
|
128
|
+
return protobuf_1.proto3.util.equals(StripeBulkActionStartResponse, a, b);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
exports.StripeBulkActionStartResponse = StripeBulkActionStartResponse;
|
|
132
|
+
StripeBulkActionStartResponse.runtime = protobuf_1.proto3;
|
|
133
|
+
StripeBulkActionStartResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStartResponse";
|
|
134
|
+
StripeBulkActionStartResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
135
|
+
{ no: 1, name: "RunningActions", kind: "message", T: SharedTypes_pb_1.PaymentBulkActionProgress, repeated: true },
|
|
136
|
+
]);
|
|
137
|
+
/**
|
|
138
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStatusRequest
|
|
139
|
+
*/
|
|
140
|
+
class StripeBulkActionStatusRequest extends protobuf_1.Message {
|
|
141
|
+
constructor(data) {
|
|
142
|
+
super();
|
|
143
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
144
|
+
}
|
|
145
|
+
static fromBinary(bytes, options) {
|
|
146
|
+
return new StripeBulkActionStatusRequest().fromBinary(bytes, options);
|
|
147
|
+
}
|
|
148
|
+
static fromJson(jsonValue, options) {
|
|
149
|
+
return new StripeBulkActionStatusRequest().fromJson(jsonValue, options);
|
|
150
|
+
}
|
|
151
|
+
static fromJsonString(jsonString, options) {
|
|
152
|
+
return new StripeBulkActionStatusRequest().fromJsonString(jsonString, options);
|
|
153
|
+
}
|
|
154
|
+
static equals(a, b) {
|
|
155
|
+
return protobuf_1.proto3.util.equals(StripeBulkActionStatusRequest, a, b);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
exports.StripeBulkActionStatusRequest = StripeBulkActionStatusRequest;
|
|
159
|
+
StripeBulkActionStatusRequest.runtime = protobuf_1.proto3;
|
|
160
|
+
StripeBulkActionStatusRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStatusRequest";
|
|
161
|
+
StripeBulkActionStatusRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
162
|
+
/**
|
|
163
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStatusResponse
|
|
164
|
+
*/
|
|
165
|
+
class StripeBulkActionStatusResponse extends protobuf_1.Message {
|
|
166
|
+
constructor(data) {
|
|
167
|
+
super();
|
|
168
|
+
/**
|
|
169
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress RunningActions = 1;
|
|
170
|
+
*/
|
|
171
|
+
this.RunningActions = [];
|
|
172
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
173
|
+
}
|
|
174
|
+
static fromBinary(bytes, options) {
|
|
175
|
+
return new StripeBulkActionStatusResponse().fromBinary(bytes, options);
|
|
176
|
+
}
|
|
177
|
+
static fromJson(jsonValue, options) {
|
|
178
|
+
return new StripeBulkActionStatusResponse().fromJson(jsonValue, options);
|
|
179
|
+
}
|
|
180
|
+
static fromJsonString(jsonString, options) {
|
|
181
|
+
return new StripeBulkActionStatusResponse().fromJsonString(jsonString, options);
|
|
182
|
+
}
|
|
183
|
+
static equals(a, b) {
|
|
184
|
+
return protobuf_1.proto3.util.equals(StripeBulkActionStatusResponse, a, b);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
exports.StripeBulkActionStatusResponse = StripeBulkActionStatusResponse;
|
|
188
|
+
StripeBulkActionStatusResponse.runtime = protobuf_1.proto3;
|
|
189
|
+
StripeBulkActionStatusResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeBulkActionStatusResponse";
|
|
190
|
+
StripeBulkActionStatusResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
191
|
+
{ no: 1, name: "RunningActions", kind: "message", T: SharedTypes_pb_1.PaymentBulkActionProgress, repeated: true },
|
|
192
|
+
]);
|
|
193
|
+
/**
|
|
194
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOtherSubscriptionRequest
|
|
195
|
+
*/
|
|
196
|
+
class StripeCheckOtherSubscriptionRequest extends protobuf_1.Message {
|
|
197
|
+
constructor(data) {
|
|
198
|
+
super();
|
|
199
|
+
/**
|
|
200
|
+
* @generated from field: string UserID = 1;
|
|
201
|
+
*/
|
|
202
|
+
this.UserID = "";
|
|
203
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
204
|
+
}
|
|
205
|
+
static fromBinary(bytes, options) {
|
|
206
|
+
return new StripeCheckOtherSubscriptionRequest().fromBinary(bytes, options);
|
|
207
|
+
}
|
|
208
|
+
static fromJson(jsonValue, options) {
|
|
209
|
+
return new StripeCheckOtherSubscriptionRequest().fromJson(jsonValue, options);
|
|
210
|
+
}
|
|
211
|
+
static fromJsonString(jsonString, options) {
|
|
212
|
+
return new StripeCheckOtherSubscriptionRequest().fromJsonString(jsonString, options);
|
|
213
|
+
}
|
|
214
|
+
static equals(a, b) {
|
|
215
|
+
return protobuf_1.proto3.util.equals(StripeCheckOtherSubscriptionRequest, a, b);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
exports.StripeCheckOtherSubscriptionRequest = StripeCheckOtherSubscriptionRequest;
|
|
219
|
+
StripeCheckOtherSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
220
|
+
StripeCheckOtherSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOtherSubscriptionRequest";
|
|
221
|
+
StripeCheckOtherSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
222
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
223
|
+
]);
|
|
224
|
+
/**
|
|
225
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOtherSubscriptionResponse
|
|
226
|
+
*/
|
|
227
|
+
class StripeCheckOtherSubscriptionResponse extends protobuf_1.Message {
|
|
228
|
+
constructor(data) {
|
|
229
|
+
super();
|
|
230
|
+
/**
|
|
231
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeSubscriptionFullRecord Records = 1;
|
|
232
|
+
*/
|
|
233
|
+
this.Records = [];
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: string Error = 2;
|
|
236
|
+
*/
|
|
237
|
+
this.Error = "";
|
|
238
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
239
|
+
}
|
|
240
|
+
static fromBinary(bytes, options) {
|
|
241
|
+
return new StripeCheckOtherSubscriptionResponse().fromBinary(bytes, options);
|
|
242
|
+
}
|
|
243
|
+
static fromJson(jsonValue, options) {
|
|
244
|
+
return new StripeCheckOtherSubscriptionResponse().fromJson(jsonValue, options);
|
|
245
|
+
}
|
|
246
|
+
static fromJsonString(jsonString, options) {
|
|
247
|
+
return new StripeCheckOtherSubscriptionResponse().fromJsonString(jsonString, options);
|
|
248
|
+
}
|
|
249
|
+
static equals(a, b) {
|
|
250
|
+
return protobuf_1.proto3.util.equals(StripeCheckOtherSubscriptionResponse, a, b);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
exports.StripeCheckOtherSubscriptionResponse = StripeCheckOtherSubscriptionResponse;
|
|
254
|
+
StripeCheckOtherSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
255
|
+
StripeCheckOtherSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOtherSubscriptionResponse";
|
|
256
|
+
StripeCheckOtherSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
257
|
+
{ no: 1, name: "Records", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionFullRecord, repeated: true },
|
|
258
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
259
|
+
]);
|
|
260
|
+
/**
|
|
261
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnSubscriptionRequest
|
|
262
|
+
*/
|
|
263
|
+
class StripeCheckOwnSubscriptionRequest extends protobuf_1.Message {
|
|
264
|
+
constructor(data) {
|
|
265
|
+
super();
|
|
266
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
267
|
+
}
|
|
268
|
+
static fromBinary(bytes, options) {
|
|
269
|
+
return new StripeCheckOwnSubscriptionRequest().fromBinary(bytes, options);
|
|
270
|
+
}
|
|
271
|
+
static fromJson(jsonValue, options) {
|
|
272
|
+
return new StripeCheckOwnSubscriptionRequest().fromJson(jsonValue, options);
|
|
273
|
+
}
|
|
274
|
+
static fromJsonString(jsonString, options) {
|
|
275
|
+
return new StripeCheckOwnSubscriptionRequest().fromJsonString(jsonString, options);
|
|
276
|
+
}
|
|
277
|
+
static equals(a, b) {
|
|
278
|
+
return protobuf_1.proto3.util.equals(StripeCheckOwnSubscriptionRequest, a, b);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
exports.StripeCheckOwnSubscriptionRequest = StripeCheckOwnSubscriptionRequest;
|
|
282
|
+
StripeCheckOwnSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
283
|
+
StripeCheckOwnSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnSubscriptionRequest";
|
|
284
|
+
StripeCheckOwnSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
285
|
+
/**
|
|
286
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnSubscriptionResponse
|
|
287
|
+
*/
|
|
288
|
+
class StripeCheckOwnSubscriptionResponse extends protobuf_1.Message {
|
|
289
|
+
constructor(data) {
|
|
290
|
+
super();
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeSubscriptionFullRecord Records = 1;
|
|
293
|
+
*/
|
|
294
|
+
this.Records = [];
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: string Error = 2;
|
|
297
|
+
*/
|
|
298
|
+
this.Error = "";
|
|
299
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
300
|
+
}
|
|
301
|
+
static fromBinary(bytes, options) {
|
|
302
|
+
return new StripeCheckOwnSubscriptionResponse().fromBinary(bytes, options);
|
|
303
|
+
}
|
|
304
|
+
static fromJson(jsonValue, options) {
|
|
305
|
+
return new StripeCheckOwnSubscriptionResponse().fromJson(jsonValue, options);
|
|
306
|
+
}
|
|
307
|
+
static fromJsonString(jsonString, options) {
|
|
308
|
+
return new StripeCheckOwnSubscriptionResponse().fromJsonString(jsonString, options);
|
|
309
|
+
}
|
|
310
|
+
static equals(a, b) {
|
|
311
|
+
return protobuf_1.proto3.util.equals(StripeCheckOwnSubscriptionResponse, a, b);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
exports.StripeCheckOwnSubscriptionResponse = StripeCheckOwnSubscriptionResponse;
|
|
315
|
+
StripeCheckOwnSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
316
|
+
StripeCheckOwnSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnSubscriptionResponse";
|
|
317
|
+
StripeCheckOwnSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
318
|
+
{ no: 1, name: "Records", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionFullRecord, repeated: true },
|
|
319
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
320
|
+
]);
|
|
321
|
+
/**
|
|
322
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnOneTimeRequest
|
|
323
|
+
*/
|
|
324
|
+
class StripeCheckOwnOneTimeRequest extends protobuf_1.Message {
|
|
325
|
+
constructor(data) {
|
|
326
|
+
super();
|
|
327
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
328
|
+
}
|
|
329
|
+
static fromBinary(bytes, options) {
|
|
330
|
+
return new StripeCheckOwnOneTimeRequest().fromBinary(bytes, options);
|
|
331
|
+
}
|
|
332
|
+
static fromJson(jsonValue, options) {
|
|
333
|
+
return new StripeCheckOwnOneTimeRequest().fromJson(jsonValue, options);
|
|
334
|
+
}
|
|
335
|
+
static fromJsonString(jsonString, options) {
|
|
336
|
+
return new StripeCheckOwnOneTimeRequest().fromJsonString(jsonString, options);
|
|
337
|
+
}
|
|
338
|
+
static equals(a, b) {
|
|
339
|
+
return protobuf_1.proto3.util.equals(StripeCheckOwnOneTimeRequest, a, b);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
exports.StripeCheckOwnOneTimeRequest = StripeCheckOwnOneTimeRequest;
|
|
343
|
+
StripeCheckOwnOneTimeRequest.runtime = protobuf_1.proto3;
|
|
344
|
+
StripeCheckOwnOneTimeRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnOneTimeRequest";
|
|
345
|
+
StripeCheckOwnOneTimeRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
346
|
+
/**
|
|
347
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnOneTimeResponse
|
|
348
|
+
*/
|
|
349
|
+
class StripeCheckOwnOneTimeResponse extends protobuf_1.Message {
|
|
350
|
+
constructor(data) {
|
|
351
|
+
super();
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeOneTimePaymentRecord Records = 1;
|
|
354
|
+
*/
|
|
355
|
+
this.Records = [];
|
|
356
|
+
/**
|
|
357
|
+
* @generated from field: string Error = 2;
|
|
358
|
+
*/
|
|
359
|
+
this.Error = "";
|
|
360
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
361
|
+
}
|
|
362
|
+
static fromBinary(bytes, options) {
|
|
363
|
+
return new StripeCheckOwnOneTimeResponse().fromBinary(bytes, options);
|
|
364
|
+
}
|
|
365
|
+
static fromJson(jsonValue, options) {
|
|
366
|
+
return new StripeCheckOwnOneTimeResponse().fromJson(jsonValue, options);
|
|
367
|
+
}
|
|
368
|
+
static fromJsonString(jsonString, options) {
|
|
369
|
+
return new StripeCheckOwnOneTimeResponse().fromJsonString(jsonString, options);
|
|
370
|
+
}
|
|
371
|
+
static equals(a, b) {
|
|
372
|
+
return protobuf_1.proto3.util.equals(StripeCheckOwnOneTimeResponse, a, b);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
exports.StripeCheckOwnOneTimeResponse = StripeCheckOwnOneTimeResponse;
|
|
376
|
+
StripeCheckOwnOneTimeResponse.runtime = protobuf_1.proto3;
|
|
377
|
+
StripeCheckOwnOneTimeResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnOneTimeResponse";
|
|
378
|
+
StripeCheckOwnOneTimeResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
379
|
+
{ no: 1, name: "Records", kind: "message", T: StripeOneTimeRecord_pb_1.StripeOneTimePaymentRecord, repeated: true },
|
|
380
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
381
|
+
]);
|
|
382
|
+
/**
|
|
383
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckoutSessionRequest
|
|
384
|
+
*/
|
|
385
|
+
class StripeCheckoutSessionRequest extends protobuf_1.Message {
|
|
386
|
+
constructor(data) {
|
|
387
|
+
super();
|
|
388
|
+
/**
|
|
389
|
+
* @generated from field: string PriceID = 1;
|
|
390
|
+
*/
|
|
391
|
+
this.PriceID = "";
|
|
392
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
393
|
+
}
|
|
394
|
+
static fromBinary(bytes, options) {
|
|
395
|
+
return new StripeCheckoutSessionRequest().fromBinary(bytes, options);
|
|
396
|
+
}
|
|
397
|
+
static fromJson(jsonValue, options) {
|
|
398
|
+
return new StripeCheckoutSessionRequest().fromJson(jsonValue, options);
|
|
399
|
+
}
|
|
400
|
+
static fromJsonString(jsonString, options) {
|
|
401
|
+
return new StripeCheckoutSessionRequest().fromJsonString(jsonString, options);
|
|
402
|
+
}
|
|
403
|
+
static equals(a, b) {
|
|
404
|
+
return protobuf_1.proto3.util.equals(StripeCheckoutSessionRequest, a, b);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
exports.StripeCheckoutSessionRequest = StripeCheckoutSessionRequest;
|
|
408
|
+
StripeCheckoutSessionRequest.runtime = protobuf_1.proto3;
|
|
409
|
+
StripeCheckoutSessionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckoutSessionRequest";
|
|
410
|
+
StripeCheckoutSessionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
411
|
+
{ no: 1, name: "PriceID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
412
|
+
]);
|
|
413
|
+
/**
|
|
414
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckoutSessionResponse
|
|
415
|
+
*/
|
|
416
|
+
class StripeCheckoutSessionResponse extends protobuf_1.Message {
|
|
417
|
+
constructor(data) {
|
|
418
|
+
super();
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: string SessionUrl = 1;
|
|
421
|
+
*/
|
|
422
|
+
this.SessionUrl = "";
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: string Error = 2;
|
|
425
|
+
*/
|
|
426
|
+
this.Error = "";
|
|
427
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
428
|
+
}
|
|
429
|
+
static fromBinary(bytes, options) {
|
|
430
|
+
return new StripeCheckoutSessionResponse().fromBinary(bytes, options);
|
|
431
|
+
}
|
|
432
|
+
static fromJson(jsonValue, options) {
|
|
433
|
+
return new StripeCheckoutSessionResponse().fromJson(jsonValue, options);
|
|
434
|
+
}
|
|
435
|
+
static fromJsonString(jsonString, options) {
|
|
436
|
+
return new StripeCheckoutSessionResponse().fromJsonString(jsonString, options);
|
|
437
|
+
}
|
|
438
|
+
static equals(a, b) {
|
|
439
|
+
return protobuf_1.proto3.util.equals(StripeCheckoutSessionResponse, a, b);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
exports.StripeCheckoutSessionResponse = StripeCheckoutSessionResponse;
|
|
443
|
+
StripeCheckoutSessionResponse.runtime = protobuf_1.proto3;
|
|
444
|
+
StripeCheckoutSessionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckoutSessionResponse";
|
|
445
|
+
StripeCheckoutSessionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
446
|
+
{ no: 1, name: "SessionUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
447
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
448
|
+
]);
|
|
449
|
+
/**
|
|
450
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCreateBillingPortalRequest
|
|
451
|
+
*/
|
|
452
|
+
class StripeCreateBillingPortalRequest extends protobuf_1.Message {
|
|
453
|
+
constructor(data) {
|
|
454
|
+
super();
|
|
455
|
+
/**
|
|
456
|
+
* @generated from field: string CustomerID = 1;
|
|
457
|
+
*/
|
|
458
|
+
this.CustomerID = "";
|
|
459
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
460
|
+
}
|
|
461
|
+
static fromBinary(bytes, options) {
|
|
462
|
+
return new StripeCreateBillingPortalRequest().fromBinary(bytes, options);
|
|
463
|
+
}
|
|
464
|
+
static fromJson(jsonValue, options) {
|
|
465
|
+
return new StripeCreateBillingPortalRequest().fromJson(jsonValue, options);
|
|
466
|
+
}
|
|
467
|
+
static fromJsonString(jsonString, options) {
|
|
468
|
+
return new StripeCreateBillingPortalRequest().fromJsonString(jsonString, options);
|
|
469
|
+
}
|
|
470
|
+
static equals(a, b) {
|
|
471
|
+
return protobuf_1.proto3.util.equals(StripeCreateBillingPortalRequest, a, b);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
exports.StripeCreateBillingPortalRequest = StripeCreateBillingPortalRequest;
|
|
475
|
+
StripeCreateBillingPortalRequest.runtime = protobuf_1.proto3;
|
|
476
|
+
StripeCreateBillingPortalRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCreateBillingPortalRequest";
|
|
477
|
+
StripeCreateBillingPortalRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
478
|
+
{ no: 1, name: "CustomerID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
479
|
+
]);
|
|
480
|
+
/**
|
|
481
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCreateBillingPortalResponse
|
|
482
|
+
*/
|
|
483
|
+
class StripeCreateBillingPortalResponse extends protobuf_1.Message {
|
|
484
|
+
constructor(data) {
|
|
485
|
+
super();
|
|
486
|
+
/**
|
|
487
|
+
* @generated from field: string Url = 1;
|
|
488
|
+
*/
|
|
489
|
+
this.Url = "";
|
|
490
|
+
/**
|
|
491
|
+
* @generated from field: string Error = 2;
|
|
492
|
+
*/
|
|
493
|
+
this.Error = "";
|
|
494
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
495
|
+
}
|
|
496
|
+
static fromBinary(bytes, options) {
|
|
497
|
+
return new StripeCreateBillingPortalResponse().fromBinary(bytes, options);
|
|
498
|
+
}
|
|
499
|
+
static fromJson(jsonValue, options) {
|
|
500
|
+
return new StripeCreateBillingPortalResponse().fromJson(jsonValue, options);
|
|
501
|
+
}
|
|
502
|
+
static fromJsonString(jsonString, options) {
|
|
503
|
+
return new StripeCreateBillingPortalResponse().fromJsonString(jsonString, options);
|
|
504
|
+
}
|
|
505
|
+
static equals(a, b) {
|
|
506
|
+
return protobuf_1.proto3.util.equals(StripeCreateBillingPortalResponse, a, b);
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
exports.StripeCreateBillingPortalResponse = StripeCreateBillingPortalResponse;
|
|
510
|
+
StripeCreateBillingPortalResponse.runtime = protobuf_1.proto3;
|
|
511
|
+
StripeCreateBillingPortalResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCreateBillingPortalResponse";
|
|
512
|
+
StripeCreateBillingPortalResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
513
|
+
{ no: 1, name: "Url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
514
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
515
|
+
]);
|
|
516
|
+
/**
|
|
517
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOtherSubscriptionRequest
|
|
518
|
+
*/
|
|
519
|
+
class StripeCancelOtherSubscriptionRequest extends protobuf_1.Message {
|
|
520
|
+
constructor(data) {
|
|
521
|
+
super();
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: string UserID = 1;
|
|
524
|
+
*/
|
|
525
|
+
this.UserID = "";
|
|
526
|
+
/**
|
|
527
|
+
* @generated from field: string SubscriptionID = 2;
|
|
528
|
+
*/
|
|
529
|
+
this.SubscriptionID = "";
|
|
530
|
+
/**
|
|
531
|
+
* @generated from field: string Reason = 3;
|
|
532
|
+
*/
|
|
533
|
+
this.Reason = "";
|
|
534
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
535
|
+
}
|
|
536
|
+
static fromBinary(bytes, options) {
|
|
537
|
+
return new StripeCancelOtherSubscriptionRequest().fromBinary(bytes, options);
|
|
538
|
+
}
|
|
539
|
+
static fromJson(jsonValue, options) {
|
|
540
|
+
return new StripeCancelOtherSubscriptionRequest().fromJson(jsonValue, options);
|
|
541
|
+
}
|
|
542
|
+
static fromJsonString(jsonString, options) {
|
|
543
|
+
return new StripeCancelOtherSubscriptionRequest().fromJsonString(jsonString, options);
|
|
544
|
+
}
|
|
545
|
+
static equals(a, b) {
|
|
546
|
+
return protobuf_1.proto3.util.equals(StripeCancelOtherSubscriptionRequest, a, b);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
exports.StripeCancelOtherSubscriptionRequest = StripeCancelOtherSubscriptionRequest;
|
|
550
|
+
StripeCancelOtherSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
551
|
+
StripeCancelOtherSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOtherSubscriptionRequest";
|
|
552
|
+
StripeCancelOtherSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
553
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
554
|
+
{ no: 2, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
555
|
+
{ no: 3, name: "Reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
556
|
+
]);
|
|
557
|
+
/**
|
|
558
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOtherSubscriptionResponse
|
|
559
|
+
*/
|
|
560
|
+
class StripeCancelOtherSubscriptionResponse extends protobuf_1.Message {
|
|
561
|
+
constructor(data) {
|
|
562
|
+
super();
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: string Error = 2;
|
|
565
|
+
*/
|
|
566
|
+
this.Error = "";
|
|
567
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
568
|
+
}
|
|
569
|
+
static fromBinary(bytes, options) {
|
|
570
|
+
return new StripeCancelOtherSubscriptionResponse().fromBinary(bytes, options);
|
|
571
|
+
}
|
|
572
|
+
static fromJson(jsonValue, options) {
|
|
573
|
+
return new StripeCancelOtherSubscriptionResponse().fromJson(jsonValue, options);
|
|
574
|
+
}
|
|
575
|
+
static fromJsonString(jsonString, options) {
|
|
576
|
+
return new StripeCancelOtherSubscriptionResponse().fromJsonString(jsonString, options);
|
|
577
|
+
}
|
|
578
|
+
static equals(a, b) {
|
|
579
|
+
return protobuf_1.proto3.util.equals(StripeCancelOtherSubscriptionResponse, a, b);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
exports.StripeCancelOtherSubscriptionResponse = StripeCancelOtherSubscriptionResponse;
|
|
583
|
+
StripeCancelOtherSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
584
|
+
StripeCancelOtherSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOtherSubscriptionResponse";
|
|
585
|
+
StripeCancelOtherSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
586
|
+
{ no: 1, name: "Record", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionRecord },
|
|
587
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
588
|
+
]);
|
|
589
|
+
/**
|
|
590
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOwnSubscriptionRequest
|
|
591
|
+
*/
|
|
592
|
+
class StripeCancelOwnSubscriptionRequest extends protobuf_1.Message {
|
|
593
|
+
constructor(data) {
|
|
594
|
+
super();
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: string Reason = 1;
|
|
597
|
+
*/
|
|
598
|
+
this.Reason = "";
|
|
599
|
+
/**
|
|
600
|
+
* @generated from field: string SubscriptionID = 2;
|
|
601
|
+
*/
|
|
602
|
+
this.SubscriptionID = "";
|
|
603
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
604
|
+
}
|
|
605
|
+
static fromBinary(bytes, options) {
|
|
606
|
+
return new StripeCancelOwnSubscriptionRequest().fromBinary(bytes, options);
|
|
607
|
+
}
|
|
608
|
+
static fromJson(jsonValue, options) {
|
|
609
|
+
return new StripeCancelOwnSubscriptionRequest().fromJson(jsonValue, options);
|
|
610
|
+
}
|
|
611
|
+
static fromJsonString(jsonString, options) {
|
|
612
|
+
return new StripeCancelOwnSubscriptionRequest().fromJsonString(jsonString, options);
|
|
613
|
+
}
|
|
614
|
+
static equals(a, b) {
|
|
615
|
+
return protobuf_1.proto3.util.equals(StripeCancelOwnSubscriptionRequest, a, b);
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
exports.StripeCancelOwnSubscriptionRequest = StripeCancelOwnSubscriptionRequest;
|
|
619
|
+
StripeCancelOwnSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
620
|
+
StripeCancelOwnSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOwnSubscriptionRequest";
|
|
621
|
+
StripeCancelOwnSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
622
|
+
{ no: 1, name: "Reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
623
|
+
{ no: 2, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
624
|
+
]);
|
|
625
|
+
/**
|
|
626
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOwnSubscriptionResponse
|
|
627
|
+
*/
|
|
628
|
+
class StripeCancelOwnSubscriptionResponse extends protobuf_1.Message {
|
|
629
|
+
constructor(data) {
|
|
630
|
+
super();
|
|
631
|
+
/**
|
|
632
|
+
* @generated from field: string Error = 2;
|
|
633
|
+
*/
|
|
634
|
+
this.Error = "";
|
|
635
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
636
|
+
}
|
|
637
|
+
static fromBinary(bytes, options) {
|
|
638
|
+
return new StripeCancelOwnSubscriptionResponse().fromBinary(bytes, options);
|
|
639
|
+
}
|
|
640
|
+
static fromJson(jsonValue, options) {
|
|
641
|
+
return new StripeCancelOwnSubscriptionResponse().fromJson(jsonValue, options);
|
|
642
|
+
}
|
|
643
|
+
static fromJsonString(jsonString, options) {
|
|
644
|
+
return new StripeCancelOwnSubscriptionResponse().fromJsonString(jsonString, options);
|
|
645
|
+
}
|
|
646
|
+
static equals(a, b) {
|
|
647
|
+
return protobuf_1.proto3.util.equals(StripeCancelOwnSubscriptionResponse, a, b);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
exports.StripeCancelOwnSubscriptionResponse = StripeCancelOwnSubscriptionResponse;
|
|
651
|
+
StripeCancelOwnSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
652
|
+
StripeCancelOwnSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCancelOwnSubscriptionResponse";
|
|
653
|
+
StripeCancelOwnSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
654
|
+
{ no: 1, name: "Record", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionRecord },
|
|
655
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
656
|
+
]);
|
|
657
|
+
/**
|
|
658
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetAccountDetailsRequest
|
|
659
|
+
*/
|
|
660
|
+
class StripeGetAccountDetailsRequest extends protobuf_1.Message {
|
|
661
|
+
constructor(data) {
|
|
662
|
+
super();
|
|
663
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
664
|
+
}
|
|
665
|
+
static fromBinary(bytes, options) {
|
|
666
|
+
return new StripeGetAccountDetailsRequest().fromBinary(bytes, options);
|
|
667
|
+
}
|
|
668
|
+
static fromJson(jsonValue, options) {
|
|
669
|
+
return new StripeGetAccountDetailsRequest().fromJson(jsonValue, options);
|
|
670
|
+
}
|
|
671
|
+
static fromJsonString(jsonString, options) {
|
|
672
|
+
return new StripeGetAccountDetailsRequest().fromJsonString(jsonString, options);
|
|
673
|
+
}
|
|
674
|
+
static equals(a, b) {
|
|
675
|
+
return protobuf_1.proto3.util.equals(StripeGetAccountDetailsRequest, a, b);
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
exports.StripeGetAccountDetailsRequest = StripeGetAccountDetailsRequest;
|
|
679
|
+
StripeGetAccountDetailsRequest.runtime = protobuf_1.proto3;
|
|
680
|
+
StripeGetAccountDetailsRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetAccountDetailsRequest";
|
|
681
|
+
StripeGetAccountDetailsRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
682
|
+
/**
|
|
683
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetAccountDetailsResponse
|
|
684
|
+
*/
|
|
685
|
+
class StripeGetAccountDetailsResponse extends protobuf_1.Message {
|
|
686
|
+
constructor(data) {
|
|
687
|
+
super();
|
|
688
|
+
/**
|
|
689
|
+
* @generated from field: string ClientID = 2;
|
|
690
|
+
*/
|
|
691
|
+
this.ClientID = "";
|
|
692
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
693
|
+
}
|
|
694
|
+
static fromBinary(bytes, options) {
|
|
695
|
+
return new StripeGetAccountDetailsResponse().fromBinary(bytes, options);
|
|
696
|
+
}
|
|
697
|
+
static fromJson(jsonValue, options) {
|
|
698
|
+
return new StripeGetAccountDetailsResponse().fromJson(jsonValue, options);
|
|
699
|
+
}
|
|
700
|
+
static fromJsonString(jsonString, options) {
|
|
701
|
+
return new StripeGetAccountDetailsResponse().fromJsonString(jsonString, options);
|
|
702
|
+
}
|
|
703
|
+
static equals(a, b) {
|
|
704
|
+
return protobuf_1.proto3.util.equals(StripeGetAccountDetailsResponse, a, b);
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
exports.StripeGetAccountDetailsResponse = StripeGetAccountDetailsResponse;
|
|
708
|
+
StripeGetAccountDetailsResponse.runtime = protobuf_1.proto3;
|
|
709
|
+
StripeGetAccountDetailsResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetAccountDetailsResponse";
|
|
710
|
+
StripeGetAccountDetailsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
711
|
+
{ no: 1, name: "Products", kind: "message", T: ProductRecord_pb_1.ProductList },
|
|
712
|
+
{ no: 2, name: "ClientID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
713
|
+
]);
|
|
714
|
+
/**
|
|
715
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOtherSubscriptionRecordsRequest
|
|
716
|
+
*/
|
|
717
|
+
class StripeGetOtherSubscriptionRecordsRequest extends protobuf_1.Message {
|
|
718
|
+
constructor(data) {
|
|
719
|
+
super();
|
|
720
|
+
/**
|
|
721
|
+
* @generated from field: string UserID = 1;
|
|
722
|
+
*/
|
|
723
|
+
this.UserID = "";
|
|
724
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
725
|
+
}
|
|
726
|
+
static fromBinary(bytes, options) {
|
|
727
|
+
return new StripeGetOtherSubscriptionRecordsRequest().fromBinary(bytes, options);
|
|
728
|
+
}
|
|
729
|
+
static fromJson(jsonValue, options) {
|
|
730
|
+
return new StripeGetOtherSubscriptionRecordsRequest().fromJson(jsonValue, options);
|
|
731
|
+
}
|
|
732
|
+
static fromJsonString(jsonString, options) {
|
|
733
|
+
return new StripeGetOtherSubscriptionRecordsRequest().fromJsonString(jsonString, options);
|
|
734
|
+
}
|
|
735
|
+
static equals(a, b) {
|
|
736
|
+
return protobuf_1.proto3.util.equals(StripeGetOtherSubscriptionRecordsRequest, a, b);
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
exports.StripeGetOtherSubscriptionRecordsRequest = StripeGetOtherSubscriptionRecordsRequest;
|
|
740
|
+
StripeGetOtherSubscriptionRecordsRequest.runtime = protobuf_1.proto3;
|
|
741
|
+
StripeGetOtherSubscriptionRecordsRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOtherSubscriptionRecordsRequest";
|
|
742
|
+
StripeGetOtherSubscriptionRecordsRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
743
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
744
|
+
]);
|
|
745
|
+
/**
|
|
746
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOtherSubscriptionRecordsResponse
|
|
747
|
+
*/
|
|
748
|
+
class StripeGetOtherSubscriptionRecordsResponse extends protobuf_1.Message {
|
|
749
|
+
constructor(data) {
|
|
750
|
+
super();
|
|
751
|
+
/**
|
|
752
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeSubscriptionFullRecord Records = 1;
|
|
753
|
+
*/
|
|
754
|
+
this.Records = [];
|
|
755
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
756
|
+
}
|
|
757
|
+
static fromBinary(bytes, options) {
|
|
758
|
+
return new StripeGetOtherSubscriptionRecordsResponse().fromBinary(bytes, options);
|
|
759
|
+
}
|
|
760
|
+
static fromJson(jsonValue, options) {
|
|
761
|
+
return new StripeGetOtherSubscriptionRecordsResponse().fromJson(jsonValue, options);
|
|
762
|
+
}
|
|
763
|
+
static fromJsonString(jsonString, options) {
|
|
764
|
+
return new StripeGetOtherSubscriptionRecordsResponse().fromJsonString(jsonString, options);
|
|
765
|
+
}
|
|
766
|
+
static equals(a, b) {
|
|
767
|
+
return protobuf_1.proto3.util.equals(StripeGetOtherSubscriptionRecordsResponse, a, b);
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
exports.StripeGetOtherSubscriptionRecordsResponse = StripeGetOtherSubscriptionRecordsResponse;
|
|
771
|
+
StripeGetOtherSubscriptionRecordsResponse.runtime = protobuf_1.proto3;
|
|
772
|
+
StripeGetOtherSubscriptionRecordsResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOtherSubscriptionRecordsResponse";
|
|
773
|
+
StripeGetOtherSubscriptionRecordsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
774
|
+
{ no: 1, name: "Records", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionFullRecord, repeated: true },
|
|
775
|
+
]);
|
|
776
|
+
/**
|
|
777
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOwnSubscriptionRecordsRequest
|
|
778
|
+
*/
|
|
779
|
+
class StripeGetOwnSubscriptionRecordsRequest extends protobuf_1.Message {
|
|
780
|
+
constructor(data) {
|
|
781
|
+
super();
|
|
782
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
783
|
+
}
|
|
784
|
+
static fromBinary(bytes, options) {
|
|
785
|
+
return new StripeGetOwnSubscriptionRecordsRequest().fromBinary(bytes, options);
|
|
786
|
+
}
|
|
787
|
+
static fromJson(jsonValue, options) {
|
|
788
|
+
return new StripeGetOwnSubscriptionRecordsRequest().fromJson(jsonValue, options);
|
|
789
|
+
}
|
|
790
|
+
static fromJsonString(jsonString, options) {
|
|
791
|
+
return new StripeGetOwnSubscriptionRecordsRequest().fromJsonString(jsonString, options);
|
|
792
|
+
}
|
|
793
|
+
static equals(a, b) {
|
|
794
|
+
return protobuf_1.proto3.util.equals(StripeGetOwnSubscriptionRecordsRequest, a, b);
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
exports.StripeGetOwnSubscriptionRecordsRequest = StripeGetOwnSubscriptionRecordsRequest;
|
|
798
|
+
StripeGetOwnSubscriptionRecordsRequest.runtime = protobuf_1.proto3;
|
|
799
|
+
StripeGetOwnSubscriptionRecordsRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOwnSubscriptionRecordsRequest";
|
|
800
|
+
StripeGetOwnSubscriptionRecordsRequest.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
801
|
+
/**
|
|
802
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOwnSubscriptionRecordsResponse
|
|
803
|
+
*/
|
|
804
|
+
class StripeGetOwnSubscriptionRecordsResponse extends protobuf_1.Message {
|
|
805
|
+
constructor(data) {
|
|
806
|
+
super();
|
|
807
|
+
/**
|
|
808
|
+
* @generated from field: repeated IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeSubscriptionRecord Records = 1;
|
|
809
|
+
*/
|
|
810
|
+
this.Records = [];
|
|
811
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
812
|
+
}
|
|
813
|
+
static fromBinary(bytes, options) {
|
|
814
|
+
return new StripeGetOwnSubscriptionRecordsResponse().fromBinary(bytes, options);
|
|
815
|
+
}
|
|
816
|
+
static fromJson(jsonValue, options) {
|
|
817
|
+
return new StripeGetOwnSubscriptionRecordsResponse().fromJson(jsonValue, options);
|
|
818
|
+
}
|
|
819
|
+
static fromJsonString(jsonString, options) {
|
|
820
|
+
return new StripeGetOwnSubscriptionRecordsResponse().fromJsonString(jsonString, options);
|
|
821
|
+
}
|
|
822
|
+
static equals(a, b) {
|
|
823
|
+
return protobuf_1.proto3.util.equals(StripeGetOwnSubscriptionRecordsResponse, a, b);
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
exports.StripeGetOwnSubscriptionRecordsResponse = StripeGetOwnSubscriptionRecordsResponse;
|
|
827
|
+
StripeGetOwnSubscriptionRecordsResponse.runtime = protobuf_1.proto3;
|
|
828
|
+
StripeGetOwnSubscriptionRecordsResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOwnSubscriptionRecordsResponse";
|
|
829
|
+
StripeGetOwnSubscriptionRecordsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
830
|
+
{ no: 1, name: "Records", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionRecord, repeated: true },
|
|
831
|
+
]);
|
|
832
|
+
/**
|
|
833
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeNewOwnSubscriptionRequest
|
|
834
|
+
*/
|
|
835
|
+
class StripeNewOwnSubscriptionRequest extends protobuf_1.Message {
|
|
836
|
+
constructor(data) {
|
|
837
|
+
super();
|
|
838
|
+
/**
|
|
839
|
+
* @generated from field: string SubscriptionID = 1;
|
|
840
|
+
*/
|
|
841
|
+
this.SubscriptionID = "";
|
|
842
|
+
/**
|
|
843
|
+
* @generated from field: uint32 SubscriptionPrice = 2;
|
|
844
|
+
*/
|
|
845
|
+
this.SubscriptionPrice = 0;
|
|
846
|
+
/**
|
|
847
|
+
* @generated from field: string CustomerID = 3;
|
|
848
|
+
*/
|
|
849
|
+
this.CustomerID = "";
|
|
850
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
851
|
+
}
|
|
852
|
+
static fromBinary(bytes, options) {
|
|
853
|
+
return new StripeNewOwnSubscriptionRequest().fromBinary(bytes, options);
|
|
854
|
+
}
|
|
855
|
+
static fromJson(jsonValue, options) {
|
|
856
|
+
return new StripeNewOwnSubscriptionRequest().fromJson(jsonValue, options);
|
|
857
|
+
}
|
|
858
|
+
static fromJsonString(jsonString, options) {
|
|
859
|
+
return new StripeNewOwnSubscriptionRequest().fromJsonString(jsonString, options);
|
|
860
|
+
}
|
|
861
|
+
static equals(a, b) {
|
|
862
|
+
return protobuf_1.proto3.util.equals(StripeNewOwnSubscriptionRequest, a, b);
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
exports.StripeNewOwnSubscriptionRequest = StripeNewOwnSubscriptionRequest;
|
|
866
|
+
StripeNewOwnSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
867
|
+
StripeNewOwnSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeNewOwnSubscriptionRequest";
|
|
868
|
+
StripeNewOwnSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
869
|
+
{ no: 1, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
870
|
+
{ no: 2, name: "SubscriptionPrice", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
871
|
+
{ no: 3, name: "CustomerID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
872
|
+
]);
|
|
873
|
+
/**
|
|
874
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeNewOwnSubscriptionResponse
|
|
875
|
+
*/
|
|
876
|
+
class StripeNewOwnSubscriptionResponse extends protobuf_1.Message {
|
|
877
|
+
constructor(data) {
|
|
878
|
+
super();
|
|
879
|
+
/**
|
|
880
|
+
* @generated from field: string Error = 2;
|
|
881
|
+
*/
|
|
882
|
+
this.Error = "";
|
|
883
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
884
|
+
}
|
|
885
|
+
static fromBinary(bytes, options) {
|
|
886
|
+
return new StripeNewOwnSubscriptionResponse().fromBinary(bytes, options);
|
|
887
|
+
}
|
|
888
|
+
static fromJson(jsonValue, options) {
|
|
889
|
+
return new StripeNewOwnSubscriptionResponse().fromJson(jsonValue, options);
|
|
890
|
+
}
|
|
891
|
+
static fromJsonString(jsonString, options) {
|
|
892
|
+
return new StripeNewOwnSubscriptionResponse().fromJsonString(jsonString, options);
|
|
893
|
+
}
|
|
894
|
+
static equals(a, b) {
|
|
895
|
+
return protobuf_1.proto3.util.equals(StripeNewOwnSubscriptionResponse, a, b);
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
exports.StripeNewOwnSubscriptionResponse = StripeNewOwnSubscriptionResponse;
|
|
899
|
+
StripeNewOwnSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
900
|
+
StripeNewOwnSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeNewOwnSubscriptionResponse";
|
|
901
|
+
StripeNewOwnSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
902
|
+
{ no: 1, name: "Record", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionRecord },
|
|
903
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
904
|
+
]);
|
|
905
|
+
/**
|
|
906
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeEnsureOneTimeProductRequest
|
|
907
|
+
*/
|
|
908
|
+
class StripeEnsureOneTimeProductRequest extends protobuf_1.Message {
|
|
909
|
+
constructor(data) {
|
|
910
|
+
super();
|
|
911
|
+
/**
|
|
912
|
+
* @generated from field: string InternalID = 1;
|
|
913
|
+
*/
|
|
914
|
+
this.InternalID = "";
|
|
915
|
+
/**
|
|
916
|
+
* @generated from field: string Name = 2;
|
|
917
|
+
*/
|
|
918
|
+
this.Name = "";
|
|
919
|
+
/**
|
|
920
|
+
* @generated from field: uint32 MinimumPrice = 11;
|
|
921
|
+
*/
|
|
922
|
+
this.MinimumPrice = 0;
|
|
923
|
+
/**
|
|
924
|
+
* @generated from field: uint32 MaximumPrice = 12;
|
|
925
|
+
*/
|
|
926
|
+
this.MaximumPrice = 0;
|
|
927
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
928
|
+
}
|
|
929
|
+
static fromBinary(bytes, options) {
|
|
930
|
+
return new StripeEnsureOneTimeProductRequest().fromBinary(bytes, options);
|
|
931
|
+
}
|
|
932
|
+
static fromJson(jsonValue, options) {
|
|
933
|
+
return new StripeEnsureOneTimeProductRequest().fromJson(jsonValue, options);
|
|
934
|
+
}
|
|
935
|
+
static fromJsonString(jsonString, options) {
|
|
936
|
+
return new StripeEnsureOneTimeProductRequest().fromJsonString(jsonString, options);
|
|
937
|
+
}
|
|
938
|
+
static equals(a, b) {
|
|
939
|
+
return protobuf_1.proto3.util.equals(StripeEnsureOneTimeProductRequest, a, b);
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
exports.StripeEnsureOneTimeProductRequest = StripeEnsureOneTimeProductRequest;
|
|
943
|
+
StripeEnsureOneTimeProductRequest.runtime = protobuf_1.proto3;
|
|
944
|
+
StripeEnsureOneTimeProductRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeEnsureOneTimeProductRequest";
|
|
945
|
+
StripeEnsureOneTimeProductRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
946
|
+
{ no: 1, name: "InternalID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
947
|
+
{ no: 2, name: "Name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
948
|
+
{ no: 11, name: "MinimumPrice", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
949
|
+
{ no: 12, name: "MaximumPrice", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
950
|
+
]);
|
|
951
|
+
/**
|
|
952
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeEnsureOneTimeProductResponse
|
|
953
|
+
*/
|
|
954
|
+
class StripeEnsureOneTimeProductResponse extends protobuf_1.Message {
|
|
955
|
+
constructor(data) {
|
|
956
|
+
super();
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: string Error = 1;
|
|
959
|
+
*/
|
|
960
|
+
this.Error = "";
|
|
961
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
962
|
+
}
|
|
963
|
+
static fromBinary(bytes, options) {
|
|
964
|
+
return new StripeEnsureOneTimeProductResponse().fromBinary(bytes, options);
|
|
965
|
+
}
|
|
966
|
+
static fromJson(jsonValue, options) {
|
|
967
|
+
return new StripeEnsureOneTimeProductResponse().fromJson(jsonValue, options);
|
|
968
|
+
}
|
|
969
|
+
static fromJsonString(jsonString, options) {
|
|
970
|
+
return new StripeEnsureOneTimeProductResponse().fromJsonString(jsonString, options);
|
|
971
|
+
}
|
|
972
|
+
static equals(a, b) {
|
|
973
|
+
return protobuf_1.proto3.util.equals(StripeEnsureOneTimeProductResponse, a, b);
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
exports.StripeEnsureOneTimeProductResponse = StripeEnsureOneTimeProductResponse;
|
|
977
|
+
StripeEnsureOneTimeProductResponse.runtime = protobuf_1.proto3;
|
|
978
|
+
StripeEnsureOneTimeProductResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeEnsureOneTimeProductResponse";
|
|
979
|
+
StripeEnsureOneTimeProductResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
980
|
+
{ no: 1, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
981
|
+
]);
|
|
982
|
+
/**
|
|
983
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOtherSubscriptionRequest
|
|
984
|
+
*/
|
|
985
|
+
class StripeReconcileOtherSubscriptionRequest extends protobuf_1.Message {
|
|
986
|
+
constructor(data) {
|
|
987
|
+
super();
|
|
988
|
+
/**
|
|
989
|
+
* @generated from field: string UserID = 1;
|
|
990
|
+
*/
|
|
991
|
+
this.UserID = "";
|
|
992
|
+
/**
|
|
993
|
+
* @generated from field: string SubscriptionID = 2;
|
|
994
|
+
*/
|
|
995
|
+
this.SubscriptionID = "";
|
|
996
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
997
|
+
}
|
|
998
|
+
static fromBinary(bytes, options) {
|
|
999
|
+
return new StripeReconcileOtherSubscriptionRequest().fromBinary(bytes, options);
|
|
1000
|
+
}
|
|
1001
|
+
static fromJson(jsonValue, options) {
|
|
1002
|
+
return new StripeReconcileOtherSubscriptionRequest().fromJson(jsonValue, options);
|
|
1003
|
+
}
|
|
1004
|
+
static fromJsonString(jsonString, options) {
|
|
1005
|
+
return new StripeReconcileOtherSubscriptionRequest().fromJsonString(jsonString, options);
|
|
1006
|
+
}
|
|
1007
|
+
static equals(a, b) {
|
|
1008
|
+
return protobuf_1.proto3.util.equals(StripeReconcileOtherSubscriptionRequest, a, b);
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
exports.StripeReconcileOtherSubscriptionRequest = StripeReconcileOtherSubscriptionRequest;
|
|
1012
|
+
StripeReconcileOtherSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
1013
|
+
StripeReconcileOtherSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOtherSubscriptionRequest";
|
|
1014
|
+
StripeReconcileOtherSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1015
|
+
{ no: 1, name: "UserID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1016
|
+
{ no: 2, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1017
|
+
]);
|
|
1018
|
+
/**
|
|
1019
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOtherSubscriptionResponse
|
|
1020
|
+
*/
|
|
1021
|
+
class StripeReconcileOtherSubscriptionResponse extends protobuf_1.Message {
|
|
1022
|
+
constructor(data) {
|
|
1023
|
+
super();
|
|
1024
|
+
/**
|
|
1025
|
+
* @generated from field: string Error = 2;
|
|
1026
|
+
*/
|
|
1027
|
+
this.Error = "";
|
|
1028
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1029
|
+
}
|
|
1030
|
+
static fromBinary(bytes, options) {
|
|
1031
|
+
return new StripeReconcileOtherSubscriptionResponse().fromBinary(bytes, options);
|
|
1032
|
+
}
|
|
1033
|
+
static fromJson(jsonValue, options) {
|
|
1034
|
+
return new StripeReconcileOtherSubscriptionResponse().fromJson(jsonValue, options);
|
|
1035
|
+
}
|
|
1036
|
+
static fromJsonString(jsonString, options) {
|
|
1037
|
+
return new StripeReconcileOtherSubscriptionResponse().fromJsonString(jsonString, options);
|
|
1038
|
+
}
|
|
1039
|
+
static equals(a, b) {
|
|
1040
|
+
return protobuf_1.proto3.util.equals(StripeReconcileOtherSubscriptionResponse, a, b);
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
exports.StripeReconcileOtherSubscriptionResponse = StripeReconcileOtherSubscriptionResponse;
|
|
1044
|
+
StripeReconcileOtherSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
1045
|
+
StripeReconcileOtherSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOtherSubscriptionResponse";
|
|
1046
|
+
StripeReconcileOtherSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1047
|
+
{ no: 1, name: "Record", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionFullRecord },
|
|
1048
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1049
|
+
]);
|
|
1050
|
+
/**
|
|
1051
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOwnSubscriptionRequest
|
|
1052
|
+
*/
|
|
1053
|
+
class StripeReconcileOwnSubscriptionRequest extends protobuf_1.Message {
|
|
1054
|
+
constructor(data) {
|
|
1055
|
+
super();
|
|
1056
|
+
/**
|
|
1057
|
+
* @generated from field: string SubscriptionID = 1;
|
|
1058
|
+
*/
|
|
1059
|
+
this.SubscriptionID = "";
|
|
1060
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1061
|
+
}
|
|
1062
|
+
static fromBinary(bytes, options) {
|
|
1063
|
+
return new StripeReconcileOwnSubscriptionRequest().fromBinary(bytes, options);
|
|
1064
|
+
}
|
|
1065
|
+
static fromJson(jsonValue, options) {
|
|
1066
|
+
return new StripeReconcileOwnSubscriptionRequest().fromJson(jsonValue, options);
|
|
1067
|
+
}
|
|
1068
|
+
static fromJsonString(jsonString, options) {
|
|
1069
|
+
return new StripeReconcileOwnSubscriptionRequest().fromJsonString(jsonString, options);
|
|
1070
|
+
}
|
|
1071
|
+
static equals(a, b) {
|
|
1072
|
+
return protobuf_1.proto3.util.equals(StripeReconcileOwnSubscriptionRequest, a, b);
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
exports.StripeReconcileOwnSubscriptionRequest = StripeReconcileOwnSubscriptionRequest;
|
|
1076
|
+
StripeReconcileOwnSubscriptionRequest.runtime = protobuf_1.proto3;
|
|
1077
|
+
StripeReconcileOwnSubscriptionRequest.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOwnSubscriptionRequest";
|
|
1078
|
+
StripeReconcileOwnSubscriptionRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1079
|
+
{ no: 1, name: "SubscriptionID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1080
|
+
]);
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOwnSubscriptionResponse
|
|
1083
|
+
*/
|
|
1084
|
+
class StripeReconcileOwnSubscriptionResponse extends protobuf_1.Message {
|
|
1085
|
+
constructor(data) {
|
|
1086
|
+
super();
|
|
1087
|
+
/**
|
|
1088
|
+
* @generated from field: string Error = 2;
|
|
1089
|
+
*/
|
|
1090
|
+
this.Error = "";
|
|
1091
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1092
|
+
}
|
|
1093
|
+
static fromBinary(bytes, options) {
|
|
1094
|
+
return new StripeReconcileOwnSubscriptionResponse().fromBinary(bytes, options);
|
|
1095
|
+
}
|
|
1096
|
+
static fromJson(jsonValue, options) {
|
|
1097
|
+
return new StripeReconcileOwnSubscriptionResponse().fromJson(jsonValue, options);
|
|
1098
|
+
}
|
|
1099
|
+
static fromJsonString(jsonString, options) {
|
|
1100
|
+
return new StripeReconcileOwnSubscriptionResponse().fromJsonString(jsonString, options);
|
|
1101
|
+
}
|
|
1102
|
+
static equals(a, b) {
|
|
1103
|
+
return protobuf_1.proto3.util.equals(StripeReconcileOwnSubscriptionResponse, a, b);
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
exports.StripeReconcileOwnSubscriptionResponse = StripeReconcileOwnSubscriptionResponse;
|
|
1107
|
+
StripeReconcileOwnSubscriptionResponse.runtime = protobuf_1.proto3;
|
|
1108
|
+
StripeReconcileOwnSubscriptionResponse.typeName = "IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOwnSubscriptionResponse";
|
|
1109
|
+
StripeReconcileOwnSubscriptionResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1110
|
+
{ no: 1, name: "Record", kind: "message", T: StripeSubscriptionRecord_pb_1.StripeSubscriptionFullRecord },
|
|
1111
|
+
{ no: 2, name: "Error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1112
|
+
]);
|