@inverted-tech/fragments 0.3.6 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.PACKAGE.md +47 -47
- package/README.md +47 -47
- 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 +14 -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 +19 -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 +14 -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 +19 -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 +19 -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 +75 -2
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Content_pb.js +3 -2
- 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} +2 -2
- 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 +14 -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/Settings/SettingsError_pb.js +86 -0
- package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.js +4 -2
- package/dist/esm/Settings/SettingsRecord_pb.js +130 -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 +4 -0
- package/dist/esm/index.js +12 -3
- package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Authentication → Authentication}/UserInterface_pb.d.ts +37 -33
- 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/SettingsError_pb.d.ts +101 -0
- package/dist/protos/{gen/Protos/IT/WebServices/Fragments/Settings → Settings}/SettingsInterface_pb.d.ts +109 -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 +4 -0
- package/dist/protos/index.d.ts +11 -1
- package/package.json +1 -1
- 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/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
|
@@ -1,2 +1,65 @@
|
|
|
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/Comment/SharedTypes.proto (package IT.WebServices.Fragments.Comment, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file Protos/IT/WebServices/Fragments/Comment/SharedTypes.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_Protos_IT_WebServices_Fragments_Comment_SharedTypes = /*@__PURE__*/ fileDesc("CjlQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbW1lbnQvU2hhcmVkVHlwZXMucHJvdG8SIElULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db21tZW50InwKGUNvbW1lbnRSZXN0cmljdGlvbk1pbmltdW0SUAoHTWluaW11bRgBIAEoDjI/LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db21tZW50LkNvbW1lbnRSZXN0cmljdGlvbk1pbmltdW1FbnVtEg0KBUxldmVsGAIgASgCKjAKDENvbW1lbnRPcmRlchIJCgVMaWtlZBAAEgkKBU9sZGVyEAESCgoGTmV3ZXN0EAIqdwodQ29tbWVudFJlc3RyaWN0aW9uTWluaW11bUVudW0SDQoJQW5vbnltb3VzEAASDgoKU3Vic2NyaWJlchABEhIKDlBhaWRTdWJzY3JpYmVyEAISFAoQQ29tbWVudE1vZGVyYXRvchADEg0KCUFkbWluT25seRAEYgZwcm90bzM");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message IT.WebServices.Fragments.Comment.CommentRestrictionMinimum.
|
|
11
|
+
* Use `create(CommentRestrictionMinimumSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const CommentRestrictionMinimumSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Comment_SharedTypes, 0);
|
|
14
|
+
/**
|
|
15
|
+
* @generated from enum IT.WebServices.Fragments.Comment.CommentOrder
|
|
16
|
+
*/
|
|
17
|
+
export var CommentOrder;
|
|
18
|
+
(function (CommentOrder) {
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum value: Liked = 0;
|
|
21
|
+
*/
|
|
22
|
+
CommentOrder[CommentOrder["Liked"] = 0] = "Liked";
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum value: Older = 1;
|
|
25
|
+
*/
|
|
26
|
+
CommentOrder[CommentOrder["Older"] = 1] = "Older";
|
|
27
|
+
/**
|
|
28
|
+
* @generated from enum value: Newest = 2;
|
|
29
|
+
*/
|
|
30
|
+
CommentOrder[CommentOrder["Newest"] = 2] = "Newest";
|
|
31
|
+
})(CommentOrder || (CommentOrder = {}));
|
|
32
|
+
/**
|
|
33
|
+
* Describes the enum IT.WebServices.Fragments.Comment.CommentOrder.
|
|
34
|
+
*/
|
|
35
|
+
export const CommentOrderSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Comment_SharedTypes, 0);
|
|
36
|
+
/**
|
|
37
|
+
* @generated from enum IT.WebServices.Fragments.Comment.CommentRestrictionMinimumEnum
|
|
38
|
+
*/
|
|
39
|
+
export var CommentRestrictionMinimumEnum;
|
|
40
|
+
(function (CommentRestrictionMinimumEnum) {
|
|
41
|
+
/**
|
|
42
|
+
* @generated from enum value: Anonymous = 0;
|
|
43
|
+
*/
|
|
44
|
+
CommentRestrictionMinimumEnum[CommentRestrictionMinimumEnum["Anonymous"] = 0] = "Anonymous";
|
|
45
|
+
/**
|
|
46
|
+
* @generated from enum value: Subscriber = 1;
|
|
47
|
+
*/
|
|
48
|
+
CommentRestrictionMinimumEnum[CommentRestrictionMinimumEnum["Subscriber"] = 1] = "Subscriber";
|
|
49
|
+
/**
|
|
50
|
+
* @generated from enum value: PaidSubscriber = 2;
|
|
51
|
+
*/
|
|
52
|
+
CommentRestrictionMinimumEnum[CommentRestrictionMinimumEnum["PaidSubscriber"] = 2] = "PaidSubscriber";
|
|
53
|
+
/**
|
|
54
|
+
* @generated from enum value: CommentModerator = 3;
|
|
55
|
+
*/
|
|
56
|
+
CommentRestrictionMinimumEnum[CommentRestrictionMinimumEnum["CommentModerator"] = 3] = "CommentModerator";
|
|
57
|
+
/**
|
|
58
|
+
* @generated from enum value: AdminOnly = 4;
|
|
59
|
+
*/
|
|
60
|
+
CommentRestrictionMinimumEnum[CommentRestrictionMinimumEnum["AdminOnly"] = 4] = "AdminOnly";
|
|
61
|
+
})(CommentRestrictionMinimumEnum || (CommentRestrictionMinimumEnum = {}));
|
|
62
|
+
/**
|
|
63
|
+
* Describes the enum IT.WebServices.Fragments.Comment.CommentRestrictionMinimumEnum.
|
|
64
|
+
*/
|
|
65
|
+
export const CommentRestrictionMinimumEnumSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Comment_SharedTypes, 1);
|
|
@@ -1,2 +1,123 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
|
|
2
|
+
// @generated from file Protos/IT/WebServices/Fragments/Comment/CommentInterface.proto (package IT.WebServices.Fragments.Comment, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Service for Asset fragment interface
|
|
8
|
+
*
|
|
9
|
+
* @generated from service IT.WebServices.Fragments.Comment.CommentInterface
|
|
10
|
+
*/
|
|
11
|
+
export const CommentInterface = {
|
|
12
|
+
typeName: "IT.WebServices.Fragments.Comment.CommentInterface",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.AdminDeleteComment
|
|
16
|
+
*/
|
|
17
|
+
adminDeleteComment: {
|
|
18
|
+
name: "AdminDeleteComment",
|
|
19
|
+
I: AdminDeleteCommentRequest,
|
|
20
|
+
O: AdminDeleteCommentResponse,
|
|
21
|
+
kind: MethodKind.Unary,
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.AdminPinComment
|
|
25
|
+
*/
|
|
26
|
+
adminPinComment: {
|
|
27
|
+
name: "AdminPinComment",
|
|
28
|
+
I: AdminPinCommentRequest,
|
|
29
|
+
O: AdminPinCommentResponse,
|
|
30
|
+
kind: MethodKind.Unary,
|
|
31
|
+
},
|
|
32
|
+
/**
|
|
33
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.AdminUnDeleteComment
|
|
34
|
+
*/
|
|
35
|
+
adminUnDeleteComment: {
|
|
36
|
+
name: "AdminUnDeleteComment",
|
|
37
|
+
I: AdminUnDeleteCommentRequest,
|
|
38
|
+
O: AdminUnDeleteCommentResponse,
|
|
39
|
+
kind: MethodKind.Unary,
|
|
40
|
+
},
|
|
41
|
+
/**
|
|
42
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.AdminUnPinComment
|
|
43
|
+
*/
|
|
44
|
+
adminUnPinComment: {
|
|
45
|
+
name: "AdminUnPinComment",
|
|
46
|
+
I: AdminUnPinCommentRequest,
|
|
47
|
+
O: AdminUnPinCommentResponse,
|
|
48
|
+
kind: MethodKind.Unary,
|
|
49
|
+
},
|
|
50
|
+
/**
|
|
51
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.CreateCommentForContent
|
|
52
|
+
*/
|
|
53
|
+
createCommentForContent: {
|
|
54
|
+
name: "CreateCommentForContent",
|
|
55
|
+
I: CreateCommentForContentRequest,
|
|
56
|
+
O: CreateCommentResponse,
|
|
57
|
+
kind: MethodKind.Unary,
|
|
58
|
+
},
|
|
59
|
+
/**
|
|
60
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.CreateCommentForComment
|
|
61
|
+
*/
|
|
62
|
+
createCommentForComment: {
|
|
63
|
+
name: "CreateCommentForComment",
|
|
64
|
+
I: CreateCommentForCommentRequest,
|
|
65
|
+
O: CreateCommentResponse,
|
|
66
|
+
kind: MethodKind.Unary,
|
|
67
|
+
},
|
|
68
|
+
/**
|
|
69
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.DeleteOwnComment
|
|
70
|
+
*/
|
|
71
|
+
deleteOwnComment: {
|
|
72
|
+
name: "DeleteOwnComment",
|
|
73
|
+
I: DeleteOwnCommentRequest,
|
|
74
|
+
O: DeleteOwnCommentResponse,
|
|
75
|
+
kind: MethodKind.Unary,
|
|
76
|
+
},
|
|
77
|
+
/**
|
|
78
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.EditComment
|
|
79
|
+
*/
|
|
80
|
+
editComment: {
|
|
81
|
+
name: "EditComment",
|
|
82
|
+
I: EditCommentRequest,
|
|
83
|
+
O: EditCommentResponse,
|
|
84
|
+
kind: MethodKind.Unary,
|
|
85
|
+
},
|
|
86
|
+
/**
|
|
87
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.GetCommentsForContent
|
|
88
|
+
*/
|
|
89
|
+
getCommentsForContent: {
|
|
90
|
+
name: "GetCommentsForContent",
|
|
91
|
+
I: GetCommentsForContentRequest,
|
|
92
|
+
O: GetCommentsResponse,
|
|
93
|
+
kind: MethodKind.Unary,
|
|
94
|
+
},
|
|
95
|
+
/**
|
|
96
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.GetCommentsForComment
|
|
97
|
+
*/
|
|
98
|
+
getCommentsForComment: {
|
|
99
|
+
name: "GetCommentsForComment",
|
|
100
|
+
I: GetCommentsForCommentRequest,
|
|
101
|
+
O: GetCommentsResponse,
|
|
102
|
+
kind: MethodKind.Unary,
|
|
103
|
+
},
|
|
104
|
+
/**
|
|
105
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.LikeComment
|
|
106
|
+
*/
|
|
107
|
+
likeComment: {
|
|
108
|
+
name: "LikeComment",
|
|
109
|
+
I: LikeCommentRequest,
|
|
110
|
+
O: LikeCommentResponse,
|
|
111
|
+
kind: MethodKind.Unary,
|
|
112
|
+
},
|
|
113
|
+
/**
|
|
114
|
+
* @generated from rpc IT.WebServices.Fragments.Comment.CommentInterface.UnLikeComment
|
|
115
|
+
*/
|
|
116
|
+
unLikeComment: {
|
|
117
|
+
name: "UnLikeComment",
|
|
118
|
+
I: UnLikeCommentRequest,
|
|
119
|
+
O: UnLikeCommentResponse,
|
|
120
|
+
kind: MethodKind.Unary,
|
|
121
|
+
},
|
|
122
|
+
}
|
|
123
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated - DO NOT EDIT
|
|
2
|
-
export
|
|
2
|
+
export {};
|
package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/AssetInterface_pb.js
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file Protos/IT/WebServices/Fragments/Content/AssetInterface.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { enumDesc, 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_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
7
|
import { file_Protos_IT_WebServices_Fragments_Content_AssetRecord } from "./AssetRecord_pb";
|
|
8
8
|
import { file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord } from "./AudioAssetRecord_pb";
|
|
@@ -1,2 +1,15 @@
|
|
|
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/Content/AssetRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord } from "./AudioAssetRecord_pb";
|
|
6
|
+
import { file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord } from "./ImageAssetRecord_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file Protos/IT/WebServices/Fragments/Content/AssetRecord.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_Protos_IT_WebServices_Fragments_Content_AssetRecord = /*@__PURE__*/ fileDesc("CjlQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvQXNzZXRSZWNvcmQucHJvdG8SIElULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50IqwBCgtBc3NldFJlY29yZBJDCgVBdWRpbxgBIAEoCzIyLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkF1ZGlvQXNzZXRSZWNvcmRIABJDCgVJbWFnZRgCIAEoCzIyLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkltYWdlQXNzZXRSZWNvcmRIAEITChFBc3NldFJlY29yZF9vbmVvZmIGcHJvdG8z", [file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message IT.WebServices.Fragments.Content.AssetRecord.
|
|
13
|
+
* Use `create(AssetRecordSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const AssetRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AssetRecord, 0);
|
|
@@ -1,2 +1,39 @@
|
|
|
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/Content/AudioAssetRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { 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/Content/AudioAssetRecord.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord = /*@__PURE__*/ fileDesc("Cj5Qcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvQXVkaW9Bc3NldFJlY29yZC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQiqAEKEEF1ZGlvQXNzZXRSZWNvcmQSSAoGUHVibGljGAEgASgLMjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQXVkaW9Bc3NldFB1YmxpY1JlY29yZBJKCgdQcml2YXRlGAIgASgLMjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQXVkaW9Bc3NldFByaXZhdGVSZWNvcmQiogEKDkF1ZGlvQXNzZXREYXRhEkYKBlB1YmxpYxgBIAEoCzI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkF1ZGlvQXNzZXRQdWJsaWNEYXRhEkgKB1ByaXZhdGUYAiABKAsyNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5BdWRpb0Fzc2V0UHJpdmF0ZURhdGEi1AEKFkF1ZGlvQXNzZXRQdWJsaWNSZWNvcmQSDwoHQXNzZXRJRBgBIAEoCRIwCgxDcmVhdGVkT25VVEMYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDU1vZGlmaWVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkQKBERhdGEYFSABKAsyNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5BdWRpb0Fzc2V0UHVibGljRGF0YSKHAQoXQXVkaW9Bc3NldFByaXZhdGVSZWNvcmQSEQoJQ3JlYXRlZEJ5GAIgASgJEhIKCk1vZGlmaWVkQnkYAyABKAkSRQoERGF0YRgVIAEoCzI3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkF1ZGlvQXNzZXRQcml2YXRlRGF0YSJ6ChRBdWRpb0Fzc2V0UHVibGljRGF0YRINCgVUaXRsZRgBIAEoCRIPCgdDYXB0aW9uGAIgASgJEgsKA1VSTBgDIAEoCRIQCghNaW1lVHlwZRgEIAEoCRIVCg1MZW5ndGhTZWNvbmRzGAUgASgNEgwKBERhdGEYFCABKAwiKwoVQXVkaW9Bc3NldFByaXZhdGVEYXRhEhIKCk9sZEFzc2V0SUQYMyABKAliBnByb3RvMw", [file_google_protobuf_timestamp]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioAssetRecord.
|
|
12
|
+
* Use `create(AudioAssetRecordSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const AudioAssetRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioAssetData.
|
|
17
|
+
* Use `create(AudioAssetDataSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const AudioAssetDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioAssetPublicRecord.
|
|
22
|
+
* Use `create(AudioAssetPublicRecordSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const AudioAssetPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, 2);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioAssetPrivateRecord.
|
|
27
|
+
* Use `create(AudioAssetPrivateRecordSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const AudioAssetPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, 3);
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioAssetPublicData.
|
|
32
|
+
* Use `create(AudioAssetPublicDataSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const AudioAssetPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, 4);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioAssetPrivateData.
|
|
37
|
+
* Use `create(AudioAssetPrivateDataSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const AudioAssetPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_AudioAssetRecord, 5);
|
|
@@ -1,2 +1,75 @@
|
|
|
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/Content/ContentRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
import { file_buf_validate_validate } from "../buf/validate/validate_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file Protos/IT/WebServices/Fragments/Content/ContentRecord.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_Protos_IT_WebServices_Fragments_Content_ContentRecord = /*@__PURE__*/ fileDesc("CjtQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvQ29udGVudFJlY29yZC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQirwEKDUNvbnRlbnRSZWNvcmQSTQoGUHVibGljGAEgASgLMjUuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFB1YmxpY1JlY29yZEIGukgDyAEBEk8KB1ByaXZhdGUYAiABKAsyNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50UHJpdmF0ZVJlY29yZEIGukgDyAEBIrUDChNDb250ZW50UHVibGljUmVjb3JkEh4KCUNvbnRlbnRJRBgBIAEoCUILukgIyAEBcgOwAQESOAoMQ3JlYXRlZE9uVVRDGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIGukgDyAEBEjEKDU1vZGlmaWVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDFB1Ymxpc2hPblVUQxgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNQW5ub3VuY2VPblVUQxgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLwoLUGlubmVkT25VVEMYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDERlbGV0ZWRPblVUQxgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASSQoERGF0YRgVIAEoCzIzLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQdWJsaWNEYXRhQga6SAPIAQEilAIKFENvbnRlbnRQcml2YXRlUmVjb3JkEhsKCUNyZWF0ZWRCeRgCIAEoCUIIukgFcgOwAQESHAoKTW9kaWZpZWRCeRgDIAEoCUIIukgFcgOwAQESHQoLUHVibGlzaGVkQnkYBCABKAlCCLpIBXIDsAEBEh0KC0Fubm91bmNlZEJ5GAcgASgJQgi6SAVyA7ABARIaCghQaW5uZWRCeRgFIAEoCUIIukgFcgOwAQESGwoJRGVsZXRlZEJ5GAYgASgJQgi6SAVyA7ABARJKCgREYXRhGBUgASgLMjQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFByaXZhdGVEYXRhQga6SAPIAQEimAUKEUNvbnRlbnRQdWJsaWNEYXRhEhwKBVRpdGxlGAEgASgJQg26SArIAQFyBRADGMgBEh0KC0Rlc2NyaXB0aW9uGAIgASgJQgi6SAVyAxj0AxIXCgZBdXRob3IYAyABKAlCB7pIBHICGGQSGgoIQXV0aG9ySUQYDSABKAlCCLpIBXIDsAEBEhUKA1VSTBgEIAEoCUIIukgFcgOIAQESJgoURmVhdHVyZWRJbWFnZUFzc2V0SUQYBiABKAlCCLpIBXIDsAEBEiIKEVN1YnNjcmlwdGlvbkxldmVsGAcgASgNQge6SAQqAigAEiIKC0NhdGVnb3J5SWRzGAggAygJQg26SAqSAQciBXIDsAEBEiEKCkNoYW5uZWxJZHMYCSADKAlCDbpICpIBByIFcgOwAQESHgoEVGFncxgKIAMoCUIQukgNkgEKEBkiBnIEEAEYMhJJCgVBdWRpbxgUIAEoCzI4LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkF1ZGlvQ29udGVudFB1YmxpY0RhdGFIABJNCgdQaWN0dXJlGBUgASgLMjouSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuUGljdHVyZUNvbnRlbnRQdWJsaWNEYXRhSAASSQoFVmlkZW8YFiABKAsyOC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5WaWRlb0NvbnRlbnRQdWJsaWNEYXRhSAASTQoHV3JpdHRlbhgXIAEoCzI6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LldyaXR0ZW5Db250ZW50UHVibGljRGF0YUgAQhMKEUNvbnRlbnREYXRhX29uZW9mIoEDChJDb250ZW50UHJpdmF0ZURhdGESSgoFQXVkaW8YFCABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5BdWRpb0NvbnRlbnRQcml2YXRlRGF0YUgAEk4KB1BpY3R1cmUYFSABKAsyOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5QaWN0dXJlQ29udGVudFByaXZhdGVEYXRhSAASSgoFVmlkZW8YFiABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5WaWRlb0NvbnRlbnRQcml2YXRlRGF0YUgAEk4KB1dyaXR0ZW4YFyABKAsyOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Xcml0dGVuQ29udGVudFByaXZhdGVEYXRhSAASHgoMT2xkQ29udGVudElEGDMgASgJQgi6SAVyA7ABAUITChFDb250ZW50RGF0YV9vbmVvZiJTChZBdWRpb0NvbnRlbnRQdWJsaWNEYXRhEhkKCEh0bWxCb2R5GAEgASgJQge6SARyAhABEh4KDEF1ZGlvQXNzZXRJRBgCIAEoCUIIukgFcgOwAQEiGQoXQXVkaW9Db250ZW50UHJpdmF0ZURhdGEiUgoYUGljdHVyZUNvbnRlbnRQdWJsaWNEYXRhEhAKCEh0bWxCb2R5GAEgASgJEiQKDUltYWdlQXNzZXRJRHMYAiADKAlCDbpICpIBByIFcgOwAQEiGwoZUGljdHVyZUNvbnRlbnRQcml2YXRlRGF0YSKRAQoWVmlkZW9Db250ZW50UHVibGljRGF0YRIQCghIdG1sQm9keRgBIAEoCRIUCgxJc0xpdmVTdHJlYW0YAiABKAgSDgoGSXNMaXZlGAMgASgIEh4KDVJ1bWJsZVZpZGVvSWQYCyABKAlCB7pIBHICGGQSHwoOWW91dHViZVZpZGVvSWQYDCABKAlCB7pIBHICGGQiGQoXVmlkZW9Db250ZW50UHJpdmF0ZURhdGEiOAoYV3JpdHRlbkNvbnRlbnRQdWJsaWNEYXRhEhwKCEh0bWxCb2R5GAEgASgJQgq6SAfIAQFyAhABIhsKGVdyaXR0ZW5Db250ZW50UHJpdmF0ZURhdGFiBnByb3RvMw", [file_google_protobuf_timestamp, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message IT.WebServices.Fragments.Content.ContentRecord.
|
|
13
|
+
* Use `create(ContentRecordSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const ContentRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message IT.WebServices.Fragments.Content.ContentPublicRecord.
|
|
18
|
+
* Use `create(ContentPublicRecordSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const ContentPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message IT.WebServices.Fragments.Content.ContentPrivateRecord.
|
|
23
|
+
* Use `create(ContentPrivateRecordSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const ContentPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 2);
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message IT.WebServices.Fragments.Content.ContentPublicData.
|
|
28
|
+
* Use `create(ContentPublicDataSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const ContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 3);
|
|
31
|
+
/**
|
|
32
|
+
* Describes the message IT.WebServices.Fragments.Content.ContentPrivateData.
|
|
33
|
+
* Use `create(ContentPrivateDataSchema)` to create a new message.
|
|
34
|
+
*/
|
|
35
|
+
export const ContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 4);
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioContentPublicData.
|
|
38
|
+
* Use `create(AudioContentPublicDataSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const AudioContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 5);
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message IT.WebServices.Fragments.Content.AudioContentPrivateData.
|
|
43
|
+
* Use `create(AudioContentPrivateDataSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const AudioContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 6);
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message IT.WebServices.Fragments.Content.PictureContentPublicData.
|
|
48
|
+
* Use `create(PictureContentPublicDataSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const PictureContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 7);
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message IT.WebServices.Fragments.Content.PictureContentPrivateData.
|
|
53
|
+
* Use `create(PictureContentPrivateDataSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export const PictureContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 8);
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message IT.WebServices.Fragments.Content.VideoContentPublicData.
|
|
58
|
+
* Use `create(VideoContentPublicDataSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export const VideoContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 9);
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message IT.WebServices.Fragments.Content.VideoContentPrivateData.
|
|
63
|
+
* Use `create(VideoContentPrivateDataSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const VideoContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 10);
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message IT.WebServices.Fragments.Content.WrittenContentPublicData.
|
|
68
|
+
* Use `create(WrittenContentPublicDataSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export const WrittenContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 11);
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message IT.WebServices.Fragments.Content.WrittenContentPrivateData.
|
|
73
|
+
* Use `create(WrittenContentPrivateDataSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export const WrittenContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ContentRecord, 12);
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
// @generated from file Protos/IT/WebServices/Fragments/Content/Content.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { enumDesc, 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_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
import { file_buf_validate_validate } from "../buf/validate/validate_pb";
|
|
7
8
|
import { file_Protos_IT_WebServices_Fragments_Content_ContentRecord } from "./ContentRecord_pb";
|
|
8
9
|
/**
|
|
9
10
|
* Describes the file Protos/IT/WebServices/Fragments/Content/Content.proto.
|
|
10
11
|
*/
|
|
11
|
-
export const file_Protos_IT_WebServices_Fragments_Content_Content = /*@__PURE__*/ fileDesc("CjVQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvQ29udGVudC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQiXgoWQW5ub3VuY2VDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkSMQoNQW5ub3VuY2VPblVUQxgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiWgoXQW5ub3VuY2VDb250ZW50UmVzcG9uc2USPwoGUmVjb3JkGAEgASgLMi8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFJlY29yZCKiAQoUQ3JlYXRlQ29udGVudFJlcXVlc3QSQwoGUHVibGljGAEgASgLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFB1YmxpY0RhdGESRQoHUHJpdmF0ZRgCIAEoCzI0LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQcml2YXRlRGF0YSJYChVDcmVhdGVDb250ZW50UmVzcG9uc2USPwoGUmVjb3JkGAEgASgLMi8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFJlY29yZCIpChREZWxldGVDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkiWAoVRGVsZXRlQ29udGVudFJlc3BvbnNlEj8KBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmQiugMKFEdldEFsbENvbnRlbnRSZXF1ZXN0EhAKCFBhZ2VTaXplGAEgASgNEhIKClBhZ2VPZmZzZXQYAiABKA0SGgoSUG9zc2libGVDb250ZW50SURzGAYgAygJElUKElN1YnNjcmlwdGlvblNlYXJjaBgKIAEoCzI5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlN1YnNjcmlwdGlvbkxldmVsU2VhcmNoEkIKC0NvbnRlbnRUeXBlGAsgASgOMi0uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFR5cGUSEgoKQ2F0ZWdvcnlJZBgMIAEoCRIRCglDaGFubmVsSWQYDSABKAkSCwoDVGFnGA4gASgJEhAKCEF1dGhvcklkGA8gASgJEhAKCE9ubHlMaXZlGBAgASgIEjUKEVB1Ymxpc2hlZEFmdGVyVVRDGBUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBI2ChJQdWJsaXNoZWRCZWZvcmVVVEMYFiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIqUBChVHZXRBbGxDb250ZW50UmVzcG9uc2USRAoHUmVjb3JkcxgBIAMoCzIzLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRMaXN0UmVjb3JkEhcKD1BhZ2VPZmZzZXRTdGFydBgLIAEoDRIVCg1QYWdlT2Zmc2V0RW5kGAwgASgNEhYKDlBhZ2VUb3RhbEl0ZW1zGA0gASgNIs8CChlHZXRBbGxDb250ZW50QWRtaW5SZXF1ZXN0EhAKCFBhZ2VTaXplGAEgASgNEhIKClBhZ2VPZmZzZXQYAiABKA0SGgoSUG9zc2libGVDb250ZW50SURzGAYgAygJElUKElN1YnNjcmlwdGlvblNlYXJjaBgKIAEoCzI5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlN1YnNjcmlwdGlvbkxldmVsU2VhcmNoEkIKC0NvbnRlbnRUeXBlGAsgASgOMi0uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFR5cGUSEgoKQ2F0ZWdvcnlJZBgMIAEoCRIRCglDaGFubmVsSWQYDSABKAkSCwoDVGFnGA4gASgJEhAKCE9ubHlMaXZlGA8gASgIEg8KB0RlbGV0ZWQYFSABKAgiqgEKGkdldEFsbENvbnRlbnRBZG1pblJlc3BvbnNlEkQKB1JlY29yZHMYASADKAsyMy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50TGlzdFJlY29yZBIXCg9QYWdlT2Zmc2V0U3RhcnQYCyABKA0SFQoNUGFnZU9mZnNldEVuZBgMIAEoDRIWCg5QYWdlVG90YWxJdGVtcxgNIAEoDSImChFHZXRDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkiWwoSR2V0Q29udGVudFJlc3BvbnNlEkUKBlJlY29yZBgBIAEoCzI1LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQdWJsaWNSZWNvcmQiLAoWR2V0Q29udGVudEJ5VXJsUmVxdWVzdBISCgpDb250ZW50VXJsGAEgASgJImAKF0dldENvbnRlbnRCeVVybFJlc3BvbnNlEkUKBlJlY29yZBgBIAEoCzI1LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQdWJsaWNSZWNvcmQiKwoWR2V0Q29udGVudEFkbWluUmVxdWVzdBIRCglDb250ZW50SUQYASABKAkiWgoXR2V0Q29udGVudEFkbWluUmVzcG9uc2USPwoGUmVjb3JkGAEgASgLMi8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFJlY29yZCIzChpHZXRSZWNlbnRDYXRlZ29yaWVzUmVxdWVzdBIVCg1OdW1DYXRlZ29yaWVzGAEgASgNIjIKG0dldFJlY2VudENhdGVnb3JpZXNSZXNwb25zZRITCgtDYXRlZ29yeUlkcxgBIAMoCSInChRHZXRSZWNlbnRUYWdzUmVxdWVzdBIPCgdOdW1UYWdzGAEgASgNIiUKFUdldFJlY2VudFRhZ3NSZXNwb25zZRIMCgRUYWdzGAEgAygJIlMKGEdldFJlbGF0ZWRDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkSEAoIUGFnZVNpemUYAiABKA0SEgoKUGFnZU9mZnNldBgDIAEoDSKpAQoZR2V0UmVsYXRlZENvbnRlbnRSZXNwb25zZRJECgdSZWNvcmRzGAEgAygLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudExpc3RSZWNvcmQSFwoPUGFnZU9mZnNldFN0YXJ0GAsgASgNEhUKDVBhZ2VPZmZzZXRFbmQYDCABKA0SFgoOUGFnZVRvdGFsSXRlbXMYDSABKA0itQEKFE1vZGlmeUNvbnRlbnRSZXF1ZXN0EhEKCUNvbnRlbnRJRBgBIAEoCRJDCgZQdWJsaWMYAiABKAsyMy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50UHVibGljRGF0YRJFCgdQcml2YXRlGAMgASgLMjQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFByaXZhdGVEYXRhIlgKFU1vZGlmeUNvbnRlbnRSZXNwb25zZRI/CgZSZWNvcmQYASABKAsyLy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50UmVjb3JkItoDChFDb250ZW50TGlzdFJlY29yZBIRCglDb250ZW50SUQYASABKAkSMAoMQ3JlYXRlZE9uVVRDGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIwCgxQdWJsaXNoT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi8KC1Bpbm5lZE9uVVRDGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBINCgVUaXRsZRgKIAEoCRITCgtEZXNjcmlwdGlvbhgLIAEoCRIZChFTdWJzY3JpcHRpb25MZXZlbBgMIAEoDRILCgNVUkwYDSABKAkSDgoGQXV0aG9yGA4gASgJEhAKCEF1dGhvcklEGA8gASgJEhwKFEZlYXR1cmVkSW1hZ2VBc3NldElEGBQgASgJEhMKC0NhdGVnb3J5SWRzGBUgAygJEhIKCkNoYW5uZWxJZHMYFiADKAkSFAoMSXNMaXZlU3RyZWFtGBcgASgIEg4KBklzTGl2ZRgYIAEoCBJCCgtDb250ZW50VHlwZRgZIAEoDjItLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRUeXBlIlwKFVB1Ymxpc2hDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkSMAoMUHVibGlzaE9uVVRDGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJZChZQdWJsaXNoQ29udGVudFJlc3BvbnNlEj8KBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmQirAIKFFNlYXJjaENvbnRlbnRSZXF1ZXN0EhAKCFBhZ2VTaXplGAEgASgNEhIKClBhZ2VPZmZzZXQYAiABKA0SDQoFUXVlcnkYBiABKAkSVQoSU3Vic2NyaXB0aW9uU2VhcmNoGAogASgLMjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuU3Vic2NyaXB0aW9uTGV2ZWxTZWFyY2gSQgoLQ29udGVudFR5cGUYCyABKA4yLS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50VHlwZRISCgpDYXRlZ29yeUlkGAwgASgJEhEKCUNoYW5uZWxJZBgNIAEoCRILCgNUYWcYDiABKAkSEAoIT25seUxpdmUYDyABKAgipQEKFVNlYXJjaENvbnRlbnRSZXNwb25zZRJECgdSZWNvcmRzGAEgAygLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudExpc3RSZWNvcmQSFwoPUGFnZU9mZnNldFN0YXJ0GAsgASgNEhUKDVBhZ2VPZmZzZXRFbmQYDCABKA0SFgoOUGFnZVRvdGFsSXRlbXMYDSABKA0iLQoYVW5hbm5vdW5jZUNvbnRlbnRSZXF1ZXN0EhEKCUNvbnRlbnRJRBgBIAEoCSJcChlVbmFubm91bmNlQ29udGVudFJlc3BvbnNlEj8KBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmQiKwoWVW5kZWxldGVDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkiWgoXVW5kZWxldGVDb250ZW50UmVzcG9uc2USPwoGUmVjb3JkGAEgASgLMi8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFJlY29yZCIsChdVbnB1Ymxpc2hDb250ZW50UmVxdWVzdBIRCglDb250ZW50SUQYASABKAkiWwoYVW5wdWJsaXNoQ29udGVudFJlc3BvbnNlEj8KBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmQiRQoXU3Vic2NyaXB0aW9uTGV2ZWxTZWFyY2gSFAoMTWluaW11bUxldmVsGAEgASgNEhQKDE1heGltdW1MZXZlbBgCIAEoDSpqCgtDb250ZW50VHlwZRIPCgtDb250ZW50Tm9uZRAAEhAKDENvbnRlbnRBdWRpbxABEhIKDkNvbnRlbnRQaWN0dXJlEAISEAoMQ29udGVudFZpZGVvEAMSEgoOQ29udGVudFdyaXR0ZW4QBDLbFwoQQ29udGVudEludGVyZmFjZRK+AQoPQW5ub3VuY2VDb250ZW50EjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQW5ub3VuY2VDb250ZW50UmVxdWVzdBo5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkFubm91bmNlQ29udGVudFJlc3BvbnNlIjaC0+STAjA6ASoiKy9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0vYW5ub3VuY2USowEKDUNyZWF0ZUNvbnRlbnQSNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5DcmVhdGVDb250ZW50UmVxdWVzdBo3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNyZWF0ZUNvbnRlbnRSZXNwb25zZSIhgtPkkwIbOgEqIhYvYXBpL2Ntcy9hZG1pbi9jb250ZW50EqwBCg1EZWxldGVDb250ZW50EjYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuRGVsZXRlQ29udGVudFJlcXVlc3QaNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5EZWxldGVDb250ZW50UmVzcG9uc2UiKoLT5JMCJCoiL2FwaS9jbXMvYWRtaW4vY29udGVudC97Q29udGVudElEfRKaAQoNR2V0QWxsQ29udGVudBI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldEFsbENvbnRlbnRSZXF1ZXN0GjcuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0QWxsQ29udGVudFJlc3BvbnNlIhiC0+STAhISEC9hcGkvY21zL2NvbnRlbnQSrwEKEkdldEFsbENvbnRlbnRBZG1pbhI7LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldEFsbENvbnRlbnRBZG1pblJlcXVlc3QaPC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRBbGxDb250ZW50QWRtaW5SZXNwb25zZSIegtPkkwIYEhYvYXBpL2Ntcy9hZG1pbi9jb250ZW50Ep0BCgpHZXRDb250ZW50EjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0Q29udGVudFJlcXVlc3QaNC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRDb250ZW50UmVzcG9uc2UiJILT5JMCHhIcL2FwaS9jbXMvY29udGVudC97Q29udGVudElEfRKkAQoPR2V0Q29udGVudEJ5VXJsEjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0Q29udGVudEJ5VXJsUmVxdWVzdBo5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldENvbnRlbnRCeVVybFJlc3BvbnNlIhyC0+STAhYSFC9hcGkvY21zL2NvbnRlbnQvdXJsErIBCg9HZXRDb250ZW50QWRtaW4SOC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRDb250ZW50QWRtaW5SZXF1ZXN0GjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0Q29udGVudEFkbWluUmVzcG9uc2UiKoLT5JMCJBIiL2FwaS9jbXMvYWRtaW4vY29udGVudC97Q29udGVudElEfRK2AQoTR2V0UmVjZW50Q2F0ZWdvcmllcxI8LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldFJlY2VudENhdGVnb3JpZXNSZXF1ZXN0Gj0uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0UmVjZW50Q2F0ZWdvcmllc1Jlc3BvbnNlIiKC0+STAhwSGi9hcGkvY21zL2NhdGVnb3JpZXMvcmVjZW50Ep4BCg1HZXRSZWNlbnRUYWdzEjYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0UmVjZW50VGFnc1JlcXVlc3QaNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRSZWNlbnRUYWdzUmVzcG9uc2UiHILT5JMCFhIUL2FwaS9jbXMvdGFncy9yZWNlbnQSugEKEUdldFJlbGF0ZWRDb250ZW50EjouSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0UmVsYXRlZENvbnRlbnRSZXF1ZXN0GjsuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0UmVsYXRlZENvbnRlbnRSZXNwb25zZSIsgtPkkwImEiQvYXBpL2Ntcy9jb250ZW50L3tDb250ZW50SUR9L3JlbGF0ZWQSrwEKDU1vZGlmeUNvbnRlbnQSNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Nb2RpZnlDb250ZW50UmVxdWVzdBo3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk1vZGlmeUNvbnRlbnRSZXNwb25zZSItgtPkkwInOgEqIiIvYXBpL2Ntcy9hZG1pbi9jb250ZW50L3tDb250ZW50SUR9EroBCg5QdWJsaXNoQ29udGVudBI3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlB1Ymxpc2hDb250ZW50UmVxdWVzdBo4LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlB1Ymxpc2hDb250ZW50UmVzcG9uc2UiNYLT5JMCLzoBKiIqL2FwaS9jbXMvYWRtaW4vY29udGVudC97Q29udGVudElEfS9wdWJsaXNoEpkBCg1TZWFyY2hDb250ZW50EjYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuU2VhcmNoQ29udGVudFJlcXVlc3QaNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5TZWFyY2hDb250ZW50UmVzcG9uc2UiF4LT5JMCERIPL2FwaS9jbXMvc2VhcmNoEsMBChFVbmFubm91bmNlQ29udGVudBI6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlVuYW5ub3VuY2VDb250ZW50UmVxdWVzdBo7LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlVuYW5ub3VuY2VDb250ZW50UmVzcG9uc2UiNYLT5JMCLyItL2FwaS9jbXMvYWRtaW4vY29udGVudC97Q29udGVudElEfS91bmFubm91bmNlErsBCg9VbmRlbGV0ZUNvbnRlbnQSOC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5VbmRlbGV0ZUNvbnRlbnRSZXF1ZXN0GjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuVW5kZWxldGVDb250ZW50UmVzcG9uc2UiM4LT5JMCLSIrL2FwaS9jbXMvYWRtaW4vY29udGVudC97Q29udGVudElEfS91bmRlbGV0ZRK/AQoQVW5wdWJsaXNoQ29udGVudBI5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlVucHVibGlzaENvbnRlbnRSZXF1ZXN0GjouSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuVW5wdWJsaXNoQ29udGVudFJlc3BvbnNlIjSC0+STAi4iLC9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0vdW5wdWJsaXNoYgZwcm90bzM", [file_google_api_annotations, file_google_protobuf_timestamp, file_Protos_IT_WebServices_Fragments_Content_ContentRecord]);
|
|
12
|
+
export const file_Protos_IT_WebServices_Fragments_Content_Content = /*@__PURE__*/ fileDesc("CjVQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvQ29udGVudC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQiZgoWQW5ub3VuY2VDb250ZW50UmVxdWVzdBIZCglDb250ZW50SUQYASABKAlCBrpIA8gBARIxCg1Bbm5vdW5jZU9uVVRDGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJiChdBbm5vdW5jZUNvbnRlbnRSZXNwb25zZRJHCgZSZWNvcmQYASABKAsyLy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50UmVjb3JkQga6SAPIAQEisgEKFENyZWF0ZUNvbnRlbnRSZXF1ZXN0EksKBlB1YmxpYxgBIAEoCzIzLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQdWJsaWNEYXRhQga6SAPIAQESTQoHUHJpdmF0ZRgCIAEoCzI0LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQcml2YXRlRGF0YUIGukgDyAEBImAKFUNyZWF0ZUNvbnRlbnRSZXNwb25zZRJHCgZSZWNvcmQYASABKAsyLy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50UmVjb3JkQga6SAPIAQEiMQoURGVsZXRlQ29udGVudFJlcXVlc3QSGQoJQ29udGVudElEGAEgASgJQga6SAPIAQEiYAoVRGVsZXRlQ29udGVudFJlc3BvbnNlEkcKBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmRCBrpIA8gBASK6AwoUR2V0QWxsQ29udGVudFJlcXVlc3QSEAoIUGFnZVNpemUYASABKA0SEgoKUGFnZU9mZnNldBgCIAEoDRIaChJQb3NzaWJsZUNvbnRlbnRJRHMYBiADKAkSVQoSU3Vic2NyaXB0aW9uU2VhcmNoGAogASgLMjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuU3Vic2NyaXB0aW9uTGV2ZWxTZWFyY2gSQgoLQ29udGVudFR5cGUYCyABKA4yLS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50VHlwZRISCgpDYXRlZ29yeUlkGAwgASgJEhEKCUNoYW5uZWxJZBgNIAEoCRILCgNUYWcYDiABKAkSEAoIQXV0aG9ySWQYDyABKAkSEAoIT25seUxpdmUYECABKAgSNQoRUHVibGlzaGVkQWZ0ZXJVVEMYFSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjYKElB1Ymxpc2hlZEJlZm9yZVVUQxgWIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAirQEKFUdldEFsbENvbnRlbnRSZXNwb25zZRJMCgdSZWNvcmRzGAEgAygLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudExpc3RSZWNvcmRCBrpIA8gBARIXCg9QYWdlT2Zmc2V0U3RhcnQYCyABKA0SFQoNUGFnZU9mZnNldEVuZBgMIAEoDRIWCg5QYWdlVG90YWxJdGVtcxgNIAEoDSLPAgoZR2V0QWxsQ29udGVudEFkbWluUmVxdWVzdBIQCghQYWdlU2l6ZRgBIAEoDRISCgpQYWdlT2Zmc2V0GAIgASgNEhoKElBvc3NpYmxlQ29udGVudElEcxgGIAMoCRJVChJTdWJzY3JpcHRpb25TZWFyY2gYCiABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5TdWJzY3JpcHRpb25MZXZlbFNlYXJjaBJCCgtDb250ZW50VHlwZRgLIAEoDjItLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRUeXBlEhIKCkNhdGVnb3J5SWQYDCABKAkSEQoJQ2hhbm5lbElkGA0gASgJEgsKA1RhZxgOIAEoCRIQCghPbmx5TGl2ZRgPIAEoCBIPCgdEZWxldGVkGBUgASgIIrIBChpHZXRBbGxDb250ZW50QWRtaW5SZXNwb25zZRJMCgdSZWNvcmRzGAEgAygLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudExpc3RSZWNvcmRCBrpIA8gBARIXCg9QYWdlT2Zmc2V0U3RhcnQYCyABKA0SFQoNUGFnZU9mZnNldEVuZBgMIAEoDRIWCg5QYWdlVG90YWxJdGVtcxgNIAEoDSIuChFHZXRDb250ZW50UmVxdWVzdBIZCglDb250ZW50SUQYASABKAlCBrpIA8gBASJjChJHZXRDb250ZW50UmVzcG9uc2USTQoGUmVjb3JkGAEgASgLMjUuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFB1YmxpY1JlY29yZEIGukgDyAEBIjQKFkdldENvbnRlbnRCeVVybFJlcXVlc3QSGgoKQ29udGVudFVybBgBIAEoCUIGukgDyAEBImgKF0dldENvbnRlbnRCeVVybFJlc3BvbnNlEk0KBlJlY29yZBgBIAEoCzI1LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRQdWJsaWNSZWNvcmRCBrpIA8gBASIzChZHZXRDb250ZW50QWRtaW5SZXF1ZXN0EhkKCUNvbnRlbnRJRBgBIAEoCUIGukgDyAEBImIKF0dldENvbnRlbnRBZG1pblJlc3BvbnNlEkcKBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmRCBrpIA8gBASIzChpHZXRSZWNlbnRDYXRlZ29yaWVzUmVxdWVzdBIVCg1OdW1DYXRlZ29yaWVzGAEgASgNIjoKG0dldFJlY2VudENhdGVnb3JpZXNSZXNwb25zZRIbCgtDYXRlZ29yeUlkcxgBIAMoCUIGukgDyAEBIicKFEdldFJlY2VudFRhZ3NSZXF1ZXN0Eg8KB051bVRhZ3MYASABKA0iLQoVR2V0UmVjZW50VGFnc1Jlc3BvbnNlEhQKBFRhZ3MYASADKAlCBrpIA8gBASJbChhHZXRSZWxhdGVkQ29udGVudFJlcXVlc3QSGQoJQ29udGVudElEGAEgASgJQga6SAPIAQESEAoIUGFnZVNpemUYAiABKA0SEgoKUGFnZU9mZnNldBgDIAEoDSKxAQoZR2V0UmVsYXRlZENvbnRlbnRSZXNwb25zZRJMCgdSZWNvcmRzGAEgAygLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudExpc3RSZWNvcmRCBrpIA8gBARIXCg9QYWdlT2Zmc2V0U3RhcnQYCyABKA0SFQoNUGFnZU9mZnNldEVuZBgMIAEoDRIWCg5QYWdlVG90YWxJdGVtcxgNIAEoDSLNAQoUTW9kaWZ5Q29udGVudFJlcXVlc3QSGQoJQ29udGVudElEGAEgASgJQga6SAPIAQESSwoGUHVibGljGAIgASgLMjMuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFB1YmxpY0RhdGFCBrpIA8gBARJNCgdQcml2YXRlGAMgASgLMjQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFByaXZhdGVEYXRhQga6SAPIAQEiYAoVTW9kaWZ5Q29udGVudFJlc3BvbnNlEkcKBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmRCBrpIA8gBASLaAwoRQ29udGVudExpc3RSZWNvcmQSEQoJQ29udGVudElEGAEgASgJEjAKDENyZWF0ZWRPblVUQxgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMAoMUHVibGlzaE9uVVRDGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgtQaW5uZWRPblVUQxgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASDQoFVGl0bGUYCiABKAkSEwoLRGVzY3JpcHRpb24YCyABKAkSGQoRU3Vic2NyaXB0aW9uTGV2ZWwYDCABKA0SCwoDVVJMGA0gASgJEg4KBkF1dGhvchgOIAEoCRIQCghBdXRob3JJRBgPIAEoCRIcChRGZWF0dXJlZEltYWdlQXNzZXRJRBgUIAEoCRITCgtDYXRlZ29yeUlkcxgVIAMoCRISCgpDaGFubmVsSWRzGBYgAygJEhQKDElzTGl2ZVN0cmVhbRgXIAEoCBIOCgZJc0xpdmUYGCABKAgSQgoLQ29udGVudFR5cGUYGSABKA4yLS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50VHlwZSJkChVQdWJsaXNoQ29udGVudFJlcXVlc3QSGQoJQ29udGVudElEGAEgASgJQga6SAPIAQESMAoMUHVibGlzaE9uVVRDGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJhChZQdWJsaXNoQ29udGVudFJlc3BvbnNlEkcKBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmRCBrpIA8gBASKsAgoUU2VhcmNoQ29udGVudFJlcXVlc3QSEAoIUGFnZVNpemUYASABKA0SEgoKUGFnZU9mZnNldBgCIAEoDRINCgVRdWVyeRgGIAEoCRJVChJTdWJzY3JpcHRpb25TZWFyY2gYCiABKAsyOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5TdWJzY3JpcHRpb25MZXZlbFNlYXJjaBJCCgtDb250ZW50VHlwZRgLIAEoDjItLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRUeXBlEhIKCkNhdGVnb3J5SWQYDCABKAkSEQoJQ2hhbm5lbElkGA0gASgJEgsKA1RhZxgOIAEoCRIQCghPbmx5TGl2ZRgPIAEoCCKtAQoVU2VhcmNoQ29udGVudFJlc3BvbnNlEkwKB1JlY29yZHMYASADKAsyMy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Db250ZW50TGlzdFJlY29yZEIGukgDyAEBEhcKD1BhZ2VPZmZzZXRTdGFydBgLIAEoDRIVCg1QYWdlT2Zmc2V0RW5kGAwgASgNEhYKDlBhZ2VUb3RhbEl0ZW1zGA0gASgNIjUKGFVuYW5ub3VuY2VDb250ZW50UmVxdWVzdBIZCglDb250ZW50SUQYASABKAlCBrpIA8gBASJkChlVbmFubm91bmNlQ29udGVudFJlc3BvbnNlEkcKBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmRCBrpIA8gBASIzChZVbmRlbGV0ZUNvbnRlbnRSZXF1ZXN0EhkKCUNvbnRlbnRJRBgBIAEoCUIGukgDyAEBImIKF1VuZGVsZXRlQ29udGVudFJlc3BvbnNlEkcKBlJlY29yZBgBIAEoCzIvLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkNvbnRlbnRSZWNvcmRCBrpIA8gBASI0ChdVbnB1Ymxpc2hDb250ZW50UmVxdWVzdBIZCglDb250ZW50SUQYASABKAlCBrpIA8gBASJjChhVbnB1Ymxpc2hDb250ZW50UmVzcG9uc2USRwoGUmVjb3JkGAEgASgLMi8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ29udGVudFJlY29yZEIGukgDyAEBIkUKF1N1YnNjcmlwdGlvbkxldmVsU2VhcmNoEhQKDE1pbmltdW1MZXZlbBgBIAEoDRIUCgxNYXhpbXVtTGV2ZWwYAiABKA0qagoLQ29udGVudFR5cGUSDwoLQ29udGVudE5vbmUQABIQCgxDb250ZW50QXVkaW8QARISCg5Db250ZW50UGljdHVyZRACEhAKDENvbnRlbnRWaWRlbxADEhIKDkNvbnRlbnRXcml0dGVuEAQy2xcKEENvbnRlbnRJbnRlcmZhY2USvgEKD0Fubm91bmNlQ29udGVudBI4LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkFubm91bmNlQ29udGVudFJlcXVlc3QaOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Bbm5vdW5jZUNvbnRlbnRSZXNwb25zZSI2gtPkkwIwOgEqIisvYXBpL2Ntcy9hZG1pbi9jb250ZW50L3tDb250ZW50SUR9L2Fubm91bmNlEqMBCg1DcmVhdGVDb250ZW50EjYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuQ3JlYXRlQ29udGVudFJlcXVlc3QaNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5DcmVhdGVDb250ZW50UmVzcG9uc2UiIYLT5JMCGzoBKiIWL2FwaS9jbXMvYWRtaW4vY29udGVudBKsAQoNRGVsZXRlQ29udGVudBI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkRlbGV0ZUNvbnRlbnRSZXF1ZXN0GjcuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuRGVsZXRlQ29udGVudFJlc3BvbnNlIiqC0+STAiQqIi9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0SmgEKDUdldEFsbENvbnRlbnQSNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRBbGxDb250ZW50UmVxdWVzdBo3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldEFsbENvbnRlbnRSZXNwb25zZSIYgtPkkwISEhAvYXBpL2Ntcy9jb250ZW50Eq8BChJHZXRBbGxDb250ZW50QWRtaW4SOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRBbGxDb250ZW50QWRtaW5SZXF1ZXN0GjwuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0QWxsQ29udGVudEFkbWluUmVzcG9uc2UiHoLT5JMCGBIWL2FwaS9jbXMvYWRtaW4vY29udGVudBKdAQoKR2V0Q29udGVudBIzLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldENvbnRlbnRSZXF1ZXN0GjQuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0Q29udGVudFJlc3BvbnNlIiSC0+STAh4SHC9hcGkvY21zL2NvbnRlbnQve0NvbnRlbnRJRH0SpAEKD0dldENvbnRlbnRCeVVybBI4LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldENvbnRlbnRCeVVybFJlcXVlc3QaOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRDb250ZW50QnlVcmxSZXNwb25zZSIcgtPkkwIWEhQvYXBpL2Ntcy9jb250ZW50L3VybBKyAQoPR2V0Q29udGVudEFkbWluEjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0Q29udGVudEFkbWluUmVxdWVzdBo5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldENvbnRlbnRBZG1pblJlc3BvbnNlIiqC0+STAiQSIi9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0StgEKE0dldFJlY2VudENhdGVnb3JpZXMSPC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5HZXRSZWNlbnRDYXRlZ29yaWVzUmVxdWVzdBo9LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldFJlY2VudENhdGVnb3JpZXNSZXNwb25zZSIigtPkkwIcEhovYXBpL2Ntcy9jYXRlZ29yaWVzL3JlY2VudBKeAQoNR2V0UmVjZW50VGFncxI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldFJlY2VudFRhZ3NSZXF1ZXN0GjcuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuR2V0UmVjZW50VGFnc1Jlc3BvbnNlIhyC0+STAhYSFC9hcGkvY21zL3RhZ3MvcmVjZW50EroBChFHZXRSZWxhdGVkQ29udGVudBI6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldFJlbGF0ZWRDb250ZW50UmVxdWVzdBo7LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkdldFJlbGF0ZWRDb250ZW50UmVzcG9uc2UiLILT5JMCJhIkL2FwaS9jbXMvY29udGVudC97Q29udGVudElEfS9yZWxhdGVkEq8BCg1Nb2RpZnlDb250ZW50EjYuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTW9kaWZ5Q29udGVudFJlcXVlc3QaNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5Nb2RpZnlDb250ZW50UmVzcG9uc2UiLYLT5JMCJzoBKiIiL2FwaS9jbXMvYWRtaW4vY29udGVudC97Q29udGVudElEfRK6AQoOUHVibGlzaENvbnRlbnQSNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5QdWJsaXNoQ29udGVudFJlcXVlc3QaOC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5QdWJsaXNoQ29udGVudFJlc3BvbnNlIjWC0+STAi86ASoiKi9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0vcHVibGlzaBKZAQoNU2VhcmNoQ29udGVudBI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlNlYXJjaENvbnRlbnRSZXF1ZXN0GjcuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuU2VhcmNoQ29udGVudFJlc3BvbnNlIheC0+STAhESDy9hcGkvY21zL3NlYXJjaBLDAQoRVW5hbm5vdW5jZUNvbnRlbnQSOi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5VbmFubm91bmNlQ29udGVudFJlcXVlc3QaOy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5VbmFubm91bmNlQ29udGVudFJlc3BvbnNlIjWC0+STAi8iLS9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0vdW5hbm5vdW5jZRK7AQoPVW5kZWxldGVDb250ZW50EjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuVW5kZWxldGVDb250ZW50UmVxdWVzdBo5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlVuZGVsZXRlQ29udGVudFJlc3BvbnNlIjOC0+STAi0iKy9hcGkvY21zL2FkbWluL2NvbnRlbnQve0NvbnRlbnRJRH0vdW5kZWxldGUSvwEKEFVucHVibGlzaENvbnRlbnQSOS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5VbnB1Ymxpc2hDb250ZW50UmVxdWVzdBo6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LlVucHVibGlzaENvbnRlbnRSZXNwb25zZSI0gtPkkwIuIiwvYXBpL2Ntcy9hZG1pbi9jb250ZW50L3tDb250ZW50SUR9L3VucHVibGlzaGIGcHJvdG8z", [file_google_api_annotations, file_google_protobuf_timestamp, file_buf_validate_validate, file_Protos_IT_WebServices_Fragments_Content_ContentRecord]);
|
|
12
13
|
/**
|
|
13
14
|
* Describes the message IT.WebServices.Fragments.Content.AnnounceContentRequest.
|
|
14
15
|
* Use `create(AnnounceContentRequestSchema)` to create a new message.
|
|
@@ -1,2 +1,39 @@
|
|
|
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/Content/ImageAssetRecord.proto (package IT.WebServices.Fragments.Content, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { 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/Content/ImageAssetRecord.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord = /*@__PURE__*/ fileDesc("Cj5Qcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvSW1hZ2VBc3NldFJlY29yZC5wcm90bxIgSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQiqAEKEEltYWdlQXNzZXRSZWNvcmQSSAoGUHVibGljGAEgASgLMjguSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuSW1hZ2VBc3NldFB1YmxpY1JlY29yZBJKCgdQcml2YXRlGAIgASgLMjkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuSW1hZ2VBc3NldFByaXZhdGVSZWNvcmQiogEKDkltYWdlQXNzZXREYXRhEkYKBlB1YmxpYxgBIAEoCzI2LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkltYWdlQXNzZXRQdWJsaWNEYXRhEkgKB1ByaXZhdGUYAiABKAsyNy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5JbWFnZUFzc2V0UHJpdmF0ZURhdGEi1AEKFkltYWdlQXNzZXRQdWJsaWNSZWNvcmQSDwoHQXNzZXRJRBgBIAEoCRIwCgxDcmVhdGVkT25VVEMYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDU1vZGlmaWVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkQKBERhdGEYFSABKAsyNi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5JbWFnZUFzc2V0UHVibGljRGF0YSKHAQoXSW1hZ2VBc3NldFByaXZhdGVSZWNvcmQSEQoJQ3JlYXRlZEJ5GAIgASgJEhIKCk1vZGlmaWVkQnkYAyABKAkSRQoERGF0YRgVIAEoCzI3LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50LkltYWdlQXNzZXRQcml2YXRlRGF0YSKCAQoUSW1hZ2VBc3NldFB1YmxpY0RhdGESDQoFVGl0bGUYASABKAkSDwoHQ2FwdGlvbhgCIAEoCRILCgNVUkwYAyABKAkSEAoITWltZVR5cGUYBCABKAkSDgoGSGVpZ2h0GAUgASgNEg0KBVdpZHRoGAYgASgNEgwKBERhdGEYFCABKAwiKwoVSW1hZ2VBc3NldFByaXZhdGVEYXRhEhIKCk9sZEFzc2V0SUQYMyABKAliBnByb3RvMw", [file_google_protobuf_timestamp]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message IT.WebServices.Fragments.Content.ImageAssetRecord.
|
|
12
|
+
* Use `create(ImageAssetRecordSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const ImageAssetRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message IT.WebServices.Fragments.Content.ImageAssetData.
|
|
17
|
+
* Use `create(ImageAssetDataSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ImageAssetDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message IT.WebServices.Fragments.Content.ImageAssetPublicRecord.
|
|
22
|
+
* Use `create(ImageAssetPublicRecordSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const ImageAssetPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 2);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message IT.WebServices.Fragments.Content.ImageAssetPrivateRecord.
|
|
27
|
+
* Use `create(ImageAssetPrivateRecordSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const ImageAssetPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 3);
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message IT.WebServices.Fragments.Content.ImageAssetPublicData.
|
|
32
|
+
* Use `create(ImageAssetPublicDataSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const ImageAssetPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 4);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message IT.WebServices.Fragments.Content.ImageAssetPrivateData.
|
|
37
|
+
* Use `create(ImageAssetPrivateDataSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const ImageAssetPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_ImageAssetRecord, 5);
|
package/dist/esm/{gen/Protos/IT/WebServices/Fragments/Content → Content}/Music/MusicInterface_pb.js
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file Protos/IT/WebServices/Fragments/Content/Music/MusicInterface.proto (package IT.WebServices.Fragments.Content.Music, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { enumDesc, 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_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
7
|
import { file_Protos_IT_WebServices_Fragments_Content_ContentRecord } from "../ContentRecord_pb";
|
|
8
8
|
/**
|
|
@@ -1,2 +1,74 @@
|
|
|
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/Content/Music/MusicRecord.proto (package IT.WebServices.Fragments.Content.Music, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { 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/Content/Music/MusicRecord.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord = /*@__PURE__*/ fileDesc("Cj9Qcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0NvbnRlbnQvTXVzaWMvTXVzaWNSZWNvcmQucHJvdG8SJklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljIqsBCg1Db250ZW50UmVjb3JkEksKBlB1YmxpYxgBIAEoCzI7LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQdWJsaWNSZWNvcmQSTQoHUHJpdmF0ZRgCIAEoCzI8LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQcml2YXRlUmVjb3JkIp4DChNDb250ZW50UHVibGljUmVjb3JkEhEKCUNvbnRlbnRJRBgBIAEoCRIwCgxDcmVhdGVkT25VVEMYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjEKDU1vZGlmaWVkT25VVEMYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDFB1Ymxpc2hPblVUQxgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNQW5ub3VuY2VPblVUQxgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLwoLUGlubmVkT25VVEMYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKDERlbGV0ZWRPblVUQxgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASRwoERGF0YRgVIAEoCzI5LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQdWJsaWNEYXRhItYBChRDb250ZW50UHJpdmF0ZVJlY29yZBIRCglDcmVhdGVkQnkYAiABKAkSEgoKTW9kaWZpZWRCeRgDIAEoCRITCgtQdWJsaXNoZWRCeRgEIAEoCRITCgtBbm5vdW5jZWRCeRgHIAEoCRIQCghQaW5uZWRCeRgFIAEoCRIRCglEZWxldGVkQnkYBiABKAkSSAoERGF0YRgVIAEoCzI6LklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLkNvbnRlbnRQcml2YXRlRGF0YSK3BAoRQ29udGVudFB1YmxpY0RhdGESDQoFVGl0bGUYASABKAkSEwoLRGVzY3JpcHRpb24YAiABKAkSDgoGQXV0aG9yGAMgASgJEhAKCEF1dGhvcklEGA0gASgJEgsKA1VSTBgEIAEoCRIcChRGZWF0dXJlZEltYWdlQXNzZXRJRBgGIAEoCRIZChFTdWJzY3JpcHRpb25MZXZlbBgHIAEoDRITCgtDYXRlZ29yeUlkcxgIIAMoCRISCgpDaGFubmVsSWRzGAkgAygJEgwKBFRhZ3MYCiADKAkSTwoFQXVkaW8YFCABKAsyPi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5NdXNpYy5BdWRpb0NvbnRlbnRQdWJsaWNEYXRhSAASUwoHUGljdHVyZRgVIAEoCzJALklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5Db250ZW50Lk11c2ljLlBpY3R1cmVDb250ZW50UHVibGljRGF0YUgAEk8KBVZpZGVvGBYgASgLMj4uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuVmlkZW9Db250ZW50UHVibGljRGF0YUgAElMKB1dyaXR0ZW4YFyABKAsyQC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQ29udGVudC5NdXNpYy5Xcml0dGVuQ29udGVudFB1YmxpY0RhdGFIAEITChFDb250ZW50RGF0YV9vbmVvZiKPAwoSQ29udGVudFByaXZhdGVEYXRhElAKBUF1ZGlvGBQgASgLMj8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuQXVkaW9Db250ZW50UHJpdmF0ZURhdGFIABJUCgdQaWN0dXJlGBUgASgLMkEuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuUGljdHVyZUNvbnRlbnRQcml2YXRlRGF0YUgAElAKBVZpZGVvGBYgASgLMj8uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuVmlkZW9Db250ZW50UHJpdmF0ZURhdGFIABJUCgdXcml0dGVuGBcgASgLMkEuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkNvbnRlbnQuTXVzaWMuV3JpdHRlbkNvbnRlbnRQcml2YXRlRGF0YUgAEhQKDE9sZENvbnRlbnRJRBgzIAEoCUITChFDb250ZW50RGF0YV9vbmVvZiJAChZBdWRpb0NvbnRlbnRQdWJsaWNEYXRhEhAKCEh0bWxCb2R5GAEgASgJEhQKDEF1ZGlvQXNzZXRJRBgCIAEoCSIZChdBdWRpb0NvbnRlbnRQcml2YXRlRGF0YSJDChhQaWN0dXJlQ29udGVudFB1YmxpY0RhdGESEAoISHRtbEJvZHkYASABKAkSFQoNSW1hZ2VBc3NldElEcxgCIAMoCSIbChlQaWN0dXJlQ29udGVudFByaXZhdGVEYXRhIn8KFlZpZGVvQ29udGVudFB1YmxpY0RhdGESEAoISHRtbEJvZHkYASABKAkSFAoMSXNMaXZlU3RyZWFtGAIgASgIEg4KBklzTGl2ZRgDIAEoCBIVCg1SdW1ibGVWaWRlb0lkGAsgASgJEhYKDllvdXR1YmVWaWRlb0lkGAwgASgJIhkKF1ZpZGVvQ29udGVudFByaXZhdGVEYXRhIiwKGFdyaXR0ZW5Db250ZW50UHVibGljRGF0YRIQCghIdG1sQm9keRgBIAEoCSIbChlXcml0dGVuQ29udGVudFByaXZhdGVEYXRhYgZwcm90bzM", [file_google_protobuf_timestamp]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.ContentRecord.
|
|
12
|
+
* Use `create(ContentRecordSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const ContentRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.ContentPublicRecord.
|
|
17
|
+
* Use `create(ContentPublicRecordSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ContentPublicRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.ContentPrivateRecord.
|
|
22
|
+
* Use `create(ContentPrivateRecordSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const ContentPrivateRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 2);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.ContentPublicData.
|
|
27
|
+
* Use `create(ContentPublicDataSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const ContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 3);
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.ContentPrivateData.
|
|
32
|
+
* Use `create(ContentPrivateDataSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const ContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 4);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.AudioContentPublicData.
|
|
37
|
+
* Use `create(AudioContentPublicDataSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const AudioContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 5);
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.AudioContentPrivateData.
|
|
42
|
+
* Use `create(AudioContentPrivateDataSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const AudioContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 6);
|
|
45
|
+
/**
|
|
46
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.PictureContentPublicData.
|
|
47
|
+
* Use `create(PictureContentPublicDataSchema)` to create a new message.
|
|
48
|
+
*/
|
|
49
|
+
export const PictureContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 7);
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.PictureContentPrivateData.
|
|
52
|
+
* Use `create(PictureContentPrivateDataSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const PictureContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 8);
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.VideoContentPublicData.
|
|
57
|
+
* Use `create(VideoContentPublicDataSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const VideoContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 9);
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.VideoContentPrivateData.
|
|
62
|
+
* Use `create(VideoContentPrivateDataSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const VideoContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 10);
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.WrittenContentPublicData.
|
|
67
|
+
* Use `create(WrittenContentPublicDataSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
export const WrittenContentPublicDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 11);
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message IT.WebServices.Fragments.Content.Music.WrittenContentPrivateData.
|
|
72
|
+
* Use `create(WrittenContentPrivateDataSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
export const WrittenContentPrivateDataSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Content_Music_MusicRecord, 12);
|