@inverted-tech/fragments 0.3.2 → 0.3.4
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/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.js +18 -18
- package/dist/esm/Authentication/UserRecord_pb.js +49 -2
- package/dist/esm/Authentication/connect/Backup_connect.js +48 -2
- package/dist/esm/Authentication/connect/ServiceInterface_connect.js +26 -2
- package/dist/esm/Authentication/connect/UserInterface_connect.js +303 -2
- package/dist/esm/Authentication/connect/index.js +1 -3
- package/dist/esm/Authentication/index.js +4 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.js +1 -1
- package/dist/esm/Authorization/Events/EventError_pb.js +326 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.js +1 -1
- package/dist/esm/Authorization/Events/EventRecord_pb.js +149 -2
- package/dist/esm/Authorization/Events/EventTicketRecord_pb.js +50 -2
- package/dist/esm/Authorization/Events/EventsSettings_pb.js +25 -2
- package/dist/esm/Authorization/Events/TicketClassRecord_pb.js +41 -2
- package/dist/esm/Authorization/Events/connect/AdminEventInterface_connect.js +112 -2
- package/dist/esm/Authorization/Events/connect/EventInterface_connect.js +76 -2
- package/dist/esm/Authorization/Events/connect/index.js +1 -2
- package/dist/esm/Authorization/Events/index.js +3 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Crypto/BitcoinRecords_pb.js +19 -2
- package/dist/esm/Authorization/Payment/Crypto/BitcoinService_pb.js +14 -2
- package/dist/esm/Authorization/Payment/Crypto/CryptoRecords_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Crypto/CryptoSettings_pb.js +13 -2
- package/dist/esm/Authorization/Payment/Crypto/connect/Backup_connect.js +37 -2
- package/dist/esm/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +58 -2
- package/dist/esm/Authorization/Payment/Crypto/connect/index.js +1 -2
- package/dist/esm/Authorization/Payment/Crypto/index.js +3 -0
- package/dist/esm/Authorization/Payment/DataRecords_pb.js +30 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Fortis/FortisSettings_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Fortis/PlanRecord_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +22 -2
- package/dist/esm/Authorization/Payment/Fortis/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Fortis/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +13 -2
- package/dist/esm/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +14 -2
- package/dist/esm/Authorization/Payment/Manual/connect/Backup_connect.js +37 -2
- package/dist/esm/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +85 -2
- package/dist/esm/Authorization/Payment/Manual/connect/index.js +1 -2
- package/dist/esm/Authorization/Payment/Manual/index.js +3 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Paypal/PaypalRecords_pb.js +13 -2
- package/dist/esm/Authorization/Payment/Paypal/PaypalSettings_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +22 -2
- package/dist/esm/Authorization/Payment/Paypal/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Paypal/index.js +2 -0
- package/dist/esm/Authorization/Payment/SharedTypes_pb.js +92 -2
- package/dist/esm/Authorization/Payment/Stripe/ProductRecord_pb.js +18 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.js +1 -1
- package/dist/esm/Authorization/Payment/Stripe/StripeRecords_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Stripe/StripeSettings_pb.js +18 -2
- package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +76 -2
- package/dist/esm/Authorization/Payment/Stripe/connect/index.js +1 -1
- package/dist/esm/Authorization/Payment/Stripe/index.js +2 -0
- package/dist/esm/Authorization/Payment/connect/AdminPaymentInterface_connect.js +94 -2
- package/dist/esm/Authorization/Payment/connect/BackupInterface_connect.js +37 -2
- package/dist/esm/Authorization/Payment/connect/PaymentInterface_connect.js +85 -2
- package/dist/esm/Authorization/Payment/connect/index.js +1 -8
- package/dist/esm/Authorization/Payment/index.js +4 -0
- package/dist/esm/Authorization/SharedTypes_pb.js +13 -2
- package/dist/esm/Authorization/connect/Claims_connect.js +26 -2
- package/dist/esm/Authorization/connect/index.js +1 -3
- package/dist/esm/Authorization/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.js +1 -1
- package/dist/esm/Comment/CommentRecord_pb.js +34 -2
- package/dist/esm/Comment/SharedTypes_pb.js +65 -2
- package/dist/esm/Comment/connect/CommentInterface_connect.js +123 -2
- package/dist/esm/Comment/connect/index.js +1 -1
- package/dist/esm/Comment/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.js +1 -1
- package/dist/esm/Content/AssetRecord_pb.js +15 -2
- package/dist/esm/Content/AudioAssetRecord_pb.js +39 -2
- package/dist/esm/Content/ContentRecord_pb.js +74 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.js +1 -1
- package/dist/esm/Content/ImageAssetRecord_pb.js +39 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.js +1 -1
- package/dist/esm/Content/Music/MusicRecord_pb.js +74 -2
- package/dist/esm/Content/Music/connect/MusicInterface_connect.js +168 -2
- package/dist/esm/Content/Music/connect/index.js +1 -1
- package/dist/esm/Content/Music/index.js +2 -0
- package/dist/esm/Content/SharedTypes_pb.js +30 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.js +1 -1
- package/dist/esm/Content/Stats/StatsRecords_pb.js +34 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.js +1 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.js +1 -1
- package/dist/esm/Content/Stats/connect/StatsLikeInterface_connect.js +31 -2
- package/dist/esm/Content/Stats/connect/StatsProgressInterface_connect.js +22 -2
- package/dist/esm/Content/Stats/connect/StatsQueryInterface_connect.js +67 -2
- package/dist/esm/Content/Stats/connect/StatsSaveInterface_connect.js +31 -2
- package/dist/esm/Content/Stats/connect/StatsShareInterface_connect.js +22 -2
- package/dist/esm/Content/Stats/connect/StatsViewInterface_connect.js +22 -2
- package/dist/esm/Content/Stats/connect/index.js +1 -6
- package/dist/esm/Content/Stats/index.js +7 -0
- package/dist/esm/Content/connect/AssetBackup_connect.js +37 -2
- package/dist/esm/Content/connect/AssetInterface_connect.js +87 -2
- package/dist/esm/Content/connect/Backup_connect.js +49 -2
- package/dist/esm/Content/connect/Content_connect.js +168 -2
- package/dist/esm/Content/connect/Rumble_connect.js +53 -2
- package/dist/esm/Content/connect/Video_connect.js +22 -2
- package/dist/esm/Content/connect/index.js +1 -8
- package/dist/esm/Content/index.js +6 -0
- package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +19 -2
- package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +40 -2
- package/dist/esm/CreatorDashboard/Settings/connect/index.js +1 -1
- package/dist/esm/CreatorDashboard/Settings/index.js +2 -0
- package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +49 -2
- package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +49 -2
- package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +67 -2
- package/dist/esm/CreatorDashboard/Subscribers/connect/index.js +1 -1
- package/dist/esm/CreatorDashboard/Subscribers/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Errors_pb.js → Errors_pb.js} +1 -1
- package/dist/esm/Generic/connect/ServiceOps_connect.js +37 -2
- package/dist/esm/Generic/connect/index.js +1 -1
- package/dist/esm/Generic/index.js +2 -1
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.js +1 -1
- package/dist/esm/Notification/NotificationSettings_pb.js +13 -2
- package/dist/esm/Notification/NotificationUserRecord_pb.js +14 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.js +1 -1
- package/dist/esm/Notification/UserNotificationSettingsRecord_pb.js +19 -2
- package/dist/esm/Notification/connect/NotificationInterface_connect.js +24 -2
- package/dist/esm/Notification/connect/UserNotificationInterface_connect.js +60 -2
- package/dist/esm/Notification/connect/index.js +1 -2
- package/dist/esm/Notification/index.js +3 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.js +1 -1
- package/dist/esm/Page/PageRecord_pb.js +34 -2
- package/dist/esm/Page/connect/PageInterface_connect.js +123 -2
- package/dist/esm/Page/connect/index.js +1 -1
- package/dist/esm/Page/index.js +2 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.js +1 -1
- package/dist/esm/Settings/SettingsRecord_pb.js +129 -2
- package/dist/esm/Settings/connect/Backup_connect.js +37 -2
- package/dist/esm/Settings/connect/SettingsInterface_connect.js +273 -2
- package/dist/esm/Settings/connect/index.js +1 -2
- package/dist/esm/Settings/index.js +3 -0
- package/dist/esm/index.js +12 -3
- package/dist/esm/validation.js +16 -13
- package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.d.ts +15 -15
- package/dist/protos/Authentication/UserRecord_pb.d.ts +255 -1
- package/dist/protos/Authentication/connect/Backup_connect.d.ts +43 -1
- package/dist/protos/Authentication/connect/ServiceInterface_connect.d.ts +21 -1
- package/dist/protos/Authentication/connect/UserInterface_connect.d.ts +298 -1
- package/dist/protos/Authentication/connect/index.d.ts +1 -3
- package/dist/protos/Authentication/index.d.ts +4 -0
- package/dist/protos/Authorization/Events/EventError_pb.d.ts +399 -1
- package/dist/protos/Authorization/Events/EventRecord_pb.d.ts +672 -1
- package/dist/protos/Authorization/Events/EventTicketRecord_pb.d.ts +134 -1
- package/dist/protos/Authorization/Events/EventsSettings_pb.d.ts +56 -1
- package/dist/protos/Authorization/Events/TicketClassRecord_pb.d.ts +120 -1
- package/dist/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +107 -1
- package/dist/protos/Authorization/Events/connect/EventInterface_connect.d.ts +71 -1
- package/dist/protos/Authorization/Events/connect/index.d.ts +1 -2
- package/dist/protos/Authorization/Events/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +85 -1
- package/dist/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +27 -1
- package/dist/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +38 -1
- package/dist/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +20 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +32 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +53 -1
- package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +1 -2
- package/dist/protos/Authorization/Payment/Crypto/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/DataRecords_pb.d.ts +302 -1
- package/dist/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +50 -1
- package/dist/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +38 -1
- package/dist/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +17 -1
- package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Fortis/index.d.ts +2 -0
- package/dist/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +20 -1
- package/dist/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +59 -1
- package/dist/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +32 -1
- package/dist/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +80 -1
- package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +1 -2
- package/dist/protos/Authorization/Payment/Manual/index.d.ts +3 -0
- package/dist/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +24 -1
- package/dist/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +42 -1
- package/dist/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +17 -1
- package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Paypal/index.d.ts +2 -0
- package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +124 -1
- package/dist/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +50 -1
- package/dist/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +34 -1
- package/dist/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +46 -1
- package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +71 -1
- package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -1
- package/dist/protos/Authorization/Payment/Stripe/index.d.ts +2 -0
- package/dist/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +89 -1
- package/dist/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +32 -1
- package/dist/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +80 -1
- package/dist/protos/Authorization/Payment/connect/index.d.ts +1 -8
- package/dist/protos/Authorization/Payment/index.d.ts +4 -0
- package/dist/protos/Authorization/SharedTypes_pb.d.ts +32 -1
- package/dist/protos/Authorization/connect/Claims_connect.d.ts +21 -1
- package/dist/protos/Authorization/connect/index.d.ts +1 -3
- package/dist/protos/Authorization/index.d.ts +2 -0
- package/dist/protos/Comment/CommentRecord_pb.d.ts +151 -1
- package/dist/protos/Comment/SharedTypes_pb.d.ts +74 -1
- package/dist/protos/Comment/connect/CommentInterface_connect.d.ts +118 -1
- package/dist/protos/Comment/connect/index.d.ts +1 -1
- package/dist/protos/Comment/index.d.ts +2 -0
- package/dist/protos/Content/AssetRecord_pb.d.ts +37 -1
- package/dist/protos/Content/AudioAssetRecord_pb.d.ts +147 -1
- package/dist/protos/Content/ContentRecord_pb.d.ts +363 -1
- package/dist/protos/Content/ImageAssetRecord_pb.d.ts +151 -1
- package/dist/protos/Content/Music/MusicRecord_pb.d.ts +363 -1
- package/dist/protos/Content/Music/connect/MusicInterface_connect.d.ts +163 -1
- package/dist/protos/Content/Music/connect/index.d.ts +1 -1
- package/dist/protos/Content/Music/index.d.ts +2 -0
- package/dist/protos/Content/SharedTypes_pb.d.ts +26 -1
- package/dist/protos/Content/Stats/StatsRecords_pb.d.ts +153 -1
- package/dist/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +26 -1
- package/dist/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +17 -1
- package/dist/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +62 -1
- package/dist/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +26 -1
- package/dist/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +17 -1
- package/dist/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +17 -1
- package/dist/protos/Content/Stats/connect/index.d.ts +1 -6
- package/dist/protos/Content/Stats/index.d.ts +7 -0
- package/dist/protos/Content/connect/AssetBackup_connect.d.ts +32 -1
- package/dist/protos/Content/connect/AssetInterface_connect.d.ts +82 -1
- package/dist/protos/Content/connect/Backup_connect.d.ts +43 -1
- package/dist/protos/Content/connect/Content_connect.d.ts +163 -1
- package/dist/protos/Content/connect/Rumble_connect.d.ts +48 -1
- package/dist/protos/Content/connect/Video_connect.d.ts +17 -1
- package/dist/protos/Content/connect/index.d.ts +1 -8
- package/dist/protos/Content/index.d.ts +6 -0
- package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +61 -1
- package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +35 -1
- package/dist/protos/CreatorDashboard/Settings/connect/index.d.ts +1 -1
- package/dist/protos/CreatorDashboard/Settings/index.d.ts +2 -0
- package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +186 -1
- package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +186 -1
- package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +62 -1
- package/dist/protos/CreatorDashboard/Subscribers/connect/index.d.ts +1 -1
- package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +2 -0
- package/dist/protos/Generic/connect/ServiceOps_connect.d.ts +32 -1
- package/dist/protos/Generic/connect/index.d.ts +1 -1
- package/dist/protos/Generic/index.d.ts +2 -1
- package/dist/protos/Notification/NotificationSettings_pb.d.ts +28 -1
- package/dist/protos/Notification/NotificationUserRecord_pb.d.ts +43 -1
- package/dist/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +107 -1
- package/dist/protos/Notification/connect/NotificationInterface_connect.d.ts +19 -1
- package/dist/protos/Notification/connect/UserNotificationInterface_connect.d.ts +55 -1
- package/dist/protos/Notification/connect/index.d.ts +1 -2
- package/dist/protos/Notification/index.d.ts +3 -0
- package/dist/protos/Page/PageRecord_pb.d.ts +171 -1
- package/dist/protos/Page/connect/PageInterface_connect.d.ts +118 -1
- package/dist/protos/Page/connect/index.d.ts +1 -1
- package/dist/protos/Page/index.d.ts +2 -0
- package/dist/protos/Settings/SettingsRecord_pb.d.ts +513 -1
- package/dist/protos/Settings/connect/Backup_connect.d.ts +32 -1
- package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +268 -1
- package/dist/protos/Settings/connect/index.d.ts +1 -2
- package/dist/protos/Settings/index.d.ts +3 -0
- package/dist/protos/index.d.ts +11 -1
- package/dist/protos/validation.d.ts +1 -1
- package/package.json +8 -4
- package/dist/esm/CreatorDashboard/connect/index.js +0 -3
- package/dist/esm/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.js +0 -48
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.js +0 -26
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.js +0 -303
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.js +0 -49
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/connect.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authentication/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.js +0 -26
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.js +0 -112
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.js +0 -326
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.js +0 -76
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.js +0 -149
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.js +0 -50
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.js +0 -25
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.js +0 -41
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.js +0 -6
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.js +0 -94
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.js +0 -58
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -19
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -14
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.js +0 -5
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.js +0 -30
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.js +0 -85
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -14
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.js +0 -85
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.js +0 -92
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.js +0 -76
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -18
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.js +0 -9
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.js +0 -8
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/connect.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Authorization/index.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.js +0 -123
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.js +0 -34
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.js +0 -65
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Comment/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.js +0 -87
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.js +0 -15
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.js +0 -39
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.js +0 -48
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.js +0 -83
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.js +0 -74
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.js +0 -168
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.js +0 -39
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.js +0 -168
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.js +0 -74
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Music/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.js +0 -53
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.js +0 -30
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.js +0 -31
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.js +0 -67
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.js +0 -34
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.js +0 -31
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.js +0 -7
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.js +0 -22
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/connect.js +0 -9
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Content/index.js +0 -8
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -19
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.js +0 -40
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.js +0 -49
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.js +0 -67
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.js +0 -49
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Generic/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.js +0 -24
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.js +0 -13
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.js +0 -14
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.js +0 -60
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.js +0 -19
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Notification/index.js +0 -4
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.js +0 -123
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.js +0 -34
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Page/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.js +0 -37
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.js +0 -273
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.js +0 -129
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/connect.js +0 -3
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/Settings/index.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/connect.js +0 -10
- package/dist/esm/gen/Protos/IT/WebServices/Fragments/index.js +0 -12
- package/dist/esm/gen/Protos/IT/WebServices/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/WebServices/index.js +0 -2
- package/dist/esm/gen/Protos/IT/connect.js +0 -2
- package/dist/esm/gen/Protos/IT/index.js +0 -2
- package/dist/esm/gen/Protos/buf/index.js +0 -2
- package/dist/esm/gen/Protos/buf/validate/index.js +0 -2
- package/dist/esm/gen/Protos/buf/validate/validate_pb.js +0 -5
- package/dist/esm/gen/Protos/connect.js +0 -2
- package/dist/esm/gen/Protos/index.js +0 -3
- package/dist/esm/gen/buf/index.js +0 -2
- package/dist/esm/gen/buf/validate/index.js +0 -2
- package/dist/esm/gen/connect.js +0 -2
- package/dist/esm/gen/google/api/index.js +0 -3
- package/dist/esm/gen/google/index.js +0 -2
- package/dist/esm/gen/index.js +0 -4
- package/dist/esm/protos/Authentication/UserRecord_pb.js +0 -2
- package/dist/esm/protos/Authentication/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Authentication/connect/ServiceInterface_connect.js +0 -2
- package/dist/esm/protos/Authentication/connect/UserInterface_connect.js +0 -2
- package/dist/esm/protos/Authentication/connect/index.js +0 -4
- package/dist/esm/protos/Authentication/index.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventError_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventTicketRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/EventsSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/TicketClassRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Events/connect/AdminEventInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Events/connect/EventInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Events/connect/index.js +0 -3
- package/dist/esm/protos/Authorization/Events/index.js +0 -6
- package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/BitcoinService_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/CryptoRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/CryptoSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Crypto/connect/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Crypto/index.js +0 -5
- package/dist/esm/protos/Authorization/Payment/DataRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/FortisSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/PlanRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/connect/index.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Fortis/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Manual/connect/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Manual/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/Paypal/PaypalRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/PaypalSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/connect/index.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Paypal/index.js +0 -3
- package/dist/esm/protos/Authorization/Payment/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/ProductRecord_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/StripeRecords_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/StripeSettings_pb.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/connect/index.js +0 -2
- package/dist/esm/protos/Authorization/Payment/Stripe/index.js +0 -4
- package/dist/esm/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/connect/BackupInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/connect/PaymentInterface_connect.js +0 -2
- package/dist/esm/protos/Authorization/Payment/connect/index.js +0 -9
- package/dist/esm/protos/Authorization/Payment/index.js +0 -8
- package/dist/esm/protos/Authorization/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Authorization/connect/Claims_connect.js +0 -2
- package/dist/esm/protos/Authorization/connect/index.js +0 -4
- package/dist/esm/protos/Authorization/index.js +0 -4
- package/dist/esm/protos/Comment/CommentRecord_pb.js +0 -2
- package/dist/esm/protos/Comment/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Comment/connect/CommentInterface_connect.js +0 -2
- package/dist/esm/protos/Comment/connect/index.js +0 -2
- package/dist/esm/protos/Comment/index.js +0 -3
- package/dist/esm/protos/Content/AssetRecord_pb.js +0 -2
- package/dist/esm/protos/Content/AudioAssetRecord_pb.js +0 -2
- package/dist/esm/protos/Content/ContentRecord_pb.js +0 -2
- package/dist/esm/protos/Content/ImageAssetRecord_pb.js +0 -2
- package/dist/esm/protos/Content/Music/MusicRecord_pb.js +0 -2
- package/dist/esm/protos/Content/Music/connect/MusicInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Music/connect/index.js +0 -2
- package/dist/esm/protos/Content/Music/index.js +0 -2
- package/dist/esm/protos/Content/SharedTypes_pb.js +0 -2
- package/dist/esm/protos/Content/Stats/StatsRecords_pb.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsLikeInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsProgressInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsQueryInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsSaveInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsShareInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/StatsViewInterface_connect.js +0 -2
- package/dist/esm/protos/Content/Stats/connect/index.js +0 -7
- package/dist/esm/protos/Content/Stats/index.js +0 -2
- package/dist/esm/protos/Content/connect/AssetBackup_connect.js +0 -2
- package/dist/esm/protos/Content/connect/AssetInterface_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Content_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Rumble_connect.js +0 -2
- package/dist/esm/protos/Content/connect/Video_connect.js +0 -2
- package/dist/esm/protos/Content/connect/index.js +0 -9
- package/dist/esm/protos/Content/index.js +0 -8
- package/dist/esm/protos/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Settings/connect/index.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Settings/index.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/Ban_pb.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/Mute_pb.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/connect/Manage_connect.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/connect/index.js +0 -2
- package/dist/esm/protos/CreatorDashboard/Subscribers/index.js +0 -3
- package/dist/esm/protos/CreatorDashboard/connect/index.js +0 -3
- package/dist/esm/protos/CreatorDashboard/index.js +0 -3
- package/dist/esm/protos/Generic/connect/ServiceOps_connect.js +0 -2
- package/dist/esm/protos/Generic/connect/index.js +0 -2
- package/dist/esm/protos/Generic/index.js +0 -2
- package/dist/esm/protos/Notification/NotificationSettings_pb.js +0 -2
- package/dist/esm/protos/Notification/NotificationUserRecord_pb.js +0 -2
- package/dist/esm/protos/Notification/UserNotificationSettingsRecord_pb.js +0 -2
- package/dist/esm/protos/Notification/connect/NotificationInterface_connect.js +0 -2
- package/dist/esm/protos/Notification/connect/UserNotificationInterface_connect.js +0 -2
- package/dist/esm/protos/Notification/connect/index.js +0 -3
- package/dist/esm/protos/Notification/index.js +0 -4
- package/dist/esm/protos/Page/PageRecord_pb.js +0 -2
- package/dist/esm/protos/Page/connect/PageInterface_connect.js +0 -2
- package/dist/esm/protos/Page/connect/index.js +0 -2
- package/dist/esm/protos/Page/index.js +0 -2
- package/dist/esm/protos/Settings/SettingsRecord_pb.js +0 -2
- package/dist/esm/protos/Settings/connect/Backup_connect.js +0 -2
- package/dist/esm/protos/Settings/connect/SettingsInterface_connect.js +0 -2
- package/dist/esm/protos/Settings/connect/index.js +0 -3
- package/dist/esm/protos/Settings/index.js +0 -2
- package/dist/esm/protos/index.js +0 -2
- package/dist/protos/CreatorDashboard/connect/index.d.ts +0 -2
- package/dist/protos/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/Backup_connect.d.ts +0 -43
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/ServiceInterface_connect.d.ts +0 -21
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserInterface_connect.d.ts +0 -298
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/UserRecord_pb.d.ts +0 -255
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/connect.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authentication/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Claims_connect.d.ts +0 -21
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/AdminEventInterface_connect.d.ts +0 -107
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventError_pb.d.ts +0 -399
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface_connect.d.ts +0 -71
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord_pb.d.ts +0 -672
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord_pb.d.ts +0 -134
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings_pb.d.ts +0 -56
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/TicketClassRecord_pb.d.ts +0 -120
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Events/index.d.ts +0 -5
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/AdminPaymentInterface_connect.d.ts +0 -89
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/BackupInterface_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/Backup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinInterface_connect.d.ts +0 -53
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -85
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -27
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -38
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -20
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Crypto/index.d.ts +0 -4
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/DataRecords_pb.d.ts +0 -302
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -50
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -38
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Fortis/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/Backup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentInterface_connect.d.ts +0 -80
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -20
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -59
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Manual/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/PaymentInterface_connect.d.ts +0 -80
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -24
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -42
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Paypal/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes_pb.d.ts +0 -124
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -50
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface_connect.d.ts +0 -71
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -34
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -46
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/index.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/connect.d.ts +0 -8
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/Payment/index.d.ts +0 -7
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/SharedTypes_pb.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/connect.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Authorization/index.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentInterface_connect.d.ts +0 -118
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/CommentRecord_pb.d.ts +0 -151
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/SharedTypes_pb.d.ts +0 -74
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Comment/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetBackup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetInterface_connect.d.ts +0 -82
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AssetRecord_pb.d.ts +0 -37
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/AudioAssetRecord_pb.d.ts +0 -147
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_connect.d.ts +0 -43
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Backup_pb.d.ts +0 -232
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ContentRecord_pb.d.ts +0 -363
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Content_connect.d.ts +0 -163
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/ImageAssetRecord_pb.d.ts +0 -151
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicInterface_connect.d.ts +0 -163
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/MusicRecord_pb.d.ts +0 -363
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Music/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Rumble_connect.d.ts +0 -48
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/SharedTypes_pb.d.ts +0 -26
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsLikeInterface_connect.d.ts +0 -26
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsProgressInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsQueryInterface_connect.d.ts +0 -62
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsRecords_pb.d.ts +0 -153
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsSaveInterface_connect.d.ts +0 -26
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsShareInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/StatsViewInterface_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/connect.d.ts +0 -6
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Stats/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/Video_connect.d.ts +0 -17
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/connect.d.ts +0 -8
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Content/index.d.ts +0 -7
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -61
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/SettingsManager_connect.d.ts +0 -35
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Settings/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -186
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Manage_connect.d.ts +0 -62
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -186
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/CreatorDashboard/index.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/ServiceOps_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Generic/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationInterface_connect.d.ts +0 -19
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationSettings_pb.d.ts +0 -28
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/NotificationUserRecord_pb.d.ts +0 -43
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationInterface_connect.d.ts +0 -55
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -107
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Notification/index.d.ts +0 -3
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageInterface_connect.d.ts +0 -118
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/PageRecord_pb.d.ts +0 -171
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Page/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/Backup_connect.d.ts +0 -32
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsInterface_connect.d.ts +0 -268
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/SettingsRecord_pb.d.ts +0 -513
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/connect.d.ts +0 -2
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/Settings/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/connect.d.ts +0 -9
- package/dist/protos/gen/Protos/IT/WebServices/Fragments/index.d.ts +0 -11
- package/dist/protos/gen/Protos/IT/WebServices/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/WebServices/index.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/IT/index.d.ts +0 -1
- package/dist/protos/gen/Protos/buf/index.d.ts +0 -1
- package/dist/protos/gen/Protos/buf/validate/index.d.ts +0 -1
- package/dist/protos/gen/Protos/buf/validate/validate_pb.d.ts +0 -2
- package/dist/protos/gen/Protos/connect.d.ts +0 -1
- package/dist/protos/gen/Protos/index.d.ts +0 -2
- package/dist/protos/gen/buf/index.d.ts +0 -1
- package/dist/protos/gen/buf/validate/index.d.ts +0 -1
- package/dist/protos/gen/connect.d.ts +0 -1
- package/dist/protos/gen/google/api/index.d.ts +0 -2
- package/dist/protos/gen/google/index.d.ts +0 -1
- package/dist/protos/gen/index.d.ts +0 -3
- package/dist/protos/protos/Authentication/UserRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/ServiceInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/UserInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authentication/connect/index.d.ts +0 -3
- package/dist/protos/protos/Authentication/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventError_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventTicketRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/EventsSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/TicketClassRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/connect/AdminEventInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/connect/EventInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Events/connect/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Events/index.d.ts +0 -5
- package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/BitcoinService_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/CryptoRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/CryptoSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/connect/BitcoinInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Crypto/connect/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Crypto/index.d.ts +0 -4
- package/dist/protos/protos/Authorization/Payment/DataRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/FortisSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/PlanRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/connect/FortisInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/connect/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Fortis/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Manual/ManualPaymentSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/ManualSubscriptionRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/connect/ManualPaymentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Manual/connect/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Manual/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/Paypal/PaypalRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/PaypalSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/connect/PaypalInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/connect/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Paypal/index.d.ts +0 -2
- package/dist/protos/protos/Authorization/Payment/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/ProductRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/StripeRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/StripeSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/connect/index.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/Stripe/index.d.ts +0 -3
- package/dist/protos/protos/Authorization/Payment/connect/AdminPaymentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/connect/BackupInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/connect/PaymentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/Payment/connect/index.d.ts +0 -8
- package/dist/protos/protos/Authorization/Payment/index.d.ts +0 -7
- package/dist/protos/protos/Authorization/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Authorization/connect/Claims_connect.d.ts +0 -1
- package/dist/protos/protos/Authorization/connect/index.d.ts +0 -3
- package/dist/protos/protos/Authorization/index.d.ts +0 -3
- package/dist/protos/protos/Comment/CommentRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Comment/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Comment/connect/CommentInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Comment/connect/index.d.ts +0 -1
- package/dist/protos/protos/Comment/index.d.ts +0 -2
- package/dist/protos/protos/Content/AssetRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/AudioAssetRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/ContentRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/ImageAssetRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Music/MusicRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Music/connect/MusicInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Music/connect/index.d.ts +0 -1
- package/dist/protos/protos/Content/Music/index.d.ts +0 -1
- package/dist/protos/protos/Content/SharedTypes_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/StatsRecords_pb.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsLikeInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsProgressInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsQueryInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsSaveInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsShareInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/StatsViewInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/Stats/connect/index.d.ts +0 -6
- package/dist/protos/protos/Content/Stats/index.d.ts +0 -1
- package/dist/protos/protos/Content/connect/AssetBackup_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/AssetInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Content_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Rumble_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/Video_connect.d.ts +0 -1
- package/dist/protos/protos/Content/connect/index.d.ts +0 -8
- package/dist/protos/protos/Content/index.d.ts +0 -7
- package/dist/protos/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Settings/connect/index.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Settings/index.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/connect/index.d.ts +0 -1
- package/dist/protos/protos/CreatorDashboard/Subscribers/index.d.ts +0 -2
- package/dist/protos/protos/CreatorDashboard/connect/index.d.ts +0 -2
- package/dist/protos/protos/CreatorDashboard/index.d.ts +0 -2
- package/dist/protos/protos/Generic/connect/ServiceOps_connect.d.ts +0 -1
- package/dist/protos/protos/Generic/connect/index.d.ts +0 -1
- package/dist/protos/protos/Generic/index.d.ts +0 -1
- package/dist/protos/protos/Notification/NotificationSettings_pb.d.ts +0 -1
- package/dist/protos/protos/Notification/NotificationUserRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Notification/UserNotificationSettingsRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Notification/connect/NotificationInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Notification/connect/UserNotificationInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Notification/connect/index.d.ts +0 -2
- package/dist/protos/protos/Notification/index.d.ts +0 -3
- package/dist/protos/protos/Page/PageRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Page/connect/PageInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Page/connect/index.d.ts +0 -1
- package/dist/protos/protos/Page/index.d.ts +0 -1
- package/dist/protos/protos/Settings/SettingsRecord_pb.d.ts +0 -1
- package/dist/protos/protos/Settings/connect/Backup_connect.d.ts +0 -1
- package/dist/protos/protos/Settings/connect/SettingsInterface_connect.d.ts +0 -1
- package/dist/protos/protos/Settings/connect/index.d.ts +0 -2
- package/dist/protos/protos/Settings/index.d.ts +0 -1
- package/dist/protos/protos/index.d.ts +0 -1
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.js → CommonTypes_pb.js} +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.js +0 -0
- /package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.js +0 -0
- /package/dist/esm/{gen/buf → buf}/validate/validate_pb.js +0 -0
- /package/dist/esm/{gen/google → google}/api/annotations_pb.js +0 -0
- /package/dist/esm/{gen/google → google}/api/http_pb.js +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/ServiceInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Claims_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/AdminEventInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Events/EventInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/AdminPaymentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/BackupInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Crypto/BitcoinInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Fortis/FortisInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Manual/ManualPaymentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/PaymentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Paypal/PaypalInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authorization → Authorization}/Payment/Stripe/StripeInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Comment → Comment}/CommentInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CommonTypes_pb.d.ts → CommonTypes_pb.d.ts} +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetBackup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Rumble_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsLikeInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsProgressInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsQueryInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsSaveInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsShareInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Stats/StatsViewInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Video_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Settings/SettingsManager_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/CreatorDashboard → CreatorDashboard}/Subscribers/Manage_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Errors_pb.d.ts → Errors_pb.d.ts} +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Generic → Generic}/ServiceOps_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/NotificationInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Notification → Notification}/UserNotificationInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Page → Page}/PageInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/Backup_pb.d.ts +0 -0
- /package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.d.ts +0 -0
- /package/dist/protos/{gen/buf → buf}/validate/validate_pb.d.ts +0 -0
- /package/dist/protos/{gen/google → google}/api/annotations_pb.d.ts +0 -0
- /package/dist/protos/{gen/google → google}/api/http_pb.d.ts +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
import { file_google_api_annotations } from "
|
|
6
|
+
import { file_google_api_annotations } from "../../google/api/annotations_pb";
|
|
7
7
|
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord } from "./EventRecord_pb";
|
|
8
8
|
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord } from "./EventTicketRecord_pb";
|
|
9
9
|
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_TicketClassRecord } from "./TicketClassRecord_pb";
|
|
@@ -1,2 +1,326 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
1
|
+
// @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
|
|
2
|
+
// @generated from file Protos/IT/WebServices/Fragments/Authorization/Events/EventError.proto (package IT.WebServices.Fragments.Authorization.Events, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file Protos/IT/WebServices/Fragments/Authorization/Events/EventError.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError = /*@__PURE__*/ fileDesc("CkVQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vRXZlbnRzL0V2ZW50RXJyb3IucHJvdG8SLUlULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cyK/AwoKRXZlbnRFcnJvchIPCgdNZXNzYWdlGAEgASgJEl8KEENyZWF0ZUV2ZW50RXJyb3IYAiABKA4yQy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuQ3JlYXRlRXZlbnRFcnJvclR5cGVIABJxChlDcmVhdGVSZWN1cnJpbmdFdmVudEVycm9yGAMgASgOMkwuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLkNyZWF0ZVJlY3VycmluZ0V2ZW50RXJyb3JUeXBlSAASXwoQQ2FuY2VsRXZlbnRFcnJvchgEIAEoDjJDLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5DYW5jZWxFdmVudEVycm9yVHlwZUgAElkKDUdldEV2ZW50RXJyb3IYBSABKA4yQC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuR2V0RXZlbnRFcnJvclR5cGVIAEIQCg5FcnJvclR5cGVPbmVPZiLWAgoLVGlja2V0RXJyb3ISDwoHTWVzc2FnZRgBIAEoCRJjChJSZXNlcnZlVGlja2V0RXJyb3IYAiABKA4yRS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuUmVzZXJ2ZVRpY2tldEVycm9yVHlwZUgAEmEKEUNhbmNlbFRpY2tldEVycm9yGAMgASgOMkQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLkNhbmNlbFRpY2tldEVycm9yVHlwZUgAElsKDlVzZVRpY2tldEVycm9yGAQgASgOMkEuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLlVzZVRpY2tldEVycm9yVHlwZUgAQhEKD1RpY2tldEVycm9yVHlwZSrGAQoUQ3JlYXRlRXZlbnRFcnJvclR5cGUSGQoVQ1JFQVRFX0VWRU5UX05PX0VSUk9SEAASIAocQ1JFQVRFX0VWRU5UX0lOVkFMSURfUkVRVUVTVBABEh0KGUNSRUFURV9FVkVOVF9VTkFVVEhPUklaRUQQAhIaChZDUkVBVEVfRVZFTlRfTlVMTF9CT0RZEAMSHAoYQ1JFQVRFX0VWRU5UX0ZJTEVfRVhJU1RTEAQSGAoUQ1JFQVRFX0VWRU5UX1VOS05PV04QBSq6AgodQ3JlYXRlUmVjdXJyaW5nRXZlbnRFcnJvclR5cGUSIwofQ1JFQVRFX1JFQ1VSUklOR19FVkVOVF9OT19FUlJPUhAAEioKJkNSRUFURV9SRUNVUlJJTkdfRVZFTlRfSU5WQUxJRF9SRVFVRVNUEAESJwojQ1JFQVRFX1JFQ1VSUklOR19FVkVOVF9VTkFVVEhPUklaRUQQAhIkCiBDUkVBVEVfUkVDVVJSSU5HX0VWRU5UX05VTExfQk9EWRADEiwKKENSRUFURV9SRUNVUlJJTkdfRVZFTlRfSVZBTElEX1JFQ1VSUkVOQ0UQBBIiCh5DUkVBVEVfUkVDVVJSSU5HX0VWRU5UX1VOS05PV04QBRInCiNDUkVBVEVfUkVDVVJSSU5HX0VWRU5UX0lOVkFMSURfSEFTSBAGKpMBChFHZXRFdmVudEVycm9yVHlwZRIWChJHRVRfRVZFTlRfTk9fRVJST1IQABIXChNHRVRfRVZFTlRfTk9UX0ZPVU5EEAESGgoWR0VUX0VWRU5UX1VOQVVUSE9SSVpFRBACEhUKEUdFVF9FVkVOVF9VTktOT1dOEAMSGgoWR0VUX0VWRU5UX0lOVkFMSURfSEFTSBAEKoYBChRDYW5jZWxFdmVudEVycm9yVHlwZRIZChVDQU5DRUxfRVZFTlRfTk9fRVJST1IQABIaChZDQU5DRUxfRVZFTlRfTk9UX0ZPVU5EEAESHQoZQ0FOQ0VMX0VWRU5UX1VOQVVUSE9SSVpFRBACEhgKFENBTkNFTF9FVkVOVF9VTktOT1dOEAMqgAIKFlJlc2VydmVUaWNrZXRFcnJvclR5cGUSGwoXUkVTRVJWRV9USUNLRVRfTk9fRVJST1IQABIiCh5SRVNFUlZFX1RJQ0tFVF9JTlZBTElEX1JFUVVFU1QQARIfChtSRVNFUlZFX1RJQ0tFVF9VTkFVVEhPUklaRUQQAhIiCh5SRVNFUlZFX1RJQ0tFVF9FVkVOVF9OT1RfRk9VTkQQAxIkCiBSRVNFUlZFX1RJQ0tFVF9NQVhfTElNSVRfUkVBQ0hFRBAEEh4KGlJFU0VSVkVfVElDS0VUX05PVF9PTl9TQUxFEAUSGgoWUkVTRVJWRV9USUNLRVRfVU5LTk9XThAGKpoBChVDYW5jZWxUaWNrZXRFcnJvclR5cGUSGgoWQ0FOQ0VMX1RJQ0tFVF9OT19FUlJPUhAAEh4KGkNBTkNFTF9USUNLRVRfVU5BVVRIT1JJWkVEEAESIQodQ0FOQ0VMX1RJQ0tFVF9FVkVOVF9OT1RfRk9VTkQQAhIiCh5DQU5DRUxfVElDS0VUX1RJQ0tFVF9OT1RfRk9VTkQQAyrxAQoSVXNlVGlja2V0RXJyb3JUeXBlEhcKE1VTRV9USUNLRVRfTk9fRVJST1IQABIbChdVU0VfVElDS0VUX1VOQVVUSE9SSVpFRBABEh4KGlVTRV9USUNLRVRfRVZFTlRfTk9UX0ZPVU5EEAISHwobVVNFX1RJQ0tFVF9USUNLRVRfTk9UX0ZPVU5EEAMSGwoXVVNFX1RJQ0tFVF9BTFJFQURZX1VTRUQQBBIWChJVU0VfVElDS0VUX0VYUElSRUQQBRIXChNVU0VfVElDS0VUX0NBTkNFTEVEEAYSFgoSVVNFX1RJQ0tFVF9VTktOT1dOEAdiBnByb3RvMw");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventError.
|
|
11
|
+
* Use `create(EventErrorSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const EventErrorSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 0);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.TicketError.
|
|
16
|
+
* Use `create(TicketErrorSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const TicketErrorSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 1);
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.CreateEventErrorType
|
|
21
|
+
*/
|
|
22
|
+
export var CreateEventErrorType;
|
|
23
|
+
(function (CreateEventErrorType) {
|
|
24
|
+
/**
|
|
25
|
+
* No error occurred
|
|
26
|
+
*
|
|
27
|
+
* @generated from enum value: CREATE_EVENT_NO_ERROR = 0;
|
|
28
|
+
*/
|
|
29
|
+
CreateEventErrorType[CreateEventErrorType["CREATE_EVENT_NO_ERROR"] = 0] = "CREATE_EVENT_NO_ERROR";
|
|
30
|
+
/**
|
|
31
|
+
* The request was invalid
|
|
32
|
+
*
|
|
33
|
+
* @generated from enum value: CREATE_EVENT_INVALID_REQUEST = 1;
|
|
34
|
+
*/
|
|
35
|
+
CreateEventErrorType[CreateEventErrorType["CREATE_EVENT_INVALID_REQUEST"] = 1] = "CREATE_EVENT_INVALID_REQUEST";
|
|
36
|
+
/**
|
|
37
|
+
* The user is not authorized to create events
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: CREATE_EVENT_UNAUTHORIZED = 2;
|
|
40
|
+
*/
|
|
41
|
+
CreateEventErrorType[CreateEventErrorType["CREATE_EVENT_UNAUTHORIZED"] = 2] = "CREATE_EVENT_UNAUTHORIZED";
|
|
42
|
+
/**
|
|
43
|
+
* The request body was null
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: CREATE_EVENT_NULL_BODY = 3;
|
|
46
|
+
*/
|
|
47
|
+
CreateEventErrorType[CreateEventErrorType["CREATE_EVENT_NULL_BODY"] = 3] = "CREATE_EVENT_NULL_BODY";
|
|
48
|
+
/**
|
|
49
|
+
* Event Already Exists
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: CREATE_EVENT_FILE_EXISTS = 4;
|
|
52
|
+
*/
|
|
53
|
+
CreateEventErrorType[CreateEventErrorType["CREATE_EVENT_FILE_EXISTS"] = 4] = "CREATE_EVENT_FILE_EXISTS";
|
|
54
|
+
/**
|
|
55
|
+
* An unknown error occurred
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: CREATE_EVENT_UNKNOWN = 5;
|
|
58
|
+
*/
|
|
59
|
+
CreateEventErrorType[CreateEventErrorType["CREATE_EVENT_UNKNOWN"] = 5] = "CREATE_EVENT_UNKNOWN";
|
|
60
|
+
})(CreateEventErrorType || (CreateEventErrorType = {}));
|
|
61
|
+
/**
|
|
62
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.CreateEventErrorType.
|
|
63
|
+
*/
|
|
64
|
+
export const CreateEventErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 0);
|
|
65
|
+
/**
|
|
66
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.CreateRecurringEventErrorType
|
|
67
|
+
*/
|
|
68
|
+
export var CreateRecurringEventErrorType;
|
|
69
|
+
(function (CreateRecurringEventErrorType) {
|
|
70
|
+
/**
|
|
71
|
+
* No error occurred
|
|
72
|
+
*
|
|
73
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_NO_ERROR = 0;
|
|
74
|
+
*/
|
|
75
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_NO_ERROR"] = 0] = "CREATE_RECURRING_EVENT_NO_ERROR";
|
|
76
|
+
/**
|
|
77
|
+
* The request was invalid
|
|
78
|
+
*
|
|
79
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_INVALID_REQUEST = 1;
|
|
80
|
+
*/
|
|
81
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_INVALID_REQUEST"] = 1] = "CREATE_RECURRING_EVENT_INVALID_REQUEST";
|
|
82
|
+
/**
|
|
83
|
+
* The user is not authorized to create recurring events
|
|
84
|
+
*
|
|
85
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_UNAUTHORIZED = 2;
|
|
86
|
+
*/
|
|
87
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_UNAUTHORIZED"] = 2] = "CREATE_RECURRING_EVENT_UNAUTHORIZED";
|
|
88
|
+
/**
|
|
89
|
+
* The request body was null
|
|
90
|
+
*
|
|
91
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_NULL_BODY = 3;
|
|
92
|
+
*/
|
|
93
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_NULL_BODY"] = 3] = "CREATE_RECURRING_EVENT_NULL_BODY";
|
|
94
|
+
/**
|
|
95
|
+
* An Invalidd recurrence rule was provided
|
|
96
|
+
*
|
|
97
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_IVALID_RECURRENCE = 4;
|
|
98
|
+
*/
|
|
99
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_IVALID_RECURRENCE"] = 4] = "CREATE_RECURRING_EVENT_IVALID_RECURRENCE";
|
|
100
|
+
/**
|
|
101
|
+
* An unknown error occurred
|
|
102
|
+
*
|
|
103
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_UNKNOWN = 5;
|
|
104
|
+
*/
|
|
105
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_UNKNOWN"] = 5] = "CREATE_RECURRING_EVENT_UNKNOWN";
|
|
106
|
+
/**
|
|
107
|
+
* The recurrence hash provided is invalid
|
|
108
|
+
*
|
|
109
|
+
* @generated from enum value: CREATE_RECURRING_EVENT_INVALID_HASH = 6;
|
|
110
|
+
*/
|
|
111
|
+
CreateRecurringEventErrorType[CreateRecurringEventErrorType["CREATE_RECURRING_EVENT_INVALID_HASH"] = 6] = "CREATE_RECURRING_EVENT_INVALID_HASH";
|
|
112
|
+
})(CreateRecurringEventErrorType || (CreateRecurringEventErrorType = {}));
|
|
113
|
+
/**
|
|
114
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.CreateRecurringEventErrorType.
|
|
115
|
+
*/
|
|
116
|
+
export const CreateRecurringEventErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 1);
|
|
117
|
+
/**
|
|
118
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.GetEventErrorType
|
|
119
|
+
*/
|
|
120
|
+
export var GetEventErrorType;
|
|
121
|
+
(function (GetEventErrorType) {
|
|
122
|
+
/**
|
|
123
|
+
* No error occurred
|
|
124
|
+
*
|
|
125
|
+
* @generated from enum value: GET_EVENT_NO_ERROR = 0;
|
|
126
|
+
*/
|
|
127
|
+
GetEventErrorType[GetEventErrorType["GET_EVENT_NO_ERROR"] = 0] = "GET_EVENT_NO_ERROR";
|
|
128
|
+
/**
|
|
129
|
+
* The requested event was not found
|
|
130
|
+
*
|
|
131
|
+
* @generated from enum value: GET_EVENT_NOT_FOUND = 1;
|
|
132
|
+
*/
|
|
133
|
+
GetEventErrorType[GetEventErrorType["GET_EVENT_NOT_FOUND"] = 1] = "GET_EVENT_NOT_FOUND";
|
|
134
|
+
/**
|
|
135
|
+
* The user is not authorized to view the event
|
|
136
|
+
*
|
|
137
|
+
* @generated from enum value: GET_EVENT_UNAUTHORIZED = 2;
|
|
138
|
+
*/
|
|
139
|
+
GetEventErrorType[GetEventErrorType["GET_EVENT_UNAUTHORIZED"] = 2] = "GET_EVENT_UNAUTHORIZED";
|
|
140
|
+
/**
|
|
141
|
+
* An unknown error occurred
|
|
142
|
+
*
|
|
143
|
+
* @generated from enum value: GET_EVENT_UNKNOWN = 3;
|
|
144
|
+
*/
|
|
145
|
+
GetEventErrorType[GetEventErrorType["GET_EVENT_UNKNOWN"] = 3] = "GET_EVENT_UNKNOWN";
|
|
146
|
+
/**
|
|
147
|
+
* The recurrence hash provided is invalid
|
|
148
|
+
*
|
|
149
|
+
* @generated from enum value: GET_EVENT_INVALID_HASH = 4;
|
|
150
|
+
*/
|
|
151
|
+
GetEventErrorType[GetEventErrorType["GET_EVENT_INVALID_HASH"] = 4] = "GET_EVENT_INVALID_HASH";
|
|
152
|
+
})(GetEventErrorType || (GetEventErrorType = {}));
|
|
153
|
+
/**
|
|
154
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.GetEventErrorType.
|
|
155
|
+
*/
|
|
156
|
+
export const GetEventErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 2);
|
|
157
|
+
/**
|
|
158
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.CancelEventErrorType
|
|
159
|
+
*/
|
|
160
|
+
export var CancelEventErrorType;
|
|
161
|
+
(function (CancelEventErrorType) {
|
|
162
|
+
/**
|
|
163
|
+
* No error occurred
|
|
164
|
+
*
|
|
165
|
+
* @generated from enum value: CANCEL_EVENT_NO_ERROR = 0;
|
|
166
|
+
*/
|
|
167
|
+
CancelEventErrorType[CancelEventErrorType["CANCEL_EVENT_NO_ERROR"] = 0] = "CANCEL_EVENT_NO_ERROR";
|
|
168
|
+
/**
|
|
169
|
+
* The event to cancel was not found
|
|
170
|
+
*
|
|
171
|
+
* @generated from enum value: CANCEL_EVENT_NOT_FOUND = 1;
|
|
172
|
+
*/
|
|
173
|
+
CancelEventErrorType[CancelEventErrorType["CANCEL_EVENT_NOT_FOUND"] = 1] = "CANCEL_EVENT_NOT_FOUND";
|
|
174
|
+
/**
|
|
175
|
+
* The user is not authorized to cancel the event
|
|
176
|
+
*
|
|
177
|
+
* @generated from enum value: CANCEL_EVENT_UNAUTHORIZED = 2;
|
|
178
|
+
*/
|
|
179
|
+
CancelEventErrorType[CancelEventErrorType["CANCEL_EVENT_UNAUTHORIZED"] = 2] = "CANCEL_EVENT_UNAUTHORIZED";
|
|
180
|
+
/**
|
|
181
|
+
* An unknown error occurred
|
|
182
|
+
*
|
|
183
|
+
* @generated from enum value: CANCEL_EVENT_UNKNOWN = 3;
|
|
184
|
+
*/
|
|
185
|
+
CancelEventErrorType[CancelEventErrorType["CANCEL_EVENT_UNKNOWN"] = 3] = "CANCEL_EVENT_UNKNOWN";
|
|
186
|
+
})(CancelEventErrorType || (CancelEventErrorType = {}));
|
|
187
|
+
/**
|
|
188
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.CancelEventErrorType.
|
|
189
|
+
*/
|
|
190
|
+
export const CancelEventErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 3);
|
|
191
|
+
/**
|
|
192
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.ReserveTicketErrorType
|
|
193
|
+
*/
|
|
194
|
+
export var ReserveTicketErrorType;
|
|
195
|
+
(function (ReserveTicketErrorType) {
|
|
196
|
+
/**
|
|
197
|
+
* No error occurred
|
|
198
|
+
*
|
|
199
|
+
* @generated from enum value: RESERVE_TICKET_NO_ERROR = 0;
|
|
200
|
+
*/
|
|
201
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_NO_ERROR"] = 0] = "RESERVE_TICKET_NO_ERROR";
|
|
202
|
+
/**
|
|
203
|
+
* The request was invalid
|
|
204
|
+
*
|
|
205
|
+
* @generated from enum value: RESERVE_TICKET_INVALID_REQUEST = 1;
|
|
206
|
+
*/
|
|
207
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_INVALID_REQUEST"] = 1] = "RESERVE_TICKET_INVALID_REQUEST";
|
|
208
|
+
/**
|
|
209
|
+
* The user is not authorized to reserve tickets
|
|
210
|
+
*
|
|
211
|
+
* @generated from enum value: RESERVE_TICKET_UNAUTHORIZED = 2;
|
|
212
|
+
*/
|
|
213
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_UNAUTHORIZED"] = 2] = "RESERVE_TICKET_UNAUTHORIZED";
|
|
214
|
+
/**
|
|
215
|
+
* The event for which to reserve tickets was not found
|
|
216
|
+
*
|
|
217
|
+
* @generated from enum value: RESERVE_TICKET_EVENT_NOT_FOUND = 3;
|
|
218
|
+
*/
|
|
219
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_EVENT_NOT_FOUND"] = 3] = "RESERVE_TICKET_EVENT_NOT_FOUND";
|
|
220
|
+
/**
|
|
221
|
+
* The maximum number of tickets for the event has been reached
|
|
222
|
+
*
|
|
223
|
+
* @generated from enum value: RESERVE_TICKET_MAX_LIMIT_REACHED = 4;
|
|
224
|
+
*/
|
|
225
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_MAX_LIMIT_REACHED"] = 4] = "RESERVE_TICKET_MAX_LIMIT_REACHED";
|
|
226
|
+
/**
|
|
227
|
+
* The tickets for the event are not currently on sale
|
|
228
|
+
*
|
|
229
|
+
* @generated from enum value: RESERVE_TICKET_NOT_ON_SALE = 5;
|
|
230
|
+
*/
|
|
231
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_NOT_ON_SALE"] = 5] = "RESERVE_TICKET_NOT_ON_SALE";
|
|
232
|
+
/**
|
|
233
|
+
* An unknown error occurred
|
|
234
|
+
*
|
|
235
|
+
* @generated from enum value: RESERVE_TICKET_UNKNOWN = 6;
|
|
236
|
+
*/
|
|
237
|
+
ReserveTicketErrorType[ReserveTicketErrorType["RESERVE_TICKET_UNKNOWN"] = 6] = "RESERVE_TICKET_UNKNOWN";
|
|
238
|
+
})(ReserveTicketErrorType || (ReserveTicketErrorType = {}));
|
|
239
|
+
/**
|
|
240
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.ReserveTicketErrorType.
|
|
241
|
+
*/
|
|
242
|
+
export const ReserveTicketErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 4);
|
|
243
|
+
/**
|
|
244
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.CancelTicketErrorType
|
|
245
|
+
*/
|
|
246
|
+
export var CancelTicketErrorType;
|
|
247
|
+
(function (CancelTicketErrorType) {
|
|
248
|
+
/**
|
|
249
|
+
* @generated from enum value: CANCEL_TICKET_NO_ERROR = 0;
|
|
250
|
+
*/
|
|
251
|
+
CancelTicketErrorType[CancelTicketErrorType["CANCEL_TICKET_NO_ERROR"] = 0] = "CANCEL_TICKET_NO_ERROR";
|
|
252
|
+
/**
|
|
253
|
+
* @generated from enum value: CANCEL_TICKET_UNAUTHORIZED = 1;
|
|
254
|
+
*/
|
|
255
|
+
CancelTicketErrorType[CancelTicketErrorType["CANCEL_TICKET_UNAUTHORIZED"] = 1] = "CANCEL_TICKET_UNAUTHORIZED";
|
|
256
|
+
/**
|
|
257
|
+
* @generated from enum value: CANCEL_TICKET_EVENT_NOT_FOUND = 2;
|
|
258
|
+
*/
|
|
259
|
+
CancelTicketErrorType[CancelTicketErrorType["CANCEL_TICKET_EVENT_NOT_FOUND"] = 2] = "CANCEL_TICKET_EVENT_NOT_FOUND";
|
|
260
|
+
/**
|
|
261
|
+
* @generated from enum value: CANCEL_TICKET_TICKET_NOT_FOUND = 3;
|
|
262
|
+
*/
|
|
263
|
+
CancelTicketErrorType[CancelTicketErrorType["CANCEL_TICKET_TICKET_NOT_FOUND"] = 3] = "CANCEL_TICKET_TICKET_NOT_FOUND";
|
|
264
|
+
})(CancelTicketErrorType || (CancelTicketErrorType = {}));
|
|
265
|
+
/**
|
|
266
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.CancelTicketErrorType.
|
|
267
|
+
*/
|
|
268
|
+
export const CancelTicketErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 5);
|
|
269
|
+
/**
|
|
270
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.UseTicketErrorType
|
|
271
|
+
*/
|
|
272
|
+
export var UseTicketErrorType;
|
|
273
|
+
(function (UseTicketErrorType) {
|
|
274
|
+
/**
|
|
275
|
+
* No error occurred
|
|
276
|
+
*
|
|
277
|
+
* @generated from enum value: USE_TICKET_NO_ERROR = 0;
|
|
278
|
+
*/
|
|
279
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_NO_ERROR"] = 0] = "USE_TICKET_NO_ERROR";
|
|
280
|
+
/**
|
|
281
|
+
* The user is not authorized to use the ticket
|
|
282
|
+
*
|
|
283
|
+
* @generated from enum value: USE_TICKET_UNAUTHORIZED = 1;
|
|
284
|
+
*/
|
|
285
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_UNAUTHORIZED"] = 1] = "USE_TICKET_UNAUTHORIZED";
|
|
286
|
+
/**
|
|
287
|
+
* The event for which to use the ticket was not found
|
|
288
|
+
*
|
|
289
|
+
* @generated from enum value: USE_TICKET_EVENT_NOT_FOUND = 2;
|
|
290
|
+
*/
|
|
291
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_EVENT_NOT_FOUND"] = 2] = "USE_TICKET_EVENT_NOT_FOUND";
|
|
292
|
+
/**
|
|
293
|
+
* The ticket to use was not found
|
|
294
|
+
*
|
|
295
|
+
* @generated from enum value: USE_TICKET_TICKET_NOT_FOUND = 3;
|
|
296
|
+
*/
|
|
297
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_TICKET_NOT_FOUND"] = 3] = "USE_TICKET_TICKET_NOT_FOUND";
|
|
298
|
+
/**
|
|
299
|
+
* The ticket has already been used
|
|
300
|
+
*
|
|
301
|
+
* @generated from enum value: USE_TICKET_ALREADY_USED = 4;
|
|
302
|
+
*/
|
|
303
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_ALREADY_USED"] = 4] = "USE_TICKET_ALREADY_USED";
|
|
304
|
+
/**
|
|
305
|
+
* The ticket has expired
|
|
306
|
+
*
|
|
307
|
+
* @generated from enum value: USE_TICKET_EXPIRED = 5;
|
|
308
|
+
*/
|
|
309
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_EXPIRED"] = 5] = "USE_TICKET_EXPIRED";
|
|
310
|
+
/**
|
|
311
|
+
* The ticket has been canceled
|
|
312
|
+
*
|
|
313
|
+
* @generated from enum value: USE_TICKET_CANCELED = 6;
|
|
314
|
+
*/
|
|
315
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_CANCELED"] = 6] = "USE_TICKET_CANCELED";
|
|
316
|
+
/**
|
|
317
|
+
* An unknown error occurred
|
|
318
|
+
*
|
|
319
|
+
* @generated from enum value: USE_TICKET_UNKNOWN = 7;
|
|
320
|
+
*/
|
|
321
|
+
UseTicketErrorType[UseTicketErrorType["USE_TICKET_UNKNOWN"] = 7] = "USE_TICKET_UNKNOWN";
|
|
322
|
+
})(UseTicketErrorType || (UseTicketErrorType = {}));
|
|
323
|
+
/**
|
|
324
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.UseTicketErrorType.
|
|
325
|
+
*/
|
|
326
|
+
export const UseTicketErrorTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError, 6);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file Protos/IT/WebServices/Fragments/Authorization/Events/EventInterface.proto (package IT.WebServices.Fragments.Authorization.Events, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
-
import { file_google_api_annotations } from "
|
|
5
|
+
import { file_google_api_annotations } from "../../google/api/annotations_pb";
|
|
6
6
|
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord } from "./EventRecord_pb";
|
|
7
7
|
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord } from "./EventTicketRecord_pb";
|
|
8
8
|
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_EventError } from "./EventError_pb";
|
|
@@ -1,2 +1,149 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
1
|
+
// @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
|
|
2
|
+
// @generated from file Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord.proto (package IT.WebServices.Fragments.Authorization.Events, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
import { file_Protos_IT_WebServices_Fragments_CommonTypes } from "../../CommonTypes_pb";
|
|
7
|
+
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_TicketClassRecord } from "./TicketClassRecord_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file Protos/IT/WebServices/Fragments/Authorization/Events/EventRecord.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord = /*@__PURE__*/ fileDesc("CkZQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vRXZlbnRzL0V2ZW50UmVjb3JkLnByb3RvEi1JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMiqgEKElBoeXNpY2FsRXZlbnRWZW51ZRIMCgROYW1lGAEgASgJEg8KB0FkZHJlc3MYAiABKAkSDAoEQ2l0eRgDIAEoCRIXCg9TdGF0ZU9yUHJvdmluY2UYBCABKAkSEgoKUG9zdGFsQ29kZRgFIAEoCRIPCgdDb3VudHJ5GAYgASgJEhMKC1Bob25lTnVtYmVyGAcgASgJEhQKDEVtYWlsQWRkcmVzcxgIIAEoCSJnChFWaXJ0dWFsRXZlbnRWZW51ZRIMCgROYW1lGAEgASgJEgsKA1VybBgCIAEoCRIaChJBY2Nlc3NJbnN0cnVjdGlvbnMYAyABKAkSGwoTQ29udGFjdEVtYWlsQWRkcmVzcxgEIAEoCSKuAgoKRXZlbnRWZW51ZRIPCgdWZW51ZUlkGAEgASgJElUKCU9uZU9mVHlwZRgCIAEoDjJCLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5FdmVudFZlbnVlT25lT2ZUeXBlElUKCFBoeXNpY2FsGAMgASgLMkEuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLlBoeXNpY2FsRXZlbnRWZW51ZUgAElMKB1ZpcnR1YWwYBCABKAsyQC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuVmlydHVhbEV2ZW50VmVudWVIAEIMCgpWZW51ZU9uZU9mIsQCChNFdmVudFJlY3VycmVuY2VSdWxlElUKCUZyZXF1ZW5jeRgBIAEoDjJCLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5SZWN1cnJlbmNlRnJlcXVlbmN5EhAKCEludGVydmFsGAIgASgNEjgKCUJ5V2Vla2RheRgDIAMoDjIlLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5XZWVrZGF5RW51bRIPCgVDb3VudBgEIAEoDUgAEjQKDlJlcGVhdFVudGlsVVRDGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAEjMKD0V4Y2x1ZGVEYXRlc1VUQxgGIAMoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCDgoMRW5kQ29uZGl0aW9uIq4EChdTaW5nbGVFdmVudFB1YmxpY1JlY29yZBIPCgdFdmVudElkGAEgASgJEg0KBVRpdGxlGAIgASgJEhMKC0Rlc2NyaXB0aW9uGAMgASgJEhAKCExvY2F0aW9uGAQgASgJEi4KClN0YXJ0T25VVEMYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEiwKCEVuZE9uVVRDGAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIMCgRUYWdzGAcgAygJElYKDVRpY2tldENsYXNzZXMYCCADKAsyPy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuRXZlbnRUaWNrZXRDbGFzcxISCgpJc0NhbmNlbGVkGAkgASgIEkgKBVZlbnVlGAogASgLMjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLkV2ZW50VmVudWUSEgoKTWF4VGlja2V0cxgLIAEoDRIxCg1DYW5jZWxlZE9uVVRDGBQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIwCgxDcmVhdGVkT25VVEMYFSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDU1vZGlmaWVkT25VVEMYFiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wItACChhTaW5nbGVFdmVudFByaXZhdGVSZWNvcmQSEwoLQ3JlYXRlZEJ5SWQYASABKAkSFAoMTW9kaWZpZWRCeUlkGAIgASgJEhgKEEV4dGVybmFsU3lzdGVtSWQYAyABKAkSFQoNSW50ZXJuYWxOb3RlcxgEIAEoCRIUCgxDYW5jZWxlZEJ5SWQYBSABKAkScQoNRXh0cmFNZXRhZGF0YRgGIAMoCzJaLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5TaW5nbGVFdmVudFByaXZhdGVSZWNvcmQuRXh0cmFNZXRhZGF0YUVudHJ5EhkKEUNhbmNlbGVkRm9yUmVhc29uGAcgASgJGjQKEkV4dHJhTWV0YWRhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIrEFChpSZWN1cnJpbmdFdmVudFB1YmxpY1JlY29yZBIPCgdFdmVudElkGAEgASgJEg0KBVRpdGxlGAIgASgJEhMKC0Rlc2NyaXB0aW9uGAMgASgJEhAKCExvY2F0aW9uGAQgASgJEhIKCk1heFRpY2tldHMYBSABKA0SNgoSVGVtcGxhdGVTdGFydE9uVVRDGAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBI0ChBUZW1wbGF0ZUVuZE9uVVRDGAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIMCgRUYWdzGAggAygJElYKDVRpY2tldENsYXNzZXMYCSADKAsyPy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuRXZlbnRUaWNrZXRDbGFzcxJWCgpSZWN1cnJlbmNlGAogASgLMkIuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLkV2ZW50UmVjdXJyZW5jZVJ1bGUSFgoOUmVjdXJyZW5jZUhhc2gYDCABKAkSSAoFVmVudWUYDSABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuRXZlbnRWZW51ZRISCgpJc0NhbmNlbGVkGAsgASgIEjEKDUNhbmNlbGVkT25VVEMYFSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDENyZWF0ZWRPblVUQxgWIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNTW9kaWZpZWRPblVUQxgXIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAi1gIKG1JlY3VycmluZ0V2ZW50UHJpdmF0ZVJlY29yZBITCgtDcmVhdGVkQnlJZBgBIAEoCRIUCgxNb2RpZmllZEJ5SWQYAiABKAkSGAoQRXh0ZXJuYWxTeXN0ZW1JZBgDIAEoCRIVCg1JbnRlcm5hbE5vdGVzGAQgASgJEhQKDENhbmNlbGVkQnlJZBgFIAEoCRJ0Cg1FeHRyYU1ldGFkYXRhGAYgAygLMl0uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLlJlY3VycmluZ0V2ZW50UHJpdmF0ZVJlY29yZC5FeHRyYU1ldGFkYXRhRW50cnkSGQoRQ2FuY2VsZWRGb3JSZWFzb24YByABKAkaNAoSRXh0cmFNZXRhZGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiuwQKC0V2ZW50UmVjb3JkEg8KB0V2ZW50SWQYASABKAkSVgoJT25lT2ZUeXBlGAIgASgOMkMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLkV2ZW50UmVjb3JkT25lT2ZUeXBlEl4KDFNpbmdsZVB1YmxpYxgDIAEoCzJGLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5TaW5nbGVFdmVudFB1YmxpY1JlY29yZEgAEmQKD1JlY3VycmluZ1B1YmxpYxgEIAEoCzJJLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5SZWN1cnJpbmdFdmVudFB1YmxpY1JlY29yZEgAEmAKDVNpbmdsZVByaXZhdGUYBSABKAsyRy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuU2luZ2xlRXZlbnRQcml2YXRlUmVjb3JkSAESZgoQUmVjdXJyaW5nUHJpdmF0ZRgGIAEoCzJKLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5SZWN1cnJpbmdFdmVudFByaXZhdGVSZWNvcmRIAUIYChZFdmVudFB1YmxpY1JlY29yZE9uZU9mQhkKF0V2ZW50UHJpdmF0ZVJlY29yZE9uZU9mItwCChFFdmVudFB1YmxpY1JlY29yZBIPCgdFdmVudElkGAEgASgJElYKCU9uZU9mVHlwZRgCIAEoDjJDLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5FdmVudFJlY29yZE9uZU9mVHlwZRJeCgxTaW5nbGVQdWJsaWMYAyABKAsyRi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuU2luZ2xlRXZlbnRQdWJsaWNSZWNvcmRIABJkCg9SZWN1cnJpbmdQdWJsaWMYBCABKAsySS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuUmVjdXJyaW5nRXZlbnRQdWJsaWNSZWNvcmRIAEIYChZFdmVudFB1YmxpY1JlY29yZE9uZU9mKnMKE1JlY3VycmVuY2VGcmVxdWVuY3kSDwoLUkVQRUFUX05PTkUQABIQCgxSRVBFQVRfREFJTFkQARIRCg1SRVBFQVRfV0VFS0xZEAISEwoPUkVQRUFURV9NT05USExZEAMSEQoNUkVQRUFUX1lFQVJMWRAEKksKFEV2ZW50UmVjb3JkT25lT2ZUeXBlEhcKE0VWRU5UX09ORV9PRl9TSU5HTEUQABIaChZFVkVOVF9PTkVfT0ZfUkVDVVJSSU5HEAIqSgoTRXZlbnRWZW51ZU9uZU9mVHlwZRIZChVWRU5VRV9PTkVfT0ZfUEhZU0lDQUwQABIYChRWRU5VRV9PTkVfT0ZfVklSVFVBTBABYgZwcm90bzM", [file_google_protobuf_timestamp, file_Protos_IT_WebServices_Fragments_CommonTypes, file_Protos_IT_WebServices_Fragments_Authorization_Events_TicketClassRecord]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.PhysicalEventVenue.
|
|
14
|
+
* Use `create(PhysicalEventVenueSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const PhysicalEventVenueSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.VirtualEventVenue.
|
|
19
|
+
* Use `create(VirtualEventVenueSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const VirtualEventVenueSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 1);
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventVenue.
|
|
24
|
+
* Use `create(EventVenueSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const EventVenueSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 2);
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventRecurrenceRule.
|
|
29
|
+
* Use `create(EventRecurrenceRuleSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const EventRecurrenceRuleSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 3);
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.SingleEventPublicRecord.
|
|
34
|
+
* Use `create(SingleEventPublicRecordSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export const SingleEventPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 4);
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.SingleEventPrivateRecord.
|
|
39
|
+
* Use `create(SingleEventPrivateRecordSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const SingleEventPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 5);
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.RecurringEventPublicRecord.
|
|
44
|
+
* Use `create(RecurringEventPublicRecordSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export const RecurringEventPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 6);
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.RecurringEventPrivateRecord.
|
|
49
|
+
* Use `create(RecurringEventPrivateRecordSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const RecurringEventPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 7);
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventRecord.
|
|
54
|
+
* Use `create(EventRecordSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
export const EventRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 8);
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventPublicRecord.
|
|
59
|
+
* Use `create(EventPublicRecordSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const EventPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 9);
|
|
62
|
+
/**
|
|
63
|
+
* Defines how a recurring event repeats over time
|
|
64
|
+
*
|
|
65
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.RecurrenceFrequency
|
|
66
|
+
*/
|
|
67
|
+
export var RecurrenceFrequency;
|
|
68
|
+
(function (RecurrenceFrequency) {
|
|
69
|
+
/**
|
|
70
|
+
* Not a recurring event
|
|
71
|
+
*
|
|
72
|
+
* @generated from enum value: REPEAT_NONE = 0;
|
|
73
|
+
*/
|
|
74
|
+
RecurrenceFrequency[RecurrenceFrequency["REPEAT_NONE"] = 0] = "REPEAT_NONE";
|
|
75
|
+
/**
|
|
76
|
+
* Repeats every X days
|
|
77
|
+
*
|
|
78
|
+
* @generated from enum value: REPEAT_DAILY = 1;
|
|
79
|
+
*/
|
|
80
|
+
RecurrenceFrequency[RecurrenceFrequency["REPEAT_DAILY"] = 1] = "REPEAT_DAILY";
|
|
81
|
+
/**
|
|
82
|
+
* Repeats every X weeks
|
|
83
|
+
*
|
|
84
|
+
* @generated from enum value: REPEAT_WEEKLY = 2;
|
|
85
|
+
*/
|
|
86
|
+
RecurrenceFrequency[RecurrenceFrequency["REPEAT_WEEKLY"] = 2] = "REPEAT_WEEKLY";
|
|
87
|
+
/**
|
|
88
|
+
* Repeats every X months
|
|
89
|
+
*
|
|
90
|
+
* @generated from enum value: REPEATE_MONTHLY = 3;
|
|
91
|
+
*/
|
|
92
|
+
RecurrenceFrequency[RecurrenceFrequency["REPEATE_MONTHLY"] = 3] = "REPEATE_MONTHLY";
|
|
93
|
+
/**
|
|
94
|
+
* Repeats every X years
|
|
95
|
+
*
|
|
96
|
+
* @generated from enum value: REPEAT_YEARLY = 4;
|
|
97
|
+
*/
|
|
98
|
+
RecurrenceFrequency[RecurrenceFrequency["REPEAT_YEARLY"] = 4] = "REPEAT_YEARLY";
|
|
99
|
+
})(RecurrenceFrequency || (RecurrenceFrequency = {}));
|
|
100
|
+
/**
|
|
101
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.RecurrenceFrequency.
|
|
102
|
+
*/
|
|
103
|
+
export const RecurrenceFrequencySchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 0);
|
|
104
|
+
/**
|
|
105
|
+
* Used to indicate which oneof branch is active in EventRecord
|
|
106
|
+
*
|
|
107
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.EventRecordOneOfType
|
|
108
|
+
*/
|
|
109
|
+
export var EventRecordOneOfType;
|
|
110
|
+
(function (EventRecordOneOfType) {
|
|
111
|
+
/**
|
|
112
|
+
* The record is a one-time event
|
|
113
|
+
*
|
|
114
|
+
* @generated from enum value: EVENT_ONE_OF_SINGLE = 0;
|
|
115
|
+
*/
|
|
116
|
+
EventRecordOneOfType[EventRecordOneOfType["EVENT_ONE_OF_SINGLE"] = 0] = "EVENT_ONE_OF_SINGLE";
|
|
117
|
+
/**
|
|
118
|
+
* The record is a recurring event definition
|
|
119
|
+
*
|
|
120
|
+
* @generated from enum value: EVENT_ONE_OF_RECURRING = 2;
|
|
121
|
+
*/
|
|
122
|
+
EventRecordOneOfType[EventRecordOneOfType["EVENT_ONE_OF_RECURRING"] = 2] = "EVENT_ONE_OF_RECURRING";
|
|
123
|
+
})(EventRecordOneOfType || (EventRecordOneOfType = {}));
|
|
124
|
+
/**
|
|
125
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.EventRecordOneOfType.
|
|
126
|
+
*/
|
|
127
|
+
export const EventRecordOneOfTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 1);
|
|
128
|
+
/**
|
|
129
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.EventVenueOneOfType
|
|
130
|
+
*/
|
|
131
|
+
export var EventVenueOneOfType;
|
|
132
|
+
(function (EventVenueOneOfType) {
|
|
133
|
+
/**
|
|
134
|
+
* The venue is a physical location
|
|
135
|
+
*
|
|
136
|
+
* @generated from enum value: VENUE_ONE_OF_PHYSICAL = 0;
|
|
137
|
+
*/
|
|
138
|
+
EventVenueOneOfType[EventVenueOneOfType["VENUE_ONE_OF_PHYSICAL"] = 0] = "VENUE_ONE_OF_PHYSICAL";
|
|
139
|
+
/**
|
|
140
|
+
* The venue is a virtual location (e.g., online)
|
|
141
|
+
*
|
|
142
|
+
* @generated from enum value: VENUE_ONE_OF_VIRTUAL = 1;
|
|
143
|
+
*/
|
|
144
|
+
EventVenueOneOfType[EventVenueOneOfType["VENUE_ONE_OF_VIRTUAL"] = 1] = "VENUE_ONE_OF_VIRTUAL";
|
|
145
|
+
})(EventVenueOneOfType || (EventVenueOneOfType = {}));
|
|
146
|
+
/**
|
|
147
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.EventVenueOneOfType.
|
|
148
|
+
*/
|
|
149
|
+
export const EventVenueOneOfTypeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord, 2);
|
|
@@ -1,2 +1,50 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
1
|
+
// @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
|
|
2
|
+
// @generated from file Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.proto (package IT.WebServices.Fragments.Authorization.Events, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file Protos/IT/WebServices/Fragments/Authorization/Events/EventTicketRecord.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord = /*@__PURE__*/ fileDesc("CkxQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vRXZlbnRzL0V2ZW50VGlja2V0UmVjb3JkLnByb3RvEi1JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMimwMKF0V2ZW50VGlja2V0UHVibGljUmVjb3JkEhUKDVRpY2tldENsYXNzSWQYASABKAkSDQoFVGl0bGUYAiABKAkSDwoHRXZlbnRJZBgDIAEoCRJQCgZTdGF0dXMYBCABKA4yQC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuRXZlbnRUaWNrZXRTdGF0dXMSMAoMQ3JlYXRlZE9uVVRDGBUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIxCg1Nb2RpZmllZE9uVVRDGBYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBItCglVc2VkT25VVEMYFyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDEV4cGlyZWRPblVUQxgYIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNQ2FuY2VsZWRPblVUQxgZIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAimAEKGEV2ZW50VGlja2V0UHJpdmF0ZVJlY29yZBIOCgZVc2VySWQYASABKAkSEwoLQ3JlYXRlZEJ5SWQYAiABKAkSFAoMTW9kaWZpZWRCeUlkGAMgASgJEhAKCFVzZWRCeUlkGAQgASgJEhQKDENhbmNlbGVkQnlJZBgFIAEoCRIZChFDYW5jZWxlZEZvclJlYXNvbhgGIAEoCSLXAQoRRXZlbnRUaWNrZXRSZWNvcmQSEAoIVGlja2V0SWQYASABKAkSVgoGUHVibGljGAIgASgLMkYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLkV2ZW50VGlja2V0UHVibGljUmVjb3JkElgKB1ByaXZhdGUYAyABKAsyRy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMuRXZlbnRUaWNrZXRQcml2YXRlUmVjb3JkKn8KEUV2ZW50VGlja2V0U3RhdHVzEhsKF1RJQ0tFVF9TVEFUVVNfQVZBSUxBQkxFEAASFgoSVElDS0VUX1NUQVRVU19VU0VEEAESGQoVVElDS0VUX1NUQVRVU19FWFBJUkVEEAISGgoWVElDS0VUX1NUQVRVU19DQU5DRUxFRBADYgZwcm90bzM", [file_google_protobuf_timestamp]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventTicketPublicRecord.
|
|
12
|
+
* Use `create(EventTicketPublicRecordSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const EventTicketPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventTicketPrivateRecord.
|
|
17
|
+
* Use `create(EventTicketPrivateRecordSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const EventTicketPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventTicketRecord.
|
|
22
|
+
* Use `create(EventTicketRecordSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const EventTicketRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord, 2);
|
|
25
|
+
/**
|
|
26
|
+
* @generated from enum IT.WebServices.Fragments.Authorization.Events.EventTicketStatus
|
|
27
|
+
*/
|
|
28
|
+
export var EventTicketStatus;
|
|
29
|
+
(function (EventTicketStatus) {
|
|
30
|
+
/**
|
|
31
|
+
* @generated from enum value: TICKET_STATUS_AVAILABLE = 0;
|
|
32
|
+
*/
|
|
33
|
+
EventTicketStatus[EventTicketStatus["TICKET_STATUS_AVAILABLE"] = 0] = "TICKET_STATUS_AVAILABLE";
|
|
34
|
+
/**
|
|
35
|
+
* @generated from enum value: TICKET_STATUS_USED = 1;
|
|
36
|
+
*/
|
|
37
|
+
EventTicketStatus[EventTicketStatus["TICKET_STATUS_USED"] = 1] = "TICKET_STATUS_USED";
|
|
38
|
+
/**
|
|
39
|
+
* @generated from enum value: TICKET_STATUS_EXPIRED = 2;
|
|
40
|
+
*/
|
|
41
|
+
EventTicketStatus[EventTicketStatus["TICKET_STATUS_EXPIRED"] = 2] = "TICKET_STATUS_EXPIRED";
|
|
42
|
+
/**
|
|
43
|
+
* @generated from enum value: TICKET_STATUS_CANCELED = 3;
|
|
44
|
+
*/
|
|
45
|
+
EventTicketStatus[EventTicketStatus["TICKET_STATUS_CANCELED"] = 3] = "TICKET_STATUS_CANCELED";
|
|
46
|
+
})(EventTicketStatus || (EventTicketStatus = {}));
|
|
47
|
+
/**
|
|
48
|
+
* Describes the enum IT.WebServices.Fragments.Authorization.Events.EventTicketStatus.
|
|
49
|
+
*/
|
|
50
|
+
export const EventTicketStatusSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventTicketRecord, 0);
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
1
|
+
// @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
|
|
2
|
+
// @generated from file Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings.proto (package IT.WebServices.Fragments.Authorization.Events, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_TicketClassRecord } from "./TicketClassRecord_pb";
|
|
6
|
+
import { file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord } from "./EventRecord_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file Protos/IT/WebServices/Fragments/Authorization/Events/EventsSettings.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_Protos_IT_WebServices_Fragments_Authorization_Events_EventsSettings = /*@__PURE__*/ fileDesc("CklQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vRXZlbnRzL0V2ZW50c1NldHRpbmdzLnByb3RvEi1JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5FdmVudHMibgoTRXZlbnRQdWJsaWNTZXR0aW5ncxJXCg1UaWNrZXRDbGFzc2VzGAEgAygLMkAuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uRXZlbnRzLlRpY2tldENsYXNzUmVjb3JkImEKFEV2ZW50UHJpdmF0ZVNldHRpbmdzEkkKBlZlbnVlcxgBIAMoCzI5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLkV2ZW50cy5FdmVudFZlbnVlIicKEkV2ZW50T3duZXJTZXR0aW5ncxIRCglJc0VuYWJsZWQYASABKAhiBnByb3RvMw", [file_Protos_IT_WebServices_Fragments_Authorization_Events_TicketClassRecord, file_Protos_IT_WebServices_Fragments_Authorization_Events_EventRecord]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventPublicSettings.
|
|
13
|
+
* Use `create(EventPublicSettingsSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const EventPublicSettingsSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventsSettings, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventPrivateSettings.
|
|
18
|
+
* Use `create(EventPrivateSettingsSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const EventPrivateSettingsSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventsSettings, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message IT.WebServices.Fragments.Authorization.Events.EventOwnerSettings.
|
|
23
|
+
* Use `create(EventOwnerSettingsSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const EventOwnerSettingsSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Events_EventsSettings, 2);
|