From 55ac12a948548e35d76862300de285f2eb1b4cc6 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 24 Sep 2024 23:27:12 +0100 Subject: [PATCH] chore_: delete generated files chore_: remove mockgen files from git chore_: delete protoc and bindata generated files chore_: delete contracts/mock/contracts.go --- appdatabase/migrations/bindata.go | 3058 --------- appdatabase/migrationsprevnodecfg/bindata.go | 1494 ----- contracts/mock/contracts.go | 89 - mailserver/migrations/bindata.go | 321 - multiaccounts/migrations/bindata.go | 574 -- .../mocks/database_settings_manager_mock.go | 1042 ---- protocol/anonmetrics/migrations/migrations.go | 321 - protocol/communities/migrations/migrations.go | 319 - protocol/encryption/migrations/migrations.go | 758 --- protocol/encryption/protocol_message.pb.go | 1158 ---- protocol/internal/sqlite/migrations.go | 281 - protocol/messenger_handlers.go | 1896 ------ protocol/migrations/migrations.go | 3610 ----------- protocol/protobuf/anon_metrics.pb.go | 282 - .../application_metadata_message.pb.go | 648 -- protocol/protobuf/chat_identity.pb.go | 528 -- protocol/protobuf/chat_message.pb.go | 2695 -------- protocol/protobuf/command.pb.go | 630 -- protocol/protobuf/communities.pb.go | 4085 ------------ ...mmunity_privileged_user_sync_message.pb.go | 380 -- protocol/protobuf/community_shard_key.pb.go | 177 - protocol/protobuf/community_update.pb.go | 1015 --- protocol/protobuf/contact.pb.go | 459 -- protocol/protobuf/contact_verification.pb.go | 380 -- protocol/protobuf/emoji_reaction.pb.go | 291 - protocol/protobuf/enums.pb.go | 272 - protocol/protobuf/group_chat_invitation.pb.go | 240 - .../protobuf/membership_update_message.pb.go | 429 -- protocol/protobuf/pairing.pb.go | 5500 ----------------- protocol/protobuf/pin_message.pb.go | 187 - protocol/protobuf/profile_showcase.pb.go | 1809 ------ protocol/protobuf/push_notifications.pb.go | 1356 ---- protocol/protobuf/segment_message.pb.go | 202 - protocol/protobuf/shard.pb.go | 324 - protocol/protobuf/status_update.pb.go | 241 - protocol/protobuf/sync_settings.pb.go | 378 -- protocol/protobuf/url_data.pb.go | 455 -- .../migrations/migrations.go | 413 -- .../migrations/migrations.go | 367 -- protocol/sqlite/migrations.go | 75 - protocol/transport/migrations/migrations.go | 390 -- rpc/chain/mock/client/client.go | 791 --- rpc/chain/mock/client/ethclient/eth_client.go | 1154 ---- .../ethclient/rps_limited_eth_client.go | 555 -- rpc/mock/client/client.go | 156 - rpc/network/mock/network.go | 114 - services/peer/discoverer_mock.go | 53 - .../collectibles/mock/collectible_data_db.go | 114 - .../collectibles/mock/collection_data_db.go | 114 - services/wallet/onramp/mock/types.go | 80 - .../pathprocessor/cbridge/cbridge.pb.go | 184 - .../pathprocessor/cbridge/gateway.pb.go | 2321 ------- .../router/pathprocessor/cbridge/query.pb.go | 274 - .../mock_pathprocessor/processor.go | 219 - .../thirdparty/mock/collectible_types.go | 532 -- services/wallet/thirdparty/mock/types.go | 168 - .../wallet/thirdparty/paraswap/mock/types.go | 127 - .../balance_persistence.go | 72 - .../wallet/token/mock/token/tokenmanager.go | 180 - static/bindata.go | 697 --- t/bindata.go | 323 - transactions/fake/mock.go | 105 - transactions/mock_transactor/transactor.go | 201 - walletdatabase/migrations/bindata.go | 1011 --- 64 files changed, 48674 deletions(-) delete mode 100644 appdatabase/migrations/bindata.go delete mode 100644 appdatabase/migrationsprevnodecfg/bindata.go delete mode 100644 contracts/mock/contracts.go delete mode 100644 mailserver/migrations/bindata.go delete mode 100644 multiaccounts/migrations/bindata.go delete mode 100644 multiaccounts/settings/mocks/database_settings_manager_mock.go delete mode 100644 protocol/anonmetrics/migrations/migrations.go delete mode 100644 protocol/communities/migrations/migrations.go delete mode 100644 protocol/encryption/migrations/migrations.go delete mode 100644 protocol/encryption/protocol_message.pb.go delete mode 100644 protocol/internal/sqlite/migrations.go delete mode 100644 protocol/messenger_handlers.go delete mode 100644 protocol/migrations/migrations.go delete mode 100644 protocol/protobuf/anon_metrics.pb.go delete mode 100644 protocol/protobuf/application_metadata_message.pb.go delete mode 100644 protocol/protobuf/chat_identity.pb.go delete mode 100644 protocol/protobuf/chat_message.pb.go delete mode 100644 protocol/protobuf/command.pb.go delete mode 100644 protocol/protobuf/communities.pb.go delete mode 100644 protocol/protobuf/community_privileged_user_sync_message.pb.go delete mode 100644 protocol/protobuf/community_shard_key.pb.go delete mode 100644 protocol/protobuf/community_update.pb.go delete mode 100644 protocol/protobuf/contact.pb.go delete mode 100644 protocol/protobuf/contact_verification.pb.go delete mode 100644 protocol/protobuf/emoji_reaction.pb.go delete mode 100644 protocol/protobuf/enums.pb.go delete mode 100644 protocol/protobuf/group_chat_invitation.pb.go delete mode 100644 protocol/protobuf/membership_update_message.pb.go delete mode 100644 protocol/protobuf/pairing.pb.go delete mode 100644 protocol/protobuf/pin_message.pb.go delete mode 100644 protocol/protobuf/profile_showcase.pb.go delete mode 100644 protocol/protobuf/push_notifications.pb.go delete mode 100644 protocol/protobuf/segment_message.pb.go delete mode 100644 protocol/protobuf/shard.pb.go delete mode 100644 protocol/protobuf/status_update.pb.go delete mode 100644 protocol/protobuf/sync_settings.pb.go delete mode 100644 protocol/protobuf/url_data.pb.go delete mode 100644 protocol/pushnotificationclient/migrations/migrations.go delete mode 100644 protocol/pushnotificationserver/migrations/migrations.go delete mode 100644 protocol/sqlite/migrations.go delete mode 100644 protocol/transport/migrations/migrations.go delete mode 100644 rpc/chain/mock/client/client.go delete mode 100644 rpc/chain/mock/client/ethclient/eth_client.go delete mode 100644 rpc/chain/mock/client/ethclient/rps_limited_eth_client.go delete mode 100644 rpc/mock/client/client.go delete mode 100644 rpc/network/mock/network.go delete mode 100644 services/peer/discoverer_mock.go delete mode 100644 services/wallet/collectibles/mock/collectible_data_db.go delete mode 100644 services/wallet/collectibles/mock/collection_data_db.go delete mode 100644 services/wallet/onramp/mock/types.go delete mode 100644 services/wallet/router/pathprocessor/cbridge/cbridge.pb.go delete mode 100644 services/wallet/router/pathprocessor/cbridge/gateway.pb.go delete mode 100644 services/wallet/router/pathprocessor/cbridge/query.pb.go delete mode 100644 services/wallet/router/pathprocessor/mock_pathprocessor/processor.go delete mode 100644 services/wallet/thirdparty/mock/collectible_types.go delete mode 100644 services/wallet/thirdparty/mock/types.go delete mode 100644 services/wallet/thirdparty/paraswap/mock/types.go delete mode 100644 services/wallet/token/mock/balance_persistence/balance_persistence.go delete mode 100644 services/wallet/token/mock/token/tokenmanager.go delete mode 100644 static/bindata.go delete mode 100644 t/bindata.go delete mode 100644 transactions/fake/mock.go delete mode 100644 transactions/mock_transactor/transactor.go delete mode 100644 walletdatabase/migrations/bindata.go diff --git a/appdatabase/migrations/bindata.go b/appdatabase/migrations/bindata.go deleted file mode 100644 index bc9b4611c..000000000 --- a/appdatabase/migrations/bindata.go +++ /dev/null @@ -1,3058 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1640111208_dummy.up.sql (258B) -// 1642666031_add_removed_clock_to_bookmarks.up.sql (117B) -// 1643644541_gif_api_key_setting.up.sql (108B) -// 1644188994_recent_stickers.up.sql (79B) -// 1646659233_add_address_to_dapp_permisssion.up.sql (700B) -// 1646841105_add_emoji_account.up.sql (96B) -// 1647278782_display_name.up.sql (110B) -// 1647862838_reset_last_backup.up.sql (37B) -// 1647871652_add_settings_sync_clock_table.up.sql (1.044kB) -// 1647880168_add_torrent_config.up.sql (211B) -// 1647882837_add_communities_settings_table.up.sql (206B) -// 1647956635_add_waku_messages_table.up.sql (266B) -// 1648554928_network_test.up.sql (132B) -// 1649174829_add_visitble_token.up.sql (84B) -// 1649882262_add_derived_from_accounts.up.sql (110B) -// 1650612625_add_community_message_archive_hashes_table.up.sql (130B) -// 1650616788_add_communities_archives_info_table.up.sql (208B) -// 1652715604_add_clock_accounts.up.sql (62B) -// 1653037334_add_notifications_settings_table.up.sql (1.276kB) -// 1654702119_add_mutual_contact_settings.up.sql (78B) -// 1655375270_add_clock_field_to_communities_settings_table.up.sql (74B) -// 1655385721_drop_networks_config.up.sql (27B) -// 1655385724_networks_chainColor_shortName.up.sql (220B) -// 1655456688_add_deleted_at_field_to_bookmarks_table.up.sql (69B) -// 1655462032_create_bookmarks_deleted_at_index.up.sql (81B) -// 1657617291_add_multi_transactions_table.up.sql (412B) -// 1660134042_add_social_links_settings_table.up.sql (334B) -// 1660134060_settings_bio.up.sql (91B) -// 1660134070_add_wakuv2_store.up.sql (269B) -// 1660134072_waku2_store_messages.up.sql (497B) -// 1662365868_add_key_uid_accounts.up.sql (68B) -// 1662447680_add_keypairs_table.up.sql (218B) -// 1662460056_move_favourites_to_saved_addresses.up.sql (233B) -// 1662738097_add_base_fee_transaction.up.sql (112B) -// 1662972194_add_keypairs_table.up.sql (345B) -// 1664392661_add_third_party_id_to_waku_messages.up.sql (70B) -// 1664783660_add_sync_info_to_saved_addresses.up.sql (388B) -// 1668109917_wakunodes.up.sql (99B) -// 1670249678_display_name_to_settings_sync_clock_table.up.sql (83B) -// 1670836810_add_imported_flag_to_community_archive_hashes.up.sql (144B) -// 1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql (86B) -// 1672933930_switcher_card.up.sql (162B) -// 1674056187_add_price_cache.up.sql (255B) -// 1674136690_ens_usernames.up.sql (98B) -// 1674232431_add_balance_history.up.sql (698B) -// 1676368933_keypairs_to_keycards.up.sql (639B) -// 1676951398_add_currency_format_cache.up.sql (291B) -// 1676968196_keycards_add_clock_column.up.sql (73B) -// 1676968197_add_fallback_rpc_to_networks.up.sql (112B) -// 1677674090_add_chains_ens_istest_to_saved_addresses.up.sql (638B) -// 1677681143_accounts_table_type_column_update.up.sql (135B) -// 1678264207_accounts_table_new_columns_added.up.sql (130B) -// 1680770368_add_bio_to_settings_sync_clock_table.up.sql (75B) -// 1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql (311B) -// 1681392602_9d_sync_period.up.sql (60B) -// 1681762078_default_sync_period_9d.up.sql (3.002kB) -// 1681780680_add_clock_to_social_links_settings.up.sql (137B) -// 1682073779_settings_table_remove_latest_derived_path_column.up.sql (4.47kB) -// 1682146075_add_created_at_to_saved_addresses.up.sql (107B) -// 1682393575_sync_ens_name.up.sql (713B) -// 1683457503_add_blocks_ranges_sequential_table.up.sql (263B) -// 1683627613_accounts_and_keycards_improvements.up.sql (3.64kB) -// 1685041348_settings_table_add_latest_derived_path_column.up.sql (115B) -// 1685440989_update_color_id_accounts.up.sql (918B) -// 1685463947_add_to_asset_to_multitransaction.up.sql (61B) -// 1685880973_add_profile_links_settings_table.up.sql (1.656kB) -// 1686041510_add_idx_transfers_blkno_loaded.up.sql (71B) -// 1686048341_transfers_receipt_json_blob_out.up.sql.down.sql (104B) -// 1686048341_transfers_receipt_json_blob_out.up.sql.up.sql (1.5kB) -// 1686825075_cleanup_token_address.up.sql (273B) -// 1687193315_transfers_extract_from_to_address.down.sql (104B) -// 1687193315_transfers_extract_from_to_address.up.sql (499B) -// 1687249080_add_position_accounts.up..sql (2.053kB) -// 1687269871_add_device_name.up.sql (108B) -// 1687506642_include_watch_only_account_setting.up.sql (81B) -// 1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql (98B) -// 1688054680_add_columns_to_multitransaction.up.sql (342B) -// 1688636552_keycards_table_columns_update.up.sql (1.051kB) -// 1689248269_add_related_chain_id_networks.up.sql (66B) -// 1689340211_index_filter_columns.up.sql (633B) -// 1689498471_make_wallet_accounts_positions_non_negative.up.sql (1.617kB) -// 1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql (284B) -// 1690225863_add_collectibles_ownership_cache.up.sql (327B) -// 1690734354_add_preferred_chain_ids.up.sql (189B) -// 1691173699_add_collectibles_and_collections_data_cache.up.sql (1.811kB) -// 1691753758_move_wallet_tables_to_wallet_db.up.sql (603B) -// 1691753800_pubsubtopic_key.up.sql (767B) -// 1693900971_add_profile_migration_needed_column_to_settings_table.up.sql (88B) -// 1694764094_add_original_to_networks.up.sql (120B) -// 1695974515_add_is_sepolia_enabled_to_settings.up.sql (82B) -// 1696259336_settings_add_url_unfurling_mode.up.sql (160B) -// 1697123140_drop_include_watch_only_accounts.up.sql (61B) -// 1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql (72B) -// 1697623289_add_omit_transfers_history_scan_to_settings.up.sql (92B) -// 1699577175_use_shards.up.sql (84B) -// 1700741911_clusterID.up.sql (75B) -// 1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql (95B) -// 1701084317_add_mnemonic_was_not_shown_to_settings.up.sql (87B) -// 1701444172_token_preferences.up.sql (511B) -// 1701961850_shards_test.up.sql (1.276kB) -// 1702395750_fix_enr_shards_test.up.sql (1.234kB) -// 1702999401_add_dns_discovery_url.up.sql (284B) -// 1704281285_tokens_advanced_settings.up.sql (743B) -// 1705338819_collectible_preferences.up.sql (590B) -// 1706097653_migration_order_fix.up.sql (9.484kB) -// 1706955596_community_storenodes.up.sql (515B) -// 1708352924_add_peer_syncing_enabled_to_settings.up.sql (85B) -// 1708416025_make_sepolia_default.up.sql (81B) -// 1709203128_fix_chain_colors.up.sql (244B) -// 1709795716_migration_order_fix.up.sql (7.909kB) -// 1715756976_network_short_names_update.up.sql (256B) -// 1716385243_no_discovery.up.sql (44B) -// 1718785164_max_delivery_attempts_update.up.sql (60B) -// 1718978062_nodeconfig_add_connector.up.sql (76B) -// 1720466921_missing_message_verification.up.sql (167B) -// 1720557751_rename_staging.up.sql (3.258kB) -// 1720606449_enable_store_confirmation_for_messages_sent.up.sql (191B) -// 1721215212_create_keycard_and_accounts.up.sql (725B) -// 1721832718_rename_shard_test.up.sql (3.186kB) -// 1722415278_remove_incorrectly_added_keycards.up.sql (67B) -// 1724939813_remove_omit_transfers_history_scan_from_settings.up.sql (62B) -// doc.go (94B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1640111208_dummyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\x04\x31\x0c\x44\x7b\xbe\x62\x3a\x40\x22\x7f\x71\x57\x50\xc0\x4a\xe8\x44\x9f\x4b\x26\x1b\x8b\x5d\x1b\x62\xa3\xe5\xf3\x51\x44\x45\x73\x6e\x3d\xef\xcd\xa4\x84\xd3\x82\xd7\xe5\x82\xb7\xf3\xcb\xf2\x7e\xbe\x4b\x09\xe9\xd6\xcd\xc0\xa5\x8b\xa3\xc9\x46\x54\xa3\x43\x2d\xba\xe8\x3a\x3f\xcf\x71\xef\x28\x83\x39\x58\xe1\x86\xe8\xc4\x2e\xeb\xc8\x21\xa6\xf8\x50\x3b\x1c\x6d\xd8\x8e\xa3\x4b\xe9\xf0\xaf\xed\xcf\x13\x86\x62\x1a\xa2\xdf\x84\x8b\x16\x62\xda\xfe\xd3\x3d\x3b\xae\xa4\xc2\x3f\x37\x89\x59\x20\x8a\x38\x0c\x0f\x57\x36\x1b\x7c\x42\xd6\x8a\xdc\x82\x03\x6a\x95\xa5\xad\xe0\x4f\x8c\x5c\x26\xfe\x38\x85\x27\x9b\x63\x91\x6b\x45\xb1\x4a\x74\x0e\xfe\x06\x00\x00\xff\xff\x9b\xc1\xf3\x13\x02\x01\x00\x00") - -func _1640111208_dummyUpSqlBytes() ([]byte, error) { - return bindataRead( - __1640111208_dummyUpSql, - "1640111208_dummy.up.sql", - ) -} - -func _1640111208_dummyUpSql() (*asset, error) { - bytes, err := _1640111208_dummyUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1640111208_dummy.up.sql", size: 258, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xf0, 0xae, 0x20, 0x6e, 0x75, 0xd1, 0x36, 0x14, 0xf2, 0x40, 0xe5, 0xd6, 0x7a, 0xc4, 0xa5, 0x72, 0xaa, 0xb5, 0x4d, 0x71, 0x97, 0xb8, 0xe8, 0x95, 0x22, 0x95, 0xa2, 0xac, 0xaf, 0x48, 0x58}} - return a, nil -} - -var __1642666031_add_removed_clock_to_bookmarksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\xcd\x2f\x4b\x4d\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\x22\xa8\x3f\x39\x27\x3f\x39\x5b\xc1\xd3\x2f\x04\xae\xd3\xc0\x1a\x10\x00\x00\xff\xff\xe6\xf6\xbf\x66\x75\x00\x00\x00") - -func _1642666031_add_removed_clock_to_bookmarksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1642666031_add_removed_clock_to_bookmarksUpSql, - "1642666031_add_removed_clock_to_bookmarks.up.sql", - ) -} - -func _1642666031_add_removed_clock_to_bookmarksUpSql() (*asset, error) { - bytes, err := _1642666031_add_removed_clock_to_bookmarksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1642666031_add_removed_clock_to_bookmarks.up.sql", size: 117, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x4e, 0x38, 0x99, 0x7a, 0xc, 0x90, 0x13, 0xec, 0xfe, 0x2f, 0x55, 0xff, 0xb7, 0xb6, 0xaa, 0x96, 0xc6, 0x92, 0x79, 0xcc, 0xee, 0x4e, 0x99, 0x53, 0xfe, 0x1c, 0xbb, 0x32, 0x2, 0xa4, 0x27}} - return a, nil -} - -var __1643644541_gif_api_key_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcf\x4c\x8b\x4f\x2c\xc8\x8c\xcf\x4e\xad\x54\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x20\xd8\x35\x04\x45\xa7\x2d\x58\x15\x20\x00\x00\xff\xff\x59\x5f\x0d\x48\x6c\x00\x00\x00") - -func _1643644541_gif_api_key_settingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1643644541_gif_api_key_settingUpSql, - "1643644541_gif_api_key_setting.up.sql", - ) -} - -func _1643644541_gif_api_key_settingUpSql() (*asset, error) { - bytes, err := _1643644541_gif_api_key_settingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1643644541_gif_api_key_setting.up.sql", size: 108, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x94, 0x28, 0xfb, 0x66, 0xd1, 0x7c, 0xb8, 0x89, 0xe2, 0xb4, 0x71, 0x65, 0x24, 0x57, 0x22, 0x95, 0x38, 0x97, 0x3, 0x9b, 0xc6, 0xa4, 0x41, 0x7b, 0xba, 0xf7, 0xdb, 0x70, 0xf7, 0x20, 0x3a}} - return a, nil -} - -var __1644188994_recent_stickersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x28\x2e\xc9\x4c\xce\x4e\x2d\x2a\x8e\x2f\x4a\x4d\x4e\xcd\x2b\x89\x87\xf1\x15\x6c\x15\xfc\x42\x7d\x7c\x14\xc2\x3d\x5c\x83\x5c\x15\x8a\x2b\xf3\x4a\x32\x52\x4b\x32\x93\xe3\x33\x53\x14\x6c\x15\xd4\x33\x53\xd4\xad\xb9\x00\x01\x00\x00\xff\xff\x1d\x83\x1b\xca\x4f\x00\x00\x00") - -func _1644188994_recent_stickersUpSqlBytes() ([]byte, error) { - return bindataRead( - __1644188994_recent_stickersUpSql, - "1644188994_recent_stickers.up.sql", - ) -} - -func _1644188994_recent_stickersUpSql() (*asset, error) { - bytes, err := _1644188994_recent_stickersUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1644188994_recent_stickers.up.sql", size: 79, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0xad, 0xaa, 0x30, 0xbf, 0x4, 0x7, 0xf8, 0xc3, 0x3, 0xb8, 0x97, 0x23, 0x2b, 0xbd, 0x1c, 0x60, 0x69, 0xb0, 0x42, 0x5e, 0x6b, 0xd, 0xa7, 0xa3, 0x6b, 0x2e, 0xdc, 0x70, 0x13, 0x72, 0x7}} - return a, nil -} - -var __1646659233_add_address_to_dapp_permisssionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x51\xcd\x6e\x82\x40\x18\xbc\xf3\x14\x13\x4e\x98\x10\x0f\x5e\x49\x0f\x5b\xfc\x30\x9b\xc2\xae\x5d\x96\x44\x4f\x84\x14\x4c\xb6\x51\xb0\xa2\xef\xdf\xb0\xfc\x08\x36\xe9\x0d\xe6\x9b\x19\x66\x86\x50\x11\xd3\x04\xcd\xde\x63\x02\x8f\x20\xa4\x06\x1d\x78\xaa\x53\x94\xc5\xf5\xda\xe6\x1b\x78\x0e\x00\x98\x12\x5c\x68\xda\x91\xc2\x5e\xf1\x84\xa9\x23\x3e\xe8\x08\x96\x69\xc9\x45\xa8\x28\x21\xa1\xad\x5a\x64\x71\xec\x5b\x49\x5d\x5c\x2a\x68\x3a\xe8\xfe\xb5\x28\xcb\x5b\xd5\xb6\x16\x99\x98\x28\xab\x53\xf1\x38\xdf\xe1\xba\x3d\x2b\x94\x22\xd5\x8a\x71\xa1\xf1\xa8\xcd\xcf\xa3\xca\xfb\x1c\x9d\x59\x3e\x5a\x64\x82\x7f\x66\x04\xaf\x03\xfd\x01\x5c\x39\xab\xc0\x71\xfe\xe9\x73\xad\x6e\x17\xd3\xb6\xa6\xa9\x9f\xad\x3a\xef\xdc\x94\x30\xf5\xfd\x25\xfc\x93\xbd\x0c\xdc\x5f\x23\xa9\x88\xef\x44\x37\x81\x37\x78\xac\xa0\x28\x22\x45\x22\xa4\x69\x3b\xaf\x83\xa5\xc0\x96\x62\xd2\x84\x90\xa5\x21\xdb\x92\x0d\xca\x45\x4a\x4a\x77\x9b\xca\x69\xe9\x94\x62\x0a\x87\xcf\xd8\xf5\x7c\xb8\x2e\x22\x25\x93\x9e\xf2\x22\x5b\x16\x6a\xab\x73\xf5\x75\x1f\xbd\xd6\xa6\xf4\xe7\x84\xf5\xac\xcf\xe9\xd6\x5c\xe6\x37\x7c\x37\xa6\x9e\x42\x34\xd3\xe3\xda\xfe\xc0\xb7\x85\x8d\x2d\xdb\xe1\x81\xe3\x6c\x95\xdc\x0f\x4b\xcf\x28\xc1\x1c\x1f\x63\xb3\x58\x93\xfa\xcb\xcd\x37\x50\x24\x58\x42\x58\xd6\x09\x16\x82\x31\xd9\x93\xda\xdb\xfe\x06\x00\x00\xff\xff\xb0\x41\x9a\x48\xbc\x02\x00\x00") - -func _1646659233_add_address_to_dapp_permisssionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1646659233_add_address_to_dapp_permisssionUpSql, - "1646659233_add_address_to_dapp_permisssion.up.sql", - ) -} - -func _1646659233_add_address_to_dapp_permisssionUpSql() (*asset, error) { - bytes, err := _1646659233_add_address_to_dapp_permisssionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1646659233_add_address_to_dapp_permisssion.up.sql", size: 700, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0xb0, 0x35, 0xcc, 0x2e, 0x16, 0xe6, 0x15, 0x86, 0x2c, 0x37, 0x80, 0xae, 0xa3, 0xc5, 0x31, 0x78, 0x5, 0x9d, 0xcd, 0x7b, 0xeb, 0x5f, 0xf2, 0xb3, 0x74, 0x72, 0xdf, 0xcf, 0x88, 0xb, 0x40}} - return a, nil -} - -var __1646841105_add_emoji_accountUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\xcd\xcf\xca\x54\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\xd2\x1a\xec\x1a\x02\xd5\x63\x0b\x96\x07\x04\x00\x00\xff\xff\x2b\x1c\x4e\xaa\x60\x00\x00\x00") - -func _1646841105_add_emoji_accountUpSqlBytes() ([]byte, error) { - return bindataRead( - __1646841105_add_emoji_accountUpSql, - "1646841105_add_emoji_account.up.sql", - ) -} - -func _1646841105_add_emoji_accountUpSql() (*asset, error) { - bytes, err := _1646841105_add_emoji_accountUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1646841105_add_emoji_account.up.sql", size: 96, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe6, 0x77, 0x29, 0x95, 0x18, 0x64, 0x82, 0x63, 0xe7, 0xaf, 0x6c, 0xa9, 0x15, 0x7d, 0x46, 0xa6, 0xbc, 0xdf, 0xa7, 0xd, 0x2b, 0xd2, 0x2d, 0x97, 0x4d, 0xa, 0x6b, 0xd, 0x6e, 0x90, 0x42, 0x5c}} - return a, nil -} - -var __1647278782_display_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xc9\x2c\x2e\xc8\x49\xac\x8c\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x55\xab\x2d\x58\x19\x20\x00\x00\xff\xff\xc7\x11\xdd\x01\x6e\x00\x00\x00") - -func _1647278782_display_nameUpSqlBytes() ([]byte, error) { - return bindataRead( - __1647278782_display_nameUpSql, - "1647278782_display_name.up.sql", - ) -} - -func _1647278782_display_nameUpSql() (*asset, error) { - bytes, err := _1647278782_display_nameUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1647278782_display_name.up.sql", size: 110, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xa1, 0x1f, 0x3e, 0x61, 0x65, 0x8d, 0xff, 0xee, 0xde, 0xc5, 0x91, 0xd9, 0x5c, 0xb5, 0xe2, 0xf0, 0xb7, 0xe7, 0x5c, 0x5c, 0x16, 0x25, 0x89, 0xee, 0x78, 0x12, 0xea, 0x3e, 0x48, 0x41, 0xa6}} - return a, nil -} - -var __1647862838_reset_last_backupUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\xc8\x49\x2c\x2e\x89\x4f\x4a\x4c\xce\x2e\x2d\x50\xb0\x55\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x2e\x14\x2f\x78\x25\x00\x00\x00") - -func _1647862838_reset_last_backupUpSqlBytes() ([]byte, error) { - return bindataRead( - __1647862838_reset_last_backupUpSql, - "1647862838_reset_last_backup.up.sql", - ) -} - -func _1647862838_reset_last_backupUpSql() (*asset, error) { - bytes, err := _1647862838_reset_last_backupUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1647862838_reset_last_backup.up.sql", size: 37, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xe3, 0xd5, 0xf6, 0x5f, 0xfe, 0x65, 0xfa, 0x1d, 0x88, 0xf8, 0x5f, 0x24, 0x71, 0x34, 0x68, 0x96, 0x2a, 0x60, 0x87, 0x15, 0x82, 0x4d, 0x8a, 0x59, 0x3d, 0x1f, 0xd8, 0x56, 0xd4, 0xfb, 0xda}} - return a, nil -} - -var __1647871652_add_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xcd\x6e\xdb\x30\x10\x84\xef\x7e\x8a\xbd\x25\x06\x78\xc8\x3d\x27\x35\x61\x1b\xa1\xaa\x5d\x30\x74\x82\x9c\x16\x2c\xb5\x52\x16\x96\x49\x81\x4b\x29\xf0\xdb\x17\xfd\x49\x7f\x52\xb9\x92\xc1\x13\xb1\x33\x58\x72\xe6\xbb\x31\xba\xb0\x1a\x6c\xf1\xae\xd2\x20\x94\x33\x87\x56\x50\x8e\xc1\xa3\xef\xa2\xdf\xc3\xe5\x0a\x00\xc0\x0f\x29\x51\xf0\x47\x28\x37\x56\x7f\xd0\x06\x36\x5b\x0b\x9b\x5d\x55\xc1\xad\x7e\x5f\xec\x2a\x0b\x57\xea\xbb\xb0\xe5\x06\x13\x79\x0a\x59\x16\x69\x1b\x37\xc6\xc4\x99\xe6\xd5\x07\x12\x71\x2d\x09\x36\x29\x1e\xd0\xc7\x90\x9d\xcf\x82\x31\x74\xf3\xaf\xea\x13\x35\x94\x12\xd5\x18\xdc\x81\x96\xc8\x47\xa6\x17\xec\x13\x8f\x6e\xc1\xa7\xfb\x14\x1b\xee\x08\x7b\xf6\x79\x48\x24\x28\xcf\xf1\x05\x73\x3c\xdf\x38\xb2\xf0\x17\xee\x38\xcf\x2f\x15\x0a\x35\x4a\x76\x79\x10\x1c\xfa\xda\x2d\xc9\x50\x32\xfb\x3d\x25\xc1\xde\xf9\xbd\x20\x07\xc9\xae\xeb\xa8\x3e\xd7\xd8\x53\xa8\x39\xb4\xcb\x6d\x3f\x90\xc0\xd7\xfb\xbc\xf1\x18\xf2\x33\x65\xf6\xc8\x35\x3c\x14\xe6\xe6\xae\x30\xbf\x34\x17\x5c\x5f\xc0\x67\x53\x7e\x2a\xcc\x13\x7c\xd4\x4f\xab\x35\x3c\x96\xf6\x6e\xbb\xb3\x60\xb6\x8f\xe5\xed\xf5\xaa\xdc\xdc\x6b\x63\xbf\x6d\xd9\x4e\x43\xfd\xca\xb3\xfa\x13\x58\xf5\x37\x91\xea\x7f\xc8\xa9\x37\x4c\xa9\xb7\xd0\xa8\x93\x54\x4c\x4c\x7e\xd7\xae\xa6\x7a\x55\x27\x8b\xfb\x67\xf2\xb3\x19\x75\x32\xfa\x35\x3c\x14\xd5\x4e\xdf\xc3\xe5\x95\x9a\x3c\xeb\xeb\xaf\x01\x00\x00\xff\xff\xf3\x53\x0f\x1c\x14\x04\x00\x00") - -func _1647871652_add_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1647871652_add_settings_sync_clock_tableUpSql, - "1647871652_add_settings_sync_clock_table.up.sql", - ) -} - -func _1647871652_add_settings_sync_clock_tableUpSql() (*asset, error) { - bytes, err := _1647871652_add_settings_sync_clock_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1647871652_add_settings_sync_clock_table.up.sql", size: 1044, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x58, 0xec, 0x85, 0x90, 0xfa, 0x30, 0x98, 0x98, 0x9a, 0xa6, 0xa8, 0x96, 0x2b, 0x38, 0x93, 0xf3, 0xae, 0x46, 0x74, 0xa4, 0x41, 0x62, 0x9b, 0x2, 0x86, 0xbf, 0xe5, 0x2a, 0xce, 0xe2, 0xc0}} - return a, nil -} - -var __1647880168_add_torrent_configUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\x31\x6e\xc3\x20\x00\x85\xe1\x9d\x53\xbc\xcd\xad\xd4\x1b\x74\xc2\x36\xad\x51\x29\x54\x14\x62\x79\xb2\x88\xc1\x09\x92\x85\x23\xcc\x92\xdb\x47\x1e\x9c\x2d\xeb\xfb\x9f\xf4\x35\x9a\x51\xc3\x60\x68\x2d\x18\xca\x9a\x73\x48\x65\x9c\xd6\x34\xc7\x0b\xde\x08\x10\x92\x3b\x2f\xc1\xa3\x56\x4a\x30\x2a\xd1\xb2\x2f\x6a\x85\xc1\xec\x96\x2d\x7c\x10\xe0\xb6\xe6\x02\x2b\xff\xf9\xb7\x64\x2d\xb8\x34\xfb\xe8\x5d\x71\xa3\x8f\x19\x27\xaa\x9b\x8e\x6a\x48\x65\x20\xad\x10\x7b\x3c\x94\x57\x7d\xbb\xa7\x72\x0d\x25\x4e\x63\xf4\xcf\xc3\xe1\x56\xd1\x57\xf8\xd3\xfc\x97\xea\x01\x3f\x6c\x20\xef\xe8\xb9\xe9\x94\x35\xd0\xaa\xe7\xed\x27\x21\x8f\x00\x00\x00\xff\xff\x9f\xe4\xb4\x2e\xd3\x00\x00\x00") - -func _1647880168_add_torrent_configUpSqlBytes() ([]byte, error) { - return bindataRead( - __1647880168_add_torrent_configUpSql, - "1647880168_add_torrent_config.up.sql", - ) -} - -func _1647880168_add_torrent_configUpSql() (*asset, error) { - bytes, err := _1647880168_add_torrent_configUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1647880168_add_torrent_config.up.sql", size: 211, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0x92, 0x22, 0x37, 0x96, 0xf3, 0xb5, 0x5b, 0x27, 0xd0, 0x7d, 0x43, 0x5, 0x4e, 0x9d, 0xe2, 0x49, 0xbe, 0x86, 0x31, 0xa1, 0x89, 0xff, 0xd6, 0x51, 0xe0, 0x9c, 0xb, 0xda, 0xfc, 0xf2, 0x93}} - return a, nil -} - -var __1647882837_add_communities_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcb\xb1\xaa\xc2\x30\x14\x06\xe0\x3d\x4f\xf1\x8f\xf7\x82\x2f\x71\x1a\x4f\xa1\x18\x9b\x12\x23\xd8\x29\xd4\xf6\xd8\x06\x6c\x04\x13\x05\xdf\xde\xcd\x49\x70\xfe\xf8\xb4\x63\xf2\x0c\x4f\x95\x61\x8c\xb7\x75\x7d\xa4\x58\xa2\xe4\x90\xa5\x94\x98\xe6\x8c\x3f\x85\x0f\xbc\x42\x9c\xe0\xf9\xe4\xd1\xb9\x66\x4f\xae\xc7\x8e\x7b\xd8\x16\xda\xb6\xb5\x69\xb4\x87\xe3\xce\x90\xe6\x8d\x02\x56\xc9\x79\x98\x25\x0c\xf7\x71\x89\x4f\x09\x59\x64\x8a\x69\x0e\x92\x86\xf3\x55\x26\x54\xd6\x1a\xa6\x16\x5b\xae\xe9\x68\x3c\x6a\x32\x87\xaf\xf1\x22\x65\x5c\x7e\x4e\xf5\xaf\xd4\x3b\x00\x00\xff\xff\x01\x6b\xfa\x19\xce\x00\x00\x00") - -func _1647882837_add_communities_settings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1647882837_add_communities_settings_tableUpSql, - "1647882837_add_communities_settings_table.up.sql", - ) -} - -func _1647882837_add_communities_settings_tableUpSql() (*asset, error) { - bytes, err := _1647882837_add_communities_settings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1647882837_add_communities_settings_table.up.sql", size: 206, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x87, 0x78, 0x99, 0xd9, 0x5d, 0xbd, 0xf7, 0x57, 0x9c, 0xca, 0x97, 0xbd, 0xb3, 0xe9, 0xb5, 0x89, 0x31, 0x3f, 0xf6, 0x5c, 0x13, 0xb, 0xc3, 0x54, 0x93, 0x18, 0x40, 0x7, 0x82, 0xfe, 0x7e}} - return a, nil -} - -var __1647956635_add_waku_messages_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\xc1\xca\x82\x50\x10\x05\xe0\xfd\x3c\xc5\x59\xfe\x82\x6f\xe0\x4a\xff\x66\x21\xdd\xae\x21\x37\xd0\x95\x0c\x29\x7a\x29\xf3\xc2\x18\xd1\xdb\xb7\x30\x04\xab\xed\xcc\xe1\xcc\x37\xff\x25\xa7\x8e\xe1\xd2\xcc\x30\x1e\x72\xb9\x37\x63\xa7\x2a\x7d\xa7\xf8\x23\x40\x7d\x8f\xcc\x14\x19\x6c\xe1\x60\x4f\xc6\xc4\x04\xcc\x7e\xec\x74\x96\x31\x20\xb7\x6e\xbb\x99\x82\x3f\xc3\x71\xb5\x1d\x07\x79\x5e\x27\x69\xbf\x9b\x82\xb4\xad\xbf\xfd\x38\x31\x88\x0e\x4b\xcf\xb1\xcc\x0f\x69\x59\x63\xcf\xf5\x9a\xa0\x28\x21\x7a\xcb\x73\xbb\xe3\x6a\x2b\x6f\x56\x60\xb3\x80\x0a\xfb\xf9\xda\x9a\x88\x17\x73\x94\xd0\x2b\x00\x00\xff\xff\xde\xa7\x3f\x4b\x0a\x01\x00\x00") - -func _1647956635_add_waku_messages_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1647956635_add_waku_messages_tableUpSql, - "1647956635_add_waku_messages_table.up.sql", - ) -} - -func _1647956635_add_waku_messages_tableUpSql() (*asset, error) { - bytes, err := _1647956635_add_waku_messages_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1647956635_add_waku_messages_table.up.sql", size: 266, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0xe, 0xe1, 0xdc, 0xda, 0x2e, 0x89, 0x8d, 0xdc, 0x2a, 0x1c, 0x13, 0xa1, 0xfc, 0xfe, 0xf, 0xb2, 0xb9, 0x85, 0xc8, 0x45, 0xd6, 0xd1, 0x7, 0x5c, 0xa3, 0x8, 0x47, 0x44, 0x6d, 0x96, 0xe0}} - return a, nil -} - -var __1648554928_network_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcc\x31\x0a\x02\x31\x10\x05\xd0\xde\x53\xfc\x23\xd8\x2f\x16\xb3\x66\xb6\xfa\x26\xe2\x4e\xea\xa0\x38\x88\x28\x11\xcc\x80\xd7\xb7\xb5\xf1\x02\x4f\x68\x7a\x82\xc9\x4c\xc5\xf0\x88\x7b\xbf\x0d\x48\x4a\xd8\x17\xd6\x43\x46\xf8\x88\xd6\x3d\x3e\xaf\xf7\x63\x34\xef\xe7\xcb\xd3\xaf\x98\x4b\xa1\x4a\x46\x2e\x86\x5c\x49\x24\x5d\xa4\xd2\xb0\x08\x57\x9d\x36\xf5\x98\xc4\x7e\xc0\x55\xed\x8f\xb4\xc3\x76\xfa\x06\x00\x00\xff\xff\x36\x2f\x0a\x06\x84\x00\x00\x00") - -func _1648554928_network_testUpSqlBytes() ([]byte, error) { - return bindataRead( - __1648554928_network_testUpSql, - "1648554928_network_test.up.sql", - ) -} - -func _1648554928_network_testUpSql() (*asset, error) { - bytes, err := _1648554928_network_testUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1648554928_network_test.up.sql", size: 132, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9a, 0xc5, 0x7f, 0x87, 0xf3, 0x2c, 0xf7, 0xbb, 0xd3, 0x3a, 0x4e, 0x76, 0x88, 0xca, 0xaf, 0x73, 0xce, 0x8f, 0xa1, 0xf6, 0x3d, 0x4d, 0xed, 0x6f, 0x49, 0xf2, 0xfe, 0x56, 0x2a, 0x60, 0x68, 0xca}} - return a, nil -} - -var __1649174829_add_visitble_tokenUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x28\xcb\x2c\xce\x4c\xca\x49\x8d\x2f\xc9\xcf\x4e\xcd\x2b\x56\xd0\xe0\x52\x50\x48\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\x08\xf5\x0b\xf6\x74\xf7\x73\x75\x51\xf0\xf4\x0b\xd1\xe1\x52\x50\x48\x4c\x49\x29\x4a\x2d\x2e\x56\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\xe1\xd2\xb4\x06\x04\x00\x00\xff\xff\xa0\x5f\x37\x13\x54\x00\x00\x00") - -func _1649174829_add_visitble_tokenUpSqlBytes() ([]byte, error) { - return bindataRead( - __1649174829_add_visitble_tokenUpSql, - "1649174829_add_visitble_token.up.sql", - ) -} - -func _1649174829_add_visitble_tokenUpSql() (*asset, error) { - bytes, err := _1649174829_add_visitble_tokenUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1649174829_add_visitble_token.up.sql", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa3, 0x22, 0xc0, 0x2b, 0x3f, 0x4f, 0x3d, 0x5e, 0x4c, 0x68, 0x7c, 0xd0, 0x15, 0x36, 0x9f, 0xec, 0xa1, 0x2a, 0x7b, 0xb4, 0xe3, 0xc6, 0xc9, 0xb4, 0x81, 0x50, 0x4a, 0x11, 0x3b, 0x35, 0x7, 0xcf}} - return a, nil -} - -var __1649882262_add_derived_from_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xca\x2c\x4b\x4d\x89\x4f\x2b\xca\xcf\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x55\xab\x2d\x58\x19\x20\x00\x00\xff\xff\x3e\x48\xa7\x03\x6e\x00\x00\x00") - -func _1649882262_add_derived_from_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1649882262_add_derived_from_accountsUpSql, - "1649882262_add_derived_from_accounts.up.sql", - ) -} - -func _1649882262_add_derived_from_accountsUpSql() (*asset, error) { - bytes, err := _1649882262_add_derived_from_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1649882262_add_derived_from_accounts.up.sql", size: 110, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xb9, 0x44, 0x4d, 0x85, 0x8d, 0x7f, 0xb4, 0xae, 0x4f, 0x5c, 0x66, 0x64, 0xb6, 0xe2, 0xe, 0x3d, 0xad, 0x9d, 0x8, 0x4f, 0xab, 0x6e, 0xa8, 0x7d, 0x76, 0x3, 0xad, 0x96, 0x1, 0xee, 0x5c}} - return a, nil -} - -var __1650612625_add_community_message_archive_hashes_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x2c\x4a\xce\xc8\x2c\x4b\x8d\xcf\x48\x2c\xce\x48\x2d\x56\xd0\xe0\x52\x40\x52\x94\x99\xa2\x10\xe2\x1a\x11\x02\x36\xc1\x2f\xd4\xc7\x47\x87\x4b\x41\x01\xa4\x10\x22\x1a\x10\xe4\xe9\xeb\x18\x14\xa9\xe0\xed\x1a\x09\x57\xc1\xa5\x69\xcd\xc5\xc5\x05\x08\x00\x00\xff\xff\xc1\xb0\x9f\xaa\x82\x00\x00\x00") - -func _1650612625_add_community_message_archive_hashes_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1650612625_add_community_message_archive_hashes_tableUpSql, - "1650612625_add_community_message_archive_hashes_table.up.sql", - ) -} - -func _1650612625_add_community_message_archive_hashes_tableUpSql() (*asset, error) { - bytes, err := _1650612625_add_community_message_archive_hashes_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1650612625_add_community_message_archive_hashes_table.up.sql", size: 130, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0x31, 0xb3, 0x75, 0x23, 0xe2, 0x45, 0xe, 0x47, 0x1b, 0x35, 0xa5, 0x6e, 0x83, 0x4e, 0x64, 0x7d, 0xd7, 0xa2, 0xda, 0xe9, 0x53, 0xf1, 0x16, 0x86, 0x2c, 0x57, 0xad, 0xfa, 0xca, 0x39, 0xde}} - return a, nil -} - -var __1650616788_add_communities_archives_info_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\xb1\x4a\xc5\x30\x18\xc5\xf1\x3d\x4f\x71\x46\x05\x07\x5f\x21\xc6\xaf\x10\x8c\xe9\x25\xf7\xbb\xd0\x4e\x21\xa4\xb1\x86\x36\x29\x98\x28\xf8\xf6\xa2\x43\x37\xe7\x73\xfe\xfc\x94\x23\xc9\x04\x96\x4f\x86\xa0\x07\xd8\x91\x41\x93\xbe\xf2\x15\xf1\x28\xe5\xb3\xe6\x9e\x53\xf3\xe1\x23\xbe\xe7\xaf\xe4\x73\x7d\x3b\x70\x27\x70\x8e\xdf\x3e\x2f\x60\x9a\x18\x17\xa7\x5f\xa5\x9b\xf1\x42\x33\x46\x0b\x35\xda\xc1\x68\xc5\x70\x74\x31\x52\xd1\x83\x00\x4a\x58\x6b\xea\x7b\xae\x9b\x8f\xfb\x11\x37\x68\xcb\x7f\xa2\xbd\x19\x83\x67\x1a\xe4\xcd\x30\x1e\x7f\xaf\x7b\x68\xdd\x97\xd4\x5a\x58\xd3\xa9\xa7\xba\xf8\x25\xf4\xf4\x4f\x27\xee\x85\xf8\x09\x00\x00\xff\xff\x74\x80\x98\x81\xd0\x00\x00\x00") - -func _1650616788_add_communities_archives_info_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1650616788_add_communities_archives_info_tableUpSql, - "1650616788_add_communities_archives_info_table.up.sql", - ) -} - -func _1650616788_add_communities_archives_info_tableUpSql() (*asset, error) { - bytes, err := _1650616788_add_communities_archives_info_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1650616788_add_communities_archives_info_table.up.sql", size: 208, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0x4f, 0x80, 0x45, 0xb9, 0xd9, 0x15, 0xe2, 0x78, 0xd0, 0xcb, 0x71, 0xc1, 0x1b, 0xb7, 0x1b, 0x1b, 0x97, 0xfe, 0x47, 0x53, 0x3c, 0x62, 0xbc, 0xdd, 0x3a, 0x94, 0x1a, 0xc, 0x48, 0x76, 0xe}} - return a, nil -} - -var __1652715604_add_clock_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x33\x72\x9a\x8b\x3e\x00\x00\x00") - -func _1652715604_add_clock_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1652715604_add_clock_accountsUpSql, - "1652715604_add_clock_accounts.up.sql", - ) -} - -func _1652715604_add_clock_accountsUpSql() (*asset, error) { - bytes, err := _1652715604_add_clock_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1652715604_add_clock_accounts.up.sql", size: 62, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xd9, 0x8d, 0x73, 0xc9, 0xef, 0xfa, 0xb1, 0x4b, 0xa5, 0xf3, 0x5, 0x19, 0x26, 0x46, 0xf8, 0x47, 0x93, 0xdb, 0xac, 0x2, 0xef, 0xf9, 0x71, 0x56, 0x83, 0xe6, 0x2d, 0xb0, 0xd7, 0x83, 0x5c}} - return a, nil -} - -var __1653037334_add_notifications_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x5f\x6b\xdb\x30\x14\xc5\xdf\xfd\x29\x2e\x79\x6a\xc0\x0f\xdd\x60\x4f\x7d\x52\x8d\x3a\xcc\x1c\x29\xd8\x6a\x68\x9f\x8c\x52\xdf\xa4\x06\x45\xca\x2c\xb9\xf5\xbe\xfd\x90\x50\x62\x6f\xf5\xfe\x94\xf4\xc5\x70\xcf\xe5\xfc\xa4\x73\xac\xac\xa4\x44\x50\x10\xe4\xb6\xa0\x90\xdf\x01\xe3\x02\xe8\x43\x5e\x89\x0a\xb4\x71\xed\xae\x7d\x92\xae\x35\xda\xd6\x16\x9d\x6b\xf5\xde\xc2\x55\x02\xd0\x36\x20\xe8\x83\x80\x75\x99\xaf\x48\xf9\x08\xdf\xe8\x23\x70\x06\x19\x67\x77\x45\x9e\x09\x28\xe9\xba\x20\x19\x4d\x13\x00\x1c\xf0\x70\xf4\x08\xb8\xe5\xbc\xa0\x84\x79\xd1\xe1\xe0\xea\x17\xa9\x7a\x0c\x1c\x2f\xb5\xfa\xa4\xe4\x2c\x08\x5b\x63\x54\x54\x26\x4e\x1c\xea\x43\xef\xb0\x96\x4a\xd5\x07\xb4\x56\xee\xd1\xfe\xb6\x3f\x62\x67\x8d\x96\x7e\xaf\xc3\xdd\xcf\x67\xe0\x50\xef\x95\xd9\xfe\x61\x65\xdc\x33\x76\x23\xd4\x6f\x92\xe5\x4d\x92\xe4\xac\xa2\xa5\xf0\xd7\xe2\x7f\xef\x24\x85\x69\xde\x30\x8d\x41\xc3\x78\x0e\x19\xa6\x31\x61\x74\xbe\x8d\x76\x5a\xbc\xc9\x34\x1f\x67\x36\x49\xb2\x84\x64\x43\x8a\x7b\x5a\x79\xd8\xd5\x82\x28\x65\x5e\xd9\x34\xc8\x22\x85\xeb\x14\xd8\x7d\x51\x9c\xbe\x9f\x7e\x1d\xc7\xef\x32\x0d\x0c\xae\x51\x18\xae\x31\x7b\x96\x2e\xda\x17\x15\xea\x86\x28\xec\x82\x30\xef\x9e\x21\x7d\xed\x4c\x7f\xbc\x1c\xb3\x8e\x05\xad\x62\x13\x97\xdd\x29\xb4\xfa\x21\x28\xa2\xd4\x2a\xfe\x87\xc8\x11\x7d\xa7\xf9\x6e\xf7\x1e\x48\x66\xb4\x93\x4f\xae\xc4\xef\x3d\xda\x0b\x8b\xca\x1b\x1f\xcb\xfd\xd8\x60\x77\x7e\x00\x1f\x02\xae\x4c\xaf\x1b\xaa\xe5\x56\x61\xf3\xfe\x07\xb5\x31\xaa\x3f\xe0\xd4\xf7\xe5\xfa\xbf\x8e\x8d\xed\xae\x3b\x7c\x69\xf1\x75\x0a\xf8\xfc\x0f\xff\xcd\xcf\x00\x00\x00\xff\xff\x0f\xea\x2f\x15\xfc\x04\x00\x00") - -func _1653037334_add_notifications_settings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1653037334_add_notifications_settings_tableUpSql, - "1653037334_add_notifications_settings_table.up.sql", - ) -} - -func _1653037334_add_notifications_settings_tableUpSql() (*asset, error) { - bytes, err := _1653037334_add_notifications_settings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1653037334_add_notifications_settings_table.up.sql", size: 1276, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0xc4, 0x65, 0xac, 0xa, 0xf2, 0xef, 0xb6, 0x39, 0x3c, 0xc5, 0xb1, 0xb2, 0x9c, 0x86, 0x58, 0xe0, 0x38, 0xcb, 0x57, 0x3c, 0x76, 0x73, 0x87, 0x79, 0x4e, 0xf6, 0xed, 0xb0, 0x8e, 0x9e, 0xa}} - return a, nil -} - -var __1654702119_add_mutual_contact_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc3\x20\x0c\x05\xd0\xbd\xa7\xf8\xf7\xe8\x64\x8a\x99\x5c\x90\x5a\x98\x11\x21\x28\x8a\x44\xc8\x80\xb9\x7f\x1e\x49\xe4\x1f\x22\x19\x61\xcc\xa6\x7a\x8e\x63\x82\xac\xc5\x27\x48\xfa\x7a\x5c\x4b\x57\xe9\xb9\xde\x43\x4b\xd5\xdc\x46\xd9\x7a\xdb\x61\x42\x10\x26\x0f\xcb\x8e\x92\x44\x38\x92\x3f\xbf\x5f\x4f\x00\x00\x00\xff\xff\xb0\x94\xdd\xaf\x4e\x00\x00\x00") - -func _1654702119_add_mutual_contact_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1654702119_add_mutual_contact_settingsUpSql, - "1654702119_add_mutual_contact_settings.up.sql", - ) -} - -func _1654702119_add_mutual_contact_settingsUpSql() (*asset, error) { - bytes, err := _1654702119_add_mutual_contact_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1654702119_add_mutual_contact_settings.up.sql", size: 78, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x26, 0x66, 0x67, 0x50, 0xfe, 0xd7, 0xe3, 0x29, 0x8b, 0xff, 0x9d, 0x5a, 0x87, 0xa7, 0x99, 0x6e, 0xd6, 0xcd, 0x2e, 0xbb, 0x17, 0xdf, 0x7f, 0xf7, 0xa3, 0xfa, 0x32, 0x7c, 0x2d, 0x92, 0xc8, 0x74}} - return a, nil -} - -var __1655375270_add_clock_field_to_communities_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x2f\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\xef\xa5\x96\x06\x4a\x00\x00\x00") - -func _1655375270_add_clock_field_to_communities_settings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1655375270_add_clock_field_to_communities_settings_tableUpSql, - "1655375270_add_clock_field_to_communities_settings_table.up.sql", - ) -} - -func _1655375270_add_clock_field_to_communities_settings_tableUpSql() (*asset, error) { - bytes, err := _1655375270_add_clock_field_to_communities_settings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1655375270_add_clock_field_to_communities_settings_table.up.sql", size: 74, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x19, 0xc5, 0xc0, 0xf9, 0x84, 0x53, 0xdf, 0x83, 0xcf, 0xb6, 0x40, 0x6d, 0xf5, 0xdc, 0x77, 0x37, 0xb7, 0xe3, 0xa, 0x75, 0xe7, 0x6, 0x11, 0xca, 0x2b, 0x51, 0x92, 0xdd, 0x7d, 0xdb, 0xc3, 0xf5}} - return a, nil -} - -var __1655385721_drop_networks_configUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x8e\x4f\xce\xcf\x4b\xcb\x4c\xb7\xe6\x02\x04\x00\x00\xff\xff\x54\x1e\xe3\x22\x1b\x00\x00\x00") - -func _1655385721_drop_networks_configUpSqlBytes() ([]byte, error) { - return bindataRead( - __1655385721_drop_networks_configUpSql, - "1655385721_drop_networks_config.up.sql", - ) -} - -func _1655385721_drop_networks_configUpSql() (*asset, error) { - bytes, err := _1655385721_drop_networks_configUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1655385721_drop_networks_config.up.sql", size: 27, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfc, 0xa7, 0x20, 0xbb, 0x67, 0x21, 0xe, 0xc6, 0xc8, 0x21, 0x74, 0xe0, 0xce, 0xc8, 0xe2, 0x2, 0xb4, 0xea, 0xf0, 0xe5, 0xc4, 0x4d, 0xdd, 0xd4, 0x52, 0x31, 0xa9, 0x3d, 0xcd, 0xd8, 0x9b, 0xab}} - return a, nil -} - -var __1655385724_networks_chaincolor_shortnameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\x48\xcc\xcc\x8b\x4f\xce\xcf\xc9\x2f\x52\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x23\xd8\x35\x04\x45\xb3\x2d\x58\x15\x21\xeb\x8a\x33\xf2\x8b\x4a\xe2\xf3\x12\x73\x53\x49\xb7\x0d\x49\x2f\xc4\x32\x40\x00\x00\x00\xff\xff\xc0\x40\xb8\xeb\xdc\x00\x00\x00") - -func _1655385724_networks_chaincolor_shortnameUpSqlBytes() ([]byte, error) { - return bindataRead( - __1655385724_networks_chaincolor_shortnameUpSql, - "1655385724_networks_chainColor_shortName.up.sql", - ) -} - -func _1655385724_networks_chaincolor_shortnameUpSql() (*asset, error) { - bytes, err := _1655385724_networks_chaincolor_shortnameUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1655385724_networks_chainColor_shortName.up.sql", size: 220, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0xe7, 0x84, 0xbb, 0x5f, 0xd2, 0x2c, 0x42, 0x88, 0x62, 0x52, 0xb6, 0x58, 0x31, 0xac, 0xc, 0x96, 0x2b, 0x1b, 0xe5, 0x4e, 0x9a, 0x3a, 0xf6, 0xf6, 0xfc, 0xa9, 0x1a, 0x35, 0x62, 0x28, 0x88}} - return a, nil -} - -var __1655456688_add_deleted_at_field_to_bookmarks_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\x2c\x51\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\xe2\x02\x04\x00\x00\xff\xff\xd1\x47\x6f\xbd\x45\x00\x00\x00") - -func _1655456688_add_deleted_at_field_to_bookmarks_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1655456688_add_deleted_at_field_to_bookmarks_tableUpSql, - "1655456688_add_deleted_at_field_to_bookmarks_table.up.sql", - ) -} - -func _1655456688_add_deleted_at_field_to_bookmarks_tableUpSql() (*asset, error) { - bytes, err := _1655456688_add_deleted_at_field_to_bookmarks_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1655456688_add_deleted_at_field_to_bookmarks_table.up.sql", size: 69, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe7, 0x9a, 0xbd, 0x9a, 0xc9, 0xf, 0xdf, 0x90, 0x0, 0x5d, 0xea, 0x6e, 0x7d, 0x51, 0x95, 0xcd, 0x90, 0xd3, 0x1a, 0x36, 0x6c, 0xf4, 0xbd, 0xa7, 0x6b, 0xbf, 0xe5, 0xdb, 0xa3, 0x88, 0xe3, 0x50}} - return a, nil -} - -var __1655462032_create_bookmarks_deleted_at_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\x2c\x89\x4f\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\xf0\xf7\x53\x40\x70\x34\x10\x4a\x34\x15\xc2\x3d\x5c\x83\x5c\x51\x84\xac\xb9\xb8\x00\x01\x00\x00\xff\xff\xb9\x08\x04\xda\x51\x00\x00\x00") - -func _1655462032_create_bookmarks_deleted_at_indexUpSqlBytes() ([]byte, error) { - return bindataRead( - __1655462032_create_bookmarks_deleted_at_indexUpSql, - "1655462032_create_bookmarks_deleted_at_index.up.sql", - ) -} - -func _1655462032_create_bookmarks_deleted_at_indexUpSql() (*asset, error) { - bytes, err := _1655462032_create_bookmarks_deleted_at_indexUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1655462032_create_bookmarks_deleted_at_index.up.sql", size: 81, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0x8e, 0x20, 0x6b, 0x14, 0x9e, 0xcd, 0x97, 0xd3, 0xfe, 0x62, 0x3, 0x26, 0x59, 0x1, 0x6c, 0x99, 0xef, 0x6d, 0x21, 0xd4, 0xb5, 0xa3, 0xf4, 0x39, 0x40, 0x54, 0x6, 0xd, 0x60, 0x13, 0x38}} - return a, nil -} - -var __1657617291_add_multi_transactions_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x8a\xc3\x20\x18\x84\xef\x3e\xc5\x7f\xdc\x85\x7d\x83\x9c\x4c\xe2\x66\x05\xd7\x80\x31\xcb\xde\x82\x54\x53\x84\xaa\x41\xcd\xa1\x6f\x5f\x1a\x4a\x69\x28\x49\x7b\x9e\x6f\x66\xe0\xab\x04\xc1\x92\x80\xc4\x25\x23\x40\xbf\x81\xb7\x12\xc8\x3f\xed\x64\x07\x6e\x3e\x65\x3b\xe4\xa8\x7c\x52\x87\x6c\x83\x4f\xf0\x81\x00\x00\xc6\x18\xdc\xa0\xb4\x8e\x26\x25\xf8\xc3\xa2\xfa\xc1\x62\x29\xf2\x9e\xb1\xaf\x07\x24\x25\x93\x77\x01\x17\x66\xbf\x45\xe4\xf0\xe2\xe3\x0a\xec\x3c\xe4\xf3\x64\xb6\x22\xeb\x4c\xca\xca\x4d\xd0\xf3\x8e\x36\x9c\xd4\x50\xd2\x86\x72\x79\xe7\xd0\x67\x81\x10\x66\x92\x88\x9b\x9a\xc9\x78\x6d\xfd\x71\xad\x03\xd7\x35\x54\x2d\xeb\x7f\xf9\xb3\xac\xc1\x6a\xa0\x5c\x16\xab\x95\x25\x1f\x4d\x7c\xaf\x7a\x09\x00\x00\xff\xff\x77\x37\x07\x31\x9c\x01\x00\x00") - -func _1657617291_add_multi_transactions_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1657617291_add_multi_transactions_tableUpSql, - "1657617291_add_multi_transactions_table.up.sql", - ) -} - -func _1657617291_add_multi_transactions_tableUpSql() (*asset, error) { - bytes, err := _1657617291_add_multi_transactions_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1657617291_add_multi_transactions_table.up.sql", size: 412, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x86, 0xb0, 0x4e, 0x8c, 0x4, 0x82, 0xb4, 0x43, 0xaa, 0xd0, 0x16, 0xdd, 0xcb, 0x88, 0x81, 0xac, 0x4, 0x34, 0x1a, 0x8f, 0x2e, 0xc5, 0x69, 0xb, 0xf0, 0x17, 0xf7, 0xe3, 0x9, 0xe, 0x54, 0xe0}} - return a, nil -} - -var __1660134042_add_social_links_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcd\xc1\x4a\xc4\x30\x10\xc6\xf1\x7b\x9e\xe2\x63\x4f\x5b\xe8\x1b\xec\x29\x96\x59\x08\xc6\x74\x49\xb3\xb2\x7b\x0a\xdd\xdd\x50\x83\xb1\x95\x64\x8a\xfa\xf6\xa2\x58\x90\x7a\xf1\xfa\x9b\xf9\xcf\x34\x96\xa4\x23\x38\x79\xa7\x09\x6a\x0f\xd3\x3a\xd0\x49\x75\xae\x43\x99\xae\xb1\x4f\x3e\xc5\xf1\xb9\xf8\x12\x98\xe3\x38\x14\x6c\x05\xf0\x45\x9e\xc3\x3b\xc3\xd1\xc9\xe1\x60\xd5\x83\xb4\x67\xdc\xd3\x19\xad\x41\xd3\x9a\xbd\x56\x8d\x83\xa5\x83\x96\x0d\xd5\x4b\x31\xe7\xf4\x1d\x88\x6a\x27\x84\x32\x1d\x59\x07\x65\x5c\xfb\x9f\x4f\xbf\x8f\x88\x4a\x3c\x4a\x7d\xa4\x4e\x00\xdb\x8d\xf7\xfc\x16\x99\x43\xde\xd4\x30\x47\xad\xab\xfa\x87\x5f\x43\x2e\xd3\xd8\x27\x5f\x22\x87\xf5\x70\x88\xfc\x34\x5f\xd6\xfa\x31\xcd\x3c\x5f\xfe\x2c\xdf\x62\xb9\x4e\xf9\xb6\x66\x0e\x29\x0c\xb9\x7f\x59\x7c\x27\x3e\x03\x00\x00\xff\xff\x49\x31\x89\xf6\x4e\x01\x00\x00") - -func _1660134042_add_social_links_settings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660134042_add_social_links_settings_tableUpSql, - "1660134042_add_social_links_settings_table.up.sql", - ) -} - -func _1660134042_add_social_links_settings_tableUpSql() (*asset, error) { - bytes, err := _1660134042_add_social_links_settings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660134042_add_social_links_settings_table.up.sql", size: 334, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x73, 0xb6, 0xe7, 0x3f, 0xaa, 0x39, 0x9a, 0x56, 0x56, 0x31, 0xf1, 0x8e, 0x26, 0x23, 0x1, 0xe4, 0xfa, 0x98, 0xfe, 0x78, 0x87, 0x20, 0xcb, 0x52, 0xf4, 0x38, 0x7f, 0xc4, 0x1c, 0x4, 0x22}} - return a, nil -} - -var __1660134060_settings_bioUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\xd2\x18\xec\x1a\x02\xd6\x61\x0b\x92\x05\x04\x00\x00\xff\xff\xe2\x7f\x74\xc2\x5b\x00\x00\x00") - -func _1660134060_settings_bioUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660134060_settings_bioUpSql, - "1660134060_settings_bio.up.sql", - ) -} - -func _1660134060_settings_bioUpSql() (*asset, error) { - bytes, err := _1660134060_settings_bioUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660134060_settings_bio.up.sql", size: 91, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x25, 0xa0, 0xa6, 0x47, 0xff, 0xbc, 0x2a, 0x0, 0xff, 0x59, 0x4b, 0xb0, 0xc9, 0x4e, 0x15, 0xe4, 0xd9, 0xda, 0xeb, 0xfe, 0x55, 0x98, 0xc3, 0x9d, 0x96, 0xe7, 0xf, 0xd1, 0x5c, 0x93, 0x73}} - return a, nil -} - -var __1660134070_add_wakuv2_storeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\x4b\x4c\xca\x49\x8d\x2f\x2e\xc9\x2f\x4a\x55\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\x22\xca\x20\xb0\x09\xf1\xc9\x89\x05\x89\xc9\x99\x25\x95\x0a\x9e\x7e\x21\x24\x69\x2c\x4e\x4d\xce\xcf\x4b\x29\x86\xe8\xe3\x0a\x0d\x70\x71\x0c\x41\xd7\x13\xec\x1a\x82\xea\x5c\x5b\x05\x03\x1d\x74\x7b\x91\xc4\x60\x46\xda\x2a\x18\x58\x73\x01\x02\x00\x00\xff\xff\xfc\xb0\x43\xcf\x0d\x01\x00\x00") - -func _1660134070_add_wakuv2_storeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660134070_add_wakuv2_storeUpSql, - "1660134070_add_wakuv2_store.up.sql", - ) -} - -func _1660134070_add_wakuv2_storeUpSql() (*asset, error) { - bytes, err := _1660134070_add_wakuv2_storeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660134070_add_wakuv2_store.up.sql", size: 269, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0xe6, 0xc3, 0x9, 0xef, 0xdc, 0xae, 0x49, 0x30, 0x78, 0x54, 0xd6, 0xdb, 0xbf, 0xc0, 0x8e, 0x25, 0x8f, 0xfc, 0x67, 0x80, 0x39, 0x37, 0xd4, 0x86, 0xc1, 0x85, 0xc8, 0x99, 0xc4, 0x59, 0xd4}} - return a, nil -} - -var __1660134072_waku2_store_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xbd\x6a\xc3\x30\x14\x85\x67\xeb\x29\xee\x68\x83\x87\xee\x9e\xe4\x58\x69\x45\x55\xa9\xc8\xd7\x24\x99\x82\x63\x5f\x8a\xa0\x96\x8c\xe5\x84\xf6\xed\x0b\x21\x94\x60\xd3\x9f\xf9\x1c\xbe\x23\x7d\x77\x63\x05\x47\x01\xc8\x4b\x25\x40\x6e\x41\x1b\x04\xb1\x97\x35\xd6\x10\xe7\x30\xd1\x71\xa0\x18\xdb\x37\x8a\x90\xb2\xc4\xf5\x50\x2a\x53\xe6\x2c\x99\xa8\x23\x77\xa1\x09\xdd\x40\x71\x6e\x87\x11\xa4\x46\xf1\x28\xec\x15\xa0\x1b\xa5\x72\x96\x44\xf2\xfd\x1f\x95\x2e\xf8\x99\xfc\x8c\x61\x74\xdd\x95\x7d\x1f\x8e\xe7\x53\x3c\x9f\x7e\xc8\xda\xcf\xf7\xd0\x7e\xbf\xe7\x42\x53\x74\xc1\xaf\x26\xa0\x12\x5b\xde\x28\x84\x87\x9c\x25\x1b\xa3\x6b\xb4\x5c\x6a\x84\xdb\xaf\xa4\xef\xe9\x03\x5e\xad\x7c\xe1\xf6\x00\xcf\xe2\x00\xa9\xeb\x73\xb8\x1b\xce\x58\x06\x3b\x89\x4f\xa6\x41\xb0\x66\x27\xab\x82\xb1\x9b\x33\xa9\x2b\xb1\xff\xcd\xd9\x71\x29\xc0\xe8\x85\xd4\x74\xd1\xc8\x8a\xff\xc3\xd7\x27\x58\xe3\x57\x9d\xac\xf8\x0a\x00\x00\xff\xff\x55\x11\x6d\x5f\xf1\x01\x00\x00") - -func _1660134072_waku2_store_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660134072_waku2_store_messagesUpSql, - "1660134072_waku2_store_messages.up.sql", - ) -} - -func _1660134072_waku2_store_messagesUpSql() (*asset, error) { - bytes, err := _1660134072_waku2_store_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660134072_waku2_store_messages.up.sql", size: 497, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xeb, 0xb4, 0xa0, 0xa1, 0x2b, 0xcb, 0x4c, 0x3c, 0xc6, 0xd0, 0xe8, 0x96, 0xe3, 0x96, 0xf1, 0x4f, 0x1f, 0xe0, 0xe7, 0x1f, 0x85, 0xa3, 0xe, 0xf7, 0x52, 0x56, 0x63, 0x2b, 0xb0, 0x87, 0x7b}} - return a, nil -} - -var __1662365868_add_key_uid_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x4e\xad\x8c\x2f\xcd\x4c\x51\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\x06\x04\x00\x00\xff\xff\x17\x3e\xb6\x4f\x44\x00\x00\x00") - -func _1662365868_add_key_uid_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662365868_add_key_uid_accountsUpSql, - "1662365868_add_key_uid_accounts.up.sql", - ) -} - -func _1662365868_add_key_uid_accountsUpSql() (*asset, error) { - bytes, err := _1662365868_add_key_uid_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662365868_add_key_uid_accounts.up.sql", size: 68, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc6, 0xd8, 0x2f, 0x2f, 0x3b, 0xa8, 0xbd, 0x6d, 0xf6, 0x87, 0x7e, 0xd2, 0xf1, 0xa2, 0xf7, 0x81, 0x6a, 0x23, 0x10, 0xbc, 0xbf, 0x5b, 0xe7, 0x2b, 0x9c, 0xa9, 0x8a, 0x18, 0xbb, 0xd0, 0x86, 0x91}} - return a, nil -} - -var __1662447680_add_keypairs_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\xc8\x4e\xad\x2c\x48\xcc\x2c\x2a\x56\xd0\xe0\x52\x50\x50\x00\x71\x93\x13\x8b\x52\xe2\x4b\x33\x53\x14\xc2\x1c\x83\x9c\x3d\x1c\x83\xc0\xaa\xfd\x42\x7d\x7c\x74\x50\x54\xe4\x25\xe6\xa6\x12\x50\x92\x93\x9f\x9c\x9d\x9a\xa2\xe0\xe4\xef\xef\xe3\xea\xe8\xa7\xe0\xe2\xea\xe6\x18\xea\x13\xa2\xe0\xe6\xe8\x13\xec\x0a\x51\x99\x98\x9c\x9c\x5f\x9a\x57\x12\x9f\x98\x92\x52\x94\x5a\x5c\x8c\xdb\x3c\xac\x0e\xe2\xd2\xb4\x06\x04\x00\x00\xff\xff\x6d\xd5\x43\xca\xda\x00\x00\x00") - -func _1662447680_add_keypairs_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662447680_add_keypairs_tableUpSql, - "1662447680_add_keypairs_table.up.sql", - ) -} - -func _1662447680_add_keypairs_tableUpSql() (*asset, error) { - bytes, err := _1662447680_add_keypairs_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662447680_add_keypairs_table.up.sql", size: 218, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0x25, 0xa9, 0xc7, 0x63, 0x27, 0x97, 0x35, 0x5f, 0x6b, 0xab, 0x26, 0xcb, 0xf9, 0xbd, 0x5e, 0xac, 0x3, 0xa0, 0x5e, 0xb9, 0x71, 0xa3, 0x1f, 0xb3, 0x4f, 0x7f, 0x79, 0x28, 0x48, 0xbe, 0xc}} - return a, nil -} - -var __1662460056_move_favourites_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\x3f\x6b\xc3\x30\x10\xc5\x77\x7d\x8a\x87\xa6\x16\xb4\x74\xce\xa4\x58\x67\x08\x5c\x74\x41\x3e\xcd\x41\x20\x15\x42\x69\x02\x96\xeb\x7e\xfd\x2e\x06\x17\x6f\x8f\xc7\xfb\xc3\xcf\xb3\x52\x82\xfa\x33\x13\x7a\x59\x5b\xbd\x97\x5a\xe7\xd6\x7b\xeb\xf0\x21\x60\x10\xce\xd7\x88\xcf\xb2\xbe\x7e\xe6\xc7\xd2\x70\x16\x61\xf2\x11\x51\x14\x31\x33\x23\xd0\xe8\x33\x2b\x46\xcf\x13\x9d\x8c\xb9\xc4\x89\x92\x42\x12\x12\xdd\xd8\x0f\x84\x4b\x54\x39\x8e\xbf\x6d\xca\xe1\x59\xbe\x9b\xdb\x0f\x1c\x9e\x6d\xf9\x7d\xcd\x5f\xf7\x47\x7d\xc7\x44\x4c\x83\xe2\x10\xb6\x9a\x32\x59\x07\xfb\x61\x31\x26\xb9\xee\xed\x7e\x32\x26\x24\xb9\x6d\x44\xff\xfc\xbf\x00\x00\x00\xff\xff\x35\x5e\xc9\xa8\xe9\x00\x00\x00") - -func _1662460056_move_favourites_to_saved_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662460056_move_favourites_to_saved_addressesUpSql, - "1662460056_move_favourites_to_saved_addresses.up.sql", - ) -} - -func _1662460056_move_favourites_to_saved_addressesUpSql() (*asset, error) { - bytes, err := _1662460056_move_favourites_to_saved_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662460056_move_favourites_to_saved_addresses.up.sql", size: 233, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0xa2, 0x8c, 0xa3, 0xec, 0xad, 0xdf, 0xc3, 0x48, 0x5, 0x9b, 0x50, 0x25, 0x59, 0xae, 0x7d, 0xee, 0x58, 0xd2, 0x41, 0x27, 0xf2, 0x22, 0x2e, 0x9a, 0xb9, 0x4a, 0xcc, 0x38, 0x6e, 0x3a, 0xb2}} - return a, nil -} - -var __1662738097_add_base_fee_transactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x29\x4a\xcc\x2b\x4e\x4b\x2d\x2a\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x4a\x2c\x4e\x8d\x4f\x4f\x2c\x8e\x4f\x4b\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x36\x22\xd8\x35\x04\x55\xaf\x2d\x58\x1d\x20\x00\x00\xff\xff\x3f\x07\xa7\xa2\x70\x00\x00\x00") - -func _1662738097_add_base_fee_transactionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662738097_add_base_fee_transactionUpSql, - "1662738097_add_base_fee_transaction.up.sql", - ) -} - -func _1662738097_add_base_fee_transactionUpSql() (*asset, error) { - bytes, err := _1662738097_add_base_fee_transactionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662738097_add_base_fee_transaction.up.sql", size: 112, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xfb, 0x10, 0xae, 0xfc, 0x77, 0x70, 0x98, 0x6f, 0xec, 0xaa, 0xcd, 0x7, 0xc7, 0x74, 0x23, 0xc, 0xd5, 0x1e, 0x82, 0xdd, 0xfe, 0xff, 0x3b, 0xd2, 0x49, 0x10, 0x5b, 0x30, 0xc, 0x2d, 0xb0}} - return a, nil -} - -var __1662972194_add_keypairs_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xcf\x4a\xc4\x30\x10\xc7\xf1\x7b\x9f\xe2\x77\x54\xb0\x8b\xca\x52\x05\x4f\xd9\x35\xc5\x85\xd0\x42\x9b\x15\x6f\x65\x9a\x64\x35\xf4\x4f\x6a\x92\xb2\xf4\xed\xa5\x8a\x07\x41\xf1\x38\xf0\x61\x66\xbe\x69\x0a\xf9\x66\x03\xce\x14\xe0\xcd\x48\x83\xd1\x68\x17\x0c\x36\x44\xea\x0c\x4e\xde\x0d\xb8\xc9\xb2\xdb\xed\xf6\x2e\xbb\xbf\x6e\x48\xeb\xa6\x33\xcb\x44\xd6\x87\x26\x52\xdb\x9b\xcd\x3c\x6d\xc2\x7b\x0f\x1a\x35\x6c\x40\x67\xa6\x88\x93\xf3\x68\x49\x75\x67\xf2\x3a\x40\xb9\x61\xa2\x68\x5b\xdb\xdb\xb8\xa0\x35\x76\x7c\x05\x61\x74\xa9\x9b\x92\x7d\xc5\x99\xe4\x90\x6c\x27\x38\x0e\x39\x8a\x52\x82\xbf\x1c\x6a\x59\xe3\xfb\x0c\x2e\x12\x00\xeb\xa8\xc8\xeb\x66\xb6\x1a\xcf\xac\xda\x3f\xb1\xea\x53\x17\x47\x21\xae\x7e\x88\x35\xe2\x1f\xd2\x3b\xd5\x19\x8d\x5d\x59\x0a\xce\x0a\x3c\xf2\x9c\x1d\x85\x44\xce\x44\xcd\xbf\x24\x29\xe5\xe6\x31\xae\xc1\xde\x84\xf0\xf7\xbe\x5f\x1f\x4a\x2e\x1f\x3e\x02\x00\x00\xff\xff\xb6\x22\x40\x34\x59\x01\x00\x00") - -func _1662972194_add_keypairs_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662972194_add_keypairs_tableUpSql, - "1662972194_add_keypairs_table.up.sql", - ) -} - -func _1662972194_add_keypairs_tableUpSql() (*asset, error) { - bytes, err := _1662972194_add_keypairs_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662972194_add_keypairs_table.up.sql", size: 345, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0x76, 0xf2, 0x86, 0xe1, 0x7e, 0xe9, 0x47, 0x32, 0x48, 0xd5, 0x6b, 0xe5, 0xd, 0xab, 0xb7, 0xf1, 0xd4, 0xf1, 0xad, 0x38, 0xa6, 0x11, 0xe7, 0xce, 0x5c, 0x11, 0x11, 0xf, 0x47, 0xb2, 0x4}} - return a, nil -} - -var __1664392661_add_third_party_id_to_waku_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x8d\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\xc8\x2c\x4a\x89\x2f\x48\x2c\x2a\xa9\x8c\xcf\x4c\x51\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe2\x02\x04\x00\x00\xff\xff\xdd\x01\xff\x71\x46\x00\x00\x00") - -func _1664392661_add_third_party_id_to_waku_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1664392661_add_third_party_id_to_waku_messagesUpSql, - "1664392661_add_third_party_id_to_waku_messages.up.sql", - ) -} - -func _1664392661_add_third_party_id_to_waku_messagesUpSql() (*asset, error) { - bytes, err := _1664392661_add_third_party_id_to_waku_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1664392661_add_third_party_id_to_waku_messages.up.sql", size: 70, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x67, 0x66, 0x9e, 0x66, 0x74, 0xce, 0x1c, 0xb, 0x1b, 0x9d, 0xd5, 0xfc, 0x65, 0xe, 0x83, 0x90, 0x4c, 0x61, 0x4e, 0x6b, 0xe7, 0x86, 0xbe, 0x36, 0x4f, 0x91, 0x36, 0x4, 0x47, 0x7b, 0x82}} - return a, nil -} - -var __1664783660_add_sync_info_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\xc1\x6a\xf3\x30\x10\x04\xe0\x7b\x9e\x62\x2e\x3f\x4e\xe0\x4f\xe9\x3d\xf4\xa0\xc4\x2e\x14\x54\xbb\x24\x32\x3d\x06\x21\x6d\x1a\x51\x59\x32\x5a\xd9\x69\xde\xbe\xd8\x39\x94\x52\x0a\xbd\x2e\xbb\x33\xdf\x0a\xa9\xaa\x3d\x94\xd8\xca\x0a\xac\x47\xb2\x47\x6d\x6d\x22\x66\x62\x88\xb2\xc4\xae\x91\xed\x73\x8d\x44\x5d\x1c\xc9\x62\xdb\x34\xb2\x12\x35\xea\x46\xa1\x6e\xa5\x44\x59\x3d\x8a\x56\x2a\xdc\x6f\x16\xeb\x35\xf6\xd4\x27\x62\x0a\x99\x71\xd1\xde\xc3\xf8\x68\xde\x91\x5d\x47\xd0\x8c\x21\xb8\x0f\xea\xa3\x39\xcf\x13\xce\xba\xeb\x17\x7f\xec\x1f\x7a\xab\x33\x1d\x6f\x79\x4f\xb5\xfa\x0d\xd0\xce\x7b\x18\xd8\x85\x37\xe4\x33\xc1\x0c\x29\x51\xc8\x5f\x8d\xc8\x11\x96\x4c\x0c\x27\xef\x4c\x86\xa5\xd1\x19\x62\x68\x9f\x48\xdb\x2b\x5c\x00\x5f\x83\xb9\xc3\xab\x0b\x3c\x27\x78\xcd\x19\x31\xd0\x74\x78\x63\x2c\xda\x97\x52\xa8\x9f\xde\x43\xa5\xbe\x43\x1f\xb0\xdc\x89\x83\x5a\x72\x4e\xa7\x09\xb0\x2c\xfe\x71\xf1\x1f\x45\x88\x97\x62\x05\x71\x98\x3e\x59\xad\x36\x9f\x01\x00\x00\xff\xff\xe1\x0f\x8e\x46\x84\x01\x00\x00") - -func _1664783660_add_sync_info_to_saved_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1664783660_add_sync_info_to_saved_addressesUpSql, - "1664783660_add_sync_info_to_saved_addresses.up.sql", - ) -} - -func _1664783660_add_sync_info_to_saved_addressesUpSql() (*asset, error) { - bytes, err := _1664783660_add_sync_info_to_saved_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1664783660_add_sync_info_to_saved_addresses.up.sql", size: 388, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x7c, 0x3a, 0x95, 0x4e, 0x55, 0xb2, 0xbd, 0xb4, 0x18, 0x93, 0xc1, 0xcf, 0x9f, 0x12, 0xbb, 0x49, 0x8a, 0x2a, 0x6a, 0x2a, 0x7f, 0xad, 0x44, 0xc3, 0xf, 0x3a, 0x79, 0x18, 0xb9, 0x4c, 0x64}} - return a, nil -} - -var __1668109917_wakunodesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xf2\xf4\x0b\x76\x0d\x0a\x51\xf0\xf4\x0b\xf1\x57\x48\xce\x29\x2d\x2e\x49\x2d\x8a\xcf\xcb\x4f\x49\x2d\xd6\x00\x91\x3a\x0a\x25\x95\x05\xa9\x9a\x5c\xc1\xae\x3e\xae\xce\x21\x0a\x10\x21\xf5\xf2\xc4\xec\x52\x75\x05\x2e\xb7\x20\x7f\x5f\x54\x3d\x5c\xe1\x1e\xae\x41\xae\x60\x3d\x0a\xb6\x0a\x4a\x45\xa9\x39\x89\x95\x4a\x5c\x80\x00\x00\x00\xff\xff\x19\x97\xc3\x57\x63\x00\x00\x00") - -func _1668109917_wakunodesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1668109917_wakunodesUpSql, - "1668109917_wakunodes.up.sql", - ) -} - -func _1668109917_wakunodesUpSql() (*asset, error) { - bytes, err := _1668109917_wakunodesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1668109917_wakunodes.up.sql", size: 99, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0xaa, 0x9e, 0x2, 0x66, 0x85, 0x69, 0xa8, 0xd9, 0xe2, 0x4b, 0x8d, 0x2a, 0x9c, 0xdf, 0xd2, 0xef, 0x64, 0x58, 0xe3, 0xa6, 0xe7, 0xc1, 0xd1, 0xc8, 0x9c, 0xc0, 0x2c, 0x1, 0xa8, 0x7b, 0x81}} - return a, nil -} - -var __1670249678_display_name_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x42\x21\x10\x06\xe0\xab\xfc\x47\x68\xdf\x6a\xca\x29\x82\x69\x1e\x3c\xc6\xb5\x88\x49\x48\x66\xc1\xb8\xf1\xf6\xef\x23\x31\xde\x61\x74\x11\x86\xd7\x39\xdb\x78\x7b\xf2\x35\x4a\x2a\xfd\x57\x3e\xa0\x10\x70\xdd\x24\x3e\x15\xaf\xe6\xff\x9e\x57\x1a\xf9\x5b\xf1\x50\xe3\x3b\xef\xd0\xcd\xa0\x51\x04\x81\x6f\x14\xc5\x70\x3a\x1f\x01\x00\x00\xff\xff\x39\x3a\xe6\xb0\x53\x00\x00\x00") - -func _1670249678_display_name_to_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1670249678_display_name_to_settings_sync_clock_tableUpSql, - "1670249678_display_name_to_settings_sync_clock_table.up.sql", - ) -} - -func _1670249678_display_name_to_settings_sync_clock_tableUpSql() (*asset, error) { - bytes, err := _1670249678_display_name_to_settings_sync_clock_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1670249678_display_name_to_settings_sync_clock_table.up.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x39, 0x18, 0xdc, 0xc4, 0x1f, 0x79, 0x22, 0x16, 0x4d, 0xdf, 0x6c, 0x66, 0xd5, 0xa4, 0x88, 0x5d, 0x5, 0x37, 0xa7, 0x41, 0x5, 0x50, 0xae, 0x12, 0xfa, 0x7e, 0x89, 0x24, 0x5c, 0xae, 0x30, 0xfc}} - return a, nil -} - -var __1670836810_add_imported_flag_to_community_archive_hashesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x2c\x4a\xce\xc8\x2c\x4b\x8d\xcf\x48\x2c\xce\x48\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x2d\xc8\x2f\x2a\x49\x4d\x51\x70\xf2\xf7\xf7\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\x0a\x0d\x70\x71\x0c\x21\xc2\xbc\x60\xd7\x10\x84\x41\xb6\x0a\x06\xd6\x5c\x5c\x80\x00\x00\x00\xff\xff\xf5\xc9\x5a\x6d\x90\x00\x00\x00") - -func _1670836810_add_imported_flag_to_community_archive_hashesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1670836810_add_imported_flag_to_community_archive_hashesUpSql, - "1670836810_add_imported_flag_to_community_archive_hashes.up.sql", - ) -} - -func _1670836810_add_imported_flag_to_community_archive_hashesUpSql() (*asset, error) { - bytes, err := _1670836810_add_imported_flag_to_community_archive_hashesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1670836810_add_imported_flag_to_community_archive_hashes.up.sql", size: 144, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0xf, 0xf0, 0xbd, 0xfe, 0x63, 0x25, 0x8f, 0x5e, 0x46, 0x4b, 0x45, 0x31, 0x8b, 0x3e, 0xd8, 0x6b, 0x5d, 0x9d, 0x6d, 0x10, 0x9a, 0x87, 0x4b, 0x18, 0xc6, 0x39, 0x81, 0x6e, 0xe4, 0x75, 0xfb}} - return a, nil -} - -var __1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xfb\x9e\xe2\x67\xaf\xe1\x29\xda\x78\x8a\x0a\x92\x81\xb7\x50\x46\xd5\xe0\x9a\xc1\xd6\xfa\xfc\xfb\x48\x94\x9f\x50\x3a\x0b\x63\x5e\x6b\xed\xe1\xcd\xcb\x6e\x79\x9b\xbf\xfe\x2f\xe6\xf1\x5e\x41\x29\xe1\xf2\x90\xe9\x76\xc7\x92\xf7\x66\x35\x7f\xa2\xb4\xc5\xe3\x67\x7d\x73\x28\xbf\x14\x89\xaf\x34\x89\x62\x1c\x4f\xc3\x70\x04\x00\x00\xff\xff\x53\xcc\x9d\x7d\x56\x00\x00\x00") - -func _1671438731_add_magnetlink_uri_to_communities_archive_infoUpSqlBytes() ([]byte, error) { - return bindataRead( - __1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql, - "1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql", - ) -} - -func _1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql() (*asset, error) { - bytes, err := _1671438731_add_magnetlink_uri_to_communities_archive_infoUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql", size: 86, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0x8b, 0x4b, 0xd6, 0xd8, 0xe2, 0x3d, 0xf7, 0x6b, 0xcd, 0x1e, 0x70, 0x9, 0x2e, 0x35, 0x4, 0x61, 0xc3, 0xb5, 0x9d, 0xc5, 0x27, 0x21, 0xa, 0x5a, 0xd6, 0x3e, 0xa6, 0x24, 0xa2, 0x12, 0xdf}} - return a, nil -} - -var __1672933930_switcher_cardUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcd\x31\xeb\xc2\x30\x14\x04\xf0\x3d\x9f\xe2\xe8\xf4\xff\x83\x83\xbb\x53\x8c\xaf\x10\x7c\x26\x25\xbc\x82\x9d\x8a\xa4\x01\x8b\xa2\x92\x14\xc4\x6f\x2f\x19\x14\xdc\x8e\xfb\x71\x9c\x09\xa4\x85\x20\x7a\xcb\x84\xf2\x9c\x97\x78\x4e\x79\x8c\xa7\x3c\x15\xfc\x29\xa0\xa6\x71\x9e\x20\x74\x14\x74\xc1\x1e\x74\x18\xb0\xa7\x01\xde\xc1\x78\xd7\xb2\x35\x82\x40\x1d\x6b\x43\x2b\x05\x2c\xaf\x47\x82\x75\x02\xe7\x05\xae\x67\xc6\x8e\x5a\xdd\xb3\x60\x5d\x39\x5e\xef\xf1\xf2\xe3\xb5\x2d\x31\xa7\x74\xfb\xde\x7c\x16\x4d\xa3\xfe\x37\xea\x1d\x00\x00\xff\xff\x3d\x5f\x5e\xbd\xa2\x00\x00\x00") - -func _1672933930_switcher_cardUpSqlBytes() ([]byte, error) { - return bindataRead( - __1672933930_switcher_cardUpSql, - "1672933930_switcher_card.up.sql", - ) -} - -func _1672933930_switcher_cardUpSql() (*asset, error) { - bytes, err := _1672933930_switcher_cardUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1672933930_switcher_card.up.sql", size: 162, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x39, 0xba, 0xdc, 0xbb, 0x40, 0x4, 0xf2, 0x10, 0xdf, 0xb4, 0xd2, 0x80, 0x8a, 0x74, 0x4d, 0xf6, 0xbc, 0x50, 0x7, 0xd, 0x22, 0x7f, 0xc4, 0xaf, 0xaa, 0xde, 0xdc, 0x71, 0xe9, 0x42, 0x98, 0x36}} - return a, nil -} - -var __1674056187_add_price_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xc1\x0a\xc2\x30\x10\x44\xef\xf9\x8a\x39\x5a\x68\xbf\xa0\xa7\x58\x57\x0c\x84\x14\xd3\x54\x7a\x2b\x12\x57\x2c\x42\x2c\xa1\x1e\xfa\xf7\x42\x4a\x05\x85\x9e\xdf\xee\xcc\xbc\xa2\x40\x1d\x18\x1c\xa6\x38\x63\xe4\x88\xe9\xf5\xe4\x90\xc3\xbf\x63\xe4\xe0\x67\x51\x59\x92\x8e\xe0\xe4\x5e\x13\xd4\x11\xa6\x76\xa0\x4e\x35\xae\xc1\x18\x07\xcf\xbd\xbf\xfa\x07\x63\x27\x00\x2c\xcf\xb8\x48\x5b\x9d\xa4\x4d\xa7\xa6\xd5\x3a\x4f\x6c\x4d\xdc\xc0\x29\x0c\x96\xa4\xfe\x02\x91\x95\x62\xed\x6f\x8d\x3a\xb7\x04\x65\x0e\xd4\x6d\xcf\xe8\x87\x1b\x87\x69\xb8\xcf\xfd\x22\x54\x9b\xdf\x91\x7f\x72\x59\xf9\x09\x00\x00\xff\xff\xa1\xb2\x14\xdc\xff\x00\x00\x00") - -func _1674056187_add_price_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1674056187_add_price_cacheUpSql, - "1674056187_add_price_cache.up.sql", - ) -} - -func _1674056187_add_price_cacheUpSql() (*asset, error) { - bytes, err := _1674056187_add_price_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1674056187_add_price_cache.up.sql", size: 255, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x79, 0x6a, 0x9b, 0x28, 0xd1, 0x22, 0xf0, 0x84, 0x76, 0x40, 0x39, 0x49, 0x15, 0x5d, 0xaa, 0xfd, 0x11, 0xff, 0x13, 0x27, 0x42, 0x12, 0xfa, 0x82, 0xe6, 0x7a, 0xf0, 0x5e, 0x1f, 0xe3, 0xba}} - return a, nil -} - -var __1674136690_ens_usernamesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x70\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x48\xcd\x2b\x8e\x2f\x2d\x4e\x2d\xca\x4b\xcc\x4d\x2d\x56\xd0\xe0\xe2\xe4\x54\x82\x71\x95\x14\x42\x5c\x23\x42\x14\xfc\xfc\x43\x14\xfc\x42\x7d\x7c\x74\x40\x72\xc9\x19\x89\x99\x79\xf1\x99\x29\x4a\x0a\xa1\x7e\xc1\x9e\xee\x7e\xae\x2e\x0a\x4e\x9e\xee\x9e\x7e\x21\x0a\x2e\xae\x6e\x8e\xa1\x3e\x21\x0a\x86\x9a\xd6\x80\x00\x00\x00\xff\xff\xa9\xfe\x5b\xec\x62\x00\x00\x00") - -func _1674136690_ens_usernamesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1674136690_ens_usernamesUpSql, - "1674136690_ens_usernames.up.sql", - ) -} - -func _1674136690_ens_usernamesUpSql() (*asset, error) { - bytes, err := _1674136690_ens_usernamesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1674136690_ens_usernames.up.sql", size: 98, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x7a, 0xf3, 0xa8, 0x88, 0x99, 0xd6, 0x9c, 0x69, 0x48, 0x3c, 0x10, 0xda, 0x72, 0xdc, 0x14, 0xd, 0x6e, 0x8c, 0x82, 0x92, 0x2d, 0x2c, 0xee, 0x4c, 0x70, 0xa4, 0xdc, 0x5c, 0x5, 0x2, 0xc3}} - return a, nil -} - -var __1674232431_add_balance_historyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\xcd\x8e\x9b\x30\x14\x85\xf7\x3c\xc5\x59\x36\x12\xcc\x0b\x64\x05\x33\x74\x6a\x09\x19\x35\x81\x6a\x76\xc8\x31\x37\xe1\xaa\x1e\x13\xd9\x37\x95\xe8\xd3\x57\xa1\xd0\x56\x4d\xfa\xa3\x59\x1f\x1f\x7f\x3a\xdf\xcd\x32\xd4\x9e\x40\x5e\xc2\x84\x33\x05\xd8\xc1\xb0\xef\xb8\x4f\x61\xfa\x3e\x50\x8c\x29\xec\x25\x04\xf2\x76\x4a\x71\x70\xa3\xfd\x9c\x64\x19\x0e\x2c\x91\x04\x1c\x71\x89\xd4\x43\x46\x44\x72\x64\x05\xc2\xaf\x04\xf6\x42\xe1\x8b\x71\x38\x05\xe3\x2f\xce\x04\x96\xe9\x01\xcd\x40\x70\x64\xa2\x20\xf2\xc9\xf3\x91\xad\xf1\x72\xfd\x09\x83\x89\x90\x81\x60\x47\x13\x22\x45\xf9\xb5\x37\xd3\x8c\x33\xde\xd2\x15\x67\x10\x29\xb0\x71\xfc\x95\x7a\x1c\xf8\xf4\xa0\xbc\x24\x8f\xbb\x32\x6f\x4a\x34\x79\x51\x95\x50\xef\xa1\xeb\x06\xe5\x8b\xda\x37\xfb\xb5\xda\x0d\x1c\x65\x0c\x13\xde\x25\x00\x7e\x8c\x44\xab\xf7\xea\x59\x97\x4f\x28\xd4\xb3\xd2\xcd\xdc\xd4\x6d\x55\xa5\xf3\xb3\xc5\x00\x3e\xe5\xbb\xc7\x0f\xf9\xee\xb7\x74\xd5\xf2\x87\x78\x76\x75\xff\xdf\xab\xa4\x28\xe6\xf5\x8c\xdb\x6c\x31\x7b\x27\x58\x24\x14\x55\x5d\x24\x9b\x6d\xb2\xae\x6e\xb5\xfa\xd8\x96\x50\xfa\xa9\x7c\xf9\xfb\xf8\x8e\x7b\xf2\xc2\xc7\xa9\xfb\x7e\xee\x5a\xdf\xea\xf9\xf7\xf9\x37\xdb\x95\xfc\x3f\xc8\x23\x3b\xa1\x30\x03\x99\xe2\x1b\x91\xe9\x4f\x63\xe9\x22\x68\xb3\xfd\x16\x00\x00\xff\xff\xca\xc4\x54\x21\xba\x02\x00\x00") - -func _1674232431_add_balance_historyUpSqlBytes() ([]byte, error) { - return bindataRead( - __1674232431_add_balance_historyUpSql, - "1674232431_add_balance_history.up.sql", - ) -} - -func _1674232431_add_balance_historyUpSql() (*asset, error) { - bytes, err := _1674232431_add_balance_historyUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1674232431_add_balance_history.up.sql", size: 698, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0xb5, 0x18, 0xca, 0x4a, 0x93, 0xbb, 0x6f, 0xa4, 0xee, 0xe4, 0x3e, 0xff, 0x6a, 0x4b, 0xe2, 0xe1, 0x61, 0x28, 0xee, 0xc5, 0x26, 0x57, 0x61, 0x5e, 0x6d, 0x44, 0x1e, 0x85, 0x43, 0x70, 0xa2}} - return a, nil -} - -var __1676368933_keypairs_to_keycardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcf\x6e\xb3\x30\x10\xc4\xef\x3c\xc5\x1c\x13\x89\x37\xf8\x4e\x0e\x2c\x5f\xad\xba\x76\x64\x9c\xaa\x39\x45\xc8\x76\x25\x94\x04\x2a\x4c\x0e\x7d\xfb\x0a\x4a\xf9\xd7\x46\xca\xd1\xde\xdf\xee\xec\xcc\x26\x9a\x98\x21\x18\xb6\x13\x04\x9e\x41\x2a\x03\x7a\xe3\xb9\xc9\x71\xf6\x9f\xb6\x68\x5c\xc0\x26\x02\xf0\xf3\x3c\xdd\x4a\x87\x57\xa6\x93\x27\xa6\x7b\x5a\x1e\x84\xc0\x5e\xf3\x17\xa6\x8f\x78\xa6\x63\xbc\xa0\xab\xe2\xea\x7f\xe1\x4b\xe4\x52\xdb\xb3\x77\xd8\x29\x25\x88\x49\xa4\x94\xb1\x83\x30\xc8\x98\xc8\x69\x24\xff\x94\x8d\xb6\xff\xa2\xe8\x01\x07\xa7\xc2\xda\xfa\x56\xb5\x8f\x58\xf9\x56\x1c\x1a\x4e\x85\x73\x8d\x0f\xe1\x0e\x95\x29\x4d\xfc\xbf\xec\x5c\x6f\x66\x33\xb7\xd0\x94\x91\x26\x99\xd0\xb4\xc3\x12\xe8\xdb\x01\x25\x71\xd8\xa7\xdd\xfa\x09\xcb\x13\x96\xd2\xac\x90\x92\xa0\x59\x01\x40\x6f\x97\xcb\x9c\xb4\x01\x97\x46\x4d\x17\x0a\xfe\xe2\x6d\x0b\x57\x86\xb6\xac\x6c\x3b\x37\x18\x2f\x4e\x11\xaf\x52\x8f\xc7\x6c\xdf\x9b\xfa\xda\x3d\x3e\x8a\xb2\x09\x77\x74\xa6\x1c\x07\xc1\x85\xce\x3a\xb3\xf5\xc4\x54\xab\xfd\x70\xa6\xf1\xf7\x2b\x00\x00\xff\xff\x54\x11\xff\x5a\x7f\x02\x00\x00") - -func _1676368933_keypairs_to_keycardsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1676368933_keypairs_to_keycardsUpSql, - "1676368933_keypairs_to_keycards.up.sql", - ) -} - -func _1676368933_keypairs_to_keycardsUpSql() (*asset, error) { - bytes, err := _1676368933_keypairs_to_keycardsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1676368933_keypairs_to_keycards.up.sql", size: 639, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x93, 0x27, 0x2, 0xf0, 0x37, 0x81, 0x65, 0xa4, 0xb3, 0x5b, 0x60, 0x36, 0x95, 0xfc, 0x81, 0xf0, 0x3b, 0x7c, 0xc3, 0x2c, 0x85, 0xbd, 0x38, 0x46, 0xa4, 0x95, 0x4a, 0x6, 0x3e, 0x74, 0xd5}} - return a, nil -} - -var __1676951398_add_currency_format_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xc1\x4a\x03\x31\x14\x45\xf7\xf3\x15\x77\x69\xc1\x7e\x41\x57\x69\x8d\x18\x18\x12\x9c\x66\xa4\xbb\x10\x33\xaf\x1a\xc8\x64\x86\x97\xb8\x88\x5f\x2f\xb4\xea\x42\x10\xba\xbe\xf7\xc0\x39\xdb\x2d\x4c\x26\x50\xae\xdc\xb0\x12\xa3\xb4\xf9\x75\x49\xdd\x61\x90\xc2\x4a\x58\xb1\xef\x25\xd4\x23\xb4\xb1\x90\x27\x75\xb4\x47\x84\x0f\x66\xca\xa1\xb9\xf3\xc2\xb3\xaf\x2e\xf8\xf0\x4e\xb8\xeb\x00\x7c\xd3\x78\x11\xc3\xe1\x49\x0c\x17\x4a\x8f\x7d\x7f\x7f\x19\xa7\x58\xd6\xe4\x9b\x9b\x28\xc4\xd9\xa7\x02\xa5\xed\x9f\x4b\xa9\x1c\x57\x57\xd9\xc7\x14\xf3\x9b\xfb\x24\x5e\xa8\x60\x6f\x4c\x2f\x85\xfe\xfd\x76\x9b\x5d\xf7\x63\x38\x6a\xf5\x3c\x4a\x28\xfd\x20\x4f\xb7\x88\xba\x38\x51\xae\xf1\xdc\xdc\xb5\xd9\xe8\xff\x82\xae\x2d\x9b\xdd\x57\x00\x00\x00\xff\xff\x11\xe9\xc3\xee\x23\x01\x00\x00") - -func _1676951398_add_currency_format_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1676951398_add_currency_format_cacheUpSql, - "1676951398_add_currency_format_cache.up.sql", - ) -} - -func _1676951398_add_currency_format_cacheUpSql() (*asset, error) { - bytes, err := _1676951398_add_currency_format_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1676951398_add_currency_format_cache.up.sql", size: 291, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0xa3, 0x76, 0x35, 0xca, 0xf, 0xe8, 0xdf, 0xd9, 0x61, 0xf9, 0xed, 0xfc, 0x6d, 0xf5, 0xe, 0x11, 0x88, 0xbd, 0x14, 0x92, 0xc6, 0x57, 0x53, 0xe, 0xcd, 0x52, 0xf4, 0xa9, 0xb1, 0xdd, 0xfd}} - return a, nil -} - -var __1676968196_keycards_add_clock_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xb1\x0a\x80\x20\x10\x06\xe0\x57\xf9\x1f\xa1\xbd\xe9\x4a\x83\xe0\x3a\x21\xce\x59\x44\x9d\x14\x8a\xb4\xa1\xb7\xef\x23\x56\x7b\x42\x69\x61\x8b\x5a\xbe\x14\x9f\xdc\x41\xc6\x60\x75\xec\x0f\x41\x8b\x7d\x84\xf7\xce\x71\x94\x90\xda\x95\x2a\x76\x51\x88\x53\x88\x67\x86\xb1\x1b\x79\x56\x4c\xf3\x1f\x00\x00\xff\xff\xdf\xc5\x21\x50\x49\x00\x00\x00") - -func _1676968196_keycards_add_clock_columnUpSqlBytes() ([]byte, error) { - return bindataRead( - __1676968196_keycards_add_clock_columnUpSql, - "1676968196_keycards_add_clock_column.up.sql", - ) -} - -func _1676968196_keycards_add_clock_columnUpSql() (*asset, error) { - bytes, err := _1676968196_keycards_add_clock_columnUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1676968196_keycards_add_clock_column.up.sql", size: 73, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0xf, 0x1c, 0x28, 0x41, 0x57, 0x57, 0x6c, 0xe, 0x75, 0x6b, 0x75, 0x12, 0x0, 0x18, 0x1e, 0x88, 0x1e, 0x45, 0xe0, 0x32, 0xb9, 0xd4, 0xd9, 0x2e, 0xc8, 0xb, 0x80, 0x6, 0x51, 0x3d, 0x28}} - return a, nil -} - -var __1676968197_add_fallback_rpc_to_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x4b\xcc\xc9\x49\x4a\x4c\xce\x8e\x2f\x2d\xca\x51\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x24\xd8\x35\x04\x55\xb7\x2d\x48\x19\x20\x00\x00\xff\xff\xe1\xb6\xd7\x0b\x70\x00\x00\x00") - -func _1676968197_add_fallback_rpc_to_networksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1676968197_add_fallback_rpc_to_networksUpSql, - "1676968197_add_fallback_rpc_to_networks.up.sql", - ) -} - -func _1676968197_add_fallback_rpc_to_networksUpSql() (*asset, error) { - bytes, err := _1676968197_add_fallback_rpc_to_networksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1676968197_add_fallback_rpc_to_networks.up.sql", size: 112, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0x6a, 0xc6, 0x45, 0xfa, 0x62, 0x84, 0x74, 0x6d, 0x7c, 0xd7, 0x1d, 0x79, 0xb6, 0x38, 0x43, 0xa8, 0x8, 0x6b, 0x75, 0x3d, 0x9, 0x2, 0xc5, 0x9f, 0xbb, 0x45, 0x56, 0x4c, 0x4e, 0x17, 0x89}} - return a, nil -} - -var __1677674090_add_chains_ens_istest_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xc1\x6e\xf2\x30\x10\x84\xef\x7e\x8a\x11\x27\x90\x72\xf8\xef\x9c\x0c\x6c\x84\xf5\x9b\x18\x39\x4b\x81\x93\x65\x11\x57\xa0\x96\xa4\x8a\x03\x7d\xfd\x2a\x14\x52\xd1\x50\xa9\xbd\xee\xcc\x8e\xbe\x1d\xed\xd4\x92\x64\x02\xcb\x89\x26\xa8\x14\x99\x61\xd0\x46\xe5\x9c\x23\xfa\x73\x28\x9c\x2f\x8a\x3a\xc4\x18\xa2\x2b\xc3\x3b\x86\x02\xb8\x4e\xf0\x24\xed\x74\x2e\xed\x65\x25\x5b\x69\x9d\x08\xa0\xf4\xc7\x00\xa6\x0d\xdf\x4d\x9f\xfd\xb9\x3a\xd5\x87\x26\x60\x62\x8c\x26\x99\x75\x2a\x66\x94\xca\x95\x66\xa4\x52\xe7\xd4\x7a\xeb\x70\xac\xce\xa1\xf8\x85\xf3\xf4\x56\xf8\x26\xb8\xdd\x6b\xb5\x7b\x81\xca\xb8\x6f\xfd\xd7\xda\x76\x7b\x7f\x28\x5d\xdc\x57\x75\xe3\x5a\xbc\x2f\xf0\x9b\x6d\x30\x68\x7d\xa1\x8c\x17\xfd\x07\xf9\x10\x5d\x13\x62\xd3\x71\xf5\x70\x96\x56\x2d\xa4\xdd\xe2\x3f\x6d\x31\xbc\x76\x94\x74\xa9\xc9\x2d\x60\x24\x46\x58\x2b\x9e\x9b\x15\xc3\x9a\xb5\x9a\x8d\x85\x50\x59\x4e\x96\xdb\x1b\xcc\xe3\xd6\xbb\xb8\xcf\xa8\xae\xcf\xe4\x56\x57\x72\xd7\xc6\x48\x00\xc8\x49\xd3\x94\xf1\xc7\x55\xa4\xd6\x2c\xbe\x43\x8c\xc5\xcc\x9a\xe5\xf5\x49\x7a\x9a\xd4\x4c\xf6\xb1\x78\xa1\xb7\x94\xc9\x05\xa1\x7f\xdb\x58\x7c\x04\x00\x00\xff\xff\x4b\x7d\x7a\x1a\x7e\x02\x00\x00") - -func _1677674090_add_chains_ens_istest_to_saved_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1677674090_add_chains_ens_istest_to_saved_addressesUpSql, - "1677674090_add_chains_ens_istest_to_saved_addresses.up.sql", - ) -} - -func _1677674090_add_chains_ens_istest_to_saved_addressesUpSql() (*asset, error) { - bytes, err := _1677674090_add_chains_ens_istest_to_saved_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1677674090_add_chains_ens_istest_to_saved_addresses.up.sql", size: 638, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0x2d, 0xa4, 0x1b, 0xf6, 0x6a, 0x13, 0x7b, 0xe, 0x59, 0xcd, 0xe2, 0x4e, 0x81, 0x99, 0xc4, 0x33, 0x84, 0xde, 0x66, 0xca, 0xac, 0x2f, 0x5, 0x90, 0xac, 0xfd, 0x4e, 0xfc, 0x55, 0x44, 0xe5}} - return a, nil -} - -var __1677681143_accounts_table_type_column_updateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x08\x76\x0d\x51\x28\xa9\x2c\x48\x55\xb0\x55\x50\x2a\x4e\x4d\x4d\x51\x52\x08\xf7\x70\x0d\x72\x55\x48\x49\x2d\xca\x2c\x4b\x4d\x89\x4f\x2b\xca\xcf\x55\xf0\xf4\x53\xd0\x08\x76\xf5\x71\x75\x0e\x41\x15\x77\x0b\xf2\xf7\x45\x18\x05\xd1\x88\x6a\x98\xa3\x9f\x0b\xaa\x16\x45\x5b\x05\x25\x25\x4d\x6b\x40\x00\x00\x00\xff\xff\xfe\xc4\x58\x1e\x87\x00\x00\x00") - -func _1677681143_accounts_table_type_column_updateUpSqlBytes() ([]byte, error) { - return bindataRead( - __1677681143_accounts_table_type_column_updateUpSql, - "1677681143_accounts_table_type_column_update.up.sql", - ) -} - -func _1677681143_accounts_table_type_column_updateUpSql() (*asset, error) { - bytes, err := _1677681143_accounts_table_type_column_updateUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1677681143_accounts_table_type_column_update.up.sql", size: 135, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd2, 0xc4, 0x6, 0x42, 0x50, 0x1d, 0xf4, 0x48, 0x55, 0xbc, 0xa2, 0x19, 0xdd, 0xad, 0xc8, 0xc, 0xa7, 0x30, 0xb6, 0xaf, 0xe, 0x2b, 0xaa, 0x2a, 0xa4, 0xe1, 0xb9, 0x41, 0x23, 0x66, 0xd3, 0x3}} - return a, nil -} - -var __1678264207_accounts_table_new_columns_addedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\xc8\x4e\xad\x2c\x48\xcc\x2c\x8a\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xc2\xa9\x2d\x27\xb1\xb8\x24\xbe\xb4\x38\x35\x25\x3e\x25\xb5\x28\xb3\x2c\xb1\x24\x33\x3f\x2f\x3e\x33\x2f\x25\xb5\x42\xc1\xd3\x2f\x44\xc1\xcf\x3f\x44\xc1\x2f\xd4\xc7\x07\x6e\x98\x81\x35\x20\x00\x00\xff\xff\x58\xef\x2d\xf3\x82\x00\x00\x00") - -func _1678264207_accounts_table_new_columns_addedUpSqlBytes() ([]byte, error) { - return bindataRead( - __1678264207_accounts_table_new_columns_addedUpSql, - "1678264207_accounts_table_new_columns_added.up.sql", - ) -} - -func _1678264207_accounts_table_new_columns_addedUpSql() (*asset, error) { - bytes, err := _1678264207_accounts_table_new_columns_addedUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1678264207_accounts_table_new_columns_added.up.sql", size: 130, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xd4, 0xf3, 0x35, 0xef, 0x5c, 0x19, 0x3c, 0x15, 0x90, 0x60, 0xbd, 0x1f, 0x81, 0xf0, 0x86, 0x73, 0x89, 0xa0, 0x70, 0xf2, 0x46, 0xae, 0xea, 0xd0, 0xc6, 0x9e, 0x55, 0x4a, 0x54, 0x62, 0xbb}} - return a, nil -} - -var __1680770368_add_bio_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x8e\x2f\xae\xcc\x4b\x8e\x4f\xce\xc9\x4f\xce\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\xf0\xf4\x0b\x71\x75\x77\x0d\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\xa1\x42\xdd\x4d\x4b\x00\x00\x00") - -func _1680770368_add_bio_to_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1680770368_add_bio_to_settings_sync_clock_tableUpSql, - "1680770368_add_bio_to_settings_sync_clock_table.up.sql", - ) -} - -func _1680770368_add_bio_to_settings_sync_clock_tableUpSql() (*asset, error) { - bytes, err := _1680770368_add_bio_to_settings_sync_clock_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1680770368_add_bio_to_settings_sync_clock_table.up.sql", size: 75, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0x52, 0xf6, 0x3f, 0xaa, 0xd, 0xa0, 0xee, 0xe8, 0xe6, 0x16, 0x21, 0x80, 0x61, 0xe4, 0x7a, 0x4e, 0x37, 0x8d, 0x30, 0x51, 0x20, 0x4d, 0x15, 0x47, 0xfb, 0x6, 0xa1, 0xce, 0xc8, 0x27, 0x5a}} - return a, nil -} - -var __1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcd\xc1\x4a\x03\x31\x10\xc6\xf1\xfb\x3e\xc5\x77\xdb\xd6\x53\xef\x4b\x85\x74\x77\x56\x0b\xd3\x44\xb2\x13\x3c\xe6\x90\x06\x0d\xba\x59\x30\x41\xe8\xdb\x8b\x28\x56\x58\xf1\x3a\xcc\xf7\xfb\x2b\x16\xb2\x10\x75\x60\x42\x89\xb5\xa6\xfc\x54\x7c\xb9\xe4\xe0\xc3\xeb\x12\x5e\xa0\x86\x01\xbd\x61\x77\xd2\x98\x73\x9c\x97\x9c\x82\x7f\x8b\xf3\xf2\x1e\xcf\x38\x6a\xa1\x3b\xb2\xd0\x46\xa0\x1d\x33\x06\x1a\x95\x63\xc1\xae\x6b\xfe\x72\xff\xc5\x0e\xc6\x30\x29\xbd\xc6\x46\xc5\x13\x75\x8d\x7b\x18\x94\xfc\xb2\x26\x92\x35\xb2\xc7\x66\x22\xa6\x5e\xd0\x1b\xa7\x65\x73\xb3\xc5\x2d\x76\x18\xad\x39\x5d\x97\x8f\xf7\x64\xe9\x67\x8b\xe3\xf4\xd5\x33\xf6\x7a\xdb\xa3\x6d\xb7\xdf\x8f\xe5\x92\xeb\x73\xac\x29\xf8\xf4\x19\x68\xd3\xb9\xed\x9a\x8f\x00\x00\x00\xff\xff\x66\x07\x60\x7d\x37\x01\x00\x00") - -func _1681110436_add_mnemonic_to_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql, - "1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql", - ) -} - -func _1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql() (*asset, error) { - bytes, err := _1681110436_add_mnemonic_to_settings_sync_clock_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql", size: 311, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0x74, 0x81, 0x7d, 0x9e, 0x77, 0xb6, 0xfe, 0xe3, 0xcb, 0x48, 0xe5, 0x5f, 0x39, 0x23, 0xa1, 0x7d, 0x53, 0x22, 0xe8, 0x96, 0x15, 0x8a, 0x1e, 0x8e, 0xbc, 0xe2, 0x1d, 0xc4, 0xc2, 0x56, 0x34}} - return a, nil -} - -var __1681392602_9d_sync_periodUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x48\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xae\xcc\x4b\x8e\x2f\x48\x2d\xca\xcc\x4f\x51\xb0\x55\x30\x37\x37\x37\x33\x30\xb0\x56\xd0\xd5\x55\xb0\x54\x48\x49\xac\x2c\xe6\x02\x04\x00\x00\xff\xff\xdf\x72\xa4\x65\x3c\x00\x00\x00") - -func _1681392602_9d_sync_periodUpSqlBytes() ([]byte, error) { - return bindataRead( - __1681392602_9d_sync_periodUpSql, - "1681392602_9d_sync_period.up.sql", - ) -} - -func _1681392602_9d_sync_periodUpSql() (*asset, error) { - bytes, err := _1681392602_9d_sync_periodUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1681392602_9d_sync_period.up.sql", size: 60, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xa, 0x90, 0x29, 0x7f, 0x76, 0x98, 0xa7, 0x71, 0x80, 0x5a, 0x2f, 0xbe, 0x23, 0x9a, 0xd4, 0xf4, 0x39, 0x19, 0xd3, 0xa5, 0x34, 0x6e, 0x67, 0x6a, 0xbe, 0x8a, 0xad, 0x21, 0xc7, 0xba, 0x88}} - return a, nil -} - -var __1681762078_default_sync_period_9dUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x96\xcd\x6e\xe3\x36\x10\xc7\xef\x7a\x0a\x62\x2f\x69\x8b\x5d\x20\x39\xb4\x69\x11\xf4\xe0\x24\x4a\xd6\xa8\x63\x07\x8a\xdc\xed\x9e\x08\x8a\x1c\x59\x84\x28\x92\xe5\x50\x36\xfc\xf6\x05\x65\x59\x96\x6d\x59\xde\x1e\x25\xfe\x87\xf3\xf9\x23\xf9\x94\xc4\x93\x34\x26\xe9\xe4\x71\x16\x13\x04\xef\xa5\x5e\x21\xcd\x4a\xf2\x53\x44\x08\x13\xc2\x01\x22\xf9\x7b\x92\x3c\x7d\x9d\x24\x64\xbe\x48\xc9\x7c\x39\x9b\x7d\x8e\x08\xe1\x05\x33\x48\x2b\x23\x80\x3c\x2e\x16\xb3\x78\x32\x27\xcf\xf1\xcb\x64\x39\x4b\x49\xce\x14\x42\xa3\xa9\x9d\x03\xcd\xb7\xdd\x06\x7b\xc5\x4d\x8d\xe2\xe6\xa0\xf0\x54\x83\xdf\x18\x57\x0e\x7b\xaa\xd1\x9b\x8a\x66\xc6\x78\x6d\x04\x20\x79\x9c\x2d\x1e\x87\x16\x28\x68\x96\x29\x10\x9d\x40\x30\x6b\x91\x8e\x65\x01\xd2\xde\xfd\xfa\xfb\xdd\xa9\x26\x2c\xe5\x0a\xc0\xf7\x7f\x14\x52\x00\x2d\x4c\x05\xd4\x1b\xa3\xbc\xb4\x97\x13\x97\x1a\x3d\x53\x8a\x79\x69\x34\x95\x62\xd0\x75\x09\x5b\x5a\x5f\x5e\xe3\xcc\x09\xda\xec\xa3\x39\xf4\x85\xfd\x75\xcb\xa4\x03\x41\x8d\x26\xcb\xf9\xc7\xf4\x75\x1e\x3f\x93\xc7\xe9\xeb\x74\x9e\x9e\x8a\xa4\x5e\xf5\xed\x15\x43\x4f\x6b\x2b\x98\x07\x31\x64\xaa\x98\x07\xf4\x54\x80\x93\x6b\x08\x3b\xf8\xe2\x20\x9b\xce\xd3\x2e\xe3\xdb\x46\x6d\x56\x54\xc1\x1a\x54\xdf\x45\xa5\xa1\x32\x5a\xf2\xfe\x3f\xcd\x2a\x18\xcc\xb7\x6d\xff\xae\xb5\xc7\x2b\x46\x00\xe5\x46\xe7\x72\xd5\xb5\x55\x1b\x2f\x73\xc9\x9b\xea\xf6\x9a\x7e\xa9\x19\xb6\x30\xde\xec\x72\x38\xdb\xde\x4a\xad\x41\xd0\x8a\x49\x85\xe0\xd6\xe0\x0e\xd3\x65\x1d\xe4\xe0\x42\x79\xfb\x61\xb7\x2b\x6b\x09\x1b\x6a\x9d\x5c\x33\xbe\x1d\xf1\x5c\x67\x4a\x72\x5a\xc2\x76\x30\x6b\x07\x15\x54\x19\x38\x8a\x5b\xcd\xa5\x5e\x51\x5e\x18\xc9\x47\x78\x42\xb9\xd2\x41\x67\x0b\xc7\x70\xb8\x92\xe8\x25\x2f\xc1\x21\xb5\x8c\x97\x48\xdb\x41\xec\x31\xd1\x09\x1c\xf0\x40\xde\xfe\xfb\x20\x68\x83\x31\x9a\x56\x26\x93\x0a\x3a\x38\x2f\xc7\xb5\xd5\xbe\x00\x2f\x79\x7f\xd6\x3b\xd6\xa5\xb8\x21\xef\xc9\xf4\x6d\x92\x7c\x27\x7f\xc5\xdf\x83\x41\x8d\xe0\x42\x55\x0f\x5e\x37\x21\x4a\x4f\x9d\x31\x7e\x14\xd8\x56\x87\x10\xe6\x97\x5a\x86\x38\xd6\xfa\x56\xbd\x96\x28\x33\x15\xb8\x2d\x41\x1f\x41\x7e\x52\x2e\x0b\x5a\x04\x54\x0e\x51\x95\xf5\xf5\x01\x6b\x54\x99\x32\xa6\xa2\xb9\x54\x1e\xdc\x95\x63\x91\x59\x0b\xcc\x05\xae\x1b\x96\xf6\xe9\x1d\x43\xe5\xa0\x32\x1e\xa8\xad\xb1\xa0\x3f\x36\xf0\x2f\x93\xd9\x47\xdc\x24\x05\x5a\x0c\x18\x9e\x19\xa4\xc9\x32\xde\x8d\xe9\x99\x8f\x1d\x0c\xd7\x5d\x0d\x98\xe6\xce\x54\x81\x58\xcf\xb8\x47\x6a\xb4\x3a\x07\x64\xcc\x3c\x53\x86\x97\xb4\x02\x3d\x1c\x73\x67\xba\x81\xac\x81\x90\x29\x65\x36\xd4\x82\xab\x24\x62\x38\x6e\x1d\xfc\x5b\x03\xfa\x11\xd3\x1a\xe1\x98\xf8\x0b\x75\x51\x52\x97\x74\x0f\x7b\xbb\xed\xc5\x92\x0c\x19\x75\xbd\xa2\x28\x3d\xf4\x8f\x16\x93\x07\xb0\xac\xe4\xbe\x76\x80\xbb\x01\x95\x4a\xfa\xed\xf0\x44\xdc\x35\x63\xa3\x03\x92\xe0\x9d\xe4\x48\xb1\x30\xb5\x12\x34\xb4\xfa\xf2\xa0\x55\x80\xc8\x56\xf0\xff\x7a\x22\x20\x67\xb5\xf2\xcd\xa1\x14\xea\x2a\x8d\x08\x41\xc5\xaf\xf1\x81\xe9\xfb\xfb\xfb\xdf\x6e\x6f\x3f\x93\x2f\x5f\xc8\x1f\x44\xb0\x2d\xf6\xae\xf2\xc0\x36\x45\xcf\x7c\xdd\x3b\x53\xc2\x44\xee\xfe\xb5\xd7\xce\xe5\xaa\xaf\x64\xde\x9e\x4d\x07\xfb\xf0\x2f\x67\x6b\xe3\x8e\xca\x68\x2c\x68\x04\xf6\x03\x37\xc0\x69\xbd\xb1\x30\x1b\xea\xcd\x48\xb1\x3d\x28\x08\xb5\xde\xee\x51\xa8\x9d\x3a\x3b\x90\x3a\x93\x4f\x9f\x82\x4d\xc6\x78\x59\xdb\xeb\x13\x12\x2e\xdf\x9d\x76\x84\xff\x76\xb3\x1c\x3c\x2f\xc6\x08\x64\xb5\x37\xb4\x6d\xf4\x75\x5e\x43\x21\x99\x95\xcd\x95\x94\xc6\xff\x0c\x38\xdf\xa5\x22\x24\x5a\xc5\xb6\xbb\xab\x6f\x4c\xd8\xbc\x13\xf6\xd7\xf7\x99\xff\x33\xa3\x2e\x90\xaa\xf6\x35\x53\xfb\x99\xbc\x1e\x78\x26\xcd\x68\x1c\xfb\xe7\x06\x0d\xe7\xe6\xfa\x6a\x08\xd1\xcf\xe4\xdb\x34\xfd\xba\x58\xa6\x24\x59\x7c\x9b\x3e\x3f\x44\xd1\x74\xfe\x11\x27\x69\xe8\xc8\xe2\xe8\x21\xfc\x11\xcf\xe2\xa7\x94\xfc\x42\x5e\x92\xc5\x5b\xb7\xf2\x10\x45\xcf\xc9\xe2\xfd\xe4\xe1\xfc\x10\x45\x93\x59\x1a\x27\x03\xef\xe9\x24\x9e\x4f\xde\x62\xd2\xdb\xfc\x21\x8a\x96\xef\xcf\xe1\xf5\xbd\xff\x43\x3e\xe2\x74\x90\xbf\x3f\x5b\xe2\x1e\x7a\xc4\xfd\x17\x00\x00\xff\xff\x02\xad\xdb\x05\xba\x0b\x00\x00") - -func _1681762078_default_sync_period_9dUpSqlBytes() ([]byte, error) { - return bindataRead( - __1681762078_default_sync_period_9dUpSql, - "1681762078_default_sync_period_9d.up.sql", - ) -} - -func _1681762078_default_sync_period_9dUpSql() (*asset, error) { - bytes, err := _1681762078_default_sync_period_9dUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1681762078_default_sync_period_9d.up.sql", size: 3002, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xd9, 0x26, 0xfc, 0xa9, 0x45, 0xc1, 0x81, 0xa8, 0xe2, 0x2c, 0xe9, 0x3c, 0xea, 0x1d, 0x37, 0x11, 0x45, 0x8c, 0x6c, 0xbc, 0xc2, 0x6, 0x69, 0x2, 0x75, 0x29, 0x40, 0x9f, 0xc5, 0xbb, 0x36}} - return a, nil -} - -var __1681780680_add_clock_to_social_links_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\xb1\x0a\xc2\x30\x10\x06\xe0\xbd\x4f\xf1\x3f\x82\xce\xc5\xe1\x34\x27\x16\xce\x54\xda\x0b\x8e\x41\x82\x48\xe8\xd1\x82\x57\xdf\x5f\x04\xd7\xee\xdf\x47\xa2\x3c\x40\xe9\x28\x0c\x5f\x4a\x7d\x58\xb6\x3a\x4f\x9e\xfd\xb9\xae\x75\x7e\x39\x28\x04\x9c\x7a\x49\xd7\x88\x62\x4b\x99\xd0\x45\x45\xe0\x33\x25\x51\xec\xda\x26\xdd\x02\xe9\x56\x1e\x59\xff\xeb\x80\x3d\xee\x17\x1e\x18\x3f\x92\x3f\x6f\x43\x37\x22\xf6\x8a\x98\x44\xda\xe6\x1b\x00\x00\xff\xff\x40\xba\xee\x47\x89\x00\x00\x00") - -func _1681780680_add_clock_to_social_links_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1681780680_add_clock_to_social_links_settingsUpSql, - "1681780680_add_clock_to_social_links_settings.up.sql", - ) -} - -func _1681780680_add_clock_to_social_links_settingsUpSql() (*asset, error) { - bytes, err := _1681780680_add_clock_to_social_links_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1681780680_add_clock_to_social_links_settings.up.sql", size: 137, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0x11, 0xf5, 0x41, 0xe5, 0x5a, 0xf4, 0xe3, 0xf3, 0x14, 0x87, 0x28, 0xd8, 0xf0, 0x52, 0x31, 0x8, 0xd5, 0xbb, 0xf4, 0xff, 0x55, 0x5f, 0x42, 0x90, 0xcb, 0xf7, 0x46, 0x2, 0x6, 0xbe, 0x42}} - return a, nil -} - -var __1682073779_settings_table_remove_latest_derived_path_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x98\xc1\x6e\xe3\x36\x10\x86\xef\x7a\x0a\x62\x2f\x69\x81\x2c\x90\x1c\xda\xb4\x08\x7a\x70\x12\x25\x6b\xd4\xb1\x03\x45\xee\x76\x4f\x04\x25\x8e\x2c\xc2\x14\xc9\x92\x94\x0d\xbf\x7d\x41\x5b\x96\x65\x89\x94\xbd\x47\x4b\x33\x22\x39\x33\x3f\xff\x0f\x7e\x4e\xe2\x49\x1a\xa3\x74\xf2\x34\x8b\x91\x01\x6b\x99\x58\x19\x9c\xd5\xe8\x97\x08\x21\x42\xa9\x06\x63\xd0\x3f\x93\xe4\xf9\xdb\x24\x41\xf3\x45\x8a\xe6\xcb\xd9\xec\x36\x42\x28\x2f\x89\x34\xb8\x92\x14\xd0\xd3\x62\x31\x8b\x27\x73\xf4\x12\xbf\x4e\x96\xb3\x14\x15\x84\x1b\xd8\xc7\xd4\x5a\x83\xc8\x77\xed\x07\x8e\x11\x37\xb5\xa1\x37\xa7\x08\x8b\x05\xd8\xad\xd4\x6b\xff\x4a\xb5\xb1\xb2\xc2\x99\x94\x56\x48\x0a\x06\x3d\xcd\x16\x4f\xbe\x17\x18\x04\xc9\x38\xd0\x36\x80\x12\xa5\x0c\x1e\x3b\x05\x30\x75\xff\xdb\x1f\xf7\xfd\x18\xf7\xaa\xe0\x00\xb6\xfb\xa0\x64\x14\x70\x29\x2b\xc0\x56\x4a\x6e\x99\x0a\x1f\x9c\x09\x63\x09\xe7\xc4\x32\x29\x30\xa3\xde\xa5\xd7\xb0\xc3\x75\xf8\x5d\x4e\x34\xc5\xfb\xef\x88\x1c\xba\x81\xdd\xf7\x8a\x30\x0d\x14\x4b\x81\x96\xf3\xcf\xe9\xdb\x3c\x7e\x41\x4f\xd3\xb7\xe9\x3c\xed\x07\x31\xb1\xea\xe6\x73\x62\x2c\xae\x15\x25\x16\xa8\x2f\x95\xcb\x15\xe6\xb0\x01\xde\x4d\xaa\x04\x54\x52\xb0\xbc\xfb\x4c\x90\x0a\xbc\x27\x68\x1a\x7a\x68\xd6\xf9\x1b\x49\x01\xe7\x52\x14\x6c\xd5\x36\x4a\x48\xcb\x0a\x96\xef\xeb\xd5\x69\x63\xa8\xbc\xaa\x94\x56\x62\x45\x6c\x39\xfc\xbc\x62\x42\x00\xc5\x15\x61\xdc\x80\xde\x80\x3e\xcd\x8b\xd2\x50\x80\x76\x05\xeb\x6e\xbb\x79\xb3\x61\xb0\xc5\x4a\xb3\x0d\xc9\x77\x23\x2b\xd7\x19\x67\x39\x5e\xc3\xce\x7b\x6a\x0d\x15\x54\x19\x68\x6c\x76\x22\x67\x62\x85\xf3\x52\xb2\x7c\x44\x21\x86\xad\x84\x8b\x53\xa5\x26\xc6\x5f\x49\x63\x59\xbe\x06\x6d\xb0\x22\xf9\xda\xe0\x66\xb4\x3a\x53\xde\x06\x68\xc8\x9d\x96\x8e\xbf\x4f\x01\xcd\x66\xa4\xc0\x95\xcc\x18\x87\x56\x6e\xe1\x7d\xed\x84\x2d\xc1\xb2\xbc\x3b\xbd\xad\x7a\x19\xbd\x41\x1f\xc9\xf4\x7d\x92\xfc\x40\x7f\xc7\x3f\x5c\x42\x6d\x40\xbb\xaa\x9e\x56\xdd\xba\x5d\x5a\xac\xa5\xb4\xa3\x12\x6c\xe2\x0c\xb8\x89\xc4\x8a\x18\x33\xd6\xfa\x26\x7a\xc3\x0c\xcb\xb8\x53\xe2\x1a\xc4\x99\x6c\x7b\xe5\x52\x20\xa8\x1b\xfe\xd3\xae\xd6\xf5\xe5\x01\xdb\x47\x65\x5c\xca\x0a\x17\x8c\x5b\xd0\x17\x2e\x3a\xa2\x14\x10\xed\x94\x8a\xa6\xf3\xb4\x3d\x5e\x1b\x78\xd7\x0c\x87\xb4\x80\x55\x6d\x4a\x7c\xdd\xc0\xbf\x4e\x66\x9f\xf1\xfe\x50\x20\xa8\x27\x71\x90\x90\x26\xcb\xf8\x30\xa6\x83\x35\x0e\x62\xb8\xbc\x94\x27\xb5\xd0\xb2\x72\x8a\xb5\x24\xb7\x06\x4b\xc1\x87\x02\x19\x4b\xcf\xb8\xcc\xd7\xb8\x02\xe1\xdf\x73\x9b\xba\x85\x6c\x2f\x42\xc2\xb9\xdc\x62\x05\xba\x62\xc6\xb8\x0b\x54\xc3\x7f\x35\x18\x3b\x92\x5a\x1b\x38\x57\x7c\xa0\x2e\x9c\x89\x35\x3e\x8a\xbd\xf9\x6c\xb0\x24\xbe\xa4\xb6\x57\xd8\x30\x0b\xdd\xab\x45\x16\x4e\x58\x8a\xe5\xb6\xd6\x60\x0e\x03\xca\x38\xb3\x3b\xff\x44\xdc\xef\xc7\x46\x38\x49\x82\xd5\x2c\x37\xd8\x94\xb2\xe6\x14\xbb\x56\x87\x07\xad\x02\x63\xc8\x0a\x7e\xae\x27\x14\x0a\x52\x73\xbb\xbf\x94\x5c\x5d\x99\xa4\x6e\x53\xf1\x5b\x7c\xd2\xf4\xc3\xc3\xc3\xef\x77\x77\xb7\xe8\xeb\x57\xf4\x27\xa2\x64\x67\x3a\xe6\xec\xb4\x8d\x8d\x25\xb6\xee\xdc\x29\x6e\x22\x0f\xcf\x1a\x23\x09\x57\x7d\xc5\x8a\xe6\x6e\x3a\xe5\xbb\x67\x05\xd9\x48\x7d\x56\x46\xa9\x40\x18\x20\x57\x38\x40\xbf\xde\xa6\x94\x5b\x6c\xe5\x48\xb1\x2d\x70\x70\xb5\xde\x1d\xa5\x50\x6b\x3e\xb8\x90\xda\x94\x2f\x5f\x5c\x4e\x46\xf2\x75\xad\x2e\x4f\x88\xb3\xd3\x43\xec\x88\xfe\x9b\x8f\x15\x60\xf3\x72\x4c\x81\xa4\xb6\x12\x37\x8d\xbe\xac\x57\x57\x48\xa2\xd8\xde\x92\xd2\xf8\x5f\xcf\xe2\x87\xa3\x50\x66\x14\x27\xbb\x83\xf5\x8d\x05\x5a\xa7\x89\xa3\x7d\x0f\xd6\x1f\x24\xb5\x1b\xa9\x6a\x5b\x13\x7e\x9c\xc9\xcb\x1b\xcf\x98\x1c\xdd\xc7\x11\x37\xb0\xbb\x37\x37\x17\xb7\x10\xfd\x8a\xbe\x4f\xd3\x6f\x8b\x65\x8a\x92\xc5\xf7\xe9\xcb\x63\x14\x4d\xe7\x9f\x71\x92\xba\x8e\x2c\xce\xd0\xf6\x33\x9e\xc5\xcf\xe9\x89\x6f\xcf\x71\xb6\x0b\xae\x1e\x44\xf5\x81\xe7\x18\x8c\x0e\x38\xd4\x83\x9d\x2d\x6e\x7a\x31\xd3\x03\x94\x1d\x7e\x0c\xe1\xa2\x17\x13\x3d\x58\x18\xc4\xc1\x33\x0e\xec\x36\xe4\xc8\x7d\x5d\xcc\xeb\x81\x5d\x90\xe9\xce\xe9\xcd\xcf\x6b\x43\x54\xf3\x20\xda\x39\x8c\x8d\xb0\xd7\x90\xb2\xc6\xa0\x6a\x8c\xa7\x46\x51\xaa\x0f\x4d\x67\x4c\x14\xc0\xa1\x10\xfd\x04\x39\x27\xcc\x37\x7d\xb4\x09\x43\xcc\x39\xae\x5c\xc5\x25\x23\x04\x72\x15\x6c\x5c\x8d\x15\x57\x01\xc4\x55\xa8\xe0\x81\x82\x4b\xfe\x7f\xc1\xea\x2f\xb8\xfc\x98\x9d\x5f\x30\xee\x80\x45\xdf\xfa\x1d\x38\x60\xbe\x3d\x9f\x1d\x58\xac\xc7\x5d\xc7\x7c\x34\x64\x98\x43\x53\xec\xf9\xdf\xd0\xe8\x42\x96\xd6\x33\xaf\xbe\x47\x05\xad\x28\xec\x35\x8d\xab\xf8\xcc\x23\x7a\x4d\x16\xef\xad\x09\x3c\x46\xd1\x4b\xb2\xf8\xe8\xfd\xeb\xf1\x18\x45\x93\x59\x1a\x27\x9e\x3f\x43\x92\x78\x3e\x79\x8f\x51\xc7\x47\x1e\xa3\x68\xf9\xf1\x32\x49\x4f\x71\xe8\x33\x4e\xbd\xa8\xf5\x57\x03\x57\x8f\x27\xb8\xfa\x3f\x00\x00\xff\xff\xad\xc9\x3e\x7a\x76\x11\x00\x00") - -func _1682073779_settings_table_remove_latest_derived_path_columnUpSqlBytes() ([]byte, error) { - return bindataRead( - __1682073779_settings_table_remove_latest_derived_path_columnUpSql, - "1682073779_settings_table_remove_latest_derived_path_column.up.sql", - ) -} - -func _1682073779_settings_table_remove_latest_derived_path_columnUpSql() (*asset, error) { - bytes, err := _1682073779_settings_table_remove_latest_derived_path_columnUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1682073779_settings_table_remove_latest_derived_path_column.up.sql", size: 4470, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x36, 0x2, 0x41, 0xd, 0x5c, 0xd1, 0x92, 0x85, 0x6d, 0x84, 0xff, 0x67, 0xa7, 0x4c, 0x67, 0xa4, 0xef, 0x52, 0x69, 0x1f, 0x22, 0x25, 0x92, 0xc, 0xb3, 0x89, 0x50, 0x91, 0xc, 0x49, 0xf9}} - return a, nil -} - -var __1682146075_add_created_at_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2c\x4b\x4d\x89\x4f\x4c\x49\x29\x4a\x2d\x2e\x4e\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2e\x4a\x4d\x2c\x01\x49\x96\x28\x78\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x58\x73\x85\x06\xb8\x38\x86\x60\xea\x0d\x76\x0d\x41\xd6\x64\xab\x60\x60\x0d\x08\x00\x00\xff\xff\x2d\xe1\x44\x6c\x6b\x00\x00\x00") - -func _1682146075_add_created_at_to_saved_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1682146075_add_created_at_to_saved_addressesUpSql, - "1682146075_add_created_at_to_saved_addresses.up.sql", - ) -} - -func _1682146075_add_created_at_to_saved_addressesUpSql() (*asset, error) { - bytes, err := _1682146075_add_created_at_to_saved_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1682146075_add_created_at_to_saved_addresses.up.sql", size: 107, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0xfe, 0x35, 0x9c, 0x6b, 0xdf, 0x67, 0x18, 0x16, 0xe4, 0xc9, 0xd4, 0x77, 0x7c, 0x4, 0xe2, 0x6c, 0x41, 0xd9, 0x53, 0x97, 0xfe, 0x5, 0xa3, 0x23, 0xce, 0x82, 0xad, 0x92, 0x5e, 0xd7, 0x7d}} - return a, nil -} - -var __1682393575_sync_ens_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x41\x6b\xdc\x30\x14\x84\xef\xfe\x15\x73\x4c\x20\x29\xbd\xfb\xa4\xd8\x6f\x8b\x41\x2b\xa5\xb2\x0c\xbd\x39\x42\x7a\xb4\x62\xd7\x72\x6a\x79\xb3\xc9\xbf\x2f\x66\x53\xb3\xdb\x6c\x21\x67\x69\x66\xde\x7c\x8c\x90\x96\x0c\xac\x78\x90\x84\xcc\xf3\x1c\xd3\xcf\xdc\xe7\xb7\xe4\x7b\xbf\x1f\xfd\x0e\xa2\xae\x51\x69\xd9\x6d\x15\x0e\x99\xa7\xe4\x06\xce\x68\x94\xa5\x6f\x64\xa0\xb4\x85\xea\xa4\x44\x4d\x1b\xd1\x49\x8b\xaf\x65\x51\xdc\xdf\xe3\xc8\x48\xcc\x01\x13\x0f\xe3\x0b\x23\x1c\x9e\xf7\xd1\xbb\x99\x31\xb1\x1f\xa7\x90\x91\x63\xf2\x0c\x4e\xf9\x8b\x08\x81\x52\xee\xde\xad\x6f\x1a\xd5\x92\xb1\xd0\x06\x86\x1e\xa5\xa8\x68\xc9\xd2\xcb\xcf\x7e\x8d\xbf\xc5\xe0\xde\x10\x53\xe6\x69\xe6\xf0\xd1\xbd\xa8\x0c\x09\x4b\xef\xa5\x2e\xa4\xfd\xcc\xc3\x33\x44\x8b\x96\x24\x55\x16\x75\xd3\xda\x46\x55\x76\xed\x76\x07\xff\xcb\xc5\xd4\xc7\x80\x8d\xd1\xdb\x4b\x75\x59\xd4\x46\x3f\x5e\xf3\x2d\x8b\x73\x8e\x57\x22\x0d\x29\xb1\x25\xfc\x5b\xe5\x12\x97\x0b\x01\x87\x14\x7f\x1f\x18\x31\x05\x7e\xc5\x3c\xc2\xbd\x8c\xf1\x4a\xc7\x3b\x8c\xd3\xa2\xf3\x2e\x21\x2f\x34\x66\x1c\xe3\x7e\x8f\xc1\xed\x18\x4f\xd7\x29\x3e\xe1\x38\x4e\xbb\xbf\x74\x3a\xd5\x7c\xef\x96\x87\x9a\x7e\x20\x86\xd7\xfe\x94\xbc\xde\xd6\xaf\x20\xb4\xba\x3c\x1a\x37\x1f\x69\xdd\x96\xc5\xff\x11\x9c\x8f\xe8\xb4\xaa\x46\xd9\xf3\xcd\x7c\x4a\x79\x1a\x53\xc0\x83\xd6\x92\x84\x5a\xf5\x1b\x21\x5b\x2a\x8b\x3f\x01\x00\x00\xff\xff\x48\x84\xce\x5e\xc9\x02\x00\x00") - -func _1682393575_sync_ens_nameUpSqlBytes() ([]byte, error) { - return bindataRead( - __1682393575_sync_ens_nameUpSql, - "1682393575_sync_ens_name.up.sql", - ) -} - -func _1682393575_sync_ens_nameUpSql() (*asset, error) { - bytes, err := _1682393575_sync_ens_nameUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1682393575_sync_ens_name.up.sql", size: 713, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfb, 0xea, 0xcb, 0x4d, 0x71, 0x5a, 0x49, 0x19, 0x8b, 0xef, 0x66, 0x27, 0x33, 0x89, 0xb0, 0xe, 0x37, 0x1b, 0x41, 0x8, 0x12, 0xcc, 0x56, 0xd8, 0x1b, 0xf, 0xf8, 0x50, 0x4b, 0x93, 0xf1, 0x29}} - return a, nil -} - -var __1683457503_add_blocks_ranges_sequential_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xd1\x4a\x80\x30\x14\x86\xef\x7d\x8a\xff\x52\xc1\x37\xe8\x6a\xea\xd2\x43\x36\x63\xce\xcc\xab\x31\x73\x85\x38\x94\xb6\x45\xaf\x1f\x49\x21\x44\xdd\x9e\xef\xfc\x1f\x5f\x29\x39\x53\x1c\x8a\x15\x2d\x07\xdd\x42\x74\x0a\xfc\x89\x7a\xd5\x63\x76\xc7\xf3\x16\xb4\x37\xfb\xab\x0d\x3a\xd8\xb7\x77\xbb\xc7\xd5\x38\xa4\x09\x00\xec\x36\x7e\x1c\x7e\xd3\xeb\x82\x41\xf4\x54\x0b\x5e\xa1\xa0\x9a\x84\x3a\x25\x62\x68\xdb\xfc\x7c\x34\xcb\xe2\x6d\x08\x78\x64\xb2\x6c\x98\xfc\x45\x67\xb7\xe9\x10\x8d\x8f\xdf\xe3\xeb\xfa\xb2\xfa\x10\xff\x56\x7e\x61\x67\xfe\xa3\x0f\x92\xee\x99\x9c\x70\xc7\x27\xa4\x57\x66\xfe\x53\x92\x25\x19\x46\x52\x4d\x37\x28\xc8\x6e\xa4\xea\x26\xf9\x0c\x00\x00\xff\xff\x16\x63\xd9\xa7\x07\x01\x00\x00") - -func _1683457503_add_blocks_ranges_sequential_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1683457503_add_blocks_ranges_sequential_tableUpSql, - "1683457503_add_blocks_ranges_sequential_table.up.sql", - ) -} - -func _1683457503_add_blocks_ranges_sequential_tableUpSql() (*asset, error) { - bytes, err := _1683457503_add_blocks_ranges_sequential_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1683457503_add_blocks_ranges_sequential_table.up.sql", size: 263, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0x57, 0x2e, 0x0, 0x6a, 0x6e, 0xd7, 0xeb, 0xe6, 0x66, 0x79, 0x32, 0x22, 0x82, 0x92, 0xf4, 0xc9, 0xf1, 0x58, 0x1a, 0x45, 0x60, 0x77, 0x50, 0xe7, 0x54, 0x4a, 0xc0, 0x42, 0x3a, 0x4f, 0x35}} - return a, nil -} - -var __1683627613_accounts_and_keycards_improvementsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\xcd\x72\xea\x36\x14\xde\xfb\x29\x4e\xd9\x94\xcc\x60\xee\x5d\x37\x93\xce\x38\x20\x6e\xe8\x25\x76\xc6\x38\x6d\xb3\x32\x8a\x75\x88\x55\x8c\xe4\xb1\x45\x12\xde\xbe\x23\xc9\x36\xc6\x38\x81\x66\x51\x36\xd8\x3a\x3f\xfa\xce\xdf\x77\xec\xba\xf0\x20\xcb\x92\x3f\x67\x08\x2b\x99\x63\x41\x9f\x33\x5c\x41\x22\xb3\xdd\x56\xc0\x2b\xcd\x76\x58\xfe\xe6\xb8\x2e\x0c\x84\x1c\x40\xf5\xfb\xf6\x0d\xa8\x00\x9a\x24\x72\x27\x14\xf0\x12\x84\x14\x50\x1b\x03\xaf\x8e\x14\x50\xd8\xe0\x3e\xa1\x05\x6b\x74\xa9\x60\xa0\x52\x2c\xd0\xaa\x68\x79\xa9\x64\x81\xb0\xe6\x19\xc2\x5a\x16\xda\x5a\x2b\xf5\xca\x54\x8a\x40\x19\x2b\xb0\x2c\xab\x5b\x18\x16\xfc\x15\x19\xac\x0b\xb9\x35\x28\x73\x5a\x28\x4e\xb3\x6c\x3f\x38\x45\xd9\xc8\x5a\x58\xd7\x97\xc3\x4d\x0a\xa4\x0a\xd9\xd7\x70\xad\x77\x06\x53\x6f\xf6\x8c\xec\x6b\x98\x68\x6f\x06\x1d\x7d\xa5\xc7\x18\x17\x2f\x20\xf0\x0d\x94\xf6\x5b\xc2\x6a\x83\xfb\x9c\xf2\xa2\x5c\x19\x27\xcd\x6b\x5c\xb9\x2e\x57\xce\x24\x24\x5e\x44\x20\xf2\x6e\x17\x04\xe6\x33\xf0\x83\x08\xc8\xdf\xf3\x65\xb4\x84\x5a\x1b\x86\x0e\xe8\x97\x78\xc7\x19\xfc\xe9\x85\x93\x3b\x2f\x84\x87\x70\x7e\xef\x85\x4f\xf0\x93\x3c\x19\x1b\xff\x71\xb1\x80\xc9\x1d\x99\xfc\x84\x61\x86\xe2\x45\xa5\x43\x55\xf0\xed\xb0\xb2\xbb\xba\x82\xdf\xe1\xfb\xd5\xc8\x01\x10\x74\x8b\x8d\x9b\xc6\x74\x4a\x66\xde\xe3\x22\x82\xc1\x40\xeb\xa8\x7d\x7e\x56\xa7\xca\x78\xac\x33\x7e\x4e\x37\xa3\xa5\x8a\x77\x25\xb2\xd8\x58\x51\xc5\xa5\x88\xb9\x60\xf8\x0e\x73\x3f\x3a\xb5\xfa\xae\x8d\xca\xbd\x48\x2e\xf1\x0f\xae\x0b\x1b\xc4\xbc\xd4\x55\xe6\x62\x2d\xe1\x2d\xe5\x49\x0a\x0c\x5f\x79\x82\xa0\x52\x5e\xd6\xb9\x34\x15\x64\xac\xee\x13\x80\x24\x93\xc9\xe6\x03\x0c\xce\xd5\xb5\x73\x49\x7d\x9a\x6a\x9a\x42\xd5\x6d\xd9\x53\xa8\xd1\x69\x1d\xf5\x51\xbe\x7b\xde\xe0\xfe\xe8\x84\xaa\xf4\x5c\x4a\x2f\x29\x63\x22\x33\x59\x9c\x53\xc2\xad\xfc\x87\x9f\x53\x7a\xa3\x59\x86\x0a\x6e\x83\x60\x71\xaa\x32\xf3\x16\x4b\x62\xee\x4b\xe9\x59\x9d\x94\x33\x86\xe2\x9c\x56\x33\x9b\x1f\xe3\x12\xd2\x96\x9e\x61\x99\x14\xfc\x19\xcb\xd6\x90\xff\x5a\x56\x1e\x78\xc6\xd5\x1e\x86\x05\x52\xa6\xc5\xf8\x9e\x67\x54\x98\xf6\x03\xaa\x0c\x8d\x28\x99\x83\x5c\xdb\x2e\xd1\x13\x7d\xa5\xe3\xb0\xc4\x13\x53\x05\x53\x2f\x22\xd1\xfc\x9e\x34\x00\x34\xba\x5d\xce\x3e\x95\x7f\xd6\x55\x5a\x3e\x0b\x42\x32\xff\xe1\xeb\x9e\x68\x06\x14\x42\x32\x23\x21\xf1\x27\xe4\xd0\x59\x07\xa1\xa3\x79\x2c\xf0\x61\x4a\x16\x24\x22\x30\xf1\x96\x13\x6f\x4a\x4c\x87\xba\x2e\xcc\x76\xd9\x9a\x67\x99\x66\x1f\x13\x92\x61\x1f\x67\xee\x2f\x49\x18\x69\x18\xc1\x81\x4b\x1c\x80\x25\x59\x90\x49\x54\x77\xe2\xa8\x96\xc5\xba\xa3\x46\x30\xc8\x0b\xa9\xf3\x30\x18\x1d\x4d\xf8\xe8\x93\x19\x1e\x99\x29\xb4\x41\xeb\xe8\xc2\xe0\x1e\x9a\x99\x70\x00\xfe\xba\x23\x21\xb1\x9c\xf2\xcb\x0d\x0c\xde\xa8\x4a\xd2\x01\x78\xfe\xf4\x70\x56\x22\xb2\xce\xd1\x06\xf7\x03\x07\xe0\x47\x18\x3c\x3e\xc0\xed\x53\x8d\xf7\xda\xf9\x62\x60\xda\xf1\xff\x1a\x53\xe7\xf5\x05\x05\x16\xba\x6d\xfe\x43\x54\x71\xfb\xca\x2a\x3c\x3a\xae\x28\x66\x04\x9b\x7c\xdc\x04\x4b\xc7\x96\x47\xcc\x13\x55\xa9\xfe\xb7\x81\xd3\xb1\xe1\x01\xfd\x60\x66\x5d\x3f\xd8\x79\x36\xb2\x94\x9a\x7f\x3b\x97\xa3\x7a\x71\x1a\x51\x33\x06\xfa\xed\xd0\xf4\x46\xd6\x9f\x19\xaa\x8f\x16\x64\x16\xc1\x1f\xc1\xdc\x3f\x54\x67\x93\x6b\x41\xe0\x03\xad\x11\xc3\x4d\x0b\xbe\x6d\xe3\x10\xb7\xf2\x55\x37\xb1\xcc\x18\xac\x9a\x1d\x69\xfb\xd9\x99\x86\xc1\x43\xc5\xc3\xb5\xe8\xba\xde\xbb\x7a\x0d\x23\x7f\x11\xfa\x42\x50\xd2\x6c\x5a\xbd\xc3\x1b\x63\xd7\x85\xa8\xf5\x15\x24\xf5\x3e\x87\x37\x6a\x94\xe9\x79\x7b\xc0\xf7\x04\x73\xa5\x45\x05\xba\x36\x2f\xd5\x98\x8d\x1d\x6f\x11\x91\xb0\x42\x56\xdb\x41\x48\x7c\xef\x9e\x80\xad\xa5\x39\x8a\x65\xc6\xae\x7b\x95\x0f\x55\xee\xb1\xaa\x65\xd6\xfc\xcc\x3e\xb2\x77\x0f\x0d\x5b\x54\xaf\x47\x5f\x0d\x0d\x1d\x75\xb6\xd2\x41\xbb\x77\xad\x1c\xab\xe8\xca\x23\x33\x0c\x4e\x3c\xff\x94\xbb\x4f\x3f\x56\x8e\xfd\xd8\xa1\x33\xdd\x14\x9f\x63\xca\x2f\x73\xe5\x47\x6c\x79\x41\xfe\x8e\xf7\xf9\xe7\x89\xb4\x18\x2b\x83\xb8\xbb\xfb\x8f\xb5\x3a\x91\xd4\x3e\xbb\xd1\x18\x0c\xc7\x0a\x87\x88\x1e\x1f\xf4\xc2\x69\x22\xfa\x2c\xd2\x0e\x9f\xd8\xd6\x68\xb1\x64\xa2\x3b\x6a\xdc\xba\x67\xd4\x3d\xb3\xf4\xd1\x39\xb4\xd5\x3f\xe6\x9e\x4a\xe5\xb4\xb0\x35\x3f\xb4\x67\xa0\xd2\x76\xe0\x23\x8a\x38\x5c\xd8\xc7\x13\x7d\x61\xf5\xd1\xe4\x26\x39\x89\x8d\x26\xd6\x73\xb7\x5c\x27\x28\xdb\x33\xd7\x32\x6c\x41\xb6\xd9\xdc\x24\x0d\xe2\xda\x77\xbb\x59\x6e\x3a\x20\xae\x9d\x36\x89\x7d\x30\xe1\x7d\x1a\x5a\xf0\x6f\x00\x00\x00\xff\xff\x42\x84\x7a\x0a\x38\x0e\x00\x00") - -func _1683627613_accounts_and_keycards_improvementsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1683627613_accounts_and_keycards_improvementsUpSql, - "1683627613_accounts_and_keycards_improvements.up.sql", - ) -} - -func _1683627613_accounts_and_keycards_improvementsUpSql() (*asset, error) { - bytes, err := _1683627613_accounts_and_keycards_improvementsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1683627613_accounts_and_keycards_improvements.up.sql", size: 3640, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0xbe, 0x62, 0xf5, 0x9, 0x42, 0x8c, 0x8f, 0xa8, 0x45, 0xe7, 0x36, 0xc9, 0xde, 0xf4, 0xe2, 0xfd, 0xc4, 0x8, 0xd0, 0xa3, 0x8, 0x64, 0xe2, 0x56, 0xcc, 0xa7, 0x6d, 0xc5, 0xcc, 0x82, 0x2c}} - return a, nil -} - -var __1685041348_settings_table_add_latest_derived_path_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\xc1\x0a\xc2\x30\x0c\x06\xe0\xfb\x9e\xe2\x67\x4f\xb0\xfb\xf0\x10\x6d\x05\x21\x76\xa2\xe9\xb9\x14\x16\x67\x50\x64\xd8\x20\xf8\xf6\x5e\xf7\x02\x1f\xb1\xc4\x2b\x84\xf6\x1c\xd1\xd4\xdd\xde\x4b\x03\x85\x80\xc3\xc4\xf9\x9c\xf0\xaa\xae\xcd\xcb\xac\x1f\xfb\xea\x5c\xd6\xea\x0f\x9c\x92\x20\x4d\x82\x94\x99\x11\xe2\x91\x32\x0b\xfa\xa1\x1f\xbb\x7c\x09\x24\x1b\xe8\x16\x05\x8b\xdd\x4b\x5d\xad\x3c\xf5\x87\x1d\x86\xb1\xfb\x07\x00\x00\xff\xff\x6b\x36\xb8\x34\x73\x00\x00\x00") - -func _1685041348_settings_table_add_latest_derived_path_columnUpSqlBytes() ([]byte, error) { - return bindataRead( - __1685041348_settings_table_add_latest_derived_path_columnUpSql, - "1685041348_settings_table_add_latest_derived_path_column.up.sql", - ) -} - -func _1685041348_settings_table_add_latest_derived_path_columnUpSql() (*asset, error) { - bytes, err := _1685041348_settings_table_add_latest_derived_path_columnUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1685041348_settings_table_add_latest_derived_path_column.up.sql", size: 115, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xd4, 0x1b, 0xbf, 0x8, 0xf9, 0xd4, 0xb0, 0xa0, 0x6, 0x5b, 0xfb, 0x7e, 0xff, 0xfa, 0xbf, 0xcc, 0x64, 0x47, 0x81, 0x8b, 0x5e, 0x17, 0x6a, 0xa7, 0xa4, 0x35, 0x8f, 0x30, 0x4f, 0xd9, 0xd}} - return a, nil -} - -var __1685440989_update_color_id_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xd2\xbf\x6a\xc3\x30\x10\x06\xf0\x3d\x4f\x21\xe8\xe0\xd5\x7f\x62\xd9\x26\x74\x50\x6c\x99\x8e\xa5\x4d\xe9\x58\x0e\x23\x8c\x89\x2c\xa9\x27\x8b\xa2\xb7\x2f\x64\xe9\x60\x0d\x57\x7c\xa3\x86\x1f\xa7\xef\xbb\x8f\xd7\x41\xdc\x24\xbb\xab\xe8\x60\x41\xff\x05\xd3\x64\x83\xd9\x3c\x7b\x97\x37\x36\x59\x6d\x91\x3d\xb3\x2c\x2e\x26\x82\x99\x33\xf6\xf9\x22\xdf\xe4\xdf\xfb\x53\xfe\x98\xec\x72\x3a\xe8\x8c\x8f\x21\x3b\x0e\x97\x15\x30\xee\x9d\xb2\x3b\xf3\xfe\x4c\x77\x02\x3a\xad\xf6\x4c\xdb\x36\x62\xec\xc8\x8c\xbf\x27\x56\xa9\x8b\x21\x1f\xe9\xd1\x58\x04\x33\x27\x56\x19\xaa\x46\x8e\xf4\x1f\xad\x30\x2b\xb3\x41\x22\x61\xc1\x6b\x5e\xd3\x9b\x52\x5a\xdb\x9f\x54\x51\xbd\xc8\xe9\x45\x01\xae\x89\x68\x9a\x7e\x10\xff\xb8\x9a\x2d\xe0\x77\xb0\x8b\x4f\xa4\x53\x72\xc1\x3b\x41\x96\x26\xeb\x9c\xc2\x44\xdf\xd7\xaa\xa8\x0a\x3a\x03\xab\xd2\x7b\xa5\xbb\xb6\x55\x79\xfc\x88\xb3\xcb\xe9\x37\x00\x00\xff\xff\xfb\x65\x25\xb7\x96\x03\x00\x00") - -func _1685440989_update_color_id_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1685440989_update_color_id_accountsUpSql, - "1685440989_update_color_id_accounts.up.sql", - ) -} - -func _1685440989_update_color_id_accountsUpSql() (*asset, error) { - bytes, err := _1685440989_update_color_id_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1685440989_update_color_id_accounts.up.sql", size: 918, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x2e, 0x51, 0x1d, 0x2d, 0x16, 0x84, 0xd6, 0xe8, 0xbc, 0x20, 0x53, 0x47, 0xb8, 0x40, 0x21, 0x52, 0x5c, 0xd9, 0xbb, 0xea, 0xe2, 0xa5, 0x77, 0xc8, 0x35, 0x4c, 0xe0, 0x9d, 0x42, 0x44, 0x50}} - return a, nil -} - -var __1685463947_add_to_asset_to_multitransactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x2d\xcd\x29\xc9\x8c\x2f\x29\x4a\xcc\x2b\x4e\x4c\x2e\xc9\xcc\xcf\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\x8f\x4f\xcc\xcd\x2f\xcd\x2b\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x02\x04\x00\x00\xff\xff\x40\x38\x81\x4e\x3d\x00\x00\x00") - -func _1685463947_add_to_asset_to_multitransactionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1685463947_add_to_asset_to_multitransactionUpSql, - "1685463947_add_to_asset_to_multitransaction.up.sql", - ) -} - -func _1685463947_add_to_asset_to_multitransactionUpSql() (*asset, error) { - bytes, err := _1685463947_add_to_asset_to_multitransactionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1685463947_add_to_asset_to_multitransaction.up.sql", size: 61, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd3, 0x66, 0x15, 0x10, 0xfa, 0x66, 0x81, 0x68, 0xd9, 0xb4, 0x93, 0x9e, 0x11, 0xed, 0x1d, 0x16, 0x9d, 0x5a, 0xf8, 0xd7, 0x8, 0xea, 0x7a, 0xaf, 0xe4, 0xb3, 0x22, 0x19, 0xca, 0xff, 0x75, 0x7c}} - return a, nil -} - -var __1685880973_add_profile_links_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x5d\x6f\xe3\x36\x10\x7c\xd7\xaf\x98\x5e\x1f\x6a\x03\xf6\x39\xe9\x5d\x70\x45\x8b\x14\x70\x6d\xa6\x11\xce\x1f\x81\x2c\xb7\xbd\x27\x1f\x23\xad\x2d\x22\x14\xe9\x23\x57\xe7\xe6\xdf\x17\x94\x6c\xc5\x46\x95\x6b\xdf\x68\xef\x2c\x77\x76\x66\xa8\xe1\x10\x13\x47\x92\x09\x86\x0e\x60\xf9\xa8\x09\x87\x82\x1c\xe1\x40\x38\x28\xad\xe1\xd9\x3a\xc2\xde\xd9\xad\xd2\x04\x6f\x33\x25\x35\xb4\x32\x4f\x7e\x10\x0d\x87\x90\x5b\x26\x87\x5c\xf9\xac\xf2\x5e\x59\x83\x82\x79\xef\x7f\x1e\x8d\x76\x8a\x8b\xea\xf1\x6d\x66\xcb\x91\x67\xc9\x95\x1f\xaa\xf6\xb4\xb3\xa3\x7d\xa5\xf5\xe8\xdd\xcd\xcd\x8f\xdf\x2b\xef\x2b\xca\x6c\x59\x92\xe1\xe1\xf5\xcd\x87\x77\x3f\x5d\x7f\xb8\x7a\xff\x3e\x5c\x7e\x20\xe4\x94\xa9\x9c\x72\xb0\x85\xa3\xbd\x96\x19\x81\x0b\x02\x19\x56\x8e\x90\x3f\x1e\x39\x67\xd6\x30\x19\x86\x35\xa0\xaf\xe4\x9e\x91\x15\xd2\xec\x08\xbd\x47\xca\x64\xe5\x09\x76\x0b\x2e\x24\x63\x6f\xbd\xe2\xc0\x33\xb3\xba\x2a\x0d\x94\x87\xb1\x0c\x43\x94\x53\xde\x8f\x26\x89\x18\xa7\x02\xe9\xf8\xb7\x99\x40\x7c\x87\xc5\x32\x85\xf8\x2b\x5e\xa5\xab\x93\x04\x9b\x46\x82\x4d\x2d\x01\x7a\x11\xc0\xf4\x37\xe3\x8f\x71\x32\xb9\x1f\x27\x75\xc3\x62\x3d\x9b\x61\x72\x2f\x26\x1f\xd1\xd3\x64\x76\x5c\xf4\xd8\xa9\xb2\x17\x80\xfd\x3e\x7e\xc5\x55\x7f\x10\x01\x95\xd3\xff\xab\xad\x72\xfa\xac\xab\x5d\x20\x5e\xa4\x98\x8a\xbb\xf1\x7a\x96\xe2\x2a\x54\x1e\x92\x78\x3e\x4e\x3e\xe1\xa3\xf8\x84\x7a\xd6\x20\x8c\xe8\x47\xfd\x5f\xa2\xe8\xd2\xe7\xe3\xee\x6c\xf1\x44\xb4\x47\xa6\x6d\xf6\xd4\x28\x44\xd0\xd2\xf3\x49\x3d\xbb\xed\x34\x1e\x3d\xaf\x4c\xf6\x22\xba\xf2\x27\x6f\x72\x48\xad\xe1\xec\x01\xbe\x90\xae\xb1\xca\xcb\x92\x8e\x23\xbe\x4a\x5d\x51\x3f\x1a\xcf\x52\x91\x1c\x35\xf6\xc4\xac\xcc\xce\x6f\xfc\xb3\xc9\x36\x0d\x6c\x3c\x9d\x62\xb2\x9c\xad\xe7\x0b\x5c\x88\x1d\x2f\x52\xf1\xbb\x38\x13\xab\x5d\xff\x62\x43\xa6\x72\x7f\x8c\x05\x5b\xec\xc8\x90\x0b\x7f\xcb\x17\xe9\xb6\xd6\x05\x92\xbe\xb5\x5b\xcc\x1f\x96\x49\xd0\xae\x21\x15\x6e\xb8\xf0\x79\x73\xa2\x59\x1b\xae\xf2\x96\xca\xb9\xe6\xe3\x75\xba\x8c\x17\x93\x44\xcc\xc5\x22\x1d\xbc\x16\x8c\xd7\x9c\x6f\x6d\xb2\xfb\xe7\xc0\xfb\x65\x8b\x28\x5e\xac\x44\x92\x86\x99\xcb\x6f\x52\x3b\xf3\x1c\x58\x89\x99\x98\xa4\xb5\x61\x9b\xa6\x50\x1f\x2b\xa7\x23\xe0\x2e\x59\xce\xd1\x79\x4b\x04\xfc\x79\x2f\x12\xd1\xa2\xf1\xdd\x2d\xde\xbc\x69\xb8\xc5\xc6\x93\x63\x28\xc3\x16\x9f\xbb\xde\xc3\xe7\x0e\xc6\x5d\xb8\x17\x7e\x2d\xe7\x01\x54\x7e\x62\xf6\xfa\x92\x0d\x8f\x3b\x67\x4b\x78\x5b\x12\x1c\x49\x6f\x4d\x9d\xb3\xad\xd5\xda\x1e\x94\xd9\xc1\x7f\xd1\xc8\x2d\x79\xf3\x03\xe3\x60\xdd\x13\xb8\x70\xb6\xda\x15\x68\x3f\x3f\x28\xd5\xce\xc9\x90\x05\x3f\x80\xd4\x5c\xd4\xe5\x70\xcb\x97\x2a\x7c\x3d\x94\x47\x66\x9d\xa3\x8c\xdf\x86\x79\xc3\x21\x56\xc4\x75\xbd\x49\x68\x08\x50\xd7\xcb\x08\xe0\xf5\xc3\x34\x64\xaa\x23\xd8\xa1\x1a\x16\x4f\x9b\x03\x2e\xd3\x7d\x8b\xde\x51\x93\x33\xf0\x37\xad\x3a\x22\xba\xfc\x3a\xd5\x66\xf1\x3c\x4e\x71\xdd\x6f\x7e\x37\x48\xff\x6c\xb8\x20\x56\xd9\x46\xe5\xb8\xc5\x1b\x95\x1f\xed\x9d\x3a\xbb\x3f\xcf\xdd\x34\x59\x3e\xfc\xe7\x8b\x38\x6b\xb5\x3a\xff\x77\x67\x77\xd3\x3f\x01\x00\x00\xff\xff\x31\x2f\xbb\x07\x78\x06\x00\x00") - -func _1685880973_add_profile_links_settings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1685880973_add_profile_links_settings_tableUpSql, - "1685880973_add_profile_links_settings_table.up.sql", - ) -} - -func _1685880973_add_profile_links_settings_tableUpSql() (*asset, error) { - bytes, err := _1685880973_add_profile_links_settings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1685880973_add_profile_links_settings_table.up.sql", size: 1656, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0x23, 0x7b, 0x1e, 0x82, 0x61, 0xcc, 0x76, 0xd6, 0xc7, 0x42, 0x6e, 0x69, 0x21, 0x1b, 0xfd, 0x7d, 0xda, 0xd7, 0xb7, 0xc7, 0xd3, 0x22, 0x63, 0xfe, 0xc6, 0xd3, 0xdf, 0xc8, 0x5f, 0x50, 0xcc}} - return a, nil -} - -var __1686041510_add_idx_transfers_blkno_loadedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\xc8\x4c\xa9\x88\x2f\x29\x4a\xcc\x2b\x4e\x4b\x2d\x2a\x8e\x4f\xca\xc9\x8e\xcf\xc9\x4f\x4c\x49\x4d\x51\xf0\xf7\x53\x80\x8b\x6b\x80\xc4\xf3\x4a\x73\x93\x52\x8b\x74\x14\x20\xf2\x9a\xd6\x80\x00\x00\x00\xff\xff\x39\xde\x34\xdd\x47\x00\x00\x00") - -func _1686041510_add_idx_transfers_blkno_loadedUpSqlBytes() ([]byte, error) { - return bindataRead( - __1686041510_add_idx_transfers_blkno_loadedUpSql, - "1686041510_add_idx_transfers_blkno_loaded.up.sql", - ) -} - -func _1686041510_add_idx_transfers_blkno_loadedUpSql() (*asset, error) { - bytes, err := _1686041510_add_idx_transfers_blkno_loadedUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1686041510_add_idx_transfers_blkno_loaded.up.sql", size: 71, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0x5d, 0x7e, 0x43, 0x14, 0x3c, 0x50, 0x44, 0x25, 0xd0, 0xe1, 0x75, 0xba, 0x61, 0x7b, 0x68, 0x2e, 0x43, 0x74, 0x1d, 0x10, 0x61, 0x8e, 0x45, 0xe6, 0x25, 0x78, 0x81, 0x68, 0x6, 0x24, 0x5b}} - return a, nil -} - -var __1686048341_transfers_receipt_json_blob_outUpSqlDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcb\xc1\x0d\xc2\x30\x0c\x46\xe1\x55\xfe\x05\xc2\x1a\x88\x13\x17\x16\x30\xc1\x21\x16\xc1\xae\x6c\x37\x52\xb7\xaf\x72\xea\xed\x49\x4f\x5f\x29\x78\x75\x09\xfc\xe5\xeb\x94\x62\x0a\x09\x88\xe2\xfe\x44\xb5\x0f\xdf\xf0\x68\xab\xaf\xdd\x48\x46\x20\x97\x61\x4d\x3f\x10\xec\x93\x03\x14\x70\x1b\xe3\x4d\xf5\x87\x34\x64\x67\x6c\xce\x53\x6c\x0f\x98\xf2\x19\x00\x00\xff\xff\x4e\x62\x72\x83\x68\x00\x00\x00") - -func _1686048341_transfers_receipt_json_blob_outUpSqlDownSqlBytes() ([]byte, error) { - return bindataRead( - __1686048341_transfers_receipt_json_blob_outUpSqlDownSql, - "1686048341_transfers_receipt_json_blob_out.up.sql.down.sql", - ) -} - -func _1686048341_transfers_receipt_json_blob_outUpSqlDownSql() (*asset, error) { - bytes, err := _1686048341_transfers_receipt_json_blob_outUpSqlDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1686048341_transfers_receipt_json_blob_out.up.sql.down.sql", size: 104, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x6c, 0xd9, 0x76, 0x83, 0x64, 0xf0, 0xf2, 0x74, 0x97, 0xca, 0xd7, 0xaa, 0x4, 0x74, 0x7c, 0x34, 0x56, 0x88, 0x10, 0xa9, 0x4d, 0x1d, 0x8e, 0x85, 0xc3, 0x66, 0x1, 0x2b, 0x30, 0x90, 0xf4}} - return a, nil -} - -var __1686048341_transfers_receipt_json_blob_outUpSqlUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x41\x6f\x9b\x4e\x10\xc5\xef\xf9\x14\x73\x4c\xa4\x24\x7f\xfd\xd3\xaa\xaa\x9a\x13\x8e\x51\xea\xca\x05\xc9\x25\x6a\x6e\x74\xbc\x3b\x98\xad\x97\x1d\xb4\x33\x24\xa4\x9f\xbe\x32\xb6\x53\xb7\x27\xc8\x0d\x2d\xf3\x7b\x6f\x61\xf7\xbd\xab\x2b\x28\x6a\x27\xd0\xb8\x4d\x44\x75\x1c\xc0\x09\x58\x0e\x04\x2e\xc0\x7d\x0e\x86\x2d\x01\x0a\x20\x98\x4e\x94\x1b\x10\xa5\xf6\xfa\xec\x88\x55\xce\x13\x08\xc5\x27\x92\x61\x2a\x00\x06\x53\x73\x84\x8a\x23\x68\x4d\x27\xba\xf2\x22\x4a\xcd\x8e\xbc\xab\xc9\x6c\x0f\x6f\xe8\x3b\x7a\x4f\xfa\x45\x38\xcc\x3c\xaf\x05\xaa\xc8\x0d\x60\xdb\x5a\x54\x5c\xa3\xd0\x7f\xc7\x87\xeb\x0d\x9f\xed\x7d\x09\x2a\xf6\x9e\x9f\x5d\xd8\x0c\xdb\x11\xc0\x48\xff\x6e\xfa\xd3\x30\x9c\x2c\x8b\x74\x05\x45\x32\x5b\xa6\xa0\x11\x83\x54\x14\x05\x92\xf9\x1c\xee\xf2\xe5\xc3\xd7\x0c\x44\x51\x3b\x81\x45\x56\xdc\x8e\x9a\x8f\x64\xc8\xb5\x5a\xea\x4b\x4b\xe3\x29\xed\xcb\x1a\xa5\x86\xd9\x32\x9f\x8d\x23\x3c\x6f\x4a\x17\x2c\xf5\xe3\x4d\xd6\x9e\xcd\x76\xaa\x8f\xe9\x9a\xce\xa3\xba\x27\x2a\x37\x28\x65\x27\x64\xc7\x3b\x1a\x0e\x1a\xd1\x68\x89\xd6\x46\x12\x81\x22\x7d\x1c\x89\x4e\x37\xd3\xfe\xf4\x87\x8c\x45\xa6\x9d\x53\x1b\x59\xc9\x28\x59\x98\xe5\xf9\x32\x4d\xb2\xf1\x1f\xe3\x5d\xe3\x14\x1e\xb2\x6f\x8b\xfb\x2c\x9d\x8f\xb7\xdc\xb1\x6d\x74\x86\x4a\xe3\xb1\x69\xc9\x7e\x78\x3f\x0d\x56\xd7\x96\x06\xdb\xb7\xe2\x15\xd1\x5b\x71\x6c\xb8\x0b\x5a\xb6\x68\x2d\xd9\xff\x6f\x3e\xd6\xd4\xc3\xdd\xe7\x64\x75\xfe\xee\xe6\x62\xa4\x82\x31\x83\x44\xe0\x60\x26\x1c\x93\xb8\x5f\x53\xc2\xc7\x5b\x0a\xaf\x57\x74\x7c\x34\xf6\x9c\xb3\x07\x64\x68\xae\x55\x9a\x14\x29\x2c\xb2\x79\xfa\xf8\x07\x2a\x2b\xe7\x95\x22\xe4\xd9\x89\xd0\xf9\xbe\x59\x2e\xff\xb6\xbf\x7c\x55\xbd\xb8\xfd\x31\x48\xa6\xfd\x10\x21\xd0\x1e\x30\xd8\x63\xbf\xc0\xae\xf5\xf6\x5d\xb8\x6b\xd1\x9f\xc2\x61\x97\xef\xf5\x30\x83\xd6\x0e\xab\x2e\x54\x1c\x9b\x43\x6b\x07\xe5\x61\x31\xd0\x33\x18\xf6\x5d\x13\xe4\x77\x00\x00\x00\xff\xff\x39\x7c\x13\x6d\xdc\x05\x00\x00") - -func _1686048341_transfers_receipt_json_blob_outUpSqlUpSqlBytes() ([]byte, error) { - return bindataRead( - __1686048341_transfers_receipt_json_blob_outUpSqlUpSql, - "1686048341_transfers_receipt_json_blob_out.up.sql.up.sql", - ) -} - -func _1686048341_transfers_receipt_json_blob_outUpSqlUpSql() (*asset, error) { - bytes, err := _1686048341_transfers_receipt_json_blob_outUpSqlUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1686048341_transfers_receipt_json_blob_out.up.sql.up.sql", size: 1500, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xcd, 0xe3, 0xa6, 0x8c, 0x53, 0x51, 0xe6, 0x3c, 0x64, 0xcb, 0x3, 0x3, 0xb, 0x4d, 0x52, 0xa5, 0x1c, 0xcc, 0xe1, 0x23, 0x94, 0x14, 0x79, 0xd7, 0x56, 0x58, 0xef, 0xcc, 0x1a, 0x6, 0xa4}} - return a, nil -} - -var __1686825075_cleanup_token_addressUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xcd\x4a\xc4\x40\x10\x84\xef\x79\x8a\x62\x40\x46\x21\x59\xe2\xcf\x4d\x3c\x08\x8e\x28\x7a\x10\x5d\xf1\x28\x9d\x49\xc7\x0c\x66\x67\xa4\xbb\x85\xe4\xed\x45\x17\x41\x73\xea\x86\xaf\xf8\xaa\x9a\x06\xd7\x69\x86\x8d\x0c\x2b\xef\x9c\x5f\xa9\xef\x85\x55\x11\xcb\xf4\xb9\xcb\x48\x79\xcf\x84\xb2\x0e\x2c\x0a\xa3\x6e\x62\xd8\x48\x86\x91\x14\x1d\x73\xae\x9a\x06\x29\xc7\x22\xc2\xd1\xa6\x05\xca\x06\x2b\x20\xa8\x49\xca\x6f\x28\xc3\x8f\x63\x28\xb2\x83\x6b\xe7\xe3\x13\xea\x36\x9b\xd3\xb3\xd8\x3b\xa4\xac\xc6\xd4\x7f\x47\x08\xdd\x62\x0c\x12\xa1\xa5\x7a\x7e\xb8\xba\xdc\x86\x3f\xb5\x4f\x61\xbb\x1a\x78\x01\xe1\x8f\x89\x22\x1f\xfe\xde\x7f\xbc\x86\x6f\x67\x5f\xc3\xfb\xa3\x1a\xde\xed\x3f\xbc\xdc\x84\xc7\xb0\x12\xdd\xdf\xde\x05\x78\xd7\xce\x07\xce\x9f\x57\x5f\x01\x00\x00\xff\xff\xf9\xa8\x19\x33\x11\x01\x00\x00") - -func _1686825075_cleanup_token_addressUpSqlBytes() ([]byte, error) { - return bindataRead( - __1686825075_cleanup_token_addressUpSql, - "1686825075_cleanup_token_address.up.sql", - ) -} - -func _1686825075_cleanup_token_addressUpSql() (*asset, error) { - bytes, err := _1686825075_cleanup_token_addressUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1686825075_cleanup_token_address.up.sql", size: 273, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x14, 0x72, 0x10, 0xec, 0x97, 0xc9, 0x3a, 0xdb, 0x39, 0x33, 0xc9, 0x6, 0x92, 0xbe, 0xe4, 0xc2, 0x5c, 0xb6, 0xaa, 0xe5, 0x25, 0x21, 0x4d, 0x74, 0x18, 0x94, 0xc, 0x33, 0x2f, 0xa4, 0x9, 0x99}} - return a, nil -} - -var __1687193315_transfers_extract_from_to_addressDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcb\xc1\x0d\xc2\x30\x0c\x46\xe1\x55\xfe\x05\xc2\x1a\x88\x13\x17\x16\x30\xc1\x21\x16\xc1\xae\x6c\x37\x52\xb7\xaf\x72\xea\xed\x49\x4f\x5f\x29\x78\x75\x09\xfc\xe5\xeb\x94\x62\x0a\x09\x88\xe2\xfe\x44\xb5\x0f\xdf\xf0\x68\xab\xaf\xdd\x48\x46\x20\x97\x61\x4d\x3f\x10\xec\x93\x03\x14\x70\x1b\xe3\x4d\xf5\x87\x34\x64\x67\x6c\xce\x53\x6c\x0f\x98\xf2\x19\x00\x00\xff\xff\x4e\x62\x72\x83\x68\x00\x00\x00") - -func _1687193315_transfers_extract_from_to_addressDownSqlBytes() ([]byte, error) { - return bindataRead( - __1687193315_transfers_extract_from_to_addressDownSql, - "1687193315_transfers_extract_from_to_address.down.sql", - ) -} - -func _1687193315_transfers_extract_from_to_addressDownSql() (*asset, error) { - bytes, err := _1687193315_transfers_extract_from_to_addressDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687193315_transfers_extract_from_to_address.down.sql", size: 104, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x6c, 0xd9, 0x76, 0x83, 0x64, 0xf0, 0xf2, 0x74, 0x97, 0xca, 0xd7, 0xaa, 0x4, 0x74, 0x7c, 0x34, 0x56, 0x88, 0x10, 0xa9, 0x4d, 0x1d, 0x8e, 0x85, 0xc3, 0x66, 0x1, 0x2b, 0x30, 0x90, 0xf4}} - return a, nil -} - -var __1687193315_transfers_extract_from_to_addressUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcd\x8e\xe2\x40\x0c\x84\xef\x3c\x45\xbd\x00\x70\xdf\x3d\x85\x9f\xdd\x4b\x76\x91\x50\x46\x73\x44\x26\x71\x92\x16\x89\x8d\x6c\x33\x30\x6f\x3f\x4a\x20\x68\xc4\x69\x6e\xdd\x6e\x7f\xe5\xaa\xf6\x7c\x8e\xa2\x4d\x8e\x3e\x35\x46\x91\x54\x90\x1c\x95\x0a\x23\x09\xfe\xee\x50\x6a\xc5\x20\x07\xa1\xbc\x78\x68\x0f\x0f\x3e\x2f\x66\x13\x56\xa7\x8e\xe1\x6c\x1f\xec\x63\x97\x80\xa4\x6c\xd5\x50\xab\x21\x5a\xfe\xa6\xeb\x9f\x1e\xdc\x0f\xe4\xba\xe5\xf2\xf4\x78\xe1\x77\xea\x3a\x8e\xc2\x48\xbc\x66\xfb\x63\xda\x17\x9a\x55\x95\xb1\x3b\x3b\x6a\xd3\x1e\x74\x3e\x57\x14\x74\x24\xe7\xe5\x74\x58\x34\x3a\xbb\xbb\x60\xd4\xda\x75\x7a\x4d\xd2\x8c\xe6\x1c\x64\xfc\x1a\xe1\xd7\xd8\x9c\xe5\xc5\x76\x8f\x22\x5b\xe5\x5b\xc4\x63\xa2\x23\xdb\x6c\xb0\xde\xe5\x6f\xff\xfe\x23\x6e\x87\x61\xe2\x81\xee\x06\xb0\xca\x77\xab\xdf\x3f\x25\x43\x5f\xb8\x01\xdc\xde\xc2\xa8\x8c\x27\x34\x26\x5a\x86\x82\x9e\x19\x49\xaa\xe1\x36\x7e\x57\x92\x5a\xad\x7f\x2c\x42\x42\xc7\xa2\xf0\x15\xa5\x76\x97\x5e\x7c\x90\xdc\xf3\x9c\x27\x55\x3d\xb1\x4c\x52\xa3\x50\x12\x67\x0b\xa4\x18\xd6\x71\xec\xf4\x38\x54\x82\xa9\x82\xd6\xf0\xb0\x24\xcd\x57\x00\x00\x00\xff\xff\x47\xff\x5a\x05\xf3\x01\x00\x00") - -func _1687193315_transfers_extract_from_to_addressUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687193315_transfers_extract_from_to_addressUpSql, - "1687193315_transfers_extract_from_to_address.up.sql", - ) -} - -func _1687193315_transfers_extract_from_to_addressUpSql() (*asset, error) { - bytes, err := _1687193315_transfers_extract_from_to_addressUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687193315_transfers_extract_from_to_address.up.sql", size: 499, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0xef, 0xf4, 0x66, 0xac, 0x3a, 0xa6, 0xe3, 0x26, 0x43, 0x53, 0xe, 0xd8, 0xfe, 0xf2, 0xaa, 0x20, 0x8, 0x4e, 0x52, 0x49, 0x37, 0xbf, 0x46, 0xbf, 0x53, 0xa7, 0xcf, 0x27, 0x23, 0xab, 0x99}} - return a, nil -} - -var __1687249080_add_position_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x95\xcd\x8e\xa3\x3a\x10\x85\xf7\x7e\x8a\x52\xaf\x12\xc9\x8b\xdb\xbd\xcd\xca\x81\x4a\x5f\x34\xc4\x6e\x39\xce\x48\x59\x45\x6e\xb0\x14\x26\x34\x44\x40\x34\xca\xdb\x8f\xb0\x4d\x42\x4f\xfe\x60\x39\x59\x95\xec\x03\x3e\xae\x3a\x5f\x08\x24\x32\x85\xa0\xd8\x3c\x46\xd8\x9b\xd3\x41\x67\x55\xbd\xd5\x49\x52\x1e\x8b\xa6\xde\x36\xaf\x30\x21\x00\x00\x59\x0a\xdd\x2f\xe2\x0a\xdf\x51\xc2\x87\x8c\x96\x4c\x6e\xe0\x07\x6e\x80\xad\x95\x88\x78\x20\x71\x89\x5c\x51\xfb\x84\x4e\xd3\xca\xd4\x75\x5b\xfe\x64\x32\xf8\x9f\x49\xb7\xbe\x37\xa7\xed\xd1\xbd\xee\xdb\xfa\xe1\xf8\xb9\x37\x27\xb8\x5e\xd7\xcd\xce\x9f\xec\xd7\x01\xb8\x50\xc0\xd7\x71\x0c\x21\x2e\xd8\x3a\x56\xf0\xf2\xe2\xc4\x85\xfe\x32\x83\xc5\x49\x99\x97\xd5\x50\xb1\xf9\x2a\x7f\x65\x43\xc5\xbf\x75\x9e\x9b\xc6\x8a\xe7\x42\xc4\xb6\xb8\x12\x2f\x58\xbc\x42\xef\x64\xa7\x1b\x6f\x7b\x90\x7e\x97\xa5\xa9\x29\x86\xeb\xcb\x83\xa9\xf4\x67\x6e\x1e\x9b\x2f\xca\xae\x31\x95\xd1\x8d\x49\xb7\xba\x81\x90\x29\x54\xd1\x12\xcf\x72\xa7\x38\x1e\xd2\x27\x8a\x24\x2f\x93\xfd\x39\x30\x70\xdb\xe2\x7f\x64\x3a\x23\x24\xe2\x2b\x94\xaa\x95\x89\x9b\x11\x9c\xf8\x28\x51\x1f\x1d\xea\xa2\x42\xdb\x64\xd0\x76\xe2\xd4\x4e\x92\xda\x11\x51\xd7\x7b\xda\xb6\x94\xba\x3e\xd1\xee\xfa\xf4\x72\x31\x7a\xb9\x01\xb5\x56\xa7\xb0\xc2\x18\x03\x45\x2e\xd1\xb5\x17\xe9\xce\x24\xe7\x88\xba\xb2\x3d\x9b\xf8\xc4\xd9\xc2\x79\x20\x5d\x54\x6c\xe5\xbd\x10\x3f\x62\x5b\x78\x4f\xa4\x37\x16\x27\xb8\x78\x23\xdf\x3a\xec\x76\x5b\x8f\x64\x21\xc5\xf2\xba\x45\x20\x64\x88\x12\xe6\x9b\xde\x3b\x66\x84\x3c\x43\xfb\xcd\xa1\x7d\xcd\x69\x9f\xec\x7e\x0f\xfe\x46\xf3\x0e\xb1\x63\x80\x1d\xc3\xeb\x18\x5c\xc7\xd0\x3a\x12\xd6\x91\xac\x8e\x44\x75\x1c\xa9\x4f\x41\x7d\xca\xe9\x30\x4c\xdd\x5c\xcb\x3a\x6b\xb2\xb2\x18\x20\x5d\x08\x89\xd1\x3b\xb7\x9f\x86\x89\x4f\xcf\x14\x24\x2e\x50\x22\x0f\x70\x75\x8e\x63\x6f\x57\x70\x08\x31\x46\x85\x10\xb0\x55\xc0\x42\x1c\xf2\xdf\xf0\xf6\x0f\x50\x6b\xab\x2c\xbd\x03\xef\xb6\x79\x9d\x11\x12\x4a\xf1\x71\x8f\xd4\xd9\xc3\x5d\xf7\x3c\x8b\x15\xca\x47\xa8\x4b\xe4\x6c\x89\x70\xab\x8b\x33\xf2\x27\x00\x00\xff\xff\x18\xd8\x48\x9f\x05\x08\x00\x00") - -func _1687249080_add_position_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687249080_add_position_accountsUpSql, - "1687249080_add_position_accounts.up..sql", - ) -} - -func _1687249080_add_position_accountsUpSql() (*asset, error) { - bytes, err := _1687249080_add_position_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687249080_add_position_accounts.up..sql", size: 2053, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf3, 0x47, 0x9f, 0xb4, 0xe3, 0xc, 0x35, 0x15, 0x74, 0xc3, 0x72, 0x57, 0x9f, 0x3b, 0xc9, 0xd5, 0x9b, 0x31, 0xef, 0xd6, 0x21, 0xc4, 0x27, 0x8e, 0x37, 0xd5, 0x5, 0xdb, 0x3d, 0xcf, 0x37, 0xbb}} - return a, nil -} - -var __1687269871_add_device_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xcb\x4c\x4e\x8d\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x20\xd8\x35\x04\x45\xa7\x2d\x58\x15\x20\x00\x00\xff\xff\x8b\x24\xaa\xd8\x6c\x00\x00\x00") - -func _1687269871_add_device_nameUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687269871_add_device_nameUpSql, - "1687269871_add_device_name.up.sql", - ) -} - -func _1687269871_add_device_nameUpSql() (*asset, error) { - bytes, err := _1687269871_add_device_nameUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687269871_add_device_name.up.sql", size: 108, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0x61, 0xf2, 0xf9, 0x78, 0x57, 0xc3, 0x57, 0xdb, 0x37, 0xe, 0x7, 0x15, 0xde, 0x5a, 0x2a, 0xb5, 0x86, 0xb8, 0x5, 0x48, 0x68, 0x2a, 0xb, 0x7c, 0xd, 0x60, 0xba, 0x67, 0x30, 0x2d, 0xa3}} - return a, nil -} - -var __1687506642_include_watch_only_account_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xbb\x4f\xf1\xbf\x87\xa7\xcc\xc6\x53\x5c\x61\xa4\xe7\x32\xe2\xd0\x41\x49\x0f\x4d\x11\xdf\x7e\x1f\x89\xf2\x06\xa5\x45\x18\xe3\x88\x38\xfd\x33\x40\x29\xe1\x91\xa5\xbc\x56\x9c\x6e\x6d\xbe\x8f\xfa\xdb\xc3\xbe\xb5\x7b\xfb\xd7\xdd\xac\x4f\x0f\x2c\x39\x0b\xd3\x8a\xc4\x4f\x2a\xa2\xd0\xad\xf0\xfd\x76\x05\x00\x00\xff\xff\xa1\x60\x38\x38\x51\x00\x00\x00") - -func _1687506642_include_watch_only_account_settingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687506642_include_watch_only_account_settingUpSql, - "1687506642_include_watch_only_account_setting.up.sql", - ) -} - -func _1687506642_include_watch_only_account_settingUpSql() (*asset, error) { - bytes, err := _1687506642_include_watch_only_account_settingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687506642_include_watch_only_account_setting.up.sql", size: 81, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaa, 0xa0, 0x61, 0xf8, 0xb9, 0x15, 0x22, 0x9a, 0xca, 0x9b, 0x89, 0x96, 0x90, 0x47, 0x56, 0xf3, 0x21, 0xf6, 0xbd, 0xd1, 0xa1, 0x8f, 0xa8, 0x34, 0xc3, 0x54, 0x86, 0x69, 0x14, 0x96, 0xdb, 0xbb}} - return a, nil -} - -var __1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xbb\x4f\xf1\x3f\x82\x77\x4f\xd5\x46\x11\x62\x07\x23\x3d\x87\x11\x87\x0e\x4b\x7a\x68\x87\xf4\xed\xf7\x05\x16\x9a\x21\xe1\xca\x84\xb6\xf6\xbe\xf9\xa7\x69\x1b\x6e\x6a\xa5\xda\x0f\x21\x46\xdc\x26\xce\xaf\x84\xcd\xad\xec\xef\x55\xff\x4b\xb7\xaf\x56\x2f\x43\x17\xb3\xba\x7b\xc7\x33\x09\x3d\x68\x46\x9a\x04\x29\x33\x23\xd2\x3d\x64\x16\x9c\x2f\xa7\x23\x00\x00\xff\xff\x37\x1e\x28\x69\x62\x00\x00\x00") - -func _1688022264_add_include_watch_only_account_to_settings_sync_clockUpSqlBytes() ([]byte, error) { - return bindataRead( - __1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql, - "1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql", - ) -} - -func _1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql() (*asset, error) { - bytes, err := _1688022264_add_include_watch_only_account_to_settings_sync_clockUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql", size: 98, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0xa2, 0x31, 0xcc, 0x3d, 0x59, 0x1b, 0x26, 0x5b, 0x78, 0xd, 0x6a, 0x75, 0x2a, 0xe0, 0x2, 0x21, 0x28, 0x8c, 0x92, 0x24, 0x98, 0x86, 0xdd, 0x2, 0x53, 0xe8, 0xf6, 0xc2, 0x7d, 0x57, 0x13}} - return a, nil -} - -var __1688054680_add_columns_to_multitransactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\x41\x0a\xc2\x30\x10\x40\xd1\xbd\xa7\x18\x7a\x0d\x57\x93\x26\xd6\x42\x4c\x21\x26\x6e\x43\xa8\x4a\x83\x36\x81\xcc\x88\x3d\xbe\xe8\xce\x9d\x05\x0f\xf0\x1f\x7c\xd4\x4e\x59\x70\x28\xb4\x82\xf9\x71\xe7\x14\xb8\xc6\x4c\x71\xe4\x54\x32\x01\x4a\x09\xed\xa0\xfd\xc1\xc0\xb5\x96\x39\xe4\x0b\x3f\x4b\xbd\x85\x74\x06\x6f\x8e\x7d\x67\x94\x04\xd1\x77\xbd\x71\xdb\xcd\xef\x14\x97\x3f\x41\x63\x2d\x44\x81\x97\x37\x73\x42\xdb\xee\xd1\x82\x54\x3b\xf4\xda\x41\xd3\xac\x91\x3e\x77\xbc\x84\x29\xd2\x04\x42\x0f\x62\xe5\xcf\x77\xfa\x0a\x00\x00\xff\xff\x09\x48\xcf\x50\x56\x01\x00\x00") - -func _1688054680_add_columns_to_multitransactionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1688054680_add_columns_to_multitransactionUpSql, - "1688054680_add_columns_to_multitransaction.up.sql", - ) -} - -func _1688054680_add_columns_to_multitransactionUpSql() (*asset, error) { - bytes, err := _1688054680_add_columns_to_multitransactionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1688054680_add_columns_to_multitransaction.up.sql", size: 342, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0xbb, 0x88, 0xde, 0x98, 0x9e, 0xa8, 0xc0, 0xf7, 0x2b, 0xc4, 0x33, 0x77, 0xf5, 0x58, 0x46, 0x52, 0xc6, 0xc2, 0x27, 0x1d, 0x8, 0xc9, 0x83, 0xb6, 0x16, 0x31, 0x99, 0x15, 0xcb, 0xb1, 0x40}} - return a, nil -} - -var __1688636552_keycards_table_columns_updateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\x4f\x0f\x9b\x30\x0c\xc5\xef\xf9\x14\xef\xd8\x4a\x4c\xda\xce\xd5\x0e\x29\x98\x0d\x2d\x4d\xaa\x90\x4e\xeb\x09\x21\xc2\x01\xb5\x2b\x15\x50\x4d\xfb\xf6\x13\xff\xff\x14\xb6\x1d\xc1\x3f\x3b\xcf\xcf\x36\x17\x86\x34\x0c\x3f\x0a\xc2\x2d\xfd\x9d\xc4\x85\x2d\xa1\x49\xf2\x13\xc1\xa8\xe1\x57\x94\xdf\xed\x81\xad\xc1\x51\x9c\x24\xf9\xeb\x51\xad\x66\xf5\xb1\x36\x9d\xb9\x9a\xb8\xa1\xae\x40\xe0\x43\x2a\x03\xfa\x11\x84\x26\x1c\xdf\xde\x31\x00\xfd\x67\xf4\xca\x2c\xbe\x73\xed\x7e\xe5\xba\xa1\xe5\x45\x08\x9c\x75\x70\xe2\xfa\x8a\x6f\x74\x75\x66\xf4\x23\xfe\x99\xbe\xe1\x73\xe4\x9e\x27\xb7\xd4\xe2\xa8\x94\x20\x2e\xe1\x91\xcf\x2f\xc2\xc0\xe7\x22\xa4\x81\x5c\x7d\xb6\x8d\x3e\xf3\x32\xab\xb2\xfc\x81\x40\x9a\x51\x51\x5f\xe6\x63\x0b\xf9\x4a\x53\xf0\x45\xd6\x02\x77\x5d\xb9\x3d\x34\xf9\xa4\x49\xba\xd4\x34\xfb\x8c\xb3\xa2\x1c\x82\x4d\x16\xa0\x6a\x41\x82\x0c\xc1\xe5\xa1\xcb\x3d\x62\xfb\xff\x73\x6d\x1c\xc2\xbf\xed\x6b\x25\x76\x09\x51\x6c\x6d\x91\x96\xe5\x06\x35\x71\x1a\xbb\x49\x51\x67\x99\xbf\x5f\x6d\xbc\xc7\x97\xcd\x37\x9a\x67\xc0\x68\xc0\xe5\xec\xf1\x89\x01\x7f\x33\x26\x90\x21\x69\x53\x4f\x62\x5c\x39\x06\x84\x24\xc8\x35\x98\xc9\x9d\x6e\x88\xb3\x58\x06\xa7\x1f\xb9\x83\x7b\x5c\x56\xd1\xeb\x69\xe3\x2a\x8d\x92\x3a\xca\x00\x5f\xab\xd3\xec\x0e\x18\xa0\xb4\x47\x1a\xc7\xeb\x7b\xc2\x86\xac\x61\x40\x1b\xfa\x16\x76\xbe\x3d\xbb\x38\xa4\xce\xa4\xe1\x68\x42\x32\xe3\x66\x7e\x46\x91\xff\xca\x2c\x3e\xe0\xd3\x81\x31\x4f\xab\xf3\xd6\xc9\xb6\xd5\xd6\x88\x3a\xf0\x27\x00\x00\xff\xff\x9d\x4a\x6f\x9a\x1b\x04\x00\x00") - -func _1688636552_keycards_table_columns_updateUpSqlBytes() ([]byte, error) { - return bindataRead( - __1688636552_keycards_table_columns_updateUpSql, - "1688636552_keycards_table_columns_update.up.sql", - ) -} - -func _1688636552_keycards_table_columns_updateUpSql() (*asset, error) { - bytes, err := _1688636552_keycards_table_columns_updateUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1688636552_keycards_table_columns_update.up.sql", size: 1051, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x82, 0x37, 0x82, 0xae, 0x44, 0x7f, 0x4d, 0xb5, 0x50, 0x1b, 0x5f, 0x2b, 0xaa, 0xb1, 0x3, 0x97, 0xba, 0x8b, 0xea, 0x30, 0x5, 0xa4, 0x1a, 0x2c, 0x7, 0x63, 0x89, 0x43, 0x12, 0xb6, 0xb7}} - return a, nil -} - -var __1689248269_add_related_chain_id_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\x49\x2c\x49\x4d\x89\x4f\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\x08\xf5\x0b\xf6\x74\xf7\x73\x75\x51\x70\xf2\x74\xf7\xf4\x0b\xb1\xe6\x02\x04\x00\x00\xff\xff\xb6\x0a\xba\xdf\x42\x00\x00\x00") - -func _1689248269_add_related_chain_id_networksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689248269_add_related_chain_id_networksUpSql, - "1689248269_add_related_chain_id_networks.up.sql", - ) -} - -func _1689248269_add_related_chain_id_networksUpSql() (*asset, error) { - bytes, err := _1689248269_add_related_chain_id_networksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689248269_add_related_chain_id_networks.up.sql", size: 66, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0xad, 0xde, 0xb5, 0xc7, 0x60, 0x1a, 0x99, 0x7d, 0x51, 0x74, 0x43, 0x60, 0x17, 0x54, 0x82, 0xb6, 0xc6, 0x96, 0x1c, 0x43, 0x74, 0x6, 0x15, 0xd6, 0xa4, 0x2a, 0xd2, 0x1c, 0xeb, 0xdc, 0xb4}} - return a, nil -} - -var __1689340211_index_filter_columnsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x4d\x6e\x83\x30\x10\x85\xf7\x3e\xc5\x2c\x13\x09\x4e\xc0\xaa\x6a\xa8\xc4\x06\xaa\x24\x8b\xec\x90\x83\x87\xd6\x8a\x7f\x90\x67\x50\xe1\xf6\x15\xd0\x46\x24\x38\x3b\xcf\xd3\x37\xa3\xef\x39\x4d\x21\x77\xdf\xd2\x35\x08\x5a\x0d\x35\x07\xe9\xa8\xc5\x40\x75\xab\x0d\x63\x80\xeb\x08\xda\x35\xa6\x57\xda\x7d\x81\xf5\x01\xa1\xd5\x68\x14\x89\xc3\xb1\xfa\x84\xa2\x3c\xe4\x17\x28\x3e\x20\xbf\x14\xa7\xf3\x29\x7a\x22\x13\xef\xc7\xfc\xed\x9c\xff\xc1\x31\x44\x54\x25\xdc\x33\xd8\xd9\xde\xb0\x5e\x20\xd9\xb0\xf6\xae\xd6\x2a\x01\xe3\xa5\x42\x95\x00\x6b\x8b\xc4\xd2\x76\x09\x10\x4b\xee\x29\x01\x87\xfc\xe3\xc3\x6d\xc6\x78\xa8\xdb\xe0\x6d\x2d\x95\x0a\x48\x34\x07\xec\x57\xa3\xbf\xa1\x7b\x1e\xe7\xc5\xb1\xc3\x7d\x26\x44\x9a\x42\xe1\x14\x0e\xd0\xfa\x00\x1d\xba\xa9\xf9\x5a\x86\xb6\x7d\xa2\x54\x55\x46\xb7\x5f\xd5\x7b\x92\x5e\x19\x3f\xb4\x5b\x95\x1f\xed\xd5\x9b\x8d\xf1\xe6\x7a\xc4\x37\xc2\x54\x65\x64\x13\x76\xaf\xad\xa6\xef\xfa\xb7\x26\x42\x7e\x70\x9b\xc0\x25\x5c\x00\xeb\x7b\xc7\x4b\x3c\x3f\xf7\x99\xf8\x0d\x00\x00\xff\xff\xdc\x17\xb3\x7c\x79\x02\x00\x00") - -func _1689340211_index_filter_columnsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689340211_index_filter_columnsUpSql, - "1689340211_index_filter_columns.up.sql", - ) -} - -func _1689340211_index_filter_columnsUpSql() (*asset, error) { - bytes, err := _1689340211_index_filter_columnsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689340211_index_filter_columns.up.sql", size: 633, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0xc8, 0x1, 0x8b, 0x85, 0x2b, 0xa7, 0x46, 0xfe, 0xe9, 0x9c, 0xaf, 0xec, 0x10, 0xe5, 0xec, 0x23, 0xd3, 0xf, 0xee, 0xad, 0xfb, 0xf1, 0xc7, 0xc, 0xbc, 0x14, 0xac, 0xf8, 0x3b, 0x5a, 0x9e}} - return a, nil -} - -var __1689498471_make_wallet_accounts_positions_non_negativeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x51\x6f\x9b\x30\x10\xc7\xdf\xfd\x29\x4e\x7d\x4a\x26\x53\xb5\x7b\x8d\xfa\xe0\xc2\xa5\x45\x23\x50\x19\x67\x53\x9f\x90\x0b\x5e\xc2\x42\x30\xc2\x64\x59\xbf\xfd\xe4\x60\x92\x6c\xc9\xd2\x68\x3c\xa1\xf3\xff\x7c\xbe\xbb\xdf\x9d\xe7\x01\xab\x2a\xd8\xca\xaa\x52\x1d\xc8\x3c\xd7\x9b\xba\x83\x46\x9b\xb2\x2b\x75\x6d\xc0\x2c\xf5\xa6\x2a\xe0\x4d\x39\xdb\x4f\x45\xc1\x74\xb2\xed\xca\x05\x7c\x6f\xf5\x1a\xee\x6e\x89\xe7\x81\xbf\x94\xa7\xde\xb0\x2d\xab\xca\xba\xca\x6a\x2b\xdf\x0d\x78\xf7\xb7\x64\xfe\x12\x30\x81\x04\x60\xa5\xde\x1b\x59\xb6\x26\x73\x5e\x86\xa4\x28\x08\x1c\x9c\x1f\x60\x94\x62\x84\xbe\x80\x59\x18\x8f\x06\xf3\x18\x3c\xb8\x07\x96\xc2\xba\xac\xb3\x46\x1b\x98\xf2\x64\x76\x7a\xd9\x98\x7c\x7b\x46\x6e\xe3\xe4\xf6\x65\x0f\x70\x3f\x21\xc4\xe7\xc8\x04\x82\x60\x8f\x11\x9e\xba\x64\xdd\xba\x81\x11\x01\x28\x0b\x18\xbe\x30\x16\xf8\x84\x1c\x5e\x78\x38\x63\xfc\x15\xbe\xe0\x2b\xb0\xb9\x48\xc2\xd8\xe7\x38\xc3\x58\x50\x02\x20\x8b\xa2\x55\xc6\x58\xfd\x57\xc6\xfd\x67\xc6\x69\x9f\x5f\xb6\xe9\xaf\x3a\xb2\x36\x9b\xb7\x95\x7a\x87\xbf\xad\xb2\x5b\xba\x88\xce\x0a\x10\x27\x02\xe2\x79\x14\x41\x80\x53\x36\x8f\x04\xdc\xdc\x58\x69\x2d\xd7\xea\x4a\x69\xae\x2b\xdd\x5e\x27\x55\x6b\xfd\xa3\xbc\x4e\xea\x48\xb1\xdf\x63\x92\x44\xbb\x9f\x13\xe9\x94\x45\x29\xd2\xa1\xfa\x70\xad\x7a\x59\x16\x85\xaa\xaf\x55\xeb\x46\xb5\xf2\xad\x52\x97\x1f\x5d\xeb\xbe\x18\xad\x92\x9d\x2a\x32\xd9\x81\x05\x50\x84\x33\xdc\x8b\xed\xf9\xa6\x29\x2e\x9e\xe7\x95\xce\x57\x7b\x28\xe0\xfc\xd3\xee\xe8\x31\xc0\x1f\x2a\xa7\x09\xc7\xf0\x29\xde\x51\x35\x72\xbc\x8c\x81\xe3\x14\x39\xc6\x3e\xa6\x7b\x46\x8f\x4e\x93\x18\x02\x8c\x50\x20\xf8\x2c\xf5\x59\x80\x64\x3c\x21\x24\x8c\x53\xe4\xc2\xc6\x4b\xce\x8d\x56\x8f\xb6\xe3\x94\x0e\x68\x52\x47\x23\xdd\xf1\x47\x77\x68\xd1\x9e\x1a\xda\x13\x41\x5d\xb7\xe9\xae\x8f\x87\x0e\xd1\x7d\xed\xe9\x51\x61\xe9\x51\x11\x69\x5f\x30\xba\xaf\xc6\x98\xb8\x61\xfe\x44\xec\xc4\x9e\x5d\x00\x09\x0f\x90\xc3\xe3\xeb\x51\x11\x27\x84\xb8\x74\xcf\xcf\xf9\xc7\xb9\xbb\xb8\x87\x39\xfd\xff\xfc\x4f\xb3\xff\x03\xac\xb3\xf9\x97\x85\xf7\xd9\xae\xab\x46\x9b\x7f\x26\x6e\xdb\x63\x13\xe5\xc9\xcb\xa5\xe5\x34\x21\x76\xd3\x6e\x15\xd4\x4a\x15\xd0\x69\x58\x29\xd5\x80\x74\x68\x6e\x97\xaa\x1e\x36\xb0\x81\x56\xe9\xb6\x50\x6d\x59\x2f\x60\x2b\x0d\xa8\x5f\x2a\xdf\x74\xaa\x20\x2c\x12\xc8\x5d\x10\xa3\xba\xae\xac\x17\x06\x58\x10\x80\x9f\x44\xf3\x59\xec\xf2\x3d\x84\x1d\xfa\x90\xe5\x4b\x59\x2f\x54\xd6\xc7\x1a\xd6\xe2\x29\xd6\x13\xf2\x3b\x00\x00\xff\xff\x2a\x90\x75\xb5\x51\x06\x00\x00") - -func _1689498471_make_wallet_accounts_positions_non_negativeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689498471_make_wallet_accounts_positions_non_negativeUpSql, - "1689498471_make_wallet_accounts_positions_non_negative.up.sql", - ) -} - -func _1689498471_make_wallet_accounts_positions_non_negativeUpSql() (*asset, error) { - bytes, err := _1689498471_make_wallet_accounts_positions_non_negativeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689498471_make_wallet_accounts_positions_non_negative.up.sql", size: 1617, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0x8d, 0xfc, 0x64, 0x78, 0x7a, 0x55, 0x38, 0xc9, 0x1e, 0x71, 0x25, 0xe2, 0x81, 0xc8, 0x3b, 0x1d, 0xf, 0xe7, 0x1f, 0x67, 0xbf, 0x6, 0xf1, 0x6a, 0x56, 0xf, 0x30, 0xb1, 0xc5, 0xca, 0x19}} - return a, nil -} - -var __1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\x3d\x6e\x02\x31\x14\x84\x7b\x9f\x62\x3a\xe0\x0c\x88\xe2\x81\xdf\x2a\x85\x17\x47\x6b\xaf\x92\xce\xb2\xbc\x16\x58\x2c\x36\xc2\xce\x0f\xb7\x8f\xb4\x8a\xd2\x24\x4d\xda\xd1\xcc\x37\x1f\x29\xcb\x03\x2c\xed\x15\xe3\x12\x1f\x37\x9f\xee\x15\x24\x25\x0e\x5a\x8d\xfd\x11\xf7\x78\x2d\xef\x71\xc2\x5e\x6b\xc5\x74\x84\xe4\x8e\x46\x65\xd1\x91\x32\xbc\x15\x7f\xcd\x9d\x0f\xa1\xbc\xe5\xf6\x1f\x8e\x18\x9f\x25\x59\x16\x40\x8d\xad\xa5\x7c\xaa\xc2\xb0\x15\xc0\x87\x9f\xe7\xd8\x7e\x90\xee\x56\x6a\x6a\xa9\x64\x17\xce\x3e\x9f\xa2\x0b\x73\x09\x17\xec\xb0\x36\xac\xf8\x60\xd1\xd3\xeb\x7a\xc9\x36\x20\x83\xab\xff\xfc\x6e\x74\x83\xee\x7f\x1b\x6e\xc4\xcb\x13\x0f\xcb\xed\x23\xb7\x73\x6c\x29\xb8\x34\x61\x87\x55\x9a\x56\xdb\xaf\x00\x00\x00\xff\xff\x4e\x4f\x7c\x3c\x1c\x01\x00\x00") - -func _1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql, - "1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql", - ) -} - -func _1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql() (*asset, error) { - bytes, err := _1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql", size: 284, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xfb, 0x7b, 0x9a, 0xee, 0xa4, 0x1f, 0x54, 0x81, 0x9c, 0x66, 0xd1, 0xde, 0x2d, 0xee, 0x8f, 0xb0, 0xc, 0x8, 0xb7, 0x1f, 0x5f, 0x28, 0x42, 0x75, 0x3, 0x19, 0xfb, 0xb5, 0x53, 0xa2, 0xcc}} - return a, nil -} - -var __1690225863_add_collectibles_ownership_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\x41\x6a\xc5\x20\x10\x06\xe0\xbd\xa7\x98\x65\x03\xb9\x41\x56\x9a\xd8\x54\x10\x03\x89\x29\xd9\x89\x35\x53\x22\x15\x2d\x2a\xf4\xfa\x85\xb4\x5d\x34\xf0\x78\x6f\x3d\xff\xfc\x33\x5f\x3f\x73\xaa\x39\x68\xca\x24\x07\xf1\x0c\x6a\xd2\xc0\x37\xb1\xe8\x05\x5c\x0a\x01\x5d\xf5\x6f\x01\x8b\x49\x5f\x11\x73\x39\xfc\xa7\x71\xd6\x1d\x08\x4f\x04\x00\xc0\x1d\xd6\x47\xe3\x77\x58\xd5\x22\x46\xc5\x07\x60\x62\x14\x4a\x9f\x35\x6a\x95\xb2\xfd\x89\xa5\x58\xb3\x75\xd5\xd8\x7d\xcf\x58\x0a\xbc\xd2\xb9\x7f\xa1\xf3\x25\x56\xd3\x07\x9e\x6d\x4c\x4e\xec\x32\x3b\xef\xdf\xdc\x27\x4d\x47\xc8\x2f\x45\xa8\x81\x6f\x8f\x51\xde\x7d\xa8\x98\x0d\xc6\x9a\x3d\x16\x98\xd4\x1d\xf3\x1f\xb7\xfd\xff\x4e\xd3\x91\xef\x00\x00\x00\xff\xff\xe1\x57\x74\x7f\x47\x01\x00\x00") - -func _1690225863_add_collectibles_ownership_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1690225863_add_collectibles_ownership_cacheUpSql, - "1690225863_add_collectibles_ownership_cache.up.sql", - ) -} - -func _1690225863_add_collectibles_ownership_cacheUpSql() (*asset, error) { - bytes, err := _1690225863_add_collectibles_ownership_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1690225863_add_collectibles_ownership_cache.up.sql", size: 327, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0x2d, 0xfa, 0x52, 0x54, 0x3e, 0x6e, 0x50, 0x7a, 0xe0, 0x4d, 0xd1, 0x5b, 0x3a, 0xc7, 0xb6, 0x67, 0xe8, 0x82, 0xf0, 0xc4, 0xb5, 0xcc, 0x3b, 0xbf, 0x89, 0xe0, 0x1b, 0xbc, 0xa4, 0xa9, 0x68}} - return a, nil -} - -var __1690734354_add_preferred_chain_idsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcc\xc1\xad\x02\x21\x10\x06\xe0\xfb\xab\xe2\xcf\xb6\xf1\x4e\xe3\x82\xf1\x30\xb2\x09\x01\xaf\x84\xc0\x18\x89\xc9\x2e\x19\xf0\x60\xf7\xb6\xa0\x0d\x7c\xc4\xc1\x7a\x04\x3a\xb1\xc5\x53\xde\x3d\x37\x1d\x29\x97\x72\xbc\xf6\x39\x40\xc6\x60\xdd\x38\x5e\x1d\xba\x1e\x35\x75\x95\xbb\xa8\x4a\x4d\xe5\x91\xdb\x9e\x5a\x1d\xb8\x91\x5f\x2f\xe4\xe1\xb6\x00\x17\x99\x61\xec\x99\x22\x07\x2c\xcb\xff\xdf\xd7\xfc\x94\x31\x7f\xe6\x3f\x01\x00\x00\xff\xff\xa6\xd7\x0a\xe8\xbd\x00\x00\x00") - -func _1690734354_add_preferred_chain_idsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1690734354_add_preferred_chain_idsUpSql, - "1690734354_add_preferred_chain_ids.up.sql", - ) -} - -func _1690734354_add_preferred_chain_idsUpSql() (*asset, error) { - bytes, err := _1690734354_add_preferred_chain_idsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1690734354_add_preferred_chain_ids.up.sql", size: 189, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xb4, 0x32, 0x89, 0xa1, 0xed, 0x19, 0x61, 0x1a, 0xdf, 0x72, 0x4c, 0x28, 0x5f, 0x87, 0x72, 0x33, 0xad, 0x9a, 0xc6, 0xaf, 0x6b, 0xaf, 0xa9, 0x70, 0xc7, 0x8a, 0x42, 0xe2, 0xac, 0x15, 0x2a}} - return a, nil -} - -var __1691173699_add_collectibles_and_collections_data_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x94\xc1\x8e\xda\x30\x10\x86\xef\x79\x8a\x39\xb6\x12\x6f\xd0\x53\x48\x06\x1a\x35\x32\x6d\x48\xaa\xed\x29\x9a\xb5\x5d\x76\x84\x63\x47\x8e\xb3\x2a\x6f\x5f\x01\xdd\x76\x0b\x6b\xc8\xae\x84\xf6\xea\x7f\x3c\xb6\xe7\xfb\x7f\x67\x15\xa6\x35\x42\x9d\xce\x4b\x84\x62\x01\x62\x55\x03\xde\x15\xeb\x7a\x0d\xd2\x19\xa3\x65\xe0\x7b\xa3\x5b\x45\x81\x5a\x49\xf2\x41\xc3\x87\x04\x00\x40\x3e\x10\xdb\x96\x15\x34\x62\x5d\x2c\x05\xe6\x30\x2f\x96\x85\xa8\x0f\x0d\x44\x53\x96\xb3\x63\x99\xb3\xc1\x93\x0c\x2d\x29\xe5\xf5\x30\xc0\xf7\xb4\xca\x3e\xa7\xd5\x49\x59\x70\x5b\x7d\xe8\x36\x2f\x57\xf3\x13\xad\xf7\xee\x91\x95\xf6\x91\xad\x96\x3a\x1d\x91\x94\x1e\xa4\xe7\x3e\xb0\xb3\x91\x8a\x5e\xfb\x8e\x0c\xdb\x6d\x44\xe7\x8e\x36\xba\x1d\xbd\x89\xe8\x64\xb9\xa3\x7d\xff\x49\x35\x9d\x56\x4c\x6d\xd8\xf5\xb1\x0b\xdf\x93\xdc\x6e\xbc\x1b\xad\x6a\xa5\x33\x2e\xf6\xe4\xe3\xb4\x46\xcf\x67\x7a\xf2\xf1\x53\x92\xfc\x41\xda\x88\xe2\x5b\x83\x50\x88\x1c\xef\xae\x91\x65\xa5\x6d\xe0\x9f\xbb\x56\xdb\xe0\x77\xb0\x12\x51\xf8\x4f\xdc\x67\x67\x68\x67\x7f\x29\x3e\xbb\xc4\x35\x5f\x05\x4f\x1c\x86\x77\x72\xd6\xe1\xf0\x4b\x3c\x8e\x05\x8f\x64\xc6\xa8\xc5\x78\xe8\x0d\xed\x2e\x35\xe9\xe8\xd7\xc5\x16\x8b\x55\x85\xc5\x52\xc0\x17\xfc\x31\x6d\xba\x50\xe1\x02\x2b\x14\x19\xc6\x32\x3a\xb1\xcf\xe1\x78\xd8\xd3\x6e\xbe\xe6\x7b\x5a\x59\xba\xce\xd2\x1c\x9f\x09\x39\x96\xf8\x4f\x48\x26\x92\x75\xf6\xd6\x1f\xc6\xdb\x3f\x85\xc1\x8c\x9b\x57\xa7\xfd\x95\xb9\x7a\x7a\x7f\x3c\x56\x27\x13\x8a\xf3\x9a\x3e\xf1\xdb\x47\xe9\x5a\x5c\x3a\xb6\x50\x61\x5a\x9e\x07\xe0\xa5\xe5\x69\xbe\x7f\xd1\xed\xff\x4d\xef\xe2\xe6\xb7\x58\xfc\x77\x00\x00\x00\xff\xff\xfb\xd0\x28\xee\x13\x07\x00\x00") - -func _1691173699_add_collectibles_and_collections_data_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1691173699_add_collectibles_and_collections_data_cacheUpSql, - "1691173699_add_collectibles_and_collections_data_cache.up.sql", - ) -} - -func _1691173699_add_collectibles_and_collections_data_cacheUpSql() (*asset, error) { - bytes, err := _1691173699_add_collectibles_and_collections_data_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1691173699_add_collectibles_and_collections_data_cache.up.sql", size: 1811, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x0, 0xf2, 0xaa, 0xa9, 0x56, 0x92, 0xb7, 0x3c, 0xd8, 0xbf, 0x4c, 0x42, 0x90, 0xdd, 0xb3, 0xb8, 0xca, 0x4a, 0xa1, 0x91, 0x29, 0x5, 0xf6, 0xb0, 0x75, 0x82, 0x98, 0x7e, 0x6d, 0x74, 0x15, 0xc3}} - return a, nil -} - -var __1691753758_move_wallet_tables_to_wallet_dbUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x51\x41\x6e\x22\x41\x0c\xbc\xf3\x0a\x7f\x80\xfd\x00\x27\x56\xcb\x4a\x48\x2b\x6d\x14\x38\xe4\xd6\xf2\x74\x7b\x66\x2c\xdc\x6e\xd2\xf6\x80\xe6\xf7\x51\xa3\x48\x61\x12\x92\xab\xab\x5c\x55\x76\xfd\x79\xfe\xff\x04\xc7\xed\xef\x7f\x3b\xe8\xa4\xc4\x93\x6d\x56\x5f\x46\xa1\xa2\x0e\xf4\x03\x12\x8c\x5e\x27\x52\x67\x94\x05\xe9\x4c\x9a\x58\x87\xe0\x15\xd5\x30\x3a\x17\x5d\xaa\x18\x5e\x28\x05\x4c\xa9\x92\x59\x73\x58\xaf\xc1\xcb\x89\x34\x74\x28\xa8\x91\x0c\xd8\xc0\x47\x82\xa2\x32\x83\x63\x27\x04\x3e\xa2\xc3\x15\x0d\xce\x82\x91\x12\x74\x33\x64\x36\xc7\x13\x01\x2b\x68\x49\x14\x8b\xf6\x3c\x34\xb1\xcc\x43\xc5\x9b\x2f\xa0\xa6\x86\x3b\x99\x1b\xb0\x37\xe1\xcc\x66\xac\x03\x70\x7f\xb7\xf6\xb1\xd3\x28\x5a\x1c\x26\xa3\xf4\xeb\x3e\xf6\xfe\x2f\xec\x5e\xf6\x87\xe3\xe1\x53\xd8\xc5\x6d\x37\x68\x39\xba\xb0\x71\x27\x14\x1e\x40\x71\xaa\x95\x34\xce\xa1\x2f\x35\xa3\x87\x88\x71\xa4\x05\x23\x4f\xe2\xfc\xfd\x2b\xdf\x33\x84\x91\xcd\x4b\x9d\x97\x3d\x54\x8e\xf4\x40\x32\x16\x11\x8a\xde\x32\x59\x28\x57\xa5\x6a\x23\x9f\x1f\x10\x6f\xae\x3d\x55\xdb\xac\xda\x57\xb7\x22\xc0\x9a\xb8\xf5\x83\x95\x00\x27\x2f\x19\x9d\x23\x8a\xcc\x50\x29\x97\x0b\xa5\xd5\x5b\x00\x00\x00\xff\xff\x04\xf6\x92\xda\x5b\x02\x00\x00") - -func _1691753758_move_wallet_tables_to_wallet_dbUpSqlBytes() ([]byte, error) { - return bindataRead( - __1691753758_move_wallet_tables_to_wallet_dbUpSql, - "1691753758_move_wallet_tables_to_wallet_db.up.sql", - ) -} - -func _1691753758_move_wallet_tables_to_wallet_dbUpSql() (*asset, error) { - bytes, err := _1691753758_move_wallet_tables_to_wallet_dbUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1691753758_move_wallet_tables_to_wallet_db.up.sql", size: 603, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0x7f, 0xd9, 0x6f, 0x91, 0x37, 0x7a, 0x8f, 0xf4, 0xd6, 0xec, 0xd4, 0xb9, 0x8e, 0xc5, 0xeb, 0x1a, 0xfa, 0xd1, 0x4, 0x1, 0xff, 0x51, 0x23, 0xc, 0x96, 0xf2, 0x3c, 0x12, 0xa7, 0xf7, 0x33}} - return a, nil -} - -var __1691753800_pubsubtopic_keyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x51\x51\x8f\xa2\x30\x18\x7c\xef\xaf\xf8\xe2\x93\x26\x5c\xcc\xdd\xab\x4f\x45\x3f\x4e\x72\x95\x9a\x52\xcf\xf3\x89\x80\xf4\xbc\x46\x0f\x58\x5a\x34\xfe\xfb\xcd\x16\x97\xc5\xac\xb2\x8f\xcc\x37\x33\xcc\x4c\xe7\x02\xa9\x44\x90\xd4\x67\x08\x61\x00\x11\x97\x80\x7f\xc2\x58\xc6\x50\x35\x99\x69\x32\x5b\x56\x7a\x9f\x18\x7d\x28\x74\x71\x48\x8e\xea\x0a\x63\x02\x00\xe0\x70\xf8\x4d\xc5\x7c\x49\x85\x93\x45\x1b\xc6\x3c\x77\xab\x6a\x7d\x76\x54\x9f\x71\xbf\x8f\x37\x59\x0f\xbe\x93\xac\x45\xb8\xa2\x62\x07\xbf\x70\x07\x63\xe7\x3d\x21\x13\xd8\x86\x72\xc9\x37\x12\x04\xdf\x86\x8b\x19\x21\x03\x69\xff\xa7\xfa\x64\x54\x7d\x56\x75\xe2\xe4\x26\x29\xd4\x65\x30\x2b\x2c\x30\xa0\x1b\x26\x61\x34\xea\xe2\x99\x26\x4b\xbe\x62\x4f\x2f\xe9\xb1\x99\xfe\x98\xe6\xea\x6f\xda\x9c\xec\x37\xf7\x59\xd5\xa5\x2d\x6f\x3e\xfb\x7f\xa9\x4d\x74\x6e\xde\x3d\x5a\xf4\x94\x1a\x9b\xd4\xea\xa5\x51\xc6\x42\x18\x49\xfc\x89\xa2\x33\xfd\xde\x72\x72\x6d\xf6\xe5\x59\xd5\x57\xf0\x39\x67\x48\xa3\x8e\x10\x50\x16\x63\x4b\x2a\xd4\xa1\xb4\x3a\xb5\x2a\x1f\x62\xf5\x06\x6d\xf7\xf4\xee\xfa\x3d\x5a\x37\x8c\x62\x14\xf2\x2d\x1b\x7f\x32\x27\x89\x91\xe1\x5c\xc2\xcd\x70\x70\x8a\x6e\x06\xef\xae\xba\xf7\x51\xd2\xeb\x55\x21\x81\xe0\xab\xcf\x7f\x9d\x11\xb2\x10\x7c\x7d\x7b\xf1\x47\x67\xca\x24\x8a\x67\x77\x17\x5a\x60\x44\x57\x08\x8f\x4a\xcd\x5e\x03\x00\x00\xff\xff\x78\x01\xaa\x5d\xff\x02\x00\x00") - -func _1691753800_pubsubtopic_keyUpSqlBytes() ([]byte, error) { - return bindataRead( - __1691753800_pubsubtopic_keyUpSql, - "1691753800_pubsubtopic_key.up.sql", - ) -} - -func _1691753800_pubsubtopic_keyUpSql() (*asset, error) { - bytes, err := _1691753800_pubsubtopic_keyUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1691753800_pubsubtopic_key.up.sql", size: 767, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0x42, 0x78, 0x4, 0x20, 0xa5, 0x62, 0xa1, 0xa5, 0x82, 0xa1, 0x41, 0x14, 0xaf, 0x5e, 0xe2, 0xc9, 0xcf, 0xad, 0x4b, 0x32, 0x6e, 0xc7, 0xac, 0x9f, 0xe0, 0xf, 0xe0, 0x3a, 0xa0, 0x67, 0x2d}} - return a, nil -} - -var __1693900971_add_profile_migration_needed_column_to_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\xc2\x40\x0c\x05\xd0\xab\xfc\x7b\xb8\x4a\x9d\x74\xf5\x9d\x80\x66\xd6\x45\x68\x2c\x01\x9d\x4a\x3b\xf7\xa7\x4f\xe8\xfa\x84\xcb\x44\xc5\x19\x63\x64\xdf\x4e\x48\x29\xb8\x1b\xdb\xa3\xe2\x7f\xec\x9f\xfc\xc6\xf2\xcb\xed\x78\x8f\xdc\xfb\xd2\x23\xd6\x58\x31\x99\x51\xa5\xa2\x9a\xa3\x36\x12\x45\x67\x69\x74\xcc\xc2\x97\xde\xae\x00\x00\x00\xff\xff\x4d\x96\xe4\x96\x58\x00\x00\x00") - -func _1693900971_add_profile_migration_needed_column_to_settings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1693900971_add_profile_migration_needed_column_to_settings_tableUpSql, - "1693900971_add_profile_migration_needed_column_to_settings_table.up.sql", - ) -} - -func _1693900971_add_profile_migration_needed_column_to_settings_tableUpSql() (*asset, error) { - bytes, err := _1693900971_add_profile_migration_needed_column_to_settings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1693900971_add_profile_migration_needed_column_to_settings_table.up.sql", size: 88, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0x89, 0x89, 0x81, 0xf1, 0x1, 0x2d, 0xa6, 0x24, 0xba, 0x48, 0x1, 0x9a, 0x7a, 0xcf, 0xe0, 0xfd, 0x3f, 0xc6, 0xc2, 0xd9, 0xe2, 0xfc, 0x6f, 0x2f, 0x83, 0x16, 0x61, 0x8e, 0x89, 0x64, 0xef}} - return a, nil -} - -var __1694764094_add_original_to_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x2f\xca\x4c\xcf\xcc\x4b\xcc\x89\x2f\x2a\x48\x8e\x2f\x2d\xca\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x22\x5a\x67\x5a\x62\x4e\x4e\x52\x62\x72\x36\x8a\x76\x40\x00\x00\x00\xff\xff\x26\xbc\x29\x20\x78\x00\x00\x00") - -func _1694764094_add_original_to_networksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1694764094_add_original_to_networksUpSql, - "1694764094_add_original_to_networks.up.sql", - ) -} - -func _1694764094_add_original_to_networksUpSql() (*asset, error) { - bytes, err := _1694764094_add_original_to_networksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1694764094_add_original_to_networks.up.sql", size: 120, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x64, 0xa0, 0xef, 0x4e, 0xf3, 0x1, 0xd5, 0x61, 0xcb, 0x83, 0xd2, 0xdf, 0x6a, 0x69, 0xee, 0x36, 0x0, 0x13, 0x94, 0x57, 0xb2, 0xa, 0x12, 0x28, 0x5c, 0x5, 0x69, 0x1a, 0xfd, 0xa0, 0x31, 0x6c}} - return a, nil -} - -var __1695974515_add_is_sepolia_enabled_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\xc2\x40\x0c\x05\xd0\xab\xfc\x7b\xb8\x4a\x9d\x74\xf5\x4d\x40\x33\xeb\x52\x31\xc8\x40\xa9\x42\xe6\xfe\xf4\x09\x43\x9f\x08\x59\xa8\xa8\x9c\x73\x9c\xdf\x82\xb4\x86\xbb\xb3\x3f\x0c\xa3\xb6\xca\xff\xef\x18\xfb\x96\xe7\xfe\x3e\xf2\x83\xc5\x9d\x2a\x06\xf3\x80\x75\x12\x4d\x57\xe9\x0c\xac\xc2\x97\xde\xae\x00\x00\x00\xff\xff\x21\xce\xd6\x80\x52\x00\x00\x00") - -func _1695974515_add_is_sepolia_enabled_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1695974515_add_is_sepolia_enabled_to_settingsUpSql, - "1695974515_add_is_sepolia_enabled_to_settings.up.sql", - ) -} - -func _1695974515_add_is_sepolia_enabled_to_settingsUpSql() (*asset, error) { - bytes, err := _1695974515_add_is_sepolia_enabled_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1695974515_add_is_sepolia_enabled_to_settings.up.sql", size: 82, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0x95, 0xa7, 0xbb, 0x64, 0x91, 0x4e, 0x66, 0x9c, 0xbd, 0x96, 0xbb, 0x79, 0x3d, 0xc4, 0x2d, 0x3a, 0x36, 0xb5, 0x35, 0xdb, 0x53, 0x45, 0xf2, 0xf3, 0x61, 0xac, 0xe3, 0x38, 0xe6, 0x73, 0x54}} - return a, nil -} - -var __1696259336_settings_add_url_unfurling_modeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\xca\x89\x2f\xcd\x4b\x2b\x2d\xca\xc9\xcc\x4b\x8f\xcf\xcd\x4f\x49\x55\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb4\xe6\xc2\x66\x54\x7c\x71\x65\x5e\x72\x7c\x72\x4e\x7e\x72\x36\x39\xa6\x1a\x58\x03\x02\x00\x00\xff\xff\xad\xc8\x55\x02\xa0\x00\x00\x00") - -func _1696259336_settings_add_url_unfurling_modeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1696259336_settings_add_url_unfurling_modeUpSql, - "1696259336_settings_add_url_unfurling_mode.up.sql", - ) -} - -func _1696259336_settings_add_url_unfurling_modeUpSql() (*asset, error) { - bytes, err := _1696259336_settings_add_url_unfurling_modeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1696259336_settings_add_url_unfurling_mode.up.sql", size: 160, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x62, 0xf4, 0x5, 0x31, 0x4e, 0x35, 0xb5, 0xcd, 0x1a, 0xad, 0xdc, 0xcb, 0x4, 0x94, 0x16, 0x67, 0xc4, 0x8d, 0x6f, 0x63, 0xa6, 0x8f, 0xbf, 0xa5, 0x6, 0xfd, 0xbe, 0xb1, 0x7c, 0xe8, 0xa7}} - return a, nil -} - -var __1697123140_drop_include_watch_only_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\xb1\xe6\x02\x04\x00\x00\xff\xff\xb4\xff\x34\xe0\x3d\x00\x00\x00") - -func _1697123140_drop_include_watch_only_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1697123140_drop_include_watch_only_accountsUpSql, - "1697123140_drop_include_watch_only_accounts.up.sql", - ) -} - -func _1697123140_drop_include_watch_only_accountsUpSql() (*asset, error) { - bytes, err := _1697123140_drop_include_watch_only_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1697123140_drop_include_watch_only_accounts.up.sql", size: 61, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0xc9, 0xc7, 0xaf, 0x7b, 0xe4, 0x83, 0x5, 0xe1, 0xde, 0x83, 0xd9, 0xdd, 0xbe, 0xb6, 0x1d, 0x24, 0x5c, 0x19, 0x88, 0xad, 0xc1, 0x5c, 0xd1, 0x26, 0x84, 0x61, 0xce, 0x3a, 0x74, 0x3c, 0x8c}} - return a, nil -} - -var __1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x8e\x2f\xae\xcc\x4b\x8e\x4f\xce\xc9\x4f\xce\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\xb1\xe6\x02\x04\x00\x00\xff\xff\xaf\x14\xf1\x14\x48\x00\x00\x00") - -func _1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSqlBytes() ([]byte, error) { - return bindataRead( - __1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql, - "1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql", - ) -} - -func _1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql() (*asset, error) { - bytes, err := _1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql", size: 72, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcd, 0xe9, 0x5b, 0xc9, 0xd2, 0x96, 0x18, 0x8e, 0x97, 0x13, 0x3b, 0x72, 0x2d, 0x8a, 0xa9, 0xa3, 0x32, 0x6, 0x17, 0xb, 0xd1, 0xd8, 0x44, 0x13, 0xde, 0xb6, 0xa3, 0xbf, 0xef, 0xf4, 0xf9, 0xff}} - return a, nil -} - -var __1697623289_add_omit_transfers_history_scan_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x9d\x53\xfc\x7b\x30\xb9\xc4\x9d\x3e\x89\x04\xce\x1c\x55\xa8\x40\x06\x52\x29\xf6\xc2\xed\xfb\x84\xa6\x0f\x98\x2c\x54\xf8\x1e\xd1\xc7\xc7\x21\x29\xe1\x56\x58\xef\x19\xc7\xaf\x47\x8b\xb9\x0d\x7f\xef\xd3\xdb\xb7\x7b\x1c\xf3\xdf\xfc\xb5\x0d\x2c\xa5\x50\x25\x23\x17\x43\xae\x24\x92\xae\x52\x69\x58\x85\x4f\xbd\x5e\xce\x00\x00\x00\xff\xff\xa2\xfe\x48\x91\x5c\x00\x00\x00") - -func _1697623289_add_omit_transfers_history_scan_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1697623289_add_omit_transfers_history_scan_to_settingsUpSql, - "1697623289_add_omit_transfers_history_scan_to_settings.up.sql", - ) -} - -func _1697623289_add_omit_transfers_history_scan_to_settingsUpSql() (*asset, error) { - bytes, err := _1697623289_add_omit_transfers_history_scan_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1697623289_add_omit_transfers_history_scan_to_settings.up.sql", size: 92, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xf, 0x2e, 0x73, 0x46, 0xee, 0x96, 0x1d, 0xa6, 0x75, 0xde, 0x46, 0x19, 0xbd, 0x13, 0x3f, 0x41, 0xf3, 0x6a, 0xb4, 0x93, 0x85, 0x8b, 0xed, 0x19, 0xa1, 0x4f, 0x91, 0xa1, 0x8, 0x88, 0xe2}} - return a, nil -} - -var __1699577175_use_shardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\x4e\x8d\x2f\xce\x48\x2c\x4a\x89\x4f\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xc9\x2f\xc8\x4c\x56\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\x02\x04\x00\x00\xff\xff\x46\xbb\x4a\x4e\x54\x00\x00\x00") - -func _1699577175_use_shardsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1699577175_use_shardsUpSql, - "1699577175_use_shards.up.sql", - ) -} - -func _1699577175_use_shardsUpSql() (*asset, error) { - bytes, err := _1699577175_use_shardsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1699577175_use_shards.up.sql", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0xc9, 0x51, 0x6d, 0x40, 0xb9, 0x96, 0xd2, 0xe3, 0xfc, 0xd8, 0xb1, 0xdf, 0xc7, 0x55, 0xf6, 0x63, 0xb4, 0xec, 0xc1, 0xe5, 0xb9, 0xcc, 0xa, 0xaa, 0xac, 0x49, 0x20, 0x7f, 0xdd, 0xa2, 0x71}} - return a, nil -} - -var __1700741911_clusteridUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x29\x2d\x2e\x49\x2d\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x83\xcb\x64\xa6\x28\x78\xfa\x85\x28\xf8\xf9\x87\x28\xf8\x85\xfa\xf8\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\xa8\x1b\xa8\x5b\x73\x01\x02\x00\x00\xff\xff\xce\x90\x14\xb6\x4b\x00\x00\x00") - -func _1700741911_clusteridUpSqlBytes() ([]byte, error) { - return bindataRead( - __1700741911_clusteridUpSql, - "1700741911_clusterID.up.sql", - ) -} - -func _1700741911_clusteridUpSql() (*asset, error) { - bytes, err := _1700741911_clusteridUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1700741911_clusterID.up.sql", size: 75, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x60, 0x13, 0x88, 0x61, 0x66, 0xe0, 0xf3, 0x38, 0x91, 0x1a, 0x91, 0xa7, 0x0, 0x7b, 0x32, 0x5e, 0x8, 0xa9, 0xb3, 0x76, 0x5, 0xeb, 0xf, 0x37, 0x85, 0xdf, 0x5c, 0xed, 0x34, 0x50, 0x9e}} - return a, nil -} - -var __1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\xc2\x30\x10\x05\xd0\xbd\xa7\xf8\xf7\x70\x35\x35\xd3\xd5\x37\x01\x4d\xd6\x61\x68\x0b\x8a\x90\x48\xa7\x12\xbc\x7d\x9f\x30\xeb\x03\x59\x26\x2a\x3e\xdb\xff\x6b\xef\xdd\xab\x2d\x4b\xff\xb5\xc3\x21\x21\xe0\x96\x58\xee\x11\xb6\xae\xfb\xe6\x5e\x87\x79\x6d\xfd\xa8\xfe\xea\xa3\x61\x4a\x89\x2a\x11\x31\x65\xc4\x42\x22\xe8\x2c\x85\x19\xb3\xf0\xa9\xd7\xcb\x19\x00\x00\xff\xff\xd6\x4d\x3b\x2c\x5f\x00\x00\x00") - -func _1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql, - "1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql", - ) -} - -func _1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql() (*asset, error) { - bytes, err := _1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql", size: 95, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x23, 0xe, 0x28, 0xdd, 0x95, 0xfb, 0xf4, 0xd2, 0xf4, 0xed, 0xd4, 0xdf, 0x14, 0xde, 0xa, 0x53, 0x60, 0x3, 0xa5, 0xbc, 0xd6, 0xdb, 0x7b, 0xd5, 0x62, 0x1c, 0xc3, 0xc6, 0xae, 0x8e, 0x4d, 0x85}} - return a, nil -} - -var __1701084317_add_mnemonic_was_not_shown_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x9d\x53\xfc\x7b\x30\xb9\xc4\x9d\x3e\xb1\x04\xce\x1c\x21\x54\x41\x87\x3a\x83\x23\xf5\xfa\x7d\x42\xd7\x17\x5c\x16\x2a\x72\x9b\x73\x8f\x5f\x42\x4a\xc1\xc3\xd8\x9e\x15\x47\x6c\xc7\x88\xfd\xdb\xcf\x4f\xf6\x18\xb3\xe7\x7f\x9c\x81\xc5\x8c\x2a\x15\xd5\x1c\xb5\x91\x28\xba\x4a\xa3\x63\x15\xbe\xf5\x7e\xbb\x02\x00\x00\xff\xff\x51\x44\xfe\x41\x57\x00\x00\x00") - -func _1701084317_add_mnemonic_was_not_shown_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1701084317_add_mnemonic_was_not_shown_to_settingsUpSql, - "1701084317_add_mnemonic_was_not_shown_to_settings.up.sql", - ) -} - -func _1701084317_add_mnemonic_was_not_shown_to_settingsUpSql() (*asset, error) { - bytes, err := _1701084317_add_mnemonic_was_not_shown_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1701084317_add_mnemonic_was_not_shown_to_settings.up.sql", size: 87, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xcd, 0xc9, 0x6b, 0x4, 0x7, 0xec, 0x71, 0x55, 0x7a, 0xce, 0x2f, 0xa4, 0xd3, 0xfb, 0x58, 0xcc, 0x5a, 0xa0, 0x19, 0xb1, 0x85, 0xb8, 0xa6, 0xcd, 0xcd, 0x5a, 0x5c, 0xa3, 0x39, 0xe5, 0x8e}} - return a, nil -} - -var __1701444172_token_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3d\x4f\xc3\x30\x10\x86\xe7\xe6\x57\x9c\xbc\xb4\x95\x8a\x04\x73\x26\xb7\xb9\xa2\x0a\x37\x41\xc6\x91\xe8\x64\xb5\xe6\x08\x56\x52\x3b\x8a\x5d\x50\xfe\x3d\x0a\xa0\x0c\x54\x7c\xa8\xf3\x3d\xf7\xde\xbd\xcf\x4a\x22\x57\x08\x8a\x2f\x05\x02\x8b\xbe\x26\xa7\xdb\x8e\x9e\xa9\x23\x67\x28\x30\x98\x25\x13\x56\x53\xcf\x40\xe1\xa3\x82\xbc\x50\x90\x97\x42\x2c\x92\x09\x6b\x7d\xb0\xd1\x7a\xc7\x60\x93\x2b\xbc\x45\x39\x4e\x21\xc3\x35\x2f\x85\x82\xab\x9b\x01\xac\x3a\x7f\x6a\xf5\xbf\xf1\x57\x1b\xec\xa1\x21\x06\xcb\xa2\x10\xc8\xf3\x73\x4e\xc9\x12\x07\xd2\xf8\xe3\xf1\xe4\x6c\xec\xb5\x7d\xfa\xf6\xe0\xc8\x4e\xa7\x03\x19\x29\x44\x47\xf1\x97\xcc\x35\x17\x0f\x43\xe8\xbd\xdc\x6c\xb9\xdc\xc1\x1d\xee\x66\x1f\xc5\x17\xe3\xf2\x3c\x99\xa7\x49\xc2\x85\x42\xf9\x25\x2c\x50\x8c\xd6\x55\x01\x78\x96\xc1\xaa\x10\xe5\x36\x87\xb7\x7d\xd3\x50\xd4\x67\x2a\xb5\x79\xd9\xbb\x8a\xb4\x69\xbc\xa9\x7f\x76\x70\x9d\x5e\x7e\xe1\x53\xf4\xa1\xd7\xa3\x98\x3f\xfa\xa6\xef\x01\x00\x00\xff\xff\xcf\xac\xeb\x1e\xff\x01\x00\x00") - -func _1701444172_token_preferencesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1701444172_token_preferencesUpSql, - "1701444172_token_preferences.up.sql", - ) -} - -func _1701444172_token_preferencesUpSql() (*asset, error) { - bytes, err := _1701444172_token_preferencesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1701444172_token_preferences.up.sql", size: 511, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xe, 0x76, 0xb9, 0x1d, 0xd4, 0xf0, 0xa, 0x12, 0xd3, 0x3, 0x42, 0x1, 0x4, 0x25, 0x93, 0xab, 0xb8, 0x30, 0xff, 0x12, 0x91, 0x1e, 0xc1, 0x1a, 0x7a, 0xf8, 0xc5, 0xbc, 0x3e, 0x29, 0x5a}} - return a, nil -} - -var __1701961850_shards_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x94\x5f\x6f\xa2\x40\x14\xc5\xdf\xfd\x14\x13\x9e\xda\x44\xac\xa8\x15\xdb\xc6\x64\x51\x46\x14\x11\x10\xc6\xf1\xcf\x0b\x41\x18\x05\xe4\x8f\x32\x03\x94\x7e\xfa\x8d\xa6\xbb\x6d\x93\xcd\x3e\xed\x6e\xb2\x2f\x93\xcc\xcc\x3d\xe7\x9e\xdf\xc3\xbd\x2b\x53\x96\x10\x04\x94\x30\x16\xa6\x47\x0a\x6c\x88\xc0\x21\x26\x84\x81\x21\xe0\x68\xe0\xe6\x3e\x6d\x31\x42\x19\x07\xd6\x53\x68\xc1\x8f\x3f\x0e\x18\xd6\xfb\x6d\x66\x03\x7d\xa5\x69\x2f\x8d\xc6\xbb\x5b\x9a\xf9\xc4\xf1\xb2\xf4\x10\x1e\x6f\x86\x39\x49\x7d\xf2\x56\x66\x05\x05\x43\x70\x70\x63\x4a\x3e\x6a\x2b\xf7\x54\x94\x9d\xcf\xd5\x05\x25\xce\xad\xb3\xe3\x93\x83\x5b\xc4\xcc\x61\xd9\x39\xf4\xc0\x10\xb0\xbc\xf8\xa4\xf4\xe2\x82\x32\x92\x7f\x96\xfe\x32\xf9\x4b\x43\x86\x1a\x44\x10\x4c\x2c\x63\xf1\x53\x75\xcd\x48\x7f\x6b\xf6\xe3\x29\xf4\xc1\x10\x08\xfd\x97\x46\x63\xa6\xdb\xd0\x42\x60\xa6\x23\xe3\xab\xcf\xdd\xf5\x6c\x02\x56\x9f\x49\x13\xd0\x3a\x65\x01\x61\xa1\xe7\x84\xfe\x7d\x03\x4b\xda\x0a\xda\xe0\x8e\x23\x69\xfe\xcc\xeb\x61\x6f\x29\x29\xbc\x21\xe6\xb5\xba\x3c\x0a\x26\x3f\x96\x2b\x28\xa6\xa3\xcc\x7e\xe5\xcf\xb6\xb7\xa3\x96\x75\xe9\xb3\x72\x34\x69\x33\x8b\x8e\x95\x09\xdb\xd3\x8e\x7b\x14\xf6\x17\x5a\x8a\xca\x19\xc9\x4e\x27\x47\x65\x35\x43\xa2\x49\x0d\xac\x2b\x4e\xcd\x26\x3b\xff\x50\xa1\xae\x37\x3a\x26\xf1\xe9\x98\x6e\xdb\xc7\x24\xae\x82\xb9\x1f\xc1\x9a\x9f\xef\x37\x98\xfa\x4a\xcc\x35\x39\x3f\xa4\x1e\x7e\xdc\x67\x19\xe3\x9a\x5c\xe8\x73\xf7\x7f\x04\xc7\x98\xf7\x96\x93\x29\x5f\x9a\x38\xa1\xf3\x28\x86\x7e\x37\x8a\xec\x41\x40\xc2\x7d\xaf\x23\x1b\x8f\x3b\x45\xc7\xab\xed\x82\x8f\xf7\xea\xc9\xd4\x3a\x4b\xdb\x6c\x6f\xc9\x00\xef\x30\xbf\xae\xbd\xcd\x69\x10\xe1\xa8\x7c\xd2\xbc\xe5\xb9\xa8\x62\x77\xa4\x76\x5f\x75\x81\x31\x73\x51\xb7\xc5\xea\x2b\x8e\x14\xb9\x93\x76\xfd\x6f\x70\xd6\xf1\xa8\xe3\x51\x1c\xf6\xf4\x80\xbe\x15\x38\x79\x33\xd6\xbe\x70\x11\x16\x59\x2d\xc8\x13\x94\x5c\x84\x11\xeb\x39\xd2\x7a\x1e\x88\x2b\x9e\x8c\xad\x29\x8a\xba\xc9\x13\x32\x12\xf7\xb1\x2b\x6b\x1b\xbd\x2b\x0c\x3c\x5b\xd4\xdc\xb3\x17\xcc\xda\xc2\xee\x35\x85\x95\xb6\x81\x5f\x71\xc6\xf3\xa9\x8c\xc9\x5f\xc6\x61\x39\x21\xcf\x0f\x0f\xd2\xc2\x50\xf1\x6e\xd3\xc3\x7d\xb8\x31\x45\x1d\xa9\xe6\x42\xda\xaa\x5b\x1b\x75\x96\x66\x5f\x52\x37\xdb\xb5\xd8\x9f\xad\xfa\x58\x51\x6d\x71\x85\x6d\x5d\xde\xee\x94\xde\xb7\x6b\x94\xdb\xf4\xb4\xde\x27\xe9\xd6\xb9\x45\x99\xcb\x0a\xda\x0a\x93\xff\x34\xf3\x75\xd9\x7c\xa4\xfd\x1e\x00\x00\xff\xff\x92\xee\x09\x48\xfc\x04\x00\x00") - -func _1701961850_shards_testUpSqlBytes() ([]byte, error) { - return bindataRead( - __1701961850_shards_testUpSql, - "1701961850_shards_test.up.sql", - ) -} - -func _1701961850_shards_testUpSql() (*asset, error) { - bytes, err := _1701961850_shards_testUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1701961850_shards_test.up.sql", size: 1276, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0x86, 0x27, 0x90, 0xff, 0x69, 0x70, 0xe4, 0xe3, 0x38, 0x57, 0x4b, 0x47, 0x33, 0xfb, 0xcd, 0xe2, 0xc9, 0x87, 0xd9, 0x6c, 0x92, 0xc3, 0x90, 0xf1, 0x4c, 0x41, 0xdc, 0x39, 0x16, 0x2a, 0x69}} - return a, nil -} - -var __1702395750_fix_enr_shards_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xd1\xbb\xae\xaa\x58\x00\xc6\xf1\x7e\x3f\x85\xb1\x3a\x27\xd9\x26\x5c\x15\x67\x32\xc5\x92\xeb\x42\x58\x08\x72\x5b\x34\x06\x58\x08\xc8\x4d\x05\x44\x78\xfa\xc9\xd9\xd5\xec\x6a\x92\xc9\x99\xe6\xeb\xbe\xe6\xff\x93\x64\x43\x76\xe5\x95\xe2\x58\xe6\x2a\xad\xc7\x7e\xc8\x9e\x97\xb6\x23\x59\xbf\x0a\x34\xd9\x91\x57\xc3\x7c\xcf\x56\x7f\xad\xd6\xa4\xec\x53\x9f\x4f\xba\x6e\x58\xff\xf9\xf1\x01\xd1\x59\x76\xdc\x15\x44\xae\xf5\xfd\xf5\xe3\xd7\x7e\x7e\xbd\x3e\x57\xfd\xdc\x0e\x45\x36\x94\xe9\xa5\x24\x3f\x3f\x7c\x60\x78\xf2\x79\xf5\x63\x9d\xb5\xcf\x3f\x36\x68\xe6\x6c\xa8\x12\xed\xf9\x64\x6d\x5b\x9c\xd5\xe5\xd9\x51\x4d\x9d\xe9\x71\x40\x0a\x0c\x39\x47\x8f\x4a\xe9\x7d\x71\xaf\x94\xdb\x9e\x2d\xc4\xa2\xbb\x7e\xa2\xea\x9d\x5b\xb1\xef\x6b\xa6\x3f\x54\xb1\x82\x99\x6c\x7b\xb4\x97\x56\x93\xb8\x6d\xc6\x31\x11\xb9\x21\x3f\x08\x4a\x84\x0f\x79\x53\x57\x79\x8b\xa9\xbc\xa9\xa7\xe2\x48\x6e\xf2\xbc\x39\x26\xa1\xdf\x13\xb5\x2e\x22\xd5\x99\xd3\xad\x00\x0c\x17\x77\xb8\xd9\xbf\x88\x48\x4d\xe6\x99\xaf\x92\x99\x2e\x92\xd0\x5c\x8c\x16\x75\x38\xd4\xab\x74\xe6\xa9\x28\x44\x94\xd1\x22\x0a\x87\x0e\x9d\x32\xf5\x60\x34\x7c\x4d\x40\xc4\x84\x9c\x3e\xa7\x5c\x0f\x64\x60\x03\x08\x0e\xe0\x6b\x60\xbd\x44\x01\x9a\xcc\x9b\xc7\xc4\x8b\x5a\x80\x61\x4b\x25\x8e\x27\x77\x1a\x1a\x8d\xba\xed\x4d\x9a\xe9\x3d\xe6\x04\xed\xe9\x30\x5d\x0d\xa8\x0b\xf1\x25\x3a\xc9\x98\xd9\x38\x6d\x95\xb3\xce\x2d\x85\x3a\x13\x72\x88\x8e\x34\x51\x84\x73\xa9\x10\x46\x79\x12\x17\xa2\xf5\xe7\x3f\xcb\x7f\xae\x4b\xb2\xfe\xf9\x5b\xfa\x5b\x31\x67\x1b\xef\xcb\xfc\x3e\x05\xe1\x1d\x08\xc1\xde\xd5\x2b\x2d\x49\x6e\xdb\x22\x4b\xb7\xce\x31\xc8\xc3\xaa\xdb\x29\x6f\xb6\x80\xe9\x89\x08\x9e\x17\xb6\x85\xc6\x9e\x4f\xdb\x8c\xd6\x6f\x74\x73\x3c\xe4\x53\xd0\x1c\x39\xb2\x0d\x13\xab\xb2\xa9\xcc\x2a\xf6\xec\x24\xbc\x53\xca\xec\xbe\xf7\x17\x8f\x9a\xe4\x67\xdf\xfb\xef\x72\x0e\x48\x98\x31\x03\xfd\x95\xb0\xf6\x60\x4a\xf2\x18\x31\xe6\x40\x42\x73\xc0\x8c\x3f\x12\x4d\x2f\x12\x49\x1e\xf0\x99\x5f\x62\x55\x99\x23\xcd\x1c\x89\xea\x2f\x44\xe4\x17\xa2\x2a\x14\x09\xd1\x3d\x39\xf3\x63\x14\xda\x2a\xa9\x37\x62\xda\x5a\x06\x38\x00\x19\x88\x00\xd8\x5f\x23\xea\x29\xe3\xdf\x52\x09\xd2\xa8\xe9\xdf\x9d\x6d\xa8\xd6\x03\x20\xc9\x49\x74\x05\x6e\x8f\x7e\xe1\x5e\xb1\x29\x35\xee\x3e\x65\x3c\xeb\xb8\x64\x89\xef\xd3\x99\xfd\x64\xe5\xe5\x61\x73\x88\xc2\xac\x28\x92\x7a\x23\x91\xc0\x99\xf2\xd2\xec\x8a\x90\x14\x31\xeb\xcd\x92\xfd\xbf\x6a\xa0\xf2\xd5\x7b\x58\x82\xc9\xf4\xb8\x46\x8d\xa2\x94\x1b\x81\x19\x1b\xc8\xdf\xe3\x6b\x71\x45\xe5\xa3\xba\x75\x37\x8d\xa6\x38\xe5\x85\x60\x51\x9d\xa0\x55\xe3\xfd\xb5\x11\xd4\x2d\xc7\x46\xd6\xe3\x95\x4f\x05\xe4\xcf\x21\x3f\xa6\x59\xa5\x2b\x55\x57\x27\x42\x50\xed\xec\xef\x1a\xe0\x16\x2b\xd4\xfc\xaf\x1a\x38\xf8\x25\xc1\x0d\xb1\xba\x1f\x23\x66\x78\x25\x4d\x3a\xe0\xf9\x77\x69\x98\x97\x5e\x1f\x54\x97\xcf\xbb\x16\x70\x9e\xb7\x14\x2d\x43\x76\x86\x8d\xf7\xcb\x80\x85\xba\x33\x40\x7c\xae\x68\xed\xe8\x3f\x47\x0c\xff\x83\xc6\xdf\x01\x00\x00\xff\xff\x47\xca\xf8\xab\xd2\x04\x00\x00") - -func _1702395750_fix_enr_shards_testUpSqlBytes() ([]byte, error) { - return bindataRead( - __1702395750_fix_enr_shards_testUpSql, - "1702395750_fix_enr_shards_test.up.sql", - ) -} - -func _1702395750_fix_enr_shards_testUpSql() (*asset, error) { - bytes, err := _1702395750_fix_enr_shards_testUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1702395750_fix_enr_shards_test.up.sql", size: 1234, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x99, 0xd8, 0xc9, 0xe0, 0xf0, 0xe1, 0xf1, 0x77, 0xf, 0x5f, 0x97, 0xfc, 0x54, 0xd4, 0x8d, 0xc1, 0xa4, 0xbb, 0x4f, 0x5c, 0x50, 0x5d, 0xef, 0xb2, 0xa3, 0xc1, 0x13, 0x2, 0xbd, 0x9, 0x30}} - return a, nil -} - -var __1702999401_add_dns_discovery_urlUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x41\x6b\x83\x30\x1c\xc5\xef\x7e\x8a\x3f\x81\xd1\x16\xc4\xc2\xe8\x14\x56\x06\x0b\x98\x75\x66\x1a\x9d\x89\xa9\xf6\x52\x3a\x13\x68\x60\xd3\x61\xfe\x3d\xf4\xdb\x0f\x7b\xda\x4e\xbb\xbc\xc3\xe3\xf1\x7e\xef\xa5\x2c\x67\x8a\xc1\x4b\x5d\x16\xd0\x7f\x5e\x3c\xda\xe9\x38\x8c\xc6\x7a\xd8\xbf\xb2\x9a\x01\x5e\xbf\x2d\x3c\x01\x31\xce\xf7\xfa\xe1\x63\x1c\x91\x00\x15\x29\xcc\x19\xc8\xb3\x37\x06\x8b\xbb\xe7\xd9\x8e\xd0\x7a\x8c\xfc\xf9\x34\x19\x1f\xdd\x1a\x22\x8f\x27\xbc\xf8\xc8\x7d\x2d\xb6\x41\x90\x09\xc9\x6a\x05\x99\x50\xe5\x5f\xd0\x72\xd6\xf0\x06\x0a\xc1\x5f\x07\x3c\x5b\x74\xfd\xd1\x99\x55\xa0\x69\xde\x30\x09\x4b\x62\x87\x09\x27\x6b\x1f\xd7\x6b\x5a\x94\x5c\x1f\xda\x8d\x8e\x59\x5b\x25\x42\xf1\xaa\xa0\x1d\xef\xa4\xba\x7f\xaf\x62\xca\xdb\x6e\x9f\xc4\x59\x13\xeb\x1d\x97\x49\xa3\xa5\x48\xbb\xc3\x6e\xf3\xef\x40\x12\xfe\x3e\x18\x12\x67\xc8\x6a\x1b\xfc\x04\x00\x00\xff\xff\xdc\x40\x6b\xc7\x1c\x01\x00\x00") - -func _1702999401_add_dns_discovery_urlUpSqlBytes() ([]byte, error) { - return bindataRead( - __1702999401_add_dns_discovery_urlUpSql, - "1702999401_add_dns_discovery_url.up.sql", - ) -} - -func _1702999401_add_dns_discovery_urlUpSql() (*asset, error) { - bytes, err := _1702999401_add_dns_discovery_urlUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1702999401_add_dns_discovery_url.up.sql", size: 284, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xec, 0x31, 0xf8, 0x99, 0xf5, 0xe2, 0xd1, 0xae, 0x95, 0x13, 0xbf, 0x73, 0x84, 0xd3, 0xd1, 0x90, 0x25, 0x9b, 0x3d, 0x9e, 0xd7, 0x55, 0x2, 0x7a, 0x61, 0x68, 0x6f, 0xca, 0x1e, 0x9d, 0x8f, 0x42}} - return a, nil -} - -var __1704281285_tokens_advanced_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd1\xc1\x8a\xfa\x30\x10\xc7\xf1\xbb\x4f\x31\x2f\xa0\xe8\xf1\x8f\xa7\xf4\xdf\x58\x0a\xd9\x14\x6a\x7a\x0e\x31\x1d\x6d\x71\x9a\x48\x27\xb5\xf8\xf6\x7b\xf1\xb0\xa0\x94\x3d\xec\xee\xbc\xc0\xe7\xc7\x7c\x85\x32\xb2\x06\x23\x32\x25\x81\x31\xa5\x3e\x5c\x18\x44\x9e\xc3\xff\x4a\x35\x1f\x1a\x66\x47\x84\xc9\x72\x17\x67\xeb\xe3\x30\x4c\xa1\x4f\x0f\xeb\x98\x31\xd9\xb9\xc3\x60\x19\x43\xdb\x87\x8b\x4d\xf1\x8a\x81\xa1\xd4\x46\x16\xb2\x06\x5d\x19\xd0\x8d\x52\x90\xcb\x83\x68\x94\x01\x53\x37\x72\xbf\xfa\x26\xd7\xf6\x7c\x23\xf7\x74\xd8\x9e\x90\xe2\x6c\x4f\x8e\x5c\xf0\x08\x59\x55\x29\x29\xf4\x2b\x71\x10\xea\x28\xf7\xab\xf5\x1a\xfe\xc1\x8d\x9c\x47\x86\x11\x19\xc7\x3b\xb6\x70\x8e\x23\xb4\xe8\xfb\xc1\x11\x6f\x20\xc7\xb3\x9b\x28\xc1\xdd\xd1\x84\x90\x46\x17\x98\x5c\x42\x86\x14\x61\xbb\xd9\xfd\xc4\x4c\x9b\xba\x11\xb9\x8b\xd4\x42\xa3\x8f\x65\xa1\x65\x0e\x59\x59\x94\xda\xbc\x0e\xdf\x6d\x9f\xb7\x5f\xbd\xa5\x2d\x3f\x82\xb7\x9e\xa2\xbf\xfe\x4a\x9b\xed\xfb\x30\xcb\xec\x62\xa3\xbf\xa3\xbe\xfc\x79\x01\xfd\x0c\x00\x00\xff\xff\x54\x6d\x99\xf2\xe7\x02\x00\x00") - -func _1704281285_tokens_advanced_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704281285_tokens_advanced_settingsUpSql, - "1704281285_tokens_advanced_settings.up.sql", - ) -} - -func _1704281285_tokens_advanced_settingsUpSql() (*asset, error) { - bytes, err := _1704281285_tokens_advanced_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704281285_tokens_advanced_settings.up.sql", size: 743, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0xa7, 0x62, 0x1f, 0x62, 0x24, 0x5c, 0x66, 0x97, 0x6, 0x49, 0xb7, 0x5d, 0x44, 0x9f, 0x13, 0xab, 0x64, 0x35, 0xc4, 0xfb, 0xa8, 0x3f, 0xee, 0x2f, 0x3f, 0x3e, 0x65, 0x33, 0xf6, 0x7b, 0xdc}} - return a, nil -} - -var __1705338819_collectible_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xc1\x4a\xc3\x40\x10\x86\xcf\xcd\x53\x0c\x7b\x6a\xa1\x82\x9e\x7b\xda\x36\x53\x29\x6e\x13\x59\x37\x60\x4f\xa1\x5d\xc6\xb8\x74\xbb\x1b\xb2\x53\x25\x6f\x2f\x51\x29\x48\xa9\x3d\xe8\x75\xf8\x66\xbe\x7f\xfe\x85\x46\x69\x10\x8c\x9c\x2b\x04\x61\xa3\xf7\x64\xd9\xed\x3c\xd5\x6d\x47\x2f\xd4\x51\xb0\x94\x04\x8c\xb3\x91\xe0\xbe\x25\x01\xab\xc2\xe0\x3d\x6a\x28\x4a\x03\x45\xa5\xd4\x34\x1b\x89\x3d\xf5\x02\x0c\x3e\x9b\x1f\xd3\x36\x26\xc7\x2e\x86\xf3\x1d\xc8\x71\x29\x2b\x65\xe0\xe6\x6e\x00\xdf\x5c\x1a\x8c\x02\xe6\x65\xa9\x50\x16\xe7\x9c\xd1\x15\x0e\x24\x53\xe2\x40\xfc\x0b\xb9\x94\xea\x69\x40\x1f\xf5\x6a\x2d\xf5\x06\x1e\x70\x33\xfe\x4a\x3e\x85\xcf\x9c\x53\x38\x5d\x99\x64\x93\x59\x96\x49\x65\x50\x7f\x17\x90\x88\xd9\x85\x26\x81\xcc\x73\x58\x94\xaa\x5a\x17\xf0\xbe\xf5\x9e\xb8\xbe\x50\x4d\x6d\x5f\xb7\xa1\xa1\xda\xfa\x68\xf7\x97\x1f\xbd\x9d\xfd\xd5\xd3\x74\xf1\xd8\xd6\xbb\xfe\x04\xc4\x70\xa5\x85\xff\x54\x1e\x0e\xc7\xe0\xb8\xbf\x66\xfc\x08\x00\x00\xff\xff\xb2\xc7\x83\xd1\x4e\x02\x00\x00") - -func _1705338819_collectible_preferencesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1705338819_collectible_preferencesUpSql, - "1705338819_collectible_preferences.up.sql", - ) -} - -func _1705338819_collectible_preferencesUpSql() (*asset, error) { - bytes, err := _1705338819_collectible_preferencesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1705338819_collectible_preferences.up.sql", size: 590, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x9d, 0xd9, 0x5e, 0x8c, 0x57, 0x8e, 0x53, 0x1a, 0x7b, 0xc8, 0x7f, 0x1a, 0x1f, 0x61, 0x79, 0x67, 0x72, 0x77, 0x8d, 0x24, 0xe1, 0xe6, 0x2d, 0x78, 0xac, 0xa1, 0x97, 0x67, 0x5b, 0xb, 0xa4}} - return a, nil -} - -var __1706097653_migration_order_fixUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x5a\x5d\x8f\xa3\x38\x16\x7d\xcf\xaf\xb0\xf2\xd2\xd3\x52\x46\xaa\x1e\x69\xb7\x77\xd5\x4f\xa9\x2a\xaa\x27\xda\x74\x32\x4a\x51\x3b\x33\x4f\x96\x03\x37\xc1\x1b\xb0\x59\x6c\x52\xca\xbf\x5f\xf9\x03\x30\x60\x13\x6a\xb6\x9f\x0a\xfb\x9a\xd8\xf7\xeb\x9c\x63\xfa\xe9\x10\xad\xe3\x08\xc5\xeb\xc7\x6d\x84\x36\x2f\x68\xb7\x8f\x51\xf4\xc7\xe6\x35\x7e\x45\x4b\xc9\x2f\xc0\x70\x59\xc1\x09\x2a\x60\x09\x88\x25\xfa\x69\x81\x10\x42\xcb\x0b\xdc\x96\x28\x8e\xfe\x88\xb5\xfd\xee\x6d\xbb\x5d\xa1\x65\xc9\x05\x95\x94\xb3\x25\xda\xec\xe2\xe8\x7b\x74\x68\x27\xd1\x73\xf4\xb2\x7e\xdb\xc6\xe8\xe7\x2f\x2b\xb4\x3c\x57\xbc\x2e\xf1\x5c\xeb\x2b\x15\xf4\x98\xc3\x12\x3d\xee\xf7\xdb\x68\xbd\x1b\x9b\xc5\x87\xb7\x68\x85\x96\x09\x2f\x8a\x9a\x51\x79\xc3\x34\x1d\x6c\xae\x35\xfd\xf4\x69\x85\x96\x12\x84\x64\x20\x27\xde\xf8\xb2\xde\xbe\x46\x2b\xf4\xdb\x61\xf3\x63\x7d\xf8\x13\xfd\x2b\xfa\x13\xfd\xa4\xcf\xec\xac\xfe\xbc\xf8\xfc\x6d\xb1\xe8\xb9\x6f\x29\x40\x4a\xca\xce\xe2\x97\xc6\x51\x24\x4d\x2b\x10\x02\xfd\x7b\x7d\x78\xfa\x75\x7d\x70\xbc\x95\x64\x84\x0b\x5c\xf0\x14\xda\x6d\x34\xbf\x7e\x22\xb9\x80\x15\x4a\xea\x4a\x79\xfd\xd6\x2e\x6e\x0f\x51\x8b\xf4\x53\x33\x2f\x31\x03\xf9\xce\xab\x8b\xef\x37\x6a\x21\x79\x81\x8f\x9c\x4b\xc6\x53\x10\xe8\x71\xbb\x7f\x1c\x0f\x63\x60\xe4\x98\x43\x6a\xa7\x53\x52\x96\x02\x87\x77\x0e\xb4\xfc\xf2\xb7\x7f\x7c\x19\x5a\xac\xd0\x29\x07\x90\xdd\x63\x46\x53\xc0\x19\x2f\x00\x4b\xce\x73\x49\xcb\xd0\x41\x29\x13\x92\xe4\x39\x51\xd9\x80\x69\xea\xf9\xc9\x0b\xdc\x70\x1d\x9a\x49\x48\x95\x62\xfd\x0e\x96\x80\x6b\xd6\xcd\x96\x84\x56\x90\x62\xce\xd0\xdb\xee\x75\xf3\x7d\x17\x3d\xa3\xc7\xcd\xf7\xcd\x2e\xee\x9b\x50\x76\xee\xd6\xe6\x44\x48\x5c\x97\x29\x91\x90\x8e\x97\xe5\xfc\x8c\x73\xb8\x42\xde\x2d\x28\x18\x14\x9c\xd1\xa4\x1b\x61\xa4\x00\xcf\x9e\x6d\xc0\x4c\x38\xdc\x71\x9e\x02\x4e\x38\x3b\xd1\xb3\x0d\x05\xe3\x92\x9e\x68\xa2\x3d\xe3\x84\xc9\xef\xc6\x32\xe3\x92\xe3\x92\xc8\x6c\xf8\xe2\x92\x32\x06\x29\x2e\x08\xcd\x05\x54\x57\xa8\x9a\x4c\x30\xa5\xad\x5c\xe3\x6e\x55\x8f\x5f\x29\xbc\xe3\xb2\xa2\x57\x92\xdc\x82\xbf\x58\x1f\x73\x9a\xe0\x0b\xdc\x3c\xa7\xac\xa0\x80\xe2\x08\x15\x16\x37\x96\x50\x76\xc6\x49\xc6\x69\x12\xcc\x76\x41\xcf\x4c\x59\x95\x59\x45\x84\xcf\x6b\x42\xd2\xe4\x02\x95\xc0\x25\x49\x2e\x02\xdb\xa4\x69\xb3\xb6\x9d\xae\x20\x51\x55\xd1\x3c\x37\xd3\x76\x13\x9c\xe1\x82\x1f\x69\x0e\x6d\xd9\x84\xf6\x73\x63\x32\x03\x49\x13\x37\x23\xdb\x0a\xa4\xe9\x27\xb7\x3b\xac\x50\x2d\xa0\x52\x3e\x6c\x7e\xef\x5d\xed\x4d\xe2\x8a\x73\x39\x51\x4a\xd6\x4a\x80\xca\x34\x5c\x12\x21\xc2\xe1\xb5\xb6\xb6\x1d\x62\xdd\x9b\x9d\xe2\x1b\xb8\xa7\x04\x96\xaa\x74\x6e\x76\x73\xa9\xef\xa5\x8f\xb6\x39\xe6\x9c\x17\xf8\x44\x73\x09\xd5\x64\x73\x22\x65\x09\xa4\x52\x15\xa7\xda\xf7\xb8\x83\x3e\xe8\x04\xe0\x12\x70\x59\x8b\x0c\xcf\x4b\x64\xdb\x76\x05\xb0\xd4\xb3\x6c\x64\x6e\xfa\xbe\xe7\xfd\x26\xc9\xef\xfd\x8c\x67\xe1\xa9\xe2\x85\xaa\x40\x49\x12\x29\x30\x67\xf9\x38\xf5\xc3\x8b\x8f\x39\x4f\x2e\xb8\x00\xe6\xdf\xad\x5d\xf8\x0e\x47\x5d\x5a\x24\xcf\xf9\x3b\x2e\xa1\x2a\xa8\x10\xaa\xf1\x55\xf0\xdf\x1a\x84\x0c\x2e\xac\x05\xf4\x2b\xd8\xeb\x8d\x9c\xb2\x0b\x6e\xca\xd7\xbe\x32\xe8\x88\xf1\x92\x36\x36\x58\x50\x09\x5d\x9b\xe0\x27\x55\x32\x25\x4d\x64\x5d\x81\x30\x49\x48\x73\x2a\x6f\xfe\xe8\x7f\x59\x21\xc2\x54\xa9\x81\xac\x68\x22\xb0\xc8\x78\x9d\xa7\x58\x05\x36\x94\x50\x05\x08\x41\xce\xf0\x91\x18\xa4\x70\x22\x75\x2e\x75\x83\x51\x9e\xa4\x3c\x6d\xb9\x44\x63\xfa\xf5\xeb\xd7\xbf\x3f\x3c\xac\xd0\xcf\x3f\xa3\x7f\xa2\x94\xdc\x84\x86\xe5\x06\x3a\x55\xd5\x62\x21\x89\xac\xdb\x3e\xa1\x72\xcf\x8c\xd8\xe6\x1f\xf2\xf4\x99\x9e\x6c\xaf\x69\xd6\xaa\x91\x13\xb9\xf2\xca\x71\x1d\x2f\x81\x09\x20\x77\x7b\xf7\xd0\xc3\x22\xe3\xef\x58\xf2\xa0\x7b\x25\xe4\xa0\xbc\x7b\x6b\x92\xbd\xae\xf2\x51\x83\x69\x17\x2c\x97\x2b\x74\x24\xc9\xa5\x2e\xef\xe5\x82\x02\x3d\x63\x19\xac\x6b\xfb\xa2\x13\xc8\x24\x0b\x57\x17\xa9\x25\xc7\x36\xa8\xf7\x2a\x51\x39\x8e\x94\x54\x03\x89\x9f\xb7\xa9\x03\xa4\x54\x94\x39\xb9\x19\xa8\x0a\x9b\x29\x7e\xd6\x34\xf7\x71\xab\x09\x51\xbd\xa2\x96\x35\xc9\x9b\xbc\xbb\xb7\xe1\x23\xe5\x13\x3b\x68\x88\x00\x56\x1d\xf0\x3a\xe3\xc7\x73\xa2\x37\x9d\x42\x45\xaf\x90\x1a\x08\xf7\x7a\x7f\xf9\xa0\xfc\x00\x57\x9a\xc0\x3d\x37\x58\xb8\x20\x49\xc2\x6b\x26\x45\x4b\xb7\x71\x92\x11\x76\x06\x9c\xa8\x6e\x15\xa6\xde\x0f\x5d\x4e\x16\xf4\x5c\x19\x6e\xc6\x00\xd2\x19\xc7\xa1\xaa\x03\x97\x3c\xa7\xe3\xb4\x0f\x2d\xa9\xab\x1c\xd7\xec\x54\x57\xb9\x02\x69\x0d\x3c\xa1\xcc\xe7\x05\x95\x58\x56\x84\x89\x93\x82\xbb\x8c\x0a\xc9\x55\x19\x24\x84\xdd\x8f\x72\x13\x99\x77\x22\x54\xf7\xd6\x65\x76\x7f\x99\xf5\xe5\x48\x0e\xcd\xf7\x65\xf0\x0d\x46\x0b\x1d\x6f\xb8\x55\x2f\x73\x77\xa3\x3b\x44\xa7\x79\x14\x77\x90\xf8\x3d\x03\xa6\xdb\xac\x72\xa3\xa5\x08\xc1\x7d\x99\x92\xb7\xaf\x6b\xaa\x4b\xbf\x47\xe0\x23\x28\x78\x3a\x92\x5c\x43\xfc\xcc\x2d\x4d\xbd\x03\xcb\xac\x02\x91\xf1\x7c\x44\xa6\x3d\x51\x7e\xb0\xff\xda\x37\x27\x3c\xcf\x21\x91\x9a\xf9\xfc\x3f\x01\x08\xbd\xc7\x09\x83\x31\xe0\xb3\xb3\x62\xc6\x2b\xe7\x45\x76\xf1\x19\xfd\xbe\x89\x7f\xdd\xbf\xc5\xe8\xb0\xff\x7d\xf3\xfc\x6d\xb1\xd8\xec\x5e\xa3\x43\xac\x0e\xb6\xd7\xb8\xd5\xea\x4b\x2b\x2f\x1d\x89\xe9\x2a\xca\x4e\x3b\x8e\x54\xe2\x58\xfd\x85\xf5\xe0\x40\x0a\x8e\x94\x9f\x55\x7c\x1e\xa5\x37\xd2\x74\xad\x84\xf3\x2b\x36\x8f\x52\x1b\x29\xb3\xbe\x22\x73\x14\x58\x57\xd6\x46\x71\x75\x02\xab\x27\xa9\x02\x6a\xca\xd5\x4d\x3e\xa5\x34\x14\x49\x23\x71\xe4\xca\xa0\xa0\xea\x19\xea\x9b\xb0\x9c\x09\x2b\x99\x09\x11\xd3\x97\x2b\x8e\x1a\xf1\x0a\x11\xbf\xee\x08\x28\x8c\x90\xb2\xe8\x8b\x8a\x90\x7c\x70\x85\xc2\x0c\x45\x10\xe4\xfe\x33\x68\xfe\x4c\x42\x3f\x83\xba\xcf\x20\xe9\x23\x3a\x3e\xcd\xbc\x27\x49\xf6\x24\xbf\x0e\x13\xe9\x49\xca\xec\x25\xc7\x2b\x1f\xef\xf5\x52\xde\x1e\xbb\x1d\x10\xdb\x11\xa7\x0d\xb3\x57\x3f\x4d\x1d\x52\xd1\x1e\xeb\x1c\xd2\x4b\x3f\x91\xec\x51\xc6\x3e\x33\x0c\x10\xc0\x10\xc3\xd3\x5c\x6e\x4c\xd9\xbc\x9c\xac\x47\xbd\x66\x32\xac\x30\x8d\xf2\xf1\x24\x1f\x11\x9a\x64\x3c\x1f\x66\x03\xb3\xb0\xfa\x83\x80\xfe\x21\x94\xfe\x2b\x50\xfc\x17\xb0\x56\xc3\xe3\xe7\xc5\x6b\xb4\x8d\x9e\x62\xf7\x2a\x76\x65\x04\x60\x87\x95\x8e\x20\x4c\x6e\xab\x9e\x3c\x6c\xba\xab\x1d\x1c\xe0\xa6\x77\xb4\x8d\xa4\x9e\xed\xe3\xa7\x1e\x1a\x62\xa8\x1e\x34\x38\xaa\xff\x1c\x63\xa9\x1e\x1e\xe2\xa9\x1e\x6c\x30\xb5\x79\x18\xe3\x6a\x6f\xa6\xc3\xd6\xd1\xb0\x6a\xe8\x7a\xb0\x87\xb1\x66\xa4\xc5\x59\xfd\xd8\x62\xad\x7e\xd2\x95\x60\xfe\x6a\x30\xd7\x3c\x39\xb8\x6b\x07\x7c\xed\x5e\x4f\x39\xf8\x6b\x9e\xc7\x18\x6c\xc6\xfb\x38\xdc\x8c\xf5\xb0\xd8\x0c\x76\x78\xac\x9f\x43\x98\x6c\x28\x55\x1f\x97\xcd\x58\x08\x9b\xfb\xb3\x43\x7c\x36\xb3\x41\x8c\x6e\xa6\x3b\x9c\xd6\x23\x1d\x56\xeb\x47\x1f\x5e\xbb\x13\x7d\xcc\x76\x67\x06\xb8\xed\x3b\x49\x83\xdd\x76\x99\x83\xdf\xdd\xc8\x18\xc3\x4d\xf9\x74\x38\xde\x38\xf5\x0e\x96\x5b\xc6\xea\xc7\x73\x1b\xa8\x7b\x98\x1e\x32\xf3\x20\x5e\xc8\x74\x80\xed\xe6\xa0\x77\xf1\xbd\x09\xcd\x38\x0d\x27\x71\x7e\x64\x31\xc4\x7a\x9b\xb5\x61\xbc\x37\xce\x0e\x61\xbe\x29\xc1\x09\xdc\x37\x6d\xc7\x83\xfd\xa1\x7b\x2f\x27\x4c\x03\x0e\xa0\x27\x5c\x1e\xd0\x0e\x74\x5c\x40\x0f\x0d\xf9\x80\xff\x8c\x0d\x27\xd0\xb3\x5e\x5e\xa0\x67\x06\xdc\xa0\x6b\x4a\x96\x1f\xb8\x46\x0d\x47\x30\x3e\xf3\xf1\x84\x76\xcb\x0d\x57\x30\xfe\x71\xf9\x82\xdd\x8f\x8f\x33\x18\x6f\xfb\x79\x83\xd9\x07\xe5\xfd\xae\xd8\xf2\x07\xbb\xef\x31\x87\xb0\x01\xea\x78\x84\x5b\xc2\x77\xb8\x44\xcf\xb1\x23\x3e\x61\x70\x62\xcc\x29\x4c\x2a\x8f\x79\x85\x89\xdd\x04\xb7\xe8\xb5\x9d\xb9\xfc\xc2\x5d\x34\xc9\x31\xe6\x1a\x3a\x3c\xc3\x5d\x32\x8b\x6b\xcc\x59\xe0\xe3\x1b\x1f\x5c\xd7\x70\x8e\x97\xc3\xfe\x47\xab\xd1\xbf\x2d\x16\xcf\x87\xfd\x6f\xf6\xd3\xb0\x33\xba\xde\xc6\xd1\x61\x30\xfc\x0b\x3a\x44\xbb\xf5\x8f\x08\xc5\x7b\xd7\xb4\xff\x75\xf9\x02\x37\x85\xd5\xa2\x4d\x93\xe0\x67\xe6\xde\xa7\xa9\xc1\xc7\x53\xad\x57\x9d\x4f\x76\x2b\xa4\xef\x1b\x27\xef\x8e\xbd\x1f\x32\x7b\x16\x09\xcf\x79\x35\x6d\x02\x05\xff\x0f\x9d\x36\x31\x2e\xd7\xf7\x24\xc1\x6b\x97\x24\x23\x77\x2c\x32\x9a\xa6\xc0\xa6\x6d\x78\x09\x95\x2a\x8f\x89\xfd\x30\xae\xce\x55\x81\xa2\x42\x98\x48\xf4\xbc\x8e\xa3\x78\xf3\x23\x72\xbe\xdf\x59\xa2\x14\x98\x6d\x6f\xa5\xfc\xd7\xab\xb6\xc4\x27\xbf\x9f\x5d\x27\x3e\x5f\x55\x3c\xc5\x1d\x27\x4a\x32\x42\x15\x33\x1c\x7f\x66\x1c\xdf\x8e\x7f\x78\x95\xcd\xaf\x0f\x5e\x9b\xbe\xec\x0f\xd1\xe6\xfb\xce\xfc\xf7\x09\x9b\x85\x9f\xd1\x21\x7a\x89\x0e\xd1\xee\x29\x7a\x45\x4d\x42\x3b\xb3\x7b\x75\xce\x6d\x14\x47\xe8\x69\xfd\xfa\xb4\x7e\x8e\xf4\xff\xb2\x18\xde\x83\x8d\x2b\xc1\x77\x21\xd6\x5e\x39\x99\x84\x37\x89\xde\xdc\x11\xe9\x84\xb5\x49\xd9\x24\x9e\x49\xae\x26\x81\xba\x24\x71\xd3\xc0\x0d\xba\x0d\x71\x17\xcb\x36\x68\xe1\xf0\x84\x43\x70\x47\xb2\xf4\xc8\xbe\x3d\x91\xf9\xbb\x85\x95\x0e\x4f\xcc\xe9\x8c\xe0\xd0\x27\x74\x3a\x5a\xab\x80\x3a\xc5\xa1\x4e\xdb\x40\xb9\x39\xb1\xb1\xe9\x4e\x6d\x40\xa4\x3b\xb9\x99\x77\x50\xa9\xf1\x40\x4b\x0e\xaf\x0e\x13\xf0\x7b\xa2\x43\x5e\x9f\x37\x74\x33\x1d\x05\xba\xdf\x55\x7d\xd3\x6e\x7b\xf5\xe4\x49\xd7\x67\xc7\x8b\xff\x17\x00\x00\xff\xff\xf3\xc1\x8a\x97\x0c\x25\x00\x00") - -func _1706097653_migration_order_fixUpSqlBytes() ([]byte, error) { - return bindataRead( - __1706097653_migration_order_fixUpSql, - "1706097653_migration_order_fix.up.sql", - ) -} - -func _1706097653_migration_order_fixUpSql() (*asset, error) { - bytes, err := _1706097653_migration_order_fixUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1706097653_migration_order_fix.up.sql", size: 9484, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x5b, 0x3, 0x9c, 0xaf, 0xa5, 0xb0, 0x3f, 0x8e, 0xe3, 0x67, 0x86, 0xed, 0x92, 0xbc, 0x2d, 0xb3, 0xc8, 0x6e, 0x31, 0xf, 0x74, 0xdf, 0xf7, 0x2f, 0x26, 0x67, 0xf1, 0xe7, 0x35, 0x25, 0xb7}} - return a, nil -} - -var __1706955596_community_storenodesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x91\x4d\x4f\x32\x31\x14\x85\xf7\xfc\x8a\xb3\x84\x04\x92\x77\xfd\xba\xea\x40\x09\x13\xeb\xd4\x94\x22\xb2\x22\x95\x5e\xa5\xb1\x1f\x64\x5a\x30\xfc\x7b\x23\x24\x7c\x19\xdc\xde\xe7\x39\x67\x71\xee\x50\x71\xa6\x39\x34\xab\x04\x47\x3d\x46\x23\x35\xf8\x6b\x3d\xd5\x53\xac\x52\x08\xdb\xe8\xca\x7e\x99\x4b\x6a\x29\x26\x4b\x19\xdd\x0e\x80\x0b\xe4\x2c\x2a\x21\xab\x43\xae\x99\x09\xd1\x3f\xf0\x53\xe0\x87\xbf\x30\x35\x9c\x30\x75\xa3\x44\x13\xe8\x0e\x32\xd6\xb6\x94\xf3\x1d\xfa\xee\x89\xca\x1d\xb6\xa3\x36\xbb\x14\x51\x37\xfa\x86\xac\x7c\x5a\x7d\x5e\xdd\x31\xe2\x63\x36\x13\x1a\xff\x8e\x46\x4b\x21\xed\xc8\xa2\x92\x52\x70\xd6\xfc\xf6\xc6\x4c\x4c\xf9\xd1\xb5\xe4\xa9\x90\x5d\x9a\xf2\x67\xe5\xb3\xaa\x9f\x98\x5a\xe0\x91\x2f\xd0\xbd\xdc\xac\x7f\xb5\x50\x0f\x83\x01\x64\x24\x94\x84\x60\xe2\x1e\x2d\x79\x53\x5c\x8a\x79\xed\x36\x78\xa3\xf2\x45\x14\x4f\x9b\x3b\xca\x30\xd1\x9e\x1b\xf2\x7f\xa4\x48\xe7\x9f\x20\xb8\x8f\x75\xc1\xda\xec\x08\x61\xeb\x8b\xdb\x78\xba\xb0\x3b\x3d\xcc\x6b\x3d\x91\x33\x0d\x25\xe7\xf5\xe8\xe1\x3b\x00\x00\xff\xff\x88\x8f\xd5\xa1\x03\x02\x00\x00") - -func _1706955596_community_storenodesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1706955596_community_storenodesUpSql, - "1706955596_community_storenodes.up.sql", - ) -} - -func _1706955596_community_storenodesUpSql() (*asset, error) { - bytes, err := _1706955596_community_storenodesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1706955596_community_storenodes.up.sql", size: 515, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x52, 0x79, 0xe, 0xb1, 0xd3, 0xc6, 0x63, 0x2d, 0x21, 0xb, 0x70, 0xbd, 0x51, 0xc, 0x7, 0xd6, 0x57, 0xbc, 0x75, 0xc6, 0x2e, 0x8f, 0x53, 0xbd, 0x8f, 0xff, 0xb1, 0xe1, 0xde, 0x5e, 0xa6, 0x18}} - return a, nil -} - -var __1708352924_add_peer_syncing_enabled_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x4d\x0a\xc2\x40\x0c\x05\xe0\xbd\xa7\x78\xf7\x70\x95\x3a\xe9\xea\x99\x80\x66\xd6\xc5\x9f\x50\x0a\x12\xc4\xe9\xc6\xdb\xf7\x13\x86\xde\x10\x32\x51\x31\x72\xdf\xb7\x5a\x07\xa4\x35\x5c\x9c\xfd\x6a\xf8\x66\xfe\x96\xf1\xaf\xd7\x56\xeb\x92\xf5\x78\x7e\xf2\x8d\xc9\x9d\x2a\x06\xf3\x80\x75\x12\x4d\x67\xe9\x0c\xcc\xc2\xbb\x9e\x4f\x47\x00\x00\x00\xff\xff\x75\xdd\xb1\x90\x55\x00\x00\x00") - -func _1708352924_add_peer_syncing_enabled_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1708352924_add_peer_syncing_enabled_to_settingsUpSql, - "1708352924_add_peer_syncing_enabled_to_settings.up.sql", - ) -} - -func _1708352924_add_peer_syncing_enabled_to_settingsUpSql() (*asset, error) { - bytes, err := _1708352924_add_peer_syncing_enabled_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1708352924_add_peer_syncing_enabled_to_settings.up.sql", size: 85, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0x80, 0xfb, 0x97, 0x97, 0xd8, 0xee, 0x5, 0xf5, 0xdb, 0x83, 0x8f, 0xe2, 0xa5, 0x4c, 0xbc, 0xa9, 0xf6, 0xc4, 0x93, 0x69, 0xdd, 0x85, 0x6c, 0xa1, 0x4c, 0xc6, 0xec, 0xac, 0x7e, 0xeb, 0xf6}} - return a, nil -} - -var __1708416025_make_sepolia_defaultUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x02\x31\x0c\x05\xd0\xab\xfc\x7b\xb8\xca\xd8\xcc\xea\x9b\x80\xa6\xeb\x41\x31\x0c\x85\x52\xc1\xf6\xfe\xcc\x13\x86\x3e\x11\xb2\x51\x31\x73\xad\x36\xce\x09\x29\x05\x77\x67\x7d\x18\xda\x3c\xce\x5f\xfe\x7b\x3b\x72\xbc\x3f\x3d\xbf\xd8\xdc\xa9\x62\x30\x0f\x58\x25\x51\x74\x97\xca\xc0\x2e\x7c\xe9\xed\x0a\x00\x00\xff\xff\x12\xd8\xb5\xbe\x51\x00\x00\x00") - -func _1708416025_make_sepolia_defaultUpSqlBytes() ([]byte, error) { - return bindataRead( - __1708416025_make_sepolia_defaultUpSql, - "1708416025_make_sepolia_default.up.sql", - ) -} - -func _1708416025_make_sepolia_defaultUpSql() (*asset, error) { - bytes, err := _1708416025_make_sepolia_defaultUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1708416025_make_sepolia_default.up.sql", size: 81, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0x1d, 0x8f, 0x1a, 0xbc, 0xe7, 0x98, 0xba, 0x6b, 0xcd, 0x86, 0xe7, 0x6f, 0xea, 0xfb, 0x92, 0x10, 0xdd, 0xae, 0xa0, 0xf, 0x14, 0x8b, 0x91, 0xd1, 0x92, 0x11, 0xcd, 0xe8, 0xa9, 0x63, 0x34}} - return a, nil -} - -var __1709203128_fix_chain_colorsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x08\x76\x0d\x51\x48\xce\x48\xcc\xcc\x8b\x4f\xce\xcf\xc9\x2f\xb2\x55\x52\x36\x33\x32\x77\x75\x75\x54\x52\x08\xf7\x70\x0d\x72\x85\xca\x65\xa6\x28\x78\xfa\x29\x68\x18\xea\x28\x98\xea\x28\x18\x1a\x1a\x9a\x9a\x1a\x1a\x1a\x6a\x5a\x73\x11\x36\xcd\xd5\xd2\xc0\xd0\xc0\x10\xbb\x69\x06\x3a\x0a\x26\x46\x06\x50\x03\x4d\x8c\x0c\x88\x32\xd0\xd4\xd0\xc5\xc0\xcd\x00\xab\x81\x26\x46\x86\x66\x86\x20\x33\x0d\xcd\x0c\x8d\xa1\xb4\x89\xa6\x35\x17\x20\x00\x00\xff\xff\xe8\x77\x57\x6e\xf4\x00\x00\x00") - -func _1709203128_fix_chain_colorsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1709203128_fix_chain_colorsUpSql, - "1709203128_fix_chain_colors.up.sql", - ) -} - -func _1709203128_fix_chain_colorsUpSql() (*asset, error) { - bytes, err := _1709203128_fix_chain_colorsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1709203128_fix_chain_colors.up.sql", size: 244, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3, 0xd4, 0xb5, 0x34, 0x47, 0xd, 0x1, 0x93, 0x5f, 0x1a, 0x13, 0x65, 0xb8, 0xab, 0x9f, 0x4c, 0x43, 0xbc, 0x2, 0x98, 0xbc, 0x63, 0x28, 0xc2, 0xcb, 0x17, 0xee, 0xdb, 0x81, 0x51, 0xd1, 0x4f}} - return a, nil -} - -var __1709795716_migration_order_fixUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x59\x4d\x8f\xdb\xba\x15\xdd\xfb\x57\x10\xb3\x49\x1f\xe0\x07\x4c\x02\xb4\x69\x91\x95\x27\xa3\x24\x46\x1d\x3b\xf0\x78\x9a\x66\x45\xd0\xd4\xb5\x45\x98\x22\x55\x92\xb2\xe1\x7f\x5f\x90\xd4\xb7\x48\x5b\x93\x97\x95\x75\xc9\x4b\x51\xf7\xeb\x9c\x93\xf9\xbc\x4d\x16\xbb\x04\xed\x16\x4f\xab\x04\x3d\x68\x30\x86\x89\xa3\xfe\xf0\x80\xfe\x36\x43\x08\x21\x92\xa6\x0a\xb4\x46\xff\x59\x6c\x3f\x7f\x5b\x6c\xd1\x7a\xb3\x43\xeb\xd7\xd5\x6a\x8e\x68\x46\xa4\xc6\xb9\x4c\x01\x3d\x6d\x36\xab\x64\xb1\x46\xcf\xc9\x97\xc5\xeb\x6a\x87\x0e\x84\x6b\x98\x23\x5a\x2a\x05\x82\x5e\x1b\xe7\x7a\xfd\x5d\xa9\xd3\x77\xf5\xba\xc1\x02\xcc\x45\xaa\x53\xe8\x1d\xa5\x36\x32\xc7\x7b\x29\x8d\x90\x29\x68\xf4\xb4\xda\x3c\x8d\xcd\x18\x04\xd9\x73\x48\xab\xe5\x94\x14\x85\xc6\xf1\x9b\x03\x2b\xde\xff\xfd\x9f\xef\x87\x3b\xe6\xe8\xc0\x01\x4c\xfb\x98\xb1\x14\x70\x26\x73\xc0\x46\x4a\x6e\x58\x11\xfb\x50\x26\xb4\x21\x9c\x13\xc3\xa4\xc0\x2c\x0d\xbc\xf2\x04\x57\x5c\xc6\x56\x28\x51\x29\x76\x67\x08\x0a\xdd\x6d\xed\x6a\x41\x98\x82\x14\x4b\x81\x5e\xd7\x2f\xcb\xaf\xeb\xe4\x19\x3d\x2d\xbf\x2e\xd7\xbb\xfe\x16\x26\x8e\xad\x2f\x27\xda\xe0\xb2\x48\x89\x81\x74\xec\xc6\xe5\x11\x73\x38\x03\x6f\x1d\x72\x01\xb9\x14\x8c\xb6\x16\x41\x72\x08\xdc\xb9\x4a\x98\x4f\x47\xd7\x2e\x53\xc0\x54\x8a\x03\x3b\x56\xa9\x10\xd2\xb0\x03\xa3\x2e\x32\x9d\x34\x85\xc3\x58\x64\xd2\x48\x5c\x10\x93\x0d\x0f\x2e\x98\x10\x90\xe2\x9c\x30\xae\x41\x9d\x41\xd5\x95\x50\x28\x38\x80\xb2\xa1\xe9\x5e\xd5\xd9\xcf\x0c\x2e\xb8\x50\xec\x4c\xe8\x35\xfa\xc6\x72\xcf\x19\xc5\x27\xb8\x06\xbe\x52\x41\x0e\xf9\x1e\x14\xd6\x57\x41\x99\x38\x62\x9a\x49\x46\xa3\xd5\xae\xd9\x51\xd8\x5d\x45\xa6\x88\x0e\x45\x4d\x1b\x46\x4f\xa0\x34\x2e\x08\x3d\x69\x5c\x15\x4d\x53\xb5\xcd\xb2\x02\x6a\xbb\xa2\x7e\xae\x97\xab\x4b\x48\x81\x73\xb9\x67\x1c\x9a\xb6\x89\xdd\xe7\x2a\x4c\x06\x86\xd1\x6e\x45\x36\x1d\xc8\xd2\x77\xe8\xc7\x76\xf9\x7d\xb1\xfd\x85\xfe\x9d\xfc\x9a\xa3\x52\x83\xb2\x31\xac\xdf\x77\xb1\x77\x33\x58\x49\x69\x6e\xb4\x52\xb5\x4b\x83\xad\x34\x5c\x10\xad\xe3\xe9\xad\xf6\x9e\x99\x66\x7b\x6e\x7b\xea\x04\xa2\xd3\x7c\x83\xf0\x14\x20\x52\x5b\xce\xf5\x6d\x4e\xe5\xbd\xf2\x71\x7b\xf6\x5c\xca\x1c\x1f\x18\x37\xa0\x6e\x0e\x27\x52\x14\x40\x94\xed\x38\xb4\x5c\xef\x9a\x4f\x6a\xb6\x3d\xba\x02\x90\x06\x70\x51\xea\x0c\x4f\x2b\xe4\x2f\x8b\xd5\x4b\x32\x47\x1a\x44\x1a\x70\x1b\x6d\xdf\x6d\x5f\x13\x5b\x84\xa3\xf3\x7d\x91\xdf\x7b\x4d\xc0\xf1\xa0\x64\x6e\x3b\xd0\x10\x6a\x34\x96\x82\x8f\x4b\x3f\xee\xbc\xe7\x92\x9e\x70\x0e\x22\x7c\xdb\xca\xf1\x02\x7b\xd7\x5a\x84\x73\x79\xc1\x05\xa8\x9c\x69\x6d\x07\x9f\x82\xff\x95\xa0\x4d\xd4\xb1\xd4\xd0\xef\xe0\x60\x34\x38\x13\x27\x5c\xb7\x6f\x75\x64\x34\x10\x63\x97\x26\x37\x58\x33\x03\xed\x98\x90\x07\xdb\x32\x05\xa3\xa6\x54\xa0\x7d\x11\x32\xce\xcc\x35\x9c\xfd\xf7\x73\x44\x84\x6d\x35\x30\x8a\x51\x8d\x75\x26\x4b\x9e\x62\x9b\xd8\x58\x41\xe5\xa0\x35\x39\xc2\x5b\x72\x90\xc2\x81\x94\xdc\xb8\x01\x63\x23\xc9\x64\x6a\xaf\x93\x7c\x4d\xda\x4e\xfd\xf8\xf1\xe3\x3f\x1e\x1f\xe7\xe8\xcf\x3f\xd1\xbf\x50\x4a\xae\xda\xc1\x72\x0d\x9d\xb6\x6b\xb1\x36\xc4\x94\xcd\x9c\xb0\xb5\xe7\x2d\xd5\xf0\x8f\x45\xfa\xc8\x0e\xd5\xac\xa9\x7d\xad\xe5\x40\xce\x52\x75\x42\x27\x0b\x10\x1a\xc8\xdd\xd9\x3d\x8c\xb0\xce\xe4\x05\x1b\x19\x0d\xaf\x01\x0e\x36\xba\xd7\xba\xd8\x4b\xc5\x47\x03\xa6\x71\x78\x78\x98\xa3\x3d\xa1\xa7\xb2\xb8\x57\x0b\x16\xf4\xfc\xce\x68\x5f\x57\x07\x1d\xc0\xd0\x2c\xde\x5d\xa4\x34\x12\x57\x49\xbd\xd7\x89\x36\x70\xa4\x60\x0e\x48\x76\xc9\x7f\x03\xaf\xb5\x1f\x90\x32\x5d\x70\x72\xf5\x50\x15\xdf\x66\x6c\xc5\xd7\x10\x3b\x7a\xf3\xc8\xa5\xba\x42\x5e\x9a\x92\xf0\xba\xee\xee\x5d\x78\xcf\xe4\x8d\x1b\xd4\x44\x00\xdb\x09\x78\x9e\xf0\x72\x4e\xdc\xa5\x53\x50\xec\x0c\xa9\x87\xf0\x60\xf4\x1f\x1e\x6d\x1c\xe0\xcc\x28\xdc\x0b\x43\x05\x17\x84\x52\x59\x0a\xa3\x71\x21\x35\x73\x04\x8b\x66\x44\x1c\x01\x53\x3b\xad\x9a\x76\x09\xe5\xb9\xae\xc9\x9c\x1d\x95\xe7\x66\x02\x20\x9d\xf0\x39\xcc\x4e\xe0\x42\x72\x36\x2e\xfb\x98\x4b\xa9\x38\x2e\xc5\xa1\x54\xdc\x82\xb4\x03\x9e\x58\xe5\xcb\x9c\x19\x6c\x14\x11\xfa\x60\xe1\x2e\x63\xda\x48\xdb\x06\x94\x88\xfb\x59\xae\x33\x73\x21\xda\x4e\x6f\xd7\x66\xf7\xdd\xaa\x58\x3a\xc8\xc5\x9e\x33\x81\xa0\xa0\xa7\xc7\x32\x7a\xc2\x51\xc9\xb2\xc0\xfb\x2b\xa6\x32\xcf\x4b\x61\x27\xea\xc4\xdb\xb8\x09\xd1\x78\x61\xcb\x1d\x0c\xbe\x64\x20\xdc\x98\xb5\x61\xac\x28\x42\xf4\x5e\xbe\xe5\xab\xe3\xea\xee\x72\xe7\x68\xbc\x07\x0b\x4f\x7b\xc2\x1d\xc4\x4f\xbc\xd2\xad\x33\xb0\xc9\x14\xe8\x4c\xf2\x11\x99\x0e\x64\xf9\xb1\xfa\xd7\x9c\x4c\x25\xe7\x40\x8d\x63\x3e\x7f\x25\x01\xb1\x73\x3a\x69\xf0\x1b\xe4\xe4\xaa\x98\x70\xe4\xd4\xcc\x16\xd0\xa1\xcb\x53\x5b\x87\x69\x7c\x94\xa0\x38\x9b\xe8\x31\xfb\x03\xfd\x5c\xee\xbe\x6d\x5e\x77\x68\xbb\xf9\xb9\x7c\xfe\x34\x9b\x2d\xd7\x2f\xc9\x76\x67\xe3\xb7\x71\xf0\xd8\xc8\xd8\xbe\x8a\xed\x8a\xd6\x56\x9e\x8e\x84\xe8\x58\x60\xc6\x25\xe7\x40\x6d\x8e\xc4\x65\x25\x2a\x03\x62\x72\x24\x1b\x1b\x95\x18\x16\x85\x01\x31\x38\x12\x7f\x7d\xd1\xd7\x11\x79\xed\xe4\xf0\xa2\xae\xd5\x70\x3d\xd5\x16\x11\x6c\x5d\x69\x16\x12\x63\x43\x1d\x36\xd2\x5f\x5d\xa5\x15\x15\x56\x43\x09\x15\x57\x4c\x71\xb1\x74\x43\x27\xf5\x15\x51\x47\xf0\x04\xb5\x4e\x58\xda\x44\x44\x4c\x4c\xbc\xf4\x75\x4b\x4c\xa1\x74\xb5\xc8\x04\xd1\x11\x95\x17\x13\x94\xc4\x44\xcd\x30\x41\x1d\x4c\xd0\x01\x23\xc6\x7f\x9b\xdc\xdf\xe4\xf1\x37\x29\x7c\x9c\xab\xdf\x64\xe5\x41\xfe\x3d\x0f\x51\xeb\x20\xab\xee\x11\xe8\x01\x77\x1e\xd1\xe6\x38\x41\x0e\x33\xe1\x21\xdb\xed\x11\xdb\x21\x83\x0d\x73\xd5\x1e\x2b\xed\x93\xcf\x08\xc7\x8c\x91\x48\x47\x17\xc7\xac\x30\x48\xfb\x7a\xec\x6e\x22\x89\x8b\x33\xb5\x10\x15\x0b\x71\xad\x9b\xa4\xea\xcd\x84\x63\x12\x1d\x78\x23\x67\x78\x13\x11\xf8\x1d\xb4\xff\x0d\x38\x0f\x40\xef\xec\x8f\xd9\x4b\xb2\x4a\x3e\xef\x7a\xb0\xe9\x25\x67\x0b\x9d\x1d\x09\x4a\xaf\xf3\x9e\x20\xad\x87\x6d\x65\x1c\xc0\x68\xd0\xda\x24\xd6\xad\xf6\xe1\xd4\x99\x86\x90\xea\x8c\x1e\x56\xdd\xcf\x31\xb4\x3a\xf3\x10\x5e\x9d\xb1\x86\xd8\xfa\x61\x0c\xb3\xbd\x95\x16\x6a\x47\x66\x3b\xdf\x9d\xb1\x07\xb9\xde\xd2\xc0\xae\x7b\x6c\xa0\xd7\x3d\xb9\xc6\xf0\xbf\x6a\x08\xf6\x4f\x1d\x18\xae\x0c\xa1\xe9\xef\x96\x3a\x70\xec\x9f\xc7\x90\xec\xed\x7d\x58\xae\x6d\x3d\x68\xf6\xc6\x16\x9e\xdd\x73\x0c\xa2\x3d\xbb\xea\xc3\xb4\xb7\xc5\xa0\xba\xbf\x3a\x84\x6b\xbf\x1a\x85\xec\x7a\xb9\x85\x6d\x67\x69\xa1\xdb\x3d\x86\xe0\xbb\xbb\xd0\x87\xf0\xee\xca\x00\xc6\x43\x5f\x52\x43\x79\xe5\xd6\x81\xf3\xd6\x32\x86\x74\xdf\x3e\x2d\xac\xd7\x41\xbd\x03\xed\x15\x79\x0d\xc3\x7b\x95\xa8\x7b\x10\x1f\xdb\x16\x00\xc0\xd8\xd6\x01\xd4\xfb\x0f\xbd\x0b\xf7\x75\x6a\xc6\x65\x78\x13\xf6\x47\x3b\x86\xd0\x5f\x55\x6d\x1c\xfe\x7d\xb0\x63\x14\xc0\xb7\xe0\x0d\x1a\xe0\xc7\x4e\x80\x0a\xc4\xfe\xa7\xad\x93\xa6\x01\x25\x70\x0b\x5d\x5a\xd0\x18\x5a\x6a\xe0\x4c\x43\x7a\x10\xfe\xc6\x9a\x22\xb8\xd5\x20\x4d\x70\x2b\x03\xaa\xd0\x0e\xa5\x8a\x2e\x74\x37\xd5\x94\xc1\xc7\x2c\x44\x1b\x9a\x2b\xd7\xd4\xc1\xc7\xa7\x4b\x1f\xaa\xfb\x84\x28\x84\x8f\x76\x98\x46\xf8\x7b\x30\xd9\x9f\x8a\x0d\x9d\xa8\xee\x3d\xa6\x14\x55\x82\x5a\x5a\xd1\x6d\xe1\x3b\xd4\xa2\x17\xd8\x11\xbd\xf0\x38\x31\xa6\x18\xbe\x94\xc7\x34\xc3\xe7\xee\x06\xd5\xe8\x8d\x9d\xa9\x74\xa3\xeb\x74\x93\x72\x4c\xdd\xd8\xa1\x1d\x5d\x97\x49\xd4\x63\x8a\x43\x88\x7e\xbc\xd1\xaf\xa6\x20\x75\x06\x06\x34\xe4\xcb\x76\xf3\xbd\x51\xf1\x9f\x66\xb3\xe7\xed\xe6\x47\xf5\x37\xea\x8e\x75\xb1\xda\x25\xdb\x81\xf9\x03\xda\x26\xeb\xc5\xf7\x04\xed\x36\xed\xd6\xff\x07\x00\x00\xff\xff\x76\xd6\x98\x65\xe5\x1e\x00\x00") - -func _1709795716_migration_order_fixUpSqlBytes() ([]byte, error) { - return bindataRead( - __1709795716_migration_order_fixUpSql, - "1709795716_migration_order_fix.up.sql", - ) -} - -func _1709795716_migration_order_fixUpSql() (*asset, error) { - bytes, err := _1709795716_migration_order_fixUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1709795716_migration_order_fix.up.sql", size: 7909, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xca, 0x77, 0x1a, 0xfe, 0xf1, 0xd5, 0xe9, 0xf3, 0xfe, 0x18, 0xf8, 0x6, 0xfe, 0xeb, 0x6f, 0xe1, 0x22, 0x42, 0xad, 0x30, 0xb3, 0x83, 0x42, 0xae, 0x73, 0x6a, 0xbe, 0x69, 0x27, 0x7b, 0x34, 0xc6}} - return a, nil -} - -var __1715756976_network_short_names_updateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x08\x76\x0d\x51\x28\xce\xc8\x2f\x2a\x89\xcf\x4b\xcc\x4d\x55\xb0\x55\x50\xcf\x4f\x2d\xc9\x50\x57\x08\xf7\x70\x0d\x72\x55\x48\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\xb0\x55\x30\x34\x34\x34\x35\x35\x31\x32\xb0\xe6\x22\xdf\x08\xa2\x34\x27\x16\x25\x19\x62\xd1\x6c\x62\x64\x68\x66\x48\xa9\x7e\x13\x6b\x40\x00\x00\x00\xff\xff\x84\x96\x2d\x64\x00\x01\x00\x00") - -func _1715756976_network_short_names_updateUpSqlBytes() ([]byte, error) { - return bindataRead( - __1715756976_network_short_names_updateUpSql, - "1715756976_network_short_names_update.up.sql", - ) -} - -func _1715756976_network_short_names_updateUpSql() (*asset, error) { - bytes, err := _1715756976_network_short_names_updateUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1715756976_network_short_names_update.up.sql", size: 256, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0xab, 0x2, 0xa5, 0x73, 0x82, 0xf, 0xb9, 0x96, 0xa5, 0x60, 0xe9, 0xbb, 0x52, 0xc1, 0xe3, 0xe0, 0x39, 0xe3, 0xe, 0x52, 0xa, 0xc9, 0xbe, 0xaa, 0x1, 0xee, 0x5, 0xbe, 0x5, 0x40, 0x22}} - return a, nil -} - -var __1716385243_no_discoveryUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\xc8\xcb\x4f\x49\x8d\x4f\xce\xcf\x4b\xcb\x4c\x57\x08\x76\x0d\x51\xc8\xcb\x8f\x4f\xc9\x2c\x4e\xce\x2f\x4b\x2d\xaa\x54\xb0\x55\x28\x29\x2a\x4d\xb5\xe6\x02\x04\x00\x00\xff\xff\xe6\x6d\xe0\x1c\x2c\x00\x00\x00") - -func _1716385243_no_discoveryUpSqlBytes() ([]byte, error) { - return bindataRead( - __1716385243_no_discoveryUpSql, - "1716385243_no_discovery.up.sql", - ) -} - -func _1716385243_no_discoveryUpSql() (*asset, error) { - bytes, err := _1716385243_no_discoveryUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1716385243_no_discovery.up.sql", size: 44, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0x43, 0xee, 0xcd, 0x88, 0x1d, 0x13, 0xed, 0x29, 0x55, 0x18, 0x5b, 0x29, 0x62, 0x20, 0xce, 0x4d, 0xa0, 0xa1, 0xe3, 0x2, 0xf1, 0x80, 0x3b, 0x8e, 0x8, 0x6b, 0x9, 0xcc, 0xe3, 0x9a, 0xa1}} - return a, nil -} - -var __1718785164_max_delivery_attempts_updateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\xce\xc8\x48\xad\x28\x89\x4f\xce\xcf\x4b\xcb\x4c\x57\x08\x76\x0d\x51\xc8\x4d\xac\x88\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x49\xcd\xc9\x2c\x4b\x2d\xaa\x8c\x4f\x2c\x29\x49\xcd\x2d\x28\x29\x56\xb0\x55\x30\xb6\xe6\x02\x04\x00\x00\xff\xff\xf1\x6f\x04\xda\x3c\x00\x00\x00") - -func _1718785164_max_delivery_attempts_updateUpSqlBytes() ([]byte, error) { - return bindataRead( - __1718785164_max_delivery_attempts_updateUpSql, - "1718785164_max_delivery_attempts_update.up.sql", - ) -} - -func _1718785164_max_delivery_attempts_updateUpSql() (*asset, error) { - bytes, err := _1718785164_max_delivery_attempts_updateUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1718785164_max_delivery_attempts_update.up.sql", size: 60, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0x65, 0xfe, 0x22, 0x2c, 0x78, 0x3, 0x50, 0x5d, 0x30, 0x94, 0xc3, 0x72, 0xa4, 0x38, 0x82, 0x8f, 0x2c, 0xf2, 0xbc, 0xfd, 0xb7, 0x61, 0xa6, 0x1a, 0x27, 0xc4, 0xb5, 0xc8, 0xfe, 0xcc, 0xe}} - return a, nil -} - -var __1718978062_nodeconfig_add_connectorUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x03\x21\x0c\x05\xd0\x7d\x4f\xf1\xef\xd1\x55\xac\xe9\x2a\x55\x28\xba\x16\xab\xb1\x14\x24\x81\xce\xdc\x9f\x79\x24\x85\xdf\x28\x14\x84\x61\x3e\xb5\x0d\xb7\xf5\xfb\x82\x62\xc4\x23\x4b\x7d\x25\x0c\x37\xd3\x71\xfa\xbf\xa9\xf5\xcf\xd6\x89\x90\xb3\x30\x25\x44\x7e\x52\x95\x82\xd5\xf7\xa1\xf7\xdb\x15\x00\x00\xff\xff\x9c\xd9\x6d\xe6\x4c\x00\x00\x00") - -func _1718978062_nodeconfig_add_connectorUpSqlBytes() ([]byte, error) { - return bindataRead( - __1718978062_nodeconfig_add_connectorUpSql, - "1718978062_nodeconfig_add_connector.up.sql", - ) -} - -func _1718978062_nodeconfig_add_connectorUpSql() (*asset, error) { - bytes, err := _1718978062_nodeconfig_add_connectorUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1718978062_nodeconfig_add_connector.up.sql", size: 76, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0xec, 0xe2, 0x84, 0x42, 0xd0, 0xd0, 0xc, 0x62, 0x4c, 0x5, 0xc5, 0xd8, 0xfd, 0x93, 0x73, 0x5f, 0x60, 0x1c, 0x11, 0x6e, 0xe9, 0xd, 0xb6, 0xab, 0x29, 0x15, 0x49, 0x71, 0xe6, 0x27, 0x33}} - return a, nil -} - -var __1720466921_missing_message_verificationUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\xb1\x0e\x82\x30\x10\x00\xd0\x9d\xaf\xb8\x6f\x70\x35\x0e\x87\xad\x53\x05\xa3\xd7\xb9\x39\xc9\xb5\xb9\x08\x25\xe1\x00\x7f\xdf\xb8\x3a\xf9\x03\x0f\x03\xf9\x3b\x10\xb6\xc1\xc3\x9b\x5f\xdb\x7e\x48\xc3\x5c\xb3\x16\x40\xe7\xe0\xdc\x87\x78\xed\x40\x2a\x3f\x47\x49\x93\x9a\x69\x2d\x69\x12\x33\x2e\x92\x76\x59\x34\xeb\xc0\xab\xce\x15\xda\xbe\x0f\x1e\x3b\x70\xfe\x82\x31\x10\x64\x1e\x4d\x8e\x4d\x13\x6f\x0e\xe9\xd7\x7e\x78\xfa\x0b\x3d\xc1\xba\x6c\x5f\xe5\x13\x00\x00\xff\xff\x08\xc7\x32\xed\xa7\x00\x00\x00") - -func _1720466921_missing_message_verificationUpSqlBytes() ([]byte, error) { - return bindataRead( - __1720466921_missing_message_verificationUpSql, - "1720466921_missing_message_verification.up.sql", - ) -} - -func _1720466921_missing_message_verificationUpSql() (*asset, error) { - bytes, err := _1720466921_missing_message_verificationUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1720466921_missing_message_verification.up.sql", size: 167, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0x84, 0x55, 0x43, 0x82, 0x17, 0x7b, 0x71, 0x2a, 0xc0, 0xb6, 0x53, 0xbc, 0xc0, 0x9f, 0x70, 0xa3, 0x0, 0x32, 0x5b, 0xaa, 0xa, 0x9a, 0x20, 0xa, 0x40, 0x97, 0xc3, 0xfe, 0x35, 0xb3, 0xfa}} - return a, nil -} - -var __1720557751_rename_stagingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd6\x5b\x8f\x9b\x46\x14\x07\xf0\xf7\xfd\x14\xd6\xbe\x3b\xb1\xc7\x60\xec\x44\x95\x3a\x5e\xee\x06\x0c\x18\x18\xe3\x17\xc4\xcd\xc3\xc5\x5c\x16\x66\xb0\xf1\xa7\xaf\x76\x93\x28\x9b\xb6\x4a\xd5\xed\x4a\xe9\xc3\xbe\x20\xd0\x68\xce\x91\xce\x8f\xbf\x74\x5c\x93\x87\x8e\x30\xe9\x53\x42\xf2\x1a\xf7\x93\xbd\xe0\x4c\x4e\xe7\x34\x25\x93\xdf\x26\xf7\x3d\x09\x09\xed\x3f\xf4\x24\xc4\x79\x8d\xef\x27\x48\x16\x6c\xe1\xc5\x71\x16\x76\xc9\xf7\xe3\xcf\x77\x77\x5f\xab\xc5\x67\xda\x93\xb4\x0b\xe2\xa6\x3e\xe5\xf8\x6d\x6b\xd6\x4d\x92\xf6\x77\x4f\x25\x9f\xde\x9e\xae\xa4\x75\xf7\x69\x6a\x09\x16\x15\xf8\x3e\x5b\x8a\x18\x46\xc1\x62\x19\xdb\x69\x78\xe0\x10\x83\xd1\x35\xe0\x02\xc9\x68\x7b\xb7\xcc\xb9\xe8\xa0\x37\x7a\xd7\x75\x28\x2f\xd8\x96\x17\x46\x6f\x81\xa9\x3d\xa5\x1d\x8f\x82\xa5\xa4\x3a\xf0\xd6\x5a\xb9\xea\x2d\xe7\xe2\xf4\xe1\x64\xd4\x81\x71\x35\x23\x7f\x0a\x7d\xb5\x3d\x2a\x2a\x30\x14\xb5\x8d\x95\xbd\x79\x1d\xba\x36\xaf\xe6\xf3\x48\xb6\x5b\x1f\xd9\x65\x5c\xef\x18\x1f\x42\x62\xe4\x59\x1e\x81\xf5\x4c\x73\xe0\x55\xab\xec\x41\x43\x22\x89\x6f\x3a\x8d\x41\x96\xc5\x95\x7d\xd3\x6a\x63\xe6\xa3\xa4\x8d\xaa\x98\xc6\x0b\x3b\x4b\x64\xef\xa6\x55\x67\xb2\xa9\x8f\x27\xf8\xb0\x02\x5b\x49\x1d\xa2\x85\x45\x74\x5e\xa0\x47\x69\x45\x7c\x34\xbf\xe9\x23\x7b\x0b\x25\x71\x3c\xca\xfa\xf3\x9d\x23\x38\xd3\xe3\xc8\xde\x12\x49\x9c\x25\x07\x9d\x86\x68\x26\xc1\x68\x48\x21\xa3\x8e\x31\x33\x83\x02\x74\x21\xb4\x20\x86\x02\x7c\x7e\xe4\x07\xe3\xec\x2f\xe0\x68\x38\xc7\x4e\x0f\x05\x5e\x91\x57\x9b\x98\x0a\x37\x5c\x57\x17\xd3\x72\x28\xb7\x31\xfd\x11\x33\x94\x69\x2a\x6e\xbb\x7e\x4c\xcb\x2d\x04\xd8\x09\x64\x70\xd9\xf3\x89\x64\x5c\x70\x7d\x3c\xe1\x85\x57\xc6\x8a\x52\x6c\x15\x6f\xe1\x23\x32\xd7\xf1\xec\xfe\xee\x0b\xdb\x3b\xc1\x2f\x24\x80\x06\x3f\x21\x63\xfb\x0c\x90\xe4\x7d\xec\xb1\x51\xd3\x90\x7f\x13\x99\x9c\x0a\x3c\x70\x69\x4f\xe5\x66\x9e\x2c\x91\x01\xa6\x44\x2e\x48\x31\x73\x66\x38\xa9\xfb\x5d\xc6\x85\xf6\xb1\x16\xc5\xe5\x4e\xf0\x35\x3e\x1a\xaf\x3b\x62\x35\x20\x60\x12\xd1\x95\xb3\x78\x7d\xad\xd8\xbd\x6c\x74\x48\x55\x1f\x57\x07\x4e\xb4\xfb\x6b\xcc\x78\x0f\xba\x54\x14\xd1\x8f\x5e\x76\x73\xb5\x3c\xfc\x67\xaf\x18\x43\x60\x14\xe2\x0b\xaf\xa4\xd0\x0e\xde\x4d\x43\xc6\x39\xaa\xed\xd1\x47\x97\xab\x86\x84\xef\x4e\x3f\xb3\xe3\x31\xd0\xd1\x0b\x3b\xa0\x93\xe4\xa0\x13\x1f\x78\x34\x91\xd5\x2c\xe2\x05\xe2\xef\xbf\x9b\xbd\x85\xa3\x01\x87\xb3\x54\xa4\x25\x3f\xf7\x3d\x06\xb5\x55\x71\x81\x9d\x04\x65\x80\xd7\xa5\x2c\xaa\xb5\x6e\x9f\xb0\x9b\xc5\x4a\xd9\x40\xf0\x8a\x28\xbd\xd3\xfc\x1f\x68\xde\x24\x62\x0f\xaa\x39\x80\x41\x9b\xcd\xd4\x96\xed\x1d\x41\x87\xe2\x88\xb8\xc7\x43\xb9\x05\xb1\x88\xdb\xec\xec\x06\xd2\x6a\x2a\xaa\x54\x7d\x6c\x50\xc0\xb3\x21\x52\xc6\xc5\x78\x96\x92\x01\x6c\x57\x7c\x99\x4b\x9c\x89\x70\x8d\x19\xeb\x1c\x78\x0a\x67\xc5\xc0\xce\x36\xc9\xe5\xf4\xa3\xa3\x35\x38\xdb\x7c\xf9\xcf\x8e\x62\xa1\x21\x83\x6a\x28\x1b\xa2\x2a\xe9\x22\xc0\xd6\x1a\xd2\x5f\xe5\xe8\xa3\x27\x43\x86\x84\xd2\x9a\x1e\x01\x19\xa2\x2a\x26\xfe\xf8\xb6\x8e\x65\x84\x3d\xae\x79\x34\x8d\x4a\x24\x07\x56\xbc\xed\xcd\x7c\x8d\xe4\x55\x59\x56\x9d\xb9\x99\xdb\x8b\x7a\x7d\xb5\x0f\x38\x5d\xcf\xf5\xe9\xeb\x22\xf6\x4e\xf3\xcb\x69\xfe\x5b\xc4\x48\x97\xa6\x9f\x3e\x7e\x84\x0a\x83\x58\x83\x55\x44\xc1\x55\x64\x91\xd5\x84\xbd\x0b\x77\x7b\xdd\x5b\x3a\x5b\x24\x02\x7d\xb3\x94\x5c\xe0\x6f\x39\xd3\x65\x1c\xdf\x95\x5c\x63\xf7\x20\x98\xe8\xf7\xa7\x46\xdf\x36\xcd\x0f\x5f\xf7\xd2\xe7\x2e\xdf\x3e\xf2\xea\x6f\x7e\x9d\x37\x6c\xf9\x65\xd7\xfd\x4b\xcb\xf7\x91\xfc\x74\x24\x97\xb0\xa4\xf7\x9f\xef\xfe\x08\x00\x00\xff\xff\xd0\xd0\x8a\xbb\xba\x0c\x00\x00") - -func _1720557751_rename_stagingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1720557751_rename_stagingUpSql, - "1720557751_rename_staging.up.sql", - ) -} - -func _1720557751_rename_stagingUpSql() (*asset, error) { - bytes, err := _1720557751_rename_stagingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1720557751_rename_staging.up.sql", size: 3258, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0x8, 0xd6, 0x31, 0x86, 0x35, 0x31, 0x49, 0xaa, 0xde, 0x95, 0x5e, 0xea, 0xb3, 0x8e, 0x80, 0x7f, 0x43, 0x32, 0x15, 0x15, 0xce, 0x91, 0x28, 0xd6, 0xf6, 0x4a, 0x8c, 0xda, 0xf4, 0xb9, 0xad}} - return a, nil -} - -var __1720606449_enable_store_confirmation_for_messages_sentUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcd\xb1\x0e\xc2\x20\x10\x80\xe1\x9d\xa7\xb8\x67\x70\x6d\x1c\xae\x82\x13\xb6\x46\xe9\x7c\xc1\xe6\x40\x22\x85\x84\x43\x7d\x7d\x07\x37\x37\xe7\x3f\xf9\x3f\xb4\xce\x5c\xc0\xe1\x68\x0d\xbc\xfd\xe3\xf9\xda\xd1\x5a\x4b\x48\x11\x50\x6b\x38\xcc\x76\x39\x4d\xc0\xc5\xdf\x32\x93\xf4\xda\xf8\x9b\xdb\xe6\x7b\xaa\x85\x42\x6d\xb4\xb1\x88\x8f\x2c\x24\x5c\x3a\x8c\xf3\x6c\x0d\x4e\xa0\xcd\x11\x17\xeb\x20\xf8\x2c\x3c\x28\xb5\x9c\x35\xba\x5f\xe3\x6a\xdc\x5f\xf3\x3d\xe4\x14\xef\x9d\xd6\x9c\xb8\xf4\x41\xa9\x4f\x00\x00\x00\xff\xff\xcf\x1d\x1b\x7f\xbf\x00\x00\x00") - -func _1720606449_enable_store_confirmation_for_messages_sentUpSqlBytes() ([]byte, error) { - return bindataRead( - __1720606449_enable_store_confirmation_for_messages_sentUpSql, - "1720606449_enable_store_confirmation_for_messages_sent.up.sql", - ) -} - -func _1720606449_enable_store_confirmation_for_messages_sentUpSql() (*asset, error) { - bytes, err := _1720606449_enable_store_confirmation_for_messages_sentUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1720606449_enable_store_confirmation_for_messages_sent.up.sql", size: 191, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x7a, 0x1f, 0x26, 0xef, 0x64, 0x9, 0x96, 0x10, 0x6b, 0x9e, 0x96, 0x37, 0x8, 0x38, 0x17, 0xa3, 0xd3, 0x34, 0xf6, 0x72, 0xa0, 0x67, 0x68, 0xed, 0xd7, 0xc5, 0x1e, 0xea, 0xdd, 0xe1, 0x4e}} - return a, nil -} - -var __1721215212_create_keycard_and_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x41\x6b\xb4\x30\x10\x86\xef\xf9\x15\x73\x5c\xe1\x43\xf6\x3b\x2f\x7b\x58\xda\x94\xa6\x6c\x23\x18\x4b\x7b\x93\x21\x86\x36\xd8\x46\x31\xd9\x43\xff\x7d\x31\x4e\xd4\x95\x2e\xf5\x94\x99\x3c\xbe\xe3\x3c\x0a\xa9\x78\x59\x81\x90\x55\x01\xad\xf9\xd6\x38\x34\x1e\x76\x74\xaa\x2f\xb6\xf9\x97\xda\xb5\xc3\x2f\xb3\x54\x9f\x9d\x6e\xcd\x74\x3b\x61\x7d\xe7\x6d\xb0\x9d\xcb\x98\xe2\x67\x7e\x57\x31\x00\x00\x9f\x27\xde\x3a\x1f\xd0\x69\x13\x61\xba\x8b\x89\xf1\xbc\x87\x93\xda\x46\x2f\x01\xcb\x3b\x91\x4b\x93\xd8\x43\x59\x3c\x83\x37\x21\x58\xf7\xee\xc1\xb3\xd7\x47\x5e\xf2\x1b\x33\x41\x28\x90\x45\x05\xf2\xe5\x7c\x66\x00\x27\x79\x7f\x0b\x1c\x29\x21\x61\x37\xad\x01\x2b\x17\x10\x07\x26\x4d\xd9\x81\xb1\xdf\xf4\xd5\xa8\x75\x77\x71\x61\xeb\x91\xda\x35\x36\xcd\x60\xbc\xbf\xf2\xd4\xe6\x6b\x74\x6a\xf5\x98\x13\xca\xd2\xdc\x1e\xed\xb0\xca\x6f\x7b\x64\x4f\x85\x90\xcb\x9f\x6b\xa1\x90\x53\x58\xfc\xde\x63\x4c\xa1\x8a\xf4\x8c\x1d\xfd\x81\x01\x8e\xb0\x27\x11\x2b\x68\xb3\xf9\xb2\xf5\xac\x99\x52\xfe\x50\x9c\x51\xf4\x58\xf3\x37\xa1\x2a\x05\xbb\xb8\xd6\xf8\x50\xfe\xff\xb9\x71\xe5\x75\xb5\x1f\xce\x04\x4d\xc5\x7c\x63\x91\x56\x4c\xa2\x46\x34\x3b\xfc\x04\x00\x00\xff\xff\xc9\x8f\xf4\xd0\xd5\x02\x00\x00") - -func _1721215212_create_keycard_and_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1721215212_create_keycard_and_accountsUpSql, - "1721215212_create_keycard_and_accounts.up.sql", - ) -} - -func _1721215212_create_keycard_and_accountsUpSql() (*asset, error) { - bytes, err := _1721215212_create_keycard_and_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1721215212_create_keycard_and_accounts.up.sql", size: 725, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x89, 0xe2, 0x42, 0x97, 0x54, 0xa3, 0x1a, 0x4c, 0xaa, 0x98, 0x76, 0x84, 0xbd, 0xf4, 0xf6, 0x39, 0xbe, 0xe, 0xb5, 0x4, 0x85, 0x3f, 0x56, 0x1c, 0xd6, 0x60, 0xb7, 0xdf, 0xdc, 0x65, 0x21}} - return a, nil -} - -var __1721832718_rename_shard_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x95\xc9\x8e\xa3\xc8\x16\x86\xf7\xf9\x14\xa9\xdc\x3b\xcb\x4c\xc6\xae\xab\x2b\x75\x18\x30\x18\x33\x98\x79\xd8\xa4\x80\xc0\xcc\x60\x43\x30\x3e\x7d\x2b\xb3\xb3\x55\xd5\xd5\x5d\xaa\xc9\x8b\x5e\xf4\xc6\x72\x08\x38\xe7\xc4\xff\xf1\x11\xd6\x99\x05\x26\xf7\xd8\xc5\x08\x65\x75\xd2\x3d\x1a\x9c\xf9\x78\x29\xe3\x18\x3d\xfe\xff\xf1\xa9\x43\x01\xea\xbb\xe7\x6b\xdb\xc0\xa7\x47\x47\xe0\x74\xee\xb3\x6b\x69\xd0\xc2\xee\x19\xc5\x1d\x7a\xfa\xdf\xc3\xc3\x7b\x9d\xa8\xec\x3b\x14\xb7\x2f\x51\x53\x5f\xb2\xe4\x5e\xd5\xea\x06\xc6\xdd\xc3\x6b\xb1\xd7\x7f\xaf\xf7\xc7\x75\x8b\xda\x38\xfe\xf8\xe1\x03\x90\x55\xd1\xf6\x5d\xd2\xde\x70\xee\x99\x56\x4c\xf1\x2c\x03\x4f\xf4\x0c\x13\xd7\xce\x1b\x20\xba\x9e\x43\x6f\x8e\xd6\xc6\xe6\x45\x83\xb6\x6c\x43\x61\x3d\x9f\x27\x7f\x0b\x9b\x06\xbd\x4d\xf2\xfc\x3e\xd5\x5b\x8b\x3f\x17\x59\xf5\xf4\xf0\xc7\x80\x77\xed\xf7\xba\xbb\xe7\xf7\x9d\xfe\xad\x1f\x50\xd8\x47\x34\x5f\xdf\xba\xc1\xac\x8b\x6c\xea\xf5\x99\xff\xc2\x78\x1a\x83\xa2\xff\xde\x18\x3e\xae\x34\xee\xd4\x73\xec\x0e\x88\x15\x2e\xf0\x49\xab\x5f\xed\x40\xf4\xf0\x3a\xdf\x6c\x83\xe6\x45\xcb\xce\xb1\x65\x92\x44\x77\x5a\x05\xba\x4c\x77\xb2\xb8\xd1\x49\x1e\xc3\x54\x83\x55\xc7\x7a\xb0\x83\x28\x51\xb0\xce\x1c\x57\x27\xba\x6b\x18\x0a\x2e\x02\x7b\xf0\x13\xbf\x10\xac\x75\xbf\x72\x81\x27\x5e\xfd\xa3\x88\x2b\x47\xf1\x1a\x1d\x8d\xda\x9b\xe4\x21\xab\x30\x2c\x14\xf4\xab\xe7\xe8\x45\x54\xab\xa4\x93\x80\x9b\x92\xd9\x59\x88\xef\xd6\x92\x09\x26\xa9\xd2\x07\xc9\x39\xa0\x68\x91\xfb\x88\xd0\x53\x28\xd8\x8b\x54\xef\xe7\x10\xd7\x3e\xad\xab\x12\xed\x6b\xff\x02\x98\x11\x17\x1d\x71\x08\x09\x0d\xc9\x2c\xd7\xfb\xfc\x16\x79\x0e\xb6\xc8\x33\xb5\x40\xfe\xb0\x86\xae\xdc\x47\x82\x38\xf8\xcc\xa7\x75\xe0\xac\x79\x10\x0e\x31\x20\xc5\x39\x22\xd7\x80\x03\x16\x00\x1a\x48\x00\x07\xde\x7e\x32\x57\x29\x3d\x02\xcc\x8a\xe9\xb7\x72\xc0\x31\x44\xab\xa3\x83\x66\x24\x11\x4e\xf6\x4e\x3c\x2e\x6e\x30\x99\xde\x36\x65\x81\xb0\xdf\x76\x49\x3d\xb5\xbb\x62\xab\xe7\x21\xc5\xc7\x06\x0b\x79\x65\x4c\x6a\xff\x92\x10\x76\x11\x1d\x8f\xf9\xe9\x68\x13\x9e\x83\x30\x39\x59\xff\xc3\x1b\xf1\x1e\x3d\x03\xd6\x4b\xaa\x8b\x71\x8e\xc7\x81\xda\xa8\x67\x08\x95\xc8\x6b\xe9\x15\xa5\x40\x7d\xec\x1b\x89\x89\x71\x8e\x23\xc7\x0b\xe7\x15\xc0\x4f\x0f\x0d\x4a\x36\xa7\xa2\xdd\x9e\x30\xea\x2a\x03\x7e\xb6\x66\xb4\xee\x2a\xa1\xf0\x99\x5c\x8a\x4b\xb8\xde\x5b\x4b\x93\x28\xe8\x97\xa3\xc7\xd3\x34\xaa\xf4\x45\xaa\xf5\x32\x22\x7e\x2c\xfa\x80\x3f\xcc\xbe\x20\xf7\x90\xb7\x17\xf8\x6f\x88\xfe\xd7\xbe\x14\xaf\x9c\xa2\x9e\x63\xe9\x71\xa4\x86\x06\x6f\x4f\x11\x76\x9d\xf7\x57\xfa\xd2\x87\x7b\x4b\x58\x6d\x0d\x53\xe0\x7c\xa1\xa1\x8f\x75\x6e\xe7\x52\x58\x72\xf6\xcc\xf2\x45\x0e\xcd\xe3\xce\x86\xb7\xca\xd3\xd4\x7a\x47\x0d\xbd\x26\xac\x04\x54\xf4\x18\xed\x18\xe6\xc2\xf5\x97\x69\xe5\x24\x64\xf5\x57\x4e\x5a\x96\x8e\x98\xfb\x25\xa7\x10\x80\x45\xc9\xa8\xcf\x38\xc1\x5c\x72\xed\x45\x72\x94\x32\xac\xf5\xd9\x73\xc6\x49\x72\xb8\x6f\xeb\xc2\x5a\xb8\x54\x7d\xc6\x0c\x97\x11\x74\x65\xe4\xe1\x76\x0f\x05\x31\x0d\x59\x0e\x79\xc6\xfd\xd4\x99\xf2\x5b\xc2\x6a\x6b\x67\xd6\x0d\x35\x2b\x3d\x8b\xc0\x59\x40\x15\x2f\xae\x52\xb2\x59\x47\x54\x98\x0d\xdd\xe2\xb4\x9b\xe4\x4d\xa1\xfe\x84\x3a\x51\xcf\x81\xc4\x65\x6f\xad\x07\x5f\xcc\xf6\x6a\x39\xa8\x26\x96\x6a\xf2\x77\xee\xb9\xa2\x55\x82\x37\x36\xa5\x4d\x07\xb2\x28\xaa\x66\x17\xaa\x00\xc4\xda\x68\xc0\x97\xb8\x11\x22\xc6\xbd\xd9\x8b\x69\xa1\xd1\x9c\xf7\xe4\x96\xa2\x6e\x28\x84\x5b\x16\xe8\x35\x37\xcd\x37\xe1\x7c\x57\x24\xdf\xd2\xe8\x3b\x91\xdc\x4b\xa9\xbb\x21\xb9\x8b\x52\xa0\x31\x52\x87\x9f\x95\xcd\x66\x1c\xfb\x8e\x23\xf4\x6c\x9b\xba\xfb\xe0\x58\x34\x82\x2f\xcc\xa1\xb5\xdf\x46\xcc\x79\xa0\x06\x62\xbe\x72\x97\x9d\xca\x24\x64\x74\xe9\x4a\x71\xf2\x0f\x40\x29\x77\xeb\x6e\x95\x57\xb2\xda\x27\x92\x35\xef\x27\x92\xbb\xa8\x7b\x45\xdc\xbc\xd8\x5f\xf0\x3b\xe2\x29\x94\xbf\xcd\xef\x90\x4b\x8e\xd2\x4b\x4e\x3a\x84\x15\x6c\x43\x9c\xaa\x25\xe7\x3b\x4e\xa0\x2f\xf8\x79\xce\x2b\x3b\x12\x05\xfc\xae\xf7\x71\x34\x84\x55\x84\xbc\xfb\x9d\x46\xec\x99\x66\x42\xbd\x58\x79\x27\x71\x54\x0f\x07\x99\xf4\x77\x75\x3c\xaf\xf9\x73\x44\x3b\x67\x31\x60\x46\xbe\xb8\x2a\xfa\x5c\x06\x74\xc5\xfc\xa4\x52\xee\x46\x2b\x56\x83\x0d\x1a\x51\x9a\x74\x12\xbc\x90\x96\xdd\x24\x7c\x3a\x68\xed\xed\xe4\x90\xec\xe1\x54\x5e\xb6\x32\xc0\xce\x15\x93\x27\xcd\x28\xad\xa4\x3d\x32\x98\xdd\x5e\xca\xdd\x30\xdc\x26\x17\x12\x3f\x40\x56\xe0\x91\x91\x73\xc3\xe0\x9c\x58\x6c\x1d\xb7\xd3\xed\xae\x48\x7e\x50\xa9\xaf\x21\xb9\x93\x52\xf7\x43\xf2\x55\xa5\x7e\x0f\x00\x00\xff\xff\xbb\xfa\xda\xba\x72\x0c\x00\x00") - -func _1721832718_rename_shard_testUpSqlBytes() ([]byte, error) { - return bindataRead( - __1721832718_rename_shard_testUpSql, - "1721832718_rename_shard_test.up.sql", - ) -} - -func _1721832718_rename_shard_testUpSql() (*asset, error) { - bytes, err := _1721832718_rename_shard_testUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1721832718_rename_shard_test.up.sql", size: 3186, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x61, 0x1e, 0xa4, 0xea, 0x4c, 0x1f, 0xca, 0x94, 0x59, 0x39, 0x4b, 0xc4, 0xd6, 0xb2, 0x86, 0x7a, 0xda, 0xf0, 0x39, 0x4f, 0xe2, 0xe6, 0x86, 0x3e, 0x8e, 0x82, 0xcc, 0x4c, 0xab, 0xd0, 0xcb, 0xc7}} - return a, nil -} - -var __1722415278_remove_incorrectly_added_keycardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x71\xf5\x71\x0d\x71\x55\x48\x2b\xca\xcf\x55\xc8\x4e\xad\x4c\x4e\x2c\x4a\x29\x56\x08\xf7\x70\x0d\x72\x85\x71\xe3\x4b\x33\x53\x14\x3c\x83\x15\xfc\x42\x7d\x7c\x14\xfc\x83\x50\x84\x6d\x15\x94\x94\xac\x01\x01\x00\x00\xff\xff\xc2\xec\x86\x2f\x43\x00\x00\x00") - -func _1722415278_remove_incorrectly_added_keycardsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1722415278_remove_incorrectly_added_keycardsUpSql, - "1722415278_remove_incorrectly_added_keycards.up.sql", - ) -} - -func _1722415278_remove_incorrectly_added_keycardsUpSql() (*asset, error) { - bytes, err := _1722415278_remove_incorrectly_added_keycardsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1722415278_remove_incorrectly_added_keycards.up.sql", size: 67, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2, 0xb3, 0xe1, 0x2e, 0x61, 0xcb, 0x5, 0xa3, 0x72, 0x86, 0xce, 0xba, 0x21, 0xd4, 0xaa, 0x58, 0x5a, 0xa0, 0xe5, 0x33, 0x61, 0xd5, 0xe, 0x3a, 0xdd, 0xcd, 0xc1, 0x78, 0xbd, 0x79, 0xa1, 0x6a}} - return a, nil -} - -var __1724939813_remove_omit_transfers_history_scan_from_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcf\xcd\x2c\x89\x2f\x29\x4a\xcc\x2b\x4e\x4b\x2d\x2a\x8e\xcf\xc8\x2c\x2e\xc9\x2f\xaa\x8c\x2f\x4e\x4e\xcc\xb3\xe6\x02\x04\x00\x00\xff\xff\x7c\x2c\xfc\x27\x3e\x00\x00\x00") - -func _1724939813_remove_omit_transfers_history_scan_from_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1724939813_remove_omit_transfers_history_scan_from_settingsUpSql, - "1724939813_remove_omit_transfers_history_scan_from_settings.up.sql", - ) -} - -func _1724939813_remove_omit_transfers_history_scan_from_settingsUpSql() (*asset, error) { - bytes, err := _1724939813_remove_omit_transfers_history_scan_from_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1724939813_remove_omit_transfers_history_scan_from_settings.up.sql", size: 62, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x30, 0x96, 0x97, 0xae, 0x3b, 0x38, 0xc9, 0x4c, 0xcc, 0xbe, 0x5b, 0x67, 0x6d, 0xc9, 0xd7, 0xbd, 0xbe, 0xf5, 0x2, 0x54, 0x31, 0x38, 0x81, 0xfb, 0x49, 0x76, 0x8b, 0xa0, 0x56, 0xe, 0xb8, 0xbf}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\x41\x0e\x02\x31\x08\x05\xd0\x7d\x4f\xf1\x2f\x00\xe8\xca\xc4\xc4\xc3\xa0\x43\x08\x19\x5b\xc6\x96\xfb\xc7\x4d\xdf\xfe\x5d\xfa\x39\xd5\x0d\xeb\xf7\x6d\x4d\xc4\xf3\xe9\x36\x6c\x6a\x19\x3c\xe9\x1d\xe3\xd0\x52\x50\xcf\xa3\xa2\xdb\xeb\xfe\xb8\x6d\xa0\xeb\x74\xf4\xf0\xa9\x15\x39\x16\x28\xc1\x2c\x7b\xb0\x27\x58\xda\x3f\x00\x00\xff\xff\x57\xd4\xd5\x90\x5e\x00\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 94, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x81, 0x21, 0x7a, 0x87, 0xd2, 0xef, 0xcc, 0x25, 0x5e, 0x95, 0x3f, 0x25, 0x79, 0xf7, 0x18, 0xaf, 0x57, 0xe7, 0x1e, 0x58, 0x50, 0xbb, 0xea, 0x27, 0x98, 0x89, 0xe1, 0x9f, 0x5c, 0xf6, 0x0}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1640111208_dummy.up.sql": _1640111208_dummyUpSql, - "1642666031_add_removed_clock_to_bookmarks.up.sql": _1642666031_add_removed_clock_to_bookmarksUpSql, - "1643644541_gif_api_key_setting.up.sql": _1643644541_gif_api_key_settingUpSql, - "1644188994_recent_stickers.up.sql": _1644188994_recent_stickersUpSql, - "1646659233_add_address_to_dapp_permisssion.up.sql": _1646659233_add_address_to_dapp_permisssionUpSql, - "1646841105_add_emoji_account.up.sql": _1646841105_add_emoji_accountUpSql, - "1647278782_display_name.up.sql": _1647278782_display_nameUpSql, - "1647862838_reset_last_backup.up.sql": _1647862838_reset_last_backupUpSql, - "1647871652_add_settings_sync_clock_table.up.sql": _1647871652_add_settings_sync_clock_tableUpSql, - "1647880168_add_torrent_config.up.sql": _1647880168_add_torrent_configUpSql, - "1647882837_add_communities_settings_table.up.sql": _1647882837_add_communities_settings_tableUpSql, - "1647956635_add_waku_messages_table.up.sql": _1647956635_add_waku_messages_tableUpSql, - "1648554928_network_test.up.sql": _1648554928_network_testUpSql, - "1649174829_add_visitble_token.up.sql": _1649174829_add_visitble_tokenUpSql, - "1649882262_add_derived_from_accounts.up.sql": _1649882262_add_derived_from_accountsUpSql, - "1650612625_add_community_message_archive_hashes_table.up.sql": _1650612625_add_community_message_archive_hashes_tableUpSql, - "1650616788_add_communities_archives_info_table.up.sql": _1650616788_add_communities_archives_info_tableUpSql, - "1652715604_add_clock_accounts.up.sql": _1652715604_add_clock_accountsUpSql, - "1653037334_add_notifications_settings_table.up.sql": _1653037334_add_notifications_settings_tableUpSql, - "1654702119_add_mutual_contact_settings.up.sql": _1654702119_add_mutual_contact_settingsUpSql, - "1655375270_add_clock_field_to_communities_settings_table.up.sql": _1655375270_add_clock_field_to_communities_settings_tableUpSql, - "1655385721_drop_networks_config.up.sql": _1655385721_drop_networks_configUpSql, - "1655385724_networks_chainColor_shortName.up.sql": _1655385724_networks_chaincolor_shortnameUpSql, - "1655456688_add_deleted_at_field_to_bookmarks_table.up.sql": _1655456688_add_deleted_at_field_to_bookmarks_tableUpSql, - "1655462032_create_bookmarks_deleted_at_index.up.sql": _1655462032_create_bookmarks_deleted_at_indexUpSql, - "1657617291_add_multi_transactions_table.up.sql": _1657617291_add_multi_transactions_tableUpSql, - "1660134042_add_social_links_settings_table.up.sql": _1660134042_add_social_links_settings_tableUpSql, - "1660134060_settings_bio.up.sql": _1660134060_settings_bioUpSql, - "1660134070_add_wakuv2_store.up.sql": _1660134070_add_wakuv2_storeUpSql, - "1660134072_waku2_store_messages.up.sql": _1660134072_waku2_store_messagesUpSql, - "1662365868_add_key_uid_accounts.up.sql": _1662365868_add_key_uid_accountsUpSql, - "1662447680_add_keypairs_table.up.sql": _1662447680_add_keypairs_tableUpSql, - "1662460056_move_favourites_to_saved_addresses.up.sql": _1662460056_move_favourites_to_saved_addressesUpSql, - "1662738097_add_base_fee_transaction.up.sql": _1662738097_add_base_fee_transactionUpSql, - "1662972194_add_keypairs_table.up.sql": _1662972194_add_keypairs_tableUpSql, - "1664392661_add_third_party_id_to_waku_messages.up.sql": _1664392661_add_third_party_id_to_waku_messagesUpSql, - "1664783660_add_sync_info_to_saved_addresses.up.sql": _1664783660_add_sync_info_to_saved_addressesUpSql, - "1668109917_wakunodes.up.sql": _1668109917_wakunodesUpSql, - "1670249678_display_name_to_settings_sync_clock_table.up.sql": _1670249678_display_name_to_settings_sync_clock_tableUpSql, - "1670836810_add_imported_flag_to_community_archive_hashes.up.sql": _1670836810_add_imported_flag_to_community_archive_hashesUpSql, - "1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql": _1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql, - "1672933930_switcher_card.up.sql": _1672933930_switcher_cardUpSql, - "1674056187_add_price_cache.up.sql": _1674056187_add_price_cacheUpSql, - "1674136690_ens_usernames.up.sql": _1674136690_ens_usernamesUpSql, - "1674232431_add_balance_history.up.sql": _1674232431_add_balance_historyUpSql, - "1676368933_keypairs_to_keycards.up.sql": _1676368933_keypairs_to_keycardsUpSql, - "1676951398_add_currency_format_cache.up.sql": _1676951398_add_currency_format_cacheUpSql, - "1676968196_keycards_add_clock_column.up.sql": _1676968196_keycards_add_clock_columnUpSql, - "1676968197_add_fallback_rpc_to_networks.up.sql": _1676968197_add_fallback_rpc_to_networksUpSql, - "1677674090_add_chains_ens_istest_to_saved_addresses.up.sql": _1677674090_add_chains_ens_istest_to_saved_addressesUpSql, - "1677681143_accounts_table_type_column_update.up.sql": _1677681143_accounts_table_type_column_updateUpSql, - "1678264207_accounts_table_new_columns_added.up.sql": _1678264207_accounts_table_new_columns_addedUpSql, - "1680770368_add_bio_to_settings_sync_clock_table.up.sql": _1680770368_add_bio_to_settings_sync_clock_tableUpSql, - "1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql": _1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql, - "1681392602_9d_sync_period.up.sql": _1681392602_9d_sync_periodUpSql, - "1681762078_default_sync_period_9d.up.sql": _1681762078_default_sync_period_9dUpSql, - "1681780680_add_clock_to_social_links_settings.up.sql": _1681780680_add_clock_to_social_links_settingsUpSql, - "1682073779_settings_table_remove_latest_derived_path_column.up.sql": _1682073779_settings_table_remove_latest_derived_path_columnUpSql, - "1682146075_add_created_at_to_saved_addresses.up.sql": _1682146075_add_created_at_to_saved_addressesUpSql, - "1682393575_sync_ens_name.up.sql": _1682393575_sync_ens_nameUpSql, - "1683457503_add_blocks_ranges_sequential_table.up.sql": _1683457503_add_blocks_ranges_sequential_tableUpSql, - "1683627613_accounts_and_keycards_improvements.up.sql": _1683627613_accounts_and_keycards_improvementsUpSql, - "1685041348_settings_table_add_latest_derived_path_column.up.sql": _1685041348_settings_table_add_latest_derived_path_columnUpSql, - "1685440989_update_color_id_accounts.up.sql": _1685440989_update_color_id_accountsUpSql, - "1685463947_add_to_asset_to_multitransaction.up.sql": _1685463947_add_to_asset_to_multitransactionUpSql, - "1685880973_add_profile_links_settings_table.up.sql": _1685880973_add_profile_links_settings_tableUpSql, - "1686041510_add_idx_transfers_blkno_loaded.up.sql": _1686041510_add_idx_transfers_blkno_loadedUpSql, - "1686048341_transfers_receipt_json_blob_out.up.sql.down.sql": _1686048341_transfers_receipt_json_blob_outUpSqlDownSql, - "1686048341_transfers_receipt_json_blob_out.up.sql.up.sql": _1686048341_transfers_receipt_json_blob_outUpSqlUpSql, - "1686825075_cleanup_token_address.up.sql": _1686825075_cleanup_token_addressUpSql, - "1687193315_transfers_extract_from_to_address.down.sql": _1687193315_transfers_extract_from_to_addressDownSql, - "1687193315_transfers_extract_from_to_address.up.sql": _1687193315_transfers_extract_from_to_addressUpSql, - "1687249080_add_position_accounts.up..sql": _1687249080_add_position_accountsUpSql, - "1687269871_add_device_name.up.sql": _1687269871_add_device_nameUpSql, - "1687506642_include_watch_only_account_setting.up.sql": _1687506642_include_watch_only_account_settingUpSql, - "1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql": _1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql, - "1688054680_add_columns_to_multitransaction.up.sql": _1688054680_add_columns_to_multitransactionUpSql, - "1688636552_keycards_table_columns_update.up.sql": _1688636552_keycards_table_columns_updateUpSql, - "1689248269_add_related_chain_id_networks.up.sql": _1689248269_add_related_chain_id_networksUpSql, - "1689340211_index_filter_columns.up.sql": _1689340211_index_filter_columnsUpSql, - "1689498471_make_wallet_accounts_positions_non_negative.up.sql": _1689498471_make_wallet_accounts_positions_non_negativeUpSql, - "1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql": _1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql, - "1690225863_add_collectibles_ownership_cache.up.sql": _1690225863_add_collectibles_ownership_cacheUpSql, - "1690734354_add_preferred_chain_ids.up.sql": _1690734354_add_preferred_chain_idsUpSql, - "1691173699_add_collectibles_and_collections_data_cache.up.sql": _1691173699_add_collectibles_and_collections_data_cacheUpSql, - "1691753758_move_wallet_tables_to_wallet_db.up.sql": _1691753758_move_wallet_tables_to_wallet_dbUpSql, - "1691753800_pubsubtopic_key.up.sql": _1691753800_pubsubtopic_keyUpSql, - "1693900971_add_profile_migration_needed_column_to_settings_table.up.sql": _1693900971_add_profile_migration_needed_column_to_settings_tableUpSql, - "1694764094_add_original_to_networks.up.sql": _1694764094_add_original_to_networksUpSql, - "1695974515_add_is_sepolia_enabled_to_settings.up.sql": _1695974515_add_is_sepolia_enabled_to_settingsUpSql, - "1696259336_settings_add_url_unfurling_mode.up.sql": _1696259336_settings_add_url_unfurling_modeUpSql, - "1697123140_drop_include_watch_only_accounts.up.sql": _1697123140_drop_include_watch_only_accountsUpSql, - "1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql": _1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql, - "1697623289_add_omit_transfers_history_scan_to_settings.up.sql": _1697623289_add_omit_transfers_history_scan_to_settingsUpSql, - "1699577175_use_shards.up.sql": _1699577175_use_shardsUpSql, - "1700741911_clusterID.up.sql": _1700741911_clusteridUpSql, - "1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql": _1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql, - "1701084317_add_mnemonic_was_not_shown_to_settings.up.sql": _1701084317_add_mnemonic_was_not_shown_to_settingsUpSql, - "1701444172_token_preferences.up.sql": _1701444172_token_preferencesUpSql, - "1701961850_shards_test.up.sql": _1701961850_shards_testUpSql, - "1702395750_fix_enr_shards_test.up.sql": _1702395750_fix_enr_shards_testUpSql, - "1702999401_add_dns_discovery_url.up.sql": _1702999401_add_dns_discovery_urlUpSql, - "1704281285_tokens_advanced_settings.up.sql": _1704281285_tokens_advanced_settingsUpSql, - "1705338819_collectible_preferences.up.sql": _1705338819_collectible_preferencesUpSql, - "1706097653_migration_order_fix.up.sql": _1706097653_migration_order_fixUpSql, - "1706955596_community_storenodes.up.sql": _1706955596_community_storenodesUpSql, - "1708352924_add_peer_syncing_enabled_to_settings.up.sql": _1708352924_add_peer_syncing_enabled_to_settingsUpSql, - "1708416025_make_sepolia_default.up.sql": _1708416025_make_sepolia_defaultUpSql, - "1709203128_fix_chain_colors.up.sql": _1709203128_fix_chain_colorsUpSql, - "1709795716_migration_order_fix.up.sql": _1709795716_migration_order_fixUpSql, - "1715756976_network_short_names_update.up.sql": _1715756976_network_short_names_updateUpSql, - "1716385243_no_discovery.up.sql": _1716385243_no_discoveryUpSql, - "1718785164_max_delivery_attempts_update.up.sql": _1718785164_max_delivery_attempts_updateUpSql, - "1718978062_nodeconfig_add_connector.up.sql": _1718978062_nodeconfig_add_connectorUpSql, - "1720466921_missing_message_verification.up.sql": _1720466921_missing_message_verificationUpSql, - "1720557751_rename_staging.up.sql": _1720557751_rename_stagingUpSql, - "1720606449_enable_store_confirmation_for_messages_sent.up.sql": _1720606449_enable_store_confirmation_for_messages_sentUpSql, - "1721215212_create_keycard_and_accounts.up.sql": _1721215212_create_keycard_and_accountsUpSql, - "1721832718_rename_shard_test.up.sql": _1721832718_rename_shard_testUpSql, - "1722415278_remove_incorrectly_added_keycards.up.sql": _1722415278_remove_incorrectly_added_keycardsUpSql, - "1724939813_remove_omit_transfers_history_scan_from_settings.up.sql": _1724939813_remove_omit_transfers_history_scan_from_settingsUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1640111208_dummy.up.sql": {_1640111208_dummyUpSql, map[string]*bintree{}}, - "1642666031_add_removed_clock_to_bookmarks.up.sql": {_1642666031_add_removed_clock_to_bookmarksUpSql, map[string]*bintree{}}, - "1643644541_gif_api_key_setting.up.sql": {_1643644541_gif_api_key_settingUpSql, map[string]*bintree{}}, - "1644188994_recent_stickers.up.sql": {_1644188994_recent_stickersUpSql, map[string]*bintree{}}, - "1646659233_add_address_to_dapp_permisssion.up.sql": {_1646659233_add_address_to_dapp_permisssionUpSql, map[string]*bintree{}}, - "1646841105_add_emoji_account.up.sql": {_1646841105_add_emoji_accountUpSql, map[string]*bintree{}}, - "1647278782_display_name.up.sql": {_1647278782_display_nameUpSql, map[string]*bintree{}}, - "1647862838_reset_last_backup.up.sql": {_1647862838_reset_last_backupUpSql, map[string]*bintree{}}, - "1647871652_add_settings_sync_clock_table.up.sql": {_1647871652_add_settings_sync_clock_tableUpSql, map[string]*bintree{}}, - "1647880168_add_torrent_config.up.sql": {_1647880168_add_torrent_configUpSql, map[string]*bintree{}}, - "1647882837_add_communities_settings_table.up.sql": {_1647882837_add_communities_settings_tableUpSql, map[string]*bintree{}}, - "1647956635_add_waku_messages_table.up.sql": {_1647956635_add_waku_messages_tableUpSql, map[string]*bintree{}}, - "1648554928_network_test.up.sql": {_1648554928_network_testUpSql, map[string]*bintree{}}, - "1649174829_add_visitble_token.up.sql": {_1649174829_add_visitble_tokenUpSql, map[string]*bintree{}}, - "1649882262_add_derived_from_accounts.up.sql": {_1649882262_add_derived_from_accountsUpSql, map[string]*bintree{}}, - "1650612625_add_community_message_archive_hashes_table.up.sql": {_1650612625_add_community_message_archive_hashes_tableUpSql, map[string]*bintree{}}, - "1650616788_add_communities_archives_info_table.up.sql": {_1650616788_add_communities_archives_info_tableUpSql, map[string]*bintree{}}, - "1652715604_add_clock_accounts.up.sql": {_1652715604_add_clock_accountsUpSql, map[string]*bintree{}}, - "1653037334_add_notifications_settings_table.up.sql": {_1653037334_add_notifications_settings_tableUpSql, map[string]*bintree{}}, - "1654702119_add_mutual_contact_settings.up.sql": {_1654702119_add_mutual_contact_settingsUpSql, map[string]*bintree{}}, - "1655375270_add_clock_field_to_communities_settings_table.up.sql": {_1655375270_add_clock_field_to_communities_settings_tableUpSql, map[string]*bintree{}}, - "1655385721_drop_networks_config.up.sql": {_1655385721_drop_networks_configUpSql, map[string]*bintree{}}, - "1655385724_networks_chainColor_shortName.up.sql": {_1655385724_networks_chaincolor_shortnameUpSql, map[string]*bintree{}}, - "1655456688_add_deleted_at_field_to_bookmarks_table.up.sql": {_1655456688_add_deleted_at_field_to_bookmarks_tableUpSql, map[string]*bintree{}}, - "1655462032_create_bookmarks_deleted_at_index.up.sql": {_1655462032_create_bookmarks_deleted_at_indexUpSql, map[string]*bintree{}}, - "1657617291_add_multi_transactions_table.up.sql": {_1657617291_add_multi_transactions_tableUpSql, map[string]*bintree{}}, - "1660134042_add_social_links_settings_table.up.sql": {_1660134042_add_social_links_settings_tableUpSql, map[string]*bintree{}}, - "1660134060_settings_bio.up.sql": {_1660134060_settings_bioUpSql, map[string]*bintree{}}, - "1660134070_add_wakuv2_store.up.sql": {_1660134070_add_wakuv2_storeUpSql, map[string]*bintree{}}, - "1660134072_waku2_store_messages.up.sql": {_1660134072_waku2_store_messagesUpSql, map[string]*bintree{}}, - "1662365868_add_key_uid_accounts.up.sql": {_1662365868_add_key_uid_accountsUpSql, map[string]*bintree{}}, - "1662447680_add_keypairs_table.up.sql": {_1662447680_add_keypairs_tableUpSql, map[string]*bintree{}}, - "1662460056_move_favourites_to_saved_addresses.up.sql": {_1662460056_move_favourites_to_saved_addressesUpSql, map[string]*bintree{}}, - "1662738097_add_base_fee_transaction.up.sql": {_1662738097_add_base_fee_transactionUpSql, map[string]*bintree{}}, - "1662972194_add_keypairs_table.up.sql": {_1662972194_add_keypairs_tableUpSql, map[string]*bintree{}}, - "1664392661_add_third_party_id_to_waku_messages.up.sql": {_1664392661_add_third_party_id_to_waku_messagesUpSql, map[string]*bintree{}}, - "1664783660_add_sync_info_to_saved_addresses.up.sql": {_1664783660_add_sync_info_to_saved_addressesUpSql, map[string]*bintree{}}, - "1668109917_wakunodes.up.sql": {_1668109917_wakunodesUpSql, map[string]*bintree{}}, - "1670249678_display_name_to_settings_sync_clock_table.up.sql": {_1670249678_display_name_to_settings_sync_clock_tableUpSql, map[string]*bintree{}}, - "1670836810_add_imported_flag_to_community_archive_hashes.up.sql": {_1670836810_add_imported_flag_to_community_archive_hashesUpSql, map[string]*bintree{}}, - "1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql": {_1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql, map[string]*bintree{}}, - "1672933930_switcher_card.up.sql": {_1672933930_switcher_cardUpSql, map[string]*bintree{}}, - "1674056187_add_price_cache.up.sql": {_1674056187_add_price_cacheUpSql, map[string]*bintree{}}, - "1674136690_ens_usernames.up.sql": {_1674136690_ens_usernamesUpSql, map[string]*bintree{}}, - "1674232431_add_balance_history.up.sql": {_1674232431_add_balance_historyUpSql, map[string]*bintree{}}, - "1676368933_keypairs_to_keycards.up.sql": {_1676368933_keypairs_to_keycardsUpSql, map[string]*bintree{}}, - "1676951398_add_currency_format_cache.up.sql": {_1676951398_add_currency_format_cacheUpSql, map[string]*bintree{}}, - "1676968196_keycards_add_clock_column.up.sql": {_1676968196_keycards_add_clock_columnUpSql, map[string]*bintree{}}, - "1676968197_add_fallback_rpc_to_networks.up.sql": {_1676968197_add_fallback_rpc_to_networksUpSql, map[string]*bintree{}}, - "1677674090_add_chains_ens_istest_to_saved_addresses.up.sql": {_1677674090_add_chains_ens_istest_to_saved_addressesUpSql, map[string]*bintree{}}, - "1677681143_accounts_table_type_column_update.up.sql": {_1677681143_accounts_table_type_column_updateUpSql, map[string]*bintree{}}, - "1678264207_accounts_table_new_columns_added.up.sql": {_1678264207_accounts_table_new_columns_addedUpSql, map[string]*bintree{}}, - "1680770368_add_bio_to_settings_sync_clock_table.up.sql": {_1680770368_add_bio_to_settings_sync_clock_tableUpSql, map[string]*bintree{}}, - "1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql": {_1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql, map[string]*bintree{}}, - "1681392602_9d_sync_period.up.sql": {_1681392602_9d_sync_periodUpSql, map[string]*bintree{}}, - "1681762078_default_sync_period_9d.up.sql": {_1681762078_default_sync_period_9dUpSql, map[string]*bintree{}}, - "1681780680_add_clock_to_social_links_settings.up.sql": {_1681780680_add_clock_to_social_links_settingsUpSql, map[string]*bintree{}}, - "1682073779_settings_table_remove_latest_derived_path_column.up.sql": {_1682073779_settings_table_remove_latest_derived_path_columnUpSql, map[string]*bintree{}}, - "1682146075_add_created_at_to_saved_addresses.up.sql": {_1682146075_add_created_at_to_saved_addressesUpSql, map[string]*bintree{}}, - "1682393575_sync_ens_name.up.sql": {_1682393575_sync_ens_nameUpSql, map[string]*bintree{}}, - "1683457503_add_blocks_ranges_sequential_table.up.sql": {_1683457503_add_blocks_ranges_sequential_tableUpSql, map[string]*bintree{}}, - "1683627613_accounts_and_keycards_improvements.up.sql": {_1683627613_accounts_and_keycards_improvementsUpSql, map[string]*bintree{}}, - "1685041348_settings_table_add_latest_derived_path_column.up.sql": {_1685041348_settings_table_add_latest_derived_path_columnUpSql, map[string]*bintree{}}, - "1685440989_update_color_id_accounts.up.sql": {_1685440989_update_color_id_accountsUpSql, map[string]*bintree{}}, - "1685463947_add_to_asset_to_multitransaction.up.sql": {_1685463947_add_to_asset_to_multitransactionUpSql, map[string]*bintree{}}, - "1685880973_add_profile_links_settings_table.up.sql": {_1685880973_add_profile_links_settings_tableUpSql, map[string]*bintree{}}, - "1686041510_add_idx_transfers_blkno_loaded.up.sql": {_1686041510_add_idx_transfers_blkno_loadedUpSql, map[string]*bintree{}}, - "1686048341_transfers_receipt_json_blob_out.up.sql.down.sql": {_1686048341_transfers_receipt_json_blob_outUpSqlDownSql, map[string]*bintree{}}, - "1686048341_transfers_receipt_json_blob_out.up.sql.up.sql": {_1686048341_transfers_receipt_json_blob_outUpSqlUpSql, map[string]*bintree{}}, - "1686825075_cleanup_token_address.up.sql": {_1686825075_cleanup_token_addressUpSql, map[string]*bintree{}}, - "1687193315_transfers_extract_from_to_address.down.sql": {_1687193315_transfers_extract_from_to_addressDownSql, map[string]*bintree{}}, - "1687193315_transfers_extract_from_to_address.up.sql": {_1687193315_transfers_extract_from_to_addressUpSql, map[string]*bintree{}}, - "1687249080_add_position_accounts.up..sql": {_1687249080_add_position_accountsUpSql, map[string]*bintree{}}, - "1687269871_add_device_name.up.sql": {_1687269871_add_device_nameUpSql, map[string]*bintree{}}, - "1687506642_include_watch_only_account_setting.up.sql": {_1687506642_include_watch_only_account_settingUpSql, map[string]*bintree{}}, - "1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql": {_1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql, map[string]*bintree{}}, - "1688054680_add_columns_to_multitransaction.up.sql": {_1688054680_add_columns_to_multitransactionUpSql, map[string]*bintree{}}, - "1688636552_keycards_table_columns_update.up.sql": {_1688636552_keycards_table_columns_updateUpSql, map[string]*bintree{}}, - "1689248269_add_related_chain_id_networks.up.sql": {_1689248269_add_related_chain_id_networksUpSql, map[string]*bintree{}}, - "1689340211_index_filter_columns.up.sql": {_1689340211_index_filter_columnsUpSql, map[string]*bintree{}}, - "1689498471_make_wallet_accounts_positions_non_negative.up.sql": {_1689498471_make_wallet_accounts_positions_non_negativeUpSql, map[string]*bintree{}}, - "1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql": {_1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql, map[string]*bintree{}}, - "1690225863_add_collectibles_ownership_cache.up.sql": {_1690225863_add_collectibles_ownership_cacheUpSql, map[string]*bintree{}}, - "1690734354_add_preferred_chain_ids.up.sql": {_1690734354_add_preferred_chain_idsUpSql, map[string]*bintree{}}, - "1691173699_add_collectibles_and_collections_data_cache.up.sql": {_1691173699_add_collectibles_and_collections_data_cacheUpSql, map[string]*bintree{}}, - "1691753758_move_wallet_tables_to_wallet_db.up.sql": {_1691753758_move_wallet_tables_to_wallet_dbUpSql, map[string]*bintree{}}, - "1691753800_pubsubtopic_key.up.sql": {_1691753800_pubsubtopic_keyUpSql, map[string]*bintree{}}, - "1693900971_add_profile_migration_needed_column_to_settings_table.up.sql": {_1693900971_add_profile_migration_needed_column_to_settings_tableUpSql, map[string]*bintree{}}, - "1694764094_add_original_to_networks.up.sql": {_1694764094_add_original_to_networksUpSql, map[string]*bintree{}}, - "1695974515_add_is_sepolia_enabled_to_settings.up.sql": {_1695974515_add_is_sepolia_enabled_to_settingsUpSql, map[string]*bintree{}}, - "1696259336_settings_add_url_unfurling_mode.up.sql": {_1696259336_settings_add_url_unfurling_modeUpSql, map[string]*bintree{}}, - "1697123140_drop_include_watch_only_accounts.up.sql": {_1697123140_drop_include_watch_only_accountsUpSql, map[string]*bintree{}}, - "1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql": {_1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql, map[string]*bintree{}}, - "1697623289_add_omit_transfers_history_scan_to_settings.up.sql": {_1697623289_add_omit_transfers_history_scan_to_settingsUpSql, map[string]*bintree{}}, - "1699577175_use_shards.up.sql": {_1699577175_use_shardsUpSql, map[string]*bintree{}}, - "1700741911_clusterID.up.sql": {_1700741911_clusteridUpSql, map[string]*bintree{}}, - "1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql": {_1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql, map[string]*bintree{}}, - "1701084317_add_mnemonic_was_not_shown_to_settings.up.sql": {_1701084317_add_mnemonic_was_not_shown_to_settingsUpSql, map[string]*bintree{}}, - "1701444172_token_preferences.up.sql": {_1701444172_token_preferencesUpSql, map[string]*bintree{}}, - "1701961850_shards_test.up.sql": {_1701961850_shards_testUpSql, map[string]*bintree{}}, - "1702395750_fix_enr_shards_test.up.sql": {_1702395750_fix_enr_shards_testUpSql, map[string]*bintree{}}, - "1702999401_add_dns_discovery_url.up.sql": {_1702999401_add_dns_discovery_urlUpSql, map[string]*bintree{}}, - "1704281285_tokens_advanced_settings.up.sql": {_1704281285_tokens_advanced_settingsUpSql, map[string]*bintree{}}, - "1705338819_collectible_preferences.up.sql": {_1705338819_collectible_preferencesUpSql, map[string]*bintree{}}, - "1706097653_migration_order_fix.up.sql": {_1706097653_migration_order_fixUpSql, map[string]*bintree{}}, - "1706955596_community_storenodes.up.sql": {_1706955596_community_storenodesUpSql, map[string]*bintree{}}, - "1708352924_add_peer_syncing_enabled_to_settings.up.sql": {_1708352924_add_peer_syncing_enabled_to_settingsUpSql, map[string]*bintree{}}, - "1708416025_make_sepolia_default.up.sql": {_1708416025_make_sepolia_defaultUpSql, map[string]*bintree{}}, - "1709203128_fix_chain_colors.up.sql": {_1709203128_fix_chain_colorsUpSql, map[string]*bintree{}}, - "1709795716_migration_order_fix.up.sql": {_1709795716_migration_order_fixUpSql, map[string]*bintree{}}, - "1715756976_network_short_names_update.up.sql": {_1715756976_network_short_names_updateUpSql, map[string]*bintree{}}, - "1716385243_no_discovery.up.sql": {_1716385243_no_discoveryUpSql, map[string]*bintree{}}, - "1718785164_max_delivery_attempts_update.up.sql": {_1718785164_max_delivery_attempts_updateUpSql, map[string]*bintree{}}, - "1718978062_nodeconfig_add_connector.up.sql": {_1718978062_nodeconfig_add_connectorUpSql, map[string]*bintree{}}, - "1720466921_missing_message_verification.up.sql": {_1720466921_missing_message_verificationUpSql, map[string]*bintree{}}, - "1720557751_rename_staging.up.sql": {_1720557751_rename_stagingUpSql, map[string]*bintree{}}, - "1720606449_enable_store_confirmation_for_messages_sent.up.sql": {_1720606449_enable_store_confirmation_for_messages_sentUpSql, map[string]*bintree{}}, - "1721215212_create_keycard_and_accounts.up.sql": {_1721215212_create_keycard_and_accountsUpSql, map[string]*bintree{}}, - "1721832718_rename_shard_test.up.sql": {_1721832718_rename_shard_testUpSql, map[string]*bintree{}}, - "1722415278_remove_incorrectly_added_keycards.up.sql": {_1722415278_remove_incorrectly_added_keycardsUpSql, map[string]*bintree{}}, - "1724939813_remove_omit_transfers_history_scan_from_settings.up.sql": {_1724939813_remove_omit_transfers_history_scan_from_settingsUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/appdatabase/migrationsprevnodecfg/bindata.go b/appdatabase/migrationsprevnodecfg/bindata.go deleted file mode 100644 index e87f09815..000000000 --- a/appdatabase/migrationsprevnodecfg/bindata.go +++ /dev/null @@ -1,1494 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 0001_app.down.sql (356B) -// 0001_app.up.sql (2.967kB) -// 0002_tokens.down.sql (19B) -// 0002_tokens.up.sql (248B) -// 0003_settings.down.sql (118B) -// 0003_settings.up.sql (1.311kB) -// 0004_pending_stickers.down.sql (0) -// 0004_pending_stickers.up.sql (61B) -// 0005_waku_mode.down.sql (0) -// 0005_waku_mode.up.sql (146B) -// 0006_appearance.up.sql (67B) -// 0007_enable_waku_default.up.sql (38B) -// 0008_add_push_notifications.up.sql (349B) -// 0009_enable_sending_push_notifications.down.sql (49B) -// 0009_enable_sending_push_notifications.up.sql (49B) -// 0010_add_block_mentions.down.sql (83B) -// 0010_add_block_mentions.up.sql (89B) -// 0011_allow_webview_permission_requests.down.sql (0) -// 0011_allow_webview_permission_requests.up.sql (88B) -// 0012_pending_transactions.down.sql (33B) -// 0012_pending_transactions.up.sql (321B) -// 0013_favourites.down.sql (23B) -// 0013_favourites.up.sql (132B) -// 0014_add_use_mailservers.down.sql (0) -// 0014_add_use_mailservers.up.sql (111B) -// 0015_link_previews.down.sql (0) -// 0015_link_previews.up.sql (203B) -// 0016_local_notifications_preferences.down.sql (43B) -// 0016_local_notifications_preferences.up.sql (204B) -// 0017_bookmarks.down.sql (22B) -// 0017_bookmarks.up.sql (147B) -// 0018_profile_pictures_visibility.up.sql (84B) -// 0019_blocks_ranges_extra_data.up.sql (89B) -// 0020_metrics.up.sql (235B) -// 0021_add_session_id_to_metrics.up.sql (55B) -// 0022_pending_transfers.up.sql (706B) -// 1618237885_settings_anon_metrics_should_send.up.sql (80B) -// 1618395756_contacts_only.up.sql (136B) -// 1622184614_add_default_sync_period.up.sql (125B) -// 1625872445_user_status.up.sql (351B) -// 1627983977_add_gif_to_settings.up.sql (102B) -// 1628580203_add_hidden_account.up.sql (67B) -// 1629123384_add_id_to_app_metrics.up.sql (589B) -// 1630401853_add_opensea_enabled_to_settings.up.sql (70B) -// 1630464455_create-saved_addresses-table.down.sql (28B) -// 1630464455_create-saved_addresses-table.up.sql (187B) -// 1630485153_networks.down.sql (21B) -// 1630485153_networks.up.sql (394B) -// 1632262444_profile_pictures_show_to.up.sql (81B) -// 1635942153_add_telemetry_server_url_to_settings.up.sql (128B) -// 1635942154_add_backup_setting.up.sql (287B) -// 1637745568_add_auto_message_setting.up.sql (122B) -// 1640111208_nodeconfig.up.sql (7.659kB) -// doc.go (105B) - -package migrationsprevnodecfg - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __0001_appDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\xcb\xaa\xc2\x40\x0c\xc6\xf1\x7d\x9f\xa2\xef\xd1\xd5\x39\xb4\x0b\x41\x54\xc4\x85\xbb\x21\x4e\x63\x1b\x6c\x27\x63\x92\x7a\x79\x7b\x41\xf0\x32\xea\x6c\x7f\xf9\xf8\xa7\x5e\x2f\x57\xe5\xe6\xef\x7f\xde\x94\x8a\x66\x14\x3a\xad\x8a\x37\x04\xef\x79\x0a\x96\xe2\x4e\xf8\xac\x28\xbf\xd1\xf5\xa4\xc6\x72\x4d\x8e\x2d\xc4\x98\xce\x23\xca\x48\xaa\xc4\x21\x75\x13\x08\xba\xff\x8a\x0f\xec\x0f\x29\x8d\x40\x83\xa2\x9c\x3e\xa7\x2f\x77\x82\xc7\x09\xd5\x5c\x07\xcf\xe7\xb3\x45\xdd\x6c\x73\x1b\xe7\x7b\x30\x47\xad\xa3\xf6\x92\x6b\x1a\x47\xf2\xd9\x8f\xf7\xc0\x23\x29\x10\x3a\xd4\xaa\xb8\x05\x00\x00\xff\xff\xf6\xca\x86\xce\x64\x01\x00\x00") - -func _0001_appDownSqlBytes() ([]byte, error) { - return bindataRead( - __0001_appDownSql, - "0001_app.down.sql", - ) -} - -func _0001_appDownSql() (*asset, error) { - bytes, err := _0001_appDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0001_app.down.sql", size: 356, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0x25, 0xa0, 0xf8, 0x7d, 0x2d, 0xd, 0xcf, 0x18, 0xe4, 0x73, 0xc3, 0x95, 0xf5, 0x24, 0x20, 0xa9, 0xe6, 0x9e, 0x1d, 0x93, 0xe5, 0xc5, 0xad, 0x93, 0x8f, 0x5e, 0x40, 0xb5, 0x30, 0xaa, 0x25}} - return a, nil -} - -var __0001_appUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4f\x73\xa2\x30\x14\xbf\xf3\x29\x72\xd4\x19\x2e\x7b\xee\x09\x35\x5a\x66\x29\xec\x22\x6e\xdb\x53\x26\x42\xc4\x8c\x40\xd2\x24\xd4\xfa\xed\x77\x02\x04\x50\x41\xeb\xce\xde\x4c\xde\xcb\xe3\xf7\xe7\xe5\xc5\x79\x08\x9d\x08\x82\xc8\x99\x79\x10\xb8\x4b\xe0\x07\x11\x80\x6f\xee\x3a\x5a\x03\x49\x94\xa2\x45\x2a\xc1\xc4\x52\x27\x4e\xc0\x1f\x27\x9c\x3f\x3b\x21\xf8\x15\xba\x2f\x4e\xf8\x0e\x7e\xc2\x77\xdb\xfa\xc4\x59\x49\xc0\xcc\x0b\x66\xd6\x14\xbc\xba\xd1\x73\xb0\x89\x40\x18\xbc\xba\x8b\x27\xcb\xba\x51\x1c\xc7\x31\x2b\x0b\xa5\x8b\xe3\x24\x11\x44\xca\xe1\xfa\x47\x9c\x65\x44\x81\x59\x10\x78\xd0\xf1\x6d\x2b\xde\xe3\xde\xaa\xc2\x15\xc1\xb7\xc8\xb6\xa4\x62\x02\xa7\x66\xc5\xcb\xed\x81\x9c\x2a\x5c\xb6\xc5\xb1\xda\x37\xfb\x05\xce\x4d\x4a\xcc\x32\x26\xcc\x6f\x41\xb0\x22\x09\xc2\x0a\x2c\x9c\x08\x46\xee\x0b\xac\xc0\xfa\x1b\xcf\xb3\xad\x92\x27\xa3\xd1\x71\xd6\x1b\xdf\xfd\xbd\x81\xc0\xf5\x17\xf0\x0d\x94\x05\xfd\x28\x09\xaa\xd9\x20\xc3\x38\xf0\x7b\x3a\xd4\xb1\x29\x78\x7d\x86\x21\x6c\x97\x4f\xb7\xca\x69\x31\x86\x8b\xe9\x48\x5b\xaa\x5a\xb4\x85\xea\x0a\x1d\x63\xd4\x9c\xba\x28\xd0\xc6\xbb\x32\xdd\xd6\x6d\x6f\xb7\x82\x1d\x25\x11\xda\x5b\x9a\x54\x0a\x9f\x7b\xda\x9a\xd0\xd3\x58\xd1\x9c\x48\x85\x73\x0e\x36\xeb\x95\xbb\xf2\xe1\x02\xcc\xdc\x95\xeb\x47\xb6\x95\x60\xce\x8d\xe5\x60\x01\x97\xce\xc6\x8b\xc0\x0e\x67\x92\xd8\xd6\x9e\x6a\xdf\x4f\x6e\x91\x90\x2f\xb0\xf1\xd7\xf5\x49\xd7\x8f\x1e\xeb\x46\x83\x18\x35\xf5\xc0\xc4\x6a\xb6\x90\x61\xd0\x41\x35\x39\x75\xeb\x2c\x83\x10\xba\x2b\x5f\x33\x9b\x74\x67\xa6\x20\x84\x4b\x18\x42\x7f\x0e\xbb\xea\x13\xbd\x1f\x68\x0e\x1e\x8c\x20\x98\x3b\xeb\xb9\xb3\x80\xd6\x1d\x35\x35\x7d\x2d\x65\xa7\x5a\x4f\xcc\xc7\x68\x72\x22\x72\x2a\x25\x65\x85\x2e\xa8\x0b\xa3\x21\x2f\xba\xb4\xcb\x48\x9f\x6c\x7b\xfc\x8c\x6b\x85\x76\x52\x6f\x0f\x53\xbd\x05\x50\x09\x5c\xc8\x5d\xdd\x3a\x05\x51\x47\x26\x0e\xda\x80\xd6\xd8\xba\x25\xfa\x5e\x60\xb9\x6f\x07\x47\xb7\x7d\x39\x52\xba\xc8\x36\x3b\xa0\x91\x43\xea\xab\x99\x17\x92\x14\x09\x11\x26\xc3\xb6\x04\x89\x09\xe5\xaa\x89\x66\x2c\x6d\x7e\x9d\x4d\xc5\xf3\x4f\x14\x65\xbe\x25\xe2\x1a\x6f\xaf\xcd\x47\x39\x65\x0c\x27\x24\xa9\x3a\xbe\x6d\xf7\x1f\xe7\xda\x77\xda\xd8\x0d\x55\xdb\x10\x3b\xef\xbc\x8c\xc5\x07\x79\x3b\xfd\xca\x25\xdb\x9a\x07\xfe\x3a\x0a\x1d\x0d\xab\x99\x34\xc6\x18\xc4\x89\x30\x13\xa7\xfa\xdd\x94\x36\xe3\x69\xa2\x6b\xb6\x1f\xe9\xbe\x3b\xbd\xd7\xe5\x35\xd2\xef\xda\x7e\xdb\xdf\x31\xf1\x5b\xef\xbf\x25\xf9\xd2\xf1\xd6\x83\x5a\xe4\x98\x73\x5a\xa4\x68\xc7\x84\x99\x9d\x48\x31\x54\x31\x18\xd4\xe4\x52\xf3\xc7\x75\x41\x02\x17\x29\xf9\x4f\xf2\xec\x04\xcb\x87\xc5\x51\xec\x72\xff\x1e\xbc\x1c\xd3\x4c\x12\xf1\x59\x5f\x59\x00\x00\xa0\xc9\xf0\x43\xae\x63\xd5\xb0\xb9\x06\xa5\x43\xe3\x90\x75\x94\x63\x29\x8f\x4c\x24\xdd\x9d\xd4\xbb\xbb\x8c\x10\x75\x75\xe2\xb1\x91\xd8\x11\x40\x82\x7c\x94\x44\x2a\x94\x62\x6e\xc8\xa4\x98\xd7\x72\xf5\x9f\x16\xb8\x82\x97\xf8\x74\x9e\x62\xf7\xb2\x06\x1f\x43\x1d\xa8\xde\xf1\xcb\x87\x66\x9c\x47\xfd\x82\x8f\x20\x47\x4d\x31\x44\x93\x2f\x7d\xb7\x47\x09\x36\x79\xdf\x36\x18\x29\xc6\x69\x6c\x94\xa9\x16\xe3\x4e\x37\xc5\xe5\xb9\x61\x19\x96\xca\xa0\x68\x35\xea\x8d\x38\x9d\x93\x50\x19\xb3\x4f\x22\x4e\x57\x4f\x7e\x73\x21\xab\x46\x22\x29\x53\x54\xff\x1b\x19\xce\xfa\xe7\x1e\xa8\x70\x1b\x9d\xda\x4b\xd7\xf7\x68\x94\x72\xc6\x8e\xa4\xa3\x57\xb7\x4d\xc3\xb1\x4e\xd8\xd3\x74\xdf\xcf\x50\xcc\xc4\xaf\xe1\xfe\x0d\x00\x00\xff\xff\xe8\x42\x77\x9b\x97\x0b\x00\x00") - -func _0001_appUpSqlBytes() ([]byte, error) { - return bindataRead( - __0001_appUpSql, - "0001_app.up.sql", - ) -} - -func _0001_appUpSql() (*asset, error) { - bytes, err := _0001_appUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0001_app.up.sql", size: 2967, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0x3a, 0xa7, 0xf2, 0x8f, 0xfa, 0x82, 0x7c, 0xc5, 0x49, 0xac, 0xac, 0xf, 0xc, 0x77, 0xe2, 0xba, 0xe8, 0x4d, 0xe, 0x6f, 0x5d, 0x2c, 0x2c, 0x18, 0x80, 0xc2, 0x1d, 0xe, 0x25, 0xe, 0x18}} - return a, nil -} - -var __0002_tokensDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\xc9\xcf\x4e\xcd\x2b\xb6\xe6\x02\x04\x00\x00\xff\xff\xf0\xdb\x32\xa7\x13\x00\x00\x00") - -func _0002_tokensDownSqlBytes() ([]byte, error) { - return bindataRead( - __0002_tokensDownSql, - "0002_tokens.down.sql", - ) -} - -func _0002_tokensDownSql() (*asset, error) { - bytes, err := _0002_tokensDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0002_tokens.down.sql", size: 19, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0x31, 0x2, 0xcc, 0x2f, 0x38, 0x90, 0xf7, 0x58, 0x37, 0x47, 0xf4, 0x18, 0xf7, 0x72, 0x74, 0x67, 0x14, 0x7e, 0xf3, 0xb1, 0xd6, 0x5f, 0xb0, 0xd5, 0xe7, 0x91, 0xf4, 0x26, 0x77, 0x8e, 0x68}} - return a, nil -} - -var __0002_tokensUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xcd\x6a\x85\x30\x10\x46\xf7\x79\x8a\x6f\x79\x05\xdf\xa0\xab\xa8\xa9\x0e\xb5\xb1\xc4\xb1\xea\xaa\x58\x93\x85\xf8\x13\x30\x42\xe9\xdb\x17\x4b\x4b\x2b\xdc\xed\x37\x67\x0e\x27\x35\x4a\xb2\x02\xcb\xa4\x54\xa0\x47\xe8\x8a\xa1\x3a\xaa\xb9\xc6\xe1\x67\xb7\x05\xdc\x04\x30\x58\xbb\xbb\x10\xf0\x2a\x4d\x5a\x48\xf3\x4d\xe9\xa6\x2c\x63\x01\x6c\xee\xf8\xf0\xfb\xfc\x36\x59\x34\xba\xa6\x5c\xab\x0c\x09\xe5\xa4\xf9\x8a\x0d\xab\x03\xab\xee\xba\x86\xcf\xf5\xdd\x2f\x77\xbd\xd6\x8d\xd3\x3a\x2c\xe1\xcf\x4a\x9a\xcf\xc3\xe8\x17\xbf\xff\xbe\x9c\xc3\x8b\xa1\x67\x69\x7a\x3c\xa9\x1e\xb7\x9f\xd4\xf8\x5f\x57\x24\x22\xb4\xc4\x45\xd5\x30\x4c\xd5\x52\xf6\x20\xc4\x57\x00\x00\x00\xff\xff\x73\xf3\x87\xe5\xf8\x00\x00\x00") - -func _0002_tokensUpSqlBytes() ([]byte, error) { - return bindataRead( - __0002_tokensUpSql, - "0002_tokens.up.sql", - ) -} - -func _0002_tokensUpSql() (*asset, error) { - bytes, err := _0002_tokensUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0002_tokens.up.sql", size: 248, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xd6, 0xde, 0xd3, 0x7b, 0xee, 0x92, 0x11, 0x38, 0xa4, 0xeb, 0x84, 0xca, 0xcb, 0x37, 0x75, 0x5, 0x77, 0x7f, 0x14, 0x39, 0xee, 0xa1, 0x8b, 0xd4, 0x5c, 0x6e, 0x55, 0x6, 0x50, 0x16, 0xd4}} - return a, nil -} - -var __0003_settingsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xca\xb1\x0a\xc2\x40\x0c\x06\xe0\x3d\x4f\xf1\x8f\x0a\xbe\x41\xa7\x5c\x1b\x69\xb0\x9a\x92\x46\x6b\x47\x87\x43\x04\x11\xe1\x4e\xc1\xb7\x77\x11\xd7\x8f\xaf\x73\x1b\x11\x9c\x06\x41\xc9\xb5\xde\x1e\xd7\xd2\x50\xeb\xc2\x21\x3f\xd6\x2d\x0e\x16\x90\xb3\x4e\x31\xfd\x13\x56\x04\xd4\xcf\x33\xe3\xc4\xde\xf6\xec\x18\x5d\xf7\xec\x0b\x76\xb2\x6c\x08\x78\x5f\xee\xaf\x8c\x34\x58\xa2\x35\x66\x8d\xde\x8e\x01\xb7\x59\xbb\x86\xe8\x1b\x00\x00\xff\xff\x49\x2e\x16\x6c\x76\x00\x00\x00") - -func _0003_settingsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0003_settingsDownSql, - "0003_settings.down.sql", - ) -} - -func _0003_settingsDownSql() (*asset, error) { - bytes, err := _0003_settingsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0003_settings.down.sql", size: 118, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0xa6, 0xf5, 0xc0, 0x60, 0x64, 0x77, 0xe2, 0xe7, 0x3c, 0x9b, 0xb1, 0x52, 0xa9, 0x95, 0x16, 0xf8, 0x60, 0x2f, 0xa5, 0xeb, 0x46, 0xb9, 0xb9, 0x8f, 0x4c, 0xf4, 0xfd, 0xbb, 0xe7, 0xe5, 0xe5}} - return a, nil -} - -var __0003_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x93\xbd\x6e\xdb\x30\x10\xc7\x77\x3f\x05\xb7\xb4\x40\x87\x66\x28\x50\x20\x93\x1c\xab\x89\x50\x57\x0a\x54\xb9\x41\xa6\x03\x4d\x9e\xad\x83\x29\x92\xe0\x51\x0e\xf4\xf6\x85\x1c\x45\x56\x53\xd9\x23\x79\xbf\xfb\xbe\xff\xaa\x2c\x9e\x44\x95\x2c\xd7\xa9\x60\x8c\x91\xec\x9e\xef\x16\xf7\x65\x9a\x54\xe9\x87\x6f\xf1\x69\x21\x84\xd4\x3a\x20\xb3\xf8\x93\x94\xf7\x8f\x49\x29\xf2\xa2\x12\xf9\x66\xbd\xfe\xb2\x10\x42\xd5\xd2\x31\x34\x4e\xa3\x58\x16\xc5\x3a\x4d\x72\xb1\x4a\x7f\x24\x9b\x75\x25\x76\xd2\x30\x9e\x98\x36\x04\xb4\xaa\x1b\x03\xbc\x13\x37\x2d\xeb\x9b\x33\x11\xc1\x62\x7c\x75\xe1\x30\x9f\xa9\xe5\xe8\x1a\xd8\x3a\x17\xad\xd3\xc8\x62\xb9\x2e\x96\x73\x06\x40\x2b\xb7\x06\xf5\x08\x68\xe9\x3d\xc3\xb5\x2e\x90\xfc\xed\xb7\xef\xb7\x1f\x99\xde\xb4\x33\x88\x71\xfa\x51\x93\x46\xa8\x5d\x83\x10\x9d\x33\x91\xfc\xe5\xc6\xc9\x72\x94\xc6\xc8\x48\xce\x02\xe9\xd9\xd4\x07\xec\xa0\xbd\x6c\x53\x32\x68\x38\xc5\xb1\x0a\xa7\xe0\xd4\xee\x25\x05\xd4\xe0\xac\xd8\xe4\xbf\xb3\x87\x3c\x5d\x89\x65\xf6\x90\xe5\xd5\x47\x88\xec\x7e\xea\x6f\x24\x47\x68\xbd\x96\x11\xf5\x9c\xab\x91\x11\x39\x82\xc6\x40\x47\xec\x23\xc4\xfa\x8c\x65\x79\x35\x76\xfc\xf5\x44\xbb\x3d\x18\x3c\xa2\x99\xa6\x68\x2c\x36\xce\x92\x9a\xfe\x59\xd9\xe0\x6c\xbf\xc3\xfa\xdf\x56\xfb\xaf\xc5\x69\x04\xe5\xec\x8e\xf6\xe3\x5a\xad\x8b\xb4\x23\x75\x9a\xee\x64\xe9\x97\x96\xe1\x6b\x17\xdd\x5b\x0f\xff\x85\xf7\x64\x2d\x6a\x68\x24\x19\xc6\x70\xc4\x70\xbe\x2e\x1f\x70\x87\xa1\x1f\xef\xb4\xec\xc1\x72\x24\x7c\x05\x1f\xe8\x28\x55\x77\x25\x73\xbb\x35\xa4\xe0\x80\xdd\x6c\xd7\x01\x1b\x6c\xb6\x18\x80\x3b\xab\xc8\xee\x41\xd5\x8e\xd4\x15\x3d\x31\xed\x6d\xcf\xf9\x3a\x48\x9e\x9f\x24\x47\x52\x07\x0c\x0c\x5e\xaa\x03\xc3\x70\x88\x13\x4d\x8c\x40\x40\xd5\x2b\xef\xfd\x7d\x06\x86\x62\x9c\x85\xc6\x6d\xc9\xe0\x28\xce\xcb\x75\x75\x36\xd6\x18\x49\x4d\x6f\x7d\xd4\x3a\xe9\x1b\xf1\x54\x66\xbf\x92\xf2\x45\xfc\x4c\x5f\x7a\x87\x96\x31\xf4\x53\x3d\x67\x7d\xed\xab\x8c\x10\x9c\x8b\x57\x05\x3b\x70\x8c\xfd\xfd\x82\x97\xcc\xd7\x56\x3f\xd0\x47\x62\xda\x9a\x5e\xb7\x07\xb4\x63\xdc\xc5\x67\xf1\x9c\x55\x8f\xc5\xa6\x12\x65\xf1\x9c\xad\xee\x16\x7f\x03\x00\x00\xff\xff\xa5\xa1\x7b\x78\x1f\x05\x00\x00") - -func _0003_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0003_settingsUpSql, - "0003_settings.up.sql", - ) -} - -func _0003_settingsUpSql() (*asset, error) { - bytes, err := _0003_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0003_settings.up.sql", size: 1311, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x35, 0x0, 0xeb, 0xe2, 0x33, 0x68, 0xb9, 0xf4, 0xf6, 0x8e, 0x9e, 0x10, 0xe9, 0x58, 0x68, 0x28, 0xb, 0xcd, 0xec, 0x74, 0x71, 0xa7, 0x9a, 0x5a, 0x77, 0x59, 0xb1, 0x13, 0x1c, 0xa1, 0x5b}} - return a, nil -} - -var __0004_pending_stickersDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _0004_pending_stickersDownSqlBytes() ([]byte, error) { - return bindataRead( - __0004_pending_stickersDownSql, - "0004_pending_stickers.down.sql", - ) -} - -func _0004_pending_stickersDownSql() (*asset, error) { - bytes, err := _0004_pending_stickersDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0004_pending_stickers.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __0004_pending_stickersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2e\xc9\x4c\xce\x4e\x2d\x2a\x8e\x2f\x48\x4c\xce\x2e\x8e\x2f\x48\xcd\x4b\xc9\xcc\x4b\x57\x70\xf2\xf1\x77\xb2\xe6\x02\x04\x00\x00\xff\xff\xc9\xc1\xc2\xc6\x3d\x00\x00\x00") - -func _0004_pending_stickersUpSqlBytes() ([]byte, error) { - return bindataRead( - __0004_pending_stickersUpSql, - "0004_pending_stickers.up.sql", - ) -} - -func _0004_pending_stickersUpSql() (*asset, error) { - bytes, err := _0004_pending_stickersUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0004_pending_stickers.up.sql", size: 61, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0xed, 0x25, 0xdf, 0x75, 0x2, 0x6c, 0xf0, 0xa2, 0xa8, 0x37, 0x62, 0x65, 0xad, 0xfd, 0x98, 0xa0, 0x9d, 0x63, 0x94, 0xdf, 0x6b, 0x46, 0xe0, 0x68, 0xec, 0x9c, 0x7f, 0x77, 0xdd, 0xb3, 0x6}} - return a, nil -} - -var __0005_waku_modeDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _0005_waku_modeDownSqlBytes() ([]byte, error) { - return bindataRead( - __0005_waku_modeDownSql, - "0005_waku_mode.down.sql", - ) -} - -func _0005_waku_modeDownSql() (*asset, error) { - bytes, err := _0005_waku_modeDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0005_waku_mode.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __0005_waku_modeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4f\xcc\x2e\x8d\x4f\xcd\x4b\x4c\xca\x49\x4d\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\x22\xca\x8c\xa4\x9c\xfc\xfc\xdc\xf8\xb4\xcc\x9c\x92\xd4\xa2\xf8\xdc\xfc\x94\x54\x5c\xa6\x01\x02\x00\x00\xff\xff\x00\x97\x79\x75\x92\x00\x00\x00") - -func _0005_waku_modeUpSqlBytes() ([]byte, error) { - return bindataRead( - __0005_waku_modeUpSql, - "0005_waku_mode.up.sql", - ) -} - -func _0005_waku_modeUpSql() (*asset, error) { - bytes, err := _0005_waku_modeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0005_waku_mode.up.sql", size: 146, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0x91, 0xc, 0xd7, 0x89, 0x61, 0x2e, 0x4c, 0x5a, 0xb6, 0x67, 0xd1, 0xc1, 0x42, 0x24, 0x38, 0xd6, 0x1b, 0x75, 0x41, 0x9c, 0x23, 0xb0, 0xca, 0x5c, 0xf1, 0x5c, 0xd0, 0x13, 0x92, 0x3e, 0xe1}} - return a, nil -} - -var __0006_appearanceUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2c\x28\x48\x4d\x2c\x4a\xcc\x4b\x4e\x55\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x0b\x18\x43\x21\x43\x00\x00\x00") - -func _0006_appearanceUpSqlBytes() ([]byte, error) { - return bindataRead( - __0006_appearanceUpSql, - "0006_appearance.up.sql", - ) -} - -func _0006_appearanceUpSql() (*asset, error) { - bytes, err := _0006_appearanceUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0006_appearance.up.sql", size: 67, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x6, 0x25, 0x6c, 0xe4, 0x9d, 0xa7, 0x72, 0xe8, 0xbc, 0xe4, 0x1f, 0x1e, 0x2d, 0x7c, 0xb7, 0xf6, 0xa3, 0xec, 0x3b, 0x4e, 0x93, 0x2e, 0xa4, 0xec, 0x6f, 0xe5, 0x95, 0x94, 0xe8, 0x4, 0xfb}} - return a, nil -} - -var __0007_enable_waku_defaultUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x28\x4f\xcc\x2e\x8d\x4f\xcd\x4b\x4c\xca\x49\x4d\x51\xb0\x55\x30\xb4\xe6\x02\x04\x00\x00\xff\xff\xa7\x77\xcb\x82\x26\x00\x00\x00") - -func _0007_enable_waku_defaultUpSqlBytes() ([]byte, error) { - return bindataRead( - __0007_enable_waku_defaultUpSql, - "0007_enable_waku_default.up.sql", - ) -} - -func _0007_enable_waku_defaultUpSql() (*asset, error) { - bytes, err := _0007_enable_waku_defaultUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0007_enable_waku_default.up.sql", size: 38, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0x42, 0xb6, 0xe5, 0x48, 0x41, 0xeb, 0xc0, 0x7e, 0x3b, 0xe6, 0x8e, 0x96, 0x33, 0x20, 0x92, 0x24, 0x5a, 0x60, 0xfa, 0xa0, 0x3, 0x5e, 0x76, 0x4b, 0x89, 0xaa, 0x37, 0x66, 0xbc, 0x26, 0x11}} - return a, nil -} - -var __0008_add_push_notificationsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xce\x51\x0e\x82\x30\x0c\x00\xd0\x7f\x4f\xd1\x7b\xf8\x35\x64\x7c\x55\x48\x70\x7c\x2f\x08\x45\x97\x40\x6b\xd6\x6a\xe2\xed\x3d\x80\x33\x9a\x78\x81\x97\xe7\x30\xf8\x1e\x82\xab\xd0\x83\x92\x59\xe2\x8b\x82\xab\x6b\x38\x74\x38\x1c\x5b\xc8\xb4\x89\x51\xbc\xdd\xf5\x1a\x59\x2c\x2d\x69\x1a\x2d\x09\x6b\x24\x1e\xcf\x2b\xcd\x50\x75\x1d\x7a\xd7\x42\xed\x1b\x37\x60\x80\xc6\xe1\xc9\xef\x77\xdf\x60\x25\x9e\x0b\xec\x1b\x17\xfa\xe1\x07\xad\xf0\x53\xca\x0f\xca\xff\x36\x0b\xf0\x92\x65\x8b\x93\xb0\x8d\x93\x69\x14\x5e\x9f\x9f\xf0\x57\x00\x00\x00\xff\xff\x30\xc0\x56\xbd\x5d\x01\x00\x00") - -func _0008_add_push_notificationsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0008_add_push_notificationsUpSql, - "0008_add_push_notifications.up.sql", - ) -} - -func _0008_add_push_notificationsUpSql() (*asset, error) { - bytes, err := _0008_add_push_notificationsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0008_add_push_notifications.up.sql", size: 349, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0x0, 0xbf, 0xd0, 0xdd, 0xcd, 0x73, 0xe0, 0x7c, 0x56, 0xef, 0xdc, 0x57, 0x61, 0x94, 0x64, 0x70, 0xb9, 0xfa, 0xa1, 0x2a, 0x36, 0xc, 0x2f, 0xf8, 0x95, 0xa, 0x57, 0x3e, 0x7a, 0xd7, 0x12}} - return a, nil -} - -var __0009_enable_sending_push_notificationsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x28\x4e\xcd\x4b\x89\x2f\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x2b\x56\xb0\x55\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x57\x2d\xdb\x16\x31\x00\x00\x00") - -func _0009_enable_sending_push_notificationsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0009_enable_sending_push_notificationsDownSql, - "0009_enable_sending_push_notifications.down.sql", - ) -} - -func _0009_enable_sending_push_notificationsDownSql() (*asset, error) { - bytes, err := _0009_enable_sending_push_notificationsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0009_enable_sending_push_notifications.down.sql", size: 49, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe9, 0xae, 0x1b, 0x41, 0xcb, 0x9c, 0x2c, 0x93, 0xc6, 0x2a, 0x77, 0x3, 0xb9, 0x51, 0xe0, 0x68, 0x68, 0x0, 0xf7, 0x5b, 0xb3, 0x1e, 0x94, 0x44, 0xba, 0x9c, 0xd0, 0x3b, 0x80, 0x21, 0x6f, 0xb5}} - return a, nil -} - -var __0009_enable_sending_push_notificationsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x28\x4e\xcd\x4b\x89\x2f\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x2b\x56\xb0\x55\x30\xb4\xe6\x02\x04\x00\x00\xff\xff\x60\x47\x19\x17\x31\x00\x00\x00") - -func _0009_enable_sending_push_notificationsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0009_enable_sending_push_notificationsUpSql, - "0009_enable_sending_push_notifications.up.sql", - ) -} - -func _0009_enable_sending_push_notificationsUpSql() (*asset, error) { - bytes, err := _0009_enable_sending_push_notificationsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0009_enable_sending_push_notifications.up.sql", size: 49, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x80, 0xe4, 0x9c, 0xc8, 0xb8, 0xd5, 0xef, 0xce, 0x74, 0x9b, 0x7b, 0xdd, 0xa, 0x99, 0x1e, 0xef, 0x7f, 0xb8, 0x99, 0x84, 0x4, 0x0, 0x6b, 0x1d, 0x2c, 0xa, 0xf8, 0x2c, 0x4f, 0xb5, 0x44}} - return a, nil -} - -var __0010_add_block_mentionsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x2b\x8e\x4f\xca\xc9\x4f\xce\x8e\xcf\x4d\xcd\x03\x73\x15\x9c\xfc\xfd\x7d\x5c\x1d\xfd\x14\x5c\x5c\xdd\x1c\x43\x7d\x42\x14\xdc\x1c\x7d\x82\x5d\xad\xb9\x00\x01\x00\x00\xff\xff\xa8\x45\x75\x3b\x53\x00\x00\x00") - -func _0010_add_block_mentionsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0010_add_block_mentionsDownSql, - "0010_add_block_mentions.down.sql", - ) -} - -func _0010_add_block_mentionsDownSql() (*asset, error) { - bytes, err := _0010_add_block_mentionsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0010_add_block_mentions.down.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6d, 0x9e, 0x27, 0x1e, 0xba, 0x9f, 0xca, 0xae, 0x98, 0x2e, 0x6e, 0xe3, 0xdd, 0xac, 0x73, 0x34, 0x4e, 0x69, 0x92, 0xb5, 0xf6, 0x9, 0xab, 0x50, 0x35, 0xd, 0xee, 0xeb, 0x3e, 0xcc, 0x7e, 0xce}} - return a, nil -} - -var __0010_add_block_mentionsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xc7\x31\x0a\x42\x31\x0c\x06\xe0\xdd\x53\xfc\xf7\x70\xca\xb3\x79\x53\x7c\x05\x6d\xe7\xa2\xa5\x6a\x50\x53\x21\xf1\xfe\x82\xe3\x47\x52\xf8\x84\x42\x8b\x30\x7c\x44\xa8\xdd\x1d\x94\x12\x0e\x59\xea\x71\xc3\xe7\xeb\x8f\x66\x33\xf4\xa6\xfd\x12\x3a\xcd\xdb\xf5\x35\xfb\xb3\xbd\x87\xfd\x89\x25\x67\x61\xda\x90\x78\xa5\x2a\x05\x2b\xc9\x99\xf7\xbb\x5f\x00\x00\x00\xff\xff\x2b\x4e\x3f\xc5\x59\x00\x00\x00") - -func _0010_add_block_mentionsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0010_add_block_mentionsUpSql, - "0010_add_block_mentions.up.sql", - ) -} - -func _0010_add_block_mentionsUpSql() (*asset, error) { - bytes, err := _0010_add_block_mentionsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0010_add_block_mentions.up.sql", size: 89, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd7, 0x23, 0x85, 0xa2, 0xb5, 0xb6, 0xb4, 0x3f, 0xdc, 0x4e, 0xff, 0xe2, 0x6b, 0x66, 0x68, 0x5e, 0xb2, 0xb4, 0x14, 0xb2, 0x1b, 0x4d, 0xb1, 0xce, 0xf7, 0x6, 0x58, 0xa7, 0xaf, 0x93, 0x3f, 0x25}} - return a, nil -} - -var __0011_allow_webview_permission_requestsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _0011_allow_webview_permission_requestsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0011_allow_webview_permission_requestsDownSql, - "0011_allow_webview_permission_requests.down.sql", - ) -} - -func _0011_allow_webview_permission_requestsDownSql() (*asset, error) { - bytes, err := _0011_allow_webview_permission_requestsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0011_allow_webview_permission_requests.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __0011_allow_webview_permission_requestsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0e\x02\x21\x0c\x05\xd0\xab\xfc\x7b\xb8\xea\x48\x67\x55\x87\x44\x61\x4d\x34\x69\x4c\x13\x04\xa5\x28\xd7\xf7\x91\x24\xbe\x22\xd1\x26\x0c\xd7\x39\xad\x3d\x1d\x14\x02\xce\x51\xf2\xe5\xc0\xd2\xc7\xcf\x74\x95\x7b\xad\x7d\x95\xb7\x8e\x97\xb9\x5b\x6f\x65\xe8\xe7\xab\x3e\x1d\x5b\x8c\xc2\x74\x20\xf0\x4e\x59\x12\x76\x92\x1b\x9f\xfe\x01\x00\x00\xff\xff\xc8\x7d\x35\xfa\x58\x00\x00\x00") - -func _0011_allow_webview_permission_requestsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0011_allow_webview_permission_requestsUpSql, - "0011_allow_webview_permission_requests.up.sql", - ) -} - -func _0011_allow_webview_permission_requestsUpSql() (*asset, error) { - bytes, err := _0011_allow_webview_permission_requestsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0011_allow_webview_permission_requests.up.sql", size: 88, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x43, 0x5f, 0x22, 0x4c, 0x98, 0x1d, 0xc6, 0xf4, 0x89, 0xaf, 0xf4, 0x44, 0xba, 0xf8, 0x28, 0xa7, 0xb5, 0xb9, 0xf0, 0xf2, 0xcb, 0x5, 0x59, 0x7a, 0xc, 0xdf, 0xd3, 0x38, 0xa4, 0xb8, 0x98, 0xc2}} - return a, nil -} - -var __0012_pending_transactionsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x48\xcd\x4b\xc9\xcc\x4b\x8f\x2f\x29\x4a\xcc\x2b\x4e\x4c\x2e\xc9\xcc\xcf\x2b\xb6\xe6\x02\x04\x00\x00\xff\xff\x62\x4b\x2a\x6c\x21\x00\x00\x00") - -func _0012_pending_transactionsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0012_pending_transactionsDownSql, - "0012_pending_transactions.down.sql", - ) -} - -func _0012_pending_transactionsDownSql() (*asset, error) { - bytes, err := _0012_pending_transactionsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0012_pending_transactions.down.sql", size: 33, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0x41, 0xfe, 0x5c, 0xd8, 0xc3, 0x29, 0xfd, 0x31, 0x78, 0x99, 0x7a, 0xeb, 0x17, 0x62, 0x88, 0x41, 0xb3, 0xe7, 0xb5, 0x5, 0x0, 0x90, 0xa1, 0x7, 0x1a, 0x23, 0x88, 0x81, 0xba, 0x56, 0x9d}} - return a, nil -} - -var __0012_pending_transactionsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\xc1\x4e\x02\x31\x14\x45\xf7\xfd\x8a\xbb\x84\x84\x3f\x70\x55\xa0\xc2\x8b\x63\xc7\x74\xde\x08\xac\x9a\x62\xab\x4c\x90\x76\xd2\xd6\x18\xff\xde\xe8\x46\x8d\x13\x96\x2f\xe7\x9d\x9b\x9c\x95\x51\x92\x15\x58\x2e\x1b\x05\xba\x85\x6e\x19\x6a\x4f\x1d\x77\x18\x43\xf4\x43\x7c\xb1\x35\xbb\x58\xdc\x53\x1d\x52\x2c\x98\x09\x20\x86\xfa\x9e\xf2\xd9\x0e\x1e\xbd\xee\x68\xa3\xd5\x1a\x4b\xda\x90\xe6\x6f\x5d\xf7\x4d\xb3\x10\xc0\x2f\xcf\x9e\x5c\x39\xe1\x51\x9a\xd5\x56\x9a\x3f\x4f\xc7\xd7\xb3\x8d\x6f\x97\x63\xc8\x53\x13\xcf\x39\x5d\xac\xf3\x3e\x87\x52\x26\xf5\x9a\xae\xe3\x8f\x31\x4c\x02\xef\xaa\x03\xab\x3d\x7f\x1d\x0f\x86\xee\xa5\x39\xe0\x4e\x1d\x30\xfb\x89\x5b\xfc\x2b\x98\x8b\x39\x76\xc4\xdb\xb6\x67\x98\x76\x47\xeb\x1b\x21\x3e\x03\x00\x00\xff\xff\x9c\xbd\x6e\xaa\x41\x01\x00\x00") - -func _0012_pending_transactionsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0012_pending_transactionsUpSql, - "0012_pending_transactions.up.sql", - ) -} - -func _0012_pending_transactionsUpSql() (*asset, error) { - bytes, err := _0012_pending_transactionsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0012_pending_transactions.up.sql", size: 321, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd, 0x17, 0xff, 0xd7, 0xa7, 0x49, 0x1e, 0x7b, 0x34, 0x63, 0x7c, 0x53, 0xaa, 0x6b, 0x2d, 0xc8, 0xe0, 0x82, 0x21, 0x90, 0x3a, 0x94, 0xf1, 0xa6, 0xe4, 0x70, 0xe5, 0x85, 0x1a, 0x48, 0x25, 0xb}} - return a, nil -} - -var __0013_favouritesDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\x4b\x2c\xcb\x2f\x2d\xca\x2c\x49\x2d\xb6\xe6\x02\x04\x00\x00\xff\xff\x76\xaf\x3d\x70\x17\x00\x00\x00") - -func _0013_favouritesDownSqlBytes() ([]byte, error) { - return bindataRead( - __0013_favouritesDownSql, - "0013_favourites.down.sql", - ) -} - -func _0013_favouritesDownSql() (*asset, error) { - bytes, err := _0013_favouritesDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0013_favourites.down.sql", size: 23, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0xf8, 0x55, 0x13, 0x4f, 0x4a, 0x19, 0x83, 0x9c, 0xda, 0x34, 0xb8, 0x3, 0x54, 0x82, 0x1e, 0x99, 0x36, 0x6b, 0x42, 0x3, 0xf6, 0x43, 0xde, 0xe6, 0x32, 0xb6, 0xdf, 0xe2, 0x59, 0x8c, 0x84}} - return a, nil -} - -var __0013_favouritesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcb\xb1\xaa\xc2\x40\x10\x46\xe1\x7e\x9e\xe2\x2f\x13\xb8\x6f\x70\xab\x31\x8e\x64\x70\xcd\xca\x64\x62\x92\x72\x21\x2b\x58\xa8\x90\x55\x9f\x5f\x10\x1b\xdb\xc3\xf9\x1a\x13\x76\x81\xf3\x26\x08\x74\x87\x2e\x3a\x64\xd2\xde\x7b\x9c\xd3\xeb\xfe\x5c\x2f\x8f\x5c\x50\x11\x90\x96\x65\xcd\xa5\xe0\xc4\xd6\xb4\x6c\x9f\xb3\x1b\x42\xf8\x23\xe0\x96\xae\x19\x2e\x93\xff\xd4\xa3\xe9\x81\x6d\xc6\x5e\x66\x54\x5f\x5e\x53\x8d\x51\xbd\x8d\x83\xc3\xe2\xa8\xdb\x7f\xa2\x77\x00\x00\x00\xff\xff\xb6\x82\x8c\x1e\x84\x00\x00\x00") - -func _0013_favouritesUpSqlBytes() ([]byte, error) { - return bindataRead( - __0013_favouritesUpSql, - "0013_favourites.up.sql", - ) -} - -func _0013_favouritesUpSql() (*asset, error) { - bytes, err := _0013_favouritesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0013_favourites.up.sql", size: 132, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbe, 0x1, 0x27, 0x38, 0x76, 0xf5, 0xcb, 0x61, 0xda, 0x5b, 0xce, 0xd9, 0x8b, 0x18, 0x77, 0x61, 0x84, 0xe7, 0x22, 0xe2, 0x13, 0x99, 0xab, 0x32, 0xbc, 0xbe, 0xed, 0x1f, 0x2f, 0xb0, 0xe4, 0x8d}} - return a, nil -} - -var __0014_add_use_mailserversDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _0014_add_use_mailserversDownSqlBytes() ([]byte, error) { - return bindataRead( - __0014_add_use_mailserversDownSql, - "0014_add_use_mailservers.down.sql", - ) -} - -func _0014_add_use_mailserversDownSql() (*asset, error) { - bytes, err := _0014_add_use_mailserversDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0014_add_use_mailservers.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __0014_add_use_mailserversUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\x4e\x8d\xcf\x4d\xcc\xcc\x29\x4e\x2d\x2a\x4b\x2d\x2a\x56\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x08\x09\x0a\x75\xb5\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x20\xd8\x35\x04\x43\xa7\xad\x82\xa1\x35\x17\x20\x00\x00\xff\xff\x78\x22\xcb\x3c\x6f\x00\x00\x00") - -func _0014_add_use_mailserversUpSqlBytes() ([]byte, error) { - return bindataRead( - __0014_add_use_mailserversUpSql, - "0014_add_use_mailservers.up.sql", - ) -} - -func _0014_add_use_mailserversUpSql() (*asset, error) { - bytes, err := _0014_add_use_mailserversUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0014_add_use_mailservers.up.sql", size: 111, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xba, 0x65, 0xbf, 0x1b, 0xc9, 0x6d, 0x45, 0xf2, 0xf5, 0x30, 0x7c, 0xc1, 0xde, 0xb8, 0xe3, 0x3f, 0xa9, 0x2f, 0x9f, 0xea, 0x1, 0x29, 0x29, 0x65, 0xe7, 0x38, 0xab, 0xa4, 0x62, 0xf, 0xd0}} - return a, nil -} - -var __0015_link_previewsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _0015_link_previewsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0015_link_previewsDownSql, - "0015_link_previews.down.sql", - ) -} - -func _0015_link_previewsDownSql() (*asset, error) { - bytes, err := _0015_link_previewsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0015_link_previews.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __0015_link_previewsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\x31\x0a\x42\x31\x0c\x80\xe1\xbd\xa7\xc8\x15\x9c\x8b\x43\x6a\xe3\x14\x5f\xe5\x99\xce\x45\x31\x48\xf1\x51\xb4\xa9\x7a\x7d\x27\xc1\x49\xf0\x00\xff\xc7\x8f\x2c\x34\x83\x60\x60\x02\xd3\x31\x6a\xbb\x18\x60\x8c\xb0\x49\x9c\x77\x13\x2c\xb5\x5d\xcb\xad\xeb\xb3\xea\xab\x74\xbd\x3f\xd4\x46\xd1\x76\x3c\x2d\x7a\x86\x90\x12\x13\x4e\x10\x69\x8b\x99\x05\x64\xce\xe4\xdd\x3f\xa4\x7d\xac\x62\x75\xa8\x41\xe0\x14\xbc\xcb\xfb\x88\xf2\x15\x1f\x48\x7e\x8f\xac\x61\xe5\xdd\x3b\x00\x00\xff\xff\xe6\xf3\x89\x88\xcb\x00\x00\x00") - -func _0015_link_previewsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0015_link_previewsUpSql, - "0015_link_previews.up.sql", - ) -} - -func _0015_link_previewsUpSql() (*asset, error) { - bytes, err := _0015_link_previewsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0015_link_previews.up.sql", size: 203, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb1, 0xf7, 0x38, 0x25, 0xa6, 0xfc, 0x6b, 0x9, 0xe4, 0xd9, 0xbf, 0x58, 0x7b, 0x80, 0xd8, 0x48, 0x63, 0xde, 0xa5, 0x5e, 0x30, 0xa3, 0xeb, 0x68, 0x8e, 0x6a, 0x9f, 0xfd, 0xf4, 0x46, 0x41, 0x34}} - return a, nil -} - -var __0016_local_notifications_preferencesDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\xc9\x4f\x4e\xcc\x89\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x2b\x8e\x2f\x28\x4a\x4d\x4b\x2d\x4a\xcd\x4b\x4e\x2d\xb6\x06\x04\x00\x00\xff\xff\xf0\xdb\xee\xaa\x2b\x00\x00\x00") - -func _0016_local_notifications_preferencesDownSqlBytes() ([]byte, error) { - return bindataRead( - __0016_local_notifications_preferencesDownSql, - "0016_local_notifications_preferences.down.sql", - ) -} - -func _0016_local_notifications_preferencesDownSql() (*asset, error) { - bytes, err := _0016_local_notifications_preferencesDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0016_local_notifications_preferences.down.sql", size: 43, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe0, 0x50, 0xc7, 0xdd, 0x53, 0x9c, 0x5d, 0x1e, 0xb5, 0x71, 0x25, 0x50, 0x58, 0xcf, 0x6d, 0xbe, 0x5a, 0x8, 0x12, 0xc9, 0x13, 0xd, 0x9a, 0x3d, 0x4b, 0x7a, 0x2f, 0x1b, 0xe5, 0x23, 0x52, 0x78}} - return a, nil -} - -var __0016_local_notifications_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8d\x41\x0b\x82\x30\x1c\x47\xef\x7e\x8a\xdf\x51\xc1\x6f\xd0\x69\xea\x42\xc9\x5a\x8c\x99\x78\x92\x35\xff\xc2\x60\xcc\xd8\xc4\xcf\x1f\x59\x10\x75\x7d\x3c\xde\x2b\x25\x67\x8a\x43\xb1\xa2\xe5\x70\x8b\xd1\x6e\xf4\xcb\x6a\x67\x6b\xf4\x6a\x17\x1f\xc7\x47\xa0\x99\x02\x79\x43\x11\x69\x02\x00\x91\xc2\x66\x0d\xe1\xc6\x64\x59\x33\x99\xef\x90\x36\xf2\xeb\x2f\xb2\x13\xf9\x57\x89\xc2\x9f\xea\xf5\xdd\xd1\x84\x42\x88\x96\xb3\x0b\x2a\x7e\x64\x5d\xab\x30\x6b\x17\xe9\xad\x5c\x65\x73\x66\x72\xc0\x89\x0f\xe9\x67\x97\xef\x87\xfc\x1b\xcd\x92\x0c\x7d\xa3\x6a\xd1\x29\x48\xd1\x37\xd5\xe1\x19\x00\x00\xff\xff\x02\x6d\x5e\xec\xcc\x00\x00\x00") - -func _0016_local_notifications_preferencesUpSqlBytes() ([]byte, error) { - return bindataRead( - __0016_local_notifications_preferencesUpSql, - "0016_local_notifications_preferences.up.sql", - ) -} - -func _0016_local_notifications_preferencesUpSql() (*asset, error) { - bytes, err := _0016_local_notifications_preferencesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0016_local_notifications_preferences.up.sql", size: 204, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3f, 0x3a, 0x16, 0x25, 0xdf, 0xba, 0x62, 0xd3, 0x81, 0x73, 0xc, 0x10, 0x85, 0xbc, 0x8d, 0xe, 0x1d, 0x62, 0xcb, 0xb, 0x6d, 0x8c, 0x4f, 0x63, 0x5f, 0xe2, 0xd, 0xc5, 0x46, 0xa8, 0x35, 0x5b}} - return a, nil -} - -var __0017_bookmarksDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\xb6\xe6\x02\x04\x00\x00\xff\xff\xfb\x69\xe4\xcd\x16\x00\x00\x00") - -func _0017_bookmarksDownSqlBytes() ([]byte, error) { - return bindataRead( - __0017_bookmarksDownSql, - "0017_bookmarks.down.sql", - ) -} - -func _0017_bookmarksDownSql() (*asset, error) { - bytes, err := _0017_bookmarksDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0017_bookmarks.down.sql", size: 22, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9a, 0x13, 0x2a, 0x44, 0xb0, 0x3, 0x18, 0x63, 0xb8, 0x33, 0xda, 0x3a, 0xeb, 0xb8, 0xcb, 0xd1, 0x98, 0x29, 0xa7, 0xf0, 0x6, 0x9d, 0xc9, 0x62, 0xe7, 0x89, 0x7f, 0x77, 0xaf, 0xec, 0x6b, 0x8f}} - return a, nil -} - -var __0017_bookmarksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8b\x3d\xaa\xc2\x40\x10\xc7\xfb\x3d\xc5\xbf\x4c\xe0\xdd\xe0\x55\x63\x1c\xc9\xe0\x9a\x95\xc9\xc4\x98\x4a\x56\x08\x22\xc9\x1a\x58\xc9\xfd\x45\x2b\x0b\xdb\xdf\x47\xa5\x4c\xc6\x30\xda\x78\x86\xec\xd0\x04\x03\x9f\xa5\xb5\x16\xd7\x65\x99\x52\xcc\xd3\x13\x85\x03\xd6\x3c\xe3\x44\x5a\xd5\xa4\x9f\xa8\xe9\xbc\xff\x73\xc0\x23\xa6\xf1\xa7\xb8\xa7\x78\x1b\x2f\x5f\xdb\x1b\x1e\x55\x0e\xa4\x03\xf6\x3c\xa0\x58\xf3\x5c\xba\x12\xbd\x58\x1d\x3a\x83\x86\x5e\xb6\xff\xce\xbd\x02\x00\x00\xff\xff\x91\xa6\x3e\xcb\x93\x00\x00\x00") - -func _0017_bookmarksUpSqlBytes() ([]byte, error) { - return bindataRead( - __0017_bookmarksUpSql, - "0017_bookmarks.up.sql", - ) -} - -func _0017_bookmarksUpSql() (*asset, error) { - bytes, err := _0017_bookmarksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0017_bookmarks.up.sql", size: 147, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbc, 0x47, 0xe1, 0xe3, 0xd8, 0xc6, 0x4, 0x6d, 0x5f, 0x2f, 0xa, 0x51, 0xa6, 0x8c, 0x6a, 0xe0, 0x3d, 0x8c, 0x91, 0x47, 0xbc, 0x1, 0x75, 0x46, 0x92, 0x2, 0x18, 0x6e, 0xe3, 0x4f, 0x18, 0x57}} - return a, nil -} - -var __0018_profile_pictures_visibilityUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0a\x42\x31\x0c\x06\xe0\xdd\x53\xfc\x57\x70\x76\x8a\xb6\x82\x10\x53\x90\x74\x2e\x28\x55\x02\x45\x4b\x13\x05\x6f\xff\x3e\x62\xcd\x37\x28\x1d\x39\xc3\x7b\x84\xbd\x5f\x0e\x4a\x09\xa7\xc2\xf5\x2a\x98\xeb\xf3\xb4\xd1\xdb\xb4\x47\x7c\x57\xf7\xf6\x33\xb7\xbb\x0d\x8b\x3f\x2e\xa2\x90\xa2\x90\xca\x8c\x94\xcf\x54\x59\xb1\x3f\xec\xb6\x00\x00\x00\xff\xff\xf9\x2a\x51\x1e\x54\x00\x00\x00") - -func _0018_profile_pictures_visibilityUpSqlBytes() ([]byte, error) { - return bindataRead( - __0018_profile_pictures_visibilityUpSql, - "0018_profile_pictures_visibility.up.sql", - ) -} - -func _0018_profile_pictures_visibilityUpSql() (*asset, error) { - bytes, err := _0018_profile_pictures_visibilityUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0018_profile_pictures_visibility.up.sql", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xe3, 0xc5, 0xec, 0x83, 0x55, 0x45, 0x57, 0x7a, 0xaa, 0xd2, 0xa7, 0x59, 0xa7, 0x87, 0xef, 0x63, 0x19, 0x9c, 0x46, 0x9c, 0xc5, 0x32, 0x89, 0xa4, 0x68, 0x70, 0xd8, 0x83, 0x43, 0xa4, 0x72}} - return a, nil -} - -var __0019_blocks_ranges_extra_dataUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xc9\x4f\xce\x2e\x8e\x2f\x4a\xcc\x4b\x4f\x2d\x56\x70\x74\x71\x51\x48\x4a\xcc\x49\xcc\x4b\x4e\x55\x70\xf2\xf1\x77\xb2\xe6\xc2\xaf\x36\x2f\x1f\xa4\xd2\xd3\x2f\xc4\xd5\xdd\x35\xc8\x9a\x0b\x10\x00\x00\xff\xff\x83\x20\x4e\x94\x59\x00\x00\x00") - -func _0019_blocks_ranges_extra_dataUpSqlBytes() ([]byte, error) { - return bindataRead( - __0019_blocks_ranges_extra_dataUpSql, - "0019_blocks_ranges_extra_data.up.sql", - ) -} - -func _0019_blocks_ranges_extra_dataUpSql() (*asset, error) { - bytes, err := _0019_blocks_ranges_extra_dataUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0019_blocks_ranges_extra_data.up.sql", size: 89, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa3, 0x96, 0x32, 0x58, 0xf0, 0xb9, 0xe1, 0x70, 0x81, 0xca, 0x8d, 0x45, 0x57, 0x8a, 0x7, 0x5d, 0x9e, 0x2a, 0x30, 0xb, 0xad, 0x5f, 0xf8, 0xd4, 0x30, 0x94, 0x73, 0x37, 0x8d, 0xc1, 0x9a, 0xed}} - return a, nil -} - -var __0020_metricsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcc\x4d\xaa\xc2\x30\x14\xc5\xf1\x79\x57\x71\x86\xef\x81\x9b\x88\xf5\x16\x0b\x69\x95\xf4\x56\x3a\x0b\xa1\x5e\xa4\x60\x3f\x48\x62\xc0\xdd\x8b\x8a\x4e\xa4\x67\xfa\x3b\xfc\x73\x43\x8a\x09\xac\xb6\x9a\x50\x16\xa8\x0f\x0c\xea\xca\x86\x1b\xb8\x65\xb1\xa3\x44\x3f\xf4\x01\x7f\x19\xde\x93\x24\x53\xc4\x49\x99\x7c\xaf\xcc\xeb\x5d\xb7\x5a\x6f\x3e\x9c\xdc\xf5\x26\x60\xea\xf8\xd7\x9e\xbd\x24\x3e\x0c\xf3\xb4\x1e\x98\x17\xf1\x2e\x0e\xd3\xc5\x86\x7b\x88\x32\xae\x3f\x7b\x2f\x2e\xca\xd9\xba\x08\x2e\x2b\x6a\x58\x55\x47\xec\xa8\x50\xad\x66\xe4\xad\x31\x54\xb3\xfd\x4a\xf6\x9f\x3d\x02\x00\x00\xff\xff\x95\xc5\x25\x15\xeb\x00\x00\x00") - -func _0020_metricsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0020_metricsUpSql, - "0020_metrics.up.sql", - ) -} - -func _0020_metricsUpSql() (*asset, error) { - bytes, err := _0020_metricsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0020_metrics.up.sql", size: 235, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe8, 0x32, 0xbc, 0xb6, 0x9b, 0x5a, 0x8f, 0x9f, 0x4c, 0x90, 0x81, 0x3e, 0x2e, 0xd1, 0x23, 0xcd, 0xf1, 0x83, 0x35, 0xca, 0x66, 0x87, 0x52, 0x4e, 0x30, 0x3e, 0x4f, 0xa8, 0xfd, 0x30, 0x16, 0xbd}} - return a, nil -} - -var __0021_add_session_id_to_metricsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x2c\x28\x88\xcf\x4d\x2d\x29\xca\x4c\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4e\x2d\x2e\xce\xcc\xcf\x8b\xcf\x4c\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x02\x04\x00\x00\xff\xff\x10\x56\x8d\x9e\x37\x00\x00\x00") - -func _0021_add_session_id_to_metricsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0021_add_session_id_to_metricsUpSql, - "0021_add_session_id_to_metrics.up.sql", - ) -} - -func _0021_add_session_id_to_metricsUpSql() (*asset, error) { - bytes, err := _0021_add_session_id_to_metricsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0021_add_session_id_to_metrics.up.sql", size: 55, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x81, 0xfc, 0x97, 0xd1, 0x8b, 0xea, 0x8e, 0xd7, 0xc2, 0x53, 0x62, 0xe9, 0xbc, 0xf, 0x8c, 0x46, 0x41, 0x41, 0xb7, 0x6, 0x35, 0xf5, 0xba, 0xbb, 0x28, 0x50, 0x48, 0xbf, 0x36, 0x90, 0x5c}} - return a, nil -} - -var __0022_pending_transfersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x4f\x6f\xe2\x30\x10\xc5\xef\xfe\x14\x73\x04\xc9\x87\xbd\x73\x72\xc0\x80\xb5\xc1\x46\xce\xb0\xc0\xc9\xf2\xe2\x14\xac\xe6\x9f\x62\xb7\x15\xdf\xbe\x22\xb4\x25\x50\x8a\x7a\x7d\xcf\xf3\x7b\xa3\xe7\x61\x29\x72\x0d\xc8\x92\x94\x43\x93\x57\xce\x57\x7b\x13\x5b\x5b\x05\xbb\x8b\xbe\xae\x02\x68\x2e\xd9\x82\x03\xaa\xbb\xb6\xa9\x0b\x37\x22\x64\xac\x39\x43\xfe\x81\x11\x53\x90\x0a\x81\x6f\x44\x86\xd9\x7d\xe8\x80\x00\x54\x79\x7c\xab\xdb\x67\xe3\x1d\xac\x64\x26\x66\x92\x4f\x20\x11\x33\x21\xb1\x1b\x97\xab\x34\xa5\x04\xe0\x60\xc3\x01\xfe\x31\x3d\x9e\x33\x7d\x65\x44\x5f\xe6\x21\xda\xb2\x79\x38\xfe\xd4\xd6\xa5\xb1\xce\xb5\x79\x08\xf7\x31\xf5\xad\x7d\x52\xc3\xb1\xfc\x5f\x17\x7d\x65\x6f\x83\x69\x5a\xbf\xcb\x21\x49\x55\xf2\xa9\x14\xbe\xf4\xf1\x4b\x79\xb5\xc5\xcb\xc5\x77\x36\x5a\x40\xbe\xc1\x2e\xe6\xd8\xe4\x7d\x9c\x75\xce\x9f\xba\xb0\x85\xb9\x7a\xb7\xd4\x62\xc1\xf4\x16\xfe\xf2\x2d\x0c\x2e\x15\xd1\xae\x87\x21\x19\xc2\x5a\xe0\x5c\xad\x10\xb4\x5a\x8b\xc9\x88\x10\x21\x33\xae\x11\x84\xfc\xe1\x87\xbe\x41\xe8\x55\x27\xb4\x57\x00\xed\xb6\xa4\xb7\xbb\xd1\x4b\xd5\x43\x92\xf1\x94\x8f\x11\xfa\xd0\x5e\x9a\xf9\x5d\xc0\x99\xfa\x07\xa6\x5a\x2d\x1e\x9d\xd5\x44\xab\xe5\x83\xdb\x3c\xbf\x7a\x0f\x00\x00\xff\xff\x05\xa2\xfe\xa8\xc2\x02\x00\x00") - -func _0022_pending_transfersUpSqlBytes() ([]byte, error) { - return bindataRead( - __0022_pending_transfersUpSql, - "0022_pending_transfers.up.sql", - ) -} - -func _0022_pending_transfersUpSql() (*asset, error) { - bytes, err := _0022_pending_transfersUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0022_pending_transfers.up.sql", size: 706, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6a, 0x9, 0xe6, 0x6, 0xae, 0x60, 0xdd, 0xbb, 0x76, 0xac, 0xe0, 0x57, 0x30, 0x67, 0x37, 0x93, 0x40, 0x13, 0xec, 0xf2, 0x6e, 0x61, 0xa, 0x14, 0xb2, 0xb1, 0xbd, 0x91, 0xf8, 0x89, 0xb3, 0xe3}} - return a, nil -} - -var __1618237885_settings_anon_metrics_should_sendUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\x42\x21\x0c\x06\xe0\xdd\x53\xfc\xf7\x70\xea\x93\x3a\x55\x48\x0c\xcc\x84\x48\x55\x12\x2c\x89\xc5\xfb\xfb\x91\x64\xbe\x23\xd3\x21\x0c\xd7\xbd\x87\xbd\x1c\x14\x02\x2e\x49\xca\x2d\xa2\xd9\xb2\xfa\xd1\xfd\x1d\x0f\xaf\xfe\x5e\xbf\xd9\xab\xab\x75\x1c\x29\x09\x53\x44\xe0\x2b\x15\xc9\x78\xb6\xe9\x7a\x3e\xfd\x03\x00\x00\xff\xff\x9a\x73\xdd\x50\x50\x00\x00\x00") - -func _1618237885_settings_anon_metrics_should_sendUpSqlBytes() ([]byte, error) { - return bindataRead( - __1618237885_settings_anon_metrics_should_sendUpSql, - "1618237885_settings_anon_metrics_should_send.up.sql", - ) -} - -func _1618237885_settings_anon_metrics_should_sendUpSql() (*asset, error) { - bytes, err := _1618237885_settings_anon_metrics_should_sendUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1618237885_settings_anon_metrics_should_send.up.sql", size: 80, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x6c, 0x1d, 0x1f, 0x54, 0x62, 0x18, 0x22, 0x5c, 0xa7, 0x8c, 0x59, 0x24, 0xd3, 0x4d, 0x55, 0xc4, 0x2a, 0x9e, 0x4c, 0x37, 0x6b, 0xfd, 0xac, 0xec, 0xb7, 0x68, 0x21, 0x26, 0x26, 0xf3, 0x92}} - return a, nil -} - -var __1618395756_contacts_onlyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcc\x31\x0e\xc2\x30\x0c\x05\xd0\xbd\xa7\xf8\x47\x60\xaf\x18\x5c\xe2\x4e\xa6\x41\xd4\x99\xa3\xaa\x0a\x15\x12\x49\x24\xec\x85\xdb\xb3\x32\x71\x81\x47\xa2\x7c\x87\xd2\x24\x0c\x2b\xee\xcf\x76\x18\x28\x04\x5c\xa2\xa4\xeb\x82\x5a\xcc\xb6\xa3\x58\x7e\xbc\x7b\xcd\x7b\x6f\xbe\xed\x6e\xb9\xb7\xd7\x07\x53\x8c\xc2\xb4\x20\xf0\x4c\x49\x14\x33\xc9\xca\xe3\x90\x6e\x81\xf4\x47\x5b\x59\xff\x32\x67\x9c\xc6\xe1\x1b\x00\x00\xff\xff\x99\x20\xa4\x1d\x88\x00\x00\x00") - -func _1618395756_contacts_onlyUpSqlBytes() ([]byte, error) { - return bindataRead( - __1618395756_contacts_onlyUpSql, - "1618395756_contacts_only.up.sql", - ) -} - -func _1618395756_contacts_onlyUpSql() (*asset, error) { - bytes, err := _1618395756_contacts_onlyUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1618395756_contacts_only.up.sql", size: 136, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0xe3, 0xd0, 0xe7, 0xf2, 0x6e, 0xbf, 0x27, 0xf6, 0xe2, 0x2e, 0x16, 0x4b, 0x52, 0x3b, 0xcf, 0x63, 0x52, 0xfc, 0x1d, 0x43, 0xba, 0x42, 0xf9, 0x1e, 0x1e, 0x39, 0x40, 0xed, 0x0, 0x20, 0xa8}} - return a, nil -} - -var __1622184614_add_default_sync_periodUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xae\xcc\x4b\x8e\x2f\x48\x2d\xca\xcc\x4f\x51\xf0\xf4\x0b\x71\x75\x77\x0d\x52\x70\x71\x75\x73\x0c\xf5\x09\x51\xb0\x30\x33\x31\x30\xb0\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x25\xd8\x35\x04\xab\x76\x5b\x98\x06\x2e\x40\x00\x00\x00\xff\xff\xdd\x46\xb2\xc4\x7d\x00\x00\x00") - -func _1622184614_add_default_sync_periodUpSqlBytes() ([]byte, error) { - return bindataRead( - __1622184614_add_default_sync_periodUpSql, - "1622184614_add_default_sync_period.up.sql", - ) -} - -func _1622184614_add_default_sync_periodUpSql() (*asset, error) { - bytes, err := _1622184614_add_default_sync_periodUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1622184614_add_default_sync_period.up.sql", size: 125, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0x39, 0xeb, 0x8f, 0xdc, 0x1, 0x56, 0xc1, 0x9b, 0xaa, 0xda, 0x44, 0xe0, 0xdb, 0xda, 0x2c, 0xe7, 0x71, 0x8d, 0xbc, 0xc1, 0x9a, 0x4f, 0x48, 0xe0, 0x5e, 0x81, 0x1e, 0x8e, 0x6a, 0x4d, 0x3}} - return a, nil -} - -var __1625872445_user_statusUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x3d\x29\x78\xd0\x73\xf0\xb0\x49\xa6\x50\x9c\xee\x86\x75\x02\xf6\x14\x6a\xba\x48\x69\x4d\x43\x76\x16\xec\xbf\x97\x6a\x2b\x16\x04\xaf\x33\xdf\xf7\xde\xb3\x2c\x14\x20\xb6\x64\x42\x8a\xaa\xdb\xe1\x2d\xc1\xd6\x35\x2a\xcf\xed\xd2\xa1\xcf\xd3\x14\x07\xed\x72\x8a\x53\x97\x74\xad\x39\xa1\x64\x5f\x16\xe6\x3f\x33\xc5\x61\x73\x36\xba\x3c\x6e\xd6\x1a\x13\x4a\xef\x99\xac\x43\x4d\x73\xdb\xb2\x40\x42\x4b\x85\x69\x9b\xda\xca\xaf\x90\x67\x92\x3f\xed\x47\x3c\x14\xa6\x0a\x74\x82\xcf\xbd\xd7\xc0\x8d\x01\xc6\xfc\xba\xdf\xf6\xdd\x2e\x1e\x21\xf4\x22\x68\xc2\x62\x69\xc3\x0a\x4f\xb4\x82\x77\xa8\xbc\x9b\xf3\xa2\x12\x04\x6a\xd8\x56\x74\x67\x70\x49\xd1\xe3\x18\xb1\x70\x02\xe7\x05\xae\x65\xfe\x99\x79\x7f\xa2\xfa\xfd\xa1\xdf\x5d\xfd\xbf\xae\x39\xe9\xe1\xbd\xd3\xf8\xa1\xdf\x7d\x17\x67\x36\x33\xb7\x85\xf9\x0c\x00\x00\xff\xff\xa2\xed\xdb\xfc\x5f\x01\x00\x00") - -func _1625872445_user_statusUpSqlBytes() ([]byte, error) { - return bindataRead( - __1625872445_user_statusUpSql, - "1625872445_user_status.up.sql", - ) -} - -func _1625872445_user_statusUpSql() (*asset, error) { - bytes, err := _1625872445_user_statusUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1625872445_user_status.up.sql", size: 351, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0xa, 0xfe, 0x7a, 0xcc, 0x9e, 0x35, 0x26, 0xb, 0xc8, 0xf2, 0x7d, 0xfa, 0x4b, 0xcf, 0x53, 0x20, 0x76, 0xc7, 0xd, 0xbc, 0x78, 0x4f, 0x74, 0x2d, 0x2e, 0x2e, 0x7e, 0x62, 0xae, 0x78, 0x1f}} - return a, nil -} - -var __1627983977_add_gif_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcf\x4c\x8b\x2f\x4a\x4d\x4e\xcd\x2b\x29\x56\x70\xf2\xf1\x77\xb2\xe6\x22\x46\x47\x5a\x62\x59\x7e\x51\x66\x49\x2a\x4c\x0f\x20\x00\x00\xff\xff\x41\xe4\x6a\x80\x66\x00\x00\x00") - -func _1627983977_add_gif_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1627983977_add_gif_to_settingsUpSql, - "1627983977_add_gif_to_settings.up.sql", - ) -} - -func _1627983977_add_gif_to_settingsUpSql() (*asset, error) { - bytes, err := _1627983977_add_gif_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1627983977_add_gif_to_settings.up.sql", size: 102, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0xe6, 0xe1, 0x97, 0x64, 0x4c, 0xe2, 0x14, 0xb1, 0x96, 0x3a, 0xb0, 0xb9, 0xb7, 0xb5, 0x78, 0x4a, 0x39, 0x69, 0x89, 0xb7, 0x89, 0x19, 0xb8, 0x89, 0x1, 0xc5, 0xc2, 0x85, 0x53, 0xe2, 0x83}} - return a, nil -} - -var __1628580203_add_hidden_accountUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0d\x80\x20\x0c\x05\xd0\x55\xfe\x1e\x9e\x8a\x94\xd3\x97\x26\xda\x0e\x60\xc0\x44\x2f\x78\x50\xf7\xf7\x09\x5d\x57\xb8\x24\x2a\xf6\xd6\xee\x6f\xbc\x0f\x24\x67\xcc\xc6\x58\x2a\xce\xab\xf7\x63\x20\x99\x11\xd5\x1c\x35\x48\x64\x2d\x12\x74\x14\xe1\xa6\xd3\x1f\x00\x00\xff\xff\xd8\xcf\x59\x5c\x43\x00\x00\x00") - -func _1628580203_add_hidden_accountUpSqlBytes() ([]byte, error) { - return bindataRead( - __1628580203_add_hidden_accountUpSql, - "1628580203_add_hidden_account.up.sql", - ) -} - -func _1628580203_add_hidden_accountUpSql() (*asset, error) { - bytes, err := _1628580203_add_hidden_accountUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1628580203_add_hidden_account.up.sql", size: 67, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x30, 0xf1, 0xd4, 0x60, 0xe2, 0x28, 0x14, 0xcb, 0x16, 0xb, 0x9, 0xea, 0x17, 0xa, 0x9e, 0x89, 0xa8, 0x32, 0x32, 0xf8, 0x4d, 0xa0, 0xe1, 0xe5, 0x79, 0xbd, 0x7d, 0x79, 0xe9, 0x4c, 0x9e}} - return a, nil -} - -var __1629123384_add_id_to_app_metricsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x51\xcb\x6e\xc2\x40\x0c\xbc\xe7\x2b\x7c\x04\x29\x7f\xc0\xc9\x04\xd3\x46\xdd\x07\x72\x9c\xaa\x9c\x56\x11\xb1\xaa\x48\x05\xa2\xec\x16\xa9\x7f\x5f\x41\x5a\x14\x15\xb8\xf5\xea\xf1\xcc\x78\xc6\x68\x84\x18\x04\x97\x86\xa0\xe9\xfb\xb0\xd7\x34\x74\xbb\x08\x4c\x0e\x2d\x81\x78\x48\xba\xef\xc3\x04\x5a\x64\x05\x13\x0a\xdd\x21\xcd\x32\x00\x80\xae\x85\xd2\x09\x3d\x11\xc3\x86\x4b\x8b\xbc\x85\x17\xda\x02\xd6\xe2\x4b\x57\x30\x59\x72\x92\x5f\x36\xf5\xa4\x87\x04\xaf\xc8\xc5\x33\x32\x38\x2f\xe0\x6a\x63\x46\xec\xd4\x7c\x7c\x2a\x08\xbd\xc9\x1f\xe0\x6c\x78\xd2\x21\x76\xc7\xc3\x03\xea\xb1\xd7\xa1\x49\xdd\xe1\x3d\xc4\xaf\x98\x74\xff\x60\x6d\x37\x68\x93\xb4\x0d\x4d\x02\x29\x2d\x55\x82\x76\x03\x2b\x5a\x63\x6d\x04\x8a\x9a\x99\x9c\x84\x2b\x32\x72\xa2\xc6\xb3\x71\xe8\xda\x5f\xd1\x71\xde\x0f\xc7\x9d\xc6\xa8\x2d\x2c\xbd\x37\x84\xee\xea\x75\x55\x5c\xa3\xa9\x68\xbe\xc8\x4a\x57\x11\xcb\xb9\x22\x3f\x2d\x6f\x76\x29\x23\x1f\x73\xe7\xd3\x94\xf9\x4d\xa0\x7c\x72\x7b\x3e\xb9\x69\x9e\x55\x64\xa8\x10\xf8\x07\xad\x6c\xcd\xde\xde\x79\xfe\x8a\xfd\xe6\xe7\xf5\x37\xe0\x77\x00\x00\x00\xff\xff\x7c\x73\x3b\xdc\x4d\x02\x00\x00") - -func _1629123384_add_id_to_app_metricsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1629123384_add_id_to_app_metricsUpSql, - "1629123384_add_id_to_app_metrics.up.sql", - ) -} - -func _1629123384_add_id_to_app_metricsUpSql() (*asset, error) { - bytes, err := _1629123384_add_id_to_app_metricsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1629123384_add_id_to_app_metrics.up.sql", size: 589, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0x66, 0xc0, 0x69, 0xb, 0xad, 0x49, 0x7c, 0x8c, 0x67, 0xb8, 0xd6, 0x8d, 0x5d, 0x86, 0x1f, 0xa4, 0x53, 0xf5, 0x8, 0x1, 0xfd, 0x38, 0x49, 0xee, 0x84, 0xc0, 0xd8, 0x17, 0x72, 0x3, 0xb3}} - return a, nil -} - -var __1630401853_add_opensea_enabled_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x51\x0a\x80\x20\x0c\x06\xe0\xab\xfc\xf7\xe8\x69\xe6\x7a\x5a\x0a\xa1\xcf\x61\xb4\x22\x90\x15\xcc\xfb\xd3\x47\x52\x78\x43\xa1\x20\x0c\xd7\x31\x1e\xbb\x1d\x14\x23\xe6\x2c\x75\x4d\x78\x3f\x35\xd7\xb6\xab\xb5\xa3\xeb\x89\x90\xb3\x30\x25\x44\x5e\xa8\x4a\xc1\xd5\xba\xeb\xf4\x07\x00\x00\xff\xff\x0e\x97\x7a\x0e\x46\x00\x00\x00") - -func _1630401853_add_opensea_enabled_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1630401853_add_opensea_enabled_to_settingsUpSql, - "1630401853_add_opensea_enabled_to_settings.up.sql", - ) -} - -func _1630401853_add_opensea_enabled_to_settingsUpSql() (*asset, error) { - bytes, err := _1630401853_add_opensea_enabled_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1630401853_add_opensea_enabled_to_settings.up.sql", size: 70, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0x91, 0x86, 0x15, 0xc8, 0x99, 0xe3, 0xae, 0xa, 0x6e, 0x94, 0x48, 0x51, 0x5b, 0x18, 0xe0, 0xbc, 0xaf, 0x34, 0x75, 0x55, 0x61, 0xd4, 0xc1, 0x85, 0xc7, 0x3d, 0x99, 0x9e, 0x1f, 0x37, 0x56}} - return a, nil -} - -var __1630464455_createSaved_addressesTableDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x4e\x2c\x4b\x4d\x89\x4f\x4c\x49\x29\x4a\x2d\x2e\x4e\x2d\xb6\xe6\x02\x04\x00\x00\xff\xff\xa5\x19\xd2\x59\x1c\x00\x00\x00") - -func _1630464455_createSaved_addressesTableDownSqlBytes() ([]byte, error) { - return bindataRead( - __1630464455_createSaved_addressesTableDownSql, - "1630464455_create-saved_addresses-table.down.sql", - ) -} - -func _1630464455_createSaved_addressesTableDownSql() (*asset, error) { - bytes, err := _1630464455_createSaved_addressesTableDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1630464455_create-saved_addresses-table.down.sql", size: 28, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x23, 0x52, 0x39, 0xb5, 0x42, 0xac, 0xcb, 0xa1, 0x44, 0xb7, 0x94, 0x26, 0x24, 0xb2, 0x12, 0xc, 0xc5, 0xbf, 0x63, 0x13, 0x6f, 0x3c, 0x4, 0x7b, 0xf0, 0xd, 0xfa, 0x55, 0x9e, 0x51, 0xf9, 0x7a}} - return a, nil -} - -var __1630464455_createSaved_addressesTableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcd\xc1\xca\x82\x40\x14\x05\xe0\xfd\x3c\xc5\x59\x2a\xf8\x06\xff\x6a\xd4\xfb\xeb\x25\x1b\xe3\x7a\x4d\x5d\x89\x30\xb3\x88\xa8\xc0\x89\x7a\xfd\x20\x8a\x70\x79\x0e\x1f\xe7\x14\x42\x56\x09\x6a\xf3\x86\xc0\xff\x70\xad\x82\x46\xee\xb4\x43\x5c\x1e\xc1\xcf\x8b\xf7\x6b\x88\x31\x44\x24\x06\xf8\x24\x1c\xad\x14\xb5\x95\x37\x77\x7d\xd3\x64\x06\xb8\x86\xfb\xf3\xb6\x9e\xe7\x93\x47\xef\x3a\xae\x1c\x95\xc8\xb9\x62\xa7\x5b\xb6\x5c\x02\x94\xc6\x6d\x7b\x10\xde\x5b\x99\xb0\xa3\x09\xc9\x6f\x29\xfb\x3e\xa6\x26\xc5\xc0\x5a\xb7\xbd\x42\xda\x81\xcb\x3f\xf3\x0a\x00\x00\xff\xff\x02\x6b\x7f\x7c\xbb\x00\x00\x00") - -func _1630464455_createSaved_addressesTableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1630464455_createSaved_addressesTableUpSql, - "1630464455_create-saved_addresses-table.up.sql", - ) -} - -func _1630464455_createSaved_addressesTableUpSql() (*asset, error) { - bytes, err := _1630464455_createSaved_addressesTableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1630464455_create-saved_addresses-table.up.sql", size: 187, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0xf, 0x56, 0x18, 0xeb, 0x4e, 0xac, 0xd8, 0xd6, 0x91, 0xae, 0x83, 0xcf, 0x91, 0x9e, 0x4, 0x4b, 0x2, 0x1f, 0x6d, 0xba, 0xf6, 0x3, 0xf2, 0x98, 0x72, 0xf6, 0x91, 0x29, 0x96, 0x0, 0x35}} - return a, nil -} - -var __1630485153_networksDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\xb6\xe6\x02\x04\x00\x00\xff\xff\xbd\xca\x6a\x0e\x15\x00\x00\x00") - -func _1630485153_networksDownSqlBytes() ([]byte, error) { - return bindataRead( - __1630485153_networksDownSql, - "1630485153_networks.down.sql", - ) -} - -func _1630485153_networksDownSql() (*asset, error) { - bytes, err := _1630485153_networksDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1630485153_networks.down.sql", size: 21, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbb, 0x3e, 0x57, 0xb7, 0xf7, 0x8, 0xbd, 0xb5, 0xc2, 0xea, 0xc, 0x45, 0xb7, 0x7, 0x9, 0xca, 0xe7, 0x48, 0x7e, 0x56, 0x4e, 0x44, 0x78, 0x8e, 0xe3, 0x87, 0x63, 0xaf, 0x16, 0x3f, 0xf9, 0x71}} - return a, nil -} - -var __1630485153_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\x4d\x4e\xc3\x30\x10\x85\xf7\x39\xc5\x2c\x5b\x89\x1b\xb0\x72\x5a\xd3\x8e\x08\x0e\x72\x1c\x4a\x57\x96\xe3\x8c\x84\x55\xc7\xae\xec\x14\xc8\xed\x51\x2a\xf1\x53\xa8\xd8\xbe\xef\x9b\x79\x9a\x59\x49\xce\x14\x07\xc5\xca\x8a\x03\xde\x81\xa8\x15\xf0\x67\x6c\x54\x03\x81\xc6\xb7\x98\x0e\x19\x16\x05\x80\x7d\x31\x2e\x68\xd7\x43\x2b\x1a\xdc\x08\xbe\x86\x12\x37\x28\xd4\x79\x40\xb4\x55\x75\xf3\x25\x05\x33\x10\x3c\x31\xb9\xda\x32\x79\x81\xd3\xd1\xea\x53\xf2\x57\x59\xe7\xa3\x3d\x68\x7a\x3f\xfa\x98\x28\xfd\xd4\x66\xea\x6c\x0c\xbf\xb3\x60\x46\xf7\x4a\xda\x9e\x52\xa2\x60\xa7\x8b\xda\x6b\x3c\x4f\x43\x17\xff\xdd\xd0\x93\x75\x83\xf1\xf9\xfb\x46\x14\xea\x5c\x9f\xf5\x48\x79\x84\xb2\xae\x2b\xce\xc4\x1c\x79\x33\x51\xfa\x23\x52\x30\x9d\xa7\x1e\xca\x18\x3d\x99\x30\x47\x8f\x12\x1f\x98\xdc\xc3\x3d\xdf\xc3\xe2\xf3\x8b\xcb\x62\x09\x3b\x54\xdb\xba\x55\x20\xeb\x1d\xae\x6f\x8b\xe2\x23\x00\x00\xff\xff\x47\xbc\x43\xc3\x8a\x01\x00\x00") - -func _1630485153_networksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1630485153_networksUpSql, - "1630485153_networks.up.sql", - ) -} - -func _1630485153_networksUpSql() (*asset, error) { - bytes, err := _1630485153_networksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1630485153_networks.up.sql", size: 394, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0x9, 0x1d, 0x3, 0x86, 0xbd, 0xc5, 0xde, 0x3c, 0x1b, 0x40, 0x41, 0x7c, 0x61, 0x8, 0x80, 0x53, 0x87, 0x1b, 0x5a, 0x56, 0xd, 0x88, 0x1d, 0x60, 0x24, 0xce, 0x7b, 0x8f, 0xff, 0xaf, 0x36}} - return a, nil -} - -var __1632262444_profile_pictures_show_toUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x28\xca\x4f\xcb\xcc\x49\x8d\x2f\xc8\x4c\x2e\x29\x2d\x4a\x2d\x8e\x2f\xce\xc8\x2f\x8f\x2f\xc9\x57\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb4\xe6\x02\x04\x00\x00\xff\xff\x2f\x7a\xa3\xb9\x51\x00\x00\x00") - -func _1632262444_profile_pictures_show_toUpSqlBytes() ([]byte, error) { - return bindataRead( - __1632262444_profile_pictures_show_toUpSql, - "1632262444_profile_pictures_show_to.up.sql", - ) -} - -func _1632262444_profile_pictures_show_toUpSql() (*asset, error) { - bytes, err := _1632262444_profile_pictures_show_toUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1632262444_profile_pictures_show_to.up.sql", size: 81, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xa2, 0x5a, 0x94, 0xde, 0x86, 0x2a, 0x29, 0xf5, 0xb3, 0x36, 0xe7, 0x53, 0x81, 0x55, 0xc9, 0xb5, 0xc3, 0xf4, 0x8c, 0x65, 0x2c, 0x4c, 0x48, 0xfd, 0x3c, 0xb7, 0x14, 0xb4, 0xea, 0x7a, 0x13}} - return a, nil -} - -var __1635942153_add_telemetry_server_url_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\xb1\x0a\xc2\x40\x0c\x06\xe0\xdd\xa7\xf8\xe9\x6b\x88\x43\xec\x45\x1c\xe2\x55\xce\xc4\xb5\x53\x10\xa1\x3a\xe4\xa2\xe0\xdb\x8b\x9b\x43\xf7\x8f\x8f\x44\xb9\x41\x69\x2f\x8c\xee\x99\xf7\xe7\xad\x83\x4a\xc1\x38\x89\x9d\x2a\xd2\x17\x7f\x78\xc6\x67\xee\x1e\x6f\x8f\xf9\x15\x0b\xae\xd4\xc6\x23\x35\xd4\x49\x51\x4d\x04\x85\x0f\x64\xa2\x18\x86\xed\xc6\xce\x85\xf4\x2f\xbb\xb0\xae\x2f\xbb\x1f\xff\x06\x00\x00\xff\xff\xfb\x7a\x10\xdd\x80\x00\x00\x00") - -func _1635942153_add_telemetry_server_url_to_settingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1635942153_add_telemetry_server_url_to_settingsUpSql, - "1635942153_add_telemetry_server_url_to_settings.up.sql", - ) -} - -func _1635942153_add_telemetry_server_url_to_settingsUpSql() (*asset, error) { - bytes, err := _1635942153_add_telemetry_server_url_to_settingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1635942153_add_telemetry_server_url_to_settings.up.sql", size: 128, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0x9b, 0x1d, 0x39, 0x9c, 0x8d, 0x50, 0x86, 0xdf, 0xe5, 0x81, 0x55, 0xdc, 0x31, 0xcd, 0xb7, 0xc7, 0x5a, 0x67, 0x3b, 0x21, 0x99, 0xa5, 0x74, 0xb8, 0xd3, 0x58, 0xae, 0x29, 0x68, 0x2a, 0x8d}} - return a, nil -} - -var __1635942154_add_backup_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xcb\x0a\xc2\x30\x10\x85\xe1\x7d\x9f\xe2\x3c\x82\xae\x4b\x17\x53\x33\x05\x61\x4c\xa4\x9d\xac\x4b\x5b\xe3\x05\x4b\x11\x12\xdf\x5f\xc4\x0b\x22\x62\xf7\xc3\x37\xff\x21\x51\xae\xa1\x54\x0a\x23\x86\x94\x4e\xd3\x21\x82\x8c\xc1\xca\x89\xdf\x58\xf4\xdd\x70\xbe\x5e\xda\x30\x75\xfd\x18\x76\x28\x9d\x13\x26\x0b\xc3\x15\x79\x51\x68\xed\x39\xcf\xe6\x90\xb1\x8b\xa9\x7d\x48\x58\x5b\x85\x75\x0a\xeb\x45\xde\xcc\x62\xde\x78\x86\xec\x43\x1a\x8e\x3f\x42\x2a\x92\x86\xf3\xcc\x6f\x0d\xe9\x07\xd0\xb0\x7e\x4f\x28\xb0\xfc\x7b\xf7\xfa\x50\xdc\xab\x6e\x01\x00\x00\xff\xff\x3f\xf3\xd1\x35\x1f\x01\x00\x00") - -func _1635942154_add_backup_settingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1635942154_add_backup_settingUpSql, - "1635942154_add_backup_setting.up.sql", - ) -} - -func _1635942154_add_backup_settingUpSql() (*asset, error) { - bytes, err := _1635942154_add_backup_settingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1635942154_add_backup_setting.up.sql", size: 287, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0xe7, 0xfb, 0x70, 0x80, 0x5, 0xb4, 0x7b, 0x67, 0x8, 0x6e, 0x5f, 0x45, 0x17, 0xd9, 0x5f, 0x18, 0x66, 0x2f, 0x8a, 0x4f, 0xd4, 0x15, 0xe5, 0x2b, 0xbb, 0x25, 0x7a, 0x30, 0xad, 0x4c, 0x1a}} - return a, nil -} - -var __1637745568_add_auto_message_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x31\x0e\xc2\x30\x0c\x05\xd0\xbd\xa7\xf8\x47\x60\xaf\x18\x5c\xec\x4e\xa6\x41\xd4\x99\xa3\x20\xac\x08\x09\xc2\xe0\x70\x7f\x56\x06\x0e\xf0\x1e\xa9\xc9\x15\x46\x8b\x0a\xc2\xc7\x78\xf4\x16\x20\x66\x9c\x92\xe6\xf3\x86\xfa\x19\xef\xf2\xf2\x88\xda\xbc\x78\xaf\xb7\xa7\xdf\xb1\xa4\xa4\x42\x1b\x58\x56\xca\x6a\x58\x49\x77\x99\xa7\x7c\x61\xb2\x9f\x66\x17\xfb\xef\x8f\x38\xcc\xd3\x37\x00\x00\xff\xff\x2f\xce\x8b\x0f\x7a\x00\x00\x00") - -func _1637745568_add_auto_message_settingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1637745568_add_auto_message_settingUpSql, - "1637745568_add_auto_message_setting.up.sql", - ) -} - -func _1637745568_add_auto_message_settingUpSql() (*asset, error) { - bytes, err := _1637745568_add_auto_message_settingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1637745568_add_auto_message_setting.up.sql", size: 122, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0xd8, 0xd2, 0xc2, 0x3a, 0xd7, 0xf1, 0x96, 0x6a, 0x35, 0xe5, 0x5c, 0xb9, 0xed, 0x4b, 0xf2, 0x5f, 0x80, 0x43, 0xca, 0x40, 0x57, 0x7e, 0xd7, 0x41, 0x9f, 0x70, 0x9f, 0xaf, 0x2a, 0xfc, 0x8f}} - return a, nil -} - -var __1640111208_nodeconfigUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\x4f\x6f\xdb\xb8\x12\xbf\xe7\x53\x10\xbd\x34\x05\x7a\x78\xaf\x0f\xef\xb4\x27\xb7\x75\xdb\x60\xb3\xc9\x22\xeb\x6c\xd1\x13\x41\x91\x63\x79\x60\x8a\xe4\x92\x23\x39\xea\xa7\x5f\x50\x96\x6d\xc5\x92\x2d\xaa\x75\x7a\x33\xa0\x1f\xe7\x3f\x7f\x33\x43\x7f\x78\x98\xcf\x16\x73\xb6\x98\xbd\xbf\x9d\x33\x63\x15\x70\x69\xcd\x12\x73\x76\x7d\xc5\x98\x01\xda\x58\xbf\xe6\xa8\xd8\xe3\xdd\x5f\x37\x9f\xef\xe6\x1f\xd9\xcd\xdd\x82\xdd\xdd\x2f\xd8\xdd\xe3\xed\xed\xdb\x2b\xc6\x94\x20\xc1\x15\x7a\xf6\xf7\xec\xe1\xc3\x97\xd9\xc3\xb3\x8f\x6b\xa8\x03\x59\x0f\x27\x01\x8d\xc6\x35\xd4\xbd\x8f\xec\xe3\xfc\xd3\xec\xf1\x76\xc1\x5e\xbd\xda\xe2\xb8\xc2\x20\x6d\x05\xbe\x66\xef\xef\xef\x6f\xe7\xb3\xbb\x3d\x64\x29\x74\x80\x88\xf2\x60\x14\x7c\xaf\x6c\x19\x4e\x63\x34\x06\x02\xc3\x85\x52\x7d\x8b\x8e\x94\x0a\x55\x81\x27\x0c\x90\x84\x36\xa2\x80\x31\x4c\x05\x3e\xa0\x35\xa3\x8a\x1d\xf2\xc2\xaa\x52\x43\x18\x83\x92\x0e\x1c\x8c\xc8\x34\xa8\xd3\x3e\x17\xe2\x89\x3b\x00\x1f\x9e\xa5\xf1\xf0\xc5\x28\x34\xf9\x09\xc4\x56\x38\x0f\x24\xa8\x0c\x3c\x80\xaf\x50\xc2\x69\x55\x2d\xdc\x90\xe3\xa1\x36\xf2\x34\x70\x23\xd6\xe5\xb8\xe5\x11\xf5\xae\x0b\x3b\x81\xcb\x3c\xaa\x1c\x52\xe4\x69\x0d\x34\x8e\xd3\x56\x0a\xcd\x8d\x25\x5c\xa2\x14\x84\xd6\x24\x84\x39\xf3\x76\x13\xc0\x8f\x03\x1d\xf8\x02\x43\x48\x93\x5a\x08\xd4\x31\xec\xe0\x13\xc0\x61\x23\x7c\x31\x45\x26\xf7\x90\x63\x20\x5f\x37\x35\x0e\x61\xb4\xe0\x36\x90\xfd\xcf\x79\x5b\xa1\x4a\xf1\x14\x52\x3c\x0c\xb5\xa1\x15\x10\xca\x48\x34\x3b\xf5\x3b\xd4\x6b\x54\xaf\xd9\x9f\x0f\x37\x7f\xcc\x1e\xbe\xb1\xdf\xe7\xdf\xae\xde\xb0\xaf\x37\x8b\x2f\xf7\x8f\x0b\xf6\x70\xff\xf5\xe6\xe3\x6f\x57\x57\xcf\x38\x6c\x45\xe4\xba\x1c\x36\xaa\x7d\x65\x03\x8d\x39\xed\xac\xa7\xde\xcd\xb8\xbc\xd9\x15\x7a\x2a\x85\xe6\xd1\xa4\xd0\x58\x3f\x68\x5c\x92\xf2\x08\xea\xe8\xbf\x8e\x92\xde\x3e\x3b\xf6\x26\x31\x94\x7e\x6b\x4a\xf3\xe3\x22\xa6\x44\x49\x13\x4d\x41\x27\xf7\x49\x65\x2c\x25\xad\x4b\xd4\xa3\x74\x7c\xd1\x0c\x6a\x9b\x4f\xaa\xbb\xc2\x66\x18\x89\xb5\x0e\x04\xc5\x39\x26\xca\x07\xbb\xe7\x91\x2b\x29\xee\x46\x51\x1a\x2a\xd0\x67\x80\x37\x77\x9f\xee\x5f\xed\x3a\x43\x26\xe4\xba\x74\xc3\x5d\x23\xe0\x77\xe8\x7d\x90\xb6\x70\x91\x44\xb8\xb7\x24\xe8\x3c\xc1\xe6\x9c\x2c\x0f\xa4\xc0\xfb\x17\xa3\x06\xc6\x9e\xe7\xa8\x74\x81\x3c\x88\x62\x52\xa2\x4a\x7f\x2e\x60\x97\x2f\xa4\xdd\xd4\xd5\xb1\x51\xae\x04\x9a\x28\xbb\x1f\xf1\xe6\x4b\xca\xec\xe1\x9d\xe4\x09\xae\x64\xda\xca\x35\x87\x27\xa7\xad\x07\x9f\x72\x02\xa5\x35\x29\x38\x23\x08\x2b\xe0\xb2\xf4\x1e\x8c\xac\x93\x8c\x3e\x3e\x13\xea\x22\xb3\x93\x35\x29\x90\x58\x08\xdd\x2f\x64\x0c\x9c\x20\xd0\x99\x32\x15\x35\xf8\x13\x33\xd1\xcf\x74\xb4\x23\x4a\x64\xd7\xbb\x0c\x4f\xe4\x45\xa9\xcb\x40\xe0\x27\xd5\xf3\x52\x03\x8c\x76\xbc\xe9\x1e\xfc\x90\xdd\x71\xfe\xdf\xb6\x97\xf8\x6b\xb0\xbd\x50\xed\x80\x5d\xa4\xf1\xb0\xeb\xa8\xe4\x6d\x23\x71\x62\x9c\x35\xe6\x2b\xe2\x40\xab\x49\x91\x8e\xbb\x51\x26\x02\x70\x29\xe4\xaa\xcf\x96\x05\x1a\x4e\x3e\x06\x42\xf1\xa5\x17\x32\x8e\x99\x2f\x3b\x65\x1c\xdc\xd8\xe9\x3d\x24\xe0\x74\x06\xd2\x02\x3d\x14\xe9\x49\x31\xde\x4e\xa2\xe0\x39\x59\x87\x72\x6b\x54\xf3\xf3\x42\xc9\x6f\x64\x4d\xb6\xe9\x9f\x12\x3d\xa4\x99\x54\xa0\x19\xde\x93\xf7\x76\xfd\xa7\xed\x9e\x29\xb0\x97\x72\x90\x1d\x37\x45\x57\x86\xd5\xd1\xaa\xd3\xee\x06\x53\x6a\x1d\x15\x18\x42\x1a\xdd\xe4\x73\xeb\xa3\xbe\x97\x6f\xaa\xc7\x6e\x36\x0b\xe7\x14\x8f\xb6\x97\x45\x6a\x04\x73\xa6\x43\x2c\x4b\xad\x9b\x5b\x34\xba\x13\x1f\x96\xae\xf3\x8c\x91\x32\xee\x15\x68\xb0\x28\x0b\xee\xec\x86\x3d\xcc\x67\xb7\x47\x4b\x9d\x13\x21\x6c\xac\x57\xa3\x62\x3a\x7b\xa0\x20\xe0\x1a\x0b\xec\x2f\x3a\x1d\x54\x63\x9f\x07\x8a\xb9\x1e\x20\x2b\x22\x3d\x38\x2c\x16\x10\x82\xc8\x61\x78\x68\x6c\xc3\x73\x30\xe0\x5c\x80\x9c\x90\x6b\xa0\x0e\x98\xa3\xeb\x49\xec\x83\x1c\x80\x3f\x7e\xc6\x6a\xa6\x9d\x9a\x20\x8c\x48\xeb\x61\x4e\x09\xeb\x40\xc8\x6a\xf0\xc2\xc8\xbe\xb7\x99\xb6\xb6\xe0\x4b\xd4\x91\xe9\x8a\x94\xba\x69\x6a\xd6\x17\xdb\xab\xf9\x8b\xb6\xe8\xce\x65\xe1\x2a\xe3\x2e\x79\x54\xc6\x5f\x3a\x2a\x37\x66\x06\xbb\xa4\x4c\x0b\xb9\x6e\x9e\xf6\x54\xfb\x8e\x75\xdd\xbc\xb3\x6c\x13\x75\x99\xfe\xd1\x4a\x4b\x21\xd8\x21\xee\xa9\xde\xfd\x9a\x67\x89\x35\x80\xe3\x42\xc7\x01\x18\x0d\x81\xaf\x44\xff\x4e\x5e\x8c\xda\xf6\x8f\xb2\x27\xa8\xc3\x81\x0f\x18\xa8\xcd\xc9\xcf\xd3\x5e\x22\x97\x24\x5e\x99\x26\xa3\xf0\x24\x57\xc2\xe4\x7d\x27\xc9\x97\xdd\x6b\x18\x5d\xad\xfe\x7f\xa6\xf6\x95\xe3\x83\x09\x11\x25\x59\x5e\x3a\x25\xe8\xa0\x43\xc1\x52\x94\x9a\x5e\xf0\xf6\xc6\x72\x2b\x03\xd9\xa2\x3b\x63\x0f\x6d\x5c\x4d\x5c\x4b\x4d\x78\xea\x01\xf0\x87\xde\x78\xa2\xaa\x89\xb3\x56\x58\xad\xe0\x89\xba\x97\xc4\x2d\x53\x5e\x5d\x9b\x47\x8a\x98\x9e\x06\xc8\x53\x6b\x09\x4d\x20\xa1\x75\x53\x23\x43\x24\x71\xba\x55\x26\x56\xd7\xa1\x16\x0d\x34\xb3\x3d\x2f\x84\x11\xf9\xb9\xee\xd6\x1e\xd1\x22\x10\x2f\x03\x28\x5e\x58\x83\x64\xcf\x9c\xe8\x48\x27\xe1\x73\xe8\x97\x5f\x1c\x61\x21\x10\x57\xa0\x45\x7d\xf8\xfa\xfe\xe6\x73\xf7\x35\x67\xeb\xd9\x52\xa0\x2e\x3d\x0c\xbf\xf8\xec\x2e\x9e\x82\x48\x2e\xbe\xe6\x82\x08\x0a\x47\x7d\xf4\x66\x85\xc1\xc5\x40\xc5\xb5\x27\x25\x17\x6d\xf2\x78\x0e\x06\x3c\xca\xc3\x7f\x3d\xdb\xc1\xfb\x4c\xd3\x03\xa3\x78\xf5\xdf\x9d\x6d\x63\x14\x13\x6a\x23\xc7\x2b\xaa\x02\x8f\xcb\x9a\x93\x17\x26\x6c\xb7\xb2\x94\x71\xb5\x3d\x05\x26\x4c\x44\x4b\x6b\x28\x6e\x7f\xa9\x2f\xf0\x03\xe6\xed\xdf\x87\x7a\xdc\x63\x62\xd9\x01\x79\x94\xfb\xa9\x7e\xd4\xff\xa3\x43\x46\x25\x5c\x8f\x21\x45\xce\x06\xca\x3d\xc4\x78\x8c\x8e\x05\x99\x30\x6a\x83\x8a\x56\xcd\x3f\x4d\x09\xd7\xbe\x37\x54\x73\x59\x4b\x7d\xa6\x55\x5d\x94\x61\x5b\xae\x6a\x69\x9c\xf7\x56\xa8\x36\x04\xed\x18\x52\x66\x1a\x65\xca\xdf\x9c\x3f\x30\x94\xec\x65\x8f\xb2\xed\xbf\x01\x00\x00\xff\xff\xa1\x4d\x8c\x3a\xeb\x1d\x00\x00") - -func _1640111208_nodeconfigUpSqlBytes() ([]byte, error) { - return bindataRead( - __1640111208_nodeconfigUpSql, - "1640111208_nodeconfig.up.sql", - ) -} - -func _1640111208_nodeconfigUpSql() (*asset, error) { - bytes, err := _1640111208_nodeconfigUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1640111208_nodeconfig.up.sql", size: 7659, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x5a, 0xc6, 0xed, 0x6, 0xcb, 0x51, 0x8b, 0x78, 0xe9, 0x10, 0x37, 0xd1, 0xad, 0x9b, 0x76, 0x9a, 0xb9, 0x72, 0x85, 0xe7, 0x8a, 0x7f, 0xf0, 0x81, 0xf8, 0x33, 0x59, 0x67, 0x8e, 0xeb, 0xb1}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\x41\x0e\xc2\x20\x10\x05\xd0\x3d\xa7\xf8\x17\x00\x74\x65\x62\xe2\x61\xc6\x32\xfe\x90\xca\x0c\xd2\x89\xe7\xef\xa6\x6f\xff\xa6\x6c\xbb\x50\x71\xfc\xbe\x29\xd5\x4a\x7f\x52\x4d\x97\x84\x82\x9e\xdf\xdd\x9a\x84\x20\x0f\x6f\xd1\x87\xbe\xee\x8f\xdb\x05\x79\xee\xc4\xe8\x5c\x12\xdd\xed\x98\x4b\xff\xe6\x4d\xb7\x0f\x91\x1d\xa5\xd4\x2b\x17\x3a\x4a\x4d\x67\x00\x00\x00\xff\xff\x2c\x75\x2e\x34\x69\x00\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 105, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4f, 0xf, 0x66, 0x70, 0xa7, 0xe9, 0xe9, 0x73, 0xeb, 0x3e, 0x5e, 0x83, 0xab, 0x85, 0x52, 0x1d, 0x10, 0xb5, 0x18, 0xb4, 0x9c, 0x58, 0x69, 0x74, 0x61, 0xb7, 0xcf, 0xd5, 0x23, 0x3a, 0x1e, 0x3c}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "0001_app.down.sql": _0001_appDownSql, - "0001_app.up.sql": _0001_appUpSql, - "0002_tokens.down.sql": _0002_tokensDownSql, - "0002_tokens.up.sql": _0002_tokensUpSql, - "0003_settings.down.sql": _0003_settingsDownSql, - "0003_settings.up.sql": _0003_settingsUpSql, - "0004_pending_stickers.down.sql": _0004_pending_stickersDownSql, - "0004_pending_stickers.up.sql": _0004_pending_stickersUpSql, - "0005_waku_mode.down.sql": _0005_waku_modeDownSql, - "0005_waku_mode.up.sql": _0005_waku_modeUpSql, - "0006_appearance.up.sql": _0006_appearanceUpSql, - "0007_enable_waku_default.up.sql": _0007_enable_waku_defaultUpSql, - "0008_add_push_notifications.up.sql": _0008_add_push_notificationsUpSql, - "0009_enable_sending_push_notifications.down.sql": _0009_enable_sending_push_notificationsDownSql, - "0009_enable_sending_push_notifications.up.sql": _0009_enable_sending_push_notificationsUpSql, - "0010_add_block_mentions.down.sql": _0010_add_block_mentionsDownSql, - "0010_add_block_mentions.up.sql": _0010_add_block_mentionsUpSql, - "0011_allow_webview_permission_requests.down.sql": _0011_allow_webview_permission_requestsDownSql, - "0011_allow_webview_permission_requests.up.sql": _0011_allow_webview_permission_requestsUpSql, - "0012_pending_transactions.down.sql": _0012_pending_transactionsDownSql, - "0012_pending_transactions.up.sql": _0012_pending_transactionsUpSql, - "0013_favourites.down.sql": _0013_favouritesDownSql, - "0013_favourites.up.sql": _0013_favouritesUpSql, - "0014_add_use_mailservers.down.sql": _0014_add_use_mailserversDownSql, - "0014_add_use_mailservers.up.sql": _0014_add_use_mailserversUpSql, - "0015_link_previews.down.sql": _0015_link_previewsDownSql, - "0015_link_previews.up.sql": _0015_link_previewsUpSql, - "0016_local_notifications_preferences.down.sql": _0016_local_notifications_preferencesDownSql, - "0016_local_notifications_preferences.up.sql": _0016_local_notifications_preferencesUpSql, - "0017_bookmarks.down.sql": _0017_bookmarksDownSql, - "0017_bookmarks.up.sql": _0017_bookmarksUpSql, - "0018_profile_pictures_visibility.up.sql": _0018_profile_pictures_visibilityUpSql, - "0019_blocks_ranges_extra_data.up.sql": _0019_blocks_ranges_extra_dataUpSql, - "0020_metrics.up.sql": _0020_metricsUpSql, - "0021_add_session_id_to_metrics.up.sql": _0021_add_session_id_to_metricsUpSql, - "0022_pending_transfers.up.sql": _0022_pending_transfersUpSql, - "1618237885_settings_anon_metrics_should_send.up.sql": _1618237885_settings_anon_metrics_should_sendUpSql, - "1618395756_contacts_only.up.sql": _1618395756_contacts_onlyUpSql, - "1622184614_add_default_sync_period.up.sql": _1622184614_add_default_sync_periodUpSql, - "1625872445_user_status.up.sql": _1625872445_user_statusUpSql, - "1627983977_add_gif_to_settings.up.sql": _1627983977_add_gif_to_settingsUpSql, - "1628580203_add_hidden_account.up.sql": _1628580203_add_hidden_accountUpSql, - "1629123384_add_id_to_app_metrics.up.sql": _1629123384_add_id_to_app_metricsUpSql, - "1630401853_add_opensea_enabled_to_settings.up.sql": _1630401853_add_opensea_enabled_to_settingsUpSql, - "1630464455_create-saved_addresses-table.down.sql": _1630464455_createSaved_addressesTableDownSql, - "1630464455_create-saved_addresses-table.up.sql": _1630464455_createSaved_addressesTableUpSql, - "1630485153_networks.down.sql": _1630485153_networksDownSql, - "1630485153_networks.up.sql": _1630485153_networksUpSql, - "1632262444_profile_pictures_show_to.up.sql": _1632262444_profile_pictures_show_toUpSql, - "1635942153_add_telemetry_server_url_to_settings.up.sql": _1635942153_add_telemetry_server_url_to_settingsUpSql, - "1635942154_add_backup_setting.up.sql": _1635942154_add_backup_settingUpSql, - "1637745568_add_auto_message_setting.up.sql": _1637745568_add_auto_message_settingUpSql, - "1640111208_nodeconfig.up.sql": _1640111208_nodeconfigUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "0001_app.down.sql": {_0001_appDownSql, map[string]*bintree{}}, - "0001_app.up.sql": {_0001_appUpSql, map[string]*bintree{}}, - "0002_tokens.down.sql": {_0002_tokensDownSql, map[string]*bintree{}}, - "0002_tokens.up.sql": {_0002_tokensUpSql, map[string]*bintree{}}, - "0003_settings.down.sql": {_0003_settingsDownSql, map[string]*bintree{}}, - "0003_settings.up.sql": {_0003_settingsUpSql, map[string]*bintree{}}, - "0004_pending_stickers.down.sql": {_0004_pending_stickersDownSql, map[string]*bintree{}}, - "0004_pending_stickers.up.sql": {_0004_pending_stickersUpSql, map[string]*bintree{}}, - "0005_waku_mode.down.sql": {_0005_waku_modeDownSql, map[string]*bintree{}}, - "0005_waku_mode.up.sql": {_0005_waku_modeUpSql, map[string]*bintree{}}, - "0006_appearance.up.sql": {_0006_appearanceUpSql, map[string]*bintree{}}, - "0007_enable_waku_default.up.sql": {_0007_enable_waku_defaultUpSql, map[string]*bintree{}}, - "0008_add_push_notifications.up.sql": {_0008_add_push_notificationsUpSql, map[string]*bintree{}}, - "0009_enable_sending_push_notifications.down.sql": {_0009_enable_sending_push_notificationsDownSql, map[string]*bintree{}}, - "0009_enable_sending_push_notifications.up.sql": {_0009_enable_sending_push_notificationsUpSql, map[string]*bintree{}}, - "0010_add_block_mentions.down.sql": {_0010_add_block_mentionsDownSql, map[string]*bintree{}}, - "0010_add_block_mentions.up.sql": {_0010_add_block_mentionsUpSql, map[string]*bintree{}}, - "0011_allow_webview_permission_requests.down.sql": {_0011_allow_webview_permission_requestsDownSql, map[string]*bintree{}}, - "0011_allow_webview_permission_requests.up.sql": {_0011_allow_webview_permission_requestsUpSql, map[string]*bintree{}}, - "0012_pending_transactions.down.sql": {_0012_pending_transactionsDownSql, map[string]*bintree{}}, - "0012_pending_transactions.up.sql": {_0012_pending_transactionsUpSql, map[string]*bintree{}}, - "0013_favourites.down.sql": {_0013_favouritesDownSql, map[string]*bintree{}}, - "0013_favourites.up.sql": {_0013_favouritesUpSql, map[string]*bintree{}}, - "0014_add_use_mailservers.down.sql": {_0014_add_use_mailserversDownSql, map[string]*bintree{}}, - "0014_add_use_mailservers.up.sql": {_0014_add_use_mailserversUpSql, map[string]*bintree{}}, - "0015_link_previews.down.sql": {_0015_link_previewsDownSql, map[string]*bintree{}}, - "0015_link_previews.up.sql": {_0015_link_previewsUpSql, map[string]*bintree{}}, - "0016_local_notifications_preferences.down.sql": {_0016_local_notifications_preferencesDownSql, map[string]*bintree{}}, - "0016_local_notifications_preferences.up.sql": {_0016_local_notifications_preferencesUpSql, map[string]*bintree{}}, - "0017_bookmarks.down.sql": {_0017_bookmarksDownSql, map[string]*bintree{}}, - "0017_bookmarks.up.sql": {_0017_bookmarksUpSql, map[string]*bintree{}}, - "0018_profile_pictures_visibility.up.sql": {_0018_profile_pictures_visibilityUpSql, map[string]*bintree{}}, - "0019_blocks_ranges_extra_data.up.sql": {_0019_blocks_ranges_extra_dataUpSql, map[string]*bintree{}}, - "0020_metrics.up.sql": {_0020_metricsUpSql, map[string]*bintree{}}, - "0021_add_session_id_to_metrics.up.sql": {_0021_add_session_id_to_metricsUpSql, map[string]*bintree{}}, - "0022_pending_transfers.up.sql": {_0022_pending_transfersUpSql, map[string]*bintree{}}, - "1618237885_settings_anon_metrics_should_send.up.sql": {_1618237885_settings_anon_metrics_should_sendUpSql, map[string]*bintree{}}, - "1618395756_contacts_only.up.sql": {_1618395756_contacts_onlyUpSql, map[string]*bintree{}}, - "1622184614_add_default_sync_period.up.sql": {_1622184614_add_default_sync_periodUpSql, map[string]*bintree{}}, - "1625872445_user_status.up.sql": {_1625872445_user_statusUpSql, map[string]*bintree{}}, - "1627983977_add_gif_to_settings.up.sql": {_1627983977_add_gif_to_settingsUpSql, map[string]*bintree{}}, - "1628580203_add_hidden_account.up.sql": {_1628580203_add_hidden_accountUpSql, map[string]*bintree{}}, - "1629123384_add_id_to_app_metrics.up.sql": {_1629123384_add_id_to_app_metricsUpSql, map[string]*bintree{}}, - "1630401853_add_opensea_enabled_to_settings.up.sql": {_1630401853_add_opensea_enabled_to_settingsUpSql, map[string]*bintree{}}, - "1630464455_create-saved_addresses-table.down.sql": {_1630464455_createSaved_addressesTableDownSql, map[string]*bintree{}}, - "1630464455_create-saved_addresses-table.up.sql": {_1630464455_createSaved_addressesTableUpSql, map[string]*bintree{}}, - "1630485153_networks.down.sql": {_1630485153_networksDownSql, map[string]*bintree{}}, - "1630485153_networks.up.sql": {_1630485153_networksUpSql, map[string]*bintree{}}, - "1632262444_profile_pictures_show_to.up.sql": {_1632262444_profile_pictures_show_toUpSql, map[string]*bintree{}}, - "1635942153_add_telemetry_server_url_to_settings.up.sql": {_1635942153_add_telemetry_server_url_to_settingsUpSql, map[string]*bintree{}}, - "1635942154_add_backup_setting.up.sql": {_1635942154_add_backup_settingUpSql, map[string]*bintree{}}, - "1637745568_add_auto_message_setting.up.sql": {_1637745568_add_auto_message_settingUpSql, map[string]*bintree{}}, - "1640111208_nodeconfig.up.sql": {_1640111208_nodeconfigUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/contracts/mock/contracts.go b/contracts/mock/contracts.go deleted file mode 100644 index aaec70c6d..000000000 --- a/contracts/mock/contracts.go +++ /dev/null @@ -1,89 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: contracts/contracts.go -// -// Generated by this command: -// -// mockgen -package=mock_contracts -destination=contracts/mock/contracts.go -source=contracts/contracts.go -// - -// Package mock_contracts is a generated GoMock package. -package mock_contracts - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - ethscan "github.com/status-im/status-go/contracts/ethscan" - ierc20 "github.com/status-im/status-go/contracts/ierc20" -) - -// MockContractMakerIface is a mock of ContractMakerIface interface. -type MockContractMakerIface struct { - ctrl *gomock.Controller - recorder *MockContractMakerIfaceMockRecorder -} - -// MockContractMakerIfaceMockRecorder is the mock recorder for MockContractMakerIface. -type MockContractMakerIfaceMockRecorder struct { - mock *MockContractMakerIface -} - -// NewMockContractMakerIface creates a new mock instance. -func NewMockContractMakerIface(ctrl *gomock.Controller) *MockContractMakerIface { - mock := &MockContractMakerIface{ctrl: ctrl} - mock.recorder = &MockContractMakerIfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockContractMakerIface) EXPECT() *MockContractMakerIfaceMockRecorder { - return m.recorder -} - -// NewERC20 mocks base method. -func (m *MockContractMakerIface) NewERC20(chainID uint64, contractAddr common.Address) (ierc20.IERC20Iface, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NewERC20", chainID, contractAddr) - ret0, _ := ret[0].(ierc20.IERC20Iface) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NewERC20 indicates an expected call of NewERC20. -func (mr *MockContractMakerIfaceMockRecorder) NewERC20(chainID, contractAddr any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NewERC20", reflect.TypeOf((*MockContractMakerIface)(nil).NewERC20), chainID, contractAddr) -} - -// NewERC20Caller mocks base method. -func (m *MockContractMakerIface) NewERC20Caller(chainID uint64, contractAddr common.Address) (ierc20.IERC20CallerIface, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NewERC20Caller", chainID, contractAddr) - ret0, _ := ret[0].(ierc20.IERC20CallerIface) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NewERC20Caller indicates an expected call of NewERC20Caller. -func (mr *MockContractMakerIfaceMockRecorder) NewERC20Caller(chainID, contractAddr any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NewERC20Caller", reflect.TypeOf((*MockContractMakerIface)(nil).NewERC20Caller), chainID, contractAddr) -} - -// NewEthScan mocks base method. -func (m *MockContractMakerIface) NewEthScan(chainID uint64) (ethscan.BalanceScannerIface, uint, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NewEthScan", chainID) - ret0, _ := ret[0].(ethscan.BalanceScannerIface) - ret1, _ := ret[1].(uint) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// NewEthScan indicates an expected call of NewEthScan. -func (mr *MockContractMakerIfaceMockRecorder) NewEthScan(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NewEthScan", reflect.TypeOf((*MockContractMakerIface)(nil).NewEthScan), chainID) -} diff --git a/mailserver/migrations/bindata.go b/mailserver/migrations/bindata.go deleted file mode 100644 index 98ed1d246..000000000 --- a/mailserver/migrations/bindata.go +++ /dev/null @@ -1,321 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1557732988_initialize_db.down.sql (72B) -// 1557732988_initialize_db.up.sql (278B) -// static.go (198B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1557732988_initialize_dbDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\xf0\xf4\x73\x71\x8d\x50\xc8\x4c\x89\x4f\xca\xc9\xcf\xcf\x8d\xcf\x4c\xa9\xb0\xe6\x42\x95\x28\xc9\x2f\xc8\x4c\x46\x92\x08\x71\x74\xf2\x71\x55\x48\xcd\x2b\x4b\xcd\xc9\x2f\x48\x2d\xb6\xe6\x02\x04\x00\x00\xff\xff\x6b\x93\xaa\x08\x48\x00\x00\x00") - -func _1557732988_initialize_dbDownSqlBytes() ([]byte, error) { - return bindataRead( - __1557732988_initialize_dbDownSql, - "1557732988_initialize_db.down.sql", - ) -} - -func _1557732988_initialize_dbDownSql() (*asset, error) { - bytes, err := _1557732988_initialize_dbDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1557732988_initialize_db.down.sql", size: 72, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0x40, 0x78, 0xb7, 0x71, 0x3c, 0x20, 0x3b, 0xc9, 0xb, 0x2f, 0x49, 0xe4, 0xff, 0x1c, 0x84, 0x54, 0xa1, 0x30, 0xe3, 0x90, 0xf8, 0x73, 0xda, 0xb0, 0x2a, 0xea, 0x8e, 0xf1, 0x82, 0xe7, 0xd2}} - return a, nil -} - -var __1557732988_initialize_dbUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x48\xcd\x2b\x4b\xcd\xc9\x2f\x48\x2d\x56\xd0\xc8\x4c\x51\x70\x8a\x0c\x71\x75\x54\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x08\xf5\xf3\x0c\x0c\x75\xd5\x51\x48\x49\x2c\x49\x44\x93\xd3\x51\x28\xc9\x2f\xc8\x4c\xc6\x10\x4d\xca\xc9\xcf\xcf\x55\x70\xf2\x0c\xd1\x30\x35\x34\xd2\x84\x4b\x68\x5a\x73\x71\x41\xed\xf5\xf4\x73\x71\x8d\x50\xc8\x4c\x89\x07\x2b\x8d\xcf\x4c\xa9\x50\xf0\xf7\x43\x73\x87\x8b\x6b\xb0\x33\xd4\x2c\x4d\x6b\x0c\x8d\x60\x9b\xf1\x69\x04\x2b\x40\xd7\x88\x5d\x97\x06\x4c\x2d\x20\x00\x00\xff\xff\x0b\x7d\x91\x3e\x16\x01\x00\x00") - -func _1557732988_initialize_dbUpSqlBytes() ([]byte, error) { - return bindataRead( - __1557732988_initialize_dbUpSql, - "1557732988_initialize_db.up.sql", - ) -} - -func _1557732988_initialize_dbUpSql() (*asset, error) { - bytes, err := _1557732988_initialize_dbUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1557732988_initialize_db.up.sql", size: 278, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x85, 0x41, 0x7a, 0xba, 0x4f, 0xa3, 0x43, 0xc0, 0x63, 0xfa, 0x2c, 0xd1, 0xc5, 0xbb, 0x20, 0xa0, 0x64, 0xa8, 0x3b, 0x65, 0x82, 0xa2, 0x14, 0x28, 0x18, 0x7c, 0x8b, 0x3a, 0x7a, 0xfd, 0xe0}} - return a, nil -} - -var _staticGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\x31\x4a\x06\x41\x0c\xc5\xf1\x7e\x4e\xf1\x4a\x05\x67\xa2\x95\x20\xd8\x8b\x28\x08\x7a\x81\xec\x6e\xc8\x17\xd6\x99\x2c\x99\xe8\xf9\x6d\x56\xc4\xd7\x3d\xfe\xf0\x23\xc2\x1b\xaf\x3b\xab\x60\x26\xa7\xad\x90\xbe\xc8\x36\x7f\xdf\xd5\xf3\xfb\x0d\x9e\x3e\x5e\x5f\xae\x11\x32\xfd\x2b\x56\x99\x08\xd3\x4b\xc2\x46\x3a\xf2\x22\x58\x6c\x70\x98\xcc\x72\xfc\x93\x4a\x21\x52\x7f\x50\x19\x12\x9c\x02\xf5\xba\xd8\xd8\x38\x19\xb5\xfb\x96\xd6\xe5\xf1\xee\xfe\xf6\x1c\xea\xb1\x2b\xba\x69\x70\x9a\x8f\x89\xea\x68\x8d\x5a\xa3\xce\xf6\x39\x25\xbe\x25\xe8\x2f\xd3\x49\x35\x75\xb4\xf2\x13\x00\x00\xff\xff\x9a\xab\xca\x11\xc6\x00\x00\x00") - -func staticGoBytes() ([]byte, error) { - return bindataRead( - _staticGo, - "static.go", - ) -} - -func staticGo() (*asset, error) { - bytes, err := staticGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "static.go", size: 198, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0xd2, 0xfd, 0xbf, 0xe5, 0xff, 0xcb, 0x54, 0xec, 0x41, 0x23, 0x7b, 0xc0, 0xeb, 0x55, 0xb8, 0x69, 0xd7, 0x57, 0xf1, 0x83, 0x13, 0x88, 0x55, 0xd9, 0x73, 0xdc, 0x93, 0xee, 0x23, 0xe3, 0xe9}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1557732988_initialize_db.down.sql": _1557732988_initialize_dbDownSql, - "1557732988_initialize_db.up.sql": _1557732988_initialize_dbUpSql, - "static.go": staticGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1557732988_initialize_db.down.sql": {_1557732988_initialize_dbDownSql, map[string]*bintree{}}, - "1557732988_initialize_db.up.sql": {_1557732988_initialize_dbUpSql, map[string]*bintree{}}, - "static.go": {staticGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/multiaccounts/migrations/bindata.go b/multiaccounts/migrations/bindata.go deleted file mode 100644 index 29eb9b0dd..000000000 --- a/multiaccounts/migrations/bindata.go +++ /dev/null @@ -1,574 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 0001_accounts.down.sql (21B) -// 0001_accounts.up.sql (163B) -// 1605007189_identity_images.down.sql (29B) -// 1605007189_identity_images.up.sql (268B) -// 1606224181_drop_photo_path_from_accounts.down.sql (892B) -// 1606224181_drop_photo_path_from_accounts.up.sql (866B) -// 1648646095_image_clock.down.sql (939B) -// 1648646095_image_clock.up.sql (69B) -// 1649317600_add_color_hash.up.sql (201B) -// 1660238799_accounts_kdf.up.sql (115B) -// 1679505708_add_customization_color.up.sql (78B) -// 1687853321_add_customization_color_updated_at.up.sql (80B) -// 1719915420_add_appmetrics.up.sql (377B) -// doc.go (94B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __0001_accountsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\xb6\xe6\x02\x04\x00\x00\xff\xff\x96\x1e\x13\xa1\x15\x00\x00\x00") - -func _0001_accountsDownSqlBytes() ([]byte, error) { - return bindataRead( - __0001_accountsDownSql, - "0001_accounts.down.sql", - ) -} - -func _0001_accountsDownSql() (*asset, error) { - bytes, err := _0001_accountsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0001_accounts.down.sql", size: 21, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd2, 0x61, 0x4c, 0x18, 0xfc, 0xc, 0xdf, 0x5c, 0x1f, 0x5e, 0xd3, 0xbd, 0xfa, 0x12, 0x5e, 0x8d, 0x8d, 0x8b, 0xb9, 0x5f, 0x99, 0x46, 0x63, 0xa5, 0xe3, 0xa6, 0x8a, 0x4, 0xf1, 0x73, 0x8a, 0xe9}} - return a, nil -} - -var __0001_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcc\xb1\x6e\x83\x30\x14\x46\xe1\xdd\x4f\xf1\x8f\xad\xe4\x37\xe8\x64\xa8\x5b\xae\x42\x00\x99\x4b\x80\xd1\x02\x04\x56\x82\x8d\xc0\x19\xf2\xf6\x51\x58\x8f\xf4\x9d\xd4\x68\xc5\x1a\xac\x92\x5c\x83\xfe\x50\x94\x0c\xdd\x51\xcd\x35\xec\x30\x84\xa7\x8f\x07\xbe\xc4\x7d\x7a\x35\x6e\xc4\x4d\x99\x34\x53\x06\x95\xa1\xab\x32\x3d\x2e\xba\x97\xc2\xdb\x75\x02\xeb\x8e\x4f\x5b\x34\x79\x2e\xc5\x23\xcc\xce\xb3\x5b\xa7\x23\xda\x75\x43\x42\xff\xa0\x82\xa5\xd8\x96\x10\x43\x65\xe3\x72\x02\xf9\xf9\x0e\x76\x1f\x2b\xeb\x76\xe7\xe7\x33\x8a\x6f\xb4\xc4\x59\xd9\x30\x4c\xd9\xd2\xef\x8f\x78\x07\x00\x00\xff\xff\xab\xcf\xa2\xbd\xa3\x00\x00\x00") - -func _0001_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __0001_accountsUpSql, - "0001_accounts.up.sql", - ) -} - -func _0001_accountsUpSql() (*asset, error) { - bytes, err := _0001_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "0001_accounts.up.sql", size: 163, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0xfa, 0x99, 0x8e, 0x96, 0xb3, 0x13, 0x6c, 0x1f, 0x6, 0x27, 0xc5, 0xd2, 0xd4, 0xe0, 0xa5, 0x26, 0x82, 0xa7, 0x26, 0xf2, 0x68, 0x9d, 0xed, 0x9c, 0x3d, 0xbb, 0xdc, 0x37, 0x28, 0xbc, 0x1}} - return a, nil -} - -var __1605007189_identity_imagesDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\x4c\x49\xcd\x2b\xc9\x2c\xa9\x8c\xcf\xcc\x4d\x4c\x4f\x2d\xb6\xe6\xe5\x02\x04\x00\x00\xff\xff\xa1\x22\x72\x37\x1d\x00\x00\x00") - -func _1605007189_identity_imagesDownSqlBytes() ([]byte, error) { - return bindataRead( - __1605007189_identity_imagesDownSql, - "1605007189_identity_images.down.sql", - ) -} - -func _1605007189_identity_imagesDownSql() (*asset, error) { - bytes, err := _1605007189_identity_imagesDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1605007189_identity_images.down.sql", size: 29, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0xcf, 0xa7, 0xae, 0xd5, 0x4f, 0xcd, 0x14, 0x63, 0x9, 0xbe, 0x39, 0x49, 0x18, 0x96, 0xb2, 0xa3, 0x8, 0x7d, 0x41, 0xdb, 0x50, 0x5d, 0xf5, 0x4d, 0xa2, 0xd, 0x8f, 0x57, 0x79, 0x77, 0x67}} - return a, nil -} - -var __1605007189_identity_imagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xce\xc1\x6a\xc3\x30\x10\x04\xd0\xbb\xc1\xff\x30\xc7\x04\xf2\x07\x3d\xc9\xaa\x42\x44\x55\x29\x28\x4a\xd3\x9c\x84\x40\x5b\x7b\x69\xe2\x96\x58\xa5\xb8\x5f\x5f\xea\xfa\x60\x72\xdc\xc7\xec\x30\xd2\x2b\x11\x14\x82\x68\x8c\x82\xde\xc2\xba\x00\xf5\xaa\x0f\xe1\x00\xce\xd4\x17\x2e\x63\xe4\x6b\x6a\x69\x58\xd5\x15\x00\xbc\xd3\x18\xbf\x38\xe3\x45\x78\xb9\x13\x7e\xf3\xaf\x7d\xba\xd2\x1d\x4d\x5f\xf1\x33\x8d\x97\x8f\x94\xd1\x18\xd7\x4c\xe5\xf6\x68\xcc\x9c\xf8\xe6\x5c\x3a\x70\x5f\xe6\xbb\x23\x6e\xbb\xb2\x80\x37\xbe\x50\x1c\xf8\x87\x16\x76\xa3\x3f\x88\x25\xdd\x5a\x5a\x66\xf7\x5e\x3f\x0b\x7f\xc6\x93\x3a\x63\x35\x8f\xdc\x4c\xbb\xd6\x70\x16\xd2\xd9\xad\xd1\x32\xc0\xab\xbd\x11\x52\xd5\xd5\x1a\x27\x1d\x76\xee\x18\xe0\xdd\x49\x3f\x3e\xd4\xd5\x6f\x00\x00\x00\xff\xff\x8c\x6a\x0a\x57\x0c\x01\x00\x00") - -func _1605007189_identity_imagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1605007189_identity_imagesUpSql, - "1605007189_identity_images.up.sql", - ) -} - -func _1605007189_identity_imagesUpSql() (*asset, error) { - bytes, err := _1605007189_identity_imagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1605007189_identity_images.up.sql", size: 268, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0xb6, 0xc1, 0x5c, 0x76, 0x72, 0x6b, 0x22, 0x34, 0xdc, 0x96, 0xdc, 0x2b, 0xfd, 0x2d, 0xbe, 0xcc, 0x1e, 0xd4, 0x5, 0x93, 0xd, 0xc2, 0x51, 0xf3, 0x1a, 0xef, 0x2b, 0x26, 0xa4, 0xeb, 0x65}} - return a, nil -} - -var __1606224181_drop_photo_path_from_accountsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x93\xc1\x6e\x9c\x30\x18\x84\xef\x3c\xc5\x1c\xdb\x95\x25\x1e\x60\x4f\x04\x9c\xc4\x2a\x0b\xc8\x98\x66\x73\x6a\x1c\xb0\x82\x15\xb0\x11\x6b\x54\xed\xdb\x57\x6b\x58\x76\x8b\xd4\xaa\xd7\x5e\xff\xf9\x7f\xcf\x68\x3e\x39\xdc\x21\xb6\xc3\x19\xae\x55\x90\x75\x6d\x27\xe3\x4e\x70\xf2\xbd\x53\xd0\xc6\x59\x48\x38\xd5\x0f\xf3\x84\x80\x1e\xe3\xb4\x4a\xa8\xdf\x7e\xd3\x8d\x32\x4e\xd7\xd6\xbc\xa1\xb6\xdd\xd4\x1b\x48\xd3\x80\x65\x77\x2b\x43\x6b\x9d\x2d\xa4\x6b\xd7\x95\x5d\x18\xc4\x9c\x46\x82\x42\xd0\x43\x91\xf3\x88\xbf\x42\x44\x0f\x29\x5d\xdd\x7f\xbc\xcb\xfa\x73\x1a\xbe\x04\x00\xf0\xa9\xce\x95\x6e\xf0\x3d\xe2\xf1\x73\xc4\x51\x70\x76\xb8\x5c\x7c\xa3\xaf\xc4\xeb\x46\xf6\x0a\x82\x1e\x05\xb2\x5c\x20\xab\xd2\x74\x9e\x77\xf6\x43\x1b\xa1\x7b\x75\x72\xb2\x1f\xf0\xc0\x9e\xc0\x32\x31\x6b\x6b\x28\x7f\x48\xae\x3e\xb5\x1c\x9b\x42\xea\x51\x9b\x0f\x2f\x04\x5f\xf1\xc2\xc4\x73\x5e\x09\xf0\xfc\x85\x25\xfb\x80\x65\x25\xe5\xe2\xf2\x50\xbe\x4d\x8b\x92\xa6\x34\x16\x4b\x5e\xe2\x73\x91\x4d\x0a\x82\xb5\x31\xb2\x35\x7c\xe4\xf9\x61\x7d\x73\x1f\x04\xe1\x0e\xc9\x68\x07\xdf\xa2\xed\x9a\x2d\x9a\x4b\xd1\xa3\xaa\x47\x25\x9d\xc2\x4f\xed\x5a\xc8\xae\x5b\x2a\x3e\x2d\x94\x58\xf6\xf4\x1b\xa3\x1b\x1c\xaf\xdc\xa1\xd9\x85\x41\xc2\xf3\x62\xc3\x61\xbf\x82\xf2\x63\xf6\xe8\x2b\xa6\x47\x56\x8a\xf2\x96\xe7\x3f\xc1\xf4\x6f\x7c\x56\xcb\xbf\xf3\x59\x98\xcf\x98\x84\x6e\xce\x98\x06\x82\xe6\xca\xeb\xf6\x61\xfe\xd0\xec\xf5\xfe\x57\x00\x00\x00\xff\xff\x72\x67\x20\xf9\x7c\x03\x00\x00") - -func _1606224181_drop_photo_path_from_accountsDownSqlBytes() ([]byte, error) { - return bindataRead( - __1606224181_drop_photo_path_from_accountsDownSql, - "1606224181_drop_photo_path_from_accounts.down.sql", - ) -} - -func _1606224181_drop_photo_path_from_accountsDownSql() (*asset, error) { - bytes, err := _1606224181_drop_photo_path_from_accountsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1606224181_drop_photo_path_from_accounts.down.sql", size: 892, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0x24, 0x17, 0x7, 0x80, 0x93, 0x6f, 0x8d, 0x5d, 0xaa, 0x8c, 0x79, 0x15, 0x5d, 0xb3, 0x19, 0xd7, 0xd8, 0x39, 0xf9, 0x3a, 0x63, 0x8f, 0x81, 0x15, 0xb6, 0xd6, 0x9a, 0x37, 0xa8, 0x8e, 0x9b}} - return a, nil -} - -var __1606224181_drop_photo_path_from_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x93\xc1\x8e\x9b\x30\x18\x84\xef\x3c\xc5\x1c\x5b\x64\x89\x07\xc8\x89\x05\x77\xd7\x2a\x01\xe4\x35\xdd\xdd\x53\x71\xc0\x0a\x56\xc0\x46\xc4\xa8\xca\xdb\x57\x01\x42\x54\xd4\x56\xb9\xed\xf5\x1f\xff\xff\x8c\xe6\x93\x03\x1f\x91\xed\x2f\x70\x8d\x82\xac\x2a\x3b\x1a\x77\x86\x93\x87\x56\x41\x1b\x67\x21\xe1\x54\xd7\xcf\x13\x02\xfa\x1e\x25\x45\x4c\xa7\xd7\x65\xdf\x58\x67\x73\xe9\x9a\x12\xd2\xd4\x60\xe9\xac\x95\xba\x56\xc6\xe9\xca\x9a\x12\x95\x6d\xc7\xce\xc0\x0f\xbc\x88\xd3\x50\x50\x08\xba\xcf\x33\x1e\xf2\x0f\x88\xf0\x29\xa1\xab\xe5\xcf\x83\xac\x4e\x63\xff\xc5\x03\x80\x93\xba\x14\xba\xc6\x8f\x90\x47\x2f\x21\x47\xce\xd9\xfe\xba\xf1\x9d\x7e\x90\x49\x37\xb2\x53\x10\xf4\x5d\x20\xcd\x04\xd2\x22\x49\xe6\x79\x6b\x8f\xda\x08\xdd\xa9\xb3\x93\x5d\x8f\x27\xf6\x0c\x96\x8a\x59\x5b\x43\x4d\x8b\xe4\xe6\x53\xc9\xa1\xce\xa5\x1e\xb4\x39\x4e\x82\xf7\x15\x6f\x4c\xbc\x64\x85\x00\xcf\xde\x58\xbc\xf3\x58\xfa\x4a\xb9\xb8\x1e\xca\xb6\x69\xf1\x4a\x13\x1a\x89\x25\x2f\x99\x72\x91\x4d\x0a\x82\xb5\x26\xb2\x35\xfc\xc6\xb3\xfd\x7a\x73\xe7\x79\x81\x8f\x78\xb0\xfd\xd4\xae\x6d\xeb\x2d\x8f\x6b\xc9\x83\xaa\x06\x25\x9d\xc2\x2f\xed\x1a\xc8\xb6\x5d\x2a\x3e\x2f\x68\x58\xfa\xfc\x0f\x30\x93\x72\x47\xe3\x07\x5e\xcc\xb3\x7c\x83\x61\xb7\x72\xfa\x63\xfc\xf9\x58\xf0\x10\x97\xc7\x80\xac\x9e\xff\x07\xb2\x40\x9e\xb9\x08\x5d\x5f\x30\xf6\x04\xf5\x0d\xd0\xfd\x5b\xe0\xef\x5d\xde\xf6\x7f\x07\x00\x00\xff\xff\xc4\x05\x28\x49\x62\x03\x00\x00") - -func _1606224181_drop_photo_path_from_accountsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1606224181_drop_photo_path_from_accountsUpSql, - "1606224181_drop_photo_path_from_accounts.up.sql", - ) -} - -func _1606224181_drop_photo_path_from_accountsUpSql() (*asset, error) { - bytes, err := _1606224181_drop_photo_path_from_accountsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1606224181_drop_photo_path_from_accounts.up.sql", size: 866, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xff, 0x4c, 0x97, 0xee, 0xef, 0x82, 0xb8, 0x6c, 0x71, 0xbb, 0x50, 0x7b, 0xe6, 0xd9, 0x22, 0x31, 0x7c, 0x1a, 0xfe, 0x91, 0x28, 0xf6, 0x6, 0x36, 0xe, 0xb1, 0xf1, 0xc8, 0x25, 0xac, 0x7e, 0xd6}} - return a, nil -} - -var __1648646095_image_clockDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x92\xbf\x6e\xdb\x30\x18\xc4\x77\x3e\xc5\x8d\x49\x40\x20\x0f\xe0\x49\x56\x68\x84\x28\x2d\xaa\x14\xd3\x34\x93\xc0\x48\x5f\x25\x22\xfa\x07\x89\x42\xe0\x3e\x7d\x61\xd9\xb0\x6b\xa3\xf5\xd6\xa5\xe3\x77\x3c\x92\x77\xfc\xf1\xf1\x01\xd9\x57\xe5\x03\xa1\xec\x69\x42\xd7\x07\x4c\xf3\x30\xf4\x63\x40\x39\xf6\xc3\xe0\xbb\x0a\x45\xdf\xcc\x6d\x37\x71\xd4\xd4\x15\x84\x4f\x42\x3b\x4f\x01\xc5\x48\x2e\x10\x1c\x02\xb5\x03\x82\x7b\x6f\x08\x0f\x8f\x2c\x36\x22\xb2\x02\x56\x6c\x53\x6d\x22\xf3\x06\x1b\xad\x95\x80\x2f\xa9\x0b\x3e\xec\x72\xdf\xba\x8a\xa6\xfc\xdd\x15\x1f\xf3\x70\xc7\x00\xe0\x83\x76\xf9\xec\x4b\x7c\x8b\x4c\xfc\x1c\x19\xbe\x88\x9d\x6b\xe9\x52\x59\x76\xe6\x83\xdb\x35\xbd\x2b\xb1\x56\x7a\x8d\x44\x5b\x24\x2f\x4a\x1d\x0c\x9f\xbe\x0c\x35\x7c\x17\x0e\x63\x4d\xbe\xaa\xc3\x79\xfe\xe1\x1b\xca\x27\xff\x93\xce\xd2\x48\xfb\x39\x0f\x6e\xac\xe8\x37\x67\x6a\xe4\x76\x1f\xfd\x8b\x78\xc3\xdd\x31\x1d\x5f\x12\xdd\x43\x27\x88\x75\xb2\x51\x32\xb6\x30\x22\x55\x51\x2c\xd8\x3d\x5e\xa5\x7d\xd6\x2f\x16\x46\xbf\xca\xa7\x15\x63\x32\xc9\x84\xb1\x90\x89\xd5\x7f\xa9\x8e\x4c\x28\x11\x5b\x5c\x1c\xcf\x2f\x4b\xf2\x43\x25\x7e\xac\xc2\xcf\x15\xf8\x55\xf4\x8d\xd1\xdb\xeb\x8b\x56\x8c\x3d\x19\x9d\xfe\x19\xc0\x8a\xb1\x13\xaa\x65\x5d\x6e\x96\xd7\x14\xdf\x65\x66\xb3\x6b\xf7\x7f\xcb\xe9\x16\xa8\x7f\x4f\xe8\xf8\x15\x6e\x82\x3a\x79\x7e\x05\x00\x00\xff\xff\xce\x2f\xe3\x37\xab\x03\x00\x00") - -func _1648646095_image_clockDownSqlBytes() ([]byte, error) { - return bindataRead( - __1648646095_image_clockDownSql, - "1648646095_image_clock.down.sql", - ) -} - -func _1648646095_image_clockDownSql() (*asset, error) { - bytes, err := _1648646095_image_clockDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1648646095_image_clock.down.sql", size: 939, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4d, 0xa8, 0x1f, 0xf, 0xe0, 0xd7, 0xc9, 0x68, 0x98, 0xd8, 0x37, 0xb8, 0xba, 0x9e, 0xb2, 0x19, 0xf3, 0xc4, 0x73, 0x80, 0x3, 0x17, 0x2a, 0x53, 0x68, 0x10, 0x13, 0x54, 0x99, 0xb1, 0xf5, 0x1c}} - return a, nil -} - -var __1648646095_image_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4c\x49\xcd\x2b\xc9\x2c\xa9\x8c\xcf\xcc\x4d\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x22\x35\x20\xbf\x45\x00\x00\x00") - -func _1648646095_image_clockUpSqlBytes() ([]byte, error) { - return bindataRead( - __1648646095_image_clockUpSql, - "1648646095_image_clock.up.sql", - ) -} - -func _1648646095_image_clockUpSql() (*asset, error) { - bytes, err := _1648646095_image_clockUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1648646095_image_clock.up.sql", size: 69, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0xa6, 0xa4, 0x4e, 0x4e, 0xca, 0x17, 0x56, 0xea, 0xfb, 0xf0, 0xa9, 0x81, 0x95, 0xe, 0x80, 0x52, 0x1, 0x47, 0x9b, 0xde, 0x14, 0xfa, 0x72, 0xc9, 0x62, 0x6f, 0x24, 0xa2, 0xc, 0x32, 0x50}} - return a, nil -} - -var __1649317600_add_color_hashUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xcf\xc9\x2f\xf2\x48\x2c\xce\x50\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x22\xca\x0c\xcf\x14\x05\x4f\x3f\x2c\x06\x18\x58\x73\x85\x06\xb8\x38\x86\x20\x69\x0d\x76\x0d\x41\xb2\xd7\x16\x6c\x07\x4e\x35\x9e\x29\x0a\xb6\x20\x43\x00\x01\x00\x00\xff\xff\xfa\xaf\xaf\xd9\xc9\x00\x00\x00") - -func _1649317600_add_color_hashUpSqlBytes() ([]byte, error) { - return bindataRead( - __1649317600_add_color_hashUpSql, - "1649317600_add_color_hash.up.sql", - ) -} - -func _1649317600_add_color_hashUpSql() (*asset, error) { - bytes, err := _1649317600_add_color_hashUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1649317600_add_color_hash.up.sql", size: 201, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1a, 0xf, 0x37, 0x6d, 0xcf, 0x99, 0xc9, 0x2e, 0xdc, 0x70, 0x11, 0xb4, 0x36, 0x26, 0x4f, 0x39, 0xa8, 0x44, 0xf, 0xcb, 0xcc, 0x81, 0x74, 0x7a, 0x88, 0xaa, 0x54, 0x8c, 0xc4, 0xe, 0x56, 0x4f}} - return a, nil -} - -var __1660238799_accounts_kdfUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x4e\x49\xf3\x2c\x49\x2d\x4a\x2c\xc9\xcc\xcf\x2b\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\x36\x32\x30\xb0\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x23\xd8\x35\x04\x4d\xb3\x2d\x54\x25\x20\x00\x00\xff\xff\x37\x9c\xbc\xd5\x73\x00\x00\x00") - -func _1660238799_accounts_kdfUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660238799_accounts_kdfUpSql, - "1660238799_accounts_kdf.up.sql", - ) -} - -func _1660238799_accounts_kdfUpSql() (*asset, error) { - bytes, err := _1660238799_accounts_kdfUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660238799_accounts_kdf.up.sql", size: 115, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0xe6, 0x7a, 0x69, 0x25, 0x42, 0x3b, 0x9c, 0x20, 0xf5, 0xcb, 0xae, 0xb0, 0xb3, 0x1b, 0x66, 0xc2, 0x5d, 0xd0, 0xc1, 0x59, 0xe8, 0xa9, 0xc5, 0x69, 0x58, 0x8f, 0xae, 0xe6, 0xd1, 0x4c, 0x53}} - return a, nil -} - -var __1679505708_add_customization_colorUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2e\x2d\x2e\xc9\xcf\xcd\xac\x4a\x2c\xc9\xcc\xcf\x73\xce\xcf\xc9\x2f\x52\x08\x73\x0c\x72\xf6\x70\x0c\x52\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x2a\x28\xca\xcc\x4d\x2c\xaa\x54\xb2\xe6\x02\x04\x00\x00\xff\xff\x08\xb6\x89\xf4\x4e\x00\x00\x00") - -func _1679505708_add_customization_colorUpSqlBytes() ([]byte, error) { - return bindataRead( - __1679505708_add_customization_colorUpSql, - "1679505708_add_customization_color.up.sql", - ) -} - -func _1679505708_add_customization_colorUpSql() (*asset, error) { - bytes, err := _1679505708_add_customization_colorUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1679505708_add_customization_color.up.sql", size: 78, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0xe1, 0x3d, 0xaa, 0x5d, 0x35, 0x87, 0x8a, 0x8b, 0xe9, 0x4a, 0xa6, 0x7b, 0x85, 0xbc, 0x33, 0x11, 0xc7, 0x7d, 0x61, 0xac, 0x65, 0x59, 0xda, 0x32, 0x59, 0x68, 0x9d, 0xa1, 0x10, 0x7b, 0xa9}} - return a, nil -} - -var __1687853321_add_customization_color_updated_atUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0a\x43\x21\x0c\x06\xe0\xbd\xa7\xf8\x8f\xd0\xbd\x53\xaa\x16\x0a\x69\x84\x12\x0f\x20\x99\xa4\xd6\xc0\x53\x97\x77\xfa\xf7\x11\x6b\xfa\x42\xe9\xc9\x09\xd5\xcc\xf7\x58\x13\x14\x23\x42\xe6\xf2\x11\xd8\x9e\xcb\xff\xed\xac\xab\xf9\x08\xde\xfd\x08\xdd\xed\x87\xb7\x28\x24\x2b\xa4\x30\x23\xa6\x17\x15\x56\xdc\x1f\xb7\x2b\x00\x00\xff\xff\xfd\x48\x7a\xa4\x50\x00\x00\x00") - -func _1687853321_add_customization_color_updated_atUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687853321_add_customization_color_updated_atUpSql, - "1687853321_add_customization_color_updated_at.up.sql", - ) -} - -func _1687853321_add_customization_color_updated_atUpSql() (*asset, error) { - bytes, err := _1687853321_add_customization_color_updated_atUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687853321_add_customization_color_updated_at.up.sql", size: 80, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0xc2, 0x9, 0xec, 0xf4, 0xd1, 0x46, 0x29, 0xc5, 0xce, 0x4d, 0xd4, 0xf, 0x9c, 0xfa, 0x62, 0x1, 0x29, 0xe6, 0xd2, 0xd5, 0xe, 0xf0, 0x27, 0x81, 0x4a, 0x82, 0x25, 0x5f, 0x67, 0xff, 0xd1}} - return a, nil -} - -var __1719915420_add_appmetricsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x41\x4b\xc3\x40\x10\x46\xef\xf9\x15\xdf\xb1\x05\x4f\x42\x4f\x9e\x36\x75\xaa\xc1\x31\x91\xed\x56\xec\x29\xac\xc9\x14\x16\xb2\x9b\xb0\xd9\xe4\xe0\xaf\x17\x6b\x05\x89\x05\x4f\x33\xf0\x1e\xcc\xbc\xad\x26\x65\x08\x46\xe5\x4c\x68\x24\xa4\x68\x3b\xf7\x21\xad\x97\x14\x5d\x33\xd6\x97\x89\x55\x06\x00\xae\xc5\x9e\x74\xa1\x18\x2f\xba\x78\x56\xfa\x88\x27\x3a\xde\x9c\x91\xcc\x12\x52\x1d\xac\x17\xbc\x2a\xbd\x7d\x54\x7a\x75\xbb\xd9\xac\x51\x56\x06\xe5\x81\xf9\xb7\x35\xdb\x6e\x12\xe4\x5c\xe5\x0b\x9c\x9c\x97\x31\x59\x3f\xa0\x28\x0d\x3d\x90\x5e\xf0\xa1\xb3\xe9\xd4\x47\xff\x73\x62\x81\xed\x30\xd4\xb3\xc4\xd1\xf5\xe1\x8f\x91\xad\xef\xb2\xec\xbf\xda\x69\x72\xed\x25\xf5\xbc\x1a\x7a\x33\x57\x52\x83\x7d\xef\xa4\x45\x5e\x55\x8c\x7b\xda\xa9\x03\x1b\xec\x14\xef\xe9\x9b\x4f\xa3\xc4\xba\xe9\xc3\xc9\x45\x7f\x55\xfb\xfa\xe5\x33\x00\x00\xff\xff\xb4\x2e\xc7\x2d\x79\x01\x00\x00") - -func _1719915420_add_appmetricsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1719915420_add_appmetricsUpSql, - "1719915420_add_appmetrics.up.sql", - ) -} - -func _1719915420_add_appmetricsUpSql() (*asset, error) { - bytes, err := _1719915420_add_appmetricsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1719915420_add_appmetrics.up.sql", size: 377, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x1f, 0xe9, 0x9e, 0xd6, 0xbd, 0xa7, 0x56, 0xc0, 0x5, 0x4c, 0x5c, 0x46, 0x48, 0xed, 0x1e, 0xb6, 0x84, 0x18, 0xd, 0x8f, 0x60, 0x79, 0x29, 0xfd, 0xb2, 0xa5, 0xa, 0x86, 0xdc, 0x45, 0x2c}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\x41\x0e\x02\x31\x08\x05\xd0\x7d\x4f\xf1\x2f\x00\xe8\xca\xc4\xc4\xc3\xa0\x43\x08\x19\x5b\xc6\x96\xfb\xc7\x4d\xdf\xfe\x5d\xfa\x39\xd5\x0d\xeb\xf7\x6d\x4d\xc4\xf3\xe9\x36\x6c\x6a\x19\x3c\xe9\x1d\xe3\xd0\x52\x50\xcf\xa3\xa2\xdb\xeb\xfe\xb8\x6d\xa0\xeb\x74\xf4\xf0\xa9\x15\x39\x16\x28\xc1\x2c\x7b\xb0\x27\x58\xda\x3f\x00\x00\xff\xff\x57\xd4\xd5\x90\x5e\x00\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 94, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x81, 0x21, 0x7a, 0x87, 0xd2, 0xef, 0xcc, 0x25, 0x5e, 0x95, 0x3f, 0x25, 0x79, 0xf7, 0x18, 0xaf, 0x57, 0xe7, 0x1e, 0x58, 0x50, 0xbb, 0xea, 0x27, 0x98, 0x89, 0xe1, 0x9f, 0x5c, 0xf6, 0x0}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "0001_accounts.down.sql": _0001_accountsDownSql, - "0001_accounts.up.sql": _0001_accountsUpSql, - "1605007189_identity_images.down.sql": _1605007189_identity_imagesDownSql, - "1605007189_identity_images.up.sql": _1605007189_identity_imagesUpSql, - "1606224181_drop_photo_path_from_accounts.down.sql": _1606224181_drop_photo_path_from_accountsDownSql, - "1606224181_drop_photo_path_from_accounts.up.sql": _1606224181_drop_photo_path_from_accountsUpSql, - "1648646095_image_clock.down.sql": _1648646095_image_clockDownSql, - "1648646095_image_clock.up.sql": _1648646095_image_clockUpSql, - "1649317600_add_color_hash.up.sql": _1649317600_add_color_hashUpSql, - "1660238799_accounts_kdf.up.sql": _1660238799_accounts_kdfUpSql, - "1679505708_add_customization_color.up.sql": _1679505708_add_customization_colorUpSql, - "1687853321_add_customization_color_updated_at.up.sql": _1687853321_add_customization_color_updated_atUpSql, - "1719915420_add_appmetrics.up.sql": _1719915420_add_appmetricsUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "0001_accounts.down.sql": {_0001_accountsDownSql, map[string]*bintree{}}, - "0001_accounts.up.sql": {_0001_accountsUpSql, map[string]*bintree{}}, - "1605007189_identity_images.down.sql": {_1605007189_identity_imagesDownSql, map[string]*bintree{}}, - "1605007189_identity_images.up.sql": {_1605007189_identity_imagesUpSql, map[string]*bintree{}}, - "1606224181_drop_photo_path_from_accounts.down.sql": {_1606224181_drop_photo_path_from_accountsDownSql, map[string]*bintree{}}, - "1606224181_drop_photo_path_from_accounts.up.sql": {_1606224181_drop_photo_path_from_accountsUpSql, map[string]*bintree{}}, - "1648646095_image_clock.down.sql": {_1648646095_image_clockDownSql, map[string]*bintree{}}, - "1648646095_image_clock.up.sql": {_1648646095_image_clockUpSql, map[string]*bintree{}}, - "1649317600_add_color_hash.up.sql": {_1649317600_add_color_hashUpSql, map[string]*bintree{}}, - "1660238799_accounts_kdf.up.sql": {_1660238799_accounts_kdfUpSql, map[string]*bintree{}}, - "1679505708_add_customization_color.up.sql": {_1679505708_add_customization_colorUpSql, map[string]*bintree{}}, - "1687853321_add_customization_color_updated_at.up.sql": {_1687853321_add_customization_color_updated_atUpSql, map[string]*bintree{}}, - "1719915420_add_appmetrics.up.sql": {_1719915420_add_appmetricsUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/multiaccounts/settings/mocks/database_settings_manager_mock.go b/multiaccounts/settings/mocks/database_settings_manager_mock.go deleted file mode 100644 index 731ff54c8..000000000 --- a/multiaccounts/settings/mocks/database_settings_manager_mock.go +++ /dev/null @@ -1,1042 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: multiaccounts/settings/database_settings_manager.go -// -// Generated by this command: -// -// mockgen -package=mocksettings -destination=multiaccounts/settings/mocks/database_settings_manager_mock.go -source=multiaccounts/settings/database_settings_manager.go -// - -// Package mocksettings is a generated GoMock package. -package mocksettings - -import ( - sql "database/sql" - json "encoding/json" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - types "github.com/status-im/status-go/eth-node/types" - settings "github.com/status-im/status-go/multiaccounts/settings" - params "github.com/status-im/status-go/params" -) - -// MockDatabaseSettingsManager is a mock of DatabaseSettingsManager interface. -type MockDatabaseSettingsManager struct { - ctrl *gomock.Controller - recorder *MockDatabaseSettingsManagerMockRecorder -} - -// MockDatabaseSettingsManagerMockRecorder is the mock recorder for MockDatabaseSettingsManager. -type MockDatabaseSettingsManagerMockRecorder struct { - mock *MockDatabaseSettingsManager -} - -// NewMockDatabaseSettingsManager creates a new mock instance. -func NewMockDatabaseSettingsManager(ctrl *gomock.Controller) *MockDatabaseSettingsManager { - mock := &MockDatabaseSettingsManager{ctrl: ctrl} - mock.recorder = &MockDatabaseSettingsManagerMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockDatabaseSettingsManager) EXPECT() *MockDatabaseSettingsManagerMockRecorder { - return m.recorder -} - -// AutoMessageEnabled mocks base method. -func (m *MockDatabaseSettingsManager) AutoMessageEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "AutoMessageEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// AutoMessageEnabled indicates an expected call of AutoMessageEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) AutoMessageEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AutoMessageEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).AutoMessageEnabled)) -} - -// BackupEnabled mocks base method. -func (m *MockDatabaseSettingsManager) BackupEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BackupEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BackupEnabled indicates an expected call of BackupEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) BackupEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BackupEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).BackupEnabled)) -} - -// BackupFetched mocks base method. -func (m *MockDatabaseSettingsManager) BackupFetched() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BackupFetched") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BackupFetched indicates an expected call of BackupFetched. -func (mr *MockDatabaseSettingsManagerMockRecorder) BackupFetched() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BackupFetched", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).BackupFetched)) -} - -// Bio mocks base method. -func (m *MockDatabaseSettingsManager) Bio() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Bio") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// Bio indicates an expected call of Bio. -func (mr *MockDatabaseSettingsManagerMockRecorder) Bio() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Bio", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).Bio)) -} - -// CanSyncOnMobileNetwork mocks base method. -func (m *MockDatabaseSettingsManager) CanSyncOnMobileNetwork() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CanSyncOnMobileNetwork") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CanSyncOnMobileNetwork indicates an expected call of CanSyncOnMobileNetwork. -func (mr *MockDatabaseSettingsManagerMockRecorder) CanSyncOnMobileNetwork() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CanSyncOnMobileNetwork", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).CanSyncOnMobileNetwork)) -} - -// CanUseMailservers mocks base method. -func (m *MockDatabaseSettingsManager) CanUseMailservers() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CanUseMailservers") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CanUseMailservers indicates an expected call of CanUseMailservers. -func (mr *MockDatabaseSettingsManagerMockRecorder) CanUseMailservers() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CanUseMailservers", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).CanUseMailservers)) -} - -// CreateSettings mocks base method. -func (m *MockDatabaseSettingsManager) CreateSettings(s settings.Settings, n params.NodeConfig) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CreateSettings", s, n) - ret0, _ := ret[0].(error) - return ret0 -} - -// CreateSettings indicates an expected call of CreateSettings. -func (mr *MockDatabaseSettingsManagerMockRecorder) CreateSettings(s, n any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CreateSettings", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).CreateSettings), s, n) -} - -// DeleteMnemonic mocks base method. -func (m *MockDatabaseSettingsManager) DeleteMnemonic() error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "DeleteMnemonic") - ret0, _ := ret[0].(error) - return ret0 -} - -// DeleteMnemonic indicates an expected call of DeleteMnemonic. -func (mr *MockDatabaseSettingsManagerMockRecorder) DeleteMnemonic() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DeleteMnemonic", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).DeleteMnemonic)) -} - -// DeviceName mocks base method. -func (m *MockDatabaseSettingsManager) DeviceName() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "DeviceName") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// DeviceName indicates an expected call of DeviceName. -func (mr *MockDatabaseSettingsManagerMockRecorder) DeviceName() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DeviceName", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).DeviceName)) -} - -// DisplayName mocks base method. -func (m *MockDatabaseSettingsManager) DisplayName() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "DisplayName") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// DisplayName indicates an expected call of DisplayName. -func (mr *MockDatabaseSettingsManagerMockRecorder) DisplayName() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DisplayName", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).DisplayName)) -} - -// ENSName mocks base method. -func (m *MockDatabaseSettingsManager) ENSName() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ENSName") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// ENSName indicates an expected call of ENSName. -func (mr *MockDatabaseSettingsManagerMockRecorder) ENSName() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ENSName", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).ENSName)) -} - -// GetChangesSubscriptions mocks base method. -func (m *MockDatabaseSettingsManager) GetChangesSubscriptions() []chan *settings.SyncSettingField { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetChangesSubscriptions") - ret0, _ := ret[0].([]chan *settings.SyncSettingField) - return ret0 -} - -// GetChangesSubscriptions indicates an expected call of GetChangesSubscriptions. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetChangesSubscriptions() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetChangesSubscriptions", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetChangesSubscriptions)) -} - -// GetCollectibleGroupByCollection mocks base method. -func (m *MockDatabaseSettingsManager) GetCollectibleGroupByCollection() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCollectibleGroupByCollection") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetCollectibleGroupByCollection indicates an expected call of GetCollectibleGroupByCollection. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetCollectibleGroupByCollection() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCollectibleGroupByCollection", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetCollectibleGroupByCollection)) -} - -// GetCollectibleGroupByCommunity mocks base method. -func (m *MockDatabaseSettingsManager) GetCollectibleGroupByCommunity() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCollectibleGroupByCommunity") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetCollectibleGroupByCommunity indicates an expected call of GetCollectibleGroupByCommunity. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetCollectibleGroupByCommunity() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCollectibleGroupByCommunity", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetCollectibleGroupByCommunity)) -} - -// GetCurrency mocks base method. -func (m *MockDatabaseSettingsManager) GetCurrency() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCurrency") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetCurrency indicates an expected call of GetCurrency. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetCurrency() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCurrency", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetCurrency)) -} - -// GetCurrentStatus mocks base method. -func (m *MockDatabaseSettingsManager) GetCurrentStatus(status any) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCurrentStatus", status) - ret0, _ := ret[0].(error) - return ret0 -} - -// GetCurrentStatus indicates an expected call of GetCurrentStatus. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetCurrentStatus(status any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCurrentStatus", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetCurrentStatus), status) -} - -// GetDB mocks base method. -func (m *MockDatabaseSettingsManager) GetDB() *sql.DB { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetDB") - ret0, _ := ret[0].(*sql.DB) - return ret0 -} - -// GetDB indicates an expected call of GetDB. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetDB() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetDB", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetDB)) -} - -// GetDappsAddress mocks base method. -func (m *MockDatabaseSettingsManager) GetDappsAddress() (types.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetDappsAddress") - ret0, _ := ret[0].(types.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetDappsAddress indicates an expected call of GetDappsAddress. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetDappsAddress() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetDappsAddress", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetDappsAddress)) -} - -// GetDefaultSyncPeriod mocks base method. -func (m *MockDatabaseSettingsManager) GetDefaultSyncPeriod() (uint32, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetDefaultSyncPeriod") - ret0, _ := ret[0].(uint32) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetDefaultSyncPeriod indicates an expected call of GetDefaultSyncPeriod. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetDefaultSyncPeriod() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetDefaultSyncPeriod", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetDefaultSyncPeriod)) -} - -// GetEIP1581Address mocks base method. -func (m *MockDatabaseSettingsManager) GetEIP1581Address() (types.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetEIP1581Address") - ret0, _ := ret[0].(types.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetEIP1581Address indicates an expected call of GetEIP1581Address. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetEIP1581Address() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetEIP1581Address", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetEIP1581Address)) -} - -// GetFleet mocks base method. -func (m *MockDatabaseSettingsManager) GetFleet() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetFleet") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetFleet indicates an expected call of GetFleet. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetFleet() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetFleet", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetFleet)) -} - -// GetInstalledStickerPacks mocks base method. -func (m *MockDatabaseSettingsManager) GetInstalledStickerPacks() (*json.RawMessage, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetInstalledStickerPacks") - ret0, _ := ret[0].(*json.RawMessage) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetInstalledStickerPacks indicates an expected call of GetInstalledStickerPacks. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetInstalledStickerPacks() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetInstalledStickerPacks", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetInstalledStickerPacks)) -} - -// GetIsGoerliEnabled mocks base method. -func (m *MockDatabaseSettingsManager) GetIsGoerliEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetIsGoerliEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetIsGoerliEnabled indicates an expected call of GetIsGoerliEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetIsGoerliEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetIsGoerliEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetIsGoerliEnabled)) -} - -// GetLatestDerivedPath mocks base method. -func (m *MockDatabaseSettingsManager) GetLatestDerivedPath() (uint, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetLatestDerivedPath") - ret0, _ := ret[0].(uint) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetLatestDerivedPath indicates an expected call of GetLatestDerivedPath. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetLatestDerivedPath() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLatestDerivedPath", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetLatestDerivedPath)) -} - -// GetMasterAddress mocks base method. -func (m *MockDatabaseSettingsManager) GetMasterAddress() (types.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetMasterAddress") - ret0, _ := ret[0].(types.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetMasterAddress indicates an expected call of GetMasterAddress. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetMasterAddress() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetMasterAddress", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetMasterAddress)) -} - -// GetMessagesFromContactsOnly mocks base method. -func (m *MockDatabaseSettingsManager) GetMessagesFromContactsOnly() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetMessagesFromContactsOnly") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetMessagesFromContactsOnly indicates an expected call of GetMessagesFromContactsOnly. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetMessagesFromContactsOnly() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetMessagesFromContactsOnly", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetMessagesFromContactsOnly)) -} - -// GetMnemonicWasNotShown mocks base method. -func (m *MockDatabaseSettingsManager) GetMnemonicWasNotShown() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetMnemonicWasNotShown") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetMnemonicWasNotShown indicates an expected call of GetMnemonicWasNotShown. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetMnemonicWasNotShown() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetMnemonicWasNotShown", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetMnemonicWasNotShown)) -} - -// GetNotificationsEnabled mocks base method. -func (m *MockDatabaseSettingsManager) GetNotificationsEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetNotificationsEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetNotificationsEnabled indicates an expected call of GetNotificationsEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetNotificationsEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetNotificationsEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetNotificationsEnabled)) -} - -// GetNotifier mocks base method. -func (m *MockDatabaseSettingsManager) GetNotifier() settings.Notifier { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetNotifier") - ret0, _ := ret[0].(settings.Notifier) - return ret0 -} - -// GetNotifier indicates an expected call of GetNotifier. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetNotifier() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetNotifier", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetNotifier)) -} - -// GetPeerSyncingEnabled mocks base method. -func (m *MockDatabaseSettingsManager) GetPeerSyncingEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetPeerSyncingEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetPeerSyncingEnabled indicates an expected call of GetPeerSyncingEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetPeerSyncingEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetPeerSyncingEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetPeerSyncingEnabled)) -} - -// GetPendingStickerPacks mocks base method. -func (m *MockDatabaseSettingsManager) GetPendingStickerPacks() (*json.RawMessage, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetPendingStickerPacks") - ret0, _ := ret[0].(*json.RawMessage) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetPendingStickerPacks indicates an expected call of GetPendingStickerPacks. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetPendingStickerPacks() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetPendingStickerPacks", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetPendingStickerPacks)) -} - -// GetPinnedMailservers mocks base method. -func (m *MockDatabaseSettingsManager) GetPinnedMailservers() (map[string]string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetPinnedMailservers") - ret0, _ := ret[0].(map[string]string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetPinnedMailservers indicates an expected call of GetPinnedMailservers. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetPinnedMailservers() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetPinnedMailservers", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetPinnedMailservers)) -} - -// GetPreferredUsername mocks base method. -func (m *MockDatabaseSettingsManager) GetPreferredUsername() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetPreferredUsername") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetPreferredUsername indicates an expected call of GetPreferredUsername. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetPreferredUsername() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetPreferredUsername", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetPreferredUsername)) -} - -// GetProfilePicturesShowTo mocks base method. -func (m *MockDatabaseSettingsManager) GetProfilePicturesShowTo() (int64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetProfilePicturesShowTo") - ret0, _ := ret[0].(int64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetProfilePicturesShowTo indicates an expected call of GetProfilePicturesShowTo. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetProfilePicturesShowTo() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetProfilePicturesShowTo", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetProfilePicturesShowTo)) -} - -// GetProfilePicturesVisibility mocks base method. -func (m *MockDatabaseSettingsManager) GetProfilePicturesVisibility() (int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetProfilePicturesVisibility") - ret0, _ := ret[0].(int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetProfilePicturesVisibility indicates an expected call of GetProfilePicturesVisibility. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetProfilePicturesVisibility() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetProfilePicturesVisibility", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetProfilePicturesVisibility)) -} - -// GetPublicKey mocks base method. -func (m *MockDatabaseSettingsManager) GetPublicKey() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetPublicKey") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetPublicKey indicates an expected call of GetPublicKey. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetPublicKey() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetPublicKey", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetPublicKey)) -} - -// GetRecentStickers mocks base method. -func (m *MockDatabaseSettingsManager) GetRecentStickers() (*json.RawMessage, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetRecentStickers") - ret0, _ := ret[0].(*json.RawMessage) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetRecentStickers indicates an expected call of GetRecentStickers. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetRecentStickers() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetRecentStickers", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetRecentStickers)) -} - -// GetSettingLastSynced mocks base method. -func (m *MockDatabaseSettingsManager) GetSettingLastSynced(setting settings.SettingField) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetSettingLastSynced", setting) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetSettingLastSynced indicates an expected call of GetSettingLastSynced. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetSettingLastSynced(setting any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetSettingLastSynced", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetSettingLastSynced), setting) -} - -// GetSettings mocks base method. -func (m *MockDatabaseSettingsManager) GetSettings() (settings.Settings, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetSettings") - ret0, _ := ret[0].(settings.Settings) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetSettings indicates an expected call of GetSettings. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetSettings() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetSettings", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetSettings)) -} - -// GetSyncQueue mocks base method. -func (m *MockDatabaseSettingsManager) GetSyncQueue() chan settings.SyncSettingField { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetSyncQueue") - ret0, _ := ret[0].(chan settings.SyncSettingField) - return ret0 -} - -// GetSyncQueue indicates an expected call of GetSyncQueue. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetSyncQueue() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetSyncQueue", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetSyncQueue)) -} - -// GetTelemetryServerURL mocks base method. -func (m *MockDatabaseSettingsManager) GetTelemetryServerURL() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTelemetryServerURL") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTelemetryServerURL indicates an expected call of GetTelemetryServerURL. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetTelemetryServerURL() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTelemetryServerURL", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetTelemetryServerURL)) -} - -// GetTestNetworksEnabled mocks base method. -func (m *MockDatabaseSettingsManager) GetTestNetworksEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTestNetworksEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTestNetworksEnabled indicates an expected call of GetTestNetworksEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetTestNetworksEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTestNetworksEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetTestNetworksEnabled)) -} - -// GetTokenGroupByCommunity mocks base method. -func (m *MockDatabaseSettingsManager) GetTokenGroupByCommunity() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTokenGroupByCommunity") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTokenGroupByCommunity indicates an expected call of GetTokenGroupByCommunity. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetTokenGroupByCommunity() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTokenGroupByCommunity", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetTokenGroupByCommunity)) -} - -// GetWalletRootAddress mocks base method. -func (m *MockDatabaseSettingsManager) GetWalletRootAddress() (types.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetWalletRootAddress") - ret0, _ := ret[0].(types.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetWalletRootAddress indicates an expected call of GetWalletRootAddress. -func (mr *MockDatabaseSettingsManagerMockRecorder) GetWalletRootAddress() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWalletRootAddress", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GetWalletRootAddress)) -} - -// GifAPIKey mocks base method. -func (m *MockDatabaseSettingsManager) GifAPIKey() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GifAPIKey") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GifAPIKey indicates an expected call of GifAPIKey. -func (mr *MockDatabaseSettingsManagerMockRecorder) GifAPIKey() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GifAPIKey", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GifAPIKey)) -} - -// GifFavorites mocks base method. -func (m *MockDatabaseSettingsManager) GifFavorites() (json.RawMessage, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GifFavorites") - ret0, _ := ret[0].(json.RawMessage) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GifFavorites indicates an expected call of GifFavorites. -func (mr *MockDatabaseSettingsManagerMockRecorder) GifFavorites() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GifFavorites", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GifFavorites)) -} - -// GifRecents mocks base method. -func (m *MockDatabaseSettingsManager) GifRecents() (json.RawMessage, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GifRecents") - ret0, _ := ret[0].(json.RawMessage) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GifRecents indicates an expected call of GifRecents. -func (mr *MockDatabaseSettingsManagerMockRecorder) GifRecents() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GifRecents", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).GifRecents)) -} - -// LastBackup mocks base method. -func (m *MockDatabaseSettingsManager) LastBackup() (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "LastBackup") - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// LastBackup indicates an expected call of LastBackup. -func (mr *MockDatabaseSettingsManagerMockRecorder) LastBackup() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "LastBackup", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).LastBackup)) -} - -// Mnemonic mocks base method. -func (m *MockDatabaseSettingsManager) Mnemonic() (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Mnemonic") - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// Mnemonic indicates an expected call of Mnemonic. -func (mr *MockDatabaseSettingsManagerMockRecorder) Mnemonic() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Mnemonic", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).Mnemonic)) -} - -// MnemonicRemoved mocks base method. -func (m *MockDatabaseSettingsManager) MnemonicRemoved() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "MnemonicRemoved") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// MnemonicRemoved indicates an expected call of MnemonicRemoved. -func (mr *MockDatabaseSettingsManagerMockRecorder) MnemonicRemoved() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MnemonicRemoved", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).MnemonicRemoved)) -} - -// MnemonicWasShown mocks base method. -func (m *MockDatabaseSettingsManager) MnemonicWasShown() error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "MnemonicWasShown") - ret0, _ := ret[0].(error) - return ret0 -} - -// MnemonicWasShown indicates an expected call of MnemonicWasShown. -func (mr *MockDatabaseSettingsManagerMockRecorder) MnemonicWasShown() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MnemonicWasShown", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).MnemonicWasShown)) -} - -// MutualContactEnabled mocks base method. -func (m *MockDatabaseSettingsManager) MutualContactEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "MutualContactEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// MutualContactEnabled indicates an expected call of MutualContactEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) MutualContactEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MutualContactEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).MutualContactEnabled)) -} - -// ProfileMigrationNeeded mocks base method. -func (m *MockDatabaseSettingsManager) ProfileMigrationNeeded() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ProfileMigrationNeeded") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// ProfileMigrationNeeded indicates an expected call of ProfileMigrationNeeded. -func (mr *MockDatabaseSettingsManagerMockRecorder) ProfileMigrationNeeded() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ProfileMigrationNeeded", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).ProfileMigrationNeeded)) -} - -// SaveSetting mocks base method. -func (m *MockDatabaseSettingsManager) SaveSetting(setting string, value any) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SaveSetting", setting, value) - ret0, _ := ret[0].(error) - return ret0 -} - -// SaveSetting indicates an expected call of SaveSetting. -func (mr *MockDatabaseSettingsManagerMockRecorder) SaveSetting(setting, value any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SaveSetting", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SaveSetting), setting, value) -} - -// SaveSettingField mocks base method. -func (m *MockDatabaseSettingsManager) SaveSettingField(sf settings.SettingField, value any) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SaveSettingField", sf, value) - ret0, _ := ret[0].(error) - return ret0 -} - -// SaveSettingField indicates an expected call of SaveSettingField. -func (mr *MockDatabaseSettingsManagerMockRecorder) SaveSettingField(sf, value any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SaveSettingField", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SaveSettingField), sf, value) -} - -// SaveSyncSetting mocks base method. -func (m *MockDatabaseSettingsManager) SaveSyncSetting(setting settings.SettingField, value any, clock uint64) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SaveSyncSetting", setting, value, clock) - ret0, _ := ret[0].(error) - return ret0 -} - -// SaveSyncSetting indicates an expected call of SaveSyncSetting. -func (mr *MockDatabaseSettingsManagerMockRecorder) SaveSyncSetting(setting, value, clock any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SaveSyncSetting", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SaveSyncSetting), setting, value, clock) -} - -// SetBackupFetched mocks base method. -func (m *MockDatabaseSettingsManager) SetBackupFetched(fetched bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetBackupFetched", fetched) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetBackupFetched indicates an expected call of SetBackupFetched. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetBackupFetched(fetched any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetBackupFetched", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetBackupFetched), fetched) -} - -// SetLastBackup mocks base method. -func (m *MockDatabaseSettingsManager) SetLastBackup(time uint64) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetLastBackup", time) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetLastBackup indicates an expected call of SetLastBackup. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetLastBackup(time any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetLastBackup", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetLastBackup), time) -} - -// SetPeerSyncingEnabled mocks base method. -func (m *MockDatabaseSettingsManager) SetPeerSyncingEnabled(value bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetPeerSyncingEnabled", value) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetPeerSyncingEnabled indicates an expected call of SetPeerSyncingEnabled. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetPeerSyncingEnabled(value any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetPeerSyncingEnabled", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetPeerSyncingEnabled), value) -} - -// SetPinnedMailservers mocks base method. -func (m *MockDatabaseSettingsManager) SetPinnedMailservers(mailservers map[string]string) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetPinnedMailservers", mailservers) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetPinnedMailservers indicates an expected call of SetPinnedMailservers. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetPinnedMailservers(mailservers any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetPinnedMailservers", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetPinnedMailservers), mailservers) -} - -// SetSettingLastSynced mocks base method. -func (m *MockDatabaseSettingsManager) SetSettingLastSynced(setting settings.SettingField, clock uint64) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetSettingLastSynced", setting, clock) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetSettingLastSynced indicates an expected call of SetSettingLastSynced. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetSettingLastSynced(setting, clock any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetSettingLastSynced", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetSettingLastSynced), setting, clock) -} - -// SetSettingsNotifier mocks base method. -func (m *MockDatabaseSettingsManager) SetSettingsNotifier(n settings.Notifier) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetSettingsNotifier", n) -} - -// SetSettingsNotifier indicates an expected call of SetSettingsNotifier. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetSettingsNotifier(n any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetSettingsNotifier", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetSettingsNotifier), n) -} - -// SetSyncingOnMobileNetwork mocks base method. -func (m *MockDatabaseSettingsManager) SetSyncingOnMobileNetwork(value bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetSyncingOnMobileNetwork", value) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetSyncingOnMobileNetwork indicates an expected call of SetSyncingOnMobileNetwork. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetSyncingOnMobileNetwork(value any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetSyncingOnMobileNetwork", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetSyncingOnMobileNetwork), value) -} - -// SetTokenGroupByCommunity mocks base method. -func (m *MockDatabaseSettingsManager) SetTokenGroupByCommunity(value bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetTokenGroupByCommunity", value) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetTokenGroupByCommunity indicates an expected call of SetTokenGroupByCommunity. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetTokenGroupByCommunity(value any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetTokenGroupByCommunity", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetTokenGroupByCommunity), value) -} - -// SetUseMailservers mocks base method. -func (m *MockDatabaseSettingsManager) SetUseMailservers(value bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetUseMailservers", value) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetUseMailservers indicates an expected call of SetUseMailservers. -func (mr *MockDatabaseSettingsManagerMockRecorder) SetUseMailservers(value any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetUseMailservers", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SetUseMailservers), value) -} - -// ShouldBroadcastUserStatus mocks base method. -func (m *MockDatabaseSettingsManager) ShouldBroadcastUserStatus() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ShouldBroadcastUserStatus") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// ShouldBroadcastUserStatus indicates an expected call of ShouldBroadcastUserStatus. -func (mr *MockDatabaseSettingsManagerMockRecorder) ShouldBroadcastUserStatus() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ShouldBroadcastUserStatus", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).ShouldBroadcastUserStatus)) -} - -// SubscribeToChanges mocks base method. -func (m *MockDatabaseSettingsManager) SubscribeToChanges() chan *settings.SyncSettingField { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SubscribeToChanges") - ret0, _ := ret[0].(chan *settings.SyncSettingField) - return ret0 -} - -// SubscribeToChanges indicates an expected call of SubscribeToChanges. -func (mr *MockDatabaseSettingsManagerMockRecorder) SubscribeToChanges() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SubscribeToChanges", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).SubscribeToChanges)) -} - -// URLUnfurlingMode mocks base method. -func (m *MockDatabaseSettingsManager) URLUnfurlingMode() (int64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "URLUnfurlingMode") - ret0, _ := ret[0].(int64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// URLUnfurlingMode indicates an expected call of URLUnfurlingMode. -func (mr *MockDatabaseSettingsManagerMockRecorder) URLUnfurlingMode() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "URLUnfurlingMode", reflect.TypeOf((*MockDatabaseSettingsManager)(nil).URLUnfurlingMode)) -} diff --git a/protocol/anonmetrics/migrations/migrations.go b/protocol/anonmetrics/migrations/migrations.go deleted file mode 100644 index 3895fbeb3..000000000 --- a/protocol/anonmetrics/migrations/migrations.go +++ /dev/null @@ -1,321 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1619446565_postgres_make_anon_metrics_table.down.sql (24B) -// 1619446565_postgres_make_anon_metrics_table.up.sql (443B) -// doc.go (400B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1619446565_postgres_make_anon_metrics_tableDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\x2c\x28\x88\xcf\x4d\x2d\x29\xca\x4c\x2e\xb6\xe6\x02\x04\x00\x00\xff\xff\x99\xa7\x42\x7d\x18\x00\x00\x00") - -func _1619446565_postgres_make_anon_metrics_tableDownSqlBytes() ([]byte, error) { - return bindataRead( - __1619446565_postgres_make_anon_metrics_tableDownSql, - "1619446565_postgres_make_anon_metrics_table.down.sql", - ) -} - -func _1619446565_postgres_make_anon_metrics_tableDownSql() (*asset, error) { - bytes, err := _1619446565_postgres_make_anon_metrics_tableDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1619446565_postgres_make_anon_metrics_table.down.sql", size: 24, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x75, 0xea, 0x1, 0x74, 0xe6, 0xa3, 0x11, 0xd0, 0x86, 0x87, 0x7e, 0x31, 0xb4, 0x1a, 0x27, 0x5d, 0xda, 0x77, 0xa3, 0xf5, 0x1d, 0x88, 0x79, 0xcf, 0xd5, 0x95, 0x75, 0xd, 0x47, 0xa1, 0x90, 0x5}} - return a, nil -} - -var __1619446565_postgres_make_anon_metrics_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x4d\x6a\xc3\x30\x14\x84\xf7\x39\xc5\x2c\xdb\x10\xc8\x01\xba\x52\xdc\x17\xea\x56\xb6\x53\x59\x2e\x64\x65\x84\xfd\x30\x82\xfa\x07\x49\x75\xe9\xed\x8b\x1d\x92\x38\x81\xac\xbf\xef\x69\x46\x13\x29\x12\x9a\xa0\xc5\x4e\x12\xcc\x30\x94\x2d\x07\x67\x2b\x8f\xa7\x15\x00\xd8\x1a\x39\xa9\x58\x48\x1c\x54\x9c\x08\x75\xc4\x07\x1d\x37\xab\x99\x6d\xd7\x88\xbb\xaa\x6f\x6d\xd7\xe0\x74\x85\xda\x04\x83\xf5\x76\xc6\x2d\x7b\x6f\x1a\x2e\x6d\x8d\x2f\xa1\xa2\x37\xa1\x50\xa4\xf1\x67\x41\x48\x33\x8d\xb4\x90\x72\x33\x7b\x3c\x72\x17\x2e\xca\x2d\x1b\xcd\xf7\x0f\xe3\x3d\xcf\xd2\x3b\x30\x35\x1d\xd9\x79\xdb\x77\x0f\x4e\xfb\x81\x9d\x09\xb6\x6b\x4a\xff\xe7\x03\xb7\x0f\x34\xcf\x7e\x7a\x64\xd9\xf2\x56\xa8\x1c\x9b\xc0\x75\x69\x02\x74\x9c\x50\xae\x45\x72\x58\x28\xe7\x25\x54\xff\x3b\x8d\x60\x96\x0b\x0c\xae\xaf\xd8\x7b\xae\xb1\xcb\x32\x49\xe2\xfa\x09\xbc\xd2\x5e\x14\x52\x63\x2f\x64\x4e\xa7\x20\xc7\x15\xdb\xf1\x3e\xe9\x2c\x46\x85\x52\x94\xea\xf2\x42\x9e\x5f\xfe\x03\x00\x00\xff\xff\xee\x42\x32\x03\xbb\x01\x00\x00") - -func _1619446565_postgres_make_anon_metrics_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1619446565_postgres_make_anon_metrics_tableUpSql, - "1619446565_postgres_make_anon_metrics_table.up.sql", - ) -} - -func _1619446565_postgres_make_anon_metrics_tableUpSql() (*asset, error) { - bytes, err := _1619446565_postgres_make_anon_metrics_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1619446565_postgres_make_anon_metrics_table.up.sql", size: 443, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0xdc, 0x72, 0x28, 0x3c, 0xf6, 0x94, 0xb0, 0x47, 0x3d, 0xca, 0x55, 0x3d, 0xf7, 0x83, 0xb8, 0x7d, 0x2f, 0x1e, 0x98, 0xb7, 0xde, 0xa, 0xff, 0xa0, 0x52, 0x60, 0x83, 0x56, 0xc5, 0xd1, 0xa2}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xbd\x6a\x03\x31\x10\x84\xfb\x7b\x8a\xc1\x8d\x9b\x9c\x94\x40\x20\x10\x48\x91\x32\x7d\x5e\x60\x2d\xed\x49\xc2\x27\xed\xa1\xdd\xf3\xcf\xdb\x87\x73\x0c\x71\x97\x2d\x3f\xf8\x66\x66\xbd\xc7\x77\x2e\x8a\xa9\xcc\x8c\xa2\x68\x1c\x58\x95\xfa\x15\x07\x0e\xb4\x2a\x63\x97\x8a\xe5\xf5\xe0\x82\x54\xaf\x46\xb6\xea\x58\xaa\xaf\x25\x75\x32\xf6\xa7\xd7\xdd\xe0\x3d\x02\xb5\xbd\x21\x53\x8b\x33\xdf\xb2\x14\x6a\xd4\xad\xb4\x84\x73\xb1\x0c\xc2\xd2\x79\x2a\x17\x87\x4f\xc3\xcc\xa4\x06\xcb\x64\x7b\x85\x65\x46\x20\xe5\x2d\x66\x92\x8e\x24\xe3\xa1\xb4\x48\x46\x6e\x43\x5f\xd3\x03\xd9\x16\x06\x9a\x67\x8e\x98\xba\xd4\x9b\xab\x54\x19\xb1\x74\x0e\x26\xfd\xfa\x04\x52\x65\x43\xa3\xca\xba\xf9\x99\x4e\x8c\x26\xf7\x7a\x50\x8b\xff\x7f\x84\xb3\xf4\xa3\x82\x14\x7c\x59\x38\x18\x47\x37\x0c\x0b\x85\x23\x25\xc6\x22\x6a\xa9\xb3\x0e\x83\xf7\x49\xde\x13\x37\xde\xbc\xc7\x95\x63\x95\x68\xa5\xf2\xc7\xcb\xdb\xf3\xfd\x30\x2e\xc7\x84\xdf\x8e\x22\x4d\x31\x0a\x9c\xf3\x7f\xc0\x25\x81\xf3\xc3\x4f\x00\x00\x00\xff\xff\xe2\x75\x5f\x6c\x90\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 400, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf0, 0xa9, 0x91, 0x6, 0x5d, 0x91, 0xf7, 0x39, 0x3d, 0xc3, 0xf8, 0x5e, 0x4f, 0x7e, 0x7a, 0x8c, 0x60, 0x68, 0x66, 0x7d, 0x52, 0xe4, 0xd8, 0x23, 0x84, 0x55, 0x2c, 0x38, 0xa1, 0x64, 0xe7, 0xe6}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1619446565_postgres_make_anon_metrics_table.down.sql": _1619446565_postgres_make_anon_metrics_tableDownSql, - "1619446565_postgres_make_anon_metrics_table.up.sql": _1619446565_postgres_make_anon_metrics_tableUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1619446565_postgres_make_anon_metrics_table.down.sql": {_1619446565_postgres_make_anon_metrics_tableDownSql, map[string]*bintree{}}, - "1619446565_postgres_make_anon_metrics_table.up.sql": {_1619446565_postgres_make_anon_metrics_tableUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/protocol/communities/migrations/migrations.go b/protocol/communities/migrations/migrations.go deleted file mode 100644 index 541337134..000000000 --- a/protocol/communities/migrations/migrations.go +++ /dev/null @@ -1,319 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1602502752_initial_schema.down.sql (40B) -// 1602502752_initial_schema.up.sql (246B) -// doc.go (382B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1602502752_initial_schemaDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\x2f\x4a\x4f\xcc\xcb\x2c\x4e\x2c\xc9\xcc\xcf\x2b\x8e\x47\xe1\x59\x73\x01\x02\x00\x00\xff\xff\x9f\x6f\x27\x32\x28\x00\x00\x00") - -func _1602502752_initial_schemaDownSqlBytes() ([]byte, error) { - return bindataRead( - __1602502752_initial_schemaDownSql, - "1602502752_initial_schema.down.sql", - ) -} - -func _1602502752_initial_schemaDownSql() (*asset, error) { - bytes, err := _1602502752_initial_schemaDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1602502752_initial_schema.down.sql", size: 40, mode: os.FileMode(0644), modTime: time.Unix(1605625368, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6c, 0xbc, 0xe7, 0xcb, 0xc0, 0x86, 0x79, 0xf8, 0x41, 0x5, 0xb8, 0x9e, 0x18, 0xd, 0xed, 0x71, 0x9f, 0x54, 0xdd, 0x5, 0xf7, 0x70, 0xf5, 0x51, 0xac, 0xce, 0x9e, 0x25, 0x17, 0x1, 0x94, 0x3d}} - return a, nil -} - -var __1602502752_initial_schemaUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8b\x41\x4a\xc5\x30\x14\x45\xe7\x59\xc5\x1d\xfe\x82\x3b\x70\x94\xc4\x17\x08\x3c\x12\x6d\x13\x70\x56\x8a\x89\xf2\x14\xda\x92\x96\x82\xbb\x97\x76\x20\x88\x93\x3f\xbc\xf7\x9c\x63\x7b\xd2\x89\x90\xb4\x61\x82\x77\x08\x31\x81\x5e\xfd\x90\x06\x2c\xed\x63\x9a\x65\x9b\x76\x59\xe6\x6d\xfc\xb3\x70\x53\x80\x14\x18\x8e\xe6\x4a\x42\x66\x7e\x50\xc0\xda\xe4\x98\xf6\x3a\x7e\xd5\xef\x0b\x9e\x5f\xa9\xdb\x5b\x93\xf5\x0c\xff\x07\x9f\x8b\xcc\xb5\xc0\xc4\xc8\xa4\xc3\x2f\xc2\x13\x39\x9d\x39\xc1\x69\x1e\xe8\x14\x8f\xda\xe4\x5d\xee\x52\x73\xf0\x2f\x99\x6e\x52\x3a\xc4\x00\x1b\x83\x63\x6f\x13\x7a\x7a\x66\x6d\x49\x75\x8f\xea\x27\x00\x00\xff\xff\x8e\x73\xee\xe8\xf6\x00\x00\x00") - -func _1602502752_initial_schemaUpSqlBytes() ([]byte, error) { - return bindataRead( - __1602502752_initial_schemaUpSql, - "1602502752_initial_schema.up.sql", - ) -} - -func _1602502752_initial_schemaUpSql() (*asset, error) { - bytes, err := _1602502752_initial_schemaUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1602502752_initial_schema.up.sql", size: 246, mode: os.FileMode(0644), modTime: time.Unix(1605625384, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x8c, 0xae, 0xc8, 0x30, 0xdb, 0x57, 0x77, 0x78, 0xa2, 0x4d, 0x8, 0xc4, 0xf2, 0x31, 0x37, 0x4c, 0xe8, 0xd7, 0x2d, 0xda, 0x70, 0x16, 0x97, 0x79, 0xf9, 0x9e, 0x57, 0x3f, 0x61, 0xd, 0x7c}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x3d\x6e\xec\x30\x0c\x84\x7b\x9d\x62\xb0\xcd\x36\xcf\x52\xf3\xaa\x74\x29\xd3\xe7\x02\x5c\x89\x96\x88\xb5\x24\x43\xa4\xf7\xe7\xf6\x81\x37\x01\xe2\x2e\xed\x87\xf9\x86\xc3\x10\xf0\x59\x44\x31\xcb\xc2\x10\x45\xe3\xc8\xaa\x34\x9e\xb8\x70\xa4\x4d\x19\xa7\x2c\x56\xb6\x8b\x8f\xbd\x06\x35\xb2\x4d\x27\xa9\xa1\x4a\x1e\x64\x1c\x6e\xff\x4f\x2e\x04\x44\x6a\x67\x43\xa1\x96\x16\x7e\x75\x29\xd4\x68\x98\xb4\x8c\xbb\x58\x01\x61\x1d\x3c\xcb\xc3\xe3\xdd\xb0\x30\xa9\xc1\x0a\xd9\x59\x61\x85\x11\x49\x79\xaf\x99\xfb\x40\xee\xd3\x45\x5a\x22\x23\xbf\xa3\x8f\xf9\x40\xf6\x85\x91\x96\x85\x13\xe6\xd1\xeb\xcb\x55\xaa\x8c\x24\x83\xa3\xf5\xf1\xfc\x07\x52\x65\x43\xa3\xca\xba\xfb\x85\x6e\x8c\xd6\x7f\xce\x83\x5a\xfa\xfb\x23\xdc\xfb\xb8\x2a\x48\xc1\x8f\x95\xa3\x71\xf2\xce\xad\x14\xaf\x94\x19\xdf\x39\xe9\x4d\x9d\x0b\x21\xf7\xb7\xcc\x8d\x77\xf3\xb8\x73\x5a\xaf\xf9\x90\xc4\xd4\xe1\x7d\xf8\x05\x3e\x77\xf8\xe0\xbe\x02\x00\x00\xff\xff\x4d\x1d\x5d\x50\x7e\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 382, mode: os.FileMode(0644), modTime: time.Unix(1605625368, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0x2f, 0x1e, 0x64, 0x9, 0x93, 0xe4, 0x8b, 0xf2, 0x98, 0x5a, 0x45, 0xe2, 0x80, 0x88, 0x67, 0x7a, 0x2d, 0xd7, 0x4b, 0xd1, 0x73, 0xb6, 0x6d, 0x15, 0xc2, 0x0, 0x34, 0xcd, 0xa0, 0xdb, 0x20}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1602502752_initial_schema.down.sql": _1602502752_initial_schemaDownSql, - - "1602502752_initial_schema.up.sql": _1602502752_initial_schemaUpSql, - - "doc.go": docGo, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1602502752_initial_schema.down.sql": &bintree{_1602502752_initial_schemaDownSql, map[string]*bintree{}}, - "1602502752_initial_schema.up.sql": &bintree{_1602502752_initial_schemaUpSql, map[string]*bintree{}}, - "doc.go": &bintree{docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/protocol/encryption/migrations/migrations.go b/protocol/encryption/migrations/migrations.go deleted file mode 100644 index eac7ce835..000000000 --- a/protocol/encryption/migrations/migrations.go +++ /dev/null @@ -1,758 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1536754952_initial_schema.down.sql (83B) -// 1536754952_initial_schema.up.sql (962B) -// 1539249977_update_ratchet_info.down.sql (311B) -// 1539249977_update_ratchet_info.up.sql (368B) -// 1540715431_add_version.down.sql (127B) -// 1540715431_add_version.up.sql (265B) -// 1541164797_add_installations.down.sql (26B) -// 1541164797_add_installations.up.sql (216B) -// 1558084410_add_secret.down.sql (56B) -// 1558084410_add_secret.up.sql (301B) -// 1558588866_add_version.down.sql (47B) -// 1558588866_add_version.up.sql (57B) -// 1559627659_add_contact_code.down.sql (32B) -// 1559627659_add_contact_code.up.sql (198B) -// 1561368210_add_installation_metadata.down.sql (35B) -// 1561368210_add_installation_metadata.up.sql (267B) -// 1632236298_add_communities.down.sql (151B) -// 1632236298_add_communities.up.sql (584B) -// 1636536507_add_index_bundles.up.sql (347B) -// 1698137564_add_migration_index.up.sql (483B) -// 1709200114_add_migration_index.up.sql (483B) -// doc.go (397B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1536754952_initial_schemaDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x2e\xce\xcc\xcf\x2b\xb6\xe6\x42\x12\x4c\x2a\xcd\x4b\xc9\x49\x45\x15\xcb\x4e\xad\x44\x15\x28\x4a\x2c\x49\xce\x48\x2d\x89\xcf\xcc\x4b\xcb\xb7\xe6\x02\x04\x00\x00\xff\xff\x72\x61\x3f\x92\x53\x00\x00\x00") - -func _1536754952_initial_schemaDownSqlBytes() ([]byte, error) { - return bindataRead( - __1536754952_initial_schemaDownSql, - "1536754952_initial_schema.down.sql", - ) -} - -func _1536754952_initial_schemaDownSql() (*asset, error) { - bytes, err := _1536754952_initial_schemaDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1536754952_initial_schema.down.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0xcf, 0x76, 0x71, 0x1f, 0x5e, 0x9a, 0x43, 0xd8, 0xcd, 0xb8, 0xc3, 0x70, 0xc3, 0x7f, 0xfc, 0x90, 0xb4, 0x25, 0x1e, 0xf4, 0x66, 0x20, 0xb8, 0x33, 0x7e, 0xb0, 0x76, 0x1f, 0xc, 0xc0, 0x75}} - return a, nil -} - -var __1536754952_initial_schemaUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\xc1\x8e\x9b\x30\x10\xbd\xe7\x2b\xe6\x98\x48\x39\xf4\xde\x13\xb0\x13\x84\x4a\xcd\xd6\x0b\x52\xf7\x64\x79\xe3\x69\xb0\x16\x1b\x64\x3b\xab\xe6\xef\x2b\x20\xa5\xb8\x65\xdb\xde\x98\xc7\x9b\x99\x37\xef\x39\xe3\x98\xd4\x08\x75\x92\x96\x08\x9e\xbc\xd7\xbd\xf5\xb0\xdf\x01\xa8\xd6\x41\x5a\x56\xe9\x71\xfa\xf6\x62\xb8\xbe\x74\xfa\x1c\x43\x4e\xbf\xc9\x40\x0b\xe6\xfa\x3e\x88\x73\x2b\xb5\x15\xaf\x74\x5b\x60\x4f\x56\xfd\x1d\xb6\x50\xb0\x1a\x73\xe4\xd3\x14\x3a\xbf\x6d\xd0\x57\x70\x44\xf7\x81\x86\x75\x3d\x58\x58\x97\x5a\x4d\x13\x80\x55\x35\xb0\xa6\x2c\xe1\x91\x17\x9f\x13\xfe\x0c\x9f\xf0\x79\xfc\xdf\xb0\xe2\x4b\x83\x7b\xad\x0e\x50\x31\xc8\x2a\x76\x2a\x8b\xac\x06\x8e\x8f\x65\x92\xe1\xee\xf0\x71\xb7\x8b\x3c\x7a\xa5\xdb\xec\xcf\xec\xc7\x22\x71\x59\x30\x0e\x35\xfe\x22\xec\xd5\xac\x75\x18\xf2\x5e\x5e\x68\x9b\x3f\x8b\x80\xfd\xbd\xef\xb8\x66\xff\xa7\xae\x97\xab\x55\x1d\xcd\xd2\xb4\x22\x1b\x74\xd8\x58\xa4\xad\x0f\xb2\xeb\x64\xd0\xbd\x15\x5a\x41\x8d\x5f\xeb\x88\x70\x8f\x34\x0e\x4a\x5f\x2c\x29\x31\xb8\x0d\xf5\x6b\x3b\x23\xa1\x45\xce\x2a\x8e\x63\x7b\xd0\x86\x7c\x90\x66\x80\x86\x3d\x15\x39\xc3\x07\x48\x8b\x7c\xf4\x26\xda\x4c\xdf\x07\xed\x48\x41\x5a\x55\x25\x26\x0c\x1e\xf0\x94\x34\x65\x0d\x1f\xfe\xbc\xd5\xc9\x70\x6e\x29\x08\x6d\xbf\xf5\xd3\xc1\xf3\xf1\xe2\xf7\xac\xa7\xb1\x43\x4b\x86\x9c\xec\xa2\x93\xde\x77\xc8\xdf\x8c\xa1\xe0\xde\x4b\xf6\x9f\x06\xde\xdf\xd3\xa2\xe8\xb8\xec\xda\x0c\x72\x6c\x39\x55\x1c\x8b\x9c\x4d\x16\xfe\x6a\x3c\x00\xc7\x13\x72\x64\x19\x3e\xfd\x4c\x77\x1f\x47\x71\x18\xad\xf9\x11\x00\x00\xff\xff\xa9\x50\xa8\xb2\xc2\x03\x00\x00") - -func _1536754952_initial_schemaUpSqlBytes() ([]byte, error) { - return bindataRead( - __1536754952_initial_schemaUpSql, - "1536754952_initial_schema.up.sql", - ) -} - -func _1536754952_initial_schemaUpSql() (*asset, error) { - bytes, err := _1536754952_initial_schemaUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1536754952_initial_schema.up.sql", size: 962, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x90, 0x5a, 0x59, 0x3e, 0x3, 0xe2, 0x3c, 0x81, 0x42, 0xcd, 0x4c, 0x9a, 0xe8, 0xda, 0x93, 0x2b, 0x70, 0xa4, 0xd5, 0x29, 0x3e, 0xd5, 0xc9, 0x27, 0xb6, 0xb7, 0x65, 0xff, 0x0, 0xcb, 0xde}} - return a, nil -} - -var __1539249977_update_ratchet_infoDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc4\x30\x10\x85\xef\xf9\x15\xef\xd8\xc2\x9e\xbc\xee\xa9\x8d\x53\x29\x86\x64\x8d\x29\xe8\x29\xd4\xed\xe8\x06\xdb\xec\xd2\x46\xa1\xff\x5e\x22\x52\x59\xf4\x3a\xdf\xf7\x78\x6f\x6e\xad\x39\xc0\x55\xb5\x22\xcc\x7d\x3a\x9e\x38\xf9\x10\x5f\xcf\xfe\xf3\x66\x2f\x84\xb4\x54\x39\xfa\x07\xa3\x10\xc0\xcb\x47\x1c\x46\xf6\x61\x40\xad\x4c\x0d\x6d\x1c\x74\xa7\xd4\x4e\x00\x7c\x39\xf1\xc4\x73\x3f\xfa\x77\x5e\xbf\x71\xbe\x86\x81\x63\x0a\x69\xfd\xeb\x2f\xeb\x34\x71\x9a\xc3\x71\xf3\xaf\x70\x88\x4b\xea\xc7\xb1\x4f\xe1\x1c\x73\x9f\xa3\x27\x77\x25\x74\xba\x7d\xe8\xa8\xd8\x16\xed\xb6\xae\x12\x46\x43\x1a\xdd\xa8\x56\x3a\x58\x3a\xa8\x4a\x52\x8e\x34\xc6\x52\x7b\xa7\x71\x4f\xcf\xf8\x0d\x96\xb0\xd4\x90\x25\x2d\xe9\xf1\xe7\xc1\xa5\x58\xc2\x5b\xe4\xc1\x5f\x66\xce\xf3\x4a\x51\xee\xc5\x57\x00\x00\x00\xff\xff\x69\x51\x9b\xb4\x37\x01\x00\x00") - -func _1539249977_update_ratchet_infoDownSqlBytes() ([]byte, error) { - return bindataRead( - __1539249977_update_ratchet_infoDownSql, - "1539249977_update_ratchet_info.down.sql", - ) -} - -func _1539249977_update_ratchet_infoDownSql() (*asset, error) { - bytes, err := _1539249977_update_ratchet_infoDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1539249977_update_ratchet_info.down.sql", size: 311, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0xa4, 0xeb, 0xa0, 0xe6, 0xa0, 0xd4, 0x48, 0xbb, 0xad, 0x6f, 0x7d, 0x67, 0x8c, 0xbd, 0x25, 0xde, 0x1f, 0x73, 0x9a, 0xbb, 0xa8, 0xc9, 0x30, 0xb7, 0xa9, 0x7c, 0xaf, 0xb5, 0x1, 0x61, 0xdd}} - return a, nil -} - -var __1539249977_update_ratchet_infoUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4f\x84\x30\x10\x85\xef\xfd\x15\x73\x84\x84\x93\x57\x4e\x50\x07\x43\xac\xed\x5a\x4b\xa2\xa7\x06\x97\xd1\x6d\x16\xca\x86\x56\x13\xfe\xbd\xa9\x31\x28\xea\xf5\xbd\x6f\xde\x7b\x73\x8d\x02\x0d\x42\xa3\xd5\x1d\x04\x0a\xc1\xcd\x3e\x94\xec\xa7\x7a\xa6\x35\x29\x5a\x1d\xc0\x54\xb5\x40\x58\xfa\x78\x3c\x51\xb4\xce\xbf\xcc\x25\x63\x5c\x63\x65\xf0\x1f\xcf\xbe\x5f\x41\xc6\x00\x9e\xdf\xfc\x30\x92\x75\x03\xd4\x42\xd5\x20\x95\x01\xd9\x09\x51\x30\x00\xba\x9c\x68\xa2\xa5\x1f\xed\x99\xd6\x4f\x3b\xa9\x6e\x20\x1f\x5d\x5c\xff\xf2\x61\x9d\x26\x8a\x8b\x3b\x6e\xfc\xce\x76\x3e\xc4\x7e\x1c\xfb\xe8\x66\x9f\xfa\x0c\x3e\x9a\x1d\xd0\xc9\xf6\xbe\xc3\x6c\x5b\x54\x6c\x5d\xc5\xef\xe3\x1c\x94\x04\xae\x64\x23\x5a\x6e\x40\xe3\x41\x54\x1c\x53\x46\xa3\x34\xb6\x37\x12\x6e\xf1\x09\xbe\x93\x72\xd0\xd8\xa0\x46\xc9\xf1\xe1\xeb\xe3\x90\x05\xf7\xea\x69\xb0\x97\x85\xd2\xde\x9c\xe5\x25\xfb\x08\x00\x00\xff\xff\xb6\x31\x2b\x32\x70\x01\x00\x00") - -func _1539249977_update_ratchet_infoUpSqlBytes() ([]byte, error) { - return bindataRead( - __1539249977_update_ratchet_infoUpSql, - "1539249977_update_ratchet_info.up.sql", - ) -} - -func _1539249977_update_ratchet_infoUpSql() (*asset, error) { - bytes, err := _1539249977_update_ratchet_infoUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1539249977_update_ratchet_info.up.sql", size: 368, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x8e, 0xbf, 0x6f, 0xa, 0xc0, 0xe1, 0x3c, 0x42, 0x28, 0x88, 0x1d, 0xdb, 0xba, 0x1c, 0x83, 0xec, 0xba, 0xd3, 0x5f, 0x5c, 0x77, 0x5e, 0xa7, 0x46, 0x36, 0xec, 0x69, 0xa, 0x4b, 0x17, 0x79}} - return a, nil -} - -var __1540715431_add_versionDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4e\xad\x2c\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4e\x2d\x2e\xce\xcc\xcf\x8b\xcf\x4c\xb1\xe6\x42\x56\x08\x15\x47\x55\x0c\xd2\x1d\x9f\x9c\x5f\x9a\x57\x82\xaa\x38\xa9\x34\x2f\x25\x27\x15\x55\x6d\x59\x6a\x11\xc8\x00\x6b\x2e\x40\x00\x00\x00\xff\xff\xda\x5d\x80\x2d\x7f\x00\x00\x00") - -func _1540715431_add_versionDownSqlBytes() ([]byte, error) { - return bindataRead( - __1540715431_add_versionDownSql, - "1540715431_add_version.down.sql", - ) -} - -func _1540715431_add_versionDownSql() (*asset, error) { - bytes, err := _1540715431_add_versionDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1540715431_add_version.down.sql", size: 127, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x9, 0x4, 0xe3, 0x76, 0x2e, 0xb8, 0x9, 0x23, 0xf0, 0x70, 0x93, 0xc4, 0x50, 0xe, 0x9d, 0x84, 0x22, 0x8c, 0x94, 0xd3, 0x24, 0x9, 0x9a, 0xc1, 0xa1, 0x48, 0x45, 0xfd, 0x40, 0x6e, 0xe6}} - return a, nil -} - -var __1540715431_add_versionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcd\xb1\x0e\x02\x21\x0c\xc6\xf1\xdd\xa7\xf8\x1e\xc1\xdd\x09\xa4\x67\x4c\x7a\x90\x90\x32\x93\xe8\x31\x5c\x54\x2e\x8a\x98\xf8\xf6\x06\xe3\xc2\xa2\xae\x6d\xff\xbf\x1a\x62\x12\xc2\xe0\xdd\x88\x53\x7a\x96\xcd\x4a\xb1\x90\x87\x28\xcd\xf4\x9e\x40\x19\x83\xad\xe3\x30\x5a\x94\x74\x8d\xb9\x5e\xb0\xb7\x42\x3b\xf2\xb0\x4e\x60\x03\x33\x0c\x0d\x2a\xb0\x60\xfd\xab\x2f\x65\x5e\x72\x9c\x27\x68\x76\xba\x3f\xfe\x2c\xbb\xa0\x01\xf1\xb8\xd4\x7c\xff\xfb\xe7\xa1\xe6\xe9\x9c\x3a\xe5\x91\x6e\x4d\xfe\x4a\xbc\x02\x00\x00\xff\xff\x0e\x27\x2c\x52\x09\x01\x00\x00") - -func _1540715431_add_versionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1540715431_add_versionUpSql, - "1540715431_add_version.up.sql", - ) -} - -func _1540715431_add_versionUpSql() (*asset, error) { - bytes, err := _1540715431_add_versionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1540715431_add_version.up.sql", size: 265, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc7, 0x4c, 0x36, 0x96, 0xdf, 0x16, 0x10, 0xa6, 0x27, 0x1a, 0x79, 0x8b, 0x42, 0x83, 0x23, 0xc, 0x7e, 0xb6, 0x3d, 0x2, 0xda, 0xa4, 0xb4, 0xd, 0x27, 0x55, 0xba, 0xdc, 0xb2, 0x88, 0x8f, 0xa6}} - return a, nil -} - -var __1541164797_add_installationsDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\xcc\x2b\x2e\x49\xcc\xc9\x49\x2c\xc9\xcc\xcf\x2b\xb6\xe6\x02\x04\x00\x00\xff\xff\xd8\xbf\x14\x75\x1a\x00\x00\x00") - -func _1541164797_add_installationsDownSqlBytes() ([]byte, error) { - return bindataRead( - __1541164797_add_installationsDownSql, - "1541164797_add_installations.down.sql", - ) -} - -func _1541164797_add_installationsDownSql() (*asset, error) { - bytes, err := _1541164797_add_installationsDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1541164797_add_installations.down.sql", size: 26, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0xfd, 0xe6, 0xd8, 0xca, 0x3b, 0x38, 0x18, 0xee, 0x0, 0x5f, 0x36, 0x9e, 0x1e, 0xd, 0x19, 0x3e, 0xb4, 0x73, 0x53, 0xe9, 0xa5, 0xac, 0xdd, 0xa1, 0x2f, 0xc7, 0x6c, 0xa8, 0xd9, 0xa, 0x88}} - return a, nil -} - -var __1541164797_add_installationsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xce\xb1\x6a\xc3\x30\x14\x85\xe1\xdd\x4f\x71\x46\x1b\xbc\x74\xee\x24\xc9\xd7\x46\x70\xb9\x6a\x5d\x09\xba\x05\x05\x6b\x10\xd8\x4a\xc0\x5a\xf2\xf6\xc1\x43\x20\xce\xfc\x7f\x70\x8e\x99\x49\x79\x82\x57\x9a\x09\xb9\xec\x35\xae\x6b\xac\xf9\x56\x76\xa0\x6d\x80\xbc\xa4\x52\x73\x7d\x40\xb3\xd3\x10\xe7\x21\x81\xb9\x3f\xca\x1b\xbe\xe4\x05\x9e\xfe\xfd\x09\xd4\xbc\xa5\xbd\xc6\xed\x8e\x20\x7f\x76\x12\x1a\xa0\xed\x04\x2b\x67\x96\x4a\xbc\xae\x69\x81\x76\x8e\x49\x09\x06\x1a\x55\x60\x8f\xaf\x23\x06\xb1\xbf\x81\xda\xd7\x8b\xfe\x73\xb5\x83\x13\x18\x27\x23\x5b\xe3\x31\xd3\x0f\x2b\x43\x4d\xf7\xdd\x3c\x03\x00\x00\xff\xff\x28\x14\xac\x9d\xd8\x00\x00\x00") - -func _1541164797_add_installationsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1541164797_add_installationsUpSql, - "1541164797_add_installations.up.sql", - ) -} - -func _1541164797_add_installationsUpSql() (*asset, error) { - bytes, err := _1541164797_add_installationsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1541164797_add_installations.up.sql", size: 216, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2d, 0x18, 0x26, 0xb8, 0x88, 0x47, 0xdb, 0x83, 0xcc, 0xb6, 0x9d, 0x1c, 0x1, 0xae, 0x2f, 0xde, 0x97, 0x82, 0x3, 0x30, 0xa8, 0x63, 0xa1, 0x78, 0x4b, 0xa5, 0x9, 0x8, 0x75, 0xa2, 0x57, 0x81}} - return a, nil -} - -var __1558084410_add_secretDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x4e\x4d\x2e\x4a\x2d\x89\xcf\xcc\x2b\x2e\x49\xcc\xc9\x49\x2c\xc9\xcc\xcf\x8b\xcf\x4c\x29\xb6\xe6\xc2\x50\x53\x6c\xcd\x05\x08\x00\x00\xff\xff\xd3\xcd\x41\x83\x38\x00\x00\x00") - -func _1558084410_add_secretDownSqlBytes() ([]byte, error) { - return bindataRead( - __1558084410_add_secretDownSql, - "1558084410_add_secret.down.sql", - ) -} - -func _1558084410_add_secretDownSql() (*asset, error) { - bytes, err := _1558084410_add_secretDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1558084410_add_secret.down.sql", size: 56, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xb, 0x65, 0xdf, 0x59, 0xbf, 0xe9, 0x5, 0x5b, 0x6f, 0xd5, 0x3a, 0xb7, 0x57, 0xe8, 0x78, 0x38, 0x73, 0x53, 0x57, 0xf7, 0x24, 0x4, 0xe4, 0xa2, 0x49, 0x22, 0xa2, 0xc6, 0xfd, 0x80, 0xa4}} - return a, nil -} - -var __1558084410_add_secretUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x50\xcf\x0a\x82\x30\x1c\xbe\xef\x29\xbe\xa3\x82\x6f\xd0\x49\xc7\x4f\x19\xad\xdf\x6a\x4d\xc8\x93\x48\xf3\x30\x10\x83\xdc\xa5\xb7\x0f\x23\x45\xa1\xce\xdf\xff\x4f\x5a\xca\x1d\xc1\xe5\x85\x26\x4c\xfd\xfd\xd9\xc7\x09\x89\x00\x82\xef\xc7\x18\xe2\x0b\x85\x36\x05\xd8\x38\x70\xad\x35\xce\x56\x9d\x72\xdb\xe0\x48\x0d\x0c\x43\x1a\x2e\xb5\x92\x0e\xaa\x62\x63\x29\x13\xf8\x9a\xec\x65\x22\x3d\x08\xf1\x23\xaa\x0d\xe3\x14\xbb\x61\xe8\x62\x78\x8c\x6d\xf0\x4b\x34\x1c\xdd\xdc\xaa\xce\x36\x75\xda\xe0\xf7\xd6\x33\x58\xb3\xba\xd4\x94\x04\x9f\x6d\x79\xe9\x9f\x82\xa5\xb1\xa4\x2a\xfe\x4c\x48\x76\x7c\x4b\x25\x59\x62\x49\xd7\xe5\x8a\x15\x4f\xe7\x09\xef\x00\x00\x00\xff\xff\xa6\xbb\x2c\x23\x2d\x01\x00\x00") - -func _1558084410_add_secretUpSqlBytes() ([]byte, error) { - return bindataRead( - __1558084410_add_secretUpSql, - "1558084410_add_secret.up.sql", - ) -} - -func _1558084410_add_secretUpSql() (*asset, error) { - bytes, err := _1558084410_add_secretUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1558084410_add_secret.up.sql", size: 301, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x32, 0x36, 0x8e, 0x47, 0xb0, 0x8f, 0xc1, 0xc6, 0xf7, 0xc6, 0x9f, 0x2d, 0x44, 0x75, 0x2b, 0x26, 0xec, 0x6, 0xa0, 0x7b, 0xa5, 0xbd, 0xc8, 0x76, 0x8a, 0x82, 0x68, 0x2, 0x42, 0xb5, 0xf4}} - return a, nil -} - -var __1558588866_add_versionDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\xcc\x2b\x2e\x49\xcc\xc9\x49\x2c\xc9\xcc\xcf\x2b\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4b\x2d\x2a\xce\xcc\xcf\xb3\xe6\x02\x04\x00\x00\xff\xff\xdf\x6b\x9f\xbb\x2f\x00\x00\x00") - -func _1558588866_add_versionDownSqlBytes() ([]byte, error) { - return bindataRead( - __1558588866_add_versionDownSql, - "1558588866_add_version.down.sql", - ) -} - -func _1558588866_add_versionDownSql() (*asset, error) { - bytes, err := _1558588866_add_versionDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1558588866_add_version.down.sql", size: 47, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x52, 0x34, 0x3c, 0x46, 0x4a, 0xf0, 0x72, 0x47, 0x6f, 0x49, 0x5c, 0xc7, 0xf9, 0x32, 0xce, 0xc4, 0x3d, 0xfd, 0x61, 0xa1, 0x8b, 0x8f, 0xf2, 0x31, 0x34, 0xde, 0x15, 0x49, 0xa6, 0xde, 0xb9}} - return a, nil -} - -var __1558588866_add_versionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\xcc\x2b\x2e\x49\xcc\xc9\x49\x2c\xc9\xcc\xcf\x2b\x56\x70\x74\x71\x51\x28\x4b\x2d\x2a\xce\xcc\xcf\x53\xf0\xf4\x0b\x71\x75\x77\x0d\x52\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x14\x7b\x07\xb5\x39\x00\x00\x00") - -func _1558588866_add_versionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1558588866_add_versionUpSql, - "1558588866_add_version.up.sql", - ) -} - -func _1558588866_add_versionUpSql() (*asset, error) { - bytes, err := _1558588866_add_versionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1558588866_add_version.up.sql", size: 57, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2a, 0xea, 0x64, 0x39, 0x61, 0x20, 0x83, 0x83, 0xb, 0x2e, 0x79, 0x64, 0xb, 0x53, 0xfa, 0xfe, 0xc6, 0xf7, 0x67, 0x42, 0xd3, 0x4f, 0xdc, 0x7e, 0x30, 0x32, 0xe8, 0x14, 0x41, 0xe9, 0xe7, 0x3b}} - return a, nil -} - -var __1559627659_add_contact_codeDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x89\x4f\xce\x4f\x49\x8d\x4f\xce\xcf\x4b\xcb\x4c\xb7\xe6\x02\x04\x00\x00\xff\xff\x73\x7b\x50\x80\x20\x00\x00\x00") - -func _1559627659_add_contact_codeDownSqlBytes() ([]byte, error) { - return bindataRead( - __1559627659_add_contact_codeDownSql, - "1559627659_add_contact_code.down.sql", - ) -} - -func _1559627659_add_contact_codeDownSql() (*asset, error) { - bytes, err := _1559627659_add_contact_codeDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1559627659_add_contact_code.down.sql", size: 32, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5d, 0x64, 0x6d, 0xce, 0x24, 0x42, 0x20, 0x8d, 0x4f, 0x37, 0xaa, 0x9d, 0xc, 0x57, 0x98, 0xc1, 0xd1, 0x1a, 0x34, 0xcd, 0x9f, 0x8f, 0x34, 0x86, 0xb3, 0xd3, 0xdc, 0xf1, 0x7d, 0xe5, 0x1b, 0x6e}} - return a, nil -} - -var __1559627659_add_contact_codeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xc1\x8e\x82\x30\x18\x04\xe0\x7b\x9f\x62\x6e\x40\xb2\x07\xf6\xcc\xa9\xbb\xfb\xaf\x21\xd6\x62\x4a\x31\x72\x22\xb5\xa0\x34\x21\x45\xa1\xf8\xfc\x06\x13\xe3\xc5\xeb\xe4\x9b\xc9\xfc\x2a\xe2\x9a\xa0\xf9\x8f\x20\xd8\xd1\x07\x63\x43\x63\xc7\xb6\x6b\xec\xe8\xcf\xee\x82\x98\x01\x58\xbc\xbb\x2d\xcf\x68\x0e\x93\x71\x3e\xe0\x6e\x26\xdb\x9b\x29\xfe\x4e\x20\x0b\x0d\x59\x09\x81\xbd\xca\x77\x5c\xd5\xd8\x52\x8d\x3f\xfa\xe7\x95\xd0\x88\x8e\xd1\x17\x03\x06\x33\x87\xe6\xba\x9c\x06\x37\xf7\x5d\x8b\x5c\x6a\xda\x90\x7a\x57\x5f\x3c\x65\x49\xc6\x58\x2e\x4b\x52\x7a\x55\xc5\xc7\x4f\x07\x2e\x2a\x2a\x11\xaf\xe3\x48\x93\x8c\x3d\x02\x00\x00\xff\xff\xdc\x7c\x0c\xd3\xc6\x00\x00\x00") - -func _1559627659_add_contact_codeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1559627659_add_contact_codeUpSql, - "1559627659_add_contact_code.up.sql", - ) -} - -func _1559627659_add_contact_codeUpSql() (*asset, error) { - bytes, err := _1559627659_add_contact_codeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1559627659_add_contact_code.up.sql", size: 198, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x16, 0xf6, 0xc2, 0x62, 0x9c, 0xd2, 0xc9, 0x1e, 0xd8, 0xea, 0xaa, 0xea, 0x95, 0x8f, 0x89, 0x6a, 0x85, 0x5d, 0x9d, 0x99, 0x78, 0x3c, 0x90, 0x66, 0x99, 0x3e, 0x4b, 0x19, 0x62, 0xfb, 0x31, 0x4d}} - return a, nil -} - -var __1561368210_add_installation_metadataDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\xcc\x2b\x2e\x49\xcc\xc9\x49\x2c\xc9\xcc\xcf\x2b\x8e\xcf\x4d\x2d\x49\x4c\x49\x2c\x49\xb4\xe6\x02\x04\x00\x00\xff\xff\x03\x72\x7f\x08\x23\x00\x00\x00") - -func _1561368210_add_installation_metadataDownSqlBytes() ([]byte, error) { - return bindataRead( - __1561368210_add_installation_metadataDownSql, - "1561368210_add_installation_metadata.down.sql", - ) -} - -func _1561368210_add_installation_metadataDownSql() (*asset, error) { - bytes, err := _1561368210_add_installation_metadataDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1561368210_add_installation_metadata.down.sql", size: 35, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0xde, 0x3f, 0xd2, 0x4a, 0x50, 0x98, 0x56, 0xe3, 0xc0, 0xcd, 0x9d, 0xb0, 0x34, 0x3b, 0xe5, 0x62, 0x18, 0xb5, 0x20, 0xc9, 0x3e, 0xdc, 0x6a, 0x40, 0x36, 0x66, 0xea, 0x51, 0x8c, 0x71, 0xf5}} - return a, nil -} - -var __1561368210_add_installation_metadataUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\xc1\x8a\x83\x30\x10\xc6\xf1\xbb\x4f\xf1\xdd\x54\xf0\x0d\xf6\x14\xb3\x23\x08\x21\xd9\x95\x04\x7a\x93\x60\x52\x08\xd5\x58\xe8\x50\xf0\xed\x8b\x87\x42\xed\xc1\xeb\xcc\xef\x83\xbf\x1c\x48\x58\x82\x15\xad\x22\xa4\xfc\x60\x3f\xcf\x9e\xd3\x9a\xc7\x25\xb2\x0f\x9e\x3d\x50\x15\x40\x0a\x31\x73\xe2\x0d\xad\x32\x2d\xb4\xb1\xd0\x4e\xa9\x66\xff\x7c\x8e\x52\x80\xa5\x8b\x3d\x80\xec\x97\x78\xbc\xe2\x97\x3a\xe1\x94\x45\x59\xee\x20\xc4\x67\x9a\xe2\xc8\xdb\xfd\xdc\x5d\xa7\x65\xe4\xf5\x16\xf3\xa9\x72\xba\xff\x77\x54\xbd\x83\x9b\xef\xc0\x1a\x46\x43\x1a\xdd\xa9\x5e\x5a\x0c\xf4\xa7\x84\xa4\xa2\xfe\x29\x5e\x01\x00\x00\xff\xff\x5d\x6f\xe6\xd3\x0b\x01\x00\x00") - -func _1561368210_add_installation_metadataUpSqlBytes() ([]byte, error) { - return bindataRead( - __1561368210_add_installation_metadataUpSql, - "1561368210_add_installation_metadata.up.sql", - ) -} - -func _1561368210_add_installation_metadataUpSql() (*asset, error) { - bytes, err := _1561368210_add_installation_metadataUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1561368210_add_installation_metadata.up.sql", size: 267, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x71, 0x8f, 0x29, 0xb1, 0xaa, 0xd6, 0xd1, 0x8c, 0x17, 0xef, 0x6c, 0xd5, 0x80, 0xb8, 0x2c, 0xc3, 0xfe, 0xec, 0x24, 0x4d, 0xc8, 0x25, 0xd3, 0xb4, 0xcd, 0xa9, 0xac, 0x63, 0x61, 0xb2, 0x9c}} - return a, nil -} - -var __1632236298_add_communitiesDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\xf0\xf4\x73\x71\x8d\x50\xc8\x4c\xa9\x88\xcf\x48\x2c\xce\x88\x2f\x4a\x2c\x49\xce\x48\x2d\x89\x4f\xcd\x4b\xb6\xe6\x22\xa0\x20\x3e\x39\x31\x39\x23\xd5\x9a\x0b\xa2\x2e\xc4\xd1\xc9\xc7\x55\x01\x5d\x4d\x51\x65\x41\x49\x66\x7e\x1e\x4c\x29\x61\x95\xd6\x5c\x80\x00\x00\x00\xff\xff\xa4\x97\x4f\xad\x97\x00\x00\x00") - -func _1632236298_add_communitiesDownSqlBytes() ([]byte, error) { - return bindataRead( - __1632236298_add_communitiesDownSql, - "1632236298_add_communities.down.sql", - ) -} - -func _1632236298_add_communitiesDownSql() (*asset, error) { - bytes, err := _1632236298_add_communitiesDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1632236298_add_communities.down.sql", size: 151, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x26, 0xe5, 0x47, 0xd1, 0xe5, 0xec, 0x5b, 0x3e, 0xdc, 0x22, 0xf4, 0x27, 0xee, 0x70, 0xf3, 0x9, 0x4f, 0xd2, 0x9f, 0x92, 0xf, 0x5a, 0x18, 0x11, 0xb7, 0x40, 0xab, 0xf1, 0x98, 0x72, 0xd6, 0x60}} - return a, nil -} - -var __1632236298_add_communitiesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xdf\x4a\xc3\x30\x14\xc6\xef\xf3\x14\xe7\x72\x83\xbe\x81\x57\xed\x3c\x1b\xc1\x7a\xa2\x31\x05\x77\x15\x4a\x16\x4c\x10\xd3\xd9\x46\xb0\x6f\x2f\xc1\x0c\x71\x71\xd2\xdd\x7e\x9c\xf3\xfd\xf9\x6d\x24\xd6\x0a\x41\xd5\x4d\x8b\xe0\xfa\xc9\xe9\xb1\x8f\xc6\xd9\xa8\x6d\x30\xe3\x7c\x8c\x7e\x08\xb0\x62\x00\x2f\xe3\xf0\x71\xd4\xfe\x00\x4d\x2b\x1a\x20\xa1\x80\xba\xb6\xad\x18\xc0\xab\x9d\x93\xce\x49\x9d\xcb\xe5\xed\x83\xe4\xf7\xb5\xdc\xc3\x1d\xee\x57\x27\xc7\x2a\x3b\xac\xd9\xfa\x86\xb1\x5c\xa8\x23\xfe\xd8\x21\x70\xba\xc5\x67\xf0\x87\x4f\x7d\xde\x0d\x04\x5d\xea\x5b\x3a\xff\xf8\xfe\x3b\x54\x9b\xde\x38\xbb\x6c\xae\x0f\xf1\x97\x3c\xd9\x77\x1d\x86\x44\x01\x77\x28\x93\x92\x42\xca\xf7\x69\x7e\x4b\x89\xfa\x84\x27\x69\x5b\x21\x91\xef\xe8\x6f\x2a\x20\x71\x8b\x12\x69\x83\x4f\xcb\x07\x5f\x85\x32\xcf\xbe\x0c\xf4\xfb\xa0\x48\xa9\xf2\xe8\x94\xf5\x15\x00\x00\xff\xff\x61\x30\xb4\xa0\x48\x02\x00\x00") - -func _1632236298_add_communitiesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1632236298_add_communitiesUpSql, - "1632236298_add_communities.up.sql", - ) -} - -func _1632236298_add_communitiesUpSql() (*asset, error) { - bytes, err := _1632236298_add_communitiesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1632236298_add_communities.up.sql", size: 584, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0xe0, 0x1, 0x6e, 0x84, 0xc, 0x35, 0xe4, 0x5a, 0xf, 0xbe, 0xcb, 0xf7, 0xd2, 0xa8, 0x25, 0xf5, 0xdb, 0x7, 0xcb, 0xa3, 0xe6, 0xf4, 0xc4, 0x1b, 0xa5, 0xec, 0x32, 0x1e, 0x1e, 0x48, 0x60}} - return a, nil -} - -var __1636536507_add_index_bundlesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x48\xcd\x4b\x2e\xaa\x2c\x28\xc9\xcc\xcf\x8b\x4f\x2a\xcd\x4b\xc9\x49\x2d\x8e\x4f\xad\x28\xc8\x2c\x4a\x4d\x89\xcf\x4c\x49\xcd\x2b\xc9\x2c\xa9\x8c\xcf\xcc\x2b\x2e\x49\xcc\xc9\x49\x04\xab\xca\x4c\x89\x2f\x4b\x2d\x2a\xce\xcc\xcf\x53\xc8\xcf\x53\x80\xea\x51\xd0\x80\x6a\xd2\x51\x80\xe9\xd2\x51\x40\xd3\xa6\xa3\x00\xd5\xa7\x69\xcd\x45\xa9\x13\x50\xac\x26\xdd\xc6\xa2\xc4\x92\xe4\x8c\xd4\x92\xf8\xcc\xbc\xb4\xfc\xf8\x32\x23\xbc\xd6\xa0\xa9\xc5\x63\x9d\xa6\x35\x17\x20\x00\x00\xff\xff\xd4\xde\x07\x5c\x5b\x01\x00\x00") - -func _1636536507_add_index_bundlesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1636536507_add_index_bundlesUpSql, - "1636536507_add_index_bundles.up.sql", - ) -} - -func _1636536507_add_index_bundlesUpSql() (*asset, error) { - bytes, err := _1636536507_add_index_bundlesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1636536507_add_index_bundles.up.sql", size: 347, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0xb9, 0x3c, 0x16, 0xfc, 0xfb, 0xb2, 0xb4, 0x3b, 0xfe, 0xdc, 0xf5, 0x9c, 0x42, 0xa0, 0xa0, 0xd4, 0xd, 0x5b, 0x97, 0x10, 0x80, 0x95, 0xe, 0x13, 0xc1, 0x18, 0x8, 0xee, 0xf, 0x99, 0xee}} - return a, nil -} - -var __1698137564_add_migration_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xc1\xaa\xc2\x30\x10\x45\xf7\xfd\x8a\x59\xbe\x07\xfe\x81\x2b\x69\x23\x74\xd3\x82\xed\xa2\xbb\x21\x24\x83\x09\xa5\x6d\x4c\x46\x30\x7f\x2f\x25\x16\x41\xb1\x2a\x6e\x66\x36\xf7\xdc\x03\x37\x3f\x88\x5d\x2b\xa0\xac\x0a\xd1\x41\xb9\x87\xaa\x6e\x41\x74\x65\xd3\x36\x60\xf5\x05\x8f\x7e\x3a\x3b\x64\x3b\x50\x60\x39\x38\xd4\x14\x54\x56\x57\x60\x64\x30\xe8\x25\x2b\x43\x8c\x34\x2a\x1f\x1d\xdb\x69\x84\xbf\x04\x58\xbd\x81\x9e\xe2\x1d\x84\x42\x34\xf9\xff\x36\xcb\xde\xf8\x5e\xf4\x62\x4f\x31\xcc\x07\xad\x5e\xd5\xa7\xc8\xaf\x22\x4d\xce\x93\x92\x4c\xfa\x13\xe7\x53\xfa\x5b\xbd\x92\xca\x10\x2e\xcb\xdd\x4a\x30\xd0\x09\xc7\x69\xc5\x9c\xb8\xc7\xc9\xe7\x9f\xd0\x65\xf3\x6b\x00\x00\x00\xff\xff\x97\xf4\x28\xe3\xe3\x01\x00\x00") - -func _1698137564_add_migration_indexUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698137564_add_migration_indexUpSql, - "1698137564_add_migration_index.up.sql", - ) -} - -func _1698137564_add_migration_indexUpSql() (*asset, error) { - bytes, err := _1698137564_add_migration_indexUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698137564_add_migration_index.up.sql", size: 483, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0xec, 0xd4, 0x54, 0xff, 0x5e, 0x6e, 0xaf, 0x3f, 0x2b, 0xb5, 0x76, 0xe9, 0x84, 0x2a, 0x4d, 0x1f, 0xd8, 0x22, 0x8b, 0x4b, 0x5c, 0xf1, 0xe0, 0x3a, 0x34, 0xc5, 0xed, 0xef, 0x74, 0xe4, 0x2b}} - return a, nil -} - -var __1709200114_add_migration_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xc1\xaa\xc2\x30\x10\x45\xf7\xfd\x8a\x59\xbe\x07\xfe\x81\x2b\x69\x23\x74\xd3\x82\xed\xa2\xbb\x21\x24\x83\x09\xa5\x6d\x4c\x46\x30\x7f\x2f\x25\x16\x41\xb1\x2a\x6e\x66\x36\xf7\xdc\x03\x37\x3f\x88\x5d\x2b\xa0\xac\x0a\xd1\x41\xb9\x87\xaa\x6e\x41\x74\x65\xd3\x36\x60\xf5\x05\x8f\x7e\x3a\x3b\x64\x3b\x50\x60\x39\x38\xd4\x14\x54\x56\x57\x60\x64\x30\xe8\x25\x2b\x43\x8c\x34\x2a\x1f\x1d\xdb\x69\x84\xbf\x04\x58\xbd\x81\x9e\xe2\x1d\x84\x42\x34\xf9\xff\x36\xcb\xde\xf8\x5e\xf4\x62\x4f\x31\xcc\x07\xad\x5e\xd5\xa7\xc8\xaf\x22\x4d\xce\x93\x92\x4c\xfa\x13\xe7\x53\xfa\x5b\xbd\x92\xca\x10\x2e\xcb\xdd\x4a\x30\xd0\x09\xc7\x69\xc5\x9c\xb8\xc7\xc9\xe7\x9f\xd0\x65\xf3\x6b\x00\x00\x00\xff\xff\x97\xf4\x28\xe3\xe3\x01\x00\x00") - -func _1709200114_add_migration_indexUpSqlBytes() ([]byte, error) { - return bindataRead( - __1709200114_add_migration_indexUpSql, - "1709200114_add_migration_index.up.sql", - ) -} - -func _1709200114_add_migration_indexUpSql() (*asset, error) { - bytes, err := _1709200114_add_migration_indexUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1709200114_add_migration_index.up.sql", size: 483, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0xec, 0xd4, 0x54, 0xff, 0x5e, 0x6e, 0xaf, 0x3f, 0x2b, 0xb5, 0x76, 0xe9, 0x84, 0x2a, 0x4d, 0x1f, 0xd8, 0x22, 0x8b, 0x4b, 0x5c, 0xf1, 0xe0, 0x3a, 0x34, 0xc5, 0xed, 0xef, 0x74, 0xe4, 0x2b}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xbd\x6a\x2b\x31\x10\x85\xfb\x7d\x8a\x83\x1b\x37\x77\xa5\x1b\x08\x04\x02\x29\x52\xa6\xcf\x0b\x8c\xa5\x59\x69\xf0\x4a\xda\x68\x66\xfd\xf3\xf6\x61\x1d\x43\xdc\x65\xca\x0f\xbe\x73\xce\x78\x8f\xcf\x2c\x8a\x49\x66\x86\x28\x2a\x07\x56\xa5\x7e\xc5\x81\x03\xad\xca\xd8\x25\xb1\xbc\x1e\x5c\x68\xc5\xab\x91\xad\x3a\x4a\xf1\x45\x52\x27\x63\x7f\x7a\xde\x0d\xde\x23\x50\xdd\x1b\x32\xd5\x38\xf3\x2d\x4b\xa1\x46\xdd\xa4\x26\x9c\xc5\x32\x08\x4b\xe7\x49\x2e\x0e\xef\x86\x99\x49\x0d\x96\xc9\xf6\x0a\xcb\x8c\x40\xca\x5b\xcc\xd4\x3a\x52\x1b\x0f\x52\x23\x19\xb9\x0d\x7d\x4c\x0f\x64\x5b\x18\x68\x9e\x39\x62\xea\xad\xdc\x5c\xa5\xc2\x88\xd2\x39\x58\xeb\xd7\x7f\x20\x55\x36\x54\x2a\xac\x9b\x9f\xe9\xc4\xa8\xed\x5e\x0f\xaa\xf1\xef\x8f\x70\x6e\xfd\xa8\x20\x05\x5f\x16\x0e\xc6\xd1\x0d\xc3\x42\xe1\x48\x89\xa1\x5f\xb3\x18\x0f\x83\xf7\xa9\xbd\x26\xae\xbc\x59\x8f\x1b\xc7\xd2\xa2\x49\xe1\xb7\xa7\x97\xff\xf7\xc3\xb8\x1c\x13\x7e\x1a\xa4\x55\xc5\xd8\xe0\x9c\xff\x05\x2e\x35\xb8\xe1\x3b\x00\x00\xff\xff\x73\x18\x09\xa7\x8d\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 397, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0xd0, 0xec, 0xce, 0xa1, 0x5d, 0x5f, 0x7d, 0x3d, 0xc5, 0xba, 0xdd, 0xe3, 0x71, 0xc9, 0x56, 0xc3, 0x54, 0xd7, 0x57, 0x2d, 0xca, 0xd5, 0x87, 0x1a, 0xa9, 0xff, 0x23, 0xf6, 0xa2, 0x1, 0xb7}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1536754952_initial_schema.down.sql": _1536754952_initial_schemaDownSql, - "1536754952_initial_schema.up.sql": _1536754952_initial_schemaUpSql, - "1539249977_update_ratchet_info.down.sql": _1539249977_update_ratchet_infoDownSql, - "1539249977_update_ratchet_info.up.sql": _1539249977_update_ratchet_infoUpSql, - "1540715431_add_version.down.sql": _1540715431_add_versionDownSql, - "1540715431_add_version.up.sql": _1540715431_add_versionUpSql, - "1541164797_add_installations.down.sql": _1541164797_add_installationsDownSql, - "1541164797_add_installations.up.sql": _1541164797_add_installationsUpSql, - "1558084410_add_secret.down.sql": _1558084410_add_secretDownSql, - "1558084410_add_secret.up.sql": _1558084410_add_secretUpSql, - "1558588866_add_version.down.sql": _1558588866_add_versionDownSql, - "1558588866_add_version.up.sql": _1558588866_add_versionUpSql, - "1559627659_add_contact_code.down.sql": _1559627659_add_contact_codeDownSql, - "1559627659_add_contact_code.up.sql": _1559627659_add_contact_codeUpSql, - "1561368210_add_installation_metadata.down.sql": _1561368210_add_installation_metadataDownSql, - "1561368210_add_installation_metadata.up.sql": _1561368210_add_installation_metadataUpSql, - "1632236298_add_communities.down.sql": _1632236298_add_communitiesDownSql, - "1632236298_add_communities.up.sql": _1632236298_add_communitiesUpSql, - "1636536507_add_index_bundles.up.sql": _1636536507_add_index_bundlesUpSql, - "1698137564_add_migration_index.up.sql": _1698137564_add_migration_indexUpSql, - "1709200114_add_migration_index.up.sql": _1709200114_add_migration_indexUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1536754952_initial_schema.down.sql": {_1536754952_initial_schemaDownSql, map[string]*bintree{}}, - "1536754952_initial_schema.up.sql": {_1536754952_initial_schemaUpSql, map[string]*bintree{}}, - "1539249977_update_ratchet_info.down.sql": {_1539249977_update_ratchet_infoDownSql, map[string]*bintree{}}, - "1539249977_update_ratchet_info.up.sql": {_1539249977_update_ratchet_infoUpSql, map[string]*bintree{}}, - "1540715431_add_version.down.sql": {_1540715431_add_versionDownSql, map[string]*bintree{}}, - "1540715431_add_version.up.sql": {_1540715431_add_versionUpSql, map[string]*bintree{}}, - "1541164797_add_installations.down.sql": {_1541164797_add_installationsDownSql, map[string]*bintree{}}, - "1541164797_add_installations.up.sql": {_1541164797_add_installationsUpSql, map[string]*bintree{}}, - "1558084410_add_secret.down.sql": {_1558084410_add_secretDownSql, map[string]*bintree{}}, - "1558084410_add_secret.up.sql": {_1558084410_add_secretUpSql, map[string]*bintree{}}, - "1558588866_add_version.down.sql": {_1558588866_add_versionDownSql, map[string]*bintree{}}, - "1558588866_add_version.up.sql": {_1558588866_add_versionUpSql, map[string]*bintree{}}, - "1559627659_add_contact_code.down.sql": {_1559627659_add_contact_codeDownSql, map[string]*bintree{}}, - "1559627659_add_contact_code.up.sql": {_1559627659_add_contact_codeUpSql, map[string]*bintree{}}, - "1561368210_add_installation_metadata.down.sql": {_1561368210_add_installation_metadataDownSql, map[string]*bintree{}}, - "1561368210_add_installation_metadata.up.sql": {_1561368210_add_installation_metadataUpSql, map[string]*bintree{}}, - "1632236298_add_communities.down.sql": {_1632236298_add_communitiesDownSql, map[string]*bintree{}}, - "1632236298_add_communities.up.sql": {_1632236298_add_communitiesUpSql, map[string]*bintree{}}, - "1636536507_add_index_bundles.up.sql": {_1636536507_add_index_bundlesUpSql, map[string]*bintree{}}, - "1698137564_add_migration_index.up.sql": {_1698137564_add_migration_indexUpSql, map[string]*bintree{}}, - "1709200114_add_migration_index.up.sql": {_1709200114_add_migration_indexUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/protocol/encryption/protocol_message.pb.go b/protocol/encryption/protocol_message.pb.go deleted file mode 100644 index a1cd7fa38..000000000 --- a/protocol/encryption/protocol_message.pb.go +++ /dev/null @@ -1,1158 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: protocol_message.proto - -package encryption - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type SignedPreKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SignedPreKey []byte `protobuf:"bytes,1,opt,name=signed_pre_key,json=signedPreKey,proto3" json:"signed_pre_key,omitempty"` - Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` - ProtocolVersion uint32 `protobuf:"varint,3,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"` -} - -func (x *SignedPreKey) Reset() { - *x = SignedPreKey{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SignedPreKey) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SignedPreKey) ProtoMessage() {} - -func (x *SignedPreKey) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SignedPreKey.ProtoReflect.Descriptor instead. -func (*SignedPreKey) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{0} -} - -func (x *SignedPreKey) GetSignedPreKey() []byte { - if x != nil { - return x.SignedPreKey - } - return nil -} - -func (x *SignedPreKey) GetVersion() uint32 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *SignedPreKey) GetProtocolVersion() uint32 { - if x != nil { - return x.ProtocolVersion - } - return 0 -} - -// X3DH prekey bundle -type Bundle struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Identity key - Identity []byte `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` - // Installation id - SignedPreKeys map[string]*SignedPreKey `protobuf:"bytes,2,rep,name=signed_pre_keys,json=signedPreKeys,proto3" json:"signed_pre_keys,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // Prekey signature - Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` - // When the bundle was created locally - Timestamp int64 `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` -} - -func (x *Bundle) Reset() { - *x = Bundle{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bundle) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bundle) ProtoMessage() {} - -func (x *Bundle) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bundle.ProtoReflect.Descriptor instead. -func (*Bundle) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{1} -} - -func (x *Bundle) GetIdentity() []byte { - if x != nil { - return x.Identity - } - return nil -} - -func (x *Bundle) GetSignedPreKeys() map[string]*SignedPreKey { - if x != nil { - return x.SignedPreKeys - } - return nil -} - -func (x *Bundle) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *Bundle) GetTimestamp() int64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -type BundleContainer struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // X3DH prekey bundle - Bundle *Bundle `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle,omitempty"` - // Private signed prekey - PrivateSignedPreKey []byte `protobuf:"bytes,2,opt,name=private_signed_pre_key,json=privateSignedPreKey,proto3" json:"private_signed_pre_key,omitempty"` -} - -func (x *BundleContainer) Reset() { - *x = BundleContainer{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BundleContainer) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BundleContainer) ProtoMessage() {} - -func (x *BundleContainer) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BundleContainer.ProtoReflect.Descriptor instead. -func (*BundleContainer) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{2} -} - -func (x *BundleContainer) GetBundle() *Bundle { - if x != nil { - return x.Bundle - } - return nil -} - -func (x *BundleContainer) GetPrivateSignedPreKey() []byte { - if x != nil { - return x.PrivateSignedPreKey - } - return nil -} - -type DRHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Current ratchet public key - Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - // Number of the message in the sending chain - N uint32 `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"` - // Length of the previous sending chain - Pn uint32 `protobuf:"varint,3,opt,name=pn,proto3" json:"pn,omitempty"` - // Bundle ID - Id []byte `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *DRHeader) Reset() { - *x = DRHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DRHeader) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DRHeader) ProtoMessage() {} - -func (x *DRHeader) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DRHeader.ProtoReflect.Descriptor instead. -func (*DRHeader) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{3} -} - -func (x *DRHeader) GetKey() []byte { - if x != nil { - return x.Key - } - return nil -} - -func (x *DRHeader) GetN() uint32 { - if x != nil { - return x.N - } - return 0 -} - -func (x *DRHeader) GetPn() uint32 { - if x != nil { - return x.Pn - } - return 0 -} - -func (x *DRHeader) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -type DHHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Compressed ephemeral public key - Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` -} - -func (x *DHHeader) Reset() { - *x = DHHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DHHeader) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DHHeader) ProtoMessage() {} - -func (x *DHHeader) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DHHeader.ProtoReflect.Descriptor instead. -func (*DHHeader) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{4} -} - -func (x *DHHeader) GetKey() []byte { - if x != nil { - return x.Key - } - return nil -} - -type X3DHHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Ephemeral key used - Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - // Used bundle's signed prekey - Id []byte `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *X3DHHeader) Reset() { - *x = X3DHHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *X3DHHeader) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*X3DHHeader) ProtoMessage() {} - -func (x *X3DHHeader) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use X3DHHeader.ProtoReflect.Descriptor instead. -func (*X3DHHeader) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{5} -} - -func (x *X3DHHeader) GetKey() []byte { - if x != nil { - return x.Key - } - return nil -} - -func (x *X3DHHeader) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -// Hash Ratchet Header -type HRHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // deprecated group key ID - DeprecatedKeyId uint32 `protobuf:"varint,1,opt,name=deprecated_key_id,json=deprecatedKeyId,proto3" json:"deprecated_key_id,omitempty"` - // group message number for this key_id - SeqNo uint32 `protobuf:"varint,2,opt,name=seq_no,json=seqNo,proto3" json:"seq_no,omitempty"` - // group ID - GroupId []byte `protobuf:"bytes,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` - // group key ID - KeyId []byte `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` - Keys *HRKeys `protobuf:"bytes,5,opt,name=keys,proto3" json:"keys,omitempty"` -} - -func (x *HRHeader) Reset() { - *x = HRHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *HRHeader) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*HRHeader) ProtoMessage() {} - -func (x *HRHeader) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use HRHeader.ProtoReflect.Descriptor instead. -func (*HRHeader) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{6} -} - -func (x *HRHeader) GetDeprecatedKeyId() uint32 { - if x != nil { - return x.DeprecatedKeyId - } - return 0 -} - -func (x *HRHeader) GetSeqNo() uint32 { - if x != nil { - return x.SeqNo - } - return 0 -} - -func (x *HRHeader) GetGroupId() []byte { - if x != nil { - return x.GroupId - } - return nil -} - -func (x *HRHeader) GetKeyId() []byte { - if x != nil { - return x.KeyId - } - return nil -} - -func (x *HRHeader) GetKeys() *HRKeys { - if x != nil { - return x.Keys - } - return nil -} - -type RekeyGroup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - Keys map[uint32][]byte `protobuf:"bytes,4,rep,name=keys,proto3" json:"keys,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` -} - -func (x *RekeyGroup) Reset() { - *x = RekeyGroup{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RekeyGroup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RekeyGroup) ProtoMessage() {} - -func (x *RekeyGroup) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RekeyGroup.ProtoReflect.Descriptor instead. -func (*RekeyGroup) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{7} -} - -func (x *RekeyGroup) GetTimestamp() uint64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -func (x *RekeyGroup) GetKeys() map[uint32][]byte { - if x != nil { - return x.Keys - } - return nil -} - -type HRKeys struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Keys []*HRKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` - RekeyGroup *RekeyGroup `protobuf:"bytes,2,opt,name=rekey_group,json=rekeyGroup,proto3" json:"rekey_group,omitempty"` -} - -func (x *HRKeys) Reset() { - *x = HRKeys{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *HRKeys) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*HRKeys) ProtoMessage() {} - -func (x *HRKeys) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use HRKeys.ProtoReflect.Descriptor instead. -func (*HRKeys) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{8} -} - -func (x *HRKeys) GetKeys() []*HRKey { - if x != nil { - return x.Keys - } - return nil -} - -func (x *HRKeys) GetRekeyGroup() *RekeyGroup { - if x != nil { - return x.RekeyGroup - } - return nil -} - -type HRKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DeprecatedKeyId uint32 `protobuf:"varint,1,opt,name=deprecated_key_id,json=deprecatedKeyId,proto3" json:"deprecated_key_id,omitempty"` - Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` - Timestamp uint64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` -} - -func (x *HRKey) Reset() { - *x = HRKey{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *HRKey) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*HRKey) ProtoMessage() {} - -func (x *HRKey) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use HRKey.ProtoReflect.Descriptor instead. -func (*HRKey) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{9} -} - -func (x *HRKey) GetDeprecatedKeyId() uint32 { - if x != nil { - return x.DeprecatedKeyId - } - return 0 -} - -func (x *HRKey) GetKey() []byte { - if x != nil { - return x.Key - } - return nil -} - -func (x *HRKey) GetTimestamp() uint64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -// Direct message value -type EncryptedMessageProtocol struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - X3DHHeader *X3DHHeader `protobuf:"bytes,1,opt,name=X3DH_header,json=X3DHHeader,proto3" json:"X3DH_header,omitempty"` - DRHeader *DRHeader `protobuf:"bytes,2,opt,name=DR_header,json=DRHeader,proto3" json:"DR_header,omitempty"` - DHHeader *DHHeader `protobuf:"bytes,101,opt,name=DH_header,json=DHHeader,proto3" json:"DH_header,omitempty"` - HRHeader *HRHeader `protobuf:"bytes,102,opt,name=HR_header,json=HRHeader,proto3" json:"HR_header,omitempty"` - // Encrypted payload - Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` -} - -func (x *EncryptedMessageProtocol) Reset() { - *x = EncryptedMessageProtocol{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EncryptedMessageProtocol) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EncryptedMessageProtocol) ProtoMessage() {} - -func (x *EncryptedMessageProtocol) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EncryptedMessageProtocol.ProtoReflect.Descriptor instead. -func (*EncryptedMessageProtocol) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{10} -} - -func (x *EncryptedMessageProtocol) GetX3DHHeader() *X3DHHeader { - if x != nil { - return x.X3DHHeader - } - return nil -} - -func (x *EncryptedMessageProtocol) GetDRHeader() *DRHeader { - if x != nil { - return x.DRHeader - } - return nil -} - -func (x *EncryptedMessageProtocol) GetDHHeader() *DHHeader { - if x != nil { - return x.DHHeader - } - return nil -} - -func (x *EncryptedMessageProtocol) GetHRHeader() *HRHeader { - if x != nil { - return x.HRHeader - } - return nil -} - -func (x *EncryptedMessageProtocol) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -// Top-level protocol message -type ProtocolMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // The device id of the sender - InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` - // List of bundles - Bundles []*Bundle `protobuf:"bytes,3,rep,name=bundles,proto3" json:"bundles,omitempty"` - // One to one message, encrypted, indexed by installation_id - // TODO map here is redundant in case of community messages - EncryptedMessage map[string]*EncryptedMessageProtocol `protobuf:"bytes,101,rep,name=encrypted_message,json=encryptedMessage,proto3" json:"encrypted_message,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // Public chats, not encrypted - PublicMessage []byte `protobuf:"bytes,102,opt,name=public_message,json=publicMessage,proto3" json:"public_message,omitempty"` -} - -func (x *ProtocolMessage) Reset() { - *x = ProtocolMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_protocol_message_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProtocolMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProtocolMessage) ProtoMessage() {} - -func (x *ProtocolMessage) ProtoReflect() protoreflect.Message { - mi := &file_protocol_message_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProtocolMessage.ProtoReflect.Descriptor instead. -func (*ProtocolMessage) Descriptor() ([]byte, []int) { - return file_protocol_message_proto_rawDescGZIP(), []int{11} -} - -func (x *ProtocolMessage) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -func (x *ProtocolMessage) GetBundles() []*Bundle { - if x != nil { - return x.Bundles - } - return nil -} - -func (x *ProtocolMessage) GetEncryptedMessage() map[string]*EncryptedMessageProtocol { - if x != nil { - return x.EncryptedMessage - } - return nil -} - -func (x *ProtocolMessage) GetPublicMessage() []byte { - if x != nil { - return x.PublicMessage - } - return nil -} - -var File_protocol_message_proto protoreflect.FileDescriptor - -var file_protocol_message_proto_rawDesc = []byte{ - 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x79, 0x0a, 0x0c, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, - 0x65, 0x4b, 0x65, 0x79, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x70, - 0x72, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x69, - 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, - 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, - 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, - 0x8b, 0x02, 0x0a, 0x06, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x69, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x4d, 0x0a, 0x0f, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, - 0x5f, 0x70, 0x72, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x25, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x42, 0x75, 0x6e, - 0x64, 0x6c, 0x65, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, 0x65, 0x4b, 0x65, 0x79, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, - 0x65, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, - 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x1a, 0x5a, 0x0a, 0x12, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, 0x65, 0x4b, 0x65, - 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2e, 0x0a, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, 0x65, 0x4b, - 0x65, 0x79, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x78, 0x0a, - 0x0f, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, - 0x12, 0x2a, 0x0a, 0x06, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x12, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x42, 0x75, - 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x06, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x33, 0x0a, 0x16, - 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x70, - 0x72, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x13, 0x70, 0x72, - 0x69, 0x76, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x72, 0x65, 0x4b, 0x65, - 0x79, 0x4a, 0x04, 0x08, 0x03, 0x10, 0x04, 0x22, 0x4a, 0x0a, 0x08, 0x44, 0x52, 0x48, 0x65, 0x61, - 0x64, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x0c, 0x0a, 0x01, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x01, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x70, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x02, 0x70, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x02, 0x69, 0x64, 0x22, 0x1c, 0x0a, 0x08, 0x44, 0x48, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, - 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x22, 0x34, 0x0a, 0x0a, 0x58, 0x33, 0x44, 0x48, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, - 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, - 0x64, 0x4a, 0x04, 0x08, 0x03, 0x10, 0x04, 0x22, 0xa7, 0x01, 0x0a, 0x08, 0x48, 0x52, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, - 0x65, 0x64, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x4b, 0x65, 0x79, 0x49, 0x64, - 0x12, 0x15, 0x0a, 0x06, 0x73, 0x65, 0x71, 0x5f, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x73, 0x65, 0x71, 0x4e, 0x6f, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, - 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x6b, 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x05, 0x6b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x04, 0x6b, 0x65, 0x79, - 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x48, 0x52, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x04, 0x6b, 0x65, 0x79, - 0x73, 0x22, 0x99, 0x01, 0x0a, 0x0a, 0x52, 0x65, 0x6b, 0x65, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x34, - 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x65, - 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x52, 0x65, 0x6b, 0x65, 0x79, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, - 0x6b, 0x65, 0x79, 0x73, 0x1a, 0x37, 0x0a, 0x09, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, - 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x68, 0x0a, - 0x06, 0x48, 0x52, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x25, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x48, 0x52, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x12, 0x37, - 0x0a, 0x0b, 0x72, 0x65, 0x6b, 0x65, 0x79, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x52, 0x65, 0x6b, 0x65, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0a, 0x72, 0x65, 0x6b, - 0x65, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x63, 0x0a, 0x05, 0x48, 0x52, 0x4b, 0x65, 0x79, - 0x12, 0x2a, 0x0a, 0x11, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6b, - 0x65, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x64, 0x65, 0x70, - 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x4b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, - 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1c, - 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x86, 0x02, 0x0a, - 0x18, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x37, 0x0a, 0x0b, 0x58, 0x33, 0x44, - 0x48, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, - 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x58, 0x33, 0x44, 0x48, - 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x0a, 0x58, 0x33, 0x44, 0x48, 0x48, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x12, 0x31, 0x0a, 0x09, 0x44, 0x52, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x2e, 0x44, 0x52, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x08, 0x44, 0x52, 0x48, - 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x31, 0x0a, 0x09, 0x44, 0x48, 0x5f, 0x68, 0x65, 0x61, 0x64, - 0x65, 0x72, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x48, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x08, - 0x44, 0x48, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x31, 0x0a, 0x09, 0x48, 0x52, 0x5f, 0x68, - 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x66, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x65, 0x6e, - 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x48, 0x52, 0x48, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x52, 0x08, 0x48, 0x52, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x70, - 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, - 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0xda, 0x02, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, - 0x6f, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x73, - 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x07, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x07, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x73, - 0x12, 0x5e, 0x0a, 0x11, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x6d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x65, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x65, 0x6e, - 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, - 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, - 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x10, - 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x18, 0x66, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x69, 0x0a, 0x15, 0x45, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, - 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, - 0x65, 0x79, 0x12, 0x3a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, - 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, - 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, - 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_protocol_message_proto_rawDescOnce sync.Once - file_protocol_message_proto_rawDescData = file_protocol_message_proto_rawDesc -) - -func file_protocol_message_proto_rawDescGZIP() []byte { - file_protocol_message_proto_rawDescOnce.Do(func() { - file_protocol_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_protocol_message_proto_rawDescData) - }) - return file_protocol_message_proto_rawDescData -} - -var file_protocol_message_proto_msgTypes = make([]protoimpl.MessageInfo, 15) -var file_protocol_message_proto_goTypes = []interface{}{ - (*SignedPreKey)(nil), // 0: encryption.SignedPreKey - (*Bundle)(nil), // 1: encryption.Bundle - (*BundleContainer)(nil), // 2: encryption.BundleContainer - (*DRHeader)(nil), // 3: encryption.DRHeader - (*DHHeader)(nil), // 4: encryption.DHHeader - (*X3DHHeader)(nil), // 5: encryption.X3DHHeader - (*HRHeader)(nil), // 6: encryption.HRHeader - (*RekeyGroup)(nil), // 7: encryption.RekeyGroup - (*HRKeys)(nil), // 8: encryption.HRKeys - (*HRKey)(nil), // 9: encryption.HRKey - (*EncryptedMessageProtocol)(nil), // 10: encryption.EncryptedMessageProtocol - (*ProtocolMessage)(nil), // 11: encryption.ProtocolMessage - nil, // 12: encryption.Bundle.SignedPreKeysEntry - nil, // 13: encryption.RekeyGroup.KeysEntry - nil, // 14: encryption.ProtocolMessage.EncryptedMessageEntry -} -var file_protocol_message_proto_depIdxs = []int32{ - 12, // 0: encryption.Bundle.signed_pre_keys:type_name -> encryption.Bundle.SignedPreKeysEntry - 1, // 1: encryption.BundleContainer.bundle:type_name -> encryption.Bundle - 8, // 2: encryption.HRHeader.keys:type_name -> encryption.HRKeys - 13, // 3: encryption.RekeyGroup.keys:type_name -> encryption.RekeyGroup.KeysEntry - 9, // 4: encryption.HRKeys.keys:type_name -> encryption.HRKey - 7, // 5: encryption.HRKeys.rekey_group:type_name -> encryption.RekeyGroup - 5, // 6: encryption.EncryptedMessageProtocol.X3DH_header:type_name -> encryption.X3DHHeader - 3, // 7: encryption.EncryptedMessageProtocol.DR_header:type_name -> encryption.DRHeader - 4, // 8: encryption.EncryptedMessageProtocol.DH_header:type_name -> encryption.DHHeader - 6, // 9: encryption.EncryptedMessageProtocol.HR_header:type_name -> encryption.HRHeader - 1, // 10: encryption.ProtocolMessage.bundles:type_name -> encryption.Bundle - 14, // 11: encryption.ProtocolMessage.encrypted_message:type_name -> encryption.ProtocolMessage.EncryptedMessageEntry - 0, // 12: encryption.Bundle.SignedPreKeysEntry.value:type_name -> encryption.SignedPreKey - 10, // 13: encryption.ProtocolMessage.EncryptedMessageEntry.value:type_name -> encryption.EncryptedMessageProtocol - 14, // [14:14] is the sub-list for method output_type - 14, // [14:14] is the sub-list for method input_type - 14, // [14:14] is the sub-list for extension type_name - 14, // [14:14] is the sub-list for extension extendee - 0, // [0:14] is the sub-list for field type_name -} - -func init() { file_protocol_message_proto_init() } -func file_protocol_message_proto_init() { - if File_protocol_message_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_protocol_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SignedPreKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bundle); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BundleContainer); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DRHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DHHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*X3DHHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*HRHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RekeyGroup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*HRKeys); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*HRKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EncryptedMessageProtocol); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_protocol_message_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProtocolMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_protocol_message_proto_rawDesc, - NumEnums: 0, - NumMessages: 15, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_protocol_message_proto_goTypes, - DependencyIndexes: file_protocol_message_proto_depIdxs, - MessageInfos: file_protocol_message_proto_msgTypes, - }.Build() - File_protocol_message_proto = out.File - file_protocol_message_proto_rawDesc = nil - file_protocol_message_proto_goTypes = nil - file_protocol_message_proto_depIdxs = nil -} diff --git a/protocol/internal/sqlite/migrations.go b/protocol/internal/sqlite/migrations.go deleted file mode 100644 index 13dc60b9c..000000000 --- a/protocol/internal/sqlite/migrations.go +++ /dev/null @@ -1,281 +0,0 @@ -// Code generated by go-bindata. -// sources: -// 000001_init.down.db.sql -// 000001_init.up.db.sql -// doc.go -// DO NOT EDIT! - -package sqlite - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __000001_initDownDbSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\xb6\xe6\x42\x92\xc9\x4d\xcd\x4d\x4a\x2d\x2a\xce\xc8\x2c\x88\x2f\x2d\x48\x49\x2c\x41\x93\x4e\xce\x48\x2c\x89\x87\xaa\xb1\xe6\x02\x04\x00\x00\xff\xff\x69\x98\x5e\xa1\x52\x00\x00\x00") - -func _000001_initDownDbSqlBytes() ([]byte, error) { - return bindataRead( - __000001_initDownDbSql, - "000001_init.down.db.sql", - ) -} - -func _000001_initDownDbSql() (*asset, error) { - bytes, err := _000001_initDownDbSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "000001_init.down.db.sql", size: 82, mode: os.FileMode(420), modTime: time.Unix(1563274106, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var __000001_initUpDbSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\xb1\x6e\xc2\x30\x14\xdc\xf3\x15\x6f\x24\x12\x43\xf7\x4e\x0e\xbc\x80\xd5\xd4\x6e\x1d\xa7\xc0\x14\x19\xe2\x82\x0b\x09\x11\x36\x52\xf9\xfb\xaa\x49\x8c\x02\x45\x15\xac\xef\xce\xe7\xbb\x7b\x6f\x24\x90\x48\x04\x49\xa2\x04\x81\xc6\xc0\xb8\x04\x9c\xd3\x54\xa6\x70\xb4\xfa\x90\x97\xda\x5a\xb5\xd6\x16\x06\x01\x00\x80\x29\x20\x4a\x78\x04\x19\xa3\xef\x19\x36\x6c\x96\x25\xc9\xb0\x01\x57\x1b\xe5\x72\x53\xc0\x07\x11\xa3\x29\x11\xd7\xe8\xbe\x72\xba\x72\xb9\x3b\xd5\xda\x53\x5a\xa4\xfb\xe3\x06\xe2\xf4\xb7\x03\x89\x73\xd9\x49\xec\xf6\xab\x2d\x44\x74\x42\x59\x37\x71\xa6\xd4\xd6\xa9\xb2\xbe\x98\xfa\xaf\xbc\xa1\x9e\x82\x37\x71\x29\x5c\x1f\x97\x3b\xb3\xca\xb7\xfa\xd4\xc4\x6b\x87\x9f\x3b\xb5\xb6\x40\x99\x3c\x07\x81\x31\xc6\x24\x4b\x24\x3c\x05\xe1\x73\x10\x74\xdd\x51\x36\xc6\xb9\x0f\x6f\x81\xb3\xcb\xe6\x06\x1d\xd2\x7b\x71\xab\xed\x52\x97\x4b\x7d\xb0\x1b\x53\xe7\xc7\xba\x50\xae\x5f\xb9\x2f\xf4\x4d\xd0\x57\x22\x16\xf0\x82\x8b\xab\x72\x0b\xe5\x54\xbb\x99\x47\x56\x12\x73\x81\x74\xc2\x1a\xbd\xb3\x4d\x10\x18\xa3\x40\x36\xc2\xb4\x79\x6e\x07\xa6\x08\x83\x10\x66\x54\x4e\x79\x26\x41\xf0\x19\x1d\xff\x9f\xa5\x91\xea\x02\x75\x29\xae\x1a\x7e\xc8\xa6\x2a\x4a\x53\x41\xc4\x79\x82\x84\xfd\x5d\x46\x4c\x92\x14\x5b\xe6\xd7\xde\x54\xba\xb8\x8b\x7a\x7f\xf6\x96\xdf\x5e\xbc\x67\x0e\x7b\x81\xc2\xdf\x63\xf8\x09\x00\x00\xff\xff\x66\xab\x2d\x2f\x48\x03\x00\x00") - -func _000001_initUpDbSqlBytes() ([]byte, error) { - return bindataRead( - __000001_initUpDbSql, - "000001_init.up.db.sql", - ) -} - -func _000001_initUpDbSql() (*asset, error) { - bytes, err := _000001_initUpDbSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "000001_init.up.db.sql", size: 840, mode: os.FileMode(420), modTime: time.Unix(1563274106, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x3b\x72\xc3\x30\x0c\x44\x7b\x9d\x62\xc7\x8d\x9b\x88\x6c\x52\xa5\x4b\x99\x3e\x17\x80\x49\x88\xc4\x98\x1f\x85\x80\xfc\xb9\x7d\x46\x4e\x66\xe2\x2e\xed\x0e\xde\xe2\xad\xf7\xf8\xcc\xa2\x58\xa4\x30\x44\xd1\x38\xb0\x2a\x8d\x3b\x4e\x1c\x68\x53\xc6\x21\x89\xe5\xed\xe4\x42\xaf\x5e\x8d\x6c\xd3\x59\xaa\xaf\x92\x06\x19\xfb\xcb\xeb\x61\xf2\x1e\x81\xda\xd1\x90\xa9\xc5\xc2\x8f\x2e\x85\x1a\x0d\x93\x96\x70\x15\xcb\x20\xac\x83\x17\xb9\x39\xbc\x1b\x0a\x93\x1a\x2c\x93\x1d\x15\x96\x19\x81\x94\xf7\x9a\xa5\x0f\xa4\x3e\x9f\xa4\x45\x32\x72\x7b\xf4\xb1\x3c\x25\xbb\x61\xa0\x52\x38\x62\x19\xbd\x3e\x58\xa5\xca\x88\x32\x38\x58\x1f\xf7\x17\x90\x2a\x1b\x1a\x55\xd6\x9d\xcf\x74\x61\xb4\xfe\xfb\x1e\xd4\xe2\xff\x8b\x70\xed\xe3\xac\x20\x05\xdf\x56\x0e\xc6\xd1\x4d\xd3\x4a\xe1\x4c\x89\xf1\x73\x27\xbd\xe9\x34\x79\x9f\xfa\x5b\xe2\xc6\x3b\xf9\xec\x39\xaf\xe7\x04\xfd\x2a\x62\x8c\xb9\xc3\x39\xff\x87\xb9\xd4\xe1\xa6\xef\x00\x00\x00\xff\xff\xcd\x86\x58\x5c\x79\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 377, mode: os.FileMode(420), modTime: time.Unix(1563274106, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "000001_init.down.db.sql": _000001_initDownDbSql, - "000001_init.up.db.sql": _000001_initUpDbSql, - "doc.go": docGo, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "000001_init.down.db.sql": &bintree{_000001_initDownDbSql, map[string]*bintree{}}, - "000001_init.up.db.sql": &bintree{_000001_initUpDbSql, map[string]*bintree{}}, - "doc.go": &bintree{docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/protocol/messenger_handlers.go b/protocol/messenger_handlers.go deleted file mode 100644 index 3b6e10f73..000000000 --- a/protocol/messenger_handlers.go +++ /dev/null @@ -1,1896 +0,0 @@ -//nolint -// Code generated by generate_handlers.go. DO NOT EDIT. -// source: generate_handlers.go - -package protocol - -import ( - "errors" - - "github.com/golang/protobuf/proto" - "go.uber.org/zap" - - "github.com/status-im/status-go/protocol/common" - "github.com/status-im/status-go/protocol/protobuf" - "github.com/status-im/status-go/protocol/transport" - v1protocol "github.com/status-im/status-go/protocol/v1" -) - -func (m *Messenger) dispatchToHandler(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter, fromArchive bool) error { - switch msg.ApplicationLayer.Type { - - case protobuf.ApplicationMetadataMessage_CHAT_MESSAGE: - return m.handleChatMessageProtobuf(messageState, protoBytes, msg, filter, fromArchive) - - case protobuf.ApplicationMetadataMessage_CONTACT_UPDATE: - return m.handleContactUpdateProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_MEMBERSHIP_UPDATE_MESSAGE: - return m.handleMembershipUpdateMessageProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_PAIR_INSTALLATION: - return m.handleSyncPairInstallationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_REQUEST_ADDRESS_FOR_TRANSACTION: - return m.handleRequestAddressForTransactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION: - return m.handleAcceptRequestAddressForTransactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION: - return m.handleDeclineRequestAddressForTransactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_REQUEST_TRANSACTION: - return m.handleRequestTransactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SEND_TRANSACTION: - return m.handleSendTransactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_DECLINE_REQUEST_TRANSACTION: - return m.handleDeclineRequestTransactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_INSTALLATION_CONTACT_V2: - return m.handleSyncInstallationContactV2Protobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_INSTALLATION_ACCOUNT: - return m.handleSyncInstallationAccountProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_CONTACT_CODE_ADVERTISEMENT: - return m.handleContactCodeAdvertisementProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION: - return m.handlePushNotificationRegistrationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION_RESPONSE: - return m.handlePushNotificationRegistrationResponseProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY: - return m.handlePushNotificationQueryProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY_RESPONSE: - return m.handlePushNotificationQueryResponseProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PUSH_NOTIFICATION_REQUEST: - return m.handlePushNotificationRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PUSH_NOTIFICATION_RESPONSE: - return m.handlePushNotificationResponseProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_EMOJI_REACTION: - return m.handleEmojiReactionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_GROUP_CHAT_INVITATION: - return m.handleGroupChatInvitationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_CHAT_IDENTITY: - return m.handleChatIdentityProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_DESCRIPTION: - return m.handleCommunityDescriptionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN: - return m.handleCommunityRequestToJoinProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_PIN_MESSAGE: - return m.handlePinMessageProtobuf(messageState, protoBytes, msg, filter, fromArchive) - - case protobuf.ApplicationMetadataMessage_EDIT_MESSAGE: - return m.handleEditMessageProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_STATUS_UPDATE: - return m.handleStatusUpdateProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_DELETE_MESSAGE: - return m.handleDeleteMessageProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_INSTALLATION_COMMUNITY: - return m.handleSyncInstallationCommunityProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_ANONYMOUS_METRIC_BATCH: - return m.handleAnonymousMetricBatchProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_CHAT_REMOVED: - return m.handleSyncChatRemovedProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_CHAT_MESSAGES_READ: - return m.handleSyncChatMessagesReadProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_BACKUP: - return m.handleBackupProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_READ: - return m.handleSyncActivityCenterReadProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_ACCEPTED: - return m.handleSyncActivityCenterAcceptedProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DISMISSED: - return m.handleSyncActivityCenterDismissedProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_BOOKMARK: - return m.handleSyncBookmarkProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_CLEAR_HISTORY: - return m.handleSyncClearHistoryProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_SETTING: - return m.handleSyncSettingProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK: - return m.handleCommunityMessageArchiveMagnetlinkProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_PROFILE_PICTURES: - return m.handleSyncProfilePicturesProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACCOUNT: - return m.handleSyncAccountProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_ACCEPT_CONTACT_REQUEST: - return m.handleAcceptContactRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_RETRACT_CONTACT_REQUEST: - return m.handleRetractContactRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN_RESPONSE: - return m.handleCommunityRequestToJoinResponseProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_COMMUNITY_SETTINGS: - return m.handleSyncCommunitySettingsProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_REQUEST_CONTACT_VERIFICATION: - return m.handleRequestContactVerificationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_ACCEPT_CONTACT_VERIFICATION: - return m.handleAcceptContactVerificationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_DECLINE_CONTACT_VERIFICATION: - return m.handleDeclineContactVerificationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_TRUSTED_USER: - return m.handleSyncTrustedUserProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_VERIFICATION_REQUEST: - return m.handleSyncVerificationRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_CONTACT_REQUEST_DECISION: - return m.handleSyncContactRequestDecisionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_LEAVE: - return m.handleCommunityRequestToLeaveProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_DELETE_FOR_ME_MESSAGE: - return m.handleSyncDeleteForMeMessageProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_SAVED_ADDRESS: - return m.handleSyncSavedAddressProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_CANCEL_REQUEST_TO_JOIN: - return m.handleCommunityCancelRequestToJoinProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_CANCEL_CONTACT_VERIFICATION: - return m.handleCancelContactVerificationProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_KEYPAIR: - return m.handleSyncKeypairProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ENS_USERNAME_DETAIL: - return m.handleSyncEnsUsernameDetailProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_EVENTS_MESSAGE: - return m.handleCommunityEventsMessageProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_EDIT_SHARED_ADDRESSES: - return m.handleCommunityEditSharedAddressesProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACCOUNT_CUSTOMIZATION_COLOR: - return m.handleSyncAccountCustomizationColorProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACCOUNTS_POSITIONS: - return m.handleSyncAccountsPositionsProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE: - return m.handleCommunityPrivilegedUserSyncMessageProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_SHARD_KEY: - return m.handleCommunityShardKeyProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_CHAT: - return m.handleSyncChatProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DELETED: - return m.handleSyncActivityCenterDeletedProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_UNREAD: - return m.handleSyncActivityCenterUnreadProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_COMMUNITY_REQUEST_DECISION: - return m.handleSyncActivityCenterCommunityRequestDecisionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_TOKEN_PREFERENCES: - return m.handleSyncTokenPreferencesProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_PUBLIC_SHARD_INFO: - return m.handleCommunityPublicShardInfoProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_COLLECTIBLE_PREFERENCES: - return m.handleSyncCollectiblePreferencesProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_USER_KICKED: - return m.handleCommunityUserKickedProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_SYNC_PROFILE_SHOWCASE_PREFERENCES: - return m.handleSyncProfileShowcasePreferencesProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_PUBLIC_STORENODES_INFO: - return m.handleCommunityPublicStorenodesInfoProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_REEVALUATE_PERMISSIONS_REQUEST: - return m.handleCommunityReevaluatePermissionsRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_DELETE_COMMUNITY_MEMBER_MESSAGES: - return m.handleDeleteCommunityMemberMessagesProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_UPDATE_GRANT: - return m.handleCommunityUpdateGrantProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_ENCRYPTION_KEYS_REQUEST: - return m.handleCommunityEncryptionKeysRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_TOKEN_ACTION: - return m.handleCommunityTokenActionProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_SHARED_ADDRESSES_REQUEST: - return m.handleCommunitySharedAddressesRequestProtobuf(messageState, protoBytes, msg, filter) - - case protobuf.ApplicationMetadataMessage_COMMUNITY_SHARED_ADDRESSES_RESPONSE: - return m.handleCommunitySharedAddressesResponseProtobuf(messageState, protoBytes, msg, filter) - - } - m.logger.Info("protobuf type not found", zap.String("type", string(msg.ApplicationLayer.Type))) - return errors.New("protobuf type not found") -} - - -func (m *Messenger) handleChatMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter, fromArchive bool) error { - m.logger.Info("handling ChatMessage") - - - - p := &protobuf.ChatMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleChatMessage(messageState, p, msg, fromArchive ) - -} - - -func (m *Messenger) handleContactUpdateProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling ContactUpdate") - - - - p := &protobuf.ContactUpdate{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleContactUpdate(messageState, p, msg) - -} - - -func (m *Messenger) handleMembershipUpdateMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling MembershipUpdateMessage") - - - - p := &protobuf.MembershipUpdateMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleMembershipUpdateMessage(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncPairInstallationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncPairInstallation") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncPairInstallation{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncPairInstallation(messageState, p, msg) - -} - - -func (m *Messenger) handleRequestAddressForTransactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling RequestAddressForTransaction") - - - - p := &protobuf.RequestAddressForTransaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleRequestAddressForTransaction(messageState, p, msg) - -} - - -func (m *Messenger) handleAcceptRequestAddressForTransactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling AcceptRequestAddressForTransaction") - - - - p := &protobuf.AcceptRequestAddressForTransaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleAcceptRequestAddressForTransaction(messageState, p, msg) - -} - - -func (m *Messenger) handleDeclineRequestAddressForTransactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling DeclineRequestAddressForTransaction") - - - - p := &protobuf.DeclineRequestAddressForTransaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleDeclineRequestAddressForTransaction(messageState, p, msg) - -} - - -func (m *Messenger) handleRequestTransactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling RequestTransaction") - - - - p := &protobuf.RequestTransaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleRequestTransaction(messageState, p, msg) - -} - - -func (m *Messenger) handleSendTransactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SendTransaction") - - - - p := &protobuf.SendTransaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSendTransaction(messageState, p, msg) - -} - - -func (m *Messenger) handleDeclineRequestTransactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling DeclineRequestTransaction") - - - - p := &protobuf.DeclineRequestTransaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleDeclineRequestTransaction(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncInstallationContactV2Protobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncInstallationContactV2") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncInstallationContactV2{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncInstallationContactV2(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncInstallationAccountProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncInstallationAccount") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncInstallationAccount{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncInstallationAccount(messageState, p, msg) - -} - - -func (m *Messenger) handleContactCodeAdvertisementProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling ContactCodeAdvertisement") - - - - p := &protobuf.ContactCodeAdvertisement{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleContactCodeAdvertisement(messageState, p, msg) - -} - - -func (m *Messenger) handlePushNotificationRegistrationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling PushNotificationRegistration") - - - - return m.HandlePushNotificationRegistration(messageState, protoBytes, msg) - -} - - -func (m *Messenger) handlePushNotificationRegistrationResponseProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling PushNotificationRegistrationResponse") - - - - p := &protobuf.PushNotificationRegistrationResponse{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandlePushNotificationRegistrationResponse(messageState, p, msg) - -} - - -func (m *Messenger) handlePushNotificationQueryProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling PushNotificationQuery") - - - - p := &protobuf.PushNotificationQuery{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandlePushNotificationQuery(messageState, p, msg) - -} - - -func (m *Messenger) handlePushNotificationQueryResponseProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling PushNotificationQueryResponse") - - - - p := &protobuf.PushNotificationQueryResponse{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandlePushNotificationQueryResponse(messageState, p, msg) - -} - - -func (m *Messenger) handlePushNotificationRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling PushNotificationRequest") - - - - p := &protobuf.PushNotificationRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandlePushNotificationRequest(messageState, p, msg) - -} - - -func (m *Messenger) handlePushNotificationResponseProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling PushNotificationResponse") - - - - p := &protobuf.PushNotificationResponse{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandlePushNotificationResponse(messageState, p, msg) - -} - - -func (m *Messenger) handleEmojiReactionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling EmojiReaction") - - - - p := &protobuf.EmojiReaction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleEmojiReaction(messageState, p, msg) - -} - - -func (m *Messenger) handleGroupChatInvitationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling GroupChatInvitation") - - - - p := &protobuf.GroupChatInvitation{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleGroupChatInvitation(messageState, p, msg) - -} - - -func (m *Messenger) handleChatIdentityProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling ChatIdentity") - - - - p := &protobuf.ChatIdentity{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleChatIdentity(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityDescriptionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityDescription") - - - - p := &protobuf.CommunityDescription{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityDescription(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityRequestToJoinProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityRequestToJoin") - - - - p := &protobuf.CommunityRequestToJoin{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityRequestToJoin(messageState, p, msg) - -} - - -func (m *Messenger) handlePinMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter, fromArchive bool) error { - m.logger.Info("handling PinMessage") - - - - p := &protobuf.PinMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandlePinMessage(messageState, p, msg, fromArchive ) - -} - - -func (m *Messenger) handleEditMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling EditMessage") - - - - p := &protobuf.EditMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleEditMessage(messageState, p, msg) - -} - - -func (m *Messenger) handleStatusUpdateProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling StatusUpdate") - - - - p := &protobuf.StatusUpdate{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleStatusUpdate(messageState, p, msg) - -} - - -func (m *Messenger) handleDeleteMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling DeleteMessage") - - - - p := &protobuf.DeleteMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleDeleteMessage(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncInstallationCommunityProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncInstallationCommunity") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncInstallationCommunity{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncInstallationCommunity(messageState, p, msg) - -} - - -func (m *Messenger) handleAnonymousMetricBatchProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling AnonymousMetricBatch") - - - - p := &protobuf.AnonymousMetricBatch{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleAnonymousMetricBatch(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncChatRemovedProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncChatRemoved") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncChatRemoved{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncChatRemoved(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncChatMessagesReadProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncChatMessagesRead") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncChatMessagesRead{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncChatMessagesRead(messageState, p, msg) - -} - - -func (m *Messenger) handleBackupProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling Backup") - - - - p := &protobuf.Backup{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleBackup(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncActivityCenterReadProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncActivityCenterRead") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncActivityCenterRead{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncActivityCenterRead(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncActivityCenterAcceptedProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncActivityCenterAccepted") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncActivityCenterAccepted{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncActivityCenterAccepted(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncActivityCenterDismissedProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncActivityCenterDismissed") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncActivityCenterDismissed{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncActivityCenterDismissed(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncBookmarkProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncBookmark") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncBookmark{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncBookmark(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncClearHistoryProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncClearHistory") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncClearHistory{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncClearHistory(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncSettingProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncSetting") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncSetting{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncSetting(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityMessageArchiveMagnetlinkProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityMessageArchiveMagnetlink") - - - - p := &protobuf.CommunityMessageArchiveMagnetlink{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityMessageArchiveMagnetlink(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncProfilePicturesProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncProfilePictures") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncProfilePictures{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncProfilePictures(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncAccountProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncAccount") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncAccount{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncAccount(messageState, p, msg) - -} - - -func (m *Messenger) handleAcceptContactRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling AcceptContactRequest") - - - - p := &protobuf.AcceptContactRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleAcceptContactRequest(messageState, p, msg) - -} - - -func (m *Messenger) handleRetractContactRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling RetractContactRequest") - - - - p := &protobuf.RetractContactRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleRetractContactRequest(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityRequestToJoinResponseProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityRequestToJoinResponse") - - - - p := &protobuf.CommunityRequestToJoinResponse{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityRequestToJoinResponse(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncCommunitySettingsProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncCommunitySettings") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncCommunitySettings{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncCommunitySettings(messageState, p, msg) - -} - - -func (m *Messenger) handleRequestContactVerificationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling RequestContactVerification") - - - - p := &protobuf.RequestContactVerification{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleRequestContactVerification(messageState, p, msg) - -} - - -func (m *Messenger) handleAcceptContactVerificationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling AcceptContactVerification") - - - - p := &protobuf.AcceptContactVerification{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleAcceptContactVerification(messageState, p, msg) - -} - - -func (m *Messenger) handleDeclineContactVerificationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling DeclineContactVerification") - - - - p := &protobuf.DeclineContactVerification{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleDeclineContactVerification(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncTrustedUserProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncTrustedUser") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncTrustedUser{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncTrustedUser(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncVerificationRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncVerificationRequest") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncVerificationRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncVerificationRequest(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncContactRequestDecisionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncContactRequestDecision") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncContactRequestDecision{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncContactRequestDecision(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityRequestToLeaveProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityRequestToLeave") - - - - p := &protobuf.CommunityRequestToLeave{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityRequestToLeave(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncDeleteForMeMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncDeleteForMeMessage") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncDeleteForMeMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncDeleteForMeMessage(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncSavedAddressProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncSavedAddress") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncSavedAddress{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncSavedAddress(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityCancelRequestToJoinProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityCancelRequestToJoin") - - - - p := &protobuf.CommunityCancelRequestToJoin{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityCancelRequestToJoin(messageState, p, msg) - -} - - -func (m *Messenger) handleCancelContactVerificationProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CancelContactVerification") - - - - p := &protobuf.CancelContactVerification{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCancelContactVerification(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncKeypairProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncKeypair") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncKeypair{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncKeypair(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncEnsUsernameDetailProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncEnsUsernameDetail") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncEnsUsernameDetail{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncEnsUsernameDetail(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityEventsMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityEventsMessage") - - - - p := &protobuf.CommunityEventsMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityEventsMessage(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityEditSharedAddressesProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityEditSharedAddresses") - - - - p := &protobuf.CommunityEditSharedAddresses{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityEditSharedAddresses(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncAccountCustomizationColorProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncAccountCustomizationColor") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncAccountCustomizationColor{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncAccountCustomizationColor(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncAccountsPositionsProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncAccountsPositions") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncAccountsPositions{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncAccountsPositions(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityPrivilegedUserSyncMessageProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityPrivilegedUserSyncMessage") - - - - p := &protobuf.CommunityPrivilegedUserSyncMessage{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityPrivilegedUserSyncMessage(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityShardKeyProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityShardKey") - - - - p := &protobuf.CommunityShardKey{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityShardKey(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncChatProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncChat") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncChat{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncChat(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncActivityCenterDeletedProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncActivityCenterDeleted") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncActivityCenterDeleted{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncActivityCenterDeleted(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncActivityCenterUnreadProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncActivityCenterUnread") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncActivityCenterUnread{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncActivityCenterUnread(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncActivityCenterCommunityRequestDecisionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncActivityCenterCommunityRequestDecision") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncActivityCenterCommunityRequestDecision{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncActivityCenterCommunityRequestDecision(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncTokenPreferencesProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncTokenPreferences") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncTokenPreferences{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncTokenPreferences(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityPublicShardInfoProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityPublicShardInfo") - - - - p := &protobuf.CommunityPublicShardInfo{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityPublicShardInfo(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncCollectiblePreferencesProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncCollectiblePreferences") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncCollectiblePreferences{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncCollectiblePreferences(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityUserKickedProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityUserKicked") - - - - p := &protobuf.CommunityUserKicked{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityUserKicked(messageState, p, msg) - -} - - -func (m *Messenger) handleSyncProfileShowcasePreferencesProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling SyncProfileShowcasePreferences") - - if !common.IsPubKeyEqual(messageState.CurrentMessageState.PublicKey, &m.identity.PublicKey) { - m.logger.Warn("not coming from us, ignoring") - return nil - } - - - - p := &protobuf.SyncProfileShowcasePreferences{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleSyncProfileShowcasePreferences(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityPublicStorenodesInfoProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityPublicStorenodesInfo") - - - - p := &protobuf.CommunityPublicStorenodesInfo{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityPublicStorenodesInfo(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityReevaluatePermissionsRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityReevaluatePermissionsRequest") - - - - p := &protobuf.CommunityReevaluatePermissionsRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityReevaluatePermissionsRequest(messageState, p, msg) - -} - - -func (m *Messenger) handleDeleteCommunityMemberMessagesProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling DeleteCommunityMemberMessages") - - - - p := &protobuf.DeleteCommunityMemberMessages{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleDeleteCommunityMemberMessages(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityUpdateGrantProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityUpdateGrant") - - - - p := &protobuf.CommunityUpdateGrant{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityUpdateGrant(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityEncryptionKeysRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityEncryptionKeysRequest") - - - - p := &protobuf.CommunityEncryptionKeysRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityEncryptionKeysRequest(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunityTokenActionProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunityTokenAction") - - - - p := &protobuf.CommunityTokenAction{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunityTokenAction(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunitySharedAddressesRequestProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunitySharedAddressesRequest") - - - - p := &protobuf.CommunitySharedAddressesRequest{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunitySharedAddressesRequest(messageState, p, msg) - -} - - -func (m *Messenger) handleCommunitySharedAddressesResponseProtobuf(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter) error { - m.logger.Info("handling CommunitySharedAddressesResponse") - - - - p := &protobuf.CommunitySharedAddressesResponse{} - err := proto.Unmarshal(protoBytes, p) - if err != nil { - return err - } - - m.outputToCSV(msg.TransportLayer.Message.Timestamp, msg.ApplicationLayer.ID, messageState.CurrentMessageState.Contact.ID, filter.ContentTopic, filter.ChatID, msg.ApplicationLayer.Type, p) - - return m.HandleCommunitySharedAddressesResponse(messageState, p, msg) - -} - - diff --git a/protocol/migrations/migrations.go b/protocol/migrations/migrations.go deleted file mode 100644 index 73495d9f9..000000000 --- a/protocol/migrations/migrations.go +++ /dev/null @@ -1,3610 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 000001_init.down.db.sql (65B) -// 000001_init.up.db.sql (2.719kB) -// 000002_add_last_ens_clock_value.up.sql (77B) -// 1586358095_add_replace.up.sql (224B) -// 1588665364_add_image_data.up.sql (186B) -// 1589365189_add_pow_target.up.sql (66B) -// 1591277220_add_index_messages.up.sql (240B) -// 1593087212_add_mute_chat_and_raw_message_fields.up.sql (215B) -// 1595862781_add_audio_data.up.sql (246B) -// 1595865249_create_emoji_reactions_table.up.sql (300B) -// 1596805115_create_group_chat_invitations_table.up.sql (231B) -// 1597322655_add_invitation_admin_chat_field.up.sql (54B) -// 1597757544_add_nickname.up.sql (52B) -// 1598955122_add_mentions.up.sql (52B) -// 1599641390_add_emoji_reactions_index.up.sql (126B) -// 1599720851_add_seen_index_remove_long_messages.up.sql (150B) -// 1603198582_add_profile_chat_field.up.sql (45B) -// 1603816533_add_links.up.sql (48B) -// 1603888149_create_chat_identity_last_published_table.up.sql (407B) -// 1605075346_add_communities.up.sql (6.971kB) -// 1610117927_add_message_cache.up.sql (142B) -// 1610959908_add_dont_wrap_to_raw_messages.up.sql (83B) -// 1610960912_add_send_on_personal_topic.up.sql (82B) -// 1612870480_add_datasync_id.up.sql (111B) -// 1614152139_add_communities_request_to_join.up.sql (831B) -// 1615374373_add_confirmations.up.sql (227B) -// 1617694931_add_notification_center.up.sql (572B) -// 1618923660_create_pin_messages.up.sql (265B) -// 1619094007_add_joined_chat_field.up.sql (101B) -// 1619099821_add_last_synced_field.up.sql (226B) -// 1621933219_add_mentioned.up.sql (70B) -// 1622010048_add_unviewed_mentions_count.up.sql (114B) -// 1622061278_add_message_activity_center_notification_field.up.sql (80B) -// 1622464518_set_synced_to_from.up.sql (105B) -// 1622464519_add_chat_description.up.sql (93B) -// 1622622253_add_pinned_by_to_pin_messages.up.sql (52B) -// 1623938329_add_author_activity_center_notification_field.up.sql (66B) -// 1623938330_add_edit_messages.up.sql (369B) -// 1624978434_add_muted_community.up.sql (82B) -// 1625018910_add_repply_message_activity_center_notification_field.up.sql (86B) -// 1625762506_add_deleted_messages.up.sql (357B) -// 1627388946_add_communities_synced_at.up.sql (87B) -// 1628280060_create-usermessages-index.sql (80B) -// 1632303896_modify_contacts_table.up.sql (1.574kB) -// 1633349838_add_emoji_column_in_chats.up.sql (52B) -// 1634831235_add_highlight_column_in_chats.up.sql (62B) -// 1634896007_add_last_updated_locally_and_removed.up.sql (131B) -// 1635840039_add_clock_read_at_column_in_chats.up.sql (245B) -// 1637852321_add_received_invitation_admin_column_in_chats.up.sql (72B) -// 1645034601_display_name.up.sql (110B) -// 1645034602_add_mutual_contact_request.up.sql (454B) -// 1650373957_add_contact_request_state.up.sql (59B) -// 1656958989_contact_verification.up.sql (624B) -// 1658236268_add_discord_message_authors_table.up.sql (191B) -// 1659619997_add_discord_messages_table.up.sql (371B) -// 1660226788_create_chat_identity_social_links.up.sql (318B) -// 1660226789_add_walletconnectsessions_table.up.sql (215B) -// 1661242854_add_communities_requests_to_leave.up.sql (204B) -// 1662044232_add_chat_image.up.sql (49B) -// 1662106895_add_chat_first_message_timestamp.up.sql (113B) -// 1662723928_add_discord_author_image_fields.up.sql (75B) -// 1664195977_add_deleted_for_mes.up.sql (352B) -// 1664367420_add_discord_attachments_table.up.sql (350B) -// 1665079662_add_spectated_column_in_communities.up.sql (86B) -// 1665479047_add_community_id_in_notifications.up.sql (169B) -// 1665484435_add_encrypted_messages.up.sql (402B) -// 1665560200_add_contact_verification_individual.up.sql (509B) -// 1670921937_add_album_id.up.sql (55B) -// 1673373000_add_replied.up.sql (67B) -// 1673428910_add_image_width_height.up.sql (117B) -// 1674210659_add_contact_request_local_clock.up.sql (691B) -// 1675212323_add_deleted_by.up.sql (57B) -// 1675247084_add_activity_center_states.up.sql (136B) -// 1675272329_fix_protocol_migration.up.sql (183B) -// 1676998418_fix_activity_center_migration.up.sql (178B) -// 1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql (381B) -// 1677486338_add_community_tokens_table.up.sql (527B) -// 1678292329_add_collapsed_categories.up.sql (170B) -// 1678800760_add_index_to_raw_messages.up.sql (88B) -// 1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql (168B) -// 1679326850_add_community_token_owners.up.sql (206B) -// 1680011500_add_album_images_count.up.sql (71B) -// 1680114896_add_index_on_album_id.up.sql (83B) -// 1681655289_add_mute_till.up.sql (51B) -// 1681934966_add_index_response_to.up.sql (70B) -// 1682528339_add_index_user_messages_unseen.up.sql (104B) -// 1683707289_recreate_deleted_for_mes.up.sql (408B) -// 1683725607_mark_discord_messages_as_seen.up.sql (108B) -// 1684174617_add_url_previews_to_user_messages.up.sql (58B) -// 1684175608_add_token_balances.up.sql (467B) -// 1684979808_sync_activity_center_notifications.up.sql (169B) -// 1685383829_add_communities_mute_till.up.sql (69B) -// 1685964183_add_chainids_to_revealed_addresses.up.sql (88B) -// 1687370421_add_communities_muted_till_new.up.sql (635B) -// 1687416607_add_communities_check_channel_permission_responses_table.up.sql (739B) -// 1687856939_add_community_tokens_decimals.up.sql (65B) -// 1687959987_modify_community_tokens_supply_as_string.up.sql (77B) -// 1689258900_add_airdrop_address_to_revealed_addresses.up.sql (99B) -// 1689266326_create_communities_events_table.up.sql (164B) -// 1689931300_add_community_tokens_deployer_and_priv_level.up.sql (156B) -// 1693311881_add_unfurled_links_to_message_edits.up.sql (64B) -// 1693311981_community_shard.up.sql (156B) -// 1695331492_add_status_link_previews.up.sql (136B) -// 1695918296_add_validated_at.up.sql (377B) -// 1697699419_community_control_node_sync.up.sql (435B) -// 1698137561_add_profile_showcase_tables.up.sql (440B) -// 1698137562_fix_encryption_key_id.up.sql (758B) -// 1698414646_add_padding.up.sql (69B) -// 1698746210_add_signature_to_revealed_addresses.up.sql (87B) -// 1699041816_profile_showcase_contacts.up.sql (2.206kB) -// 1699554099_message_segments.up.sql (426B) -// 1700044186_message_segments_timestamp.up.sql (322B) -// 1700044187_curated_communities.up.sql (131B) -// 1700820989_add_resend_automatically_index.up.sql (77B) -// 1702996953_add_communities_shards_table.up.sql (208B) -// 1704489636_add_album_images.up.sql (66B) -// 1704821941_add_joined_at_for_community.up.sql (84B) -// 1704832511_add_last_opened_at_for_communities.up.sql (89B) -// 1704832512_add_peersyncing.up.sql (276B) -// 1706028033_profile_showcase_address_and_community.up.sql (2.42kB) -// 1706520870_add_bridge_messages_table.up.sql (389B) -// 1706520871_add_community_description_cache.up.sql (730B) -// 1707749393_add_community_grants.up.sql (147B) -// 1707841194_add_profile_showcase_preferences.up.sql (132B) -// 1708062699_activity_data.up.sql (82B) -// 1708423707_applied_community_events.up.sql (201B) -// 1708440786_profile_showcase_social_links.up.sql (906B) -// 1709805967_simplify_profile_showcase_preferences.up.sql (701B) -// 1709828431_add_community_description_cache.up.sql (730B) -// 1710331283_add_bio_to_contacts.up.sql (42B) -// 1710331284_hash_ratchet_encrypted_messages_key_id.up.sql (111B) -// 1711389881_add_profile_showcase_community_grant.up.sql (86B) -// 1711937186_add_contact_customization_color.up.sql (172B) -// 1712745141_hash_ratchet_encrypted_messages_key_id.up.sql (111B) -// 1712905223_add_parity_to_message_segments.up.sql (792B) -// 1713169458_update_raw_messages_with_resend_features.up.sql (608B) -// 1715163152_remove_status_community.up.sql (354B) -// 1715163262_rename_peersyncing_group_id_field.up.sql (212B) -// 1716413241_remove_social_links.up.sql (38B) -// 1716891408_add_community_token_transaction_hash.up.sql (65B) -// 1719906191_add_community_token_version.up.sql (65B) -// 1720636181_add_community_encryption_keys_requests.up.sql (236B) -// 1721222369_add_shared_addresses.up.sql (98B) -// 1721919311_add_installation_id_activity_center.up.sql (87B) -// README.md (554B) -// doc.go (870B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __000001_initDownDbSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\xb6\xe6\x42\x12\x29\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x45\x95\x49\xce\xcf\x2b\x49\x4c\x06\x29\x07\x04\x00\x00\xff\xff\x61\x86\xbd\x5f\x41\x00\x00\x00") - -func _000001_initDownDbSqlBytes() ([]byte, error) { - return bindataRead( - __000001_initDownDbSql, - "000001_init.down.db.sql", - ) -} - -func _000001_initDownDbSql() (*asset, error) { - bytes, err := _000001_initDownDbSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "000001_init.down.db.sql", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0xbb, 0x3f, 0x1, 0x75, 0x19, 0x70, 0x86, 0xa7, 0x34, 0x40, 0x17, 0x34, 0x3e, 0x18, 0x51, 0x79, 0xd4, 0x22, 0xad, 0x8f, 0x80, 0xcc, 0xa6, 0xcc, 0x6, 0x2b, 0x62, 0x2, 0x47, 0xba, 0xf9}} - return a, nil -} - -var __000001_initUpDbSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\xd1\x6f\xe2\xb8\x13\x7e\xe7\xaf\x18\xe9\xf7\x40\x2b\xd1\x9f\xf6\xa4\xbd\xbd\x93\xfa\x44\xd9\xf4\x0e\x1d\x07\x2b\x9a\x9e\xba\x4f\xd6\xe0\x0c\xc4\xc2\xb1\x23\x7b\x02\x8b\xb4\x7f\xfc\xc9\x81\x40\x0c\x81\xee\xea\xfa\x50\xb5\x33\xe3\x19\xcf\x37\xf3\x7d\xce\x68\x9e\x0c\xd3\x04\xd2\xe1\xd3\x24\x81\xf1\x33\x4c\x67\x29\x24\x6f\xe3\x97\xf4\x05\x64\x8e\xec\xe1\xae\x07\xa0\x32\xf8\x67\x38\x1f\xfd\x39\x9c\xc3\x97\xf9\xf8\xef\xe1\xfc\x2b\xfc\x95\x7c\x85\xd9\x14\x46\xb3\xe9\xf3\x64\x3c\x4a\x61\x9e\x7c\x99\x0c\x47\xc9\xa0\x07\x60\xb0\xa0\x63\x7c\xc8\x37\x7d\x9d\x4c\x82\x43\x5a\x6d\xdd\x85\x07\x3e\x27\xcf\xc3\xd7\x49\x0a\xfd\xff\xe1\x2f\xbf\xff\x96\xfd\xda\x0f\xb1\xbc\x2b\x09\xc6\xd3\x34\x4a\x80\x92\xd5\x86\xe0\x69\x36\x9b\x24\xc3\xe9\x65\x86\x74\xfe\x5a\xdf\x80\x55\x41\x9e\xb1\x28\x2f\x32\x64\xa4\x89\x29\x13\xc8\x42\x6a\x2b\xd7\x62\x83\xba\x8a\x0b\x1d\xb3\x7d\x08\x07\xca\x6a\xa1\x95\x14\x6b\xda\xc1\xd3\x64\xf6\x14\x4c\x95\xd9\x28\xda\x52\x26\x0a\xf2\x1e\x57\x24\xa4\xad\x0c\xdf\xc8\xa1\xd1\xff\x68\xb9\x3a\xf4\x90\xf7\x58\xb0\xa0\x62\x41\xce\x9f\xff\x9f\xab\x52\x54\x65\x86\x4c\x7b\x57\xef\xfe\xb1\xd7\x8b\xe6\x29\xad\x61\x94\xa7\x21\xa6\xc9\x5b\xfa\x23\x13\xc4\x2c\x73\xe4\xfd\x3e\xbe\x0d\x5f\x3d\xda\x0b\x2b\x19\x2f\x36\xe4\xd4\x52\x51\x76\x1c\x4e\xd3\xd6\xf3\x70\xf2\x92\x9c\x47\x09\xbc\x85\x17\x6a\x85\x1d\xc5\x55\x46\x86\x95\xb4\xe6\xd2\x55\xe6\x96\xed\xa5\xb9\x46\x73\x0f\x51\x76\xa3\x9e\xdf\x79\xa6\x42\x30\xae\x4e\x18\x67\xb4\x51\x92\x84\x32\x4b\x7b\xb4\xb1\x53\x8b\x8a\x49\xb0\x15\x8c\x7a\x1d\xd7\xab\xd1\x7f\x78\x80\x31\xf7\x3d\xa8\xa2\xb4\x8e\xd1\x30\x70\x8e\xe1\x97\xf2\xc0\xb8\xd0\x04\x39\x7a\x70\x76\xab\x32\x40\x0f\x5b\x02\x47\x7a\x07\xd6\x80\xe2\x70\x78\x9b\x93\x09\x87\x35\x15\xa1\x57\xb3\x02\x65\x96\xca\x28\xa6\x07\x2f\x9d\xd5\xfa\xff\xbd\x1b\x84\xad\x3c\xb9\x66\x79\xf6\x33\xff\x59\xea\x02\x6c\x73\xe5\x4b\x72\x22\xa2\x50\xf2\x47\x12\x33\x19\xc0\xdb\xca\xc9\x8e\x5d\x08\xc8\x79\x56\x06\x59\x59\x73\x44\x0e\x80\xe9\x1b\x77\x8a\x02\xd4\x5b\x4a\x86\x45\x27\xe5\xa1\xee\xaa\x2d\x29\x87\x7c\x57\x29\x0e\xb5\x70\x89\x56\xe3\xb1\x57\x5b\x89\x5a\xdc\x8e\xc9\x55\x46\xd7\x37\x19\xc0\x91\x2f\xad\xf1\x61\x15\xe2\x6b\x35\x92\xd0\xf4\x72\xb8\xd0\x15\xee\x1f\xa0\x24\x32\xd7\x35\xad\x55\xd5\x56\xbc\xb2\xca\xac\x84\x67\xe4\xca\xc7\x95\x4b\x74\x9e\x32\x51\xe3\x7c\x82\xdd\xe1\x56\x94\xb8\xd3\x16\xb3\x96\xd5\xb3\x92\x6b\x72\xa2\x44\xb9\x3e\xdd\xb2\xb1\xe6\xe8\xf3\x38\xb7\xb4\x45\x81\x26\x6b\xe1\x15\xdb\xf7\x9d\x75\xba\x1a\x29\xe9\x74\x2e\x9d\x2d\xba\x3d\x61\x27\x1c\x4a\xee\xf6\xb2\x43\xe3\xc3\x63\x60\xcd\x8d\xdb\x7a\xb5\x32\xc8\x95\xa3\x56\xe7\x47\x1f\x23\xd7\xb3\x68\x8b\xe6\x78\xfa\x39\x79\x03\x95\x7d\x13\x87\xed\x9e\x4d\x63\x4e\xdd\xed\xed\xf7\x8f\x1d\x27\x08\x9d\xcc\xc5\x62\x77\xdc\xac\xd9\x14\xce\x4e\xef\x51\xae\x16\x9e\xdd\x5d\xff\xc3\x7f\xfc\xe9\xc3\xf7\xef\xed\xc5\x1a\xc0\xc3\xa7\x8f\x03\xf8\xf4\xf1\x3e\x38\x54\x36\x68\x68\x30\xa8\xb7\xf9\xf2\x71\x88\xb5\x23\x2c\x4a\x24\x1d\x3f\x27\x1c\xef\x93\xaa\xd6\x62\x4f\x67\x0f\x65\x2d\xbf\x54\x0f\xfc\xfc\x0d\x3d\xb8\xf8\x3a\x0f\x1d\xd5\x47\xb1\x62\x5b\x20\x2b\x89\x5a\xef\xae\x47\x77\x51\xd3\x91\x54\xa5\x22\xc3\x27\xe1\x6f\xb3\xe5\x1d\xcc\x42\x46\x32\xab\xa0\x96\xa7\x85\xf4\xe1\x79\xd8\xa0\x56\xe1\xd5\xa9\x91\x6c\x0a\xc7\xec\xb9\xe4\x54\xd4\xf9\xb5\x15\x6f\x0f\x63\xdf\x01\xbb\xdd\x09\xbd\x60\x5a\x2a\x57\x43\x4d\xa6\xb1\xc4\x4c\x88\xeb\xb4\x2e\x7b\x0e\x5d\xf3\x39\x75\xf6\x0d\xd4\xc9\x98\x4e\x2c\x22\x28\x02\x1f\xde\x47\xec\xae\xf5\xf7\xfd\x63\xef\xdf\x00\x00\x00\xff\xff\xd7\x95\x8b\x6b\x9f\x0a\x00\x00") - -func _000001_initUpDbSqlBytes() ([]byte, error) { - return bindataRead( - __000001_initUpDbSql, - "000001_init.up.db.sql", - ) -} - -func _000001_initUpDbSql() (*asset, error) { - bytes, err := _000001_initUpDbSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "000001_init.up.db.sql", size: 2719, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0xdc, 0xeb, 0xe, 0xc2, 0x4f, 0x75, 0xa, 0xf6, 0x3e, 0xc7, 0xc4, 0x4, 0xe2, 0xe1, 0xa4, 0x73, 0x2f, 0x4a, 0xad, 0x1a, 0x0, 0xc3, 0x93, 0x9d, 0x77, 0x3e, 0x31, 0x91, 0x77, 0x2e, 0xc8}} - return a, nil -} - -var __000002_add_last_ens_clock_valueUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x85\x20\x10\x06\xe0\xfd\x3b\xc5\x7f\x84\xb7\x6f\x35\xa5\x41\x30\x8d\x10\xe3\x5a\x64\x70\x95\xe8\x42\xeb\xfc\x7d\xc4\xea\x2f\x28\xad\xec\x61\xbd\xcd\x6c\x73\x80\x9c\xc3\x16\x38\x9e\x82\x9a\xc7\x4c\xa5\x8d\x64\xb5\xdb\x9d\xde\x5c\x9f\x82\x43\x14\x12\x14\x12\x99\xe1\xfc\x4e\x91\x15\xff\xe5\xf7\x05\x00\x00\xff\xff\xd0\x66\x8a\xf7\x4d\x00\x00\x00") - -func _000002_add_last_ens_clock_valueUpSqlBytes() ([]byte, error) { - return bindataRead( - __000002_add_last_ens_clock_valueUpSql, - "000002_add_last_ens_clock_value.up.sql", - ) -} - -func _000002_add_last_ens_clock_valueUpSql() (*asset, error) { - bytes, err := _000002_add_last_ens_clock_valueUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "000002_add_last_ens_clock_value.up.sql", size: 77, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4d, 0x3, 0x8f, 0xd5, 0x85, 0x83, 0x47, 0xbe, 0xf9, 0x82, 0x7e, 0x81, 0xa4, 0xbd, 0xaa, 0xd5, 0x98, 0x18, 0x5, 0x2d, 0x82, 0x42, 0x3b, 0x3, 0x50, 0xc3, 0x1e, 0x84, 0x35, 0xf, 0xb6, 0x2b}} - return a, nil -} - -var __1586358095_add_replaceUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\x31\x0a\xc2\x40\x10\x46\xe1\x3e\xa7\xf8\xc9\x09\xec\x53\x4d\xdc\x09\x08\xe3\x2c\xe8\x2c\xd8\x85\x10\x06\x11\xd6\x28\xd9\xe4\xfe\x56\x56\x5a\x6c\xfd\xe0\xe3\x91\x18\x5f\x60\xd4\x0b\x63\x2f\xbe\x8e\x4f\x2f\x65\xba\x7b\x01\x85\x80\x63\x94\x74\x56\xac\xfe\xce\xd3\xec\xdf\x06\xe3\x9b\x41\xa3\x41\x93\x08\x02\x0f\x94\xc4\xd0\xb6\x5d\x53\xc7\x6d\x19\x7d\x8c\xc2\xa4\xbf\xca\x40\x72\xe5\x4a\x28\x3f\x16\x1f\xe7\xd7\xbe\x6c\x38\xe9\x9f\xa3\x43\xd7\x7c\x02\x00\x00\xff\xff\xca\x94\x3f\xe0\xe0\x00\x00\x00") - -func _1586358095_add_replaceUpSqlBytes() ([]byte, error) { - return bindataRead( - __1586358095_add_replaceUpSql, - "1586358095_add_replace.up.sql", - ) -} - -func _1586358095_add_replaceUpSql() (*asset, error) { - bytes, err := _1586358095_add_replaceUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1586358095_add_replace.up.sql", size: 224, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd2, 0xb3, 0xa9, 0xc7, 0x7f, 0x9d, 0x8f, 0x43, 0x8c, 0x9e, 0x58, 0x8d, 0x44, 0xbc, 0xfa, 0x6b, 0x5f, 0x3f, 0x5a, 0xbe, 0xe8, 0xb1, 0x16, 0xf, 0x91, 0x2a, 0xa0, 0x71, 0xbb, 0x8d, 0x6b, 0xcb}} - return a, nil -} - -var __1588665364_add_image_dataUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcb\x41\x0a\xc2\x40\x0c\x05\xd0\x7d\x4f\xf1\xe9\x19\xc4\x4d\x57\x33\x4e\x04\x21\x66\x40\x32\xe0\xae\x44\x0c\x45\xb0\x58\x8c\x2e\x7a\xfb\x9e\xa1\x07\x78\x89\x95\x6e\xd0\x94\x99\xf0\x0f\xff\x8e\xb3\x47\xd8\xe4\x81\x54\x0a\x4e\x95\xdb\x55\xf0\x9a\x6d\xf2\x71\xb1\xf5\xfd\xb1\x27\x32\xd7\x3c\x74\x3b\xe0\x6f\x5d\x1c\x17\xd1\x5d\xe8\x61\xe1\xc7\x03\x94\xee\x0a\xa9\x0a\x69\xcc\x28\x74\x4e\x8d\x15\x7d\x3f\x74\x5b\x00\x00\x00\xff\xff\xf8\x4b\xbd\xbe\xba\x00\x00\x00") - -func _1588665364_add_image_dataUpSqlBytes() ([]byte, error) { - return bindataRead( - __1588665364_add_image_dataUpSql, - "1588665364_add_image_data.up.sql", - ) -} - -func _1588665364_add_image_dataUpSql() (*asset, error) { - bytes, err := _1588665364_add_image_dataUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1588665364_add_image_data.up.sql", size: 186, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd6, 0xc6, 0x35, 0xb4, 0x4c, 0x39, 0x96, 0x29, 0x30, 0xda, 0xf4, 0x8f, 0xcb, 0xf1, 0x9f, 0x84, 0xdc, 0x88, 0xd4, 0xd5, 0xbc, 0xb6, 0x5b, 0x46, 0x78, 0x67, 0x76, 0x1a, 0x5, 0x36, 0xdc, 0xe5}} - return a, nil -} - -var __1589365189_add_pow_targetUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4a\x2c\x8f\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc8\x2f\x8f\x2f\x49\x2c\x4a\x4f\x2d\x51\x08\x72\x75\xf4\x51\x48\x49\x4d\x4b\x2c\xcd\x29\x51\x30\xd0\x33\x30\xb2\xe6\x02\x04\x00\x00\xff\xff\x49\xd6\x04\x23\x42\x00\x00\x00") - -func _1589365189_add_pow_targetUpSqlBytes() ([]byte, error) { - return bindataRead( - __1589365189_add_pow_targetUpSql, - "1589365189_add_pow_target.up.sql", - ) -} - -func _1589365189_add_pow_targetUpSql() (*asset, error) { - bytes, err := _1589365189_add_pow_targetUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1589365189_add_pow_target.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0x3a, 0xe2, 0x2e, 0x7d, 0xaf, 0xbb, 0xcc, 0x21, 0xa1, 0x7a, 0x41, 0x9a, 0xd0, 0xbb, 0xa9, 0xc8, 0x35, 0xf9, 0x32, 0x34, 0x46, 0x44, 0x9a, 0x86, 0x40, 0x7c, 0xb9, 0x23, 0xc7, 0x3, 0x3f}} - return a, nil -} - -var __1591277220_add_index_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xca\xb1\xaa\x83\x30\x14\x87\xf1\xdd\xa7\xf8\x6f\x2a\x78\xe1\x0e\xe2\xe2\x24\x9a\xa1\x8b\x16\xed\xd0\xed\x10\x63\xa8\xd2\xb4\x81\x73\x4c\x69\xc1\x87\x2f\x1d\x3a\x14\xba\xf5\x5b\xbf\x5f\xd3\x77\x7b\xec\xda\x46\x1d\xb1\x4c\x77\x12\xab\xd9\xcc\x34\x3e\xc8\xcc\x7a\xa5\x65\x2a\xa3\xa8\xee\x55\x75\x50\x5f\x91\xf3\x46\xbb\x37\x25\xf1\xbc\x92\xbf\x92\x09\x2c\x9e\xd1\xb5\x08\x62\x99\x2e\x56\x44\x9f\xac\x20\xf9\xe0\xa8\x86\x3a\x83\x84\x51\x56\x4e\xe2\xff\x1f\x8b\xb1\x6d\x30\xce\x9b\x33\xdd\xb4\x0b\x36\xc3\x5f\x91\x67\x28\xf2\xf4\x35\x96\x09\x8d\x1a\xea\xb4\x8c\x9e\x01\x00\x00\xff\xff\xdb\x1d\x3d\x0b\xf0\x00\x00\x00") - -func _1591277220_add_index_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1591277220_add_index_messagesUpSql, - "1591277220_add_index_messages.up.sql", - ) -} - -func _1591277220_add_index_messagesUpSql() (*asset, error) { - bytes, err := _1591277220_add_index_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1591277220_add_index_messages.up.sql", size: 240, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0xfe, 0xbe, 0xd5, 0xb8, 0x8f, 0xdd, 0xef, 0xbb, 0xa8, 0xad, 0x7f, 0xed, 0x5b, 0x5b, 0x2f, 0xe6, 0x82, 0x27, 0x78, 0x1f, 0xb9, 0x57, 0xdc, 0x8, 0xc2, 0xb2, 0xa9, 0x9a, 0x4, 0xe1, 0x7a}} - return a, nil -} - -var __1593087212_add_mute_chat_and_raw_message_fieldsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xcc\x31\x0e\xc2\x30\x0c\x00\xc0\x9d\x57\xf8\x1f\x4c\x2e\x71\x27\xd3\x48\x90\xce\x51\x94\x1a\x1a\xa1\xa6\x51\xed\x0a\xf1\x7b\x56\x58\x58\x78\xc0\x1d\x72\xa0\x0b\x04\xec\x98\x20\xcf\xc9\x14\xd0\x39\x38\x79\x1e\xcf\x03\x2c\xbb\xc9\x04\x9d\xf7\x4c\x38\x80\xa3\x1e\x47\x0e\xd0\x23\x5f\xe9\x78\xf8\x94\x5b\x7a\xc6\x45\x54\xd3\x5d\xbe\x02\x7d\x94\x16\xa5\xe6\xed\xd5\xac\xac\xf5\xaf\x4a\xea\x14\xdb\xae\x73\xac\xab\x95\x5b\xc9\xe9\xd7\xf8\x0e\x00\x00\xff\xff\xd9\x47\x38\x58\xd7\x00\x00\x00") - -func _1593087212_add_mute_chat_and_raw_message_fieldsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1593087212_add_mute_chat_and_raw_message_fieldsUpSql, - "1593087212_add_mute_chat_and_raw_message_fields.up.sql", - ) -} - -func _1593087212_add_mute_chat_and_raw_message_fieldsUpSql() (*asset, error) { - bytes, err := _1593087212_add_mute_chat_and_raw_message_fieldsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1593087212_add_mute_chat_and_raw_message_fields.up.sql", size: 215, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0x99, 0x61, 0xd1, 0xaa, 0xb4, 0xbf, 0xaf, 0xd7, 0x20, 0x17, 0x40, 0xf9, 0x2, 0xfb, 0xcc, 0x40, 0x2a, 0xd, 0x86, 0x36, 0x30, 0x88, 0x89, 0x25, 0x80, 0x42, 0xb0, 0x5b, 0xe9, 0x73, 0x78}} - return a, nil -} - -var __1595862781_add_audio_dataUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcb\x41\xaa\xc3\x20\x10\x06\xe0\x7d\x4e\xf1\x93\x33\x3c\xde\x26\x2b\x53\x2d\x14\xa6\x0a\x65\x84\xee\x64\x8a\x52\x02\x4d\x0d\x99\xb8\xc8\xed\x7b\x06\x0f\xf0\x19\x62\xf7\x00\x9b\x99\x1c\x9a\x96\x3d\xad\x45\x55\xde\x45\x61\xac\xc5\x25\x50\xbc\x7b\x48\xcb\x4b\x4d\x9b\x9c\x9f\x2a\x19\x33\x85\x79\x1a\x3a\xe0\x71\x6e\x05\x37\xcf\x5d\x28\xb7\x5d\x8e\xa5\x7e\xd3\xaa\xdd\xf6\x25\x5a\xfe\xff\xc0\xee\xc9\xf0\x81\xe1\x23\x11\xac\xbb\x9a\x48\x8c\x71\x9c\x86\x5f\x00\x00\x00\xff\xff\xeb\x6f\xa0\x62\xf6\x00\x00\x00") - -func _1595862781_add_audio_dataUpSqlBytes() ([]byte, error) { - return bindataRead( - __1595862781_add_audio_dataUpSql, - "1595862781_add_audio_data.up.sql", - ) -} - -func _1595862781_add_audio_dataUpSql() (*asset, error) { - bytes, err := _1595862781_add_audio_dataUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1595862781_add_audio_data.up.sql", size: 246, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0xd2, 0xee, 0x55, 0xfb, 0x36, 0xa4, 0x92, 0x66, 0xe, 0x81, 0x62, 0x1e, 0x7a, 0x69, 0xa, 0xd5, 0x4b, 0xa5, 0x6a, 0x8d, 0x1d, 0xce, 0xf3, 0x3e, 0xc0, 0x5f, 0x9c, 0x66, 0x1b, 0xb4, 0xed}} - return a, nil -} - -var __1595865249_create_emoji_reactions_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\xbd\x4e\x03\x31\x10\x04\xe0\xfe\xa4\x7b\x87\x29\x41\xa2\xa0\xa7\x32\x66\x4f\x58\x18\x5f\xe4\x6c\x50\x52\x9d\x2c\x67\x05\x07\x0e\x96\x6c\x87\xe7\x47\xe4\x1a\x7e\x44\xea\x6f\x76\x67\xb4\x27\xc5\x04\x56\xb7\x96\x60\x06\xb8\x91\x41\x5b\xb3\xe6\x35\xe4\x90\x5f\xe7\xa9\x48\x88\x6d\xce\xef\x15\x17\x7d\x07\xcc\x7b\x3c\x29\xaf\xef\x95\xc7\xca\x9b\x47\xe5\x77\x78\xa0\x1d\x46\x07\x3d\xba\xc1\x1a\xcd\xf0\xb4\xb2\x4a\xd3\xd5\x57\x3c\xa6\x1c\xdf\xa6\x8f\x90\x8e\x02\xe3\xf8\xf4\xde\x6d\xac\x3d\x61\xcd\xc7\x12\x05\x4c\xdb\x5f\xb0\x34\xcf\xfb\xbf\x27\x07\xa9\x35\x3c\xcb\xf4\x6d\xc6\x0f\x8f\x2f\xa1\xfd\x8b\x29\xc7\x90\xa6\xb3\x91\x22\xad\x84\xd8\x64\xa9\xbe\xa3\x41\x6d\x2c\xe3\xba\xef\x2e\x6f\xfa\xee\x33\x00\x00\xff\xff\xe4\x28\x05\xe0\x2c\x01\x00\x00") - -func _1595865249_create_emoji_reactions_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1595865249_create_emoji_reactions_tableUpSql, - "1595865249_create_emoji_reactions_table.up.sql", - ) -} - -func _1595865249_create_emoji_reactions_tableUpSql() (*asset, error) { - bytes, err := _1595865249_create_emoji_reactions_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1595865249_create_emoji_reactions_table.up.sql", size: 300, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xc5, 0x43, 0x5c, 0x3d, 0x53, 0x43, 0x2c, 0x1a, 0xa5, 0xb6, 0xbf, 0x7, 0x4, 0x5a, 0x3e, 0x40, 0x8b, 0xa4, 0x57, 0x12, 0x58, 0xbc, 0x42, 0xe2, 0xc3, 0xde, 0x76, 0x98, 0x80, 0xe2, 0xbe}} - return a, nil -} - -var __1596805115_create_group_chat_invitations_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\xc1\x4a\xc4\x30\x14\x45\xf7\x85\xfe\xc3\x5d\x2a\xb8\x70\xef\x2a\xc6\x57\x0c\xc6\xb4\xa4\xaf\xd2\xae\x4a\xa8\xa1\x06\xb5\x91\x26\xf5\xfb\xc5\x96\x61\x18\x98\xed\x3d\x87\x73\xa5\x25\xc1\x04\x16\x8f\x9a\xa0\x2a\x98\x9a\x41\xbd\x6a\xb9\xc5\xbc\xc6\xed\x67\x9c\x3e\x5c\x1e\xc3\xf2\x1b\xb2\xcb\x21\x2e\x09\x37\x65\x01\x84\x77\xbc\x09\x2b\x9f\x85\x45\x63\xd5\xab\xb0\x03\x5e\x68\x40\x6d\x20\x6b\x53\x69\x25\x19\x96\x1a\x2d\x24\xdd\xfd\xeb\x29\x6e\xeb\xe4\xc1\xd4\xf3\xfe\x60\x3a\xad\x77\x70\xd4\xcf\xb1\x0b\xf8\xed\x53\x72\xb3\xbf\x0e\x53\x76\xd9\x43\x19\xc6\x13\x55\xa2\xd3\x8c\xfb\xa3\xf8\x15\xa7\xcf\x7d\x3f\xe9\x65\x71\xfb\xf0\x17\x00\x00\xff\xff\x34\x03\xb2\x2f\xe7\x00\x00\x00") - -func _1596805115_create_group_chat_invitations_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1596805115_create_group_chat_invitations_tableUpSql, - "1596805115_create_group_chat_invitations_table.up.sql", - ) -} - -func _1596805115_create_group_chat_invitations_tableUpSql() (*asset, error) { - bytes, err := _1596805115_create_group_chat_invitations_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1596805115_create_group_chat_invitations_table.up.sql", size: 231, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6d, 0xb1, 0x14, 0x6d, 0x54, 0x28, 0x67, 0xc3, 0x23, 0x6a, 0xfc, 0x80, 0xdf, 0x9e, 0x4c, 0x35, 0x36, 0xf, 0xf8, 0xf3, 0x5f, 0xae, 0xad, 0xb, 0xc1, 0x51, 0x8e, 0x17, 0x7, 0xe5, 0x7f, 0x91}} - return a, nil -} - -var __1597322655_add_invitation_admin_chat_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x2b\xcb\x2c\x49\x2c\xc9\xcc\xcf\x8b\x4f\x4c\xc9\xcd\xcc\x53\x08\x73\x0c\x72\xf6\x70\x0c\xb2\x06\x04\x00\x00\xff\xff\x51\xe6\x0d\x74\x36\x00\x00\x00") - -func _1597322655_add_invitation_admin_chat_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1597322655_add_invitation_admin_chat_fieldUpSql, - "1597322655_add_invitation_admin_chat_field.up.sql", - ) -} - -func _1597322655_add_invitation_admin_chat_fieldUpSql() (*asset, error) { - bytes, err := _1597322655_add_invitation_admin_chat_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1597322655_add_invitation_admin_chat_field.up.sql", size: 54, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x7a, 0xa0, 0xf2, 0xdb, 0x13, 0x91, 0x91, 0xa8, 0x34, 0x1a, 0xa1, 0x49, 0x68, 0xd5, 0xae, 0x2c, 0xd8, 0xd5, 0xea, 0x8f, 0x8c, 0xc7, 0x2, 0x4e, 0x58, 0x2c, 0x3a, 0x14, 0xd4, 0x4f, 0x2c}} - return a, nil -} - -var __1597757544_add_nicknameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xc9\x4f\x4e\xcc\x89\xcf\xcb\x4c\xce\xce\x4b\xcc\x4d\x55\x08\x71\x8d\x08\xb1\x06\x04\x00\x00\xff\xff\x54\xf7\xdc\x23\x34\x00\x00\x00") - -func _1597757544_add_nicknameUpSqlBytes() ([]byte, error) { - return bindataRead( - __1597757544_add_nicknameUpSql, - "1597757544_add_nickname.up.sql", - ) -} - -func _1597757544_add_nicknameUpSql() (*asset, error) { - bytes, err := _1597757544_add_nicknameUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1597757544_add_nickname.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xa2, 0x64, 0x50, 0xc5, 0x4, 0xb9, 0x8b, 0xd1, 0x18, 0x9b, 0xc3, 0x91, 0x36, 0x2a, 0x1f, 0xc3, 0x6c, 0x2d, 0x92, 0xf8, 0x5e, 0xff, 0xb1, 0x59, 0x61, 0x2, 0x1c, 0xe1, 0x85, 0x90, 0xa4}} - return a, nil -} - -var __1598955122_add_mentionsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x4d\xcd\x2b\xc9\xcc\xcf\x2b\x56\x70\xf2\xf1\x77\xb2\xe6\x02\x04\x00\x00\xff\xff\xca\xf8\x74\x41\x34\x00\x00\x00") - -func _1598955122_add_mentionsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1598955122_add_mentionsUpSql, - "1598955122_add_mentions.up.sql", - ) -} - -func _1598955122_add_mentionsUpSql() (*asset, error) { - bytes, err := _1598955122_add_mentionsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1598955122_add_mentions.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8d, 0x22, 0x17, 0x92, 0xd2, 0x11, 0x4e, 0x7, 0x93, 0x9a, 0x55, 0xfd, 0xb, 0x97, 0xc4, 0x63, 0x6a, 0x81, 0x97, 0xcd, 0xb2, 0xf8, 0x4b, 0x5f, 0x3c, 0xfa, 0x3a, 0x38, 0x53, 0x10, 0xed, 0x9d}} - return a, nil -} - -var __1599641390_add_emoji_reactions_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x48\xcd\xcd\xcf\xca\x8c\x2f\x4a\x4d\x4c\x2e\xc9\xcc\xcf\x2b\x8e\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\xcf\x4c\x89\xcf\xc9\x4f\x4e\xcc\x89\x4f\xce\x48\x2c\x01\xf1\x8a\x52\x4b\x8a\x12\x93\x4b\x52\x53\xe2\x33\x53\x2a\x14\xf2\xf3\xd0\x75\x6a\x20\x74\xea\x28\xa0\x68\xd5\x51\x80\xeb\xd5\xb4\xe6\x02\x04\x00\x00\xff\xff\xac\x4f\x19\x15\x7e\x00\x00\x00") - -func _1599641390_add_emoji_reactions_indexUpSqlBytes() ([]byte, error) { - return bindataRead( - __1599641390_add_emoji_reactions_indexUpSql, - "1599641390_add_emoji_reactions_index.up.sql", - ) -} - -func _1599641390_add_emoji_reactions_indexUpSql() (*asset, error) { - bytes, err := _1599641390_add_emoji_reactions_indexUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1599641390_add_emoji_reactions_index.up.sql", size: 126, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0xd8, 0xdc, 0xa7, 0xb, 0x92, 0x7a, 0x61, 0x37, 0x24, 0x1c, 0x77, 0x5e, 0xe, 0x7e, 0xfc, 0x9f, 0x98, 0x7b, 0x65, 0xe7, 0xf9, 0x71, 0x57, 0x89, 0x2d, 0x90, 0x1b, 0xf6, 0x5e, 0x37, 0xe8}} - return a, nil -} - -var __1599720851_add_seen_index_remove_long_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\xb1\x0a\xc2\x30\x14\x46\xe1\xbd\x4f\xf1\x8f\x2d\x38\x28\x88\x20\x45\x41\xec\x15\xb3\xa4\xd2\x44\xec\x16\x42\x73\x69\x02\xb1\x82\x89\xd0\xc7\x17\xdd\xba\x7f\xe7\x9c\x3b\x3a\x69\x82\x90\x0d\xf5\x10\x17\xc8\x56\x83\x7a\xa1\xb4\x42\x62\x9e\x4c\x7c\x0d\x36\x9a\xc1\xdb\x6c\x82\x33\xc1\xcd\x68\x25\x3e\x89\xdf\xe6\xc9\x29\xd9\x91\x53\xb9\x20\xab\x7f\x56\xd5\xc5\xfd\xd6\xfc\xc6\x0b\x0a\x45\x1a\x3e\x38\xc6\x01\x1b\x3c\xae\xd4\x11\x22\x4f\x63\xf6\x65\xe6\x39\x57\x38\x62\xbb\xde\xef\xea\xe2\x1b\x00\x00\xff\xff\x44\x35\x03\x9f\x96\x00\x00\x00") - -func _1599720851_add_seen_index_remove_long_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1599720851_add_seen_index_remove_long_messagesUpSql, - "1599720851_add_seen_index_remove_long_messages.up.sql", - ) -} - -func _1599720851_add_seen_index_remove_long_messagesUpSql() (*asset, error) { - bytes, err := _1599720851_add_seen_index_remove_long_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1599720851_add_seen_index_remove_long_messages.up.sql", size: 150, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x24, 0x1c, 0xc4, 0x78, 0x91, 0xc7, 0xeb, 0xfe, 0xc8, 0xa0, 0xd8, 0x13, 0x27, 0x97, 0xc8, 0x96, 0x56, 0x97, 0x33, 0x2c, 0x1e, 0x16, 0x8a, 0xd3, 0x49, 0x99, 0x3, 0xe9, 0xbb, 0xc4, 0x5, 0x3c}} - return a, nil -} - -var __1603198582_add_profile_chat_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x28\xca\x4f\xcb\xcc\x49\x55\x08\x73\x0c\x72\xf6\x70\x0c\xb2\x06\x04\x00\x00\xff\xff\x3b\xfd\x29\xb5\x2d\x00\x00\x00") - -func _1603198582_add_profile_chat_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1603198582_add_profile_chat_fieldUpSql, - "1603198582_add_profile_chat_field.up.sql", - ) -} - -func _1603198582_add_profile_chat_fieldUpSql() (*asset, error) { - bytes, err := _1603198582_add_profile_chat_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1603198582_add_profile_chat_field.up.sql", size: 45, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaa, 0xca, 0xe, 0x46, 0xa0, 0x9, 0x9d, 0x47, 0x57, 0xe9, 0xfb, 0x17, 0xeb, 0x9c, 0xf6, 0xb8, 0x1d, 0xe9, 0xd, 0x0, 0xd5, 0xe5, 0xd8, 0x9e, 0x60, 0xa, 0xbf, 0x32, 0x2c, 0x52, 0x7f, 0x6a}} - return a, nil -} - -var __1603816533_add_linksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xc9\xcc\xcb\x2e\x56\x70\xf2\xf1\x77\xb2\x06\x04\x00\x00\xff\xff\x1d\x2b\x92\x96\x30\x00\x00\x00") - -func _1603816533_add_linksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1603816533_add_linksUpSql, - "1603816533_add_links.up.sql", - ) -} - -func _1603816533_add_linksUpSql() (*asset, error) { - bytes, err := _1603816533_add_linksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1603816533_add_links.up.sql", size: 48, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0x24, 0xd6, 0x1d, 0xa, 0x83, 0x1e, 0x4d, 0xf, 0xae, 0x4d, 0x8c, 0x51, 0x32, 0xa8, 0x37, 0xb0, 0x14, 0xfb, 0x32, 0x34, 0xc8, 0xc, 0x4e, 0x5b, 0xc5, 0x15, 0x65, 0x73, 0x0, 0x0, 0x1d}} - return a, nil -} - -var __1603888149_create_chat_identity_last_published_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x4a\xc4\x30\x10\x86\xef\x85\xbe\xc3\x1c\x77\x61\xdf\xc0\x53\x1a\x66\x31\x18\xd3\x35\x9b\x8a\x7b\x0a\x63\x1b\x4c\x30\x6e\x0b\xc9\x0a\x7d\x7b\x21\xab\x55\xa1\x88\xc7\xe4\x9f\x9f\xef\x9b\xe1\x1a\x99\x41\x30\xac\x91\x08\x62\x0f\xaa\x35\x80\x4f\xe2\x68\x8e\xd0\x7b\xca\x36\x0c\xee\x9c\x43\x9e\x6d\xa4\x94\xed\x74\x79\x8e\x21\x79\x37\xc0\xa6\xae\xe0\x6b\x02\x1e\x99\xe6\xb7\x4c\x97\xb2\xea\xa4\x84\x83\x16\xf7\x4c\x9f\xe0\x0e\x4f\xd0\x2a\xe0\xad\xda\x4b\xc1\x0d\x68\x3c\x48\xc6\x71\x57\xca\x71\xec\x5f\xed\x3b\xc5\x8b\x03\xa1\xcc\x52\x2e\xa1\xa7\xe4\xa1\x91\x6d\xb3\x7c\xd7\xd5\xf6\xa6\xae\xea\xea\xdf\xc2\xfd\x78\xce\xd4\xe7\xf4\xa9\x7a\x7d\xad\xd9\x16\x60\x78\xa3\x17\x67\xf3\x3c\xb9\xf5\xfc\x4f\xdb\x89\xe6\x38\xd2\xf0\x5b\xb8\x24\x9d\x12\x0f\x1d\x6e\xbe\xe9\xbb\x1f\xa4\xed\xda\x6d\xae\x7b\x7e\x04\x00\x00\xff\xff\xff\xdb\x89\x48\x97\x01\x00\x00") - -func _1603888149_create_chat_identity_last_published_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1603888149_create_chat_identity_last_published_tableUpSql, - "1603888149_create_chat_identity_last_published_table.up.sql", - ) -} - -func _1603888149_create_chat_identity_last_published_tableUpSql() (*asset, error) { - bytes, err := _1603888149_create_chat_identity_last_published_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1603888149_create_chat_identity_last_published_table.up.sql", size: 407, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x9, 0xf, 0xfb, 0xdb, 0x3c, 0x86, 0x70, 0x82, 0xda, 0x10, 0x25, 0xe2, 0x4e, 0x40, 0x45, 0xab, 0x8b, 0x1c, 0x91, 0x7c, 0xf1, 0x70, 0x2e, 0x81, 0xf3, 0x71, 0x45, 0xda, 0xe2, 0xa4, 0x57}} - return a, nil -} - -var __1605075346_add_communitiesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x58\x5d\x8f\x54\x47\x0e\x7d\x47\xe2\x3f\x5c\xf1\x42\x22\xf1\x50\x65\x57\xd9\x55\x8a\xf6\x61\x80\x41\x42\x3b\x99\x89\x60\x58\x91\x27\x74\xbb\x6f\xf7\xee\xec\x2a\x21\x02\x12\x29\xff\x7e\xe5\x73\xdc\x03\x6c\xd4\x48\xcb\x68\x98\xfe\xa8\x5b\x65\x1f\xdb\xc7\xc7\x75\x71\x75\x7b\xf9\x6a\xb9\xbd\x78\x7a\x75\xb9\xec\xff\xb5\x7e\xfa\xb8\x5c\x3c\x7f\xbe\x3c\xbb\xb9\x7a\xf3\xe3\xf5\xb2\x7f\xff\xcb\x2f\xbf\xff\x7a\xf7\xe9\xcf\x77\x77\xdb\x72\x7b\xf9\xf6\x76\x79\x7e\xf9\xe2\xe2\xcd\xd5\xed\xf2\xe8\xd1\x0f\x0f\x1f\xbc\xf9\xe9\xf9\xc5\xed\xe9\xb1\xd7\x97\xb7\x5f\xaf\xff\x1b\x17\x3d\x7c\xf0\xe5\x11\xbf\x7f\x3c\x7c\x78\xf7\xcb\xe1\xe3\xc7\xf5\x9f\x87\xff\xe7\xa8\x87\x0f\x9e\xbd\xba\x8c\xc3\xb8\xcd\xcb\x17\xcb\xf5\xcd\xed\x72\xf9\xf6\xe5\xeb\xdb\xd7\xf7\xcf\xde\x1d\x3e\xbe\xfb\xe2\xf5\xf2\xdd\xc3\x07\xcb\x72\xb7\x2d\x4f\xaf\x6e\x9e\x62\xfd\xf5\x9b\xab\xab\xe5\xa7\x57\x2f\x7f\xbc\x78\xf5\xf3\xf2\xf7\xcb\x9f\x97\x9b\xeb\xe5\xd9\xcd\xf5\x8b\xab\x97\xcf\x6e\x97\x57\x97\x3f\x5d\x5d\x3c\xbb\x7c\x12\x0f\xfd\xf6\xe1\xee\x8f\xf5\xd3\xe1\xdd\x7f\x0e\x7f\xe2\x69\x7c\xb8\x1d\x3e\xee\x3f\xdc\xfd\xf6\xe9\xee\xfd\xaf\x5f\x6f\x89\x6f\xff\xfd\xfe\xee\xd7\xc3\xb6\x3c\xbd\xb9\xb9\xfa\x7c\xd6\xc9\x87\x17\x17\x57\xaf\xb9\xf3\x1f\x87\x0f\x77\xc7\xbb\x6f\x2f\x8c\x75\xdf\xc3\xe9\x97\xd7\xaf\x2f\x5f\xdd\x2e\x2f\xaf\x6f\x6f\xce\x7b\xf9\xe8\x6e\x7b\xf4\x64\x79\xf4\x85\xcd\xf1\xf6\x0b\x6b\xe3\x2d\xcd\x8b\x57\x27\x0b\x1e\x7d\xbf\xfc\xe3\xe2\xea\xcd\xe5\xeb\xe5\xbb\xb7\x8f\x8b\xce\x9d\x6c\x6b\xf3\xde\x65\x5d\x6b\xf5\x75\xda\x61\x1d\xc7\xba\xb5\xad\x96\xb1\x5b\xcd\x4c\x7d\xef\xbd\xfa\xaa\xfb\xd9\xd6\xee\xbb\x39\xb7\xdd\x6e\xac\xa5\xc8\x61\x5b\xe5\xf1\x13\x62\xb1\xbc\x7d\x5c\xd6\x56\x0f\x47\x95\xad\xd6\xb6\xad\x87\x71\x3c\x6c\xb2\x1b\x87\x4d\x74\x3d\xee\xdb\x61\x5f\x37\xd9\xf7\xdd\x6c\x7d\xfa\x7e\xda\xae\xb6\xd1\xd6\xed\x58\x4a\xdf\x86\xcd\xde\xd6\x7d\xd9\x86\xef\x4a\xef\xc7\x52\xd7\xb2\xb3\xa3\xb4\x2e\xdb\x51\x0e\x32\xd7\x26\x63\x77\xd8\x59\x69\x7b\xdf\xed\x56\x9d\xfb\xe1\xc7\xdd\xae\xcb\x71\xdd\xe9\x5a\xe4\x58\x7c\x15\xd1\xee\xa5\x54\x59\xad\x8e\x32\xea\x5a\x65\xcc\x52\xcb\x3a\x5a\xa9\x5a\x7c\x68\xd1\x66\xa6\xd5\xaa\x89\x4e\x35\xed\x56\x55\xad\x99\xa8\x69\xd3\xf8\x37\x55\x54\x4d\xad\x9b\x58\x8d\xf5\x3a\x74\x58\x80\x60\x5a\xb4\x9b\xc5\xf7\x5a\xac\x9a\x5a\xd5\x66\x8a\xdf\xa9\x6a\x82\x5d\xba\x5a\x3c\xaf\x55\x8b\x89\xba\x16\x2d\xa6\x66\x71\x86\x89\x75\x6b\x1a\xfb\xc6\x12\x3e\x37\xb0\x6e\xc6\x1a\x58\xe4\x3a\xcd\x54\xb5\xab\x68\xd7\xa1\xcd\x5a\xfc\xc6\x59\xf1\x84\xa9\x16\xad\x61\x8e\x56\xeb\xea\x58\xe5\xf0\x29\x76\x16\xec\x97\xff\xc2\x3b\xd8\xdd\xac\x5a\xd5\xaa\x71\x8e\x55\x09\x84\xfe\x8a\x4b\x58\x6e\x1d\x7e\x37\xbc\x73\x4b\x1c\x74\x5a\x58\x11\xbe\xcc\xd8\xc9\x02\x13\x85\x5d\x66\x1d\x18\xba\xba\x0e\xa0\x1a\x9e\x55\x60\x15\xa8\x0e\x6b\x3a\x4d\x80\x5a\x0f\x2f\x60\xd7\x84\x07\x06\x5c\xc2\x62\xd1\x0a\x4f\x24\xf6\xb6\x0a\x14\xe2\xe9\xf0\x08\xf6\x60\x5d\xe0\x14\xfb\x57\xfa\x0e\xff\xba\x76\x9d\x38\xa1\xea\xd4\x16\x3e\x46\x5c\x4c\x61\xb1\x68\x4b\x7f\x54\x9b\x16\xf5\xb0\x2f\x76\xd3\xa9\xae\x15\x9f\xc6\xbb\xc0\xb9\x9f\xc5\x05\x9e\x85\xa9\xb1\x83\x76\x60\x23\x11\x2e\x6d\x71\xb6\xce\x78\x1f\xbe\x87\x4d\x61\xa7\x2a\xd6\xc6\x2b\x03\x2a\x01\xe4\x84\xbb\x1d\x71\x2a\xc8\xb5\x0a\x2b\x0a\xd0\xa1\xf5\xf1\x9c\x03\xf3\x0c\x60\x64\x0f\x50\x30\x60\xc2\x0c\xea\xe9\x07\xb3\x2d\xf2\xd8\x11\x13\xa3\xc7\x5a\x2c\x70\xa8\xc8\xc7\x40\x76\x04\x8a\x88\x55\x43\x34\x3a\xf0\x88\xa8\x21\xb3\x81\xeb\x50\x1e\x38\xb4\x87\xfd\xc0\x79\xc2\xc7\x7a\x16\x97\x9a\xc8\x38\xf2\x4b\x71\xfe\xc4\xae\xb4\x6d\x22\x2b\xe2\xd4\xc8\xe6\x8e\xca\x70\xfc\x2d\x88\x5c\xf8\xac\xb0\x21\xd6\x0b\x9e\x9c\xb0\xcf\x34\x62\xde\x51\x07\x12\xde\x1a\x33\xc4\x10\x31\xa0\xa8\x8c\xf8\x44\x86\x54\xec\x15\x91\x19\x81\x66\xe0\x86\x48\x78\xd4\x0f\x62\x63\xc4\x1b\xb1\x8e\x4c\x1b\xd6\x11\x51\x45\x15\xa3\x7a\x90\xa3\x8c\x4d\x43\x6e\xb2\xfe\x14\x19\xd3\x33\xde\x0d\xf1\x09\x7b\xe6\x59\x5c\x8a\x29\x2a\xf1\x54\xd3\x8a\xb8\xf6\xf0\x0c\xbe\x37\x40\x8d\x7c\x8e\x58\x23\xff\x1d\x71\x6d\x60\x11\xd4\xa1\x16\x8b\xd8\xd6\xe4\x20\xda\xce\xcc\xaf\xc8\xad\x69\xcc\xa4\xe0\x9f\xa8\x41\xf2\x15\xa2\x8f\x5a\x15\x64\x4b\x03\x17\x99\xa1\x2e\x50\x95\x23\xf1\x55\x64\x6a\xc4\xaf\x00\x83\x0e\xdf\x0b\xf0\x47\xf6\xc0\xae\x12\x3c\x86\xdc\x08\x0c\x83\x7f\x72\x55\xc4\x12\xfb\x4f\x9c\x5f\xc0\x4a\xb1\xde\xbf\x91\x2f\x02\xfe\xea\xa8\xbc\xb0\x8a\xf9\xd9\xd3\x2b\xc6\xb4\x23\x42\x05\x2b\x1c\xfc\xa8\xe0\xb9\x58\x45\x36\x8c\x58\x47\xae\x18\xb8\xa6\x27\x8f\x47\xee\xb3\x22\x14\x79\xc9\x7a\x8d\xba\x13\xa2\xa3\x0e\x5e\x8b\x1f\x41\x14\x1b\x10\x13\x78\xd0\xd8\x11\xac\x7f\x61\x5f\x03\x1b\x46\xde\x05\xee\x1a\xf1\xc4\x19\x92\x5c\x10\xec\x1f\x95\x89\x6a\x82\x35\x25\x99\x9d\x38\x1b\x71\x35\x36\x84\x72\x16\x17\x70\x66\x20\x4c\xaf\xc9\x65\x91\x21\x60\xed\x6e\xa7\x6c\xe0\xa9\xc5\xc8\xab\xcc\x9b\x82\x2c\x50\x7c\x1b\xd8\x45\x7c\xc8\xb1\x1d\x98\x3a\xb2\xb1\x23\x07\x58\x45\x86\xdc\x2c\xf8\x49\xde\x62\x8c\x81\x24\x6b\x48\x71\x66\xc3\x9e\x8e\xff\x27\x7c\x40\x57\xd0\x6e\xdc\x21\xaa\xdb\x51\xdd\xc3\xc8\x2e\x0a\x2e\x02\x47\x07\x27\x00\x43\xf6\xcf\x0e\x1e\x64\xf7\x1a\x58\xe9\x66\xec\x85\xe7\x70\x81\x9f\x8e\xcc\x17\xd4\xd1\x4c\xf6\x1b\xc1\x05\x79\x96\x66\x27\x2f\x69\x61\x70\x5d\x53\x22\xc2\x1e\x13\xa8\x0c\x74\x69\xcb\x7e\xc0\x6e\x58\x50\x01\x6e\x1d\xfb\x90\x9b\x1c\x9d\x4e\x60\x19\x3b\x43\x43\x54\xc9\x6b\x2d\x3d\xee\x60\x97\x8a\x4f\x3a\x6a\xad\xa1\x47\x89\x31\x73\xc9\xc1\xa8\x64\x20\x77\x8a\x97\x90\x0f\xc0\x73\x15\x3f\x8a\x67\x3b\x2a\x8b\x39\xdc\xa9\x2c\x62\x8f\xb3\xb8\xf4\x53\x2f\x05\xc7\xa2\xfe\x50\xdf\xd4\x22\xf1\xb4\x23\x3a\xf4\xae\x80\x5b\x14\xf5\x15\xf9\x51\xe1\xb1\x00\x53\x47\xa6\xd2\x42\xbf\xef\x5f\x9e\x3d\x37\xfa\x10\xbb\xbd\x22\x2b\x8c\xbc\x18\x15\x4a\x2d\x13\xb8\xa3\xef\x19\x32\xa7\xc0\x27\xb2\x74\x01\xa3\x0a\x14\x48\x45\x7e\x69\xf2\x72\x67\xef\x32\xd6\x77\x07\x5e\xae\xac\x44\x72\xac\x20\x77\xe2\x99\xa1\x03\x19\xc6\xee\xe0\xf0\x73\x9c\xad\x23\x3d\xe1\x8e\x4e\x14\xcf\xa1\x82\x81\x73\x01\x37\xb8\x92\x79\x27\x7a\x28\xea\xf7\x33\xbf\x83\x21\x3d\xbd\xa4\x6f\xb4\xa3\x22\x67\x7a\x76\x38\xaa\x92\x06\xb6\xa4\x5f\x0d\x55\x45\xec\x85\x7c\x03\x85\x53\xc1\xb5\x95\x6a\x04\x15\x9c\x6c\x69\x59\x65\x11\x7d\x95\x54\x76\xdd\xa8\xf2\x06\x2a\xb8\x65\xd4\xe2\xc4\x81\x0c\x9f\xb9\x73\x83\x3f\x92\xf9\xad\xcc\x9a\xd8\xe3\x5b\x7d\x1a\xbd\xb2\xb0\x3f\x50\x01\x40\x5d\xf9\xbd\xde\x9a\x46\x12\x52\x28\x0d\xf6\x13\x45\x36\xc2\x6f\xe8\xde\x82\xbe\x40\xbc\x34\x77\xa5\x8a\xad\xc4\x1a\xbd\xc6\xb3\x7f\x9a\x52\x8f\x6a\xc6\x3b\x4f\x43\x2c\x98\xf3\xec\x30\xd4\x06\x0d\x38\x32\xde\x0a\xfe\x60\x4f\x9f\xc8\x12\x83\x4e\xe8\xb0\xb3\x43\x5f\xb2\xa7\x37\x74\x01\x66\x5a\x63\x46\xa1\xde\x05\x9c\xd3\xa8\xb8\xce\xd6\x11\x7b\x68\x87\x56\x19\xe0\xd9\xca\x3e\xc8\xec\x87\x27\xd4\x7d\x8a\x18\x78\xd6\xa7\xe0\x9b\xe8\x3a\x66\x9a\xba\x81\x7c\xc3\x4e\xab\xe8\x4e\x8d\x1c\x43\x55\x9b\x9d\x69\x02\x35\x18\x8a\x1e\x4a\x55\x5f\x93\x35\x0b\x31\xca\x48\x4b\x6a\x96\x9a\x4a\xdc\xc0\x5b\x5d\xf9\xcd\x00\x76\x92\x75\xc2\x35\x1d\x55\xd5\x93\x09\xa8\x36\x15\x55\x85\x39\xe2\xa4\x9b\xa1\x69\xea\x37\xfb\x11\x95\xc6\xbd\x62\x83\x6e\x81\x26\x55\xf6\x52\x54\x36\x90\x50\x70\x20\x75\xbc\x62\x96\xc2\xec\x92\xd3\x92\x23\x52\x0d\x33\x4a\x05\x23\x56\x3b\xcd\x5e\x54\x0f\x3d\xfb\x10\x2c\x4e\x0f\xd4\x38\x5b\xf4\xec\xb6\x98\xa0\xa0\xa4\x31\x3f\x24\xfa\xc9\xf0\xfc\x14\xb8\x9f\x72\xdc\xa8\xd7\xd1\xb7\x81\x06\xb4\x2c\x26\x94\x54\x2e\x95\x55\xac\xec\x43\x4a\x15\x0a\xed\x18\x4e\x9c\xcb\x17\x55\x6a\x7b\x6a\x53\x2a\x11\x3c\x97\x8c\x31\xd0\xbf\x99\x49\x4c\x8e\x0a\xec\xa1\xfc\x81\x04\x72\x8b\xf3\x18\xfa\x5f\x58\x0c\x1e\x00\xa2\x93\xb3\xa6\xe6\x94\x88\x7c\xab\xa9\x60\x59\xaf\xec\xd0\x9f\x23\x7b\xd2\x17\xd0\x8c\x38\x9b\x8c\x60\xa9\x57\x1d\x9d\x86\xea\x2a\x38\xe3\xd4\xb5\x26\x27\x38\xe8\x24\xf2\x70\xa1\x1e\x62\x87\x40\xcf\xa0\x06\x20\x92\x11\xf7\xf3\x73\x63\xcb\x4c\x65\x25\x71\x6e\x68\xc8\xe8\x8e\xbe\x37\xa9\x34\xc0\xb4\x4a\xdd\x08\x5b\x0b\x22\x2d\xd9\xbd\x2a\xb2\xab\x92\x69\xe9\x1f\xf4\x02\xfb\xa5\x20\x36\x53\x4f\xd3\x29\x67\x5b\x4e\xe2\x9c\x96\xe8\x71\x76\x9a\xec\xd4\xa8\xec\x7b\x7c\x5d\x99\x3d\x13\x1c\xdf\x53\x33\x15\x76\x09\x44\x97\x3a\x6b\x02\xb7\x91\x3a\xc6\x31\x93\xb1\x76\xcb\x3d\x9a\x05\x5c\x13\xf1\x3c\xcf\xbb\x98\xdc\x11\x51\xc3\xbe\x50\xac\x88\x39\x6b\xf2\xc4\xc2\x8d\x37\x09\x4c\x19\xcc\x6d\xcc\x1f\xe5\x34\x6d\xa7\x2c\x73\xcb\xf2\x42\x7e\x40\x09\xa2\xfe\xa0\x19\xf1\x77\x20\xa7\xa0\xa9\xa1\xe8\x6a\x6a\x93\xf0\x5d\x4f\x37\x10\xa7\xd9\x19\xf8\x08\xbd\x46\x27\x1e\x39\x3f\xb1\xbb\x9f\xee\x2c\x2a\xaa\x14\xd9\x02\xfd\xa9\xe8\xd6\x96\xb3\x9b\x21\x97\xb0\x27\x7c\x9d\xf0\x43\xbf\x55\x47\x4a\x75\x9a\x53\x6a\xb2\x08\xd5\x3d\x23\x28\x88\x7e\xcf\x5b\x00\xf4\xee\x64\x34\xa7\x7e\xb7\x54\x49\x39\xb7\x4a\xaa\x37\xc9\xdf\x61\x44\x99\xbc\xad\xa9\x03\x38\x4d\xb0\x07\x57\xec\x7f\x62\xa2\xca\xbc\xc2\xe9\x92\x93\xce\x4c\xcd\xeb\xe0\xb0\x91\xd3\x5a\x87\xd7\x96\x73\x24\x19\xae\xe0\x69\x46\x1b\x9a\xf8\x5e\xdb\x42\xfd\x81\x2f\x6b\xde\x53\xc4\x9a\xf3\xb8\x38\xea\xa4\x64\x27\x81\x82\x40\x05\xa0\x2a\xa0\x31\xa8\x5e\x2c\x15\xbb\x67\x7e\xe0\x7e\x04\x39\x80\xde\x87\xfc\x31\xde\x12\xe5\x14\xae\xa9\x44\x3a\x30\x20\x0f\x77\x60\x35\x53\xe3\x0f\xf2\x86\x72\x62\x65\x7e\x30\xca\x05\xba\x9f\x0c\xe2\x64\xfb\x9c\xf5\x0c\x91\xea\x4c\x55\x78\x7b\x52\x5b\x54\xcb\x03\x7f\x89\x63\x05\x8a\x5d\x39\x95\x3b\x7b\x1f\x6a\x82\x0a\xaf\xab\x7c\xab\x4f\x33\xae\xb1\x36\xb4\x77\xee\xdf\x60\xd9\x00\x6f\x14\x30\x1a\x62\x07\xdd\x9a\x2a\x39\xb5\x7f\x21\x93\x00\x41\xb9\xcf\xb9\xf1\x15\x63\x51\xc1\x59\xde\x6e\x15\x30\x27\xef\x47\xaa\xf2\xa6\xc9\x33\xba\xbc\x95\x19\xb9\x37\x14\x00\x6f\x33\x10\xa5\x8e\xba\x49\x4d\x83\x9d\x88\x0e\x55\x7e\x4d\x5e\x92\xe4\x55\x57\x2a\x51\xe6\x3f\x55\x7b\x51\x4d\x4d\x86\x9e\x7d\x7e\x3e\xa2\x6f\x54\xba\x9c\x26\xc0\x8e\x35\xeb\xbd\xea\x69\x0e\xc4\x9d\x27\xab\x1b\x6c\xed\xa9\x8e\xa9\xcd\x2b\xce\x9c\x60\x13\xb3\xcf\x5a\x8c\xb7\x63\x9c\x6a\x9d\xf7\x4b\x81\x1e\x66\xae\xc6\x19\x37\xef\x43\x3d\x15\x80\x2b\xfb\xa2\x66\x7e\xd5\x8c\xca\xe9\x46\xab\x1b\x7b\xa0\x1a\x7b\xb4\x6a\xcf\x7b\x92\x0e\xdd\x8b\xdc\x4e\xab\xa6\xb1\xe3\x92\xab\xc9\xef\xa7\x68\xc7\xce\xcc\x97\xb5\x48\x1d\x45\x64\x75\x15\x89\xd2\xf1\x66\xd5\x9b\x77\x57\x59\x6d\x7e\xf5\xbe\xd8\xc4\xff\x55\x8a\x87\x45\xea\xdd\xc5\xba\x14\xdb\xac\xe3\xaa\xaa\x9a\xdb\xb4\x83\x79\xac\xf2\xe2\x45\xf6\x52\x4c\x5d\x7c\x7a\xf1\x66\x47\x29\x1e\x2a\x76\x6f\x7b\xeb\xde\xf0\x6d\xb5\x83\x35\x29\xdd\x39\xd9\x48\x31\x71\xb1\xa3\x7b\x9c\xe1\x82\xf7\xdd\xa6\xed\xbd\xe1\xe9\xe9\xcd\x46\x58\x40\xcb\x70\xfe\xd1\x4c\x62\xff\x81\x77\xd5\x05\x6b\xd9\x09\x87\x1d\xec\x68\x7b\x3b\x9a\xfb\x94\x83\x4a\x3f\x96\x55\x58\x87\x8a\x9b\xac\x88\x71\x93\x2d\xfb\x4d\x89\x57\xb8\x37\x69\xb2\xe5\xb4\x67\xb2\xa5\xbe\xe0\x1d\x97\x03\x49\xb0\x7b\x15\xdc\xd8\x04\x8a\xb5\xae\x5a\x45\xca\xa0\x6d\xe1\x97\x77\x2f\x81\xa4\xf4\xbf\x7c\x16\x33\xf0\x31\xfc\xfb\x1f\x8c\x35\x3e\x85\x1f\x6a\x47\x3b\x78\x73\xb1\x19\x18\x04\x7e\x2e\xae\x2a\x7d\x84\x07\xc6\xbb\x3d\xe3\x3d\x18\x3c\xc8\xfb\xab\xf4\xa0\x99\x86\xdd\xe8\x76\xf1\xd9\xe0\x34\xad\x3d\xa7\x08\xea\xa3\x5e\x05\x5a\x36\x3d\x90\x55\xa4\x6c\xb0\xf4\x60\x47\xef\x76\x40\xf6\x6d\xd6\x61\x8b\xca\x5a\x67\x3b\xff\x6d\x31\x8b\xe8\xd9\xf6\xb5\x5f\x75\xd4\xf9\xf8\xc9\x52\x9e\x2c\xf5\xfb\x1f\x1e\x3e\xf8\x6f\x00\x00\x00\xff\xff\x2e\xf8\x5e\x6b\x3b\x1b\x00\x00") - -func _1605075346_add_communitiesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1605075346_add_communitiesUpSql, - "1605075346_add_communities.up.sql", - ) -} - -func _1605075346_add_communitiesUpSql() (*asset, error) { - bytes, err := _1605075346_add_communitiesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1605075346_add_communities.up.sql", size: 6971, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1f, 0x64, 0xea, 0xb4, 0xae, 0x9e, 0xdb, 0x9, 0x58, 0xb6, 0x5c, 0x7a, 0x50, 0xc5, 0xfe, 0x93, 0x5d, 0x36, 0x85, 0x5d, 0x6a, 0xba, 0xc9, 0x7e, 0x84, 0xd7, 0xbf, 0x2a, 0x53, 0xf3, 0x97, 0xf1}} - return a, nil -} - -var __1610117927_add_message_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xcb\xb1\xaa\xc2\x30\x14\x06\xe0\xbd\xd0\x77\xf8\xc7\x7b\xc1\x37\x70\x3a\x86\x53\x0c\xc6\xb4\x9c\x1e\xc5\x4e\x25\xd4\xa0\x1d\xa2\xa5\xc9\xfb\x23\x75\x70\xfe\xf8\x8c\x30\x29\x43\xe9\xe0\x18\xb6\x81\x6f\x15\x7c\xb3\xbd\xf6\x28\x6b\x78\xe5\xe5\xbd\x96\x31\xc5\x9c\xc3\x23\x8e\x53\x98\x9e\x11\x7f\x75\x05\xcc\x77\x5c\x49\xcc\x91\xe4\x5b\xfc\xc5\x39\x74\x62\xcf\x24\x03\x4e\x3c\xa0\xf5\x30\xad\x6f\x9c\x35\x0a\xe1\xce\x91\xe1\xdd\xf6\xca\x9c\x62\x2e\x21\x2d\xb0\x5e\x7f\x75\x93\xff\x7d\x5d\x7d\x02\x00\x00\xff\xff\xcd\x45\x6b\x55\x8e\x00\x00\x00") - -func _1610117927_add_message_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1610117927_add_message_cacheUpSql, - "1610117927_add_message_cache.up.sql", - ) -} - -func _1610117927_add_message_cacheUpSql() (*asset, error) { - bytes, err := _1610117927_add_message_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1610117927_add_message_cache.up.sql", size: 142, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0xf1, 0xf0, 0x82, 0x79, 0x28, 0x19, 0xc2, 0x39, 0x6a, 0xa5, 0x96, 0x59, 0x23, 0xa0, 0xed, 0x60, 0x58, 0x86, 0x9, 0xb9, 0xad, 0xfb, 0xa, 0xe3, 0x47, 0x6e, 0xa1, 0x18, 0xe8, 0x39, 0x2c}} - return a, nil -} - -var __1610959908_add_dont_wrap_to_raw_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4a\x2c\x8f\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xce\xce\x2c\x88\x4f\x2f\xca\x2f\x2d\x80\x49\xc7\x97\x17\x25\x16\x28\x38\xf9\xfb\xfb\xb8\x3a\xfa\x29\xb8\xb8\xba\x39\x86\xfa\x84\x28\xb8\x39\xfa\x04\xbb\x5a\x73\x01\x02\x00\x00\xff\xff\x3c\x1f\xd3\xe4\x53\x00\x00\x00") - -func _1610959908_add_dont_wrap_to_raw_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1610959908_add_dont_wrap_to_raw_messagesUpSql, - "1610959908_add_dont_wrap_to_raw_messages.up.sql", - ) -} - -func _1610959908_add_dont_wrap_to_raw_messagesUpSql() (*asset, error) { - bytes, err := _1610959908_add_dont_wrap_to_raw_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1610959908_add_dont_wrap_to_raw_messages.up.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x2, 0x9a, 0xca, 0xd4, 0x38, 0x44, 0x30, 0x2b, 0xa8, 0x27, 0x32, 0x63, 0x53, 0x22, 0x60, 0x59, 0x84, 0x23, 0x96, 0x77, 0xf0, 0x56, 0xd7, 0x94, 0xe0, 0x95, 0x28, 0x6, 0x1d, 0x4e, 0xb1}} - return a, nil -} - -var __1610960912_add_send_on_personal_topicUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\x82\x21\x0c\x07\xf0\x7b\x4f\xf1\x7f\x8f\x4e\x33\xe7\x69\x29\x94\x9e\x87\xd4\x88\xa0\x54\x5c\xd0\xeb\x7f\x3f\x92\xca\x37\x54\x0a\xc2\xd8\xfd\xaf\x5f\x73\xef\x2f\x73\x50\x8c\xb8\x14\x69\xd7\x0c\xb7\xf1\xd4\x39\x74\xd9\xf6\x39\xfa\x47\x7f\x73\xbd\x1f\x08\xa5\x08\x53\x46\xe4\x44\x4d\x2a\x12\xc9\x9d\xcf\xa7\x23\x00\x00\xff\xff\x14\x1b\x69\x22\x52\x00\x00\x00") - -func _1610960912_add_send_on_personal_topicUpSqlBytes() ([]byte, error) { - return bindataRead( - __1610960912_add_send_on_personal_topicUpSql, - "1610960912_add_send_on_personal_topic.up.sql", - ) -} - -func _1610960912_add_send_on_personal_topicUpSql() (*asset, error) { - bytes, err := _1610960912_add_send_on_personal_topicUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1610960912_add_send_on_personal_topic.up.sql", size: 82, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0xac, 0x2f, 0xc4, 0xd, 0xa7, 0x1b, 0x37, 0x30, 0xc2, 0x68, 0xee, 0xde, 0x54, 0x5e, 0xbf, 0x3f, 0xa0, 0xd6, 0xc6, 0x9f, 0xd4, 0x34, 0x12, 0x76, 0x1e, 0x66, 0x4a, 0xfc, 0xf, 0xee, 0xc9}} - return a, nil -} - -var __1612870480_add_datasync_idUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4a\x2c\x8f\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2c\x49\x2c\xae\xcc\x4b\x8e\xcf\x4c\x51\x70\xf2\xf1\x77\xb2\xe6\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\xc8\x4c\xa9\x88\x4f\x49\x2c\x81\xa9\xf0\xf7\x43\x31\x48\x03\x49\xb7\xa6\x35\x20\x00\x00\xff\xff\x27\x9d\xbe\x49\x6f\x00\x00\x00") - -func _1612870480_add_datasync_idUpSqlBytes() ([]byte, error) { - return bindataRead( - __1612870480_add_datasync_idUpSql, - "1612870480_add_datasync_id.up.sql", - ) -} - -func _1612870480_add_datasync_idUpSql() (*asset, error) { - bytes, err := _1612870480_add_datasync_idUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1612870480_add_datasync_id.up.sql", size: 111, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0x9a, 0xbc, 0xfa, 0xaa, 0x8c, 0x9c, 0x37, 0x67, 0x15, 0x9c, 0x7e, 0x78, 0x75, 0x66, 0x82, 0x18, 0x72, 0x10, 0xbc, 0xd4, 0xab, 0x44, 0xfe, 0x57, 0x85, 0x6d, 0x19, 0xf5, 0x96, 0x8a, 0xbe}} - return a, nil -} - -var __1614152139_add_communities_request_to_joinUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x41\x6f\xe2\x30\x14\x84\xef\xf9\x15\x4f\x9c\x40\xca\x61\xef\x9c\x9c\xec\x8b\x88\xd6\xd8\xc8\x98\xad\x38\x59\xa9\xe3\xaa\x2e\x60\xb7\xb1\xa9\xca\xbf\xaf\x12\x5a\x20\x40\xa1\x47\xfb\xcd\x8c\x66\xbe\x5c\x20\x91\x08\x92\x64\x14\x41\xfb\xcd\x66\xeb\x6c\xb4\x26\xa8\xc6\xbc\x6d\x4d\x88\x41\x45\xaf\x5e\xbc\x75\x00\xc3\x04\xc0\xd6\x90\x51\x9e\x01\xe3\x12\xd8\x82\xd2\x34\x01\x78\xdd\x3e\xae\xad\x56\x2b\xb3\x83\xff\x44\xe4\x13\x22\x7a\x67\xbd\xf6\x7a\x05\x25\x93\xbd\x5f\xe3\x82\x72\xd5\xc6\x5c\x58\xe0\x2f\x16\x64\x41\x25\x0c\x06\x9d\xfb\xb9\x8a\xca\xd6\x77\x65\x5f\xcd\x77\xea\x5a\xc3\x10\xab\x68\x7a\x15\x0e\xf6\x3f\xed\x7d\x26\xca\x29\x11\x4b\xf8\x87\x4b\x18\xda\x7a\x04\x9c\x41\xce\x59\x41\xcb\x5c\x82\xc0\x19\x25\x39\x26\xa3\x71\x92\x24\x3d\x5c\xed\x86\x77\xd3\xd8\x27\xab\xab\x68\xbd\x53\x8d\xd1\xbe\xa9\x43\x47\xea\x0e\x95\xab\xdb\xdb\xc3\x3e\xd0\xd4\x90\x71\x4e\x91\xb0\xcb\xca\x05\xa1\x73\x3c\x95\xaa\x2a\xde\x18\x77\xc9\xbf\x7f\x3f\x5b\x10\x1b\x6b\xc2\x0d\xb9\x33\x1f\xb1\x93\xed\x7e\x0b\xf4\x48\xe2\x67\xb0\x25\x9b\xa3\x90\x6d\x22\xbf\x81\xf5\x98\x94\x76\x00\xd3\x03\x82\xf4\x14\x46\xba\xdf\x3c\x82\x39\x52\xcc\x25\xd8\xfa\x5b\x7e\x8c\x6e\x2d\xa7\xaf\xce\x76\xf6\x01\x85\xe0\x53\xd0\xde\xc5\x4a\xc7\x00\x0f\x13\x14\xd8\xd3\x8c\x93\xcf\x00\x00\x00\xff\xff\xbf\xa2\xec\x31\x3f\x03\x00\x00") - -func _1614152139_add_communities_request_to_joinUpSqlBytes() ([]byte, error) { - return bindataRead( - __1614152139_add_communities_request_to_joinUpSql, - "1614152139_add_communities_request_to_join.up.sql", - ) -} - -func _1614152139_add_communities_request_to_joinUpSql() (*asset, error) { - bytes, err := _1614152139_add_communities_request_to_joinUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1614152139_add_communities_request_to_join.up.sql", size: 831, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x3, 0x26, 0xf9, 0x29, 0x50, 0x4f, 0xcd, 0x46, 0xe5, 0xb1, 0x6b, 0xb9, 0x2, 0x40, 0xb1, 0xdf, 0x4a, 0x4c, 0x7a, 0xda, 0x3, 0x35, 0xcd, 0x2d, 0xcc, 0x80, 0x7d, 0x57, 0x5f, 0x3, 0x5c}} - return a, nil -} - -var __1615374373_add_confirmationsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcd\x4f\x0b\x82\x30\x18\xc7\xf1\xfb\x5e\xc5\xef\xa8\xe0\xa1\x7b\xa7\xb9\x26\x48\x6b\x93\x31\x0f\x9e\xc6\xd2\x15\xa3\xd4\x70\x46\xf8\xee\x23\xe8\x1f\xd4\xf9\xf3\x3c\xbf\x2f\xd3\x9c\x1a\x0e\x43\x73\xc1\x31\xb9\x9b\xed\x7d\x8c\xee\xe8\x6d\x3b\x0e\x87\x30\xf5\x6e\x0e\xe3\x10\x91\x10\xa0\x73\xb3\x8b\xcb\xd0\xda\xd0\x21\x17\x2a\x87\x54\x06\xb2\x16\x22\x23\xc0\xeb\xed\x9f\x5d\xae\xfb\x73\x68\xed\xc9\x2f\xbf\xf6\xcc\xf8\xce\xba\x19\xa5\x34\x6f\xc4\x86\x17\xb4\x16\x06\xab\xc7\x59\xa5\xcb\x1d\xd5\x0d\xb6\xbc\x41\xf2\x69\x65\x5f\xdb\x29\x94\x04\x53\xb2\x10\x25\x33\xd0\xbc\x12\x94\x71\x92\xae\xc9\x3d\x00\x00\xff\xff\x2a\xf5\xf5\x4b\xe3\x00\x00\x00") - -func _1615374373_add_confirmationsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1615374373_add_confirmationsUpSql, - "1615374373_add_confirmations.up.sql", - ) -} - -func _1615374373_add_confirmationsUpSql() (*asset, error) { - bytes, err := _1615374373_add_confirmationsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1615374373_add_confirmations.up.sql", size: 227, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdd, 0xa6, 0x65, 0xc5, 0x1d, 0xb2, 0x77, 0x36, 0xe3, 0x79, 0xda, 0xe8, 0x7a, 0xa4, 0xdf, 0x45, 0xae, 0xd8, 0xb4, 0xba, 0x90, 0xfd, 0x74, 0x71, 0x14, 0x75, 0x73, 0x72, 0xb9, 0x9e, 0x1, 0x81}} - return a, nil -} - -var __1617694931_add_notification_centerUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x41\x6b\x02\x31\x14\x84\xef\xf9\x15\x73\x54\xf0\xd2\xb3\xf4\x10\x37\x11\x97\xc6\x44\x62\xb6\xd6\xd3\x12\xb2\x91\x06\xba\xeb\x62\x42\xc1\x7f\x5f\x52\x71\xb7\xb0\xa5\xf6\xfa\xde\xf7\x66\xe6\x0d\x15\x86\x6b\x18\xba\x12\x1c\xee\xdd\xa6\x08\xca\x18\x0a\x25\xaa\xad\x84\x75\xce\xf7\xc9\x37\x58\x29\x25\x38\x95\x60\x7c\x4d\x2b\x61\x70\xb2\x1f\xd1\x2f\x49\xb5\x63\xd4\xdc\xef\xf6\xdc\x8c\x07\xcf\x78\x5a\x12\x52\x68\x9e\xf7\x37\x75\xeb\x52\xf8\x0c\xe9\x5a\x3b\xdf\x25\x7f\xa9\xbb\x73\x0a\xa7\xe0\x6c\x0a\xe7\x2e\x62\x46\x80\xd0\xe0\x95\xea\x62\x43\x35\xa4\x32\x90\x95\x10\xd8\xe9\x72\x4b\xf5\x11\x2f\xfc\xb8\x20\x40\x0a\xad\x8f\xc9\xb6\x3d\x4a\x69\x06\x2a\x6f\x7e\xca\xd5\xe9\xda\xfb\x09\x91\x63\xd6\xa3\x47\x1e\x5d\xbc\x1d\x9f\x1b\x3c\xef\x5f\xae\xa9\xd8\xf3\x8c\x35\x21\xb6\x21\x46\xff\x1f\x76\xd2\xd9\xef\x28\x99\xe3\x50\x9a\x8d\xaa\x0c\xb4\x3a\x94\x6c\x6c\xab\x94\x8c\xbf\x4d\xda\x6a\xc2\x2d\x41\x3d\xe8\x2b\xf9\x77\xa5\xb3\x21\xf5\x62\x08\x35\x7f\x64\xf3\x5d\xc8\x43\xe5\x4c\xcd\x97\xe4\x2b\x00\x00\xff\xff\x42\x2c\xa0\x0a\x3c\x02\x00\x00") - -func _1617694931_add_notification_centerUpSqlBytes() ([]byte, error) { - return bindataRead( - __1617694931_add_notification_centerUpSql, - "1617694931_add_notification_center.up.sql", - ) -} - -func _1617694931_add_notification_centerUpSql() (*asset, error) { - bytes, err := _1617694931_add_notification_centerUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1617694931_add_notification_center.up.sql", size: 572, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x45, 0xc6, 0xc9, 0x73, 0xbb, 0x1f, 0xda, 0xa3, 0x4d, 0x19, 0x98, 0x85, 0x2d, 0xca, 0xda, 0xcc, 0x3b, 0x32, 0xff, 0xc7, 0x7b, 0xe3, 0x9f, 0x9b, 0x2a, 0x93, 0xf5, 0xdf, 0x65, 0x38, 0x91}} - return a, nil -} - -var __1618923660_create_pin_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcc\x41\x0b\xc2\x20\x18\xc6\xf1\xbb\x9f\xe2\x3d\x16\xf4\x0d\x3a\xb9\xf1\x56\x92\xb9\x70\x16\xed\x24\xe2\xa4\x49\x6e\x93\x5c\xf5\xf5\xa3\x88\xd8\x0e\x75\xfe\xff\x9e\x27\x97\x48\x15\x82\xa2\x19\x47\x60\x2b\x10\x85\x02\x3c\xb1\x52\x95\x10\x7d\xa7\x5b\x97\x92\x39\xbb\x04\x33\x02\xe0\x6b\x38\x52\x99\x6f\xa8\x84\xbd\x64\x3b\x2a\x2b\xd8\x62\xf5\x9e\x88\x03\xe7\x0b\x02\xf0\xf1\x7a\x44\xc7\xf9\xd1\xf8\x14\xdd\x55\x0f\xbe\x75\x69\x30\x6d\x04\x26\x14\xae\x71\xaa\x6c\x63\x86\x5f\x0f\xa1\xb7\x26\xe8\x7f\xc2\x86\xde\x5e\xf4\xdd\x84\x9b\x7b\xbd\x4f\x5a\xf4\x5d\xe7\x6a\xc8\x8a\x82\x23\x15\xdf\x44\xe6\x4b\xf2\x0c\x00\x00\xff\xff\x44\xad\x25\xa3\x09\x01\x00\x00") - -func _1618923660_create_pin_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1618923660_create_pin_messagesUpSql, - "1618923660_create_pin_messages.up.sql", - ) -} - -func _1618923660_create_pin_messagesUpSql() (*asset, error) { - bytes, err := _1618923660_create_pin_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1618923660_create_pin_messages.up.sql", size: 265, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x61, 0x44, 0x3a, 0xbe, 0x30, 0xd2, 0x7e, 0xc0, 0xe2, 0x8e, 0x65, 0x53, 0x54, 0xbb, 0x7a, 0x1c, 0xb3, 0x5d, 0xd2, 0xa6, 0xa9, 0x28, 0xb7, 0xa4, 0x5f, 0x8b, 0x9, 0x5f, 0x17, 0xc1, 0x85, 0x21}} - return a, nil -} - -var __1619094007_add_joined_chat_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xca\xcf\xcc\x4b\x4d\x51\xf0\xf4\x0b\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x0a\x0d\x70\x71\x0c\x81\xa9\x0e\x76\x0d\x81\x29\xb3\x55\x30\x50\x08\xf7\x70\x0d\x72\x45\x08\xf8\x85\xfa\xf8\x58\x73\x71\x01\x02\x00\x00\xff\xff\xa1\x89\x52\x8b\x65\x00\x00\x00") - -func _1619094007_add_joined_chat_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1619094007_add_joined_chat_fieldUpSql, - "1619094007_add_joined_chat_field.up.sql", - ) -} - -func _1619094007_add_joined_chat_fieldUpSql() (*asset, error) { - bytes, err := _1619094007_add_joined_chat_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1619094007_add_joined_chat_field.up.sql", size: 101, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfa, 0x30, 0x81, 0x3a, 0x2f, 0x9f, 0xb3, 0x0, 0x55, 0x8e, 0x1d, 0xa8, 0xb0, 0x68, 0xf0, 0x40, 0x1a, 0x6c, 0xaa, 0xfc, 0x33, 0xd1, 0xd1, 0x55, 0x3f, 0xf2, 0xbd, 0x54, 0xa1, 0x2b, 0x40, 0x95}} - return a, nil -} - -var __1619099821_add_last_synced_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xae\xcc\x4b\x4e\x4d\x89\x2f\xc9\x57\xf0\xf4\x0b\x71\x75\x77\x0d\x52\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x22\x46\x67\x5a\x51\x7e\x2e\x21\xbd\xa5\xc5\xa9\x45\xf1\xb9\xa9\xc5\xc5\x89\xe9\xa9\x28\x66\xa4\x27\x16\xa0\x18\x40\x82\x36\x84\x8b\xad\xb9\x00\x01\x00\x00\xff\xff\x9d\x7c\x6a\xe7\xe2\x00\x00\x00") - -func _1619099821_add_last_synced_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1619099821_add_last_synced_fieldUpSql, - "1619099821_add_last_synced_field.up.sql", - ) -} - -func _1619099821_add_last_synced_fieldUpSql() (*asset, error) { - bytes, err := _1619099821_add_last_synced_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1619099821_add_last_synced_field.up.sql", size: 226, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0x52, 0x22, 0xe, 0x2f, 0xd7, 0x93, 0x5f, 0x42, 0xc2, 0x93, 0x4, 0x35, 0x6f, 0xc9, 0x19, 0xed, 0x6b, 0x52, 0x6f, 0xae, 0x99, 0xe2, 0x68, 0x3d, 0x4f, 0x40, 0xe, 0xe1, 0xa, 0x47, 0x21}} - return a, nil -} - -var __1621933219_add_mentionedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0a\x80\x30\x0c\x05\xd0\xdd\x53\xfc\x7b\x38\xa5\x36\x9d\x62\x0b\x9a\xce\x22\x18\xc4\xa1\x15\x8c\xde\xdf\x47\xa2\xbc\x40\x29\x08\xe3\x73\x7b\xb6\x66\xee\xfb\x69\x0e\x8a\x11\x53\x91\x3a\x67\x34\xeb\xef\x75\x77\x3b\x10\x4a\x11\xa6\x8c\xc8\x89\xaa\x28\x12\xc9\xca\xe3\xf0\x07\x00\x00\xff\xff\x76\x1d\xdd\xab\x46\x00\x00\x00") - -func _1621933219_add_mentionedUpSqlBytes() ([]byte, error) { - return bindataRead( - __1621933219_add_mentionedUpSql, - "1621933219_add_mentioned.up.sql", - ) -} - -func _1621933219_add_mentionedUpSql() (*asset, error) { - bytes, err := _1621933219_add_mentionedUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1621933219_add_mentioned.up.sql", size: 70, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x76, 0x8a, 0xc9, 0x7, 0x8f, 0xa5, 0xcb, 0x12, 0x21, 0x4e, 0xfe, 0x96, 0x77, 0xcf, 0x7f, 0x76, 0x75, 0x36, 0x2c, 0xf8, 0x1d, 0x13, 0xcb, 0xcd, 0x6e, 0x70, 0xbf, 0xf5, 0x93, 0x67, 0xd1}} - return a, nil -} - -var __1622010048_add_unviewed_mentions_countUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xcd\x2b\xcb\x4c\x2d\x4f\x4d\x89\xcf\x4d\xcd\x2b\xc9\xcc\xcf\x2b\x8e\x4f\xce\x2f\xcd\x2b\x51\xf0\xf4\x0b\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x0a\x0d\x70\x71\x0c\x81\x69\x0f\x76\x0d\xc1\xa9\xcf\x16\xa4\x1a\x10\x00\x00\xff\xff\x0f\xdf\x43\x35\x72\x00\x00\x00") - -func _1622010048_add_unviewed_mentions_countUpSqlBytes() ([]byte, error) { - return bindataRead( - __1622010048_add_unviewed_mentions_countUpSql, - "1622010048_add_unviewed_mentions_count.up.sql", - ) -} - -func _1622010048_add_unviewed_mentions_countUpSql() (*asset, error) { - bytes, err := _1622010048_add_unviewed_mentions_countUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1622010048_add_unviewed_mentions_count.up.sql", size: 114, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0x16, 0x85, 0xa6, 0x5b, 0xe1, 0x66, 0xb9, 0x84, 0xbe, 0x7f, 0xa, 0x77, 0x23, 0xb9, 0xef, 0x8e, 0x2, 0x8, 0xfc, 0x61, 0xb2, 0x43, 0xa9, 0x63, 0xae, 0xb4, 0xdf, 0x30, 0xb1, 0x61, 0x4b}} - return a, nil -} - -var __1622061278_add_message_activity_center_notification_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xb1\x0a\xc3\x20\x10\x06\xe0\xbd\x4f\xf1\xbf\x47\xa7\xb3\xda\xe9\xaa\x50\x74\x16\x91\x4b\xb8\x21\x0a\xf1\x08\xe4\xed\xf3\x11\xe7\xf0\x47\x26\xc7\x01\xad\x9b\x5e\x6a\x77\xed\x32\x4c\xce\x3a\xa6\xe9\xa6\xbd\x99\xce\xb1\x40\xde\xe3\x93\xb8\xfc\x22\x0e\x59\xab\xed\x02\xc7\xc9\xc1\x87\x2f\x15\xce\x88\x85\xf9\xfd\x7a\x02\x00\x00\xff\xff\xa2\xbd\x4d\x28\x50\x00\x00\x00") - -func _1622061278_add_message_activity_center_notification_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1622061278_add_message_activity_center_notification_fieldUpSql, - "1622061278_add_message_activity_center_notification_field.up.sql", - ) -} - -func _1622061278_add_message_activity_center_notification_fieldUpSql() (*asset, error) { - bytes, err := _1622061278_add_message_activity_center_notification_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1622061278_add_message_activity_center_notification_field.up.sql", size: 80, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8, 0xc, 0xa6, 0x1f, 0xa5, 0xc6, 0x7c, 0x6f, 0xab, 0x2c, 0x2d, 0xb5, 0xa4, 0xdd, 0xc1, 0xd6, 0x44, 0x83, 0xf9, 0xb1, 0xa5, 0xce, 0x34, 0x3d, 0x2, 0xa9, 0x35, 0xcf, 0xc6, 0xb2, 0x43, 0x37}} - return a, nil -} - -var __1622464518_set_synced_to_fromUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x48\xce\x48\x2c\x29\x56\x08\x76\x0d\x51\x28\xae\xcc\x4b\x4e\x4d\x89\x2f\xc9\x57\xb0\x55\x28\x2e\x29\x4a\x2b\xc9\xcc\x4d\xd5\x50\x57\x2d\x56\xd7\x51\x50\xcf\xcb\x2f\x57\xd7\x54\xd0\x55\xb0\x30\x33\x31\x30\xd0\x81\x29\x4d\x2b\xca\xcf\x25\xa4\xd8\x9a\x0b\x10\x00\x00\xff\xff\x55\xfe\xb4\x0a\x69\x00\x00\x00") - -func _1622464518_set_synced_to_fromUpSqlBytes() ([]byte, error) { - return bindataRead( - __1622464518_set_synced_to_fromUpSql, - "1622464518_set_synced_to_from.up.sql", - ) -} - -func _1622464518_set_synced_to_fromUpSql() (*asset, error) { - bytes, err := _1622464518_set_synced_to_fromUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1622464518_set_synced_to_from.up.sql", size: 105, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0x3e, 0x2b, 0xa, 0x1e, 0xc7, 0x6d, 0x6f, 0xd1, 0x1d, 0xe8, 0x4b, 0xdd, 0x92, 0x76, 0xea, 0xf2, 0x3e, 0x15, 0x85, 0xc4, 0xc3, 0x31, 0xf1, 0xc0, 0xa2, 0xd7, 0x47, 0xde, 0x4e, 0xfd, 0xc6}} - return a, nil -} - -var __1622464519_add_chat_descriptionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\x4e\x2e\xca\x2c\x28\xc9\xcc\xcf\x53\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x81\x69\x0a\x76\x0d\x41\x51\x6d\x0b\x56\x02\x08\x00\x00\xff\xff\x12\x5c\x00\x32\x5d\x00\x00\x00") - -func _1622464519_add_chat_descriptionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1622464519_add_chat_descriptionUpSql, - "1622464519_add_chat_description.up.sql", - ) -} - -func _1622464519_add_chat_descriptionUpSql() (*asset, error) { - bytes, err := _1622464519_add_chat_descriptionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1622464519_add_chat_description.up.sql", size: 93, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x2e, 0x89, 0x31, 0xec, 0xef, 0xeb, 0x43, 0xf5, 0x96, 0x6d, 0xce, 0x91, 0x8a, 0x37, 0x2a, 0x11, 0x7a, 0x3f, 0xd9, 0x10, 0xbb, 0xa1, 0xbc, 0x7, 0xe0, 0x3b, 0xa5, 0xf4, 0xa6, 0xf4, 0xa1}} - return a, nil -} - -var __1622622253_add_pinned_by_to_pin_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\xc8\xcc\x8b\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x03\x89\xe7\xa5\xa6\xc4\x27\x55\x2a\x84\xb8\x46\x84\x58\x73\x01\x02\x00\x00\xff\xff\x49\x42\xde\xda\x34\x00\x00\x00") - -func _1622622253_add_pinned_by_to_pin_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1622622253_add_pinned_by_to_pin_messagesUpSql, - "1622622253_add_pinned_by_to_pin_messages.up.sql", - ) -} - -func _1622622253_add_pinned_by_to_pin_messagesUpSql() (*asset, error) { - bytes, err := _1622622253_add_pinned_by_to_pin_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1622622253_add_pinned_by_to_pin_messages.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x94, 0xa3, 0x45, 0x91, 0x1e, 0x66, 0xd1, 0x96, 0x5a, 0xaf, 0xfa, 0x29, 0x39, 0xa8, 0x3a, 0x97, 0x4c, 0x65, 0x6, 0x96, 0x90, 0x4c, 0xfe, 0xce, 0x7d, 0x5d, 0xd4, 0xb3, 0x8, 0x6d, 0x5f}} - return a, nil -} - -var __1623938329_add_author_activity_center_notification_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x2e\xc9\x2c\xcb\x2c\xa9\x8c\x4f\x4e\xcd\x2b\x49\x2d\x8a\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2c\x2d\xc9\xc8\x2f\x52\x08\x71\x8d\x08\xb1\xe6\x02\x04\x00\x00\xff\xff\xc4\xaa\x64\x1f\x42\x00\x00\x00") - -func _1623938329_add_author_activity_center_notification_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1623938329_add_author_activity_center_notification_fieldUpSql, - "1623938329_add_author_activity_center_notification_field.up.sql", - ) -} - -func _1623938329_add_author_activity_center_notification_fieldUpSql() (*asset, error) { - bytes, err := _1623938329_add_author_activity_center_notification_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1623938329_add_author_activity_center_notification_field.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0xe6, 0xa7, 0xd5, 0x26, 0xff, 0xab, 0x92, 0x88, 0xf0, 0xd3, 0x34, 0xd9, 0x2f, 0xe7, 0x18, 0x1a, 0x40, 0xf9, 0xbe, 0x8e, 0xfc, 0xd0, 0x4f, 0x1f, 0x4a, 0xb9, 0x83, 0x3f, 0xa9, 0xde, 0xb}} - return a, nil -} - -var __1623938330_add_edit_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xc1\x8a\x83\x30\x14\x45\xf7\xf9\x8a\xb7\x54\xf0\x0f\x5c\xbd\xd1\xc7\x8c\x4c\x8c\x25\xc4\x52\x57\x41\xcc\xa3\x95\xb6\x08\x26\x42\x3f\xbf\x08\x16\x29\xc4\xf5\xb9\xf7\x72\x2e\x4a\x43\x1a\x0c\xfe\x48\x82\xc5\xf3\x6c\x9f\xec\x7d\x7f\x65\x0f\x58\x96\x50\x34\xb2\xad\x15\xb0\x1b\x03\x3b\xdb\x07\xa8\x94\xa1\x5f\xd2\xb9\x10\x85\x26\x34\x14\x6b\xda\x35\xee\x21\x11\x00\xc3\x63\x1a\xee\x9f\x12\xa8\xc6\x80\x6a\xa5\xcc\x56\x72\xeb\x83\x1d\x1d\x9c\x51\x17\x7f\xf8\xcd\xb6\xa1\x23\xec\xa7\x65\x1e\x38\x8a\x02\xbf\x42\x14\x1c\x4c\x9d\x74\x55\xa3\xee\xe0\x9f\xba\x64\x74\xa9\x48\xf7\x63\x95\x2a\xe9\x12\x3b\x66\x77\x3d\xbb\xa9\x34\x2a\x16\x4c\xf6\x60\xb6\x49\xa7\xb9\x78\x07\x00\x00\xff\xff\x6a\x1b\xa7\x21\x71\x01\x00\x00") - -func _1623938330_add_edit_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1623938330_add_edit_messagesUpSql, - "1623938330_add_edit_messages.up.sql", - ) -} - -func _1623938330_add_edit_messagesUpSql() (*asset, error) { - bytes, err := _1623938330_add_edit_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1623938330_add_edit_messages.up.sql", size: 369, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xd2, 0xce, 0xe, 0x5c, 0x19, 0xbe, 0x5e, 0x29, 0xbe, 0x9b, 0x31, 0x53, 0x76, 0xb2, 0xc8, 0x56, 0xf0, 0x82, 0xfe, 0x7d, 0x6c, 0xe8, 0x5c, 0xe9, 0x7a, 0x5d, 0x5, 0xc4, 0x92, 0x38, 0xe3}} - return a, nil -} - -var __1624978434_add_muted_communityUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xc6\x21\x1a\x84\x20\x10\x05\xe0\xbe\xa7\x78\xf7\xd8\x34\x2c\x43\x7a\xcb\x7c\x9f\x0e\xd9\xa0\x04\x02\x1a\x84\xfb\x5b\x6d\xbf\xd0\x75\x81\x4b\xa0\x62\xbf\x7a\x9f\x67\x1b\xad\xde\xdb\xcb\x90\x18\xf1\x33\x96\x7f\x46\x9f\xa3\x1e\x08\x66\x44\x36\x47\x2e\x24\xa2\x26\x29\x74\x24\xe1\xaa\xdf\xcf\x13\x00\x00\xff\xff\x67\xa1\x66\x87\x52\x00\x00\x00") - -func _1624978434_add_muted_communityUpSqlBytes() ([]byte, error) { - return bindataRead( - __1624978434_add_muted_communityUpSql, - "1624978434_add_muted_community.up.sql", - ) -} - -func _1624978434_add_muted_communityUpSql() (*asset, error) { - bytes, err := _1624978434_add_muted_communityUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1624978434_add_muted_community.up.sql", size: 82, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0xdc, 0x6e, 0x6f, 0x97, 0xc7, 0x3d, 0x50, 0xab, 0x80, 0x87, 0x44, 0x43, 0x38, 0xe6, 0xc5, 0xc1, 0x91, 0x26, 0xf, 0x16, 0xe, 0xd9, 0x32, 0x37, 0x25, 0x96, 0x25, 0x6, 0xc8, 0xb5, 0x4a}} - return a, nil -} - -var __1625018910_add_repply_message_activity_center_notification_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x42\x21\x10\x06\xe0\x7d\xa7\xf8\xef\xd1\x6a\x4c\x5b\x4d\x4f\x08\x5d\x8b\xc8\x14\x03\xa5\xa1\x43\xe0\xed\xdf\x47\x9c\xc2\x13\x89\x1c\x07\xd4\x66\xfa\x57\xdb\xa5\x49\x37\x99\xa5\x0f\xd3\x97\xb6\x6a\x3a\xfa\x02\x79\x8f\x5b\xe4\xfc\x38\x30\xe5\xf7\xd9\xe5\x2b\x6b\xd5\xb7\xc0\x71\x74\xf0\xe1\x4e\x99\x13\x8e\xcc\x7c\xbd\x9c\x01\x00\x00\xff\xff\x74\xe9\xc7\x31\x56\x00\x00\x00") - -func _1625018910_add_repply_message_activity_center_notification_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1625018910_add_repply_message_activity_center_notification_fieldUpSql, - "1625018910_add_repply_message_activity_center_notification_field.up.sql", - ) -} - -func _1625018910_add_repply_message_activity_center_notification_fieldUpSql() (*asset, error) { - bytes, err := _1625018910_add_repply_message_activity_center_notification_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1625018910_add_repply_message_activity_center_notification_field.up.sql", size: 86, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0x52, 0x12, 0x40, 0xd8, 0x6f, 0x71, 0x97, 0x46, 0x39, 0xaa, 0x74, 0x41, 0xcd, 0x45, 0x4c, 0xe8, 0xd9, 0xe2, 0x56, 0x8e, 0x78, 0x18, 0x62, 0xf6, 0xa8, 0x36, 0xe9, 0x9a, 0x1f, 0xc, 0xb1}} - return a, nil -} - -var __1625762506_add_deleted_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xdf\x4a\xc3\x30\x14\xc6\xef\xf3\x14\xdf\x65\x0b\x7b\x83\x5d\x9d\x35\x67\x5a\x3c\x4b\x24\xa6\xe2\xae\xc2\x68\x0e\x5a\x9c\x0c\x96\xf6\xfd\x45\x2c\x14\xa5\xbd\xfe\x7d\x7f\x49\x22\x07\x44\x3a\x08\x63\x2a\x7a\x4f\x5f\x5a\xca\xe5\x5d\x0b\xc8\x5a\x34\x5e\xba\x93\x43\xd6\xab\x8e\x9a\x71\xf0\x5e\x60\xf9\x48\x9d\x44\x1c\x49\x5e\x78\x6f\x4c\x13\x98\x22\xaf\x45\xa4\x5f\x5f\x41\x65\x80\xfe\x7a\xeb\x3f\xd1\xba\xc8\x0f\x1c\xe0\x7c\x84\xeb\x44\x76\x3f\xe4\xe3\x32\xa6\x21\xe3\x95\x42\xf3\x48\x7f\xd9\x1c\xb5\x85\xcb\x6d\xba\xf7\xba\x8a\x36\x1c\xcf\xa1\x3d\x51\x38\xe3\x89\xcf\xd5\x90\x6b\x53\x2f\x0f\x5a\x67\xf9\x6d\xfd\x41\x5a\x76\xa4\xb9\xd3\xbb\x7f\x52\xcd\xc3\x58\xaa\x45\xb8\x9b\xd7\xd5\x7b\xf3\x1d\x00\x00\xff\xff\xe9\x4c\x40\xd6\x65\x01\x00\x00") - -func _1625762506_add_deleted_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1625762506_add_deleted_messagesUpSql, - "1625762506_add_deleted_messages.up.sql", - ) -} - -func _1625762506_add_deleted_messagesUpSql() (*asset, error) { - bytes, err := _1625762506_add_deleted_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1625762506_add_deleted_messages.up.sql", size: 357, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x61, 0x42, 0xb6, 0x8c, 0x7f, 0x2d, 0xec, 0xa9, 0x6d, 0x3d, 0x0, 0xa3, 0x32, 0xd8, 0x4a, 0x38, 0x5c, 0x97, 0xfc, 0x68, 0xde, 0xa9, 0xb7, 0xd8, 0xde, 0xb, 0x29, 0x93, 0xdc, 0x81, 0xf8}} - return a, nil -} - -var __1627388946_add_communities_synced_atUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x47\x62\x2b\x38\xba\xb8\x28\x38\xfb\xfb\x84\xfa\xfa\x29\x14\x57\xe6\x25\xa7\xa6\xc4\x27\x96\x28\x84\x78\xfa\xba\x06\x87\x38\xfa\x06\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x28\xf8\xf9\x87\x28\xf8\x85\xfa\xf8\x58\x73\x01\x02\x00\x00\xff\xff\x1e\x20\xbb\x45\x57\x00\x00\x00") - -func _1627388946_add_communities_synced_atUpSqlBytes() ([]byte, error) { - return bindataRead( - __1627388946_add_communities_synced_atUpSql, - "1627388946_add_communities_synced_at.up.sql", - ) -} - -func _1627388946_add_communities_synced_atUpSql() (*asset, error) { - bytes, err := _1627388946_add_communities_synced_atUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1627388946_add_communities_synced_at.up.sql", size: 87, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc1, 0xbd, 0x9b, 0x6a, 0xc9, 0x1a, 0x7a, 0x34, 0xcf, 0x5f, 0x80, 0x9e, 0x8c, 0x1c, 0xc0, 0xec, 0x4e, 0x78, 0xb0, 0x2d, 0x15, 0x77, 0x38, 0x4a, 0x6a, 0x5, 0x84, 0xf5, 0x8d, 0x8b, 0xbe, 0x9}} - return a, nil -} - -var __1628280060_createUsermessagesIndexSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\x2f\x4a\x4d\x4c\x81\xf3\x14\xfc\xfd\x50\xa5\x35\x72\xf2\x93\x13\x73\xe2\x93\x33\x12\x4b\xe2\x33\x53\x74\x14\x8a\x53\x53\xf3\x34\xad\xb9\x00\x01\x00\x00\xff\xff\xd5\xb8\x15\xac\x50\x00\x00\x00") - -func _1628280060_createUsermessagesIndexSqlBytes() ([]byte, error) { - return bindataRead( - __1628280060_createUsermessagesIndexSql, - "1628280060_create-usermessages-index.sql", - ) -} - -func _1628280060_createUsermessagesIndexSql() (*asset, error) { - bytes, err := _1628280060_createUsermessagesIndexSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1628280060_create-usermessages-index.sql", size: 80, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x6f, 0x70, 0x47, 0x40, 0xab, 0xa8, 0x60, 0xe0, 0xf9, 0x8, 0x7e, 0x19, 0x9d, 0xba, 0x33, 0x16, 0xfc, 0x3c, 0xdc, 0xa8, 0xa6, 0x53, 0x61, 0x39, 0x82, 0x91, 0xcf, 0x69, 0xd8, 0xf2, 0xcf}} - return a, nil -} - -var __1632303896_modify_contacts_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xc1\x6e\xa3\x30\x10\xbd\xfb\x2b\x46\x95\xaa\x26\x55\xd5\x2a\x6d\xe2\x3d\xa0\x1c\x68\x70\xb4\xd1\x52\xa8\x80\x68\x7b\xb3\x1c\xe3\x6c\xac\x10\x1c\xc5\x86\xdd\xfc\xfd\x0a\x0a\x09\x64\x8b\xca\x96\x1b\x6f\xe6\x3d\xde\x3c\xcd\x60\xbb\x11\x09\x20\xb2\x9f\x5d\x02\x5c\xa5\x86\x71\xa3\xc1\x76\x1c\x98\xf9\xee\xf2\xc5\x03\x16\xc7\x22\x86\x67\xdf\x77\x89\xed\x81\x43\xe6\xf6\xd2\x8d\x60\x6e\xbb\x21\xb1\xd0\x67\xe4\x0d\xd3\xb4\x14\xa0\x99\xfe\xaa\xc6\x2a\x51\x7c\xdb\x6d\x01\xcd\x02\x62\x47\x04\x16\x9e\x43\xde\xc0\xec\xf6\xf4\x24\xe2\x7b\x27\xc1\xc1\x46\xfc\x19\xe8\xa3\x36\x62\x47\x0d\xfb\xa5\x87\x43\x0b\xa1\xe5\xab\x53\x30\x4f\xfd\x21\x89\xaa\x71\xa7\x30\x82\x9f\xdf\x49\x40\xe0\x92\x07\xee\xe2\x07\x81\x9b\x6b\x3c\xc2\x63\x3c\xc6\x13\x3c\xbe\xbe\xb1\x3e\x54\x6a\xcd\xfe\xb9\xe0\xb7\x47\x3c\xc1\x4f\x78\xd2\x25\x57\xc7\xd0\xc3\xda\x23\xe6\x78\x8d\x9f\xf0\xaa\xb6\xd7\x8a\xa8\x56\x7d\x37\x07\x2a\x3d\x87\x54\x22\xc3\xae\xfe\xd6\x40\x4d\x5a\xb3\xd0\xc9\xae\xfd\x37\x89\x15\xd6\xc9\x49\x14\x67\x09\x4d\x25\xdf\xa6\x6c\x27\x5a\xd4\x76\xe9\x52\xa1\xb9\x06\x34\x16\x89\x30\xa2\xb5\x0d\xa5\xdb\xbb\x3a\xd3\x3b\xf8\x47\x0d\x39\xc4\x25\x11\x81\x79\xe0\xbf\x9c\x68\xe8\x3d\x77\xcf\x8f\xaa\xa4\xc0\xf6\x9c\xf2\xb5\x1e\xe4\x04\xb4\x22\x29\xd1\x0b\xc7\x30\x9d\xc2\xd5\x15\xf8\xc1\xc5\xb7\x61\x11\x82\xb7\x74\xdd\x21\x82\xf2\xa9\x04\x81\xbc\x2d\xc2\x28\x84\x41\x48\x5c\x32\x8b\x60\x54\x39\xdb\x30\x43\x65\x2c\x52\x23\xcd\xf1\xbc\xf8\xb2\xda\x10\x59\xac\x8b\xbc\xaf\x70\x2a\xe3\x7e\xaa\x22\xd5\x34\x17\x07\xb9\x96\x9c\x19\xa9\x52\x7a\x10\x5c\x1d\x62\x0d\x39\x34\x85\xf3\xfb\x7d\xb6\x4a\x24\xa7\x5b\x71\x2c\x22\x7b\xb8\x45\xbf\x55\x96\xc4\xb0\x12\xc0\x95\x4a\xc0\x28\x38\x88\x9d\xca\x05\x98\x8d\xd0\x05\x98\x64\xbb\x54\xa3\x8f\x4f\xde\x09\xfc\xd7\xfa\xe6\x8b\x24\x3a\xfe\x0c\xcd\xb6\xb3\x51\x11\xff\x67\x3b\x65\xa6\x07\x23\x16\xb9\xe4\x82\xca\x74\xad\x7a\x74\x37\x8e\xb1\x47\xb7\x39\xc8\x55\x66\x04\x35\x8a\x1a\x96\x6c\x7b\x30\x12\xa6\x0d\x2d\x86\xe0\xc5\xba\xd1\x9c\x25\x59\x9f\x94\xf6\x1b\x65\x94\x85\x6e\x1f\x10\x2a\xe1\xce\x13\xb1\xba\xea\x16\xfa\x1b\x00\x00\xff\xff\xc7\x82\x3b\x63\x26\x06\x00\x00") - -func _1632303896_modify_contacts_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1632303896_modify_contacts_tableUpSql, - "1632303896_modify_contacts_table.up.sql", - ) -} - -func _1632303896_modify_contacts_tableUpSql() (*asset, error) { - bytes, err := _1632303896_modify_contacts_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1632303896_modify_contacts_table.up.sql", size: 1574, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x1e, 0x6c, 0x3c, 0xd, 0xd7, 0x7d, 0xbb, 0x19, 0xbc, 0xe4, 0x7, 0xfd, 0xf8, 0x66, 0x6d, 0x78, 0xf6, 0x4, 0xe6, 0x51, 0xe4, 0xe6, 0xdc, 0xe, 0x5a, 0x2e, 0xac, 0xe6, 0xe7, 0x24, 0x69}} - return a, nil -} - -var __1633349838_add_emoji_column_in_chatsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\xcd\xcf\xca\x54\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x02\x04\x00\x00\xff\xff\x90\x35\x91\xff\x34\x00\x00\x00") - -func _1633349838_add_emoji_column_in_chatsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1633349838_add_emoji_column_in_chatsUpSql, - "1633349838_add_emoji_column_in_chats.up.sql", - ) -} - -func _1633349838_add_emoji_column_in_chatsUpSql() (*asset, error) { - bytes, err := _1633349838_add_emoji_column_in_chatsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1633349838_add_emoji_column_in_chats.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x33, 0xcb, 0x3b, 0xa9, 0x99, 0x77, 0x6a, 0xea, 0xc4, 0x39, 0xd7, 0xa1, 0x49, 0xa7, 0xdf, 0xff, 0x72, 0xda, 0x34, 0x21, 0x67, 0x66, 0xca, 0x65, 0x46, 0x1, 0xa6, 0x4e, 0xf9, 0x38, 0x86}} - return a, nil -} - -var __1634831235_add_highlight_column_in_chatsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xc8\x4c\xcf\xc8\xc9\x4c\xcf\x28\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\x02\x04\x00\x00\xff\xff\xca\x1c\x2b\x08\x3e\x00\x00\x00") - -func _1634831235_add_highlight_column_in_chatsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1634831235_add_highlight_column_in_chatsUpSql, - "1634831235_add_highlight_column_in_chats.up.sql", - ) -} - -func _1634831235_add_highlight_column_in_chatsUpSql() (*asset, error) { - bytes, err := _1634831235_add_highlight_column_in_chatsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1634831235_add_highlight_column_in_chats.up.sql", size: 62, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaa, 0x63, 0x5c, 0x73, 0x19, 0x83, 0xbd, 0x35, 0x80, 0x9f, 0x66, 0xec, 0x4c, 0xbc, 0x9d, 0x2d, 0x52, 0x91, 0x6d, 0xb3, 0x2b, 0x87, 0xde, 0x24, 0x46, 0x5c, 0xd, 0xfd, 0x78, 0xf5, 0xe3, 0xe9}} - return a, nil -} - -var __1634896007_add_last_updated_locally_and_removedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\xcd\x2f\x4b\x4d\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\x22\xa4\x3d\x27\xb1\xb8\x24\xbe\xb4\x20\x25\xb1\x24\x35\x25\x3e\x27\x3f\x39\x31\x27\xa7\x52\xc1\xd3\x2f\x04\x6e\x8e\x81\x35\x17\x20\x00\x00\xff\xff\xab\xe8\x7d\xf0\x83\x00\x00\x00") - -func _1634896007_add_last_updated_locally_and_removedUpSqlBytes() ([]byte, error) { - return bindataRead( - __1634896007_add_last_updated_locally_and_removedUpSql, - "1634896007_add_last_updated_locally_and_removed.up.sql", - ) -} - -func _1634896007_add_last_updated_locally_and_removedUpSql() (*asset, error) { - bytes, err := _1634896007_add_last_updated_locally_and_removedUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1634896007_add_last_updated_locally_and_removed.up.sql", size: 131, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0xa8, 0x34, 0xe2, 0xc0, 0x62, 0xc8, 0xd6, 0x5a, 0x87, 0xe3, 0x70, 0xe1, 0xc4, 0x16, 0x9c, 0x60, 0x2e, 0x98, 0xf0, 0x91, 0x84, 0xbe, 0xe0, 0xdf, 0x3e, 0x4d, 0x24, 0xc4, 0x6c, 0x40, 0x17}} - return a, nil -} - -var __1635840039_add_clock_read_at_column_in_chatsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcc\xc1\x6a\x83\x30\x18\x07\xf0\xbb\x4f\xf1\x3f\x6e\xe0\x61\x77\xd9\x21\x33\x19\x08\x59\x1c\x2e\xc2\x6e\x1f\x21\xf9\x68\xa5\x51\xc1\x68\xe9\xe3\x97\x1c\x2a\xf6\xd2\x07\xf8\xfd\x84\xb6\xaa\x83\x15\x5f\x5a\xc1\x9f\xdd\x9a\x20\xa4\x44\xdd\xea\xfe\xc7\x60\x61\x17\x68\xe4\x94\xdc\x89\x13\xb9\x95\x7c\x9c\xfd\x85\xae\x2e\x6e\x8c\xc6\x58\x48\xf5\x2d\x7a\x6d\xf1\x51\x15\xfd\xaf\x14\xf6\x71\xfc\x29\xfb\x1a\x7f\x66\x52\x77\x2a\x93\xc6\x48\xf5\x8f\x38\x7b\x17\x29\x73\x1a\x02\x25\xe6\x89\x46\x9e\xd6\x61\x9e\x38\x1c\x29\x0d\xe1\x86\xd6\x60\x4b\xbc\xec\xfd\xdb\x93\x2e\x91\x79\x89\xdd\x97\x38\x04\xef\x55\x71\x0f\x00\x00\xff\xff\xab\x82\x7c\xe1\xf5\x00\x00\x00") - -func _1635840039_add_clock_read_at_column_in_chatsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1635840039_add_clock_read_at_column_in_chatsUpSql, - "1635840039_add_clock_read_at_column_in_chats.up.sql", - ) -} - -func _1635840039_add_clock_read_at_column_in_chatsUpSql() (*asset, error) { - bytes, err := _1635840039_add_clock_read_at_column_in_chatsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1635840039_add_clock_read_at_column_in_chats.up.sql", size: 245, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6c, 0xba, 0x3f, 0xba, 0x1a, 0x71, 0xa8, 0x9, 0x19, 0xbe, 0x1e, 0x38, 0x50, 0x30, 0x3a, 0x52, 0x15, 0x29, 0xee, 0x49, 0x19, 0x6f, 0x53, 0xc2, 0xc6, 0x6c, 0xd9, 0x80, 0x7e, 0xb9, 0x58, 0x7a}} - return a, nil -} - -var __1637852321_add_received_invitation_admin_column_in_chatsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\x4d\x4e\xcd\x2c\x4b\x4d\x89\xcf\xcc\x2b\xcb\x2c\x49\x2c\xc9\xcc\xcf\x8b\x4f\x4c\xc9\xcd\xcc\x53\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x02\x04\x00\x00\xff\xff\xe2\x70\xa1\x0b\x48\x00\x00\x00") - -func _1637852321_add_received_invitation_admin_column_in_chatsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1637852321_add_received_invitation_admin_column_in_chatsUpSql, - "1637852321_add_received_invitation_admin_column_in_chats.up.sql", - ) -} - -func _1637852321_add_received_invitation_admin_column_in_chatsUpSql() (*asset, error) { - bytes, err := _1637852321_add_received_invitation_admin_column_in_chatsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1637852321_add_received_invitation_admin_column_in_chats.up.sql", size: 72, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0x8b, 0x92, 0x56, 0x83, 0x70, 0x7f, 0x6, 0xb2, 0xd, 0x1c, 0x2f, 0xcc, 0x93, 0xc3, 0x85, 0x8c, 0xc2, 0x38, 0x94, 0x7e, 0x88, 0x3f, 0x39, 0x34, 0xf8, 0x90, 0xcf, 0x83, 0x68, 0x3d, 0xe5}} - return a, nil -} - -var __1645034601_display_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xc9\x2c\x2e\xc8\x49\xac\x8c\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x55\xab\x2d\x58\x19\x20\x00\x00\xff\xff\xb1\x9a\x55\xd1\x6e\x00\x00\x00") - -func _1645034601_display_nameUpSqlBytes() ([]byte, error) { - return bindataRead( - __1645034601_display_nameUpSql, - "1645034601_display_name.up.sql", - ) -} - -func _1645034601_display_nameUpSql() (*asset, error) { - bytes, err := _1645034601_display_nameUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1645034601_display_name.up.sql", size: 110, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0xfc, 0xda, 0x70, 0x53, 0x19, 0x90, 0x20, 0x4, 0x1c, 0x99, 0x42, 0x53, 0x1a, 0xd6, 0xb8, 0xbb, 0x8a, 0xe8, 0xbe, 0xcc, 0xb7, 0xc, 0x7f, 0x73, 0x50, 0x18, 0xf1, 0x8b, 0x18, 0x54, 0x64}} - return a, nil -} - -var __1645034602_add_mutual_contact_requestUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x3d\xda\x90\x3f\xf0\x49\xb6\x05\x35\x55\xa4\x22\x94\xd2\x9c\x84\x50\x17\x23\x52\x3b\xad\x77\x7d\xe8\xdf\x97\xd0\x24\x44\xd0\x94\x9c\x67\xde\xec\xec\x74\x4e\x49\xaf\xc0\xcb\x56\x2b\x48\xc7\x99\x63\xe2\xb0\xe0\xd7\x8a\xc4\x04\x95\x00\xa0\x3c\xce\x79\x1e\xc3\x01\xbf\xe1\x55\xba\xee\x49\x3a\x30\xd6\x83\xd9\x69\xbd\x11\x70\x85\xee\xe9\x27\x3e\xf2\xba\x20\xb4\xda\xb6\x85\xc4\x79\x42\xe2\x38\x7d\xc2\x60\x7c\xa1\xbc\xb8\x61\x2b\xdd\x1e\x9e\xd5\x1e\xaa\x9b\x06\x9b\xdb\x73\xb5\xa8\x1b\x21\xa4\xf6\xca\x95\x0f\x10\xc8\xbe\x87\xce\xea\xdd\xd6\x5c\x81\x09\x89\xe2\x88\x21\xbf\x5f\x6a\x36\x0f\xb3\xe7\x41\x42\xfa\x38\xa6\xc3\xa9\x6c\x89\xae\x84\xcb\x25\xff\x5f\x9e\x38\x32\xfe\xf2\xe2\xbc\xfc\x60\x7a\xf5\x76\xc7\x68\x4d\x19\x5d\xfd\x69\xab\x1b\xf1\x13\x00\x00\xff\xff\xdb\x9e\x87\x1a\xc6\x01\x00\x00") - -func _1645034602_add_mutual_contact_requestUpSqlBytes() ([]byte, error) { - return bindataRead( - __1645034602_add_mutual_contact_requestUpSql, - "1645034602_add_mutual_contact_request.up.sql", - ) -} - -func _1645034602_add_mutual_contact_requestUpSql() (*asset, error) { - bytes, err := _1645034602_add_mutual_contact_requestUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1645034602_add_mutual_contact_request.up.sql", size: 454, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1a, 0xe0, 0x5d, 0x68, 0xb8, 0x50, 0xa4, 0xbb, 0x3e, 0x4f, 0x2, 0x87, 0xad, 0x87, 0x6e, 0x38, 0xdf, 0xc8, 0x4c, 0xe2, 0x5f, 0xd1, 0x6, 0xdc, 0xe7, 0xbd, 0x4a, 0x9c, 0xf3, 0x91, 0xa1, 0x51}} - return a, nil -} - -var __1650373957_add_contact_request_stateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x83\x89\xc5\x17\xa5\x16\x96\xa6\x16\x97\xc4\x17\x97\x24\x96\xa4\x2a\x78\xfa\x85\x58\x73\x01\x02\x00\x00\xff\xff\x0c\x1a\x7b\x73\x3b\x00\x00\x00") - -func _1650373957_add_contact_request_stateUpSqlBytes() ([]byte, error) { - return bindataRead( - __1650373957_add_contact_request_stateUpSql, - "1650373957_add_contact_request_state.up.sql", - ) -} - -func _1650373957_add_contact_request_stateUpSql() (*asset, error) { - bytes, err := _1650373957_add_contact_request_stateUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1650373957_add_contact_request_state.up.sql", size: 59, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0xc1, 0x3f, 0x29, 0xe, 0x19, 0x86, 0x1a, 0x4c, 0x6c, 0x2a, 0x90, 0x9d, 0xdf, 0xb1, 0xb, 0x72, 0x25, 0xcd, 0x6c, 0x5f, 0xd, 0x51, 0x9e, 0x85, 0xc0, 0x9, 0xb7, 0xbc, 0x87, 0x23, 0xec}} - return a, nil -} - -var __1656958989_contact_verificationUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xc1\x6e\xea\x30\x10\x45\xf7\xfe\x8a\xbb\x04\x89\x05\xfb\xe8\x2d\xfc\x12\xa3\x5a\x35\x0e\x75\xc6\x02\x56\x28\x0a\xa6\x8d\x44\x13\x88\x9d\x7e\x7f\x65\x52\x28\x48\x40\x97\x96\xef\x9d\x39\x47\xc3\x15\x09\x03\xe2\xff\x95\x40\xd5\x36\xa1\xac\x82\x07\xcf\x32\xa4\xb9\xb2\x73\x8d\x2f\xd7\xd5\xbb\xba\x2a\x43\xdd\x36\x1b\x1f\xca\xd0\x7b\x48\x4d\xc8\xc4\x8c\x5b\x45\x98\x26\x8c\xd9\x45\xc6\xe9\xaa\x5e\x08\xba\xdb\xfb\x87\x69\x02\x30\x96\x1a\x11\xf3\xc3\x52\x39\x83\xce\x09\x62\x25\x0b\x2a\x10\xba\xde\x07\xb7\xdd\xf4\xde\x75\x1e\x23\x06\xd4\x5b\x90\x58\x11\x16\x46\xce\xb9\x59\xe3\x55\xac\x91\x6b\xa4\xb9\x9e\x29\x99\x12\x8c\x58\x28\x9e\x8a\x09\xc3\x50\xbe\x86\x8c\x83\xb5\x55\xea\x97\x36\xc6\xfa\xc3\xb6\x8c\x3b\xca\xf0\x20\xc4\xc6\x58\x4a\x7a\xc9\x2d\xc1\xe4\x4b\x99\x25\x4f\x91\x6f\x4c\x3b\x77\xec\x9d\x0f\x03\xfa\xae\x6b\x3f\x4f\x26\x27\x83\x13\x61\x7b\xfb\xae\x3e\xca\xfd\xde\x35\xef\x6e\x70\x3c\xa3\xc4\xaf\x9f\x49\xcf\x38\x87\x98\x3f\xb4\x8d\x77\x97\x91\x9d\x3b\xec\xeb\xbf\x5a\x8f\xae\x7a\x3f\x9d\xe6\xba\x20\xc3\x63\x20\x2a\x45\x89\xa6\x3e\xf6\x0e\x56\xcb\x37\x2b\x30\xba\x88\x4e\xce\x86\xe3\x7b\x37\x62\xe3\x84\x7d\x07\x00\x00\xff\xff\x72\xf9\xde\x4a\x70\x02\x00\x00") - -func _1656958989_contact_verificationUpSqlBytes() ([]byte, error) { - return bindataRead( - __1656958989_contact_verificationUpSql, - "1656958989_contact_verification.up.sql", - ) -} - -func _1656958989_contact_verificationUpSql() (*asset, error) { - bytes, err := _1656958989_contact_verificationUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1656958989_contact_verification.up.sql", size: 624, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3a, 0x3f, 0x28, 0x38, 0x33, 0xdb, 0xe9, 0x4d, 0xc0, 0x54, 0x8c, 0x2a, 0x73, 0xc4, 0xdd, 0x5c, 0xc5, 0x1a, 0x93, 0x4b, 0x6, 0x13, 0xbe, 0x42, 0xd2, 0x7f, 0xd4, 0xc, 0xc5, 0x4e, 0x6d, 0xce}} - return a, nil -} - -var __1658236268_add_discord_message_authors_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcc\xc1\x0a\x82\x40\x10\xc6\xf1\xfb\x3e\xc5\x77\x2c\xe8\x0d\x3a\x59\x6d\xb4\x64\x1a\xeb\x88\x7a\x92\x41\xa5\x96\x52\x61\x76\xed\xf9\x43\x83\x08\xba\xfe\x66\xfe\xdf\xde\xea\x88\x34\x28\xda\xc5\x1a\xe6\x88\x24\x25\xe8\xd2\x64\x94\xa1\x75\xbe\x19\xa5\xad\xfb\xce\x7b\xbe\x75\x35\x4f\xe1\x3e\x8a\xc7\x4a\x01\xae\x05\xe9\x92\x70\xb5\xe6\x12\xd9\x0a\x67\x5d\x2d\x69\x92\xc7\xf1\x46\x01\x03\xf7\xdd\xe7\xe3\x57\xe7\x45\x71\xbd\x1b\x38\x8c\xf2\x7f\x1e\x5c\xf3\xf8\x86\x33\xf0\x8b\x03\x4b\x3d\xc9\x73\x21\xb5\x46\x61\xe8\x94\xe6\x04\x9b\x16\xe6\xb0\x55\xea\x1d\x00\x00\xff\xff\x8d\xc7\xa3\xca\xbf\x00\x00\x00") - -func _1658236268_add_discord_message_authors_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1658236268_add_discord_message_authors_tableUpSql, - "1658236268_add_discord_message_authors_table.up.sql", - ) -} - -func _1658236268_add_discord_message_authors_tableUpSql() (*asset, error) { - bytes, err := _1658236268_add_discord_message_authors_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1658236268_add_discord_message_authors_table.up.sql", size: 191, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0xb7, 0xdb, 0x79, 0x1, 0x15, 0xe7, 0x76, 0x5d, 0x22, 0x54, 0x82, 0x9a, 0xbe, 0x24, 0xc1, 0x82, 0xcf, 0x67, 0x91, 0x53, 0xcc, 0xac, 0x74, 0x18, 0x61, 0x69, 0x68, 0x19, 0xca, 0x2b, 0xa8}} - return a, nil -} - -var __1659619997_add_discord_messages_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\x41\x6b\xc2\x30\x1c\x05\xf0\x7b\x3e\xc5\xc3\xd3\x06\xfb\x06\x9e\xb2\x36\x62\x58\x6c\x47\xfc\x77\xea\xa9\x94\xe6\x3f\x2d\xd8\x54\x92\xf4\xb0\x6f\x3f\x2a\xeb\x50\xf1\x98\xfc\xf2\xde\x23\xd2\x90\xb2\x20\xf9\x6e\x14\xc6\xc8\xa1\xee\x39\xc6\xe6\xc8\x11\x32\xcf\x91\x95\xa6\xda\x14\x70\x5d\x6c\x87\xe0\x66\xab\x3b\x07\x52\x7b\x42\xae\x56\xb2\x32\x84\xc5\x62\x29\x44\x66\x95\x24\xf5\x57\xa5\x57\x28\x4a\x82\xda\xeb\x2d\x6d\x1f\xf3\x11\x2f\x02\x98\x4b\x3e\xad\xde\x48\x7b\xc0\x87\x3a\x5c\x33\x45\x65\xcc\x9b\x00\x9a\x31\x9d\x86\xf0\xbf\x75\x4b\xe9\xe7\xc2\xf8\x92\x36\x5b\x4b\x7b\x0f\x5d\xcf\x31\x35\xfd\x05\xba\xa0\xe7\x52\xb3\xeb\x12\xbb\xe9\xc1\x74\xdf\x0e\x3e\xb1\x4f\xd7\x8d\xe9\x1c\xf8\x9b\x03\xfb\x96\x1f\x3f\x7b\x8f\xed\xa9\xf1\x9e\xcf\xcf\xf1\x38\x76\x67\x37\x93\x78\xc5\x4e\xd3\xba\xac\x08\xb6\xdc\xe9\x7c\x29\x7e\x03\x00\x00\xff\xff\x0b\x32\xec\x85\x73\x01\x00\x00") - -func _1659619997_add_discord_messages_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1659619997_add_discord_messages_tableUpSql, - "1659619997_add_discord_messages_table.up.sql", - ) -} - -func _1659619997_add_discord_messages_tableUpSql() (*asset, error) { - bytes, err := _1659619997_add_discord_messages_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1659619997_add_discord_messages_table.up.sql", size: 371, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x12, 0x9c, 0x96, 0xe2, 0x42, 0x3f, 0x94, 0x62, 0xc2, 0x76, 0xab, 0x3b, 0x4c, 0x85, 0x36, 0x48, 0xcc, 0x73, 0x60, 0x93, 0x5a, 0xd6, 0x7, 0xd6, 0x0, 0xee, 0x1b, 0x1e, 0x34, 0x58, 0x99}} - return a, nil -} - -var __1660226788_create_chat_identity_social_linksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\x41\x6a\xc3\x30\x10\x45\xf7\x3a\xc5\x5f\xc6\x90\x1b\x64\xa5\x8a\x09\x15\x55\xe5\x54\x19\x97\x64\x25\x84\x22\xa8\x88\x88\xc1\x96\x4d\x7b\xfb\xe2\xd2\xba\x9b\x52\xb2\x7d\x33\x6f\xe6\x29\x47\x92\x09\x2c\x1f\x0c\x41\xef\x61\x5b\x06\x9d\xf4\x91\x8f\x88\x6f\xa1\xfa\x7c\x49\xb7\x9a\xeb\x87\x1f\xfb\x98\x43\xf1\x25\xdf\xae\x23\x36\x02\x3f\x63\xbc\x4a\xa7\x1e\xa5\xfb\x32\x6d\x67\xcc\x56\x00\xcb\x96\xaf\xe9\xbd\x82\xe9\xc4\x2b\x99\x86\xb2\x82\xce\xea\x97\x8e\x36\xdf\x57\xb6\xbf\x4a\x83\xd6\x42\xb5\x76\x6f\xb4\x62\x38\x3a\x18\xa9\x48\x34\x3b\x21\xee\x6e\x2d\x61\xac\x7e\x48\x31\xe5\x39\x5d\xfe\x8d\xc5\xc1\xe9\x67\xe9\xce\x78\xa2\xf3\x5f\x7f\x97\xd2\x58\xfa\x78\xf5\x73\x28\x53\x82\xb6\xbc\xba\xa2\xd9\x7d\x06\x00\x00\xff\xff\x93\xc8\x9a\xf7\x3e\x01\x00\x00") - -func _1660226788_create_chat_identity_social_linksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660226788_create_chat_identity_social_linksUpSql, - "1660226788_create_chat_identity_social_links.up.sql", - ) -} - -func _1660226788_create_chat_identity_social_linksUpSql() (*asset, error) { - bytes, err := _1660226788_create_chat_identity_social_linksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660226788_create_chat_identity_social_links.up.sql", size: 318, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0x76, 0x40, 0xe9, 0x85, 0xc4, 0x38, 0xf8, 0xe5, 0x5d, 0xe8, 0x13, 0x46, 0x1b, 0xc, 0x1, 0xe9, 0x2f, 0x74, 0xd1, 0x79, 0x59, 0xa4, 0xdb, 0x4a, 0x4a, 0xf4, 0x98, 0x58, 0x3c, 0x57, 0xd3}} - return a, nil -} - -var __1660226789_add_walletconnectsessions_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcb\x31\x8b\x83\x30\x18\x87\xf1\x3d\x9f\xe2\x3f\xde\xc1\x2d\x37\xdf\x94\xb3\xaf\x10\x1a\xad\xc4\x57\xd0\x29\x04\x7d\x0b\x82\x8d\x62\xd2\xf6\xeb\x17\x3a\x74\x71\x7d\x7e\x3c\x85\x23\xcd\x04\xd6\xff\x96\x60\x4a\xd4\x17\x06\xf5\xa6\xe5\x16\xcf\xb0\x2c\x92\xfd\xb8\xc6\x28\x63\xf6\x8f\x5f\x9f\x24\xa5\x79\x8d\x09\x5f\x0a\xd8\x44\x76\x3f\x4f\x68\x9c\xa9\xb4\x1b\x70\xa6\xe1\x7d\xd7\x9d\xb5\x3f\x0a\x98\xc2\xb6\xf9\x18\x6e\x02\xa6\x9e\x8f\x74\xdf\x97\xa3\xcc\xf1\xba\x1e\xeb\xb8\x4b\xc8\x32\xf9\x90\xc1\xa6\xa2\x96\x75\xd5\xe0\x44\xa5\xee\x2c\xa3\xe8\x9c\xa3\x9a\xfd\x47\xd4\xf7\x9f\x7a\x05\x00\x00\xff\xff\x0e\x47\x6e\x3f\xd7\x00\x00\x00") - -func _1660226789_add_walletconnectsessions_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1660226789_add_walletconnectsessions_tableUpSql, - "1660226789_add_walletconnectsessions_table.up.sql", - ) -} - -func _1660226789_add_walletconnectsessions_tableUpSql() (*asset, error) { - bytes, err := _1660226789_add_walletconnectsessions_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1660226789_add_walletconnectsessions_table.up.sql", size: 215, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf8, 0x5c, 0x72, 0x2, 0xed, 0x36, 0x19, 0x91, 0x4d, 0x1a, 0xc1, 0xab, 0x84, 0xfa, 0x41, 0xb1, 0x46, 0xa5, 0xdb, 0x3f, 0x76, 0x47, 0xd3, 0x75, 0x3c, 0x6a, 0x8e, 0x78, 0xe6, 0x41, 0xdc, 0x7f}} - return a, nil -} - -var __1661242854_add_communities_requests_to_leaveUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\xb1\xce\x82\x30\x18\x45\xf7\x3e\xc5\x1d\x21\xf9\xdf\xe0\x9f\x4a\xf3\x11\x1b\x6b\x4b\x4a\x35\x32\x35\x5a\x3a\x34\x80\xa8\x80\x09\x6f\x6f\x62\x5c\x48\x5c\xef\xcd\x39\x47\x58\xe2\x8e\xe0\x78\xa1\x08\xb2\x84\x36\x0e\x74\x96\xb5\xab\x11\xc6\x61\x58\x6e\x69\x4e\x71\xf2\xcf\xf8\x58\xe2\x34\x4f\x7e\x1e\x7d\x1f\x2f\xaf\x88\x8c\x01\xa9\x45\xa1\x4c\xf1\x81\xf4\x51\xa9\x3f\x06\xdc\x97\x6b\x9f\x82\xef\xe2\x8a\x13\xb7\x62\xc7\xed\xe6\x0e\xfd\x18\x3a\x48\xed\xb6\xeb\x37\xb5\xfa\x5f\xca\xca\xca\x03\xb7\x0d\xf6\xd4\x20\x4b\x6d\x0e\xa3\x21\x8c\x2e\x95\x14\x0e\x96\x2a\xc5\x05\xb1\xfc\x9f\xbd\x03\x00\x00\xff\xff\xc1\xbf\x3e\x0f\xcc\x00\x00\x00") - -func _1661242854_add_communities_requests_to_leaveUpSqlBytes() ([]byte, error) { - return bindataRead( - __1661242854_add_communities_requests_to_leaveUpSql, - "1661242854_add_communities_requests_to_leave.up.sql", - ) -} - -func _1661242854_add_communities_requests_to_leaveUpSql() (*asset, error) { - bytes, err := _1661242854_add_communities_requests_to_leaveUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1661242854_add_communities_requests_to_leave.up.sql", size: 204, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x2e, 0x7d, 0x14, 0xef, 0x6e, 0x95, 0x4b, 0x6, 0x70, 0x2e, 0xd1, 0xf6, 0x59, 0xf9, 0xe, 0x56, 0xa, 0x9c, 0x80, 0x18, 0xca, 0xb9, 0x49, 0x19, 0xf, 0x89, 0x94, 0x36, 0x6d, 0x93, 0x9a}} - return a, nil -} - -var __1662044232_add_chat_imageUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4d\x4c\x4f\x8d\x2f\x48\xac\xcc\xc9\x4f\x4c\x51\x70\xf2\xf1\x77\xb2\xe6\x02\x04\x00\x00\xff\xff\x5c\x94\x74\xdb\x31\x00\x00\x00") - -func _1662044232_add_chat_imageUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662044232_add_chat_imageUpSql, - "1662044232_add_chat_image.up.sql", - ) -} - -func _1662044232_add_chat_imageUpSql() (*asset, error) { - bytes, err := _1662044232_add_chat_imageUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662044232_add_chat_image.up.sql", size: 49, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x74, 0xdf, 0x50, 0x79, 0x73, 0x9e, 0xd0, 0xff, 0xa4, 0xd3, 0x87, 0xc3, 0x48, 0x31, 0x6c, 0xdf, 0xa6, 0x20, 0x85, 0xe6, 0x4e, 0x19, 0x9d, 0xef, 0xcc, 0x84, 0x2b, 0x5d, 0x44, 0x34, 0x6}} - return a, nil -} - -var __1662106895_add_chat_first_message_timestampUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcb\x2c\x2a\x2e\x89\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x2f\xc9\xcc\x4d\x2d\x2e\x49\xcc\x2d\x50\xf0\xf4\x0b\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x0a\x0d\x70\x71\x0c\x81\x69\x0f\x76\x0d\xc1\xa9\xcf\x56\xc1\xc0\x1a\x10\x00\x00\xff\xff\x2f\xa5\x56\xd7\x71\x00\x00\x00") - -func _1662106895_add_chat_first_message_timestampUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662106895_add_chat_first_message_timestampUpSql, - "1662106895_add_chat_first_message_timestamp.up.sql", - ) -} - -func _1662106895_add_chat_first_message_timestampUpSql() (*asset, error) { - bytes, err := _1662106895_add_chat_first_message_timestampUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662106895_add_chat_first_message_timestamp.up.sql", size: 113, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8b, 0x55, 0x74, 0xfa, 0xf5, 0x51, 0x85, 0x19, 0xfd, 0xfb, 0x6, 0x79, 0x4d, 0x1d, 0xd, 0x3, 0x46, 0x66, 0x34, 0x1e, 0xce, 0x91, 0x21, 0x29, 0xf6, 0x71, 0xe7, 0x31, 0x39, 0x8f, 0x9d, 0x5}} - return a, nil -} - -var __1662723928_add_discord_author_image_fieldsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xc9\x2c\x4e\xce\x2f\x4a\x89\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x2c\x2d\xc9\xc8\x2f\x2a\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2c\x4b\x2c\x49\x2c\x8a\xcf\xcc\x05\xc9\x17\x24\x56\xe6\xe4\x27\xa6\x28\x38\xf9\xf8\x3b\x59\x73\x71\x01\x02\x00\x00\xff\xff\x2f\xb6\x3a\xc5\x4b\x00\x00\x00") - -func _1662723928_add_discord_author_image_fieldsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1662723928_add_discord_author_image_fieldsUpSql, - "1662723928_add_discord_author_image_fields.up.sql", - ) -} - -func _1662723928_add_discord_author_image_fieldsUpSql() (*asset, error) { - bytes, err := _1662723928_add_discord_author_image_fieldsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1662723928_add_discord_author_image_fields.up.sql", size: 75, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0x5b, 0x48, 0x57, 0x98, 0x55, 0x9a, 0xf1, 0x75, 0xf7, 0xb5, 0x41, 0x5e, 0x96, 0xc5, 0xce, 0xfc, 0x30, 0x5c, 0x15, 0x35, 0x9e, 0x4e, 0x4a, 0x3b, 0x38, 0x42, 0xc4, 0x27, 0x3c, 0x87, 0xbf}} - return a, nil -} - -var __1664195977_add_deleted_for_mesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\x41\x6a\xc3\x30\x10\x45\xf7\x3a\xc5\x5f\xda\x90\x1b\x64\x35\xb1\x26\xad\xe9\x44\x2a\xaa\x5c\x9a\x95\x28\xd6\xb4\x98\xa6\x18\xa2\xf8\xfe\xa5\x60\x30\x2e\x6e\xd6\x6f\xde\xfc\x47\x12\x39\x20\xd2\x41\x18\x53\xd1\x6b\xfa\xd6\x52\xde\x3f\xb5\x80\xac\x45\xe3\xa5\x3b\x39\x64\xbd\xe8\x4d\x73\xfa\x18\x7f\x39\x0e\xde\x0b\x2c\x1f\xa9\x93\x88\x23\xc9\x0b\xef\x8d\x69\x02\x53\xe4\xad\x4f\x69\xad\x17\x54\x06\xe8\x2f\x63\xff\x85\xd6\x45\x7e\xe0\x00\xe7\x23\x5c\x27\xb2\x33\xc0\xac\xa5\x21\xe3\x95\x42\xf3\x48\x6b\x5c\xc6\xe9\xda\xeb\x26\xfa\xc7\x78\x0e\xed\x89\xc2\x19\x4f\x7c\xae\x86\x5c\x9b\x7a\xa9\x6d\x9d\xe5\xb7\xfb\xb5\x69\xe9\x49\xf3\xb6\x77\x7f\x14\xcd\xc3\xad\x54\xcb\xe1\x6e\xae\xac\xf7\xe6\x27\x00\x00\xff\xff\x2f\xc2\xbe\x8e\x60\x01\x00\x00") - -func _1664195977_add_deleted_for_mesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1664195977_add_deleted_for_mesUpSql, - "1664195977_add_deleted_for_mes.up.sql", - ) -} - -func _1664195977_add_deleted_for_mesUpSql() (*asset, error) { - bytes, err := _1664195977_add_deleted_for_mesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1664195977_add_deleted_for_mes.up.sql", size: 352, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7d, 0x9d, 0x13, 0x9, 0xaa, 0x44, 0x14, 0x93, 0xe2, 0xf5, 0x53, 0xb7, 0x79, 0xa8, 0x18, 0xf0, 0x6c, 0xa4, 0x9c, 0x73, 0xc1, 0xaa, 0xc5, 0x2e, 0xc5, 0x41, 0xd7, 0x24, 0xb0, 0xd7, 0xb8, 0xdf}} - return a, nil -} - -var __1664367420_add_discord_attachments_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xc1\x4e\xc3\x30\x0c\x86\xef\x79\x8a\xff\xc8\x24\xde\x60\xa7\x96\x05\x11\x51\x12\xd4\x79\x5a\x77\x8a\x42\x63\x20\x52\x93\x4e\x4b\x90\x28\x4f\x8f\x80\x55\x1a\xaa\xe0\x68\xff\xfe\x2c\x7f\xbe\x69\x65\x45\x12\x54\xd5\x8d\x84\xba\x85\x36\x04\xd9\xa9\x2d\x6d\xe1\x43\xee\xc7\x93\xb7\x91\x73\x76\x2f\x6c\x5d\x29\xae\x7f\x8d\x9c\x4a\xc6\x95\x00\x82\x07\xc9\x8e\xf0\xd8\xaa\x87\xaa\x3d\xe0\x5e\x1e\xbe\x71\xbd\x6b\x9a\x6b\x81\x05\x3f\xcf\xcf\xf9\xdb\x69\x38\x37\x2e\xa0\xe7\x30\xb0\x4d\x2e\xf2\x1f\x51\x0e\x1f\x6c\x9f\xa6\xc2\x19\x4a\xff\xce\x8f\x6e\x1a\x46\xe7\x51\x37\xa6\xfe\xaa\xfb\x31\x15\x4e\xc5\x96\xe9\xf8\xb3\x4d\xac\xb0\x57\x74\x67\x76\x84\xd6\xec\xd5\x66\x2d\xc4\x59\x5f\xe9\x8d\xec\xe0\xe3\xa5\xe3\x7c\x77\xb6\xc1\xbf\xc3\xe8\xff\xff\xb1\x94\x5d\xad\x85\xf8\x0c\x00\x00\xff\xff\xec\xb0\x4b\x53\x5e\x01\x00\x00") - -func _1664367420_add_discord_attachments_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1664367420_add_discord_attachments_tableUpSql, - "1664367420_add_discord_attachments_table.up.sql", - ) -} - -func _1664367420_add_discord_attachments_tableUpSql() (*asset, error) { - bytes, err := _1664367420_add_discord_attachments_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1664367420_add_discord_attachments_table.up.sql", size: 350, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0xe1, 0xb6, 0x4f, 0x6f, 0x92, 0x0, 0xb4, 0xf, 0x55, 0x12, 0x1c, 0x98, 0x6d, 0xbc, 0x1e, 0xfd, 0xae, 0x1c, 0xce, 0xd1, 0x3d, 0x2, 0x21, 0x2e, 0xc0, 0x13, 0xa, 0xb2, 0xec, 0x81, 0x13}} - return a, nil -} - -var __1665079662_add_spectated_column_in_communitiesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xc6\x31\x0e\x02\x21\x10\x05\xd0\xde\x53\xfc\x7b\x58\x0d\x32\x54\x5f\x26\xd1\xa1\x36\x06\x29\x28\x70\x37\x81\xbd\xff\xb6\xdb\x3d\xa1\xeb\x0b\x2e\x81\x8a\xba\x8d\x71\xfc\xfb\xea\x6d\x7e\x2e\x86\xc4\x88\x87\xb1\x3c\x33\xe6\xde\xea\xfa\xae\xf6\x43\x30\x23\xb2\x39\x72\x21\x11\x35\x49\xa1\x23\x09\xdf\x7a\xbf\x9d\x01\x00\x00\xff\xff\xe5\x76\xfe\x9f\x56\x00\x00\x00") - -func _1665079662_add_spectated_column_in_communitiesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1665079662_add_spectated_column_in_communitiesUpSql, - "1665079662_add_spectated_column_in_communities.up.sql", - ) -} - -func _1665079662_add_spectated_column_in_communitiesUpSql() (*asset, error) { - bytes, err := _1665079662_add_spectated_column_in_communitiesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1665079662_add_spectated_column_in_communities.up.sql", size: 86, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa0, 0x5d, 0xfe, 0xe2, 0xbe, 0xdf, 0xba, 0x45, 0xe9, 0xfc, 0xa7, 0x5f, 0xda, 0x19, 0xdb, 0x40, 0x96, 0x59, 0x78, 0xa, 0xd7, 0x4a, 0xca, 0x1a, 0x93, 0xfb, 0xae, 0x6d, 0x74, 0x7, 0x36, 0xdd}} - return a, nil -} - -var __1665479047_add_community_id_in_notificationsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcc\x41\x0a\xc2\x30\x10\x05\xd0\xbd\xa7\xf8\x47\x70\xdf\xd5\xd8\x56\x14\xc6\x14\x42\xe2\x36\xc4\x18\x71\x16\x49\xa4\x99\x0a\xde\x5e\xbc\x82\xfb\xc7\x23\x76\xb3\x85\xa3\x03\xcf\x88\x49\xe5\x2d\xfa\x09\x29\x57\xcd\x6b\xa8\x4d\xe5\x21\x29\xaa\xb4\xda\x41\xd3\x84\x71\x61\x7f\x31\x48\xad\x94\xad\xfe\xa4\xdc\x71\x25\x3b\x9e\xc8\x0e\xbb\xbf\xaa\x92\xcb\x2d\xaf\xfd\x29\xaf\xd0\x35\xea\xd6\x71\x36\x0e\x66\x71\x30\x9e\x19\xd3\x7c\x24\xcf\x0e\xfb\xe1\x1b\x00\x00\xff\xff\x4a\xec\x5a\x0b\xa9\x00\x00\x00") - -func _1665479047_add_community_id_in_notificationsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1665479047_add_community_id_in_notificationsUpSql, - "1665479047_add_community_id_in_notifications.up.sql", - ) -} - -func _1665479047_add_community_id_in_notificationsUpSql() (*asset, error) { - bytes, err := _1665479047_add_community_id_in_notificationsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1665479047_add_community_id_in_notifications.up.sql", size: 169, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0x8f, 0x8b, 0x1c, 0xaa, 0x6a, 0x56, 0xd6, 0xa5, 0x88, 0x57, 0x13, 0x8f, 0xea, 0xb9, 0x23, 0x82, 0x50, 0xb7, 0x65, 0x1f, 0xab, 0xfa, 0x23, 0x6f, 0x0, 0x7, 0xb6, 0x6e, 0xb5, 0x85, 0x44}} - return a, nil -} - -var __1665484435_add_encrypted_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xcf\x4a\xc4\x30\x10\xc6\xef\x79\x8a\x39\xae\xb0\x27\xaf\x9e\xd2\x3a\x42\x71\x9c\x2c\x21\x82\x7b\x0a\xa1\x0d\x6d\xd0\xda\xd0\xc4\x43\xdf\x5e\x52\xbb\xa0\x54\xe8\x31\xbf\xf9\xfe\x84\xaf\xd6\x28\x0d\x82\x91\x15\x21\x0c\x2e\x0d\x76\x76\xb9\x1d\x7c\xb6\xfe\xb3\x9d\x97\x98\x7d\x67\x47\x9f\x92\xeb\x7d\x82\x93\x80\x55\x03\x15\xa9\x0a\x2e\xba\x79\x91\xfa\x0a\xcf\x78\x05\xc5\x50\x2b\x7e\xa2\xa6\x36\xa0\xf1\x42\xb2\xc6\xb3\x00\x48\xa1\xff\xd1\xb2\x32\xc0\xaf\x44\x05\x1a\x43\xd0\xb0\xf9\xc3\x72\x18\x7d\xca\x6e\x8c\xfb\xcb\x14\x43\xbb\x0f\x89\x6e\xf9\x98\x5c\xb7\x3f\x74\x29\xaf\x70\x15\xdd\x47\xa8\x94\x22\x94\x5c\x9e\xfd\x3c\x7d\x45\x1b\xfe\x31\xbd\xfb\xa5\xf0\xdf\xdd\xe2\xee\x41\x88\x6d\x9d\x86\x1f\xf1\xed\x68\x1d\x7b\x8b\xb7\x5b\x9a\xe2\x23\xcb\xe9\x66\x39\x6f\x3f\x28\x9d\xdf\x01\x00\x00\xff\xff\x3e\x6b\x6a\x7f\x92\x01\x00\x00") - -func _1665484435_add_encrypted_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1665484435_add_encrypted_messagesUpSql, - "1665484435_add_encrypted_messages.up.sql", - ) -} - -func _1665484435_add_encrypted_messagesUpSql() (*asset, error) { - bytes, err := _1665484435_add_encrypted_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1665484435_add_encrypted_messages.up.sql", size: 402, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0x5c, 0x1e, 0x1c, 0x7f, 0xae, 0x5f, 0xeb, 0x3c, 0x6c, 0xcd, 0xc2, 0x99, 0x48, 0x5c, 0x83, 0xa0, 0xa2, 0x97, 0x5, 0x39, 0x82, 0x71, 0x90, 0x47, 0x21, 0x84, 0x29, 0x19, 0xa4, 0x7a, 0x90}} - return a, nil -} - -var __1665560200_add_contact_verification_individualUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xc1\x6a\x03\x21\x10\x86\xef\x3e\xc5\x1c\x5b\xe8\xa1\xf7\x3d\xd9\x5d\x03\x4b\x8d\x1b\x8c\x81\xe4\x24\xe2\x4e\x52\x61\xa3\xa9\xce\x06\xfa\xf6\x25\xc9\x36\x6d\x20\xa5\xf4\xa8\xf3\xfd\x9f\xe3\xcf\xa5\x11\x1a\x0c\x7f\x91\x02\xc6\x82\xd9\xee\xb1\x14\xb7\xc3\x02\xbc\x69\xa0\xee\xe4\x6a\xae\xc0\xa7\x48\xce\x93\x3d\x62\x0e\xdb\xe0\x1d\x85\x14\x6d\x21\x47\x63\x81\x56\x99\x8a\xfd\xb4\x38\x4f\xe1\x18\xe8\xc3\x7a\x8c\x84\xd9\xc6\x44\xd7\xd0\x7f\xac\xd0\x88\x19\x5f\x49\x03\xcf\x15\x63\x8d\xee\x16\x93\xff\x06\xcf\xf8\x3e\x62\xa1\x52\x31\x56\x6b\xc1\x8d\x98\xa0\x76\x06\xaa\x33\x20\xd6\xed\xd2\x2c\xef\x47\x6c\x88\x7d\x38\x86\x7e\x74\x03\x3c\x30\x80\x6d\x4e\x7b\x7b\xaa\x00\x8c\x58\x9b\x27\x06\x40\xe9\xf6\xec\xdf\xdc\x30\x60\xdc\xe1\xf9\xe6\xfc\x80\x5a\x49\x79\x1a\x4d\x52\xec\xad\xa3\xf3\xf2\x5f\xc3\xef\x5f\x5c\xb0\x72\x48\xb1\xe0\x55\x99\xf1\x30\x84\xbf\x52\xbf\x15\x74\x9f\x0e\xfd\x65\xbd\x85\x6e\xe7\x5c\x6f\xe0\x55\x6c\xa0\x53\x50\x77\x6a\x26\xdb\xda\x80\x16\x0b\xc9\x6b\xc1\x1e\x2b\xf6\x19\x00\x00\xff\xff\xfa\x97\x1b\xc5\xfd\x01\x00\x00") - -func _1665560200_add_contact_verification_individualUpSqlBytes() ([]byte, error) { - return bindataRead( - __1665560200_add_contact_verification_individualUpSql, - "1665560200_add_contact_verification_individual.up.sql", - ) -} - -func _1665560200_add_contact_verification_individualUpSql() (*asset, error) { - bytes, err := _1665560200_add_contact_verification_individualUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1665560200_add_contact_verification_individual.up.sql", size: 509, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0xbb, 0x61, 0xfd, 0xbf, 0x33, 0x1d, 0x4e, 0x5f, 0xbd, 0x86, 0x42, 0xb0, 0x6c, 0xf7, 0x39, 0x19, 0x6e, 0x72, 0x35, 0xfd, 0x1b, 0xd6, 0xbd, 0xf6, 0x81, 0x21, 0xc4, 0xaa, 0x6, 0x62, 0x40}} - return a, nil -} - -var __1670921937_add_album_idUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcc\x49\x2a\xcd\x8d\xcf\x4c\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x02\x04\x00\x00\xff\xff\x8d\x2a\x26\x80\x37\x00\x00\x00") - -func _1670921937_add_album_idUpSqlBytes() ([]byte, error) { - return bindataRead( - __1670921937_add_album_idUpSql, - "1670921937_add_album_id.up.sql", - ) -} - -func _1670921937_add_album_idUpSql() (*asset, error) { - bytes, err := _1670921937_add_album_idUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1670921937_add_album_id.up.sql", size: 55, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xae, 0x83, 0x58, 0xb7, 0x77, 0x5, 0xca, 0xe3, 0xda, 0x32, 0x8f, 0x7b, 0xa4, 0x2f, 0x4c, 0xaf, 0x5f, 0xfa, 0x94, 0x36, 0xe4, 0xf9, 0x7, 0xc6, 0xd6, 0xb7, 0x90, 0xf3, 0xe5, 0xb5, 0x3}} - return a, nil -} - -var __1673373000_add_repliedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x84\x30\x0c\x05\xd0\xab\xfc\x7b\xcc\x2a\x9d\xa6\xab\x6f\x0b\x9a\xae\x45\x30\x88\xa0\x20\x0d\xde\xdf\x27\x34\x9d\x61\x92\xa8\x78\xc3\xc7\x7a\x7b\xc4\x76\x78\x40\x72\xc6\xbf\xb1\x4f\x15\xc3\x9f\xeb\xf4\x1d\xa9\x35\xaa\x54\x64\x2d\xd2\x69\x28\xc2\x45\x7f\x5f\x00\x00\x00\xff\xff\xe8\x90\x33\x73\x43\x00\x00\x00") - -func _1673373000_add_repliedUpSqlBytes() ([]byte, error) { - return bindataRead( - __1673373000_add_repliedUpSql, - "1673373000_add_replied.up.sql", - ) -} - -func _1673373000_add_repliedUpSql() (*asset, error) { - bytes, err := _1673373000_add_repliedUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1673373000_add_replied.up.sql", size: 67, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x1c, 0xae, 0xf2, 0xf, 0xb4, 0xc2, 0xba, 0x3c, 0xfe, 0x7b, 0xb0, 0xf, 0xf, 0xd5, 0xbc, 0xe2, 0xa7, 0xad, 0x50, 0xd9, 0x5a, 0xe8, 0x96, 0x22, 0x65, 0x89, 0xcf, 0x4a, 0x9a, 0x1b, 0x94}} - return a, nil -} - -var __1673428910_add_image_width_heightUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4d\x4c\x4f\x8d\x2f\xcf\x4c\x29\xc9\x50\xf0\xf4\x0b\x71\x75\x77\x0d\xb2\xe6\x22\x41\x67\x46\x6a\x66\x7a\x46\x09\x42\x2b\x20\x00\x00\xff\xff\xd0\x3e\xff\x8c\x75\x00\x00\x00") - -func _1673428910_add_image_width_heightUpSqlBytes() ([]byte, error) { - return bindataRead( - __1673428910_add_image_width_heightUpSql, - "1673428910_add_image_width_height.up.sql", - ) -} - -func _1673428910_add_image_width_heightUpSql() (*asset, error) { - bytes, err := _1673428910_add_image_width_heightUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1673428910_add_image_width_height.up.sql", size: 117, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x74, 0xda, 0x93, 0x2a, 0x9b, 0x6b, 0xb7, 0x96, 0xcd, 0xac, 0xf, 0xaf, 0x54, 0x89, 0x9e, 0x91, 0x5b, 0xd0, 0x4a, 0xa, 0x8d, 0x9e, 0x80, 0x66, 0x26, 0x9e, 0xb5, 0xa9, 0x8, 0xec, 0x2d, 0x6c}} - return a, nil -} - -var __1674210659_add_contact_request_local_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\xc1\x6a\xc2\x40\x10\x86\xef\x79\x8a\xff\x01\xf4\xd2\x1e\xc5\x43\x34\x0b\x16\x6c\x5a\x6a\xa4\xc7\x30\x66\xa7\x66\x71\xb3\xab\x3b\x13\xc1\xb7\x2f\x55\x04\xdb\x52\x48\xc1\xeb\x2c\xfb\xcd\xc7\x37\x59\xbe\xac\xcc\x1b\xaa\x7c\xb6\x34\x68\x62\x50\x6a\x54\x90\x17\x05\xe6\x2f\xcb\xf5\x73\x79\x9d\xd5\x89\x0f\x3d\x8b\xd6\x3e\x36\xe4\xeb\xc6\xc7\x66\x87\xa7\xb2\x9a\xfc\x1b\x90\xb8\x8b\xca\x77\x20\x88\x92\xf2\x85\x90\x8d\xc7\x98\xa5\xb8\xe3\x80\xce\x6d\x13\xa9\x8b\x61\x04\xcf\x74\x74\x61\x8b\x8f\x98\xb0\x8f\xa2\x9c\x9c\x9e\x40\xc1\x82\x95\x53\x20\x0f\xee\x36\x94\x12\x89\x74\x1c\xf4\x0b\xb2\xe9\x15\x2d\x9f\x46\x88\x01\xda\x32\x36\xc9\x6d\x5b\x85\x38\xcb\x23\x68\xeb\x04\x4e\x70\x24\xef\x2c\xe4\xe0\xb3\xf5\x6b\x91\x57\x37\xd2\x2b\x53\xfd\xb2\xbd\x68\x4e\x31\xcf\x57\x26\x03\x80\xf7\x85\x29\x41\xd6\xb2\x45\xb5\x30\xe5\x79\x86\x3f\xbf\x3d\x64\x80\x29\x8b\x49\x36\x68\xd9\xed\x75\xa6\xf0\x24\x5a\xf7\x7b\x4b\xca\xf6\xf2\xe4\x4f\xf7\x8a\x35\xc4\xe6\xdb\xa1\x7e\x16\x68\x49\xea\x73\x85\xba\x97\x21\x21\x1e\xaf\x21\x3e\x03\x00\x00\xff\xff\x1c\x56\x1e\xac\xb3\x02\x00\x00") - -func _1674210659_add_contact_request_local_clockUpSqlBytes() ([]byte, error) { - return bindataRead( - __1674210659_add_contact_request_local_clockUpSql, - "1674210659_add_contact_request_local_clock.up.sql", - ) -} - -func _1674210659_add_contact_request_local_clockUpSql() (*asset, error) { - bytes, err := _1674210659_add_contact_request_local_clockUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1674210659_add_contact_request_local_clock.up.sql", size: 691, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0x72, 0x39, 0xfe, 0x72, 0x98, 0xfc, 0x91, 0x20, 0x10, 0xe8, 0xf5, 0xac, 0x79, 0xa8, 0x1c, 0xca, 0x7b, 0x35, 0xa, 0xc1, 0x56, 0x49, 0x9a, 0xfc, 0xbd, 0x64, 0x9d, 0xdf, 0xd2, 0x60, 0x70}} - return a, nil -} - -var __1675212323_add_deleted_byUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\xaa\x54\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x02\x04\x00\x00\xff\xff\x50\x0a\xe8\xde\x39\x00\x00\x00") - -func _1675212323_add_deleted_byUpSqlBytes() ([]byte, error) { - return bindataRead( - __1675212323_add_deleted_byUpSql, - "1675212323_add_deleted_by.up.sql", - ) -} - -func _1675212323_add_deleted_byUpSql() (*asset, error) { - bytes, err := _1675212323_add_deleted_byUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1675212323_add_deleted_by.up.sql", size: 57, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x85, 0x37, 0x29, 0x2f, 0xd, 0x5a, 0xb6, 0xdb, 0xa7, 0x8, 0x86, 0xfc, 0x7a, 0x70, 0xd8, 0x4d, 0xe6, 0xf0, 0x57, 0xe7, 0xd1, 0x95, 0xd5, 0x4, 0x40, 0x2f, 0x7a, 0x5, 0x4f, 0xc2, 0x97, 0xbc}} - return a, nil -} - -var __1675247084_add_activity_center_statesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\xb1\x0a\xc2\x30\x10\x06\xe0\xfd\x9e\xe2\xa7\x53\x33\x3a\x77\x4a\xe5\x84\x40\x48\xa0\x39\xc5\x2d\x84\x72\x60\x97\x0c\xe6\x10\x7c\x7b\x27\xc7\x3e\xc0\x77\xdd\xd8\x0b\x43\xfc\x1a\x19\x08\x37\xa4\x2c\xe0\x67\x28\x52\xd0\x76\x3b\x3e\x87\x7d\xeb\xae\xdd\xf4\x5d\x87\x35\xd3\x81\x99\x80\x57\x1b\x75\xa8\x76\xac\x39\x47\xf6\x89\xdc\x42\x14\x52\xe1\x4d\x10\x92\xe4\x53\x3b\xfd\xe5\xe4\xf0\xf0\xf1\xce\x05\xf3\xc5\x2d\xf4\x0b\x00\x00\xff\xff\x09\xb9\x69\x4b\x88\x00\x00\x00") - -func _1675247084_add_activity_center_statesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1675247084_add_activity_center_statesUpSql, - "1675247084_add_activity_center_states.up.sql", - ) -} - -func _1675247084_add_activity_center_statesUpSql() (*asset, error) { - bytes, err := _1675247084_add_activity_center_statesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1675247084_add_activity_center_states.up.sql", size: 136, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xba, 0x90, 0x7d, 0x55, 0xc7, 0x40, 0x29, 0x26, 0x97, 0x45, 0x5c, 0xdf, 0xba, 0x61, 0xb, 0xfc, 0x3d, 0x7a, 0x6c, 0x42, 0xe4, 0x95, 0x78, 0xb0, 0xc5, 0x1f, 0x73, 0xe9, 0x33, 0x51, 0xc8, 0x81}} - return a, nil -} - -var __1675272329_fix_protocol_migrationUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x29\x56\x08\x76\x0d\x81\x71\xe2\x8b\x52\x0b\x4b\x53\x8b\x4b\xe2\x8b\x4b\x12\x4b\x52\x15\x6c\x15\x9c\x1d\x83\x5d\xb9\x14\x14\x14\x14\xc2\x3d\x5c\xfd\x14\x12\x53\x52\x52\x53\x14\x42\x3c\x5c\xfd\xc0\x62\x0a\x0a\x46\x5c\x0a\x0a\xae\x7e\x2e\xd6\x5c\x5c\xc4\x18\x5a\x94\x9a\x9b\x5f\x92\x8a\xc3\xec\x8c\xc4\xe2\x78\xb0\xf9\xf1\xa5\xc5\xc8\x56\x18\xc3\xac\x00\x04\x00\x00\xff\xff\x70\x56\x51\x26\xb7\x00\x00\x00") - -func _1675272329_fix_protocol_migrationUpSqlBytes() ([]byte, error) { - return bindataRead( - __1675272329_fix_protocol_migrationUpSql, - "1675272329_fix_protocol_migration.up.sql", - ) -} - -func _1675272329_fix_protocol_migrationUpSql() (*asset, error) { - bytes, err := _1675272329_fix_protocol_migrationUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1675272329_fix_protocol_migration.up.sql", size: 183, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xe0, 0x11, 0x4c, 0x66, 0x55, 0x72, 0xd3, 0xe6, 0x98, 0xa4, 0xe7, 0x44, 0xf9, 0x3b, 0x3a, 0x3f, 0xd9, 0x91, 0x1e, 0x4f, 0xfc, 0x56, 0x63, 0xe5, 0xa4, 0x83, 0xfc, 0x7c, 0xcf, 0x18, 0x99}} - return a, nil -} - -var __1676998418_fix_activity_center_migrationUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\xb1\x0a\xc2\x30\x14\x85\xe1\x3d\x4f\x71\xc6\x3a\x3a\x3b\xa5\xe5\x14\x03\x31\x81\xe4\x82\x6e\x21\x94\x80\x5d\x3a\x98\x8b\xe0\xdb\x8b\x8b\x74\xe9\xfc\xf3\xf3\x4d\x89\x56\x08\xb1\xa3\x27\xe0\x66\x84\x28\xe0\xc3\x65\xc9\xa8\x8b\xae\xef\x55\x3f\x65\x69\x9b\xb6\x57\xe9\x5a\xb5\x75\x0c\x06\x78\xd6\x5e\x7a\x6b\x1b\xc6\x18\x3d\x6d\x30\xa7\x8b\x31\x2e\x64\x26\x81\x0b\x12\x8f\xde\x4c\xcf\x49\x70\x06\xee\x57\x26\xee\xb4\xe1\x9f\xe6\x14\x6f\x07\xff\x4f\xf9\x06\x00\x00\xff\xff\x69\x48\x3f\x07\xb2\x00\x00\x00") - -func _1676998418_fix_activity_center_migrationUpSqlBytes() ([]byte, error) { - return bindataRead( - __1676998418_fix_activity_center_migrationUpSql, - "1676998418_fix_activity_center_migration.up.sql", - ) -} - -func _1676998418_fix_activity_center_migrationUpSql() (*asset, error) { - bytes, err := _1676998418_fix_activity_center_migrationUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1676998418_fix_activity_center_migration.up.sql", size: 178, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8a, 0xdc, 0x64, 0xb1, 0x47, 0x67, 0xda, 0x2c, 0x26, 0x29, 0x6b, 0x6f, 0xb, 0xfa, 0x45, 0xf3, 0xad, 0x8b, 0x1a, 0x5f, 0x1c, 0xed, 0xd7, 0xea, 0x54, 0xf5, 0x3f, 0xb8, 0xf6, 0xf9, 0x44, 0x53}} - return a, nil -} - -var __1677278861_add_deleted_column_to_activity_center_notifications_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\xc1\x4a\x03\x31\x10\xc6\xf1\x7b\x9e\xe2\x3b\x2a\xec\x1b\x78\x4a\x9b\x29\x08\x63\x02\x35\x0b\xde\x42\x48\x22\x1d\xd0\x5d\x69\x46\xd1\xb7\x17\xb1\xeb\x45\xd8\xed\x75\x18\xfe\xdf\xcf\x72\xa4\x23\xa2\xdd\x31\x21\x17\x95\x0f\xd1\xaf\x54\xda\xa4\xed\x9c\xa6\x59\xe5\x59\x4a\x56\x99\xa7\x6e\x00\xeb\x1c\xf6\x81\xc7\x07\x8f\xda\x5e\x9a\xb6\x8a\x5d\x08\x4c\xd6\xc3\x87\x08\x3f\x32\xc3\xd1\xc1\x8e\x1c\x71\xb0\xfc\x48\x77\xc6\xec\x8f\x64\x23\xe1\xde\x3b\x7a\xfa\x37\x50\x4e\x59\x93\xd4\x74\xa9\xa5\x2a\xfd\x55\x7a\x6f\x35\xe5\x52\xda\xdb\xcf\x49\xea\xa7\x01\x82\x5f\xc7\xdd\x5c\x4a\xc3\x02\x1b\xf0\xd7\x1a\xb0\xc4\x6e\xb7\x3c\x2b\x8e\xfc\xae\xa7\xf9\x7c\x2d\xe7\xf7\x7b\x53\xf3\x1d\x00\x00\xff\xff\x8f\xc5\x28\x67\x7d\x01\x00\x00") - -func _1677278861_add_deleted_column_to_activity_center_notifications_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1677278861_add_deleted_column_to_activity_center_notifications_tableUpSql, - "1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql", - ) -} - -func _1677278861_add_deleted_column_to_activity_center_notifications_tableUpSql() (*asset, error) { - bytes, err := _1677278861_add_deleted_column_to_activity_center_notifications_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql", size: 381, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x3a, 0x95, 0xaf, 0x81, 0xb0, 0x85, 0x8d, 0x73, 0xda, 0x7b, 0x2a, 0x35, 0xa6, 0xaa, 0xcc, 0x4c, 0x35, 0xa3, 0xa8, 0xbd, 0xd1, 0x37, 0xe8, 0x5d, 0x83, 0xa4, 0x33, 0x1f, 0x10, 0xe4, 0xe6}} - return a, nil -} - -var __1677486338_add_community_tokens_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xb1\x6e\x83\x30\x10\x86\x77\x9e\xe2\x94\x29\x91\x18\x3a\x54\x5d\x3a\x39\xad\x91\x50\x5d\xa8\xc0\x91\x92\x09\x19\x7c\xb4\x56\xb1\x8d\x6c\x33\xf0\xf6\x15\x51\x1b\x85\x3a\x43\xd6\xdf\xdf\xef\x3b\x7d\xf7\x52\x51\xc2\x29\x70\xb2\x67\x14\xf2\x0c\x8a\x92\x03\x3d\xe6\x35\xaf\xa1\xb3\x5a\x4f\x46\x85\xb9\x09\xf6\x1b\x8d\x87\x6d\x02\x57\xa1\x92\xc0\xe9\x91\x9f\x1b\xc5\x81\xb1\x34\x01\x10\x52\x3a\xf4\x3e\x7e\x08\xf3\x88\x90\x17\xeb\xd0\x08\x8d\x31\xea\x67\xdd\xda\x21\xce\x25\xfa\xce\xa9\x31\x28\x6b\x6e\x94\xa6\x71\x1c\xe6\xd5\x04\x78\xa5\x19\x39\x30\x0e\x0f\x0b\xa0\x4c\xaf\x8c\x0a\xd8\xfc\x92\xfb\xb2\x64\x94\x14\x31\x9d\x11\x56\xd3\xf3\xca\x4e\x18\xdf\xa3\x13\xed\x80\x77\xe0\x0e\xb5\x5d\xbe\xc7\xa1\x6f\x24\xfa\xe0\xa6\x2e\xdc\x51\xeb\xbe\x84\x32\x8b\xcb\xff\x72\x24\x8e\x83\x9d\x1b\x1f\x44\x88\xcd\x29\x2d\x3e\xb1\x69\x85\xc7\xa7\xc7\xb5\x8c\xcb\x84\xcd\x66\x01\x3f\xaa\xfc\x9d\x54\x27\x78\xa3\xa7\xed\xf5\xe9\xd2\xbf\x53\xa5\x97\x0d\x76\xc9\xee\x39\xf9\x09\x00\x00\xff\xff\x3d\x3b\x02\x66\x0f\x02\x00\x00") - -func _1677486338_add_community_tokens_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1677486338_add_community_tokens_tableUpSql, - "1677486338_add_community_tokens_table.up.sql", - ) -} - -func _1677486338_add_community_tokens_tableUpSql() (*asset, error) { - bytes, err := _1677486338_add_community_tokens_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1677486338_add_community_tokens_table.up.sql", size: 527, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfb, 0x7b, 0x3d, 0x7e, 0x79, 0xc4, 0x3a, 0xf1, 0xda, 0x4b, 0xc6, 0xd1, 0xd, 0xfb, 0xb2, 0xb9, 0x7f, 0x81, 0x29, 0xab, 0xd8, 0x1, 0x20, 0xd7, 0xe1, 0xaf, 0x3e, 0x67, 0x1b, 0xdb, 0xf9, 0xd5}} - return a, nil -} - -var __1678292329_add_collapsed_categoriesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xc9\x49\x2c\x28\x4e\x4d\x89\x4f\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x4f\x4e\x2c\x49\x4d\xcf\x2f\xca\x4c\x2d\x56\xd0\xe0\x52\x50\x40\x48\x64\xa6\x28\x84\x39\x06\x39\x7b\x38\x06\x29\xf8\xf9\x87\x28\xf8\x85\xfa\xf8\xe8\x80\x14\x40\xd4\xe3\x94\x0f\xf5\xf3\x0c\x0c\x75\xd5\x40\x36\x47\x07\x59\x93\xa6\x82\xbf\x9f\x82\xb3\xbf\x9f\x9b\x8f\xa7\x73\x88\x42\x90\x6b\x80\x8f\xa3\xb3\x2b\x97\xa6\x35\x17\x20\x00\x00\xff\xff\x49\x26\xa5\xb1\xaa\x00\x00\x00") - -func _1678292329_add_collapsed_categoriesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1678292329_add_collapsed_categoriesUpSql, - "1678292329_add_collapsed_categories.up.sql", - ) -} - -func _1678292329_add_collapsed_categoriesUpSql() (*asset, error) { - bytes, err := _1678292329_add_collapsed_categoriesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1678292329_add_collapsed_categories.up.sql", size: 170, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x63, 0x86, 0xd5, 0x7, 0xe2, 0x25, 0x15, 0x1b, 0xfe, 0xf3, 0xe, 0x50, 0x48, 0x11, 0x3c, 0x7c, 0xc6, 0xe5, 0xab, 0x8d, 0x1f, 0xe8, 0x3c, 0xcb, 0xf0, 0x8d, 0xa7, 0x49, 0x4c, 0x16, 0x4f}} - return a, nil -} - -var __1678800760_add_index_to_raw_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x28\x4a\x2c\x8f\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\x4f\xad\x28\xc8\x2c\x4a\x4d\x89\xcf\x4c\xa9\x50\xf0\xf7\x43\x91\x53\xd0\x80\xb2\xe2\x4b\x2a\x0b\x52\x75\x14\x8a\x53\xf3\x4a\xc0\x64\x4a\x7c\x72\x7e\x69\x5e\x89\xa6\x35\x17\x20\x00\x00\xff\xff\xbf\x46\xf3\xa9\x58\x00\x00\x00") - -func _1678800760_add_index_to_raw_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1678800760_add_index_to_raw_messagesUpSql, - "1678800760_add_index_to_raw_messages.up.sql", - ) -} - -func _1678800760_add_index_to_raw_messagesUpSql() (*asset, error) { - bytes, err := _1678800760_add_index_to_raw_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1678800760_add_index_to_raw_messages.up.sql", size: 88, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0xd9, 0x8d, 0x22, 0x46, 0xae, 0x7b, 0x53, 0x3e, 0x51, 0x39, 0xad, 0xad, 0x38, 0x50, 0x6, 0xfa, 0xb9, 0xc4, 0x9f, 0x8d, 0xd2, 0x67, 0x0, 0xef, 0x58, 0x13, 0xab, 0x6a, 0x67, 0xf3, 0x7e}} - return a, nil -} - -var __1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\xc1\xca\x82\x50\x10\xc5\xf1\xfd\x7d\x8a\xb3\x54\xf0\x0d\xbe\x95\x7e\x4c\x20\xdd\x34\x74\x02\x5d\x0d\xd2\x9d\xc5\x8d\x54\x72\xb4\xe7\x0f\xc2\x88\xd6\xe7\x7f\x7e\xff\x0d\xe5\x4c\xe0\xbc\xf0\x84\xf2\x80\xaa\x66\x50\x57\xb6\xdc\xe2\x3a\x8f\xe3\x36\xc5\x35\xaa\xc9\xa2\x8f\x4d\x6d\x35\x59\x67\xb9\xcd\x71\x92\x45\x9f\x3a\xdc\x35\xc8\x10\xc2\xa2\x66\x6a\x48\x1c\xb0\x77\x12\x03\x0a\x5f\x17\x6f\xae\xba\x78\x9f\x39\x60\x2f\xc1\xd4\xf1\xcf\x70\x6e\xca\x53\xde\xf4\x38\x52\x9f\x7c\x81\xec\x73\x48\x5d\xfa\xe7\x5e\x01\x00\x00\xff\xff\xbe\xbf\x0f\x39\xa8\x00\x00\x00") - -func _1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSql, - "1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql", - ) -} - -func _1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSql() (*asset, error) { - bytes, err := _1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql", size: 168, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0x1, 0xb4, 0xb2, 0x94, 0x25, 0xd5, 0x2e, 0x45, 0xc3, 0xb1, 0x2c, 0xeb, 0x1a, 0x52, 0xe0, 0x4b, 0x9b, 0x46, 0xf4, 0xc, 0xac, 0x1, 0x1e, 0x90, 0xbc, 0x64, 0x38, 0x10, 0xf1, 0xaf, 0xac}} - return a, nil -} - -var __1679326850_add_community_token_ownersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8d\x41\xaa\x83\x30\x14\x45\xe7\x59\xc5\x1d\x2a\xb8\x83\x3f\xca\x97\x57\x08\x4d\x63\xd1\x57\xd0\x91\x88\x0a\x95\x92\x04\x4c\xa4\x74\xf7\xa5\x29\x0e\xa4\xd3\x7b\x39\xe7\x94\x35\x49\x26\xb0\xfc\xd7\x04\x75\x82\xa9\x18\xd4\xaa\x86\x1b\x8c\xde\xda\xcd\x2d\xf1\xd5\x47\xff\x98\x5d\xef\x9f\x6e\x5e\x03\x32\x01\x8c\xf7\x61\x71\xfd\x32\x41\x19\x4e\x88\xb9\x69\x5d\x08\x60\x98\xa6\x75\x0e\x01\x4c\xed\xf1\x48\xf0\x71\x46\x59\x69\xfd\x89\x9b\xaa\x94\x0d\x25\xdc\xfa\xcd\xc5\x1f\xeb\xb5\x56\x17\x59\x77\x38\x53\x97\xed\xe9\x62\x6f\x15\x5f\x77\x2e\xf2\x3f\xf1\x0e\x00\x00\xff\xff\x7d\xa9\x13\x2e\xce\x00\x00\x00") - -func _1679326850_add_community_token_ownersUpSqlBytes() ([]byte, error) { - return bindataRead( - __1679326850_add_community_token_ownersUpSql, - "1679326850_add_community_token_owners.up.sql", - ) -} - -func _1679326850_add_community_token_ownersUpSql() (*asset, error) { - bytes, err := _1679326850_add_community_token_ownersUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1679326850_add_community_token_owners.up.sql", size: 206, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe9, 0xe6, 0x25, 0x67, 0xd1, 0xd6, 0x54, 0x88, 0xb1, 0x80, 0x1e, 0x2d, 0x9c, 0xfa, 0x1c, 0xc7, 0x63, 0x6e, 0xf9, 0x66, 0xb1, 0x68, 0xc6, 0xf8, 0x51, 0xb6, 0xd5, 0x4e, 0x93, 0x39, 0x5e, 0xc0}} - return a, nil -} - -var __1680011500_add_album_images_countUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcc\x49\x2a\xcd\x8d\xcf\xcc\x05\x89\xc7\x27\xe7\x97\xe6\x95\x28\x78\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x58\x73\x01\x02\x00\x00\xff\xff\x14\x0a\x0d\x8a\x47\x00\x00\x00") - -func _1680011500_add_album_images_countUpSqlBytes() ([]byte, error) { - return bindataRead( - __1680011500_add_album_images_countUpSql, - "1680011500_add_album_images_count.up.sql", - ) -} - -func _1680011500_add_album_images_countUpSql() (*asset, error) { - bytes, err := _1680011500_add_album_images_countUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1680011500_add_album_images_count.up.sql", size: 71, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0x55, 0x99, 0x31, 0xcc, 0x80, 0x78, 0xc3, 0x51, 0x13, 0x63, 0x6f, 0x1a, 0xfd, 0x53, 0xd2, 0xf4, 0x13, 0x4b, 0xb2, 0x4f, 0x99, 0xb8, 0x7b, 0x7, 0x99, 0xb6, 0xab, 0x88, 0x2e, 0x7, 0x8}} - return a, nil -} - -var __1680114896_add_index_on_album_idUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\xc8\x4c\xa9\x88\x4f\xcc\x49\x2a\xcd\x8d\xcf\x4c\x51\xf0\xf7\x53\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\xd0\xc8\xc9\x4f\x4e\xcc\x89\x4f\xce\x48\x2c\x89\xcf\x4c\xd1\x51\x80\xa9\xd4\xb4\x06\x04\x00\x00\xff\xff\xb6\x12\xc4\xce\x53\x00\x00\x00") - -func _1680114896_add_index_on_album_idUpSqlBytes() ([]byte, error) { - return bindataRead( - __1680114896_add_index_on_album_idUpSql, - "1680114896_add_index_on_album_id.up.sql", - ) -} - -func _1680114896_add_index_on_album_idUpSql() (*asset, error) { - bytes, err := _1680114896_add_index_on_album_idUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1680114896_add_index_on_album_id.up.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x7e, 0xd5, 0xcd, 0x2d, 0xab, 0xd4, 0x32, 0x26, 0x50, 0x3a, 0x5b, 0x8e, 0x1c, 0xcc, 0x35, 0xf8, 0xa1, 0x2a, 0xc1, 0x23, 0xf6, 0x90, 0xfe, 0x84, 0x3, 0xde, 0x5a, 0xee, 0xc6, 0xfc, 0x2a}} - return a, nil -} - -var __1681655289_add_mute_tillUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x2d\x2d\x49\x4d\x89\x2f\xc9\xcc\xc9\x51\x08\xf1\xf4\x75\x0d\x0e\x71\xf4\x0d\xb0\xe6\x02\x04\x00\x00\xff\xff\xc5\x03\xbe\x71\x33\x00\x00\x00") - -func _1681655289_add_mute_tillUpSqlBytes() ([]byte, error) { - return bindataRead( - __1681655289_add_mute_tillUpSql, - "1681655289_add_mute_till.up.sql", - ) -} - -func _1681655289_add_mute_tillUpSql() (*asset, error) { - bytes, err := _1681655289_add_mute_tillUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1681655289_add_mute_till.up.sql", size: 51, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0xbe, 0xce, 0xb8, 0xe1, 0x30, 0xe7, 0xa7, 0xe0, 0x7d, 0x97, 0xf4, 0x26, 0xb8, 0x57, 0x1d, 0x2a, 0xed, 0x18, 0xf2, 0xa, 0xe3, 0x77, 0x29, 0x18, 0x55, 0x9, 0x74, 0x2c, 0x24, 0x5a, 0x19}} - return a, nil -} - -var __1681934966_add_index_response_toUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\x2f\x4a\x2d\x2e\xc8\xcf\x2b\x4e\x8d\x2f\xc9\x57\xf0\xf7\x43\x95\xd4\x40\x92\xd4\xb4\xe6\x02\x04\x00\x00\xff\xff\xda\x79\x8c\xd2\x46\x00\x00\x00") - -func _1681934966_add_index_response_toUpSqlBytes() ([]byte, error) { - return bindataRead( - __1681934966_add_index_response_toUpSql, - "1681934966_add_index_response_to.up.sql", - ) -} - -func _1681934966_add_index_response_toUpSql() (*asset, error) { - bytes, err := _1681934966_add_index_response_toUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1681934966_add_index_response_to.up.sql", size: 70, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3b, 0xed, 0xa6, 0x7e, 0x51, 0xf2, 0xa1, 0x3c, 0x78, 0x9a, 0xa7, 0x7a, 0x51, 0x25, 0x7d, 0xdd, 0x4b, 0xf3, 0x45, 0xeb, 0x3f, 0xad, 0x23, 0x3e, 0xac, 0x16, 0x28, 0x62, 0x7, 0x8c, 0xe0, 0xa0}} - return a, nil -} - -var __1682528339_add_index_user_messages_unseenUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\xe0\x52\x50\x50\x50\xc8\x4c\xa9\x88\x2f\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\x2f\xcd\x2b\x4e\x4d\xcd\x53\xf0\xf7\x53\x40\x11\x57\xd0\xc8\xc9\x4f\x4e\xcc\x89\x4f\xce\x48\x2c\x89\xcf\x4c\xd1\x51\x48\xce\xc9\x4f\xce\x8e\x2f\x4b\xcc\x29\x4d\xd5\xe4\x0a\xf7\x70\x0d\x72\x55\xf0\xf3\x0f\xd1\x00\x69\xd6\xe4\x02\x04\x00\x00\xff\xff\x3e\xb9\x19\x58\x68\x00\x00\x00") - -func _1682528339_add_index_user_messages_unseenUpSqlBytes() ([]byte, error) { - return bindataRead( - __1682528339_add_index_user_messages_unseenUpSql, - "1682528339_add_index_user_messages_unseen.up.sql", - ) -} - -func _1682528339_add_index_user_messages_unseenUpSql() (*asset, error) { - bytes, err := _1682528339_add_index_user_messages_unseenUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1682528339_add_index_user_messages_unseen.up.sql", size: 104, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x35, 0xfa, 0x98, 0xdd, 0x74, 0x5e, 0x21, 0x1f, 0xf2, 0x56, 0x17, 0x96, 0xfe, 0xbb, 0x44, 0x4c, 0xa1, 0xd8, 0x9f, 0x2e, 0x6, 0x2f, 0xd8, 0x23, 0xec, 0x94, 0x8c, 0x53, 0xf3, 0xf0, 0x40, 0xe7}} - return a, nil -} - -var __1683707289_recreate_deleted_for_mesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x4a\x04\x31\x0c\x86\xef\x7d\x8a\xff\xb8\x0b\xfb\x06\x73\x8a\x35\xab\xc5\x4e\x3b\xa4\x51\xdc\x53\xd1\x9d\x2a\xb2\x2b\x03\x56\xdf\x5f\xa6\x0e\x28\x1e\x1c\x73\x0c\x5f\xfe\x7c\x89\x15\x26\x65\x28\x5d\x78\x86\xdb\x23\x44\x05\xdf\xbb\xa4\x09\x1f\xb5\xbc\xe5\xd7\x52\xeb\xc3\x73\xa9\x79\x2c\xe7\xf2\x5e\xc6\xfc\x34\xb5\x66\x7e\x3c\x61\x63\x00\xe0\x78\x9e\x8e\x27\xb4\x72\x41\xf9\x8a\xa5\x85\x84\x5b\xef\x77\x0d\x58\x22\xf2\xcb\x88\x3b\x12\x7b\x4d\xbf\x81\x41\x5c\x4f\x72\xc0\x0d\x1f\xb0\xf9\xa6\xb7\x66\xdb\x19\xe3\x42\x62\x51\x44\x81\xf0\xe0\xc9\xf2\xbc\x25\xae\xcb\x25\xf6\x6c\xf5\xcb\x6e\xf7\xd3\x61\x2f\xb1\xff\x7b\xbc\x33\xe6\x52\xe2\xb0\x3c\x65\x0d\x25\xaf\x2c\xff\x61\x67\x2b\xe1\x40\x3d\x63\xed\x80\xce\x7c\x06\x00\x00\xff\xff\x81\x0b\x39\x59\x98\x01\x00\x00") - -func _1683707289_recreate_deleted_for_mesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1683707289_recreate_deleted_for_mesUpSql, - "1683707289_recreate_deleted_for_mes.up.sql", - ) -} - -func _1683707289_recreate_deleted_for_mesUpSql() (*asset, error) { - bytes, err := _1683707289_recreate_deleted_for_mesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1683707289_recreate_deleted_for_mes.up.sql", size: 408, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x9d, 0xd6, 0x45, 0x41, 0x29, 0x44, 0xf6, 0x14, 0x38, 0xeb, 0xdf, 0x6b, 0x5d, 0x9c, 0x45, 0x4b, 0xc3, 0xa8, 0xbd, 0x38, 0x14, 0xd9, 0x73, 0xf1, 0x51, 0xbb, 0x9f, 0x14, 0x36, 0xf2, 0x11}} - return a, nil -} - -var __1683725607_mark_discord_messages_as_seenUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\xe6\x0a\x76\x0d\x51\x28\x4e\x4d\xcd\x53\xb0\x55\x30\xe4\x0a\xf7\x70\x0d\x72\xe5\x52\x50\x50\x50\x48\xc9\x2c\x4e\xce\x2f\x4a\x81\xa9\x8b\xcf\x4c\x51\xf0\x0c\x56\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x01\x2b\x71\xf4\x73\xc1\xa6\x4c\xd1\x56\x41\x5d\x9d\x0b\x10\x00\x00\xff\xff\x6a\xdb\x6b\x54\x6c\x00\x00\x00") - -func _1683725607_mark_discord_messages_as_seenUpSqlBytes() ([]byte, error) { - return bindataRead( - __1683725607_mark_discord_messages_as_seenUpSql, - "1683725607_mark_discord_messages_as_seen.up.sql", - ) -} - -func _1683725607_mark_discord_messages_as_seenUpSql() (*asset, error) { - bytes, err := _1683725607_mark_discord_messages_as_seenUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1683725607_mark_discord_messages_as_seen.up.sql", size: 108, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd7, 0x2a, 0xc3, 0x43, 0xea, 0x5e, 0x3, 0x2e, 0xce, 0x79, 0xea, 0xa5, 0x67, 0x61, 0x8c, 0xe4, 0xb9, 0xb7, 0x4d, 0xd5, 0xd5, 0xb0, 0x35, 0xc8, 0x2b, 0xa0, 0x3f, 0xd8, 0xde, 0xea, 0x4e, 0x16}} - return a, nil -} - -var __1684174617_add_url_previews_to_user_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xcd\x4b\x2b\x2d\xca\x49\x4d\x89\xcf\xc9\xcc\xcb\x2e\x56\x70\xf2\xf1\x77\xb2\xe6\x02\x04\x00\x00\xff\xff\x02\x1d\x55\x37\x3a\x00\x00\x00") - -func _1684174617_add_url_previews_to_user_messagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1684174617_add_url_previews_to_user_messagesUpSql, - "1684174617_add_url_previews_to_user_messages.up.sql", - ) -} - -func _1684174617_add_url_previews_to_user_messagesUpSql() (*asset, error) { - bytes, err := _1684174617_add_url_previews_to_user_messagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1684174617_add_url_previews_to_user_messages.up.sql", size: 58, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0xb0, 0x72, 0xe3, 0xe4, 0xa9, 0x63, 0x82, 0xea, 0x52, 0x70, 0xb6, 0xa0, 0x73, 0x55, 0x7a, 0x78, 0xa8, 0xd2, 0xb0, 0xf4, 0x78, 0x8a, 0xd, 0x5a, 0xa2, 0x9d, 0x92, 0xdc, 0xce, 0x1c, 0x71}} - return a, nil -} - -var __1684175608_add_token_balancesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xcd\x4a\x03\x31\x14\x85\xf7\xf3\x14\x87\xae\x5a\x98\x97\x88\xf1\x0e\x06\x63\xa6\xa4\xa9\xd8\xd5\x90\x26\x01\x83\x33\x89\x24\xed\xc2\xb7\x17\xa4\xf8\x37\x65\x74\x7d\xcf\x39\xf7\xe3\xe3\x9a\x98\x21\x18\x76\x23\x09\xa2\x83\xea\x0d\xe8\x49\xec\xcc\x0e\xa7\xfc\x12\xd2\x70\xb4\xa3\x4d\x2e\x54\xac\x1b\xe0\x5c\x43\x19\xac\xf7\x25\xd4\x8a\x47\xa6\xf9\x1d\xd3\x1f\x15\xb5\x97\xb2\x6d\x70\xe9\x24\x3b\x85\x85\x73\x7d\x9b\x8e\x79\x5c\x08\xfc\xfd\xc1\xe5\x31\x97\xd9\x1d\xb7\xd4\xb1\xbd\x34\x58\xad\xbe\xa2\x3e\xb8\x38\xd9\xb1\x42\x28\x73\x65\xc9\x87\xea\x4a\x7c\x3d\xc5\x9c\xfe\xb7\x77\x2e\x73\xf4\x5f\xc1\x8b\xb3\xab\xfc\xee\xd9\xc6\x34\x44\x3f\xc3\xd9\x6a\xf1\xc0\xf4\x01\xf7\x74\xc0\xfa\xbb\xe8\xf6\xb3\xd3\xfe\x10\xb8\x41\xaf\xc0\x7b\xd5\x49\xc1\x0d\x34\x6d\x25\xe3\xd4\x6c\x9a\xf7\x00\x00\x00\xff\xff\x66\x62\xf6\xfb\xd3\x01\x00\x00") - -func _1684175608_add_token_balancesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1684175608_add_token_balancesUpSql, - "1684175608_add_token_balances.up.sql", - ) -} - -func _1684175608_add_token_balancesUpSql() (*asset, error) { - bytes, err := _1684175608_add_token_balancesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1684175608_add_token_balances.up.sql", size: 467, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x4e, 0xe0, 0x48, 0x34, 0x1, 0x4d, 0x88, 0x11, 0x54, 0x20, 0x52, 0x5c, 0x57, 0x14, 0xa9, 0xa9, 0x36, 0xa4, 0x28, 0x59, 0x48, 0xa8, 0xa, 0x76, 0xec, 0x37, 0xee, 0x9e, 0xd2, 0x20, 0xaa}} - return a, nil -} - -var __1684979808_sync_activity_center_notificationsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcc\xc1\x09\x02\x31\x10\x05\xd0\xbb\x55\xfc\x12\xbc\x7b\x8a\x26\x82\x30\x66\x41\x26\xe7\x30\x64\x23\xcc\x25\x2b\xe6\x2b\xd8\xbd\x1d\x08\x36\xf0\x82\x68\xba\x41\xc3\x51\x12\xac\xd1\xdf\xce\x4f\x6d\x7d\xb0\x3f\xeb\xa4\xb1\x4f\x84\x18\x71\x5a\xa4\x5c\x33\x5e\x8f\xd5\xd8\xd7\x6a\xc4\x25\x2b\xf2\xa2\xc8\x45\x04\x31\x9d\x43\x11\xc5\xfe\xb0\xfb\x05\x8e\x8d\x7e\xf7\x66\xf4\x6d\xfc\xeb\x7e\x03\x00\x00\xff\xff\x09\xb8\x1a\x7c\xa9\x00\x00\x00") - -func _1684979808_sync_activity_center_notificationsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1684979808_sync_activity_center_notificationsUpSql, - "1684979808_sync_activity_center_notifications.up.sql", - ) -} - -func _1684979808_sync_activity_center_notificationsUpSql() (*asset, error) { - bytes, err := _1684979808_sync_activity_center_notificationsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1684979808_sync_activity_center_notifications.up.sql", size: 169, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0xf5, 0xf7, 0x94, 0xa9, 0xa1, 0x60, 0x26, 0x9d, 0xca, 0x31, 0xf, 0x14, 0xd, 0x70, 0xf8, 0xab, 0x40, 0x29, 0x73, 0x61, 0xbd, 0x1b, 0xb6, 0xc4, 0x31, 0x77, 0x9e, 0x32, 0xa8, 0xce, 0x6d}} - return a, nil -} - -var __1685383829_add_communities_mute_tillUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x47\x62\x2b\x38\xba\xb8\x28\x38\xfb\xfb\x84\xfa\xfa\x29\xe4\x96\x96\xa4\xa6\xc4\x97\x64\xe6\xe4\x28\x84\x78\xfa\xba\x06\x87\x38\xfa\x06\x58\x73\x01\x02\x00\x00\xff\xff\x12\xa7\x7e\x43\x45\x00\x00\x00") - -func _1685383829_add_communities_mute_tillUpSqlBytes() ([]byte, error) { - return bindataRead( - __1685383829_add_communities_mute_tillUpSql, - "1685383829_add_communities_mute_till.up.sql", - ) -} - -func _1685383829_add_communities_mute_tillUpSql() (*asset, error) { - bytes, err := _1685383829_add_communities_mute_tillUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1685383829_add_communities_mute_till.up.sql", size: 69, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x58, 0x96, 0xe5, 0x66, 0xcb, 0xde, 0xed, 0x76, 0xb8, 0x5a, 0x86, 0x81, 0x9a, 0x60, 0x51, 0x12, 0x37, 0x54, 0x9a, 0x36, 0x3e, 0xd1, 0x4a, 0xbe, 0x9a, 0xab, 0x20, 0x7f, 0x1d, 0xf4, 0x73}} - return a, nil -} - -var __1685964183_add_chainids_to_revealed_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x42\x21\x10\x06\xe0\xfd\x3b\xc5\xdc\xa3\x95\xf5\xdc\x59\x41\x4c\xd0\x6e\x10\xe7\x87\x26\x52\xc9\xd1\xce\xff\xbe\x90\x38\x3e\x88\xc3\x39\x45\x2a\xbd\xd6\xd5\x6c\x1a\x5c\x06\x7e\x0b\x3e\x5d\x66\x97\x4f\xb7\x26\x03\x7f\xe4\x2f\x54\xb2\xea\x80\x3b\x9c\xc2\xbe\xd3\xe5\x9e\x9e\xd7\x1b\x95\x77\xb6\x26\xa6\x4e\x1c\x5f\x7c\xda\xb6\x23\x00\x00\xff\xff\x9e\xc9\xd7\x81\x58\x00\x00\x00") - -func _1685964183_add_chainids_to_revealed_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1685964183_add_chainids_to_revealed_addressesUpSql, - "1685964183_add_chainids_to_revealed_addresses.up.sql", - ) -} - -func _1685964183_add_chainids_to_revealed_addressesUpSql() (*asset, error) { - bytes, err := _1685964183_add_chainids_to_revealed_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1685964183_add_chainids_to_revealed_addresses.up.sql", size: 88, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0xb5, 0xa8, 0xd7, 0xad, 0x9c, 0x54, 0xa5, 0xe9, 0xdb, 0x42, 0x2d, 0xd0, 0xd7, 0x22, 0x1, 0x93, 0xf3, 0x4f, 0x53, 0xf7, 0x1e, 0xbe, 0x4b, 0xac, 0xc7, 0x63, 0x15, 0xdf, 0xe0, 0x6, 0xf8}} - return a, nil -} - -var __1687370421_add_communities_muted_till_newUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\xb1\x6e\x83\x30\x10\xdd\xfd\x15\x6f\x6c\x25\x0f\xd9\x33\x19\x72\x48\xa8\xc6\x46\xc6\x19\x32\xa1\x08\x5c\xc9\x6d\x02\x28\x38\x91\xf8\xfb\x4a\x01\x05\x5a\x5a\x29\xdd\x2c\xdf\xbb\xf7\xee\xde\xbd\xd8\x90\xb0\x04\x2b\x22\x49\xa8\xda\xf3\xf9\xda\xf8\xe0\x5d\x5f\x56\x6d\x37\xe0\x85\x01\x80\xaf\x11\x49\x1d\x41\x69\x0b\xb5\x97\x12\xb9\x49\x33\x61\x0e\x78\xa3\x03\xb4\x42\xac\x55\x22\xd3\xd8\xc2\x50\x2e\x45\x4c\xfc\xde\xd5\x5d\xfc\xed\x18\x5c\xf9\xe9\x86\x7b\xfb\xf8\x5b\xbb\xbe\xba\xf8\x2e\xf8\xb6\xf9\x4e\x3a\x96\x3f\x5a\xdf\xb8\x1a\x91\xd6\x92\x84\x9a\x15\x77\x94\x88\xbd\xb4\x48\x84\x2c\x26\xfe\x9b\xbb\xf8\x77\xff\x24\xb8\xef\x5c\x15\x8e\xe1\x49\xf4\xf9\xfa\x2f\x64\x19\xfc\xe9\x04\x9b\x66\x54\x58\x91\xe5\x93\xe2\xd0\x54\xae\x2e\x8f\x61\x2e\xac\x99\x36\xec\x75\xcb\x58\xaa\x0a\x32\x16\xa9\xb2\x7a\x7d\x82\x82\x24\xc5\x16\xbe\xe6\x4b\x47\xf9\xd2\x48\x3e\xd9\xc6\x1f\x9e\xf0\x79\x61\x3e\xce\xc8\xb1\xe1\x8b\x99\x12\xa3\xb3\x1f\x5a\x8f\xf7\x96\xb1\x9d\xd1\xf9\xaf\x99\x58\x82\x84\xb4\x64\xfe\x4a\x8e\x21\x25\x32\xc2\x6a\xa3\x05\xc1\x57\x00\x00\x00\xff\xff\xe9\x48\xce\x39\x7b\x02\x00\x00") - -func _1687370421_add_communities_muted_till_newUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687370421_add_communities_muted_till_newUpSql, - "1687370421_add_communities_muted_till_new.up.sql", - ) -} - -func _1687370421_add_communities_muted_till_newUpSql() (*asset, error) { - bytes, err := _1687370421_add_communities_muted_till_newUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687370421_add_communities_muted_till_new.up.sql", size: 635, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x65, 0x73, 0x96, 0x1d, 0xc8, 0x3e, 0xca, 0xf5, 0xdc, 0xe3, 0xac, 0x3f, 0x9c, 0xc3, 0x67, 0x12, 0x9c, 0x19, 0x1, 0x4, 0x2b, 0xea, 0x6b, 0xe1, 0x59, 0x59, 0x89, 0x3d, 0xef, 0x4a, 0x6e, 0xbe}} - return a, nil -} - -var __1687416607_add_communities_check_channel_permission_responses_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\xd1\x6a\x83\x30\x14\x86\xef\x7d\x8a\x43\xaf\x5a\xf0\x0d\x76\x95\xba\xc8\x64\x99\x96\x34\x8e\xf6\x2a\x88\x66\x78\xa8\x26\xe2\x49\x37\xfa\xf6\xc3\x8d\x16\xdd\x5a\x1c\xac\xd7\xf9\xcf\x39\x5f\xfe\x2f\x92\x9c\x29\x0e\x8a\xad\x05\x87\x24\x86\x34\x53\xc0\x77\xc9\x56\x6d\xa1\x74\x6d\x7b\xb4\xe8\xd1\x90\x2e\x6b\x53\x1e\x74\x59\x17\xd6\x9a\x46\x77\xa6\x6f\x91\x08\x9d\xd5\xbd\xa1\xce\x59\x32\x04\xcb\x00\x2e\x23\x27\x8d\x15\xbc\x32\x19\x3d\x31\xf9\xb5\x32\xcd\x85\x08\x87\x40\x5d\xf8\x6b\x6f\xf0\xc8\x63\x96\x0b\x05\x8b\xc5\x10\x7b\x47\xf3\xa1\x9d\x6d\x4e\xa3\x53\xa4\xa9\xf0\x48\x6f\x68\x2a\x58\x67\x99\xe0\x2c\xfd\x3d\xae\x64\xce\x2f\x0b\x0a\x5b\xe9\xce\x91\xff\xd7\x92\x1f\x14\x1a\x2b\x02\xc5\x77\x6a\xf2\xad\x5b\xe7\xae\xa7\x37\x32\x79\x61\x72\x0f\xcf\x7c\xbf\x1c\x37\x16\x9e\xeb\x59\x41\x96\x42\x94\xa5\xb1\x48\x22\x05\x92\x6f\x04\x8b\x78\xb0\x7a\x08\x82\x3f\xea\x1a\x11\x78\x77\x30\x56\x97\x3d\x7a\xd3\x63\x31\xf8\x3a\x36\xfe\xdb\xd6\x84\x73\x4e\xc9\xbd\xd4\x9e\x49\xe6\x72\xb3\x25\x85\x53\xfe\xdb\x9d\x7d\x06\x00\x00\xff\xff\x71\xb4\x26\x0c\xe3\x02\x00\x00") - -func _1687416607_add_communities_check_channel_permission_responses_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687416607_add_communities_check_channel_permission_responses_tableUpSql, - "1687416607_add_communities_check_channel_permission_responses_table.up.sql", - ) -} - -func _1687416607_add_communities_check_channel_permission_responses_tableUpSql() (*asset, error) { - bytes, err := _1687416607_add_communities_check_channel_permission_responses_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687416607_add_communities_check_channel_permission_responses_table.up.sql", size: 739, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc2, 0x6, 0x3, 0x1a, 0xde, 0x9d, 0xbc, 0x50, 0x9d, 0xf1, 0x6d, 0x5a, 0x1c, 0x28, 0x92, 0x19, 0x89, 0x76, 0x4e, 0x8b, 0x60, 0xa9, 0xf, 0xe9, 0x76, 0xf1, 0xee, 0x75, 0x92, 0xbd, 0xda, 0x72}} - return a, nil -} - -var __1687856939_add_community_tokens_decimalsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x2f\xc9\xcf\x4e\xcd\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x4d\xce\xcc\x4d\xcc\x29\x56\xf0\xf4\x0b\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb4\xb0\xe6\x02\x04\x00\x00\xff\xff\x00\x67\xca\x06\x41\x00\x00\x00") - -func _1687856939_add_community_tokens_decimalsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687856939_add_community_tokens_decimalsUpSql, - "1687856939_add_community_tokens_decimals.up.sql", - ) -} - -func _1687856939_add_community_tokens_decimalsUpSql() (*asset, error) { - bytes, err := _1687856939_add_community_tokens_decimalsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687856939_add_community_tokens_decimals.up.sql", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x59, 0x76, 0x42, 0x70, 0xc9, 0x7b, 0x16, 0xf6, 0xfe, 0x7, 0x1c, 0x99, 0xe5, 0x38, 0xfd, 0xa0, 0x3b, 0x93, 0x40, 0xbc, 0x66, 0xc2, 0xd1, 0xdd, 0xe9, 0xc7, 0xbf, 0xae, 0x36, 0xcc, 0x46, 0x57}} - return a, nil -} - -var __1687959987_modify_community_tokens_supply_as_stringUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x2f\xc9\xcf\x4e\xcd\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2e\x2d\x28\xc8\xa9\x8c\x2f\x2e\x29\x52\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x02\x04\x00\x00\xff\xff\x0f\x6c\x6c\xe2\x4d\x00\x00\x00") - -func _1687959987_modify_community_tokens_supply_as_stringUpSqlBytes() ([]byte, error) { - return bindataRead( - __1687959987_modify_community_tokens_supply_as_stringUpSql, - "1687959987_modify_community_tokens_supply_as_string.up.sql", - ) -} - -func _1687959987_modify_community_tokens_supply_as_stringUpSql() (*asset, error) { - bytes, err := _1687959987_modify_community_tokens_supply_as_stringUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1687959987_modify_community_tokens_supply_as_string.up.sql", size: 77, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0x89, 0xbf, 0x9b, 0xed, 0x9b, 0x18, 0x3f, 0x84, 0xb5, 0x3c, 0x78, 0x40, 0x60, 0xea, 0x33, 0x26, 0x50, 0x3, 0xda, 0x28, 0x92, 0xd3, 0xb6, 0xff, 0x40, 0xa7, 0x19, 0x2, 0xa7, 0x17, 0xf9}} - return a, nil -} - -var __1689258900_add_airdrop_address_to_revealed_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xc9\x31\x0e\xc2\x30\x0c\x05\xd0\x9d\x53\xf8\x1e\x4c\x29\xcd\x66\x1a\x09\x95\xd9\x8a\xf0\x1f\x8c\x68\x0d\x76\xca\xf9\x99\x98\x5f\xe1\xb5\xde\x68\x2d\x13\x57\x7a\xf8\xb6\x1d\xbb\x0d\x43\x4a\xe0\x73\x20\x47\xca\x70\x79\xba\xed\x12\xf8\xa2\xbf\xa0\xd2\x55\x03\x99\x48\x2a\xf3\x4c\x97\xc6\xf7\xeb\x42\x96\xd2\x2d\x34\xfc\xfd\x77\x9a\x5a\xe3\x5a\x96\xf3\xe9\x17\x00\x00\xff\xff\xa2\x39\x8f\xf1\x63\x00\x00\x00") - -func _1689258900_add_airdrop_address_to_revealed_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689258900_add_airdrop_address_to_revealed_addressesUpSql, - "1689258900_add_airdrop_address_to_revealed_addresses.up.sql", - ) -} - -func _1689258900_add_airdrop_address_to_revealed_addressesUpSql() (*asset, error) { - bytes, err := _1689258900_add_airdrop_address_to_revealed_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689258900_add_airdrop_address_to_revealed_addresses.up.sql", size: 99, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x7e, 0xaf, 0x5c, 0xd, 0xe5, 0x1e, 0x67, 0x1a, 0x6d, 0xd, 0x28, 0x20, 0x7a, 0x1a, 0x45, 0x6e, 0xba, 0x80, 0x91, 0xb0, 0xd6, 0xfd, 0xc2, 0xb9, 0x42, 0x5c, 0x8d, 0x6e, 0x3e, 0x6e, 0xb2}} - return a, nil -} - -var __1689266326_create_communities_events_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\xb1\x0a\xc2\x30\x14\x85\xe1\xbd\x4f\x71\x46\x05\xdf\xc0\x29\x09\xb7\x10\xbc\x26\x25\x8d\x60\x27\x91\x36\xc3\x1d\x9a\x4a\x13\xf5\xf5\x05\xa1\x43\xe7\xf3\x9d\xdf\x04\x52\x91\x10\x95\x66\x82\x6d\xe1\x7c\x04\xdd\x6d\x1f\x7b\x8c\xcb\x3c\xbf\xb3\x54\x49\xe5\x91\x3e\x29\xd7\x82\x43\x03\xc8\x04\xcd\x5e\xff\xa5\xbb\x31\xa3\x0b\xf6\xaa\xc2\x80\x0b\x0d\xf0\x0e\xc6\xbb\x96\xad\x89\x08\xd4\xb1\x32\x74\x6a\x80\xf5\xf9\xdd\x12\xbb\xef\xb6\x4d\xa9\x8c\xab\xbc\xaa\x2c\x79\x0f\x1a\xe0\x78\xfe\x05\x00\x00\xff\xff\x17\xa1\x63\xc0\xa4\x00\x00\x00") - -func _1689266326_create_communities_events_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689266326_create_communities_events_tableUpSql, - "1689266326_create_communities_events_table.up.sql", - ) -} - -func _1689266326_create_communities_events_tableUpSql() (*asset, error) { - bytes, err := _1689266326_create_communities_events_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689266326_create_communities_events_table.up.sql", size: 164, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x4e, 0xe, 0xba, 0x29, 0x16, 0x46, 0x38, 0x19, 0xa4, 0x5, 0x40, 0x46, 0xaf, 0x9a, 0x6, 0x89, 0xe0, 0x9c, 0xcc, 0xec, 0x8a, 0xb, 0x40, 0x85, 0x6f, 0xcc, 0x5, 0x24, 0x2a, 0x33, 0xfa}} - return a, nil -} - -var __1689931300_add_community_tokens_deployer_and_priv_levelUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x2f\xc9\xcf\x4e\xcd\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xc8\xc9\xaf\x4c\x2d\x52\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x22\xd6\xa8\x82\xa2\xcc\xb2\xcc\x9c\xd4\xf4\xd4\xe2\xf8\x9c\xd4\xb2\xd4\x1c\x05\x4f\x3f\x2c\x26\x1a\x59\x73\x01\x02\x00\x00\xff\xff\x7a\x52\x66\x6c\x9c\x00\x00\x00") - -func _1689931300_add_community_tokens_deployer_and_priv_levelUpSqlBytes() ([]byte, error) { - return bindataRead( - __1689931300_add_community_tokens_deployer_and_priv_levelUpSql, - "1689931300_add_community_tokens_deployer_and_priv_level.up.sql", - ) -} - -func _1689931300_add_community_tokens_deployer_and_priv_levelUpSql() (*asset, error) { - bytes, err := _1689931300_add_community_tokens_deployer_and_priv_levelUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1689931300_add_community_tokens_deployer_and_priv_level.up.sql", size: 156, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3f, 0x24, 0xd9, 0x4d, 0xe, 0x4b, 0xe3, 0x4c, 0xd1, 0xc, 0x72, 0xd4, 0x99, 0xe4, 0xb9, 0xb8, 0xe9, 0x38, 0x9e, 0x11, 0x48, 0xea, 0xe3, 0x5d, 0xd9, 0xd0, 0xef, 0x96, 0x38, 0x5a, 0xd4, 0xa5}} - return a, nil -} - -var __1693311881_add_unfurled_links_to_message_editsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\x4f\x4d\xc9\x2c\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xcd\x4b\x2b\x2d\xca\x49\x4d\x89\xcf\xc9\xcc\xcb\x2e\x56\x70\xf2\xf1\x77\xb2\xe6\x02\x04\x00\x00\xff\xff\xd8\x05\x17\xa2\x40\x00\x00\x00") - -func _1693311881_add_unfurled_links_to_message_editsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1693311881_add_unfurled_links_to_message_editsUpSql, - "1693311881_add_unfurled_links_to_message_edits.up.sql", - ) -} - -func _1693311881_add_unfurled_links_to_message_editsUpSql() (*asset, error) { - bytes, err := _1693311881_add_unfurled_links_to_message_editsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1693311881_add_unfurled_links_to_message_edits.up.sql", size: 64, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xc7, 0x7c, 0xe4, 0x80, 0x6f, 0xf8, 0x96, 0xb, 0x37, 0xff, 0xa2, 0xab, 0x1c, 0xbd, 0x25, 0x8d, 0x1e, 0x9a, 0x65, 0xe9, 0x45, 0xaf, 0x7f, 0x77, 0x84, 0x1b, 0x10, 0x1b, 0x1a, 0x5, 0xcc}} - return a, nil -} - -var __1693311981_community_shardUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x47\x62\x2b\x38\xba\xb8\x28\x38\xfb\xfb\x84\xfa\xfa\x29\x14\x67\x24\x16\xa5\xc4\x27\xe7\x94\x16\x97\xa4\x16\x29\x78\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\xf8\x85\xfa\xf8\x58\x73\x91\x65\x5c\x66\x5e\x4a\x6a\x05\x16\xc3\x00\x01\x00\x00\xff\xff\xe7\x6c\xc4\x0e\x9c\x00\x00\x00") - -func _1693311981_community_shardUpSqlBytes() ([]byte, error) { - return bindataRead( - __1693311981_community_shardUpSql, - "1693311981_community_shard.up.sql", - ) -} - -func _1693311981_community_shardUpSql() (*asset, error) { - bytes, err := _1693311981_community_shardUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1693311981_community_shard.up.sql", size: 156, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0x12, 0xf9, 0xde, 0x49, 0x9f, 0x95, 0xaa, 0x22, 0x5e, 0x54, 0x5a, 0x1, 0xd, 0xc6, 0x1f, 0x42, 0x93, 0xe8, 0x69, 0x30, 0x11, 0x69, 0x41, 0x7f, 0x87, 0x57, 0x56, 0x2a, 0x32, 0xb9, 0x3e}} - return a, nil -} - -var __1695331492_add_status_link_previewsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xcd\x4b\x2b\x2d\xca\x49\x4d\x89\x2f\x2e\x49\x2c\x29\x2d\x8e\xcf\xc9\xcc\xcb\x2e\x56\x70\xf2\xf1\x77\xb2\xe6\xc2\x69\x40\x7c\x6a\x4a\x66\x09\xd1\xc6\x00\x02\x00\x00\xff\xff\x3c\xe3\x6f\xcd\x88\x00\x00\x00") - -func _1695331492_add_status_link_previewsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1695331492_add_status_link_previewsUpSql, - "1695331492_add_status_link_previews.up.sql", - ) -} - -func _1695331492_add_status_link_previewsUpSql() (*asset, error) { - bytes, err := _1695331492_add_status_link_previewsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1695331492_add_status_link_previews.up.sql", size: 136, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0x7d, 0x6e, 0x86, 0xf0, 0xf8, 0x23, 0x4b, 0x16, 0x3d, 0xca, 0x8f, 0xfc, 0x8, 0x22, 0xd5, 0x70, 0x14, 0xbb, 0xdd, 0xa9, 0xb8, 0x3e, 0xc6, 0x20, 0xfb, 0x0, 0x26, 0x73, 0xcb, 0x92, 0xb2}} - return a, nil -} - -var __1695918296_add_validated_atUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x39\xda\xe0\x3f\xf0\x49\x96\xb7\x60\xba\x59\x05\xa1\x40\x73\x32\xc2\x36\x45\xd4\x91\x4a\xa2\x16\xfa\xf7\x85\x26\x2d\x29\x09\xb9\x09\x31\x6f\x76\x9e\x66\x4f\x0e\x5e\x77\x4c\x98\xf2\xe1\xf0\x91\x62\x89\xcb\x69\xbc\x7a\x43\xf7\x3d\x8c\xe5\xdd\x46\x30\xe5\x54\x8e\x79\x1d\x53\x9e\x17\x74\x6c\xbb\x56\x19\x47\xda\xd3\x9d\x8a\xcf\xb0\xc6\x39\x94\x65\x3c\xc5\xd7\xb4\x1c\x51\x29\x20\xce\x3f\x14\xc4\x7a\xc8\x8e\xb9\x51\xc0\xb4\xe6\xe9\x0d\x83\xf8\x7f\xbf\xef\xe1\x6b\xcd\xe1\x4e\xfc\xaf\x36\x94\x1b\xe8\x72\xe9\x86\xd9\xba\x61\xa3\xdd\x1e\xcf\xb4\xaf\xe2\xdc\x5c\x72\x35\xac\xc0\x58\x79\xe2\xc1\x78\x38\xda\xb2\x36\xa4\xea\x56\xfd\x3a\x0d\xd2\xd3\xcb\x23\xa7\xf1\xbc\xdd\xca\xa3\x50\x75\xb5\xb8\x39\xdb\xd6\xad\xfa\x0e\x00\x00\xff\xff\x9e\x5f\xfa\x28\x79\x01\x00\x00") - -func _1695918296_add_validated_atUpSqlBytes() ([]byte, error) { - return bindataRead( - __1695918296_add_validated_atUpSql, - "1695918296_add_validated_at.up.sql", - ) -} - -func _1695918296_add_validated_atUpSql() (*asset, error) { - bytes, err := _1695918296_add_validated_atUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1695918296_add_validated_at.up.sql", size: 377, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0x48, 0xa7, 0xd5, 0xb, 0xbb, 0x23, 0xfd, 0x40, 0x49, 0x33, 0x1b, 0x5c, 0xb3, 0x5b, 0x7a, 0xd8, 0xed, 0x5, 0xd, 0xb4, 0x91, 0xa3, 0x37, 0xaf, 0xaf, 0xc6, 0xa1, 0x13, 0xeb, 0x56, 0x1d}} - return a, nil -} - -var __1697699419_community_control_node_syncUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x4d\x4f\xc3\x20\x18\xc7\xef\x7c\x8a\xc7\xd3\x5c\xd2\x2c\xf1\xbc\x78\xa0\xf8\x2c\x43\x19\x2c\x14\x35\x3b\x35\x4d\x5b\x1d\x59\x57\xcc\x40\xe3\xbe\xbd\xa1\x2c\x55\xab\x37\xe0\xff\xf6\x83\x69\xa4\x06\xc1\xd0\x5c\x20\xd4\xee\x78\x7c\xef\x6d\xb0\xad\x2f\x6b\xd7\x87\x93\xeb\xca\xde\x35\x2d\x5c\x13\x00\x18\xe5\x73\x69\x1b\xc8\x85\xca\x41\x2a\x03\xf2\x51\x08\xd8\x6a\xbe\xa1\x7a\x07\x0f\xb8\x03\x25\x81\x29\xb9\x12\x9c\x19\xd0\xb8\x15\x94\x61\x96\xf2\x9d\xab\x0f\xc0\xa5\x19\x73\xe9\xdd\xf6\x3e\x54\x5d\x57\x05\xeb\xfa\x58\xfd\x44\x35\x5b\x53\x3d\xba\xc8\x7c\x49\x08\x97\x05\x6a\x13\xd3\xea\x17\xcc\x5f\xd6\x9f\x98\x59\x1a\xcd\xa6\x1b\x73\x52\xa0\x40\x66\x52\xd5\xc2\x36\x89\xe4\x06\x68\x71\x49\x0c\x77\xbf\x98\xe4\xc8\x4a\xab\xcd\x3f\xfb\xe3\x79\x28\x18\x0c\xf7\x8a\x4b\xf0\xfb\x7d\xfb\x19\x22\xe0\x8b\x7d\x8d\x9a\x27\xcf\x6b\xd4\x78\xd9\x7d\x3b\xd9\x8f\x2a\xb4\xe5\xa1\x3d\x03\x2f\xbe\x3f\x1c\x55\x2a\xef\x26\x8e\xab\x5b\x98\xcd\x96\xe4\x2b\x00\x00\xff\xff\x61\xbb\x8c\x2b\xb3\x01\x00\x00") - -func _1697699419_community_control_node_syncUpSqlBytes() ([]byte, error) { - return bindataRead( - __1697699419_community_control_node_syncUpSql, - "1697699419_community_control_node_sync.up.sql", - ) -} - -func _1697699419_community_control_node_syncUpSql() (*asset, error) { - bytes, err := _1697699419_community_control_node_syncUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1697699419_community_control_node_sync.up.sql", size: 435, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xd6, 0x63, 0x10, 0x1b, 0x16, 0x35, 0x57, 0xf1, 0x4a, 0x4, 0x51, 0xe0, 0x1, 0xe1, 0xfc, 0x12, 0x3a, 0x10, 0x4f, 0xb1, 0x96, 0x53, 0x2, 0xf5, 0x66, 0x7b, 0xe0, 0x8a, 0xdf, 0x78, 0x53}} - return a, nil -} - -var __1698137561_add_profile_showcase_tablesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcf\xc1\x4a\x03\x31\x10\xc6\xf1\xfb\x3e\xc5\x77\x54\xf0\xe0\xdd\x53\x8c\xb3\x10\x8c\xd9\x92\x4e\xa1\x3d\x85\x9a\x4e\x31\x50\x36\x4b\x12\x94\x7d\x7b\xa1\x75\x8f\x2a\xed\x71\xe0\x3f\xcc\xfc\xb4\x27\xc5\x04\x56\xcf\x96\x60\x7a\xb8\x81\x41\x5b\xb3\xe6\x35\xa6\x92\x8f\xe9\x24\xa1\x7e\xe4\xaf\xb8\xaf\x12\xa6\x22\x47\x29\x32\x46\xa9\xb8\xeb\x00\x20\x1d\xc0\xb4\x65\xac\xbc\x79\x53\x7e\x87\x57\xda\x61\x70\xd0\x83\xeb\xad\xd1\x0c\x4f\x2b\xab\x34\x3d\x9c\x63\x19\x5b\x99\x43\x9b\x27\x81\x71\x7c\xbe\xe4\x36\xd6\xe2\x85\x7a\xb5\xb1\x8c\xc7\x4b\xf6\x99\x6a\x7a\x4f\xa7\xd4\xe6\x3f\xb3\x9a\x4b\x0b\xb9\x1c\xa4\xfc\x92\x75\xf7\x4f\x5d\x77\x0d\x2f\xe6\xb1\xed\x63\x5b\x6c\x3f\x63\xb8\xc1\xb8\xac\x2c\x4f\x5d\xe5\xbf\x64\xff\xc9\xbe\x03\x00\x00\xff\xff\x7a\x85\xf6\x6b\xb8\x01\x00\x00") - -func _1698137561_add_profile_showcase_tablesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698137561_add_profile_showcase_tablesUpSql, - "1698137561_add_profile_showcase_tables.up.sql", - ) -} - -func _1698137561_add_profile_showcase_tablesUpSql() (*asset, error) { - bytes, err := _1698137561_add_profile_showcase_tablesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698137561_add_profile_showcase_tables.up.sql", size: 440, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0xef, 0x89, 0x68, 0x42, 0xbf, 0xff, 0xb9, 0x8f, 0x8f, 0x19, 0x91, 0xd2, 0x6a, 0x85, 0xda, 0x2c, 0x63, 0x5f, 0x3c, 0x84, 0x4, 0x93, 0x16, 0x10, 0xf0, 0xe0, 0xd9, 0x9b, 0xbe, 0x8d, 0x62}} - return a, nil -} - -var __1698137562_fix_encryption_key_idUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x3f\x6f\x83\x30\x10\xc5\xf7\xfb\x14\x37\x26\x12\x53\x57\xd4\xc1\x21\x97\x0a\xd5\xb1\x91\xe3\x0c\x99\x2c\x44\xac\x82\x22\xfe\x14\xdc\x4a\x48\xf9\xf0\x95\xd3\xd2\x8a\x52\x4a\x56\xfb\x77\x7a\xf7\xde\xbd\x48\x11\xd3\x84\x9a\x6d\x38\x61\x9e\x76\xb9\x69\x53\x97\xe5\xd6\x19\x5b\x65\x6d\xdf\xb8\xa2\xae\xcc\xfb\x03\xae\x00\xf1\xa5\xad\xdf\x1a\x53\x9c\x71\xc3\xe5\x06\x85\xd4\x28\x8e\x9c\x07\x80\x78\xb6\x4d\x6b\xb3\xd4\xd9\xb3\xb9\xd8\xde\x23\xb1\xd0\x23\xe2\x62\xfb\xe9\x98\x67\x5d\x51\xda\xce\xa5\x65\x73\xfb\x1e\x5e\xff\x12\x49\x54\xbc\x67\xea\x84\xcf\x74\x5a\x7d\x32\x6b\x94\x02\x23\x29\x76\x3c\x8e\x34\x2a\x4a\x38\x8b\x08\xd6\x21\x40\x2c\x0e\xa4\xb4\xdf\x42\xfe\xe3\x6a\x35\x38\x0a\xa6\x0e\x02\xbf\x47\x80\x83\xd0\x81\x38\x45\x1a\x7f\x06\x46\xd4\x77\x32\xd7\xeb\xb0\xfe\x4e\xc9\xfd\x9c\x74\x08\xb0\x55\x32\x59\x48\x3d\x4b\xb3\xdc\xde\x85\x86\x00\x8c\x6b\x52\xcb\x67\x54\x24\xd8\x9e\x70\x3e\x95\x10\xe0\x98\x6c\x7d\x25\x66\x00\x3c\x90\xfe\x75\xb8\xc7\x69\x7a\x21\xc0\x5d\xcd\xba\x79\x5c\x28\xd7\x57\xa0\x45\xe5\x46\xcf\x9d\x7d\x35\x55\xed\x4f\x4c\x4f\xa4\xfc\x8b\x17\x99\x8e\x77\x7d\xe9\x15\xcd\xd0\x40\xdf\x8f\x8f\x00\x00\x00\xff\xff\x7a\xab\xcf\xd7\xf6\x02\x00\x00") - -func _1698137562_fix_encryption_key_idUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698137562_fix_encryption_key_idUpSql, - "1698137562_fix_encryption_key_id.up.sql", - ) -} - -func _1698137562_fix_encryption_key_idUpSql() (*asset, error) { - bytes, err := _1698137562_fix_encryption_key_idUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698137562_fix_encryption_key_id.up.sql", size: 758, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0x61, 0x1b, 0x6a, 0xb1, 0x44, 0x8d, 0x47, 0xde, 0x55, 0x45, 0x77, 0x8e, 0x4f, 0xb, 0x6a, 0x7f, 0x83, 0x56, 0x9c, 0x80, 0xc0, 0xae, 0xda, 0xd8, 0xaf, 0x7e, 0x2b, 0xb4, 0x5e, 0xc3, 0x63}} - return a, nil -} - -var __1698414646_add_paddingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x48\x2c\xce\x88\x2f\x4a\x2c\x49\xce\x48\x2d\x89\x4f\xcd\x4b\x2e\xaa\x2c\x28\x49\x4d\x89\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x48\x4c\x49\xc9\xcc\x4b\x57\x70\xf2\xf1\x77\xb2\xe6\x02\x04\x00\x00\xff\xff\xc9\x3b\x51\x83\x45\x00\x00\x00") - -func _1698414646_add_paddingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698414646_add_paddingUpSql, - "1698414646_add_padding.up.sql", - ) -} - -func _1698414646_add_paddingUpSql() (*asset, error) { - bytes, err := _1698414646_add_paddingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698414646_add_padding.up.sql", size: 69, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x48, 0x8e, 0x18, 0x1b, 0x81, 0x78, 0xab, 0x42, 0xcb, 0x11, 0xf5, 0xe, 0x44, 0xd4, 0x35, 0x33, 0x4e, 0x8, 0x6f, 0x14, 0x90, 0xe6, 0x2b, 0x59, 0xee, 0x87, 0xb, 0x96, 0x62, 0x3, 0x45}} - return a, nil -} - -var __1698746210_add_signature_to_revealed_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0e\x02\x21\x0c\x05\xd0\xbd\xa7\xe8\x3d\x5c\x81\x33\xbb\xea\x24\x06\xd7\x0d\x91\x1f\x53\x23\x10\xdb\xe2\xf9\x7d\x89\xcb\x7e\xa7\x92\x32\xef\xf4\x9c\xbd\xaf\xa1\xa1\x70\x31\x7c\x17\x3c\x5c\x62\xca\x7b\xea\x10\xc3\x0f\xf5\x83\x26\xb5\x35\x83\x3b\x9c\xd2\xb6\xd1\xe5\xe0\xc7\xf5\x46\xae\xaf\x51\x63\x19\x28\xf3\x91\xcf\xa7\x7f\x00\x00\x00\xff\xff\xa0\x4d\x97\x3e\x57\x00\x00\x00") - -func _1698746210_add_signature_to_revealed_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698746210_add_signature_to_revealed_addressesUpSql, - "1698746210_add_signature_to_revealed_addresses.up.sql", - ) -} - -func _1698746210_add_signature_to_revealed_addressesUpSql() (*asset, error) { - bytes, err := _1698746210_add_signature_to_revealed_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698746210_add_signature_to_revealed_addresses.up.sql", size: 87, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0x64, 0xef, 0xe7, 0x5d, 0x82, 0x3e, 0x7d, 0x5a, 0x34, 0xd2, 0xa, 0x5c, 0x48, 0xef, 0x40, 0xb4, 0x7d, 0x78, 0xc8, 0x11, 0xbc, 0xf3, 0xc5, 0x1d, 0xd5, 0xe9, 0x39, 0xd9, 0xfa, 0xc8, 0x27}} - return a, nil -} - -var __1699041816_profile_showcase_contactsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x54\x41\xcf\x9a\x40\x10\xbd\xf3\x2b\x26\x9e\x34\xd1\xa4\x77\x4f\x14\xd7\x94\x94\x82\x21\x6b\xa3\x27\x82\xcb\x58\xb7\x01\xd6\xec\x2e\x35\xfe\xfb\x06\x81\x0a\x08\x16\x92\x4f\xf3\x9d\x67\x66\xe7\xbd\xb7\xef\xcd\xca\xf7\x36\x40\xcd\xaf\x0e\x81\xb3\x14\x47\x1e\x63\xa0\x4e\xe2\xc2\x42\x85\xc1\x59\xe2\x11\x25\xa6\x0c\xd5\xd2\x78\xd6\xc8\x44\xaa\x43\xa6\xd5\xd2\x30\x16\x0b\x58\x8b\x4c\x82\x0e\x0f\x31\x2a\x38\x0a\x09\x4a\x0b\xc9\xd3\x5f\x20\x2e\x69\x35\x0a\xd5\x28\xd4\x76\x18\x96\x4f\x4c\x4a\xfa\x97\x24\x49\x96\x72\xcd\x51\xd5\x91\xc1\xd4\x00\x00\xa8\xaa\xd7\x80\x47\x40\xc9\x8e\xc2\xc6\xb7\x7f\x98\xfe\x1e\xbe\x93\x3d\x78\x2e\x58\x9e\xbb\x76\x6c\x8b\x82\x4f\x36\x8e\x69\x91\xf9\x6d\xec\x0f\x57\xfc\xc0\x63\xae\xaf\x60\xbb\x14\x5c\x8f\x82\xbb\x75\x1c\x58\x91\xb5\xb9\x75\x28\x7c\x29\xda\x94\x90\x3a\x10\x32\x42\x79\x6b\xfb\x57\x35\x66\x4b\xe3\x3f\xb0\x43\xc6\x44\x96\xea\x2e\xcc\x61\x14\x49\x54\x6a\x04\xdc\x34\x4c\xb0\x68\xaf\x20\x4c\x26\xf3\x92\x7f\x2c\x64\xce\xbd\x5d\xc0\x44\xfc\xe6\xf0\xd3\xf4\xad\x6f\xa6\xff\x50\x7d\x3d\x7f\x26\xe2\x18\x99\xe6\xb9\x1d\x3a\x34\xc8\x3e\xdb\x77\x29\x85\x9d\x9f\xa5\xae\xc9\x41\xc4\x6f\xc6\xfa\x24\x4d\x0f\x49\xca\x8b\x18\xb2\x13\x94\x69\x1c\x11\xa7\x2a\xbf\xbd\x59\xaa\xc0\x3f\x87\x5c\x39\xf1\xf6\x58\xcf\x6c\x5d\xba\xe9\xbd\x75\xde\x58\x3a\xcb\xc9\x97\xf0\x6d\x77\x45\x76\x83\xe0\xe7\x1b\x3d\x77\x28\xd3\xfb\xd0\x88\x0c\xb7\x84\x6a\x04\xb8\xc9\xf3\xc3\x93\xfa\x12\xd1\x4b\x02\x03\xf4\x6e\x4b\xd0\x27\x76\x87\x54\x63\x94\x6e\x5c\x8b\x96\xda\xd9\x1b\xdd\x98\x0d\x34\xe1\x23\xda\x7e\x17\x76\x32\x1b\x65\xc3\xe2\x36\xb5\x64\xa9\x1f\xa6\x37\x28\x53\xac\x1b\xe2\x98\x06\xda\x5e\xbf\xb4\x39\x35\x04\xf9\x1b\x00\x00\xff\xff\xe4\x8a\x7a\xd7\x9e\x08\x00\x00") - -func _1699041816_profile_showcase_contactsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1699041816_profile_showcase_contactsUpSql, - "1699041816_profile_showcase_contacts.up.sql", - ) -} - -func _1699041816_profile_showcase_contactsUpSql() (*asset, error) { - bytes, err := _1699041816_profile_showcase_contactsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1699041816_profile_showcase_contacts.up.sql", size: 2206, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x7b, 0x55, 0xda, 0x93, 0x4a, 0x92, 0xf8, 0x45, 0xb2, 0x9f, 0x32, 0xf4, 0x37, 0xc, 0x5f, 0x62, 0xba, 0x33, 0xe2, 0x5c, 0x91, 0x1c, 0xc, 0x7, 0x9, 0xc2, 0x27, 0x5, 0x90, 0x94, 0xf3}} - return a, nil -} - -var __1699554099_message_segmentsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\x4d\x6a\xc3\x30\x10\x46\xf7\x3a\xc5\xb7\x8c\xc1\x37\xe8\x4a\x16\x93\x22\xaa\x4a\x41\x51\xa1\x59\x09\x35\x1e\x9c\xd0\xf8\x07\x64\x43\x7d\xfb\x62\xd3\x45\x0b\x2e\xa5\x64\x3b\xf3\x86\x79\x3c\xe5\x49\x06\x42\x90\x95\x21\xe8\x3d\xac\x0b\xa0\x57\x7d\x0c\x47\xb4\x9c\x73\x6a\x38\x66\x6e\x5a\xee\xc6\x8c\x9d\x00\x80\x4b\xca\x17\x54\xc6\x55\x2b\x6b\x5f\x8c\x29\xd7\xf9\x17\x16\xaf\x5d\xcd\x1f\xd0\x36\xd0\x23\xf9\x6d\x26\xc7\x73\x3f\x75\xe3\x2f\xd0\x90\xe6\x5b\x9f\xea\xcd\x1f\xd7\x26\x0e\xd3\x5b\x7c\xe7\x79\x6b\x7d\xf0\xfa\x59\xfa\x13\x9e\xe8\x84\xdd\xe2\x59\x7e\xbf\x28\x7f\x2a\x16\x70\x16\xca\xd9\xbd\xd1\x2a\xc0\xd3\xc1\x48\x45\xa2\x78\x10\xe2\x1f\x4d\xe2\xb9\x6f\x87\x1b\x8f\x5c\xff\x55\xe7\x1e\xf3\x62\xd1\xfa\x0c\x00\x00\xff\xff\x7b\x88\xfc\x58\xaa\x01\x00\x00") - -func _1699554099_message_segmentsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1699554099_message_segmentsUpSql, - "1699554099_message_segments.up.sql", - ) -} - -func _1699554099_message_segmentsUpSql() (*asset, error) { - bytes, err := _1699554099_message_segmentsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1699554099_message_segments.up.sql", size: 426, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0xca, 0xd, 0xfa, 0xfa, 0x17, 0xef, 0x7e, 0x24, 0xf9, 0x28, 0xbd, 0x39, 0x75, 0xff, 0x34, 0x31, 0x27, 0x58, 0x3c, 0x17, 0x77, 0xfd, 0xc2, 0x66, 0x47, 0x63, 0x58, 0x3e, 0xb3, 0x88, 0x1a}} - return a, nil -} - -var __1700044186_message_segments_timestampUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x2f\x4e\x4d\xcf\x4d\xcd\x2b\x29\xe6\x72\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\xcc\x4d\x2d\x2e\x49\xcc\x2d\x50\xf0\xf4\x0b\x71\x75\x77\x0d\x52\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\xe2\xc2\x67\x4a\x7c\x72\x7e\x6e\x41\x4e\x6a\x49\x6a\x0a\xf1\xe6\x39\x07\xb9\x3a\x86\xb8\x2a\x78\xfa\xb9\xb8\x46\x28\x64\xa6\x54\xc4\x63\x18\x8a\xd0\xef\xef\x87\x61\xa5\x06\x5c\x56\xd3\x9a\x08\xb3\xe0\x0e\xc4\x6f\x2a\x42\x1d\x8a\xf9\x80\x00\x00\x00\xff\xff\x95\x31\x20\x93\x42\x01\x00\x00") - -func _1700044186_message_segments_timestampUpSqlBytes() ([]byte, error) { - return bindataRead( - __1700044186_message_segments_timestampUpSql, - "1700044186_message_segments_timestamp.up.sql", - ) -} - -func _1700044186_message_segments_timestampUpSql() (*asset, error) { - bytes, err := _1700044186_message_segments_timestampUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1700044186_message_segments_timestamp.up.sql", size: 322, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0x4e, 0x7, 0x86, 0x71, 0xc8, 0x1f, 0x2f, 0xf4, 0xbc, 0xc5, 0xc4, 0x37, 0x56, 0xa1, 0x47, 0xd9, 0xc9, 0xfd, 0xdf, 0x9a, 0x48, 0x1d, 0xfd, 0xb4, 0xeb, 0xb6, 0xb1, 0xc2, 0x73, 0x11, 0x19}} - return a, nil -} - -var __1700044187_curated_communitiesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcc\xb1\x0a\xc2\x30\x10\x87\xf1\xbd\x4f\xf1\x1f\x15\x7c\x03\xa7\xab\x5e\x21\x78\x26\x92\x5c\xa1\x9d\x4a\x69\x22\x64\xa8\x42\x4d\x06\xdf\x5e\x28\xb8\x7e\x7c\xfc\x2e\x9e\x49\x19\x4a\xad\x30\x4c\x07\xeb\x14\x3c\x98\xa0\x01\x4b\xdd\xe6\x92\xe2\xb4\xbc\xd7\xb5\xbe\x72\xc9\xe9\x83\x43\x03\x00\xff\xf2\x9d\x72\x84\xf2\xa0\x78\x78\x73\x27\x3f\xe2\xc6\xe3\x69\x5f\x9e\x69\x2e\x75\x4b\x11\xad\x73\xc2\x64\x77\xd8\xf6\x22\xb8\x72\x47\xbd\x28\x3a\x92\xc0\xcd\xf1\xdc\xfc\x02\x00\x00\xff\xff\xb5\x80\x91\xfe\x83\x00\x00\x00") - -func _1700044187_curated_communitiesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1700044187_curated_communitiesUpSql, - "1700044187_curated_communities.up.sql", - ) -} - -func _1700044187_curated_communitiesUpSql() (*asset, error) { - bytes, err := _1700044187_curated_communitiesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1700044187_curated_communities.up.sql", size: 131, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0xf1, 0xf1, 0x57, 0xb5, 0x83, 0xad, 0x9d, 0x9b, 0xf, 0x49, 0xe, 0x3d, 0xa5, 0xf6, 0xf5, 0x9c, 0x7f, 0xb3, 0xf7, 0x22, 0x43, 0x8a, 0xa0, 0x49, 0xfa, 0xcc, 0x9b, 0xea, 0xac, 0xc0, 0xb9}} - return a, nil -} - -var __1700820989_add_resend_automatically_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\xc8\x4c\xa9\x88\x2f\x4a\x2d\x4e\xcd\x4b\x89\x4f\x2c\x2d\xc9\xcf\x4d\x2c\xc9\x4c\x4e\xcc\xc9\xa9\x54\xf0\xf7\x53\x28\x4a\x2c\x8f\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\xd6\xc0\xa6\x48\xd3\x9a\x0b\x10\x00\x00\xff\xff\xc6\x11\x2e\xab\x4d\x00\x00\x00") - -func _1700820989_add_resend_automatically_indexUpSqlBytes() ([]byte, error) { - return bindataRead( - __1700820989_add_resend_automatically_indexUpSql, - "1700820989_add_resend_automatically_index.up.sql", - ) -} - -func _1700820989_add_resend_automatically_indexUpSql() (*asset, error) { - bytes, err := _1700820989_add_resend_automatically_indexUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1700820989_add_resend_automatically_index.up.sql", size: 77, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0x6a, 0xd4, 0xd2, 0x34, 0xa7, 0x68, 0xaa, 0xe5, 0x69, 0x9, 0xce, 0xcf, 0xcb, 0x13, 0x94, 0x9d, 0x3, 0x4c, 0x59, 0xac, 0x5f, 0x71, 0xb2, 0xe4, 0xda, 0x67, 0x42, 0xbe, 0xf2, 0x1d, 0xe8}} - return a, nil -} - -var __1702996953_add_communities_shards_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8c\xbb\x0a\xc2\x30\x14\x86\xf7\x3e\xc5\x3f\x2a\x38\xb8\x3b\xa5\xf1\x14\x82\xc7\xa4\xa4\x29\xd8\xa9\x48\x5a\x30\xd8\x0b\x34\x2d\xe8\xdb\x0b\x15\x44\x07\xe7\xef\x22\x2d\x09\x47\x70\x22\x65\x82\xca\xa0\x8d\x03\x5d\x54\xe1\x0a\xf8\xb1\xef\x97\x21\xcc\xa1\x8d\x75\xbc\x5d\xa7\x26\x62\x93\x00\xf8\x80\x67\x1d\x1a\xa4\x6c\xd2\xb5\xd2\x25\x33\x72\xab\xce\xc2\x56\x38\x51\x05\xa3\x21\x8d\xce\x58\x49\x07\x4b\x39\x0b\x49\xbb\xb5\x5f\x67\xb5\xef\x96\x38\xb7\x13\x94\x76\x38\x52\x26\x4a\x7e\x3f\xbe\x9d\x30\x34\xed\xe3\x8f\xe1\xbb\xd1\xdf\x7f\xd8\x3e\xd9\x1e\x5e\x01\x00\x00\xff\xff\xad\x2a\x0e\x0a\xd0\x00\x00\x00") - -func _1702996953_add_communities_shards_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1702996953_add_communities_shards_tableUpSql, - "1702996953_add_communities_shards_table.up.sql", - ) -} - -func _1702996953_add_communities_shards_tableUpSql() (*asset, error) { - bytes, err := _1702996953_add_communities_shards_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1702996953_add_communities_shards_table.up.sql", size: 208, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0x40, 0x38, 0xcb, 0x1e, 0x85, 0x1, 0x6b, 0xe6, 0xe9, 0xf0, 0xf9, 0xe6, 0x6d, 0x23, 0x4d, 0xe6, 0x12, 0x61, 0xc8, 0x12, 0x25, 0x31, 0x39, 0x7d, 0x40, 0xad, 0x64, 0xfa, 0xf1, 0x87, 0x86}} - return a, nil -} - -var __1704489636_add_album_imagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcc\x49\x2a\xcd\x8d\xcf\xcc\x05\x8b\x87\xb8\x46\x84\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x28\x29\x59\x03\x02\x00\x00\xff\xff\x67\x96\x07\xf7\x42\x00\x00\x00") - -func _1704489636_add_album_imagesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704489636_add_album_imagesUpSql, - "1704489636_add_album_images.up.sql", - ) -} - -func _1704489636_add_album_imagesUpSql() (*asset, error) { - bytes, err := _1704489636_add_album_imagesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704489636_add_album_images.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x28, 0x82, 0xf2, 0x12, 0x94, 0xb, 0x1b, 0x9f, 0x3f, 0xbf, 0x41, 0x96, 0x29, 0x63, 0x5e, 0x28, 0x4c, 0x9d, 0xd2, 0x26, 0xc9, 0x52, 0x4a, 0x19, 0x80, 0x10, 0xac, 0x1a, 0x51, 0x96, 0xe6, 0xa2}} - return a, nil -} - -var __1704821941_add_joined_at_for_communityUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x47\x62\x2b\x38\xba\xb8\x28\x38\xfb\xfb\x84\xfa\xfa\x29\x64\xe5\x67\xe6\xa5\xa6\xc4\x27\x96\x28\x84\xfa\x05\x7b\xba\xfb\xb9\xba\x28\x38\x79\xba\x7b\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x58\x73\x01\x02\x00\x00\xff\xff\xe6\x0a\xf0\x91\x54\x00\x00\x00") - -func _1704821941_add_joined_at_for_communityUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704821941_add_joined_at_for_communityUpSql, - "1704821941_add_joined_at_for_community.up.sql", - ) -} - -func _1704821941_add_joined_at_for_communityUpSql() (*asset, error) { - bytes, err := _1704821941_add_joined_at_for_communityUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704821941_add_joined_at_for_community.up.sql", size: 84, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0xa1, 0xca, 0xbe, 0x8e, 0xd1, 0xd5, 0xf, 0xe3, 0x4, 0x7, 0xdd, 0x62, 0x47, 0xc3, 0x90, 0xfb, 0x3, 0xb8, 0x48, 0x35, 0xc9, 0xc9, 0xe0, 0xe3, 0xb7, 0x36, 0x9f, 0xb8, 0x61, 0x1e, 0x18}} - return a, nil -} - -var __1704832511_add_last_opened_at_for_communitiesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x47\x62\x2b\x38\xba\xb8\x28\x38\xfb\xfb\x84\xfa\xfa\x29\xe4\x24\x16\x97\xc4\xe7\x17\xa4\xe6\xa5\xa6\xc4\x27\x96\x28\x84\xfa\x05\x7b\xba\xfb\xb9\xba\x28\x38\x79\xba\x7b\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x58\x73\x01\x02\x00\x00\xff\xff\x2c\x2a\x97\x97\x59\x00\x00\x00") - -func _1704832511_add_last_opened_at_for_communitiesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704832511_add_last_opened_at_for_communitiesUpSql, - "1704832511_add_last_opened_at_for_communities.up.sql", - ) -} - -func _1704832511_add_last_opened_at_for_communitiesUpSql() (*asset, error) { - bytes, err := _1704832511_add_last_opened_at_for_communitiesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704832511_add_last_opened_at_for_communities.up.sql", size: 89, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa7, 0x73, 0x6, 0x6f, 0xa5, 0xc5, 0x5b, 0x5a, 0xf7, 0xf3, 0xb3, 0x28, 0x27, 0x61, 0x28, 0x2c, 0x6a, 0x1, 0x93, 0x14, 0x5b, 0xc0, 0xe8, 0xb5, 0xf6, 0xbf, 0x9f, 0xfb, 0x20, 0x7c, 0xd9, 0x54}} - return a, nil -} - -var __1704832512_add_peersyncingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x41\xca\x83\x30\x10\x46\xf7\x39\xc5\xb7\x54\xf0\x06\xae\x62\xfe\xfc\x34\x34\x4d\x24\xa4\xa5\xae\x24\xd4\x20\x42\xd5\x60\xec\xc2\xdb\x97\x42\x8b\x0a\x6e\xe7\xcd\xbc\x79\xcc\x70\x6a\x39\x2c\x2d\x24\x47\xf0\x7e\x8a\xcb\xf0\xe8\x86\xb6\xee\x7d\x8c\xae\xf5\x11\x09\x01\xba\x06\x37\x6a\xd8\x89\x1a\x94\x46\x5c\xa8\xa9\x70\xe6\x15\xb4\x02\xd3\xea\x5f\x0a\x66\x61\x78\x29\x29\xe3\x19\x01\xe6\x25\x78\x08\x65\xa1\xb4\x85\xba\x4a\xf9\x19\xb6\xd3\xf8\x0a\xf5\x46\xb4\x85\xc1\x2d\xcf\xd1\x35\x28\xa4\x2e\x76\x60\xee\x7a\x1f\x67\xd7\x87\x9d\x8f\xa4\x39\x21\xdf\x72\xa1\xfe\xf8\xfd\xb0\xbc\x5e\x8f\xb5\x3a\xdc\x48\x7e\x51\xd9\xfa\x28\xcd\xc9\x3b\x00\x00\xff\xff\xdf\xad\x3d\xa9\x14\x01\x00\x00") - -func _1704832512_add_peersyncingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704832512_add_peersyncingUpSql, - "1704832512_add_peersyncing.up.sql", - ) -} - -func _1704832512_add_peersyncingUpSql() (*asset, error) { - bytes, err := _1704832512_add_peersyncingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704832512_add_peersyncing.up.sql", size: 276, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0xfc, 0x4c, 0x13, 0x67, 0xfb, 0x26, 0x58, 0xd3, 0x7f, 0x72, 0xd0, 0xe7, 0xd7, 0x28, 0x41, 0xa8, 0xa3, 0xf3, 0x9f, 0x1, 0x4c, 0xdd, 0xb6, 0x7b, 0xa4, 0x2a, 0x27, 0xb2, 0x31, 0xb1, 0x30}} - return a, nil -} - -var __1706028033_profile_showcase_address_and_communityUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x54\x5d\x6f\x9b\x30\x14\x7d\xe7\x57\x5c\xf5\x61\x6a\x24\x2a\xed\x3d\x4f\x34\x71\x2b\x34\x46\x22\x46\xa4\xf6\xc9\x72\xcc\xcd\x62\x8d\xd8\x95\x6d\x3a\xe5\xdf\x4f\xc5\x09\x05\x56\xbe\xa6\x64\xea\x33\xe7\x70\x7d\xcf\xc7\xbd\xbb\x83\x04\xb9\x46\x66\x11\x2c\xdb\xe6\x68\x60\xa7\x34\x18\xab\xb4\x90\x3f\x81\x17\x5a\xa3\xb4\x50\x18\xd4\xf0\xa2\xd5\x4e\xe4\x08\x66\xaf\x7e\x73\x66\x10\xb8\xca\x73\xe4\x56\x94\xb4\x2f\xc0\x8c\x41\x6b\xe0\x45\xe3\x0e\x35\x4a\x8e\xc6\x5b\x26\xab\x35\xa4\xc1\x7d\x44\xce\x6c\x7a\x66\xd3\x3a\x9b\xd6\x48\x73\x6f\x91\x90\x20\x25\x53\x79\x70\xeb\x01\x00\x70\x25\xad\x66\xdc\x52\x96\x65\x1a\x8d\x81\x94\x3c\xa5\xb0\x4e\xc2\xef\x41\xf2\x0c\xdf\xc8\x33\xac\x62\x58\xac\xe2\x87\x28\x5c\xa4\x90\x90\x75\x14\x2c\x88\xef\xa8\x7b\x26\x24\x15\x19\x6c\xe2\x1f\xe1\x63\x4c\x96\x70\x1f\x3e\x86\x71\x0a\xf1\x2a\x85\x78\x13\x45\x0e\x66\xd5\x2f\x2c\x61\xe5\x9f\x9b\xdf\xb8\x3a\x1c\x0a\x29\xec\xb1\xfa\xbe\x24\x0f\xc1\x26\x4a\xe1\xe6\xc6\x21\x18\xe7\xaa\x90\xad\xe7\xb5\x41\xaf\xc2\x88\xad\xc8\x85\x3d\x42\x7d\x7e\x85\xfb\xea\x60\x46\x69\x4b\x95\xce\x50\x97\xb0\xea\xab\x37\x9b\x7b\xbd\xda\x3b\xab\xa6\xa8\xfe\x8a\x5a\xec\x04\x66\xb4\xdc\xfe\x23\xe1\xcd\xf1\xb0\x55\xf9\x04\xb9\x2f\xb0\x64\xff\x9b\x0b\x39\xfc\xea\xeb\xc7\x65\x38\x12\x97\x70\x7b\xa0\xc8\x23\xbb\xfb\x46\x41\xc6\xf7\xa5\x2c\x8c\x5b\x17\xa2\x30\x5e\x92\xa7\x81\x22\x9e\x08\x54\x64\xf3\xf1\xad\x3f\x91\xa6\x55\xfe\x4c\xea\x35\xb0\x65\xc1\xa7\x29\x76\x97\x87\x7e\xb5\x8b\x13\xf1\xa3\x27\xd4\x43\x79\xfb\x0e\xf5\xab\xf5\xfc\xbf\xc4\xf0\xab\x9d\x66\xb5\xba\x4c\xf3\xf3\xad\x00\x63\x1d\x79\x67\x55\x17\xa8\x63\xd8\xe9\x02\x8d\x8d\x4d\x13\x3e\xf9\x5a\xb5\x32\x53\x3f\x55\xff\xc5\x21\x37\x70\xf6\x2f\x27\xeb\x7a\x71\x1f\x8e\xf4\x75\xd2\xda\xda\x60\x44\x32\x3b\x34\xe9\x0a\x67\xb7\x84\x8d\x7c\xf6\xcf\xec\x74\xa2\x6b\x6a\x9f\x75\x8d\xb9\x7f\x02\x00\x00\xff\xff\xb9\x0a\x88\x1b\x74\x09\x00\x00") - -func _1706028033_profile_showcase_address_and_communityUpSqlBytes() ([]byte, error) { - return bindataRead( - __1706028033_profile_showcase_address_and_communityUpSql, - "1706028033_profile_showcase_address_and_community.up.sql", - ) -} - -func _1706028033_profile_showcase_address_and_communityUpSql() (*asset, error) { - bytes, err := _1706028033_profile_showcase_address_and_communityUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1706028033_profile_showcase_address_and_community.up.sql", size: 2420, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa0, 0x8e, 0xc2, 0xbf, 0x32, 0x2d, 0x27, 0x4a, 0x83, 0xfc, 0x4c, 0xb5, 0x9b, 0x45, 0x12, 0xf0, 0xfc, 0x65, 0x36, 0xe0, 0x3c, 0x78, 0xd1, 0xdd, 0xd3, 0xfb, 0x44, 0x14, 0x20, 0x3, 0x3e, 0xcf}} - return a, nil -} - -var __1706520870_add_bridge_messages_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xcd\x8a\x83\x30\x14\x46\xf7\x79\x8a\x8b\xab\x11\xe6\x0d\x5c\x65\xc6\x2b\x84\xc9\xc4\x41\x23\xe8\x2a\x64\x6a\x10\x17\xa6\x25\x49\x4b\x1f\xbf\xe0\x1f\xad\x62\xb7\x39\x5f\x4e\xc2\xf9\x2e\x90\x4a\x04\x49\xbf\x38\x02\xcb\x40\xe4\x12\xb0\x66\xa5\x2c\xe1\xdf\xf5\x6d\x67\xd4\x60\xbc\xd7\x9d\xf1\xf0\x41\x00\xae\xde\xb8\xf5\x44\xf5\x2d\x48\xac\x25\xfc\x15\xec\x97\x16\x0d\xfc\x60\x33\x0a\x44\xc5\xf9\x27\x81\xc5\x60\xf5\x60\xa6\xe1\x33\x1c\x55\x6f\x90\xbe\xe9\xa0\xdd\x04\x53\xcc\x68\xc5\x25\x44\xd1\x8a\x97\xb7\x5f\xd1\xe9\x6c\x83\xb1\x61\xaf\x9c\xff\x7c\x70\xed\xa2\x9d\xb1\x41\x1d\x8f\x48\x9c\x10\x32\xb7\x62\x22\xc5\x1a\xfa\xf6\xae\x36\x85\xd4\xb6\x0e\xc9\xc5\xbe\xe2\x76\x14\x27\xe4\x11\x00\x00\xff\xff\xb8\xaf\x0c\x1b\x85\x01\x00\x00") - -func _1706520870_add_bridge_messages_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1706520870_add_bridge_messages_tableUpSql, - "1706520870_add_bridge_messages_table.up.sql", - ) -} - -func _1706520870_add_bridge_messages_tableUpSql() (*asset, error) { - bytes, err := _1706520870_add_bridge_messages_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1706520870_add_bridge_messages_table.up.sql", size: 389, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe4, 0xd8, 0xaa, 0x58, 0x51, 0xae, 0x28, 0x95, 0x4, 0x3e, 0xd, 0x9c, 0x73, 0xec, 0xe8, 0x84, 0xd, 0x77, 0xdf, 0x8f, 0xb0, 0x1a, 0xfe, 0xef, 0xfc, 0x5b, 0xe1, 0xe9, 0xc2, 0xc1, 0xe7, 0x73}} - return a, nil -} - -var __1706520871_add_community_description_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\xb1\x6e\x83\x30\x10\x86\x77\x3f\xc5\x8d\x20\x31\x56\x5d\x98\x8c\x39\x2a\xab\xd4\x4e\x8d\x91\xc8\x64\x45\xc6\x6a\x2d\x0a\x44\x81\x0e\xbc\x7d\x45\x89\x1a\x2a\x3a\xa4\x89\x37\xdf\xfd\x3a\x7d\xf7\x1d\x53\x48\x35\x82\xa6\x49\x8e\xc0\x33\x10\x52\x03\x56\xbc\xd0\x05\xb8\xce\x9e\xa6\xe3\xe8\x6a\x63\xfb\xb6\xfd\xec\xfc\x38\x99\xda\x0d\xf6\xe4\x8f\xa3\xef\x3b\x63\x0f\xf6\xdd\x41\x40\x00\x2e\x7d\x5f\x83\xc6\x4a\xc3\x4e\xf1\x17\xaa\xf6\xf0\x8c\xfb\x68\x0e\x7c\xf4\xb6\x81\x92\x0b\xfd\xf8\x30\xff\x57\x63\x20\xc9\x65\x32\xd7\x4a\xc1\x5f\x4b\x0c\xd6\xb3\x42\x90\x02\x98\x14\x59\xce\x99\x06\x85\xbb\x9c\x32\x24\x00\x61\x4c\xc8\x1d\xe0\xad\x1f\x06\xdf\xbd\x99\xc6\x4d\xc3\x37\xff\xf2\x36\x5b\x44\x3f\xad\xc6\xfd\x51\x5c\xed\x08\xbf\xb0\xa3\x73\x3e\xbc\x64\x33\xa9\x90\x3f\x89\x6d\x36\x04\x85\x19\x2a\x14\x0c\xaf\x34\xbe\x35\x94\x62\x8e\x1a\x81\xd1\x82\xd1\x14\xc9\xca\x0e\x17\x29\x56\xff\xb4\xe3\x6b\x73\xe8\x6a\xb3\x9c\x4c\x8a\x1b\xa0\xa2\xe5\xde\x61\x7c\x0f\xc6\xa2\x70\xb8\x86\x60\x7d\xcf\xe0\xac\x3e\x26\x5f\x01\x00\x00\xff\xff\x71\xc3\x1d\x10\xda\x02\x00\x00") - -func _1706520871_add_community_description_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1706520871_add_community_description_cacheUpSql, - "1706520871_add_community_description_cache.up.sql", - ) -} - -func _1706520871_add_community_description_cacheUpSql() (*asset, error) { - bytes, err := _1706520871_add_community_description_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1706520871_add_community_description_cache.up.sql", size: 730, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfc, 0xe4, 0x66, 0xd6, 0x9d, 0xb8, 0x87, 0x6e, 0x70, 0xfd, 0x78, 0xa, 0x8c, 0xfb, 0xb2, 0xbc, 0xc4, 0x8c, 0x8d, 0x77, 0xc2, 0xf, 0xe1, 0x68, 0xf3, 0xd6, 0xf3, 0xb0, 0x42, 0x86, 0x3f, 0xf4}} - return a, nil -} - -var __1707749393_add_community_grantsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x4f\x2f\x4a\xcc\x2b\x29\x56\xd0\xe0\x52\x40\x12\xcc\x4c\x51\x08\x71\x8d\x08\x51\x08\x08\xf2\xf4\x75\x0c\x8a\x54\xf0\x76\x8d\x04\xeb\xf6\x0b\xf5\xf1\xd1\xe1\x52\x50\x00\x6b\x82\x28\x71\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\x02\x49\x24\xe7\xe4\x27\x67\x2b\x78\xfa\x85\xc0\x95\xc3\x15\x18\x70\x69\x5a\x73\x01\x02\x00\x00\xff\xff\x3e\x6f\x1c\xa5\x93\x00\x00\x00") - -func _1707749393_add_community_grantsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1707749393_add_community_grantsUpSql, - "1707749393_add_community_grants.up.sql", - ) -} - -func _1707749393_add_community_grantsUpSql() (*asset, error) { - bytes, err := _1707749393_add_community_grantsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1707749393_add_community_grants.up.sql", size: 147, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x59, 0xd9, 0xbb, 0x31, 0xf4, 0xb7, 0xbd, 0x1f, 0x57, 0x5b, 0x40, 0x28, 0xed, 0xf7, 0x2c, 0xb3, 0xf, 0xcc, 0x50, 0x7f, 0x2c, 0x74, 0xe1, 0x19, 0x7c, 0xa0, 0xec, 0xfc, 0xb7, 0xbe, 0x1e, 0xbc}} - return a, nil -} - -var __1707841194_add_profile_showcase_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x28\x28\xca\x4f\xcb\xcc\x49\x8d\x2f\xce\xc8\x2f\x4f\x4e\x2c\x4e\x8d\x2f\x28\x4a\x4d\x4b\x2d\x4a\xcd\x4b\x4e\x2d\x56\xd0\xe0\x52\x50\x50\x50\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xe0\xd2\xb4\xe6\xe2\xf2\xf4\x0b\x76\x0d\x0a\x01\x49\xf8\x13\x30\x06\x6c\x82\xa6\x42\x98\xa3\x4f\xa8\x6b\xb0\x82\x86\x81\xa6\x35\x20\x00\x00\xff\xff\x2d\x8d\x56\xab\x84\x00\x00\x00") - -func _1707841194_add_profile_showcase_preferencesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1707841194_add_profile_showcase_preferencesUpSql, - "1707841194_add_profile_showcase_preferences.up.sql", - ) -} - -func _1707841194_add_profile_showcase_preferencesUpSql() (*asset, error) { - bytes, err := _1707841194_add_profile_showcase_preferencesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1707841194_add_profile_showcase_preferences.up.sql", size: 132, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa4, 0x3b, 0x28, 0x2f, 0xd9, 0x3f, 0xe6, 0xe6, 0x22, 0xc7, 0x3, 0xcc, 0x4a, 0xc8, 0xc1, 0x8c, 0x32, 0xd5, 0x15, 0xc2, 0xaf, 0xf9, 0x2f, 0x2c, 0xaf, 0xab, 0xc4, 0xaf, 0x29, 0x8a, 0x33, 0x69}} - return a, nil -} - -var __1708062699_activity_dataUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x51\x0a\xc3\x20\x0c\x06\xe0\xab\xfc\xf7\xd8\x53\x9c\xee\x29\x53\x18\xfa\x2c\xc1\x59\x08\x85\x08\x6d\x28\xf4\xf6\xfd\x88\x6b\xfa\xa1\x52\xe0\x04\x19\xae\x97\xfa\xdd\xc7\x34\x9f\x47\xb7\xe5\xba\xe9\x10\xd7\x65\x27\x28\x46\xbc\x0b\xb7\x6f\x86\xaf\x7d\x5a\xff\x8b\x0b\x02\x97\x80\x98\x3e\xd4\xb8\x22\x37\xe6\xd7\x13\x00\x00\xff\xff\xe1\x59\x5a\x05\x52\x00\x00\x00") - -func _1708062699_activity_dataUpSqlBytes() ([]byte, error) { - return bindataRead( - __1708062699_activity_dataUpSql, - "1708062699_activity_data.up.sql", - ) -} - -func _1708062699_activity_dataUpSql() (*asset, error) { - bytes, err := _1708062699_activity_dataUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1708062699_activity_data.up.sql", size: 82, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8c, 0xfa, 0x24, 0x80, 0xea, 0xb0, 0xb, 0x50, 0xce, 0x10, 0xc9, 0x6c, 0x6f, 0xd4, 0x29, 0xe, 0xb, 0xe2, 0xa1, 0x70, 0x46, 0x2, 0x66, 0x40, 0x33, 0xb3, 0x4c, 0x6d, 0x82, 0x1f, 0xdf, 0x9}} - return a, nil -} - -var __1708423707_applied_community_eventsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcd\xcd\x0a\x83\x30\x10\x04\xe0\xbb\x4f\x31\x47\x05\xdf\xa0\xa7\x34\x5d\x41\xba\x8d\x12\x56\xa8\x27\x29\x9a\x43\xa8\x3f\x81\xa6\x05\xdf\xbe\xe0\xa1\xb5\xbd\xee\x7e\x33\xa3\x2d\x29\x21\x88\x3a\x32\xe1\x16\xc2\xe8\xdd\xd0\xf5\xcb\x34\x3d\x67\x1f\xd7\xce\xbd\xdc\x1c\x1f\x48\x13\x00\xf8\x9e\xfd\x00\xa1\xab\xc0\x54\x02\xd3\x30\xe7\xdb\x7f\xc3\x5d\x5c\x83\xfb\x80\x13\x15\xaa\xe1\x3d\xea\xc7\xa5\xbf\xa3\x34\xff\xe1\xda\x96\x17\x65\x5b\x9c\xa9\x45\xba\x5f\xca\x7f\x7b\x33\x54\x06\xba\x32\x05\x97\x5a\x60\xa9\x66\xa5\x29\xc9\x0e\xef\x00\x00\x00\xff\xff\x3c\x32\x66\x2a\xc9\x00\x00\x00") - -func _1708423707_applied_community_eventsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1708423707_applied_community_eventsUpSql, - "1708423707_applied_community_events.up.sql", - ) -} - -func _1708423707_applied_community_eventsUpSql() (*asset, error) { - bytes, err := _1708423707_applied_community_eventsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1708423707_applied_community_events.up.sql", size: 201, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x58, 0x5b, 0x9b, 0xed, 0x69, 0x1b, 0xf9, 0x11, 0xb8, 0xa3, 0x85, 0x97, 0xd, 0xe7, 0x2d, 0x44, 0xf2, 0x61, 0x51, 0x92, 0x1b, 0x13, 0x64, 0xb6, 0x75, 0x4c, 0x2b, 0x2f, 0xd4, 0x97, 0x39, 0x29}} - return a, nil -} - -var __1708440786_profile_showcase_social_linksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x92\xc1\x8e\xda\x30\x18\x84\xef\x79\x8a\x39\x26\x52\x90\xb8\x23\x55\x4a\x83\x11\x11\x21\xa9\x82\xa9\xe0\x14\x85\xf0\x03\x56\x5d\x3b\xb2\x4d\x81\xb7\xaf\x12\x68\x03\xbb\xab\x15\x9c\xf6\xfc\xcf\x78\x3c\x9f\xc6\x1b\x0c\x10\x1b\xaa\x1c\xc1\x55\x1b\x49\x16\x3b\x6d\x60\x9d\x36\x42\xed\x61\x75\x2d\x2a\x09\x29\xd4\x2f\x0b\xa1\xe0\x0e\x84\xc6\xe8\xad\x90\x04\x7b\xd0\xa7\xba\xb2\xe4\xc5\x05\x8b\x38\x03\x8f\xbe\xa7\xac\xbd\xee\x84\xa4\xf2\xdf\xb5\xbc\x3e\x51\x76\x4f\x94\x8d\xa1\x1d\x19\x52\x35\x59\xf8\x1e\x00\x1c\x8d\xc4\xcf\xa8\x88\xa7\x51\x81\x2c\xe7\xc8\x96\x69\x8a\x78\xca\xe2\x19\x7c\x49\x6a\xef\x0e\xbe\x33\xe2\xb7\x7f\x34\x32\x08\xf0\x0d\xc3\x20\xec\x7c\x8e\xce\xee\x29\x63\x2b\x7c\x70\xfe\x11\x56\x6c\x84\x14\xee\x82\x24\xe3\xbd\x77\xcc\x26\xd1\x32\xe5\x18\x5e\x65\x56\x1b\x57\x6a\xb3\x25\xd3\xc9\xde\x5c\x7f\x14\xc9\x3c\x2a\xd6\x98\xb1\x35\xba\x88\xb0\x6d\x12\x78\xc1\xc8\x7b\x85\x47\xad\x95\xab\x6a\xf7\x75\x30\x3e\x6f\x79\xfb\x5e\x29\xb6\xe0\x6c\xd5\xb3\xfa\x80\x41\x2f\x0d\xf1\xc8\xe3\x86\x23\xc9\xc6\x6c\xf5\x1c\x8e\x36\x2f\xcf\x9e\x46\xd7\xbb\x5a\xfa\xed\x9e\x75\x73\x01\x9d\x85\x75\xef\x36\xec\x34\x2a\x28\x3a\x5d\xc7\xee\x25\xd9\x82\x15\xbc\xad\x9e\xbf\xb2\xdc\xff\x05\xc3\x3b\x80\x41\x07\x65\xc1\x52\x16\x73\xdc\x29\x1a\x6d\x85\x13\x5a\x75\xe7\x49\x91\xcf\xfb\xa4\xbb\x80\x91\xf7\x37\x00\x00\xff\xff\xef\x9a\xe8\xfb\x8a\x03\x00\x00") - -func _1708440786_profile_showcase_social_linksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1708440786_profile_showcase_social_linksUpSql, - "1708440786_profile_showcase_social_links.up.sql", - ) -} - -func _1708440786_profile_showcase_social_linksUpSql() (*asset, error) { - bytes, err := _1708440786_profile_showcase_social_linksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1708440786_profile_showcase_social_links.up.sql", size: 906, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0xe4, 0xa2, 0xd6, 0x49, 0x3e, 0x3d, 0xc8, 0xe1, 0x75, 0x75, 0x36, 0x1e, 0x8a, 0xb1, 0xaf, 0xd3, 0xd8, 0xc7, 0x77, 0xe8, 0x8, 0xdb, 0xd9, 0x2c, 0x8e, 0x1e, 0xa, 0x7c, 0xda, 0x37, 0xf5}} - return a, nil -} - -var __1709805967_simplify_profile_showcase_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\x41\xae\x82\x30\x14\x46\xe1\x39\xab\xe8\x3e\x18\xf1\x9e\xcc\x50\x0c\xc1\x71\x53\x6f\x7f\x62\xb5\xbd\x97\xb4\x45\xe3\xee\x9d\x38\x34\x80\xc1\x0d\x9c\x7c\xa7\xa8\x9a\xbe\xee\x54\x5f\xfd\x35\xb5\x1a\xa3\x0c\xce\x43\xa7\x8b\x3c\xc8\x24\x68\x43\x24\x13\xe7\xa4\xc7\x88\x01\x11\x4c\x48\x6a\xd7\xb5\x47\xf5\xdf\x36\xa7\xfd\x41\xb1\x09\x28\x37\x36\x48\xbc\x44\xed\xec\xd6\x0e\x82\x5c\x5d\x59\xcc\x57\x48\xbc\x07\x65\x77\xf6\x98\x13\x85\x30\xb1\xcb\xcf\x65\xd5\xaa\xde\x9b\xae\x8d\xb5\x11\x29\x2d\x19\x27\xbe\x23\xba\xc1\xc1\xea\x2c\x37\xf0\x5a\xe8\x17\x52\x12\xce\x86\xf2\x6f\xb6\x3f\xc6\x36\x3f\xaf\x20\xbe\x02\x00\x00\xff\xff\xf4\xeb\xf5\x93\xbd\x02\x00\x00") - -func _1709805967_simplify_profile_showcase_preferencesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1709805967_simplify_profile_showcase_preferencesUpSql, - "1709805967_simplify_profile_showcase_preferences.up.sql", - ) -} - -func _1709805967_simplify_profile_showcase_preferencesUpSql() (*asset, error) { - bytes, err := _1709805967_simplify_profile_showcase_preferencesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1709805967_simplify_profile_showcase_preferences.up.sql", size: 701, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8, 0xdc, 0xce, 0x1d, 0x56, 0x57, 0xf4, 0xa5, 0xc8, 0x15, 0x89, 0x92, 0xbf, 0x57, 0x5a, 0xbc, 0x37, 0x9e, 0xf0, 0xe4, 0x7a, 0x2c, 0x19, 0xd0, 0x3e, 0xca, 0xd0, 0xab, 0x2d, 0x8f, 0xe3, 0x16}} - return a, nil -} - -var __1709828431_add_community_description_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\xb1\x6e\x83\x30\x10\x86\x77\x3f\xc5\x8d\x20\x31\x56\x5d\x98\x8c\x39\x2a\xab\xd4\x4e\x8d\x91\xc8\x64\x45\xc6\x6a\x2d\x0a\x44\x81\x0e\xbc\x7d\x45\x89\x1a\x2a\x3a\xa4\x89\x37\xdf\xfd\x3a\x7d\xf7\x1d\x53\x48\x35\x82\xa6\x49\x8e\xc0\x33\x10\x52\x03\x56\xbc\xd0\x05\xb8\xce\x9e\xa6\xe3\xe8\x6a\x63\xfb\xb6\xfd\xec\xfc\x38\x99\xda\x0d\xf6\xe4\x8f\xa3\xef\x3b\x63\x0f\xf6\xdd\x41\x40\x00\x2e\x7d\x5f\x83\xc6\x4a\xc3\x4e\xf1\x17\xaa\xf6\xf0\x8c\xfb\x68\x0e\x7c\xf4\xb6\x81\x92\x0b\xfd\xf8\x30\xff\x57\x63\x20\xc9\x65\x32\xd7\x4a\xc1\x5f\x4b\x0c\xd6\xb3\x42\x90\x02\x98\x14\x59\xce\x99\x06\x85\xbb\x9c\x32\x24\x00\x61\x4c\xc8\x1d\xe0\xad\x1f\x06\xdf\xbd\x99\xc6\x4d\xc3\x37\xff\xf2\x36\x5b\x44\x3f\xad\xc6\xfd\x51\x5c\xed\x08\xbf\xb0\xa3\x73\x3e\xbc\x64\x33\xa9\x90\x3f\x89\x6d\x36\x04\x85\x19\x2a\x14\x0c\xaf\x34\xbe\x35\x94\x62\x8e\x1a\x81\xd1\x82\xd1\x14\xc9\xca\x0e\x17\x29\x56\xff\xb4\xe3\x6b\x73\xe8\x6a\xb3\x9c\x4c\x8a\x1b\xa0\xa2\xe5\xde\x61\x7c\x0f\xc6\xa2\x70\xb8\x86\x60\x7d\xcf\xe0\xac\x3e\x26\x5f\x01\x00\x00\xff\xff\x71\xc3\x1d\x10\xda\x02\x00\x00") - -func _1709828431_add_community_description_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1709828431_add_community_description_cacheUpSql, - "1709828431_add_community_description_cache.up.sql", - ) -} - -func _1709828431_add_community_description_cacheUpSql() (*asset, error) { - bytes, err := _1709828431_add_community_description_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1709828431_add_community_description_cache.up.sql", size: 730, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfc, 0xe4, 0x66, 0xd6, 0x9d, 0xb8, 0x87, 0x6e, 0x70, 0xfd, 0x78, 0xa, 0x8c, 0xfb, 0xb2, 0xbc, 0xc4, 0x8c, 0x8d, 0x77, 0xc2, 0xf, 0xe1, 0x68, 0xf3, 0xd6, 0xf3, 0xb0, 0x42, 0x86, 0x3f, 0xf4}} - return a, nil -} - -var __1710331283_add_bio_to_contactsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\x2b\x49\x4c\x2e\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\x08\x71\x8d\x08\xb1\xe6\x02\x04\x00\x00\xff\xff\xb8\x6b\x6f\x26\x2a\x00\x00\x00") - -func _1710331283_add_bio_to_contactsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1710331283_add_bio_to_contactsUpSql, - "1710331283_add_bio_to_contacts.up.sql", - ) -} - -func _1710331283_add_bio_to_contactsUpSql() (*asset, error) { - bytes, err := _1710331283_add_bio_to_contactsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1710331283_add_bio_to_contacts.up.sql", size: 42, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc2, 0xe8, 0x4b, 0xa8, 0xd9, 0xa0, 0xc4, 0xd, 0x3d, 0x15, 0x3a, 0xc8, 0x98, 0x33, 0xb2, 0x8b, 0x4c, 0x0, 0xad, 0xfc, 0x92, 0x51, 0xeb, 0xf5, 0x1, 0xd2, 0x15, 0x8f, 0xc9, 0x79, 0x8e, 0x81}} - return a, nil -} - -var __1710331284_hash_ratchet_encrypted_messages_key_idUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\xc8\x48\x2c\xce\x88\x2f\x4a\x2c\x49\xce\x48\x2d\x89\x4f\xcd\x4b\x2e\xaa\x2c\x28\x49\x4d\x89\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\xcf\x4e\xad\x8c\xcf\x4c\x51\xf0\xf7\x23\xa4\x52\x41\x03\xa2\x54\xd3\x9a\x0b\x10\x00\x00\xff\xff\x0e\x85\x79\x48\x6f\x00\x00\x00") - -func _1710331284_hash_ratchet_encrypted_messages_key_idUpSqlBytes() ([]byte, error) { - return bindataRead( - __1710331284_hash_ratchet_encrypted_messages_key_idUpSql, - "1710331284_hash_ratchet_encrypted_messages_key_id.up.sql", - ) -} - -func _1710331284_hash_ratchet_encrypted_messages_key_idUpSql() (*asset, error) { - bytes, err := _1710331284_hash_ratchet_encrypted_messages_key_idUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1710331284_hash_ratchet_encrypted_messages_key_id.up.sql", size: 111, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0x8b, 0xfe, 0xb3, 0xa0, 0x73, 0x30, 0xe, 0x1a, 0xd5, 0x85, 0x3e, 0x22, 0xf9, 0xfe, 0x1, 0x5c, 0x5f, 0x9c, 0x26, 0x36, 0x9e, 0x11, 0x1c, 0x2b, 0x42, 0xa9, 0xcc, 0x9, 0x63, 0xe8, 0xff}} - return a, nil -} - -var __1711389881_add_profile_showcase_community_grantUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0e\x02\x21\x0c\x05\xd0\xbd\xa7\xf8\xf7\x70\x55\x04\x57\x75\x26\x31\xb0\x26\xa4\x41\x25\x71\xa8\xa1\x35\x5e\xdf\x47\x9c\xd3\x1d\x99\x02\x27\x7c\x96\x3e\xc6\xbb\x57\x7b\xe9\x4f\x9a\xf5\x2a\x7a\x1c\xdf\x39\x7c\x74\xab\xa2\xd3\x9b\xb8\x81\x62\xc4\x65\xe7\x72\xdb\xf0\x5c\x6d\x3a\x02\xef\x01\x31\x5d\xa9\x70\xc6\x56\x98\xcf\xa7\x7f\x00\x00\x00\xff\xff\x50\x71\xc8\xa0\x56\x00\x00\x00") - -func _1711389881_add_profile_showcase_community_grantUpSqlBytes() ([]byte, error) { - return bindataRead( - __1711389881_add_profile_showcase_community_grantUpSql, - "1711389881_add_profile_showcase_community_grant.up.sql", - ) -} - -func _1711389881_add_profile_showcase_community_grantUpSql() (*asset, error) { - bytes, err := _1711389881_add_profile_showcase_community_grantUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1711389881_add_profile_showcase_community_grant.up.sql", size: 86, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0x39, 0x37, 0xf3, 0x6a, 0xb, 0xb8, 0x38, 0x8, 0xcb, 0x62, 0xe1, 0x5b, 0xf2, 0xc, 0x6c, 0xf2, 0xa3, 0x5c, 0xeb, 0x22, 0x4f, 0x6c, 0xe1, 0x56, 0xd1, 0xd1, 0x3, 0xf9, 0x6d, 0x5e, 0x69}} - return a, nil -} - -var __1711937186_add_contact_customization_colorUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcc\xb1\x0e\xc2\x20\x10\x06\xe0\xdd\xa7\xf8\xd3\xd7\x70\x3a\x0b\xc6\x01\x35\x21\xd4\x95\x54\xc2\x70\xa6\x70\xb1\x77\x2c\x3e\xbd\xb3\xab\x2f\xf0\x51\x48\x3e\x22\xd1\x29\x78\x14\xe9\xb6\x16\x53\x90\x73\x98\xef\x61\xb9\xde\x50\x86\x9a\x34\xfe\xac\xc6\xd2\x73\x91\x4d\x76\x3c\x28\xce\x17\x8a\x70\xfe\x4c\x4b\x48\x98\x9e\xdb\xa8\xd3\xf1\xf0\x6b\xb5\x36\x3a\x1b\x57\xcd\x7b\x7d\x8f\xaa\xa6\xd9\x24\xbf\x84\xfb\xbf\xfe\x37\x00\x00\xff\xff\x33\x52\xc3\x58\xac\x00\x00\x00") - -func _1711937186_add_contact_customization_colorUpSqlBytes() ([]byte, error) { - return bindataRead( - __1711937186_add_contact_customization_colorUpSql, - "1711937186_add_contact_customization_color.up.sql", - ) -} - -func _1711937186_add_contact_customization_colorUpSql() (*asset, error) { - bytes, err := _1711937186_add_contact_customization_colorUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1711937186_add_contact_customization_color.up.sql", size: 172, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x22, 0xe, 0x27, 0xfd, 0x4, 0xb9, 0x4, 0xc8, 0xec, 0xf4, 0x68, 0xa6, 0x30, 0xed, 0xa3, 0xe7, 0x77, 0x3c, 0x90, 0xf7, 0x8d, 0x70, 0xe2, 0xee, 0xe3, 0xd5, 0x9f, 0xce, 0xc4, 0x40, 0x3}} - return a, nil -} - -var __1712745141_hash_ratchet_encrypted_messages_key_idUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\xc8\x48\x2c\xce\x88\x2f\x4a\x2c\x49\xce\x48\x2d\x89\x4f\xcd\x4b\x2e\xaa\x2c\x28\x49\x4d\x89\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x8e\xcf\x4e\xad\x8c\xcf\x4c\x51\xf0\xf7\x23\xa4\x52\x41\x03\xa2\x54\xd3\x9a\x0b\x10\x00\x00\xff\xff\x0e\x85\x79\x48\x6f\x00\x00\x00") - -func _1712745141_hash_ratchet_encrypted_messages_key_idUpSqlBytes() ([]byte, error) { - return bindataRead( - __1712745141_hash_ratchet_encrypted_messages_key_idUpSql, - "1712745141_hash_ratchet_encrypted_messages_key_id.up.sql", - ) -} - -func _1712745141_hash_ratchet_encrypted_messages_key_idUpSql() (*asset, error) { - bytes, err := _1712745141_hash_ratchet_encrypted_messages_key_idUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1712745141_hash_ratchet_encrypted_messages_key_id.up.sql", size: 111, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0x8b, 0xfe, 0xb3, 0xa0, 0x73, 0x30, 0xe, 0x1a, 0xd5, 0x85, 0x3e, 0x22, 0xf9, 0xfe, 0x1, 0x5c, 0x5f, 0x9c, 0x26, 0x36, 0x9e, 0x11, 0x1c, 0x2b, 0x42, 0xa9, 0xcc, 0x9, 0x63, 0xe8, 0xff}} - return a, nil -} - -var __1712905223_add_parity_to_message_segmentsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x3d\x6b\xc3\x30\x10\x86\x77\xfd\x8a\x1b\x13\xd0\x90\x3d\x93\xec\x5e\x8a\xa9\x2c\x99\x8b\x3a\x64\x12\x6e\x2d\x1c\xd3\xf8\x83\x4a\x81\xfa\xdf\x97\x04\x53\x1a\x23\xf7\x03\xb2\xde\x3d\xd2\x3d\xbc\x77\x42\x1a\x24\x30\x22\x91\x08\xad\xf3\xbe\xac\x9d\xf5\xae\x6e\x5d\x17\x3c\x10\x2a\x91\x23\x18\x0d\xfd\xa9\xb2\xf3\xf6\x96\xb1\x94\x50\x18\x5c\x7a\xbe\x62\x00\x00\xc7\xd2\x1f\x21\x91\x3a\x01\xa5\x0d\xa8\x67\x29\xf9\xb5\x3e\x61\xb6\xe9\x2a\xf7\x01\x99\x32\xf8\x88\x14\x67\xbc\x7d\xed\xcf\x5d\x58\x80\x86\x72\x3c\xf5\x65\x15\x9d\xd1\xd4\x76\x38\xbf\xd8\x37\x37\xc6\xda\xa1\x69\x9d\x0f\x65\x3b\x2c\xfe\xfc\xde\x84\xd1\xfe\xc5\xf4\x16\xfd\x59\xb8\xa0\x2c\x17\x74\x80\x27\x3c\xc0\xea\x12\x0f\xff\x2e\xca\x6f\x93\xe1\xb3\x10\x78\xd4\x6a\x5e\x9d\xe0\x35\x68\x05\xa9\x56\x3b\x99\xa5\x06\x08\x0b\x29\x52\x64\xeb\x2d\x63\x99\xda\x23\x99\x8b\xa0\x8e\x2c\x6e\x92\xfa\xcd\xe3\x9a\xfb\x4c\xfe\x2b\xd3\xff\x89\xb2\x3d\x4a\x4c\x0d\xdc\x67\xf2\x86\xc3\x86\xed\x48\xe7\x4b\x87\xfb\x40\xba\x98\xce\x36\x4e\x7c\x06\x00\x00\xff\xff\xfd\x2e\x92\x5d\x18\x03\x00\x00") - -func _1712905223_add_parity_to_message_segmentsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1712905223_add_parity_to_message_segmentsUpSql, - "1712905223_add_parity_to_message_segments.up.sql", - ) -} - -func _1712905223_add_parity_to_message_segmentsUpSql() (*asset, error) { - bytes, err := _1712905223_add_parity_to_message_segmentsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1712905223_add_parity_to_message_segments.up.sql", size: 792, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x78, 0x5e, 0x84, 0x2b, 0xf9, 0x52, 0x77, 0x7, 0x6c, 0xb6, 0x76, 0x6d, 0x59, 0xd2, 0x1f, 0x6c, 0xe6, 0xd, 0x86, 0x85, 0xeb, 0x34, 0x95, 0x6e, 0xa, 0xa9, 0xd8, 0x3b, 0x7a, 0xd, 0x1a}} - return a, nil -} - -var __1713169458_update_raw_messages_with_resend_featuresUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3f\x6b\xc3\x30\x10\x47\x77\x7f\x8a\xdb\xd2\x6e\xdd\x33\xc9\xb6\x42\x0d\xaa\x5d\x14\xa5\x64\x3b\x14\xfb\xb0\x45\xa3\xc8\xe8\x0f\x8d\xbf\x7d\x69\x08\x6d\x52\x4a\x89\x33\x4b\xef\xdd\x8f\xc7\x84\xe2\x12\x14\xcb\x05\x07\xaf\x3f\xd0\x52\x08\xba\xa7\x00\xac\x2c\xa1\x68\xc4\xe6\xa5\x86\x40\x87\x8e\x3c\xe4\xa2\xc9\x97\xd9\x2d\x40\xeb\xac\x4d\x07\x13\x27\x34\xdd\x0c\xcc\xd3\xd7\x25\x8c\xd3\x48\x50\xd5\x0a\x4a\xbe\x62\x1b\xa1\xe0\x69\x16\x6e\x29\x0e\xae\xbb\x47\x30\xa6\x5d\x48\x3b\x8c\x6e\x34\x2d\xbc\x31\x59\x3c\x33\xf9\xed\x58\x2c\x6e\x93\x0c\x3a\x0c\xe8\x75\x6c\x07\x8a\xd8\x7b\x97\xc6\x79\x11\x7e\xda\xbd\xd3\x84\x74\x44\x1b\xfa\x3f\x93\x64\xa5\x6c\x5e\xa1\xaa\x4b\xbe\x85\x6a\x05\x7c\x5b\xad\xd5\x1a\x4c\x77\xc4\x73\x08\x9d\xa2\xb3\x3a\x9a\x56\xef\xf7\xd3\x32\x2b\x24\x67\x8a\x9f\x81\x8b\x6f\x27\x77\x53\x5f\x0d\x7a\xb8\x78\x7b\xfc\x67\xf7\x69\xc2\x75\xfe\x5f\x57\x3f\x03\x00\x00\xff\xff\x6e\x3a\xd8\x1f\x60\x02\x00\x00") - -func _1713169458_update_raw_messages_with_resend_featuresUpSqlBytes() ([]byte, error) { - return bindataRead( - __1713169458_update_raw_messages_with_resend_featuresUpSql, - "1713169458_update_raw_messages_with_resend_features.up.sql", - ) -} - -func _1713169458_update_raw_messages_with_resend_featuresUpSql() (*asset, error) { - bytes, err := _1713169458_update_raw_messages_with_resend_featuresUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1713169458_update_raw_messages_with_resend_features.up.sql", size: 608, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x9b, 0x64, 0x54, 0x62, 0x84, 0x6, 0x98, 0x6d, 0x80, 0x67, 0xf2, 0x7e, 0x75, 0x1e, 0xd8, 0x3f, 0x8, 0xc5, 0xcc, 0x48, 0xe6, 0xe0, 0x22, 0x42, 0x9, 0xe4, 0x5d, 0xbf, 0xd3, 0x58, 0x8a}} - return a, nil -} - -var __1715163152_remove_status_communityUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xcd\xbf\x0a\xc2\x30\x10\x80\xf1\xdd\xa7\xb8\xad\x6b\xfe\x5f\x82\xb8\x19\x71\x50\x84\x22\xe8\x56\x2e\xb9\x88\x19\x5a\xc1\x56\xc1\xb7\x77\x2a\xb8\xb8\x89\xdb\x07\xdf\xf0\x5b\xc7\x5d\x3c\x46\xd8\xb4\x87\x3d\xe4\x5b\xdf\x3f\x86\x3a\xd5\x32\x76\x1f\x0d\xa7\x6d\x6c\x23\x54\x86\x15\x9c\x1b\xa1\x43\x52\x4c\x06\xad\x55\x44\x52\x22\x05\x57\xc8\x5f\x24\x1b\x96\xc2\x27\x72\xce\x69\xcc\x68\x25\x92\xce\xc1\x90\xc5\x14\x02\xa7\xe4\x49\x08\x55\x98\x54\xb3\x5c\x7c\x53\xcb\xb3\x0c\xd3\x3f\xc1\xf1\x4a\x77\x9e\xc1\x79\xbc\xba\x5f\xd2\xef\x00\x00\x00\xff\xff\xb6\x21\x73\xbb\x62\x01\x00\x00") - -func _1715163152_remove_status_communityUpSqlBytes() ([]byte, error) { - return bindataRead( - __1715163152_remove_status_communityUpSql, - "1715163152_remove_status_community.up.sql", - ) -} - -func _1715163152_remove_status_communityUpSql() (*asset, error) { - bytes, err := _1715163152_remove_status_communityUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1715163152_remove_status_community.up.sql", size: 354, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0xc1, 0xbd, 0xc9, 0x4f, 0xf2, 0x70, 0x10, 0xd0, 0xb2, 0xa7, 0x8e, 0x5f, 0x8, 0xfb, 0x56, 0xd1, 0x37, 0x7b, 0x48, 0x7b, 0x13, 0x89, 0x28, 0xcc, 0xee, 0xfa, 0x66, 0x34, 0xd6, 0x87, 0xa0}} - return a, nil -} - -var __1715163262_rename_peersyncing_group_id_fieldUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcd\x31\x0a\xc3\x20\x18\x47\xf1\xdd\x53\xfc\xc7\x16\x7a\x83\x4c\x36\xf9\x0a\x01\xa3\xc5\x58\xc8\x26\x92\x88\x75\x30\x95\x68\x87\xde\xbe\x4b\xe8\x14\xba\xff\x78\xaf\xd3\xea\x8e\x5e\x76\x34\xa1\xbf\x81\xa6\x7e\x34\x23\xb2\xf7\x5b\xf9\xac\x73\x5c\x83\x4d\xbe\x14\x17\x7c\xb1\x35\x26\x5f\xaa\x4b\xb9\x61\x8c\x0b\x43\x1a\x86\x5f\x05\x1d\x62\x68\x92\x7c\x20\xb4\x4a\x3c\x06\x89\xb0\xbd\xde\xd9\xc6\x05\x46\x61\x7e\xba\x6a\xe3\xd2\x30\xd6\x6a\xe2\x86\xf6\xf9\xff\x25\x94\x3c\x14\xa7\xbd\x76\xc1\x8f\x9e\x1b\xf6\x0d\x00\x00\xff\xff\xf3\xaa\x82\x37\xd4\x00\x00\x00") - -func _1715163262_rename_peersyncing_group_id_fieldUpSqlBytes() ([]byte, error) { - return bindataRead( - __1715163262_rename_peersyncing_group_id_fieldUpSql, - "1715163262_rename_peersyncing_group_id_field.up.sql", - ) -} - -func _1715163262_rename_peersyncing_group_id_fieldUpSql() (*asset, error) { - bytes, err := _1715163262_rename_peersyncing_group_id_fieldUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1715163262_rename_peersyncing_group_id_field.up.sql", size: 212, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7b, 0x8d, 0x51, 0xe3, 0x46, 0xc, 0x1e, 0xf1, 0xe, 0xc2, 0xb3, 0x43, 0xfb, 0xed, 0xb0, 0x30, 0x45, 0x63, 0x18, 0x59, 0x19, 0x9d, 0x7e, 0x3f, 0x54, 0x87, 0xbf, 0x9f, 0x6, 0x9, 0x78, 0xec}} - return a, nil -} - -var __1716413241_remove_social_linksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x48\xce\x48\x2c\x89\xcf\x4c\x49\xcd\x2b\xc9\x2c\xa9\x8c\x2f\xce\x4f\xce\x4c\xcc\x89\xcf\xc9\xcc\xcb\x2e\xb6\x06\x04\x00\x00\xff\xff\xe8\x99\x75\xf0\x26\x00\x00\x00") - -func _1716413241_remove_social_linksUpSqlBytes() ([]byte, error) { - return bindataRead( - __1716413241_remove_social_linksUpSql, - "1716413241_remove_social_links.up.sql", - ) -} - -func _1716413241_remove_social_linksUpSql() (*asset, error) { - bytes, err := _1716413241_remove_social_linksUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1716413241_remove_social_links.up.sql", size: 38, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0x9c, 0xd6, 0x47, 0xe6, 0xc8, 0xe7, 0x9b, 0xae, 0xaf, 0x43, 0xb0, 0xc5, 0x51, 0x74, 0x1c, 0x3e, 0xa3, 0x2c, 0x28, 0xaf, 0x9, 0x1d, 0x33, 0x8e, 0x82, 0xc0, 0x48, 0x6a, 0x74, 0x5a, 0xd3}} - return a, nil -} - -var __1716891408_add_community_token_transaction_hashUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x2f\xc9\xcf\x4e\xcd\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xa9\x88\xcf\x48\x2c\xce\x50\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x02\x04\x00\x00\xff\xff\xb6\x77\x1a\x00\x41\x00\x00\x00") - -func _1716891408_add_community_token_transaction_hashUpSqlBytes() ([]byte, error) { - return bindataRead( - __1716891408_add_community_token_transaction_hashUpSql, - "1716891408_add_community_token_transaction_hash.up.sql", - ) -} - -func _1716891408_add_community_token_transaction_hashUpSql() (*asset, error) { - bytes, err := _1716891408_add_community_token_transaction_hashUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1716891408_add_community_token_transaction_hash.up.sql", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7b, 0x3, 0x3d, 0x99, 0x3b, 0x47, 0xae, 0xa4, 0x94, 0x48, 0x3f, 0x40, 0xfb, 0x75, 0x8f, 0x1e, 0x38, 0x1c, 0x66, 0x13, 0x32, 0x2c, 0xb4, 0xbe, 0xce, 0x91, 0x55, 0xd5, 0x34, 0xe4, 0xb3, 0xda}} - return a, nil -} - -var __1719906191_add_community_token_versionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x2f\xc9\xcf\x4e\xcd\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4b\x2d\x2a\xce\xcc\xcf\x53\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x02\x04\x00\x00\xff\xff\x43\xb8\x58\xee\x41\x00\x00\x00") - -func _1719906191_add_community_token_versionUpSqlBytes() ([]byte, error) { - return bindataRead( - __1719906191_add_community_token_versionUpSql, - "1719906191_add_community_token_version.up.sql", - ) -} - -func _1719906191_add_community_token_versionUpSql() (*asset, error) { - bytes, err := _1719906191_add_community_token_versionUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1719906191_add_community_token_version.up.sql", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcf, 0x62, 0x0, 0xaa, 0x8e, 0xc5, 0xaa, 0x7f, 0xb8, 0xf4, 0x23, 0x93, 0xc1, 0x93, 0xf, 0x49, 0x7f, 0xa2, 0xda, 0xa0, 0x40, 0xed, 0x8b, 0x4d, 0x6e, 0x81, 0x2, 0x63, 0x18, 0xd9, 0x9c, 0x72}} - return a, nil -} - -var __1720636181_add_community_encryption_keys_requestsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xc1\x0a\x82\x40\x10\x86\xef\x3e\xc5\x7f\x54\xf0\x0d\x3a\x69\x4c\xb1\xb4\x69\xac\x13\xe8\x69\x11\x5d\x48\xca\xb5\x74\x3d\xf8\xf6\x51\x06\x2d\x41\xd7\xf9\xbe\xf9\x66\xb6\x8a\x12\x26\x70\x92\x4a\x82\xd8\x21\xcb\x19\x54\x8a\x82\x0b\x34\x43\xdf\xcf\xb6\x73\x8b\x36\xb6\x19\x97\xbb\xeb\x06\xab\xaf\x66\x99\xf4\x68\x1e\xb3\x99\xdc\x84\x30\x00\xe0\x89\x5d\x8b\x54\xe6\xe9\xbb\x92\x9d\xa5\x8c\x57\x7e\xa9\xad\x35\xb7\x17\x65\x2a\x79\x1d\x7e\x1a\xa6\xd5\xb5\x83\xc8\x98\xf6\xa4\x7e\xf6\xbe\x4a\x33\xcc\xf6\x9f\x75\x52\xe2\x98\xa8\x0a\x07\xaa\x10\xfa\xaf\xc4\xde\xe1\x28\x88\x36\xc1\x33\x00\x00\xff\xff\xbd\x64\xf2\x7d\xec\x00\x00\x00") - -func _1720636181_add_community_encryption_keys_requestsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1720636181_add_community_encryption_keys_requestsUpSql, - "1720636181_add_community_encryption_keys_requests.up.sql", - ) -} - -func _1720636181_add_community_encryption_keys_requestsUpSql() (*asset, error) { - bytes, err := _1720636181_add_community_encryption_keys_requestsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1720636181_add_community_encryption_keys_requests.up.sql", size: 236, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd3, 0x9c, 0x7c, 0xb6, 0x53, 0x6f, 0xe, 0xc3, 0xff, 0xd5, 0x82, 0xc9, 0x21, 0xd6, 0x51, 0x20, 0xeb, 0x29, 0x75, 0xb5, 0x90, 0x35, 0x6d, 0x28, 0xd6, 0xe9, 0x1d, 0x9c, 0x8b, 0x86, 0xdc, 0x68}} - return a, nil -} - -var __1721222369_add_shared_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x9d\x53\xfc\x7b\x30\xb9\xc4\x9d\x4c\x23\x41\x3a\x5b\x15\x35\x22\x48\x6d\x44\x1c\xdf\x9f\x47\x52\xf8\x81\x42\x93\x30\x5e\xed\x38\xe2\xac\xa3\x9a\x6b\xb7\x5f\x98\x0f\xd7\xd1\xf4\xdb\xea\x09\x4a\x09\xb7\x2c\xeb\x7d\x81\x7f\xb6\x6e\xfa\x8e\x11\xdd\x74\xdb\xf7\x6e\xee\xe6\x98\x72\x16\xa6\x05\x89\x67\x5a\xa5\x60\x26\x79\xf2\xf5\xf2\x0f\x00\x00\xff\xff\x9e\xa2\x57\x79\x62\x00\x00\x00") - -func _1721222369_add_shared_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1721222369_add_shared_addressesUpSql, - "1721222369_add_shared_addresses.up.sql", - ) -} - -func _1721222369_add_shared_addressesUpSql() (*asset, error) { - bytes, err := _1721222369_add_shared_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1721222369_add_shared_addresses.up.sql", size: 98, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6a, 0x12, 0x2, 0xed, 0xf4, 0xc7, 0xe3, 0xc8, 0x65, 0x43, 0x81, 0x34, 0x86, 0x1b, 0xc8, 0xfb, 0x22, 0x12, 0xd6, 0x1d, 0xe2, 0xa4, 0xec, 0xf4, 0x93, 0x5f, 0x92, 0x1, 0x53, 0x10, 0xb2, 0x70}} - return a, nil -} - -var __1721919311_add_installation_id_activity_centerUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xc9\xc1\x0a\x82\x21\x0c\x07\xf0\x57\xf9\xbf\x47\xa7\x95\xeb\xb4\x0c\x62\x42\x37\x11\x33\x18\xc8\x84\x1c\x41\x6f\x1f\x7c\xe7\x1f\x89\xf2\x03\x4a\x67\x61\xb4\x1e\xf6\xb5\xf8\xd5\x3e\x3c\xc6\xa7\xfa\x0a\x7b\x5b\x6f\x61\xcb\x37\x28\x25\x5c\xee\x52\x6e\x19\xe6\x3b\xda\x9c\x07\x54\x7b\x41\xf9\xa9\x48\x7c\xa5\x22\x8a\x5c\x44\x4e\xff\x00\x00\x00\xff\xff\x97\xb0\x87\x0b\x57\x00\x00\x00") - -func _1721919311_add_installation_id_activity_centerUpSqlBytes() ([]byte, error) { - return bindataRead( - __1721919311_add_installation_id_activity_centerUpSql, - "1721919311_add_installation_id_activity_center.up.sql", - ) -} - -func _1721919311_add_installation_id_activity_centerUpSql() (*asset, error) { - bytes, err := _1721919311_add_installation_id_activity_centerUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1721919311_add_installation_id_activity_center.up.sql", size: 87, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x66, 0xa3, 0x93, 0xc8, 0x46, 0xc2, 0xf5, 0x16, 0x26, 0x3f, 0x1c, 0x9b, 0x41, 0x66, 0x4d, 0x96, 0x9c, 0xe2, 0xcb, 0xb9, 0x9, 0x87, 0xa8, 0x43, 0x2b, 0xcd, 0x34, 0x83, 0x90, 0x7f, 0x9f}} - return a, nil -} - -var _readmeMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\xc1\xce\xd3\x30\x10\x84\xef\x7e\x8a\x91\x7a\x01\xa9\x2a\x8f\xc0\x0d\x71\x82\x03\x48\x1c\xc9\x36\x9e\x36\x96\x1c\x6f\xf0\xae\x93\xe6\xed\x91\xa3\xc2\xdf\xff\x66\xed\xd8\x33\xdf\x78\x4f\xa7\x13\xbe\xea\x06\x57\x6c\x35\x39\x31\xa7\x7b\x15\x4f\x5a\xec\x73\x08\xbf\x08\x2d\x79\x7f\x4a\x43\x5b\x86\x17\xfd\x8c\x21\xea\x56\x5e\x47\x90\x4a\x14\x75\x48\xde\x64\x37\x2c\x6a\x96\xae\x99\x48\x05\xf6\x27\x77\x13\xad\x08\xae\x8a\x51\xe7\x25\xf3\xf1\xa9\x9f\xf9\x58\x58\x2c\xad\xbc\xe0\x8b\x56\xf0\x21\x5d\xeb\x4c\x95\xb3\xae\x84\x60\xd4\xdc\xe6\x82\x5d\x1b\x36\x6d\x39\x62\x92\xf5\xb8\x11\xdb\x92\xd3\x28\xce\xe0\x13\xe1\x72\xcd\x3c\x63\xd4\x65\x87\xae\xac\xe8\xc3\x28\x2e\x67\x44\x66\x3a\x21\x25\xa2\x72\xac\x14\x67\xbc\x84\x9f\x53\x32\x8c\x52\x70\x25\x56\xd6\xfd\x8d\x05\x37\xad\x30\x9d\x9f\xa6\x86\x0f\xcd\x58\x7f\xcf\x34\x93\x3b\xed\x90\x9f\xa4\x1f\xcf\x30\x85\x4d\x07\x58\xaf\x7f\x25\xc4\x9d\xf3\x72\x64\x84\xd0\x7f\xf9\x9b\x3a\x2d\x84\xef\x85\x48\x66\x8d\xd8\x88\x9b\x8c\x8c\x98\x5b\xf6\x74\x14\x4e\x33\x0d\xc9\xe0\x93\x38\xda\x12\xc5\x69\xbd\xe4\xf0\x2e\x7a\x78\x07\x1c\xfe\x13\x9f\x91\x29\x31\x95\x7b\x7f\x62\x59\x37\xb4\xe5\x5e\x25\xfe\x33\xee\xd5\x53\x71\xd6\xda\x3a\xd8\xcb\xde\x2e\xf8\xa1\x90\x55\x53\x0c\xc7\xaa\x0d\xe9\x76\x14\x29\x1c\x7b\x68\xdd\x2f\xe1\x6f\x00\x00\x00\xff\xff\x3c\x0a\xc2\xfe\x2a\x02\x00\x00") - -func readmeMdBytes() ([]byte, error) { - return bindataRead( - _readmeMd, - "README.md", - ) -} - -func readmeMd() (*asset, error) { - bytes, err := readmeMdBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "README.md", size: 554, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1c, 0x6e, 0xfb, 0xcc, 0x81, 0x94, 0x4d, 0x8c, 0xa0, 0x3b, 0x5, 0xb0, 0x18, 0xd6, 0xbb, 0xb3, 0x79, 0xc8, 0x8f, 0xff, 0xc1, 0x10, 0xf9, 0xf, 0x20, 0x1b, 0x4a, 0x74, 0x96, 0x42, 0xd7, 0xa8}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xbd\x6e\xdb\x40\x0c\xde\xfd\x14\x44\x96\x2c\xb1\xe4\xa2\x05\x0a\x04\xe8\xd0\xa1\x43\x97\x76\xf1\x5e\xd0\x27\x4a\x22\x7c\x47\xaa\x47\x2a\xb2\xdf\xbe\xe0\x25\x46\x8c\xa2\x40\x35\x52\xc7\x8f\xdf\x5f\xdf\xc3\x71\x66\x83\x91\x33\x01\x1b\x08\x25\x32\xc3\x7a\x85\x13\x25\x5c\x8d\xe0\x61\x62\x9f\xd7\x53\x97\xb4\xf4\xe6\xe8\xab\xed\xb9\xf4\x85\xa7\x8a\x4e\xfd\xcb\xa7\x87\x5d\xdf\x43\x42\x79\x74\x98\x51\x86\x4c\x0d\xcb\xc0\x1c\xab\xb3\x4c\xb0\xb1\xcf\x80\xb0\x54\x1a\xf9\xd2\xc1\x57\x87\x4c\x68\x0e\x3e\xa3\x3f\x1a\xf8\x4c\x90\xd0\x28\x60\x46\xad\x30\xe9\xfe\xc4\x32\xa0\x63\x17\xa3\xef\xe3\xdd\x24\x18\x26\xcc\x99\x06\x18\xab\x96\xb6\x6b\x58\x08\x06\xae\x94\x5c\xeb\xf5\x09\xd0\x8c\x1c\x04\x0b\x59\xec\xcf\xf8\x42\x20\xfa\x76\x1e\x50\x86\xff\x2b\x82\x4d\xeb\xd9\x00\x0d\xe8\xb2\x50\x72\x1a\xba\x5d\x60\xfd\xf8\x79\xfc\xf6\x0c\xc7\x99\x02\x3e\xa4\xe9\xd8\x28\x34\xf3\x84\x68\x30\x70\x85\x51\x73\xd6\xad\xfd\x58\x85\x2f\xe0\x5c\xc8\x1c\xcb\x02\x49\xe5\x85\xc4\x59\x25\xd0\x56\xc9\x7c\xa6\xf6\xce\x37\x05\x16\x76\xc6\xfc\xea\x5e\x93\x7e\x7c\x35\xe8\x16\x44\x5a\x6b\x25\xf1\x7c\x6d\x2b\x24\xa9\x5e\x97\xc0\x82\x57\xe6\xac\x62\x4d\xde\x52\xd5\x35\x69\xbe\x9b\x07\x9a\xcd\x58\xe9\xdd\x31\xc7\x53\xa6\x27\xd8\x66\x4e\x33\x14\x42\xb1\x16\x48\x7b\x90\xd1\xc9\xfc\x7d\x1f\x58\xc0\xa9\x16\x0b\xc1\xc1\x2f\xdc\x0d\xcc\x28\xce\x2d\x87\x3b\x42\xcd\xfc\x05\xd3\x5b\x15\x6e\x57\x56\x23\x03\xfc\xcb\x94\x5b\xc8\x1b\x01\x0e\x03\x1c\x0e\x87\xc3\xc7\x5f\x5d\xd7\xb5\x2e\xd0\x05\xcb\x12\x34\x3d\x3a\xba\x71\xce\x70\x22\xe0\x49\xb4\xd2\x10\xac\xe8\xc2\xd6\x4a\x96\x32\x93\x78\x64\x16\x78\x9a\x07\xaa\xa1\x47\xee\xf5\xfc\xcb\xb2\x6e\xb7\x5b\x30\x9d\x71\x22\xb0\xdf\x99\x9d\x22\xe8\x49\x9f\x27\x12\x8a\x3a\xdc\x97\x6f\x5f\x74\x08\xde\x5f\x3e\x7c\x3e\xbc\x7d\xb0\x5f\xce\xd3\x7d\x00\x7b\x85\xae\xeb\xdf\x07\xdd\xa4\xd0\xed\xfe\x04\x00\x00\xff\xff\x43\x00\xde\x4c\x66\x03\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 870, mode: os.FileMode(0664), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x64, 0x9a, 0x6c, 0x93, 0x57, 0xcc, 0xf2, 0xe0, 0xa7, 0x7d, 0xc3, 0x88, 0x1c, 0x88, 0xad, 0x8e, 0xb0, 0x16, 0x39, 0xda, 0x17, 0x1a, 0x2b, 0x9c, 0x6b, 0x3a, 0x3e, 0x2a, 0x3e, 0xae, 0x6e, 0xfb}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "000001_init.down.db.sql": _000001_initDownDbSql, - "000001_init.up.db.sql": _000001_initUpDbSql, - "000002_add_last_ens_clock_value.up.sql": _000002_add_last_ens_clock_valueUpSql, - "1586358095_add_replace.up.sql": _1586358095_add_replaceUpSql, - "1588665364_add_image_data.up.sql": _1588665364_add_image_dataUpSql, - "1589365189_add_pow_target.up.sql": _1589365189_add_pow_targetUpSql, - "1591277220_add_index_messages.up.sql": _1591277220_add_index_messagesUpSql, - "1593087212_add_mute_chat_and_raw_message_fields.up.sql": _1593087212_add_mute_chat_and_raw_message_fieldsUpSql, - "1595862781_add_audio_data.up.sql": _1595862781_add_audio_dataUpSql, - "1595865249_create_emoji_reactions_table.up.sql": _1595865249_create_emoji_reactions_tableUpSql, - "1596805115_create_group_chat_invitations_table.up.sql": _1596805115_create_group_chat_invitations_tableUpSql, - "1597322655_add_invitation_admin_chat_field.up.sql": _1597322655_add_invitation_admin_chat_fieldUpSql, - "1597757544_add_nickname.up.sql": _1597757544_add_nicknameUpSql, - "1598955122_add_mentions.up.sql": _1598955122_add_mentionsUpSql, - "1599641390_add_emoji_reactions_index.up.sql": _1599641390_add_emoji_reactions_indexUpSql, - "1599720851_add_seen_index_remove_long_messages.up.sql": _1599720851_add_seen_index_remove_long_messagesUpSql, - "1603198582_add_profile_chat_field.up.sql": _1603198582_add_profile_chat_fieldUpSql, - "1603816533_add_links.up.sql": _1603816533_add_linksUpSql, - "1603888149_create_chat_identity_last_published_table.up.sql": _1603888149_create_chat_identity_last_published_tableUpSql, - "1605075346_add_communities.up.sql": _1605075346_add_communitiesUpSql, - "1610117927_add_message_cache.up.sql": _1610117927_add_message_cacheUpSql, - "1610959908_add_dont_wrap_to_raw_messages.up.sql": _1610959908_add_dont_wrap_to_raw_messagesUpSql, - "1610960912_add_send_on_personal_topic.up.sql": _1610960912_add_send_on_personal_topicUpSql, - "1612870480_add_datasync_id.up.sql": _1612870480_add_datasync_idUpSql, - "1614152139_add_communities_request_to_join.up.sql": _1614152139_add_communities_request_to_joinUpSql, - "1615374373_add_confirmations.up.sql": _1615374373_add_confirmationsUpSql, - "1617694931_add_notification_center.up.sql": _1617694931_add_notification_centerUpSql, - "1618923660_create_pin_messages.up.sql": _1618923660_create_pin_messagesUpSql, - "1619094007_add_joined_chat_field.up.sql": _1619094007_add_joined_chat_fieldUpSql, - "1619099821_add_last_synced_field.up.sql": _1619099821_add_last_synced_fieldUpSql, - "1621933219_add_mentioned.up.sql": _1621933219_add_mentionedUpSql, - "1622010048_add_unviewed_mentions_count.up.sql": _1622010048_add_unviewed_mentions_countUpSql, - "1622061278_add_message_activity_center_notification_field.up.sql": _1622061278_add_message_activity_center_notification_fieldUpSql, - "1622464518_set_synced_to_from.up.sql": _1622464518_set_synced_to_fromUpSql, - "1622464519_add_chat_description.up.sql": _1622464519_add_chat_descriptionUpSql, - "1622622253_add_pinned_by_to_pin_messages.up.sql": _1622622253_add_pinned_by_to_pin_messagesUpSql, - "1623938329_add_author_activity_center_notification_field.up.sql": _1623938329_add_author_activity_center_notification_fieldUpSql, - "1623938330_add_edit_messages.up.sql": _1623938330_add_edit_messagesUpSql, - "1624978434_add_muted_community.up.sql": _1624978434_add_muted_communityUpSql, - "1625018910_add_repply_message_activity_center_notification_field.up.sql": _1625018910_add_repply_message_activity_center_notification_fieldUpSql, - "1625762506_add_deleted_messages.up.sql": _1625762506_add_deleted_messagesUpSql, - "1627388946_add_communities_synced_at.up.sql": _1627388946_add_communities_synced_atUpSql, - "1628280060_create-usermessages-index.sql": _1628280060_createUsermessagesIndexSql, - "1632303896_modify_contacts_table.up.sql": _1632303896_modify_contacts_tableUpSql, - "1633349838_add_emoji_column_in_chats.up.sql": _1633349838_add_emoji_column_in_chatsUpSql, - "1634831235_add_highlight_column_in_chats.up.sql": _1634831235_add_highlight_column_in_chatsUpSql, - "1634896007_add_last_updated_locally_and_removed.up.sql": _1634896007_add_last_updated_locally_and_removedUpSql, - "1635840039_add_clock_read_at_column_in_chats.up.sql": _1635840039_add_clock_read_at_column_in_chatsUpSql, - "1637852321_add_received_invitation_admin_column_in_chats.up.sql": _1637852321_add_received_invitation_admin_column_in_chatsUpSql, - "1645034601_display_name.up.sql": _1645034601_display_nameUpSql, - "1645034602_add_mutual_contact_request.up.sql": _1645034602_add_mutual_contact_requestUpSql, - "1650373957_add_contact_request_state.up.sql": _1650373957_add_contact_request_stateUpSql, - "1656958989_contact_verification.up.sql": _1656958989_contact_verificationUpSql, - "1658236268_add_discord_message_authors_table.up.sql": _1658236268_add_discord_message_authors_tableUpSql, - "1659619997_add_discord_messages_table.up.sql": _1659619997_add_discord_messages_tableUpSql, - "1660226788_create_chat_identity_social_links.up.sql": _1660226788_create_chat_identity_social_linksUpSql, - "1660226789_add_walletconnectsessions_table.up.sql": _1660226789_add_walletconnectsessions_tableUpSql, - "1661242854_add_communities_requests_to_leave.up.sql": _1661242854_add_communities_requests_to_leaveUpSql, - "1662044232_add_chat_image.up.sql": _1662044232_add_chat_imageUpSql, - "1662106895_add_chat_first_message_timestamp.up.sql": _1662106895_add_chat_first_message_timestampUpSql, - "1662723928_add_discord_author_image_fields.up.sql": _1662723928_add_discord_author_image_fieldsUpSql, - "1664195977_add_deleted_for_mes.up.sql": _1664195977_add_deleted_for_mesUpSql, - "1664367420_add_discord_attachments_table.up.sql": _1664367420_add_discord_attachments_tableUpSql, - "1665079662_add_spectated_column_in_communities.up.sql": _1665079662_add_spectated_column_in_communitiesUpSql, - "1665479047_add_community_id_in_notifications.up.sql": _1665479047_add_community_id_in_notificationsUpSql, - "1665484435_add_encrypted_messages.up.sql": _1665484435_add_encrypted_messagesUpSql, - "1665560200_add_contact_verification_individual.up.sql": _1665560200_add_contact_verification_individualUpSql, - "1670921937_add_album_id.up.sql": _1670921937_add_album_idUpSql, - "1673373000_add_replied.up.sql": _1673373000_add_repliedUpSql, - "1673428910_add_image_width_height.up.sql": _1673428910_add_image_width_heightUpSql, - "1674210659_add_contact_request_local_clock.up.sql": _1674210659_add_contact_request_local_clockUpSql, - "1675212323_add_deleted_by.up.sql": _1675212323_add_deleted_byUpSql, - "1675247084_add_activity_center_states.up.sql": _1675247084_add_activity_center_statesUpSql, - "1675272329_fix_protocol_migration.up.sql": _1675272329_fix_protocol_migrationUpSql, - "1676998418_fix_activity_center_migration.up.sql": _1676998418_fix_activity_center_migrationUpSql, - "1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql": _1677278861_add_deleted_column_to_activity_center_notifications_tableUpSql, - "1677486338_add_community_tokens_table.up.sql": _1677486338_add_community_tokens_tableUpSql, - "1678292329_add_collapsed_categories.up.sql": _1678292329_add_collapsed_categoriesUpSql, - "1678800760_add_index_to_raw_messages.up.sql": _1678800760_add_index_to_raw_messagesUpSql, - "1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql": _1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSql, - "1679326850_add_community_token_owners.up.sql": _1679326850_add_community_token_ownersUpSql, - "1680011500_add_album_images_count.up.sql": _1680011500_add_album_images_countUpSql, - "1680114896_add_index_on_album_id.up.sql": _1680114896_add_index_on_album_idUpSql, - "1681655289_add_mute_till.up.sql": _1681655289_add_mute_tillUpSql, - "1681934966_add_index_response_to.up.sql": _1681934966_add_index_response_toUpSql, - "1682528339_add_index_user_messages_unseen.up.sql": _1682528339_add_index_user_messages_unseenUpSql, - "1683707289_recreate_deleted_for_mes.up.sql": _1683707289_recreate_deleted_for_mesUpSql, - "1683725607_mark_discord_messages_as_seen.up.sql": _1683725607_mark_discord_messages_as_seenUpSql, - "1684174617_add_url_previews_to_user_messages.up.sql": _1684174617_add_url_previews_to_user_messagesUpSql, - "1684175608_add_token_balances.up.sql": _1684175608_add_token_balancesUpSql, - "1684979808_sync_activity_center_notifications.up.sql": _1684979808_sync_activity_center_notificationsUpSql, - "1685383829_add_communities_mute_till.up.sql": _1685383829_add_communities_mute_tillUpSql, - "1685964183_add_chainids_to_revealed_addresses.up.sql": _1685964183_add_chainids_to_revealed_addressesUpSql, - "1687370421_add_communities_muted_till_new.up.sql": _1687370421_add_communities_muted_till_newUpSql, - "1687416607_add_communities_check_channel_permission_responses_table.up.sql": _1687416607_add_communities_check_channel_permission_responses_tableUpSql, - "1687856939_add_community_tokens_decimals.up.sql": _1687856939_add_community_tokens_decimalsUpSql, - "1687959987_modify_community_tokens_supply_as_string.up.sql": _1687959987_modify_community_tokens_supply_as_stringUpSql, - "1689258900_add_airdrop_address_to_revealed_addresses.up.sql": _1689258900_add_airdrop_address_to_revealed_addressesUpSql, - "1689266326_create_communities_events_table.up.sql": _1689266326_create_communities_events_tableUpSql, - "1689931300_add_community_tokens_deployer_and_priv_level.up.sql": _1689931300_add_community_tokens_deployer_and_priv_levelUpSql, - "1693311881_add_unfurled_links_to_message_edits.up.sql": _1693311881_add_unfurled_links_to_message_editsUpSql, - "1693311981_community_shard.up.sql": _1693311981_community_shardUpSql, - "1695331492_add_status_link_previews.up.sql": _1695331492_add_status_link_previewsUpSql, - "1695918296_add_validated_at.up.sql": _1695918296_add_validated_atUpSql, - "1697699419_community_control_node_sync.up.sql": _1697699419_community_control_node_syncUpSql, - "1698137561_add_profile_showcase_tables.up.sql": _1698137561_add_profile_showcase_tablesUpSql, - "1698137562_fix_encryption_key_id.up.sql": _1698137562_fix_encryption_key_idUpSql, - "1698414646_add_padding.up.sql": _1698414646_add_paddingUpSql, - "1698746210_add_signature_to_revealed_addresses.up.sql": _1698746210_add_signature_to_revealed_addressesUpSql, - "1699041816_profile_showcase_contacts.up.sql": _1699041816_profile_showcase_contactsUpSql, - "1699554099_message_segments.up.sql": _1699554099_message_segmentsUpSql, - "1700044186_message_segments_timestamp.up.sql": _1700044186_message_segments_timestampUpSql, - "1700044187_curated_communities.up.sql": _1700044187_curated_communitiesUpSql, - "1700820989_add_resend_automatically_index.up.sql": _1700820989_add_resend_automatically_indexUpSql, - "1702996953_add_communities_shards_table.up.sql": _1702996953_add_communities_shards_tableUpSql, - "1704489636_add_album_images.up.sql": _1704489636_add_album_imagesUpSql, - "1704821941_add_joined_at_for_community.up.sql": _1704821941_add_joined_at_for_communityUpSql, - "1704832511_add_last_opened_at_for_communities.up.sql": _1704832511_add_last_opened_at_for_communitiesUpSql, - "1704832512_add_peersyncing.up.sql": _1704832512_add_peersyncingUpSql, - "1706028033_profile_showcase_address_and_community.up.sql": _1706028033_profile_showcase_address_and_communityUpSql, - "1706520870_add_bridge_messages_table.up.sql": _1706520870_add_bridge_messages_tableUpSql, - "1706520871_add_community_description_cache.up.sql": _1706520871_add_community_description_cacheUpSql, - "1707749393_add_community_grants.up.sql": _1707749393_add_community_grantsUpSql, - "1707841194_add_profile_showcase_preferences.up.sql": _1707841194_add_profile_showcase_preferencesUpSql, - "1708062699_activity_data.up.sql": _1708062699_activity_dataUpSql, - "1708423707_applied_community_events.up.sql": _1708423707_applied_community_eventsUpSql, - "1708440786_profile_showcase_social_links.up.sql": _1708440786_profile_showcase_social_linksUpSql, - "1709805967_simplify_profile_showcase_preferences.up.sql": _1709805967_simplify_profile_showcase_preferencesUpSql, - "1709828431_add_community_description_cache.up.sql": _1709828431_add_community_description_cacheUpSql, - "1710331283_add_bio_to_contacts.up.sql": _1710331283_add_bio_to_contactsUpSql, - "1710331284_hash_ratchet_encrypted_messages_key_id.up.sql": _1710331284_hash_ratchet_encrypted_messages_key_idUpSql, - "1711389881_add_profile_showcase_community_grant.up.sql": _1711389881_add_profile_showcase_community_grantUpSql, - "1711937186_add_contact_customization_color.up.sql": _1711937186_add_contact_customization_colorUpSql, - "1712745141_hash_ratchet_encrypted_messages_key_id.up.sql": _1712745141_hash_ratchet_encrypted_messages_key_idUpSql, - "1712905223_add_parity_to_message_segments.up.sql": _1712905223_add_parity_to_message_segmentsUpSql, - "1713169458_update_raw_messages_with_resend_features.up.sql": _1713169458_update_raw_messages_with_resend_featuresUpSql, - "1715163152_remove_status_community.up.sql": _1715163152_remove_status_communityUpSql, - "1715163262_rename_peersyncing_group_id_field.up.sql": _1715163262_rename_peersyncing_group_id_fieldUpSql, - "1716413241_remove_social_links.up.sql": _1716413241_remove_social_linksUpSql, - "1716891408_add_community_token_transaction_hash.up.sql": _1716891408_add_community_token_transaction_hashUpSql, - "1719906191_add_community_token_version.up.sql": _1719906191_add_community_token_versionUpSql, - "1720636181_add_community_encryption_keys_requests.up.sql": _1720636181_add_community_encryption_keys_requestsUpSql, - "1721222369_add_shared_addresses.up.sql": _1721222369_add_shared_addressesUpSql, - "1721919311_add_installation_id_activity_center.up.sql": _1721919311_add_installation_id_activity_centerUpSql, - "README.md": readmeMd, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "000001_init.down.db.sql": {_000001_initDownDbSql, map[string]*bintree{}}, - "000001_init.up.db.sql": {_000001_initUpDbSql, map[string]*bintree{}}, - "000002_add_last_ens_clock_value.up.sql": {_000002_add_last_ens_clock_valueUpSql, map[string]*bintree{}}, - "1586358095_add_replace.up.sql": {_1586358095_add_replaceUpSql, map[string]*bintree{}}, - "1588665364_add_image_data.up.sql": {_1588665364_add_image_dataUpSql, map[string]*bintree{}}, - "1589365189_add_pow_target.up.sql": {_1589365189_add_pow_targetUpSql, map[string]*bintree{}}, - "1591277220_add_index_messages.up.sql": {_1591277220_add_index_messagesUpSql, map[string]*bintree{}}, - "1593087212_add_mute_chat_and_raw_message_fields.up.sql": {_1593087212_add_mute_chat_and_raw_message_fieldsUpSql, map[string]*bintree{}}, - "1595862781_add_audio_data.up.sql": {_1595862781_add_audio_dataUpSql, map[string]*bintree{}}, - "1595865249_create_emoji_reactions_table.up.sql": {_1595865249_create_emoji_reactions_tableUpSql, map[string]*bintree{}}, - "1596805115_create_group_chat_invitations_table.up.sql": {_1596805115_create_group_chat_invitations_tableUpSql, map[string]*bintree{}}, - "1597322655_add_invitation_admin_chat_field.up.sql": {_1597322655_add_invitation_admin_chat_fieldUpSql, map[string]*bintree{}}, - "1597757544_add_nickname.up.sql": {_1597757544_add_nicknameUpSql, map[string]*bintree{}}, - "1598955122_add_mentions.up.sql": {_1598955122_add_mentionsUpSql, map[string]*bintree{}}, - "1599641390_add_emoji_reactions_index.up.sql": {_1599641390_add_emoji_reactions_indexUpSql, map[string]*bintree{}}, - "1599720851_add_seen_index_remove_long_messages.up.sql": {_1599720851_add_seen_index_remove_long_messagesUpSql, map[string]*bintree{}}, - "1603198582_add_profile_chat_field.up.sql": {_1603198582_add_profile_chat_fieldUpSql, map[string]*bintree{}}, - "1603816533_add_links.up.sql": {_1603816533_add_linksUpSql, map[string]*bintree{}}, - "1603888149_create_chat_identity_last_published_table.up.sql": {_1603888149_create_chat_identity_last_published_tableUpSql, map[string]*bintree{}}, - "1605075346_add_communities.up.sql": {_1605075346_add_communitiesUpSql, map[string]*bintree{}}, - "1610117927_add_message_cache.up.sql": {_1610117927_add_message_cacheUpSql, map[string]*bintree{}}, - "1610959908_add_dont_wrap_to_raw_messages.up.sql": {_1610959908_add_dont_wrap_to_raw_messagesUpSql, map[string]*bintree{}}, - "1610960912_add_send_on_personal_topic.up.sql": {_1610960912_add_send_on_personal_topicUpSql, map[string]*bintree{}}, - "1612870480_add_datasync_id.up.sql": {_1612870480_add_datasync_idUpSql, map[string]*bintree{}}, - "1614152139_add_communities_request_to_join.up.sql": {_1614152139_add_communities_request_to_joinUpSql, map[string]*bintree{}}, - "1615374373_add_confirmations.up.sql": {_1615374373_add_confirmationsUpSql, map[string]*bintree{}}, - "1617694931_add_notification_center.up.sql": {_1617694931_add_notification_centerUpSql, map[string]*bintree{}}, - "1618923660_create_pin_messages.up.sql": {_1618923660_create_pin_messagesUpSql, map[string]*bintree{}}, - "1619094007_add_joined_chat_field.up.sql": {_1619094007_add_joined_chat_fieldUpSql, map[string]*bintree{}}, - "1619099821_add_last_synced_field.up.sql": {_1619099821_add_last_synced_fieldUpSql, map[string]*bintree{}}, - "1621933219_add_mentioned.up.sql": {_1621933219_add_mentionedUpSql, map[string]*bintree{}}, - "1622010048_add_unviewed_mentions_count.up.sql": {_1622010048_add_unviewed_mentions_countUpSql, map[string]*bintree{}}, - "1622061278_add_message_activity_center_notification_field.up.sql": {_1622061278_add_message_activity_center_notification_fieldUpSql, map[string]*bintree{}}, - "1622464518_set_synced_to_from.up.sql": {_1622464518_set_synced_to_fromUpSql, map[string]*bintree{}}, - "1622464519_add_chat_description.up.sql": {_1622464519_add_chat_descriptionUpSql, map[string]*bintree{}}, - "1622622253_add_pinned_by_to_pin_messages.up.sql": {_1622622253_add_pinned_by_to_pin_messagesUpSql, map[string]*bintree{}}, - "1623938329_add_author_activity_center_notification_field.up.sql": {_1623938329_add_author_activity_center_notification_fieldUpSql, map[string]*bintree{}}, - "1623938330_add_edit_messages.up.sql": {_1623938330_add_edit_messagesUpSql, map[string]*bintree{}}, - "1624978434_add_muted_community.up.sql": {_1624978434_add_muted_communityUpSql, map[string]*bintree{}}, - "1625018910_add_repply_message_activity_center_notification_field.up.sql": {_1625018910_add_repply_message_activity_center_notification_fieldUpSql, map[string]*bintree{}}, - "1625762506_add_deleted_messages.up.sql": {_1625762506_add_deleted_messagesUpSql, map[string]*bintree{}}, - "1627388946_add_communities_synced_at.up.sql": {_1627388946_add_communities_synced_atUpSql, map[string]*bintree{}}, - "1628280060_create-usermessages-index.sql": {_1628280060_createUsermessagesIndexSql, map[string]*bintree{}}, - "1632303896_modify_contacts_table.up.sql": {_1632303896_modify_contacts_tableUpSql, map[string]*bintree{}}, - "1633349838_add_emoji_column_in_chats.up.sql": {_1633349838_add_emoji_column_in_chatsUpSql, map[string]*bintree{}}, - "1634831235_add_highlight_column_in_chats.up.sql": {_1634831235_add_highlight_column_in_chatsUpSql, map[string]*bintree{}}, - "1634896007_add_last_updated_locally_and_removed.up.sql": {_1634896007_add_last_updated_locally_and_removedUpSql, map[string]*bintree{}}, - "1635840039_add_clock_read_at_column_in_chats.up.sql": {_1635840039_add_clock_read_at_column_in_chatsUpSql, map[string]*bintree{}}, - "1637852321_add_received_invitation_admin_column_in_chats.up.sql": {_1637852321_add_received_invitation_admin_column_in_chatsUpSql, map[string]*bintree{}}, - "1645034601_display_name.up.sql": {_1645034601_display_nameUpSql, map[string]*bintree{}}, - "1645034602_add_mutual_contact_request.up.sql": {_1645034602_add_mutual_contact_requestUpSql, map[string]*bintree{}}, - "1650373957_add_contact_request_state.up.sql": {_1650373957_add_contact_request_stateUpSql, map[string]*bintree{}}, - "1656958989_contact_verification.up.sql": {_1656958989_contact_verificationUpSql, map[string]*bintree{}}, - "1658236268_add_discord_message_authors_table.up.sql": {_1658236268_add_discord_message_authors_tableUpSql, map[string]*bintree{}}, - "1659619997_add_discord_messages_table.up.sql": {_1659619997_add_discord_messages_tableUpSql, map[string]*bintree{}}, - "1660226788_create_chat_identity_social_links.up.sql": {_1660226788_create_chat_identity_social_linksUpSql, map[string]*bintree{}}, - "1660226789_add_walletconnectsessions_table.up.sql": {_1660226789_add_walletconnectsessions_tableUpSql, map[string]*bintree{}}, - "1661242854_add_communities_requests_to_leave.up.sql": {_1661242854_add_communities_requests_to_leaveUpSql, map[string]*bintree{}}, - "1662044232_add_chat_image.up.sql": {_1662044232_add_chat_imageUpSql, map[string]*bintree{}}, - "1662106895_add_chat_first_message_timestamp.up.sql": {_1662106895_add_chat_first_message_timestampUpSql, map[string]*bintree{}}, - "1662723928_add_discord_author_image_fields.up.sql": {_1662723928_add_discord_author_image_fieldsUpSql, map[string]*bintree{}}, - "1664195977_add_deleted_for_mes.up.sql": {_1664195977_add_deleted_for_mesUpSql, map[string]*bintree{}}, - "1664367420_add_discord_attachments_table.up.sql": {_1664367420_add_discord_attachments_tableUpSql, map[string]*bintree{}}, - "1665079662_add_spectated_column_in_communities.up.sql": {_1665079662_add_spectated_column_in_communitiesUpSql, map[string]*bintree{}}, - "1665479047_add_community_id_in_notifications.up.sql": {_1665479047_add_community_id_in_notificationsUpSql, map[string]*bintree{}}, - "1665484435_add_encrypted_messages.up.sql": {_1665484435_add_encrypted_messagesUpSql, map[string]*bintree{}}, - "1665560200_add_contact_verification_individual.up.sql": {_1665560200_add_contact_verification_individualUpSql, map[string]*bintree{}}, - "1670921937_add_album_id.up.sql": {_1670921937_add_album_idUpSql, map[string]*bintree{}}, - "1673373000_add_replied.up.sql": {_1673373000_add_repliedUpSql, map[string]*bintree{}}, - "1673428910_add_image_width_height.up.sql": {_1673428910_add_image_width_heightUpSql, map[string]*bintree{}}, - "1674210659_add_contact_request_local_clock.up.sql": {_1674210659_add_contact_request_local_clockUpSql, map[string]*bintree{}}, - "1675212323_add_deleted_by.up.sql": {_1675212323_add_deleted_byUpSql, map[string]*bintree{}}, - "1675247084_add_activity_center_states.up.sql": {_1675247084_add_activity_center_statesUpSql, map[string]*bintree{}}, - "1675272329_fix_protocol_migration.up.sql": {_1675272329_fix_protocol_migrationUpSql, map[string]*bintree{}}, - "1676998418_fix_activity_center_migration.up.sql": {_1676998418_fix_activity_center_migrationUpSql, map[string]*bintree{}}, - "1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql": {_1677278861_add_deleted_column_to_activity_center_notifications_tableUpSql, map[string]*bintree{}}, - "1677486338_add_community_tokens_table.up.sql": {_1677486338_add_community_tokens_tableUpSql, map[string]*bintree{}}, - "1678292329_add_collapsed_categories.up.sql": {_1678292329_add_collapsed_categoriesUpSql, map[string]*bintree{}}, - "1678800760_add_index_to_raw_messages.up.sql": {_1678800760_add_index_to_raw_messagesUpSql, map[string]*bintree{}}, - "1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql": {_1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSql, map[string]*bintree{}}, - "1679326850_add_community_token_owners.up.sql": {_1679326850_add_community_token_ownersUpSql, map[string]*bintree{}}, - "1680011500_add_album_images_count.up.sql": {_1680011500_add_album_images_countUpSql, map[string]*bintree{}}, - "1680114896_add_index_on_album_id.up.sql": {_1680114896_add_index_on_album_idUpSql, map[string]*bintree{}}, - "1681655289_add_mute_till.up.sql": {_1681655289_add_mute_tillUpSql, map[string]*bintree{}}, - "1681934966_add_index_response_to.up.sql": {_1681934966_add_index_response_toUpSql, map[string]*bintree{}}, - "1682528339_add_index_user_messages_unseen.up.sql": {_1682528339_add_index_user_messages_unseenUpSql, map[string]*bintree{}}, - "1683707289_recreate_deleted_for_mes.up.sql": {_1683707289_recreate_deleted_for_mesUpSql, map[string]*bintree{}}, - "1683725607_mark_discord_messages_as_seen.up.sql": {_1683725607_mark_discord_messages_as_seenUpSql, map[string]*bintree{}}, - "1684174617_add_url_previews_to_user_messages.up.sql": {_1684174617_add_url_previews_to_user_messagesUpSql, map[string]*bintree{}}, - "1684175608_add_token_balances.up.sql": {_1684175608_add_token_balancesUpSql, map[string]*bintree{}}, - "1684979808_sync_activity_center_notifications.up.sql": {_1684979808_sync_activity_center_notificationsUpSql, map[string]*bintree{}}, - "1685383829_add_communities_mute_till.up.sql": {_1685383829_add_communities_mute_tillUpSql, map[string]*bintree{}}, - "1685964183_add_chainids_to_revealed_addresses.up.sql": {_1685964183_add_chainids_to_revealed_addressesUpSql, map[string]*bintree{}}, - "1687370421_add_communities_muted_till_new.up.sql": {_1687370421_add_communities_muted_till_newUpSql, map[string]*bintree{}}, - "1687416607_add_communities_check_channel_permission_responses_table.up.sql": {_1687416607_add_communities_check_channel_permission_responses_tableUpSql, map[string]*bintree{}}, - "1687856939_add_community_tokens_decimals.up.sql": {_1687856939_add_community_tokens_decimalsUpSql, map[string]*bintree{}}, - "1687959987_modify_community_tokens_supply_as_string.up.sql": {_1687959987_modify_community_tokens_supply_as_stringUpSql, map[string]*bintree{}}, - "1689258900_add_airdrop_address_to_revealed_addresses.up.sql": {_1689258900_add_airdrop_address_to_revealed_addressesUpSql, map[string]*bintree{}}, - "1689266326_create_communities_events_table.up.sql": {_1689266326_create_communities_events_tableUpSql, map[string]*bintree{}}, - "1689931300_add_community_tokens_deployer_and_priv_level.up.sql": {_1689931300_add_community_tokens_deployer_and_priv_levelUpSql, map[string]*bintree{}}, - "1693311881_add_unfurled_links_to_message_edits.up.sql": {_1693311881_add_unfurled_links_to_message_editsUpSql, map[string]*bintree{}}, - "1693311981_community_shard.up.sql": {_1693311981_community_shardUpSql, map[string]*bintree{}}, - "1695331492_add_status_link_previews.up.sql": {_1695331492_add_status_link_previewsUpSql, map[string]*bintree{}}, - "1695918296_add_validated_at.up.sql": {_1695918296_add_validated_atUpSql, map[string]*bintree{}}, - "1697699419_community_control_node_sync.up.sql": {_1697699419_community_control_node_syncUpSql, map[string]*bintree{}}, - "1698137561_add_profile_showcase_tables.up.sql": {_1698137561_add_profile_showcase_tablesUpSql, map[string]*bintree{}}, - "1698137562_fix_encryption_key_id.up.sql": {_1698137562_fix_encryption_key_idUpSql, map[string]*bintree{}}, - "1698414646_add_padding.up.sql": {_1698414646_add_paddingUpSql, map[string]*bintree{}}, - "1698746210_add_signature_to_revealed_addresses.up.sql": {_1698746210_add_signature_to_revealed_addressesUpSql, map[string]*bintree{}}, - "1699041816_profile_showcase_contacts.up.sql": {_1699041816_profile_showcase_contactsUpSql, map[string]*bintree{}}, - "1699554099_message_segments.up.sql": {_1699554099_message_segmentsUpSql, map[string]*bintree{}}, - "1700044186_message_segments_timestamp.up.sql": {_1700044186_message_segments_timestampUpSql, map[string]*bintree{}}, - "1700044187_curated_communities.up.sql": {_1700044187_curated_communitiesUpSql, map[string]*bintree{}}, - "1700820989_add_resend_automatically_index.up.sql": {_1700820989_add_resend_automatically_indexUpSql, map[string]*bintree{}}, - "1702996953_add_communities_shards_table.up.sql": {_1702996953_add_communities_shards_tableUpSql, map[string]*bintree{}}, - "1704489636_add_album_images.up.sql": {_1704489636_add_album_imagesUpSql, map[string]*bintree{}}, - "1704821941_add_joined_at_for_community.up.sql": {_1704821941_add_joined_at_for_communityUpSql, map[string]*bintree{}}, - "1704832511_add_last_opened_at_for_communities.up.sql": {_1704832511_add_last_opened_at_for_communitiesUpSql, map[string]*bintree{}}, - "1704832512_add_peersyncing.up.sql": {_1704832512_add_peersyncingUpSql, map[string]*bintree{}}, - "1706028033_profile_showcase_address_and_community.up.sql": {_1706028033_profile_showcase_address_and_communityUpSql, map[string]*bintree{}}, - "1706520870_add_bridge_messages_table.up.sql": {_1706520870_add_bridge_messages_tableUpSql, map[string]*bintree{}}, - "1706520871_add_community_description_cache.up.sql": {_1706520871_add_community_description_cacheUpSql, map[string]*bintree{}}, - "1707749393_add_community_grants.up.sql": {_1707749393_add_community_grantsUpSql, map[string]*bintree{}}, - "1707841194_add_profile_showcase_preferences.up.sql": {_1707841194_add_profile_showcase_preferencesUpSql, map[string]*bintree{}}, - "1708062699_activity_data.up.sql": {_1708062699_activity_dataUpSql, map[string]*bintree{}}, - "1708423707_applied_community_events.up.sql": {_1708423707_applied_community_eventsUpSql, map[string]*bintree{}}, - "1708440786_profile_showcase_social_links.up.sql": {_1708440786_profile_showcase_social_linksUpSql, map[string]*bintree{}}, - "1709805967_simplify_profile_showcase_preferences.up.sql": {_1709805967_simplify_profile_showcase_preferencesUpSql, map[string]*bintree{}}, - "1709828431_add_community_description_cache.up.sql": {_1709828431_add_community_description_cacheUpSql, map[string]*bintree{}}, - "1710331283_add_bio_to_contacts.up.sql": {_1710331283_add_bio_to_contactsUpSql, map[string]*bintree{}}, - "1710331284_hash_ratchet_encrypted_messages_key_id.up.sql": {_1710331284_hash_ratchet_encrypted_messages_key_idUpSql, map[string]*bintree{}}, - "1711389881_add_profile_showcase_community_grant.up.sql": {_1711389881_add_profile_showcase_community_grantUpSql, map[string]*bintree{}}, - "1711937186_add_contact_customization_color.up.sql": {_1711937186_add_contact_customization_colorUpSql, map[string]*bintree{}}, - "1712745141_hash_ratchet_encrypted_messages_key_id.up.sql": {_1712745141_hash_ratchet_encrypted_messages_key_idUpSql, map[string]*bintree{}}, - "1712905223_add_parity_to_message_segments.up.sql": {_1712905223_add_parity_to_message_segmentsUpSql, map[string]*bintree{}}, - "1713169458_update_raw_messages_with_resend_features.up.sql": {_1713169458_update_raw_messages_with_resend_featuresUpSql, map[string]*bintree{}}, - "1715163152_remove_status_community.up.sql": {_1715163152_remove_status_communityUpSql, map[string]*bintree{}}, - "1715163262_rename_peersyncing_group_id_field.up.sql": {_1715163262_rename_peersyncing_group_id_fieldUpSql, map[string]*bintree{}}, - "1716413241_remove_social_links.up.sql": {_1716413241_remove_social_linksUpSql, map[string]*bintree{}}, - "1716891408_add_community_token_transaction_hash.up.sql": {_1716891408_add_community_token_transaction_hashUpSql, map[string]*bintree{}}, - "1719906191_add_community_token_version.up.sql": {_1719906191_add_community_token_versionUpSql, map[string]*bintree{}}, - "1720636181_add_community_encryption_keys_requests.up.sql": {_1720636181_add_community_encryption_keys_requestsUpSql, map[string]*bintree{}}, - "1721222369_add_shared_addresses.up.sql": {_1721222369_add_shared_addressesUpSql, map[string]*bintree{}}, - "1721919311_add_installation_id_activity_center.up.sql": {_1721919311_add_installation_id_activity_centerUpSql, map[string]*bintree{}}, - "README.md": {readmeMd, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/protocol/protobuf/anon_metrics.pb.go b/protocol/protobuf/anon_metrics.pb.go deleted file mode 100644 index cf0fda25d..000000000 --- a/protocol/protobuf/anon_metrics.pb.go +++ /dev/null @@ -1,282 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: anon_metrics.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - timestamppb "google.golang.org/protobuf/types/known/timestamppb" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// AnonymousMetric represents a single metric data point -type AnonymousMetric struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // id is the unique id of the metric message - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - // event is the app metric event type - Event string `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"` - // value is a filtered and validated raw json payload attached to the event - Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` - // app_version is the version of the `status-mobile` app that the metric came from - AppVersion string `protobuf:"bytes,4,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"` - // os is the operating system of the device the application is installed on - Os string `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"` - // session_id is the id of the session the metric was recorded in - SessionId string `protobuf:"bytes,6,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` - // created_at is the datetime at which the metric was stored in the local db - CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` -} - -func (x *AnonymousMetric) Reset() { - *x = AnonymousMetric{} - if protoimpl.UnsafeEnabled { - mi := &file_anon_metrics_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AnonymousMetric) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AnonymousMetric) ProtoMessage() {} - -func (x *AnonymousMetric) ProtoReflect() protoreflect.Message { - mi := &file_anon_metrics_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AnonymousMetric.ProtoReflect.Descriptor instead. -func (*AnonymousMetric) Descriptor() ([]byte, []int) { - return file_anon_metrics_proto_rawDescGZIP(), []int{0} -} - -func (x *AnonymousMetric) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *AnonymousMetric) GetEvent() string { - if x != nil { - return x.Event - } - return "" -} - -func (x *AnonymousMetric) GetValue() []byte { - if x != nil { - return x.Value - } - return nil -} - -func (x *AnonymousMetric) GetAppVersion() string { - if x != nil { - return x.AppVersion - } - return "" -} - -func (x *AnonymousMetric) GetOs() string { - if x != nil { - return x.Os - } - return "" -} - -func (x *AnonymousMetric) GetSessionId() string { - if x != nil { - return x.SessionId - } - return "" -} - -func (x *AnonymousMetric) GetCreatedAt() *timestamppb.Timestamp { - if x != nil { - return x.CreatedAt - } - return nil -} - -// AnonymousMetricBatch represents a batch of AnonymousMetrics allowing broadcast of AnonymousMetrics with fewer messages -type AnonymousMetricBatch struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // metrics is an array of AnonymousMetric metrics - Metrics []*AnonymousMetric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"` -} - -func (x *AnonymousMetricBatch) Reset() { - *x = AnonymousMetricBatch{} - if protoimpl.UnsafeEnabled { - mi := &file_anon_metrics_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AnonymousMetricBatch) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AnonymousMetricBatch) ProtoMessage() {} - -func (x *AnonymousMetricBatch) ProtoReflect() protoreflect.Message { - mi := &file_anon_metrics_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AnonymousMetricBatch.ProtoReflect.Descriptor instead. -func (*AnonymousMetricBatch) Descriptor() ([]byte, []int) { - return file_anon_metrics_proto_rawDescGZIP(), []int{1} -} - -func (x *AnonymousMetricBatch) GetMetrics() []*AnonymousMetric { - if x != nil { - return x.Metrics - } - return nil -} - -var File_anon_metrics_proto protoreflect.FileDescriptor - -var file_anon_metrics_proto_rawDesc = []byte{ - 0x0a, 0x12, 0x61, 0x6e, 0x6f, 0x6e, 0x5f, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x1f, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, - 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, - 0xd8, 0x01, 0x0a, 0x0f, 0x41, 0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x4d, 0x65, 0x74, - 0x72, 0x69, 0x63, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, - 0x1f, 0x0a, 0x0b, 0x61, 0x70, 0x70, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x0e, 0x0a, 0x02, 0x6f, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x6f, 0x73, - 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, - 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, - 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0x4b, 0x0a, 0x14, 0x41, 0x6e, - 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x42, 0x61, 0x74, - 0x63, 0x68, 0x12, 0x33, 0x0a, 0x07, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x18, 0x01, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, - 0x6e, 0x6f, 0x6e, 0x79, 0x6d, 0x6f, 0x75, 0x73, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x07, - 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_anon_metrics_proto_rawDescOnce sync.Once - file_anon_metrics_proto_rawDescData = file_anon_metrics_proto_rawDesc -) - -func file_anon_metrics_proto_rawDescGZIP() []byte { - file_anon_metrics_proto_rawDescOnce.Do(func() { - file_anon_metrics_proto_rawDescData = protoimpl.X.CompressGZIP(file_anon_metrics_proto_rawDescData) - }) - return file_anon_metrics_proto_rawDescData -} - -var file_anon_metrics_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_anon_metrics_proto_goTypes = []interface{}{ - (*AnonymousMetric)(nil), // 0: protobuf.AnonymousMetric - (*AnonymousMetricBatch)(nil), // 1: protobuf.AnonymousMetricBatch - (*timestamppb.Timestamp)(nil), // 2: google.protobuf.Timestamp -} -var file_anon_metrics_proto_depIdxs = []int32{ - 2, // 0: protobuf.AnonymousMetric.created_at:type_name -> google.protobuf.Timestamp - 0, // 1: protobuf.AnonymousMetricBatch.metrics:type_name -> protobuf.AnonymousMetric - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_anon_metrics_proto_init() } -func file_anon_metrics_proto_init() { - if File_anon_metrics_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_anon_metrics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AnonymousMetric); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_anon_metrics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AnonymousMetricBatch); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_anon_metrics_proto_rawDesc, - NumEnums: 0, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_anon_metrics_proto_goTypes, - DependencyIndexes: file_anon_metrics_proto_depIdxs, - MessageInfos: file_anon_metrics_proto_msgTypes, - }.Build() - File_anon_metrics_proto = out.File - file_anon_metrics_proto_rawDesc = nil - file_anon_metrics_proto_goTypes = nil - file_anon_metrics_proto_depIdxs = nil -} diff --git a/protocol/protobuf/application_metadata_message.pb.go b/protocol/protobuf/application_metadata_message.pb.go deleted file mode 100644 index 09b47eeca..000000000 --- a/protocol/protobuf/application_metadata_message.pb.go +++ /dev/null @@ -1,648 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: application_metadata_message.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type ApplicationMetadataMessage_Type int32 - -const ( - ApplicationMetadataMessage_UNKNOWN ApplicationMetadataMessage_Type = 0 - ApplicationMetadataMessage_CHAT_MESSAGE ApplicationMetadataMessage_Type = 1 - ApplicationMetadataMessage_CONTACT_UPDATE ApplicationMetadataMessage_Type = 2 - ApplicationMetadataMessage_MEMBERSHIP_UPDATE_MESSAGE ApplicationMetadataMessage_Type = 3 - ApplicationMetadataMessage_SYNC_PAIR_INSTALLATION ApplicationMetadataMessage_Type = 4 - // Deprecated: Marked as deprecated in application_metadata_message.proto. - ApplicationMetadataMessage_DEPRECATED_SYNC_INSTALLATION ApplicationMetadataMessage_Type = 5 - ApplicationMetadataMessage_REQUEST_ADDRESS_FOR_TRANSACTION ApplicationMetadataMessage_Type = 6 - ApplicationMetadataMessage_ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION ApplicationMetadataMessage_Type = 7 - ApplicationMetadataMessage_DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION ApplicationMetadataMessage_Type = 8 - ApplicationMetadataMessage_REQUEST_TRANSACTION ApplicationMetadataMessage_Type = 9 - ApplicationMetadataMessage_SEND_TRANSACTION ApplicationMetadataMessage_Type = 10 - ApplicationMetadataMessage_DECLINE_REQUEST_TRANSACTION ApplicationMetadataMessage_Type = 11 - ApplicationMetadataMessage_SYNC_INSTALLATION_CONTACT_V2 ApplicationMetadataMessage_Type = 12 - ApplicationMetadataMessage_SYNC_INSTALLATION_ACCOUNT ApplicationMetadataMessage_Type = 13 - ApplicationMetadataMessage_CONTACT_CODE_ADVERTISEMENT ApplicationMetadataMessage_Type = 15 - ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION ApplicationMetadataMessage_Type = 16 - ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION_RESPONSE ApplicationMetadataMessage_Type = 17 - ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY ApplicationMetadataMessage_Type = 18 - ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY_RESPONSE ApplicationMetadataMessage_Type = 19 - ApplicationMetadataMessage_PUSH_NOTIFICATION_REQUEST ApplicationMetadataMessage_Type = 20 - ApplicationMetadataMessage_PUSH_NOTIFICATION_RESPONSE ApplicationMetadataMessage_Type = 21 - ApplicationMetadataMessage_EMOJI_REACTION ApplicationMetadataMessage_Type = 22 - ApplicationMetadataMessage_GROUP_CHAT_INVITATION ApplicationMetadataMessage_Type = 23 - ApplicationMetadataMessage_CHAT_IDENTITY ApplicationMetadataMessage_Type = 24 - ApplicationMetadataMessage_COMMUNITY_DESCRIPTION ApplicationMetadataMessage_Type = 25 - // Deprecated: Marked as deprecated in application_metadata_message.proto. - ApplicationMetadataMessage_COMMUNITY_INVITATION ApplicationMetadataMessage_Type = 26 - ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN ApplicationMetadataMessage_Type = 27 - ApplicationMetadataMessage_PIN_MESSAGE ApplicationMetadataMessage_Type = 28 - ApplicationMetadataMessage_EDIT_MESSAGE ApplicationMetadataMessage_Type = 29 - ApplicationMetadataMessage_STATUS_UPDATE ApplicationMetadataMessage_Type = 30 - ApplicationMetadataMessage_DELETE_MESSAGE ApplicationMetadataMessage_Type = 31 - ApplicationMetadataMessage_SYNC_INSTALLATION_COMMUNITY ApplicationMetadataMessage_Type = 32 - ApplicationMetadataMessage_ANONYMOUS_METRIC_BATCH ApplicationMetadataMessage_Type = 33 - ApplicationMetadataMessage_SYNC_CHAT_REMOVED ApplicationMetadataMessage_Type = 34 - ApplicationMetadataMessage_SYNC_CHAT_MESSAGES_READ ApplicationMetadataMessage_Type = 35 - ApplicationMetadataMessage_BACKUP ApplicationMetadataMessage_Type = 36 - ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_READ ApplicationMetadataMessage_Type = 37 - ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_ACCEPTED ApplicationMetadataMessage_Type = 38 - ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DISMISSED ApplicationMetadataMessage_Type = 39 - ApplicationMetadataMessage_SYNC_BOOKMARK ApplicationMetadataMessage_Type = 40 - ApplicationMetadataMessage_SYNC_CLEAR_HISTORY ApplicationMetadataMessage_Type = 41 - ApplicationMetadataMessage_SYNC_SETTING ApplicationMetadataMessage_Type = 42 - ApplicationMetadataMessage_COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK ApplicationMetadataMessage_Type = 43 - ApplicationMetadataMessage_SYNC_PROFILE_PICTURES ApplicationMetadataMessage_Type = 44 - ApplicationMetadataMessage_SYNC_ACCOUNT ApplicationMetadataMessage_Type = 45 - ApplicationMetadataMessage_ACCEPT_CONTACT_REQUEST ApplicationMetadataMessage_Type = 46 - ApplicationMetadataMessage_RETRACT_CONTACT_REQUEST ApplicationMetadataMessage_Type = 47 - ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN_RESPONSE ApplicationMetadataMessage_Type = 48 - ApplicationMetadataMessage_SYNC_COMMUNITY_SETTINGS ApplicationMetadataMessage_Type = 49 - ApplicationMetadataMessage_REQUEST_CONTACT_VERIFICATION ApplicationMetadataMessage_Type = 50 - ApplicationMetadataMessage_ACCEPT_CONTACT_VERIFICATION ApplicationMetadataMessage_Type = 51 - ApplicationMetadataMessage_DECLINE_CONTACT_VERIFICATION ApplicationMetadataMessage_Type = 52 - ApplicationMetadataMessage_SYNC_TRUSTED_USER ApplicationMetadataMessage_Type = 53 - ApplicationMetadataMessage_SYNC_VERIFICATION_REQUEST ApplicationMetadataMessage_Type = 54 - ApplicationMetadataMessage_SYNC_CONTACT_REQUEST_DECISION ApplicationMetadataMessage_Type = 56 - ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_LEAVE ApplicationMetadataMessage_Type = 57 - ApplicationMetadataMessage_SYNC_DELETE_FOR_ME_MESSAGE ApplicationMetadataMessage_Type = 58 - ApplicationMetadataMessage_SYNC_SAVED_ADDRESS ApplicationMetadataMessage_Type = 59 - ApplicationMetadataMessage_COMMUNITY_CANCEL_REQUEST_TO_JOIN ApplicationMetadataMessage_Type = 60 - ApplicationMetadataMessage_CANCEL_CONTACT_VERIFICATION ApplicationMetadataMessage_Type = 61 - ApplicationMetadataMessage_SYNC_KEYPAIR ApplicationMetadataMessage_Type = 62 - // Deprecated: Marked as deprecated in application_metadata_message.proto. - ApplicationMetadataMessage_SYNC_SOCIAL_LINKS ApplicationMetadataMessage_Type = 63 - ApplicationMetadataMessage_SYNC_ENS_USERNAME_DETAIL ApplicationMetadataMessage_Type = 64 - ApplicationMetadataMessage_COMMUNITY_EVENTS_MESSAGE ApplicationMetadataMessage_Type = 67 - ApplicationMetadataMessage_COMMUNITY_EDIT_SHARED_ADDRESSES ApplicationMetadataMessage_Type = 68 - ApplicationMetadataMessage_SYNC_ACCOUNT_CUSTOMIZATION_COLOR ApplicationMetadataMessage_Type = 69 - ApplicationMetadataMessage_SYNC_ACCOUNTS_POSITIONS ApplicationMetadataMessage_Type = 70 - ApplicationMetadataMessage_COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE ApplicationMetadataMessage_Type = 72 - ApplicationMetadataMessage_COMMUNITY_SHARD_KEY ApplicationMetadataMessage_Type = 73 - ApplicationMetadataMessage_SYNC_CHAT ApplicationMetadataMessage_Type = 74 - ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DELETED ApplicationMetadataMessage_Type = 75 - ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_UNREAD ApplicationMetadataMessage_Type = 76 - ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_COMMUNITY_REQUEST_DECISION ApplicationMetadataMessage_Type = 77 - ApplicationMetadataMessage_SYNC_TOKEN_PREFERENCES ApplicationMetadataMessage_Type = 78 - ApplicationMetadataMessage_COMMUNITY_PUBLIC_SHARD_INFO ApplicationMetadataMessage_Type = 79 - ApplicationMetadataMessage_SYNC_COLLECTIBLE_PREFERENCES ApplicationMetadataMessage_Type = 80 - ApplicationMetadataMessage_COMMUNITY_USER_KICKED ApplicationMetadataMessage_Type = 81 - ApplicationMetadataMessage_SYNC_PROFILE_SHOWCASE_PREFERENCES ApplicationMetadataMessage_Type = 82 - ApplicationMetadataMessage_COMMUNITY_PUBLIC_STORENODES_INFO ApplicationMetadataMessage_Type = 83 - ApplicationMetadataMessage_COMMUNITY_REEVALUATE_PERMISSIONS_REQUEST ApplicationMetadataMessage_Type = 84 - ApplicationMetadataMessage_DELETE_COMMUNITY_MEMBER_MESSAGES ApplicationMetadataMessage_Type = 85 - ApplicationMetadataMessage_COMMUNITY_UPDATE_GRANT ApplicationMetadataMessage_Type = 86 - ApplicationMetadataMessage_COMMUNITY_ENCRYPTION_KEYS_REQUEST ApplicationMetadataMessage_Type = 87 - ApplicationMetadataMessage_COMMUNITY_TOKEN_ACTION ApplicationMetadataMessage_Type = 88 - ApplicationMetadataMessage_COMMUNITY_SHARED_ADDRESSES_REQUEST ApplicationMetadataMessage_Type = 89 - ApplicationMetadataMessage_COMMUNITY_SHARED_ADDRESSES_RESPONSE ApplicationMetadataMessage_Type = 90 -) - -// Enum value maps for ApplicationMetadataMessage_Type. -var ( - ApplicationMetadataMessage_Type_name = map[int32]string{ - 0: "UNKNOWN", - 1: "CHAT_MESSAGE", - 2: "CONTACT_UPDATE", - 3: "MEMBERSHIP_UPDATE_MESSAGE", - 4: "SYNC_PAIR_INSTALLATION", - 5: "DEPRECATED_SYNC_INSTALLATION", - 6: "REQUEST_ADDRESS_FOR_TRANSACTION", - 7: "ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION", - 8: "DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION", - 9: "REQUEST_TRANSACTION", - 10: "SEND_TRANSACTION", - 11: "DECLINE_REQUEST_TRANSACTION", - 12: "SYNC_INSTALLATION_CONTACT_V2", - 13: "SYNC_INSTALLATION_ACCOUNT", - 15: "CONTACT_CODE_ADVERTISEMENT", - 16: "PUSH_NOTIFICATION_REGISTRATION", - 17: "PUSH_NOTIFICATION_REGISTRATION_RESPONSE", - 18: "PUSH_NOTIFICATION_QUERY", - 19: "PUSH_NOTIFICATION_QUERY_RESPONSE", - 20: "PUSH_NOTIFICATION_REQUEST", - 21: "PUSH_NOTIFICATION_RESPONSE", - 22: "EMOJI_REACTION", - 23: "GROUP_CHAT_INVITATION", - 24: "CHAT_IDENTITY", - 25: "COMMUNITY_DESCRIPTION", - 26: "COMMUNITY_INVITATION", - 27: "COMMUNITY_REQUEST_TO_JOIN", - 28: "PIN_MESSAGE", - 29: "EDIT_MESSAGE", - 30: "STATUS_UPDATE", - 31: "DELETE_MESSAGE", - 32: "SYNC_INSTALLATION_COMMUNITY", - 33: "ANONYMOUS_METRIC_BATCH", - 34: "SYNC_CHAT_REMOVED", - 35: "SYNC_CHAT_MESSAGES_READ", - 36: "BACKUP", - 37: "SYNC_ACTIVITY_CENTER_READ", - 38: "SYNC_ACTIVITY_CENTER_ACCEPTED", - 39: "SYNC_ACTIVITY_CENTER_DISMISSED", - 40: "SYNC_BOOKMARK", - 41: "SYNC_CLEAR_HISTORY", - 42: "SYNC_SETTING", - 43: "COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK", - 44: "SYNC_PROFILE_PICTURES", - 45: "SYNC_ACCOUNT", - 46: "ACCEPT_CONTACT_REQUEST", - 47: "RETRACT_CONTACT_REQUEST", - 48: "COMMUNITY_REQUEST_TO_JOIN_RESPONSE", - 49: "SYNC_COMMUNITY_SETTINGS", - 50: "REQUEST_CONTACT_VERIFICATION", - 51: "ACCEPT_CONTACT_VERIFICATION", - 52: "DECLINE_CONTACT_VERIFICATION", - 53: "SYNC_TRUSTED_USER", - 54: "SYNC_VERIFICATION_REQUEST", - 56: "SYNC_CONTACT_REQUEST_DECISION", - 57: "COMMUNITY_REQUEST_TO_LEAVE", - 58: "SYNC_DELETE_FOR_ME_MESSAGE", - 59: "SYNC_SAVED_ADDRESS", - 60: "COMMUNITY_CANCEL_REQUEST_TO_JOIN", - 61: "CANCEL_CONTACT_VERIFICATION", - 62: "SYNC_KEYPAIR", - 63: "SYNC_SOCIAL_LINKS", - 64: "SYNC_ENS_USERNAME_DETAIL", - 67: "COMMUNITY_EVENTS_MESSAGE", - 68: "COMMUNITY_EDIT_SHARED_ADDRESSES", - 69: "SYNC_ACCOUNT_CUSTOMIZATION_COLOR", - 70: "SYNC_ACCOUNTS_POSITIONS", - 72: "COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE", - 73: "COMMUNITY_SHARD_KEY", - 74: "SYNC_CHAT", - 75: "SYNC_ACTIVITY_CENTER_DELETED", - 76: "SYNC_ACTIVITY_CENTER_UNREAD", - 77: "SYNC_ACTIVITY_CENTER_COMMUNITY_REQUEST_DECISION", - 78: "SYNC_TOKEN_PREFERENCES", - 79: "COMMUNITY_PUBLIC_SHARD_INFO", - 80: "SYNC_COLLECTIBLE_PREFERENCES", - 81: "COMMUNITY_USER_KICKED", - 82: "SYNC_PROFILE_SHOWCASE_PREFERENCES", - 83: "COMMUNITY_PUBLIC_STORENODES_INFO", - 84: "COMMUNITY_REEVALUATE_PERMISSIONS_REQUEST", - 85: "DELETE_COMMUNITY_MEMBER_MESSAGES", - 86: "COMMUNITY_UPDATE_GRANT", - 87: "COMMUNITY_ENCRYPTION_KEYS_REQUEST", - 88: "COMMUNITY_TOKEN_ACTION", - 89: "COMMUNITY_SHARED_ADDRESSES_REQUEST", - 90: "COMMUNITY_SHARED_ADDRESSES_RESPONSE", - } - ApplicationMetadataMessage_Type_value = map[string]int32{ - "UNKNOWN": 0, - "CHAT_MESSAGE": 1, - "CONTACT_UPDATE": 2, - "MEMBERSHIP_UPDATE_MESSAGE": 3, - "SYNC_PAIR_INSTALLATION": 4, - "DEPRECATED_SYNC_INSTALLATION": 5, - "REQUEST_ADDRESS_FOR_TRANSACTION": 6, - "ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION": 7, - "DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION": 8, - "REQUEST_TRANSACTION": 9, - "SEND_TRANSACTION": 10, - "DECLINE_REQUEST_TRANSACTION": 11, - "SYNC_INSTALLATION_CONTACT_V2": 12, - "SYNC_INSTALLATION_ACCOUNT": 13, - "CONTACT_CODE_ADVERTISEMENT": 15, - "PUSH_NOTIFICATION_REGISTRATION": 16, - "PUSH_NOTIFICATION_REGISTRATION_RESPONSE": 17, - "PUSH_NOTIFICATION_QUERY": 18, - "PUSH_NOTIFICATION_QUERY_RESPONSE": 19, - "PUSH_NOTIFICATION_REQUEST": 20, - "PUSH_NOTIFICATION_RESPONSE": 21, - "EMOJI_REACTION": 22, - "GROUP_CHAT_INVITATION": 23, - "CHAT_IDENTITY": 24, - "COMMUNITY_DESCRIPTION": 25, - "COMMUNITY_INVITATION": 26, - "COMMUNITY_REQUEST_TO_JOIN": 27, - "PIN_MESSAGE": 28, - "EDIT_MESSAGE": 29, - "STATUS_UPDATE": 30, - "DELETE_MESSAGE": 31, - "SYNC_INSTALLATION_COMMUNITY": 32, - "ANONYMOUS_METRIC_BATCH": 33, - "SYNC_CHAT_REMOVED": 34, - "SYNC_CHAT_MESSAGES_READ": 35, - "BACKUP": 36, - "SYNC_ACTIVITY_CENTER_READ": 37, - "SYNC_ACTIVITY_CENTER_ACCEPTED": 38, - "SYNC_ACTIVITY_CENTER_DISMISSED": 39, - "SYNC_BOOKMARK": 40, - "SYNC_CLEAR_HISTORY": 41, - "SYNC_SETTING": 42, - "COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK": 43, - "SYNC_PROFILE_PICTURES": 44, - "SYNC_ACCOUNT": 45, - "ACCEPT_CONTACT_REQUEST": 46, - "RETRACT_CONTACT_REQUEST": 47, - "COMMUNITY_REQUEST_TO_JOIN_RESPONSE": 48, - "SYNC_COMMUNITY_SETTINGS": 49, - "REQUEST_CONTACT_VERIFICATION": 50, - "ACCEPT_CONTACT_VERIFICATION": 51, - "DECLINE_CONTACT_VERIFICATION": 52, - "SYNC_TRUSTED_USER": 53, - "SYNC_VERIFICATION_REQUEST": 54, - "SYNC_CONTACT_REQUEST_DECISION": 56, - "COMMUNITY_REQUEST_TO_LEAVE": 57, - "SYNC_DELETE_FOR_ME_MESSAGE": 58, - "SYNC_SAVED_ADDRESS": 59, - "COMMUNITY_CANCEL_REQUEST_TO_JOIN": 60, - "CANCEL_CONTACT_VERIFICATION": 61, - "SYNC_KEYPAIR": 62, - "SYNC_SOCIAL_LINKS": 63, - "SYNC_ENS_USERNAME_DETAIL": 64, - "COMMUNITY_EVENTS_MESSAGE": 67, - "COMMUNITY_EDIT_SHARED_ADDRESSES": 68, - "SYNC_ACCOUNT_CUSTOMIZATION_COLOR": 69, - "SYNC_ACCOUNTS_POSITIONS": 70, - "COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE": 72, - "COMMUNITY_SHARD_KEY": 73, - "SYNC_CHAT": 74, - "SYNC_ACTIVITY_CENTER_DELETED": 75, - "SYNC_ACTIVITY_CENTER_UNREAD": 76, - "SYNC_ACTIVITY_CENTER_COMMUNITY_REQUEST_DECISION": 77, - "SYNC_TOKEN_PREFERENCES": 78, - "COMMUNITY_PUBLIC_SHARD_INFO": 79, - "SYNC_COLLECTIBLE_PREFERENCES": 80, - "COMMUNITY_USER_KICKED": 81, - "SYNC_PROFILE_SHOWCASE_PREFERENCES": 82, - "COMMUNITY_PUBLIC_STORENODES_INFO": 83, - "COMMUNITY_REEVALUATE_PERMISSIONS_REQUEST": 84, - "DELETE_COMMUNITY_MEMBER_MESSAGES": 85, - "COMMUNITY_UPDATE_GRANT": 86, - "COMMUNITY_ENCRYPTION_KEYS_REQUEST": 87, - "COMMUNITY_TOKEN_ACTION": 88, - "COMMUNITY_SHARED_ADDRESSES_REQUEST": 89, - "COMMUNITY_SHARED_ADDRESSES_RESPONSE": 90, - } -) - -func (x ApplicationMetadataMessage_Type) Enum() *ApplicationMetadataMessage_Type { - p := new(ApplicationMetadataMessage_Type) - *p = x - return p -} - -func (x ApplicationMetadataMessage_Type) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (ApplicationMetadataMessage_Type) Descriptor() protoreflect.EnumDescriptor { - return file_application_metadata_message_proto_enumTypes[0].Descriptor() -} - -func (ApplicationMetadataMessage_Type) Type() protoreflect.EnumType { - return &file_application_metadata_message_proto_enumTypes[0] -} - -func (x ApplicationMetadataMessage_Type) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use ApplicationMetadataMessage_Type.Descriptor instead. -func (ApplicationMetadataMessage_Type) EnumDescriptor() ([]byte, []int) { - return file_application_metadata_message_proto_rawDescGZIP(), []int{0, 0} -} - -type ApplicationMetadataMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Signature of the payload field - Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` - // This is the encoded protobuf of the application level message, i.e ChatMessage - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - // The type of protobuf message sent - Type ApplicationMetadataMessage_Type `protobuf:"varint,3,opt,name=type,proto3,enum=protobuf.ApplicationMetadataMessage_Type" json:"type,omitempty"` -} - -func (x *ApplicationMetadataMessage) Reset() { - *x = ApplicationMetadataMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_application_metadata_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ApplicationMetadataMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ApplicationMetadataMessage) ProtoMessage() {} - -func (x *ApplicationMetadataMessage) ProtoReflect() protoreflect.Message { - mi := &file_application_metadata_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ApplicationMetadataMessage.ProtoReflect.Descriptor instead. -func (*ApplicationMetadataMessage) Descriptor() ([]byte, []int) { - return file_application_metadata_message_proto_rawDescGZIP(), []int{0} -} - -func (x *ApplicationMetadataMessage) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *ApplicationMetadataMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *ApplicationMetadataMessage) GetType() ApplicationMetadataMessage_Type { - if x != nil { - return x.Type - } - return ApplicationMetadataMessage_UNKNOWN -} - -var File_application_metadata_message_proto protoreflect.FileDescriptor - -var file_application_metadata_message_proto_rawDesc = []byte{ - 0x0a, 0x22, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0xf7, - 0x16, 0x0a, 0x1a, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, - 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, - 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, - 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x3d, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, - 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, - 0x74, 0x79, 0x70, 0x65, 0x22, 0xe1, 0x15, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, - 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x48, - 0x41, 0x54, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x01, 0x12, 0x12, 0x0a, 0x0e, - 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x10, 0x02, - 0x12, 0x1d, 0x0a, 0x19, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x53, 0x48, 0x49, 0x50, 0x5f, 0x55, - 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x03, 0x12, - 0x1a, 0x0a, 0x16, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x50, 0x41, 0x49, 0x52, 0x5f, 0x49, 0x4e, 0x53, - 0x54, 0x41, 0x4c, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x04, 0x12, 0x24, 0x0a, 0x1c, 0x44, - 0x45, 0x50, 0x52, 0x45, 0x43, 0x41, 0x54, 0x45, 0x44, 0x5f, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x49, - 0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x05, 0x1a, 0x02, 0x08, - 0x01, 0x12, 0x23, 0x0a, 0x1f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x41, 0x44, 0x44, - 0x52, 0x45, 0x53, 0x53, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, - 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x06, 0x12, 0x2a, 0x0a, 0x26, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, - 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, - 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, - 0x10, 0x07, 0x12, 0x2b, 0x0a, 0x27, 0x44, 0x45, 0x43, 0x4c, 0x49, 0x4e, 0x45, 0x5f, 0x52, 0x45, - 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x5f, 0x46, 0x4f, - 0x52, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x08, 0x12, - 0x17, 0x0a, 0x13, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, - 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x09, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x45, 0x4e, 0x44, - 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x0a, 0x12, 0x1f, - 0x0a, 0x1b, 0x44, 0x45, 0x43, 0x4c, 0x49, 0x4e, 0x45, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, - 0x54, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x0b, 0x12, - 0x20, 0x0a, 0x1c, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x41, - 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x56, 0x32, 0x10, - 0x0c, 0x12, 0x1d, 0x0a, 0x19, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4c, - 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x0d, - 0x12, 0x1e, 0x0a, 0x1a, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x43, 0x4f, 0x44, 0x45, - 0x5f, 0x41, 0x44, 0x56, 0x45, 0x52, 0x54, 0x49, 0x53, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x10, 0x0f, - 0x12, 0x22, 0x0a, 0x1e, 0x50, 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, 0x49, 0x46, 0x49, 0x43, - 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x52, 0x41, 0x54, 0x49, - 0x4f, 0x4e, 0x10, 0x10, 0x12, 0x2b, 0x0a, 0x27, 0x50, 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, - 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, - 0x52, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x10, - 0x11, 0x12, 0x1b, 0x0a, 0x17, 0x50, 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, 0x49, 0x46, 0x49, - 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x51, 0x55, 0x45, 0x52, 0x59, 0x10, 0x12, 0x12, 0x24, - 0x0a, 0x20, 0x50, 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, - 0x49, 0x4f, 0x4e, 0x5f, 0x51, 0x55, 0x45, 0x52, 0x59, 0x5f, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, - 0x53, 0x45, 0x10, 0x13, 0x12, 0x1d, 0x0a, 0x19, 0x50, 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, - 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, - 0x54, 0x10, 0x14, 0x12, 0x1e, 0x0a, 0x1a, 0x50, 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, 0x49, - 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, - 0x45, 0x10, 0x15, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x4d, 0x4f, 0x4a, 0x49, 0x5f, 0x52, 0x45, 0x41, - 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x16, 0x12, 0x19, 0x0a, 0x15, 0x47, 0x52, 0x4f, 0x55, 0x50, - 0x5f, 0x43, 0x48, 0x41, 0x54, 0x5f, 0x49, 0x4e, 0x56, 0x49, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, - 0x10, 0x17, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x48, 0x41, 0x54, 0x5f, 0x49, 0x44, 0x45, 0x4e, 0x54, - 0x49, 0x54, 0x59, 0x10, 0x18, 0x12, 0x19, 0x0a, 0x15, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, - 0x54, 0x59, 0x5f, 0x44, 0x45, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x19, - 0x12, 0x1c, 0x0a, 0x14, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x49, 0x4e, - 0x56, 0x49, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x1a, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x1d, - 0x0a, 0x19, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x51, 0x55, - 0x45, 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x10, 0x1b, 0x12, 0x0f, 0x0a, - 0x0b, 0x50, 0x49, 0x4e, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x1c, 0x12, 0x10, - 0x0a, 0x0c, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x1d, - 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, - 0x45, 0x10, 0x1e, 0x12, 0x12, 0x0a, 0x0e, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x4d, 0x45, - 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x1f, 0x12, 0x1f, 0x0a, 0x1b, 0x53, 0x59, 0x4e, 0x43, 0x5f, - 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x4f, 0x4d, - 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x10, 0x20, 0x12, 0x1a, 0x0a, 0x16, 0x41, 0x4e, 0x4f, 0x4e, - 0x59, 0x4d, 0x4f, 0x55, 0x53, 0x5f, 0x4d, 0x45, 0x54, 0x52, 0x49, 0x43, 0x5f, 0x42, 0x41, 0x54, - 0x43, 0x48, 0x10, 0x21, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x43, 0x48, 0x41, - 0x54, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x45, 0x44, 0x10, 0x22, 0x12, 0x1b, 0x0a, 0x17, 0x53, - 0x59, 0x4e, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x54, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, - 0x53, 0x5f, 0x52, 0x45, 0x41, 0x44, 0x10, 0x23, 0x12, 0x0a, 0x0a, 0x06, 0x42, 0x41, 0x43, 0x4b, - 0x55, 0x50, 0x10, 0x24, 0x12, 0x1d, 0x0a, 0x19, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, - 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x52, 0x45, 0x41, - 0x44, 0x10, 0x25, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, 0x49, - 0x56, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x41, 0x43, 0x43, 0x45, - 0x50, 0x54, 0x45, 0x44, 0x10, 0x26, 0x12, 0x22, 0x0a, 0x1e, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, - 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x44, - 0x49, 0x53, 0x4d, 0x49, 0x53, 0x53, 0x45, 0x44, 0x10, 0x27, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x59, - 0x4e, 0x43, 0x5f, 0x42, 0x4f, 0x4f, 0x4b, 0x4d, 0x41, 0x52, 0x4b, 0x10, 0x28, 0x12, 0x16, 0x0a, - 0x12, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x43, 0x4c, 0x45, 0x41, 0x52, 0x5f, 0x48, 0x49, 0x53, 0x54, - 0x4f, 0x52, 0x59, 0x10, 0x29, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x53, 0x45, - 0x54, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x2a, 0x12, 0x28, 0x0a, 0x24, 0x43, 0x4f, 0x4d, 0x4d, 0x55, - 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x41, 0x52, 0x43, - 0x48, 0x49, 0x56, 0x45, 0x5f, 0x4d, 0x41, 0x47, 0x4e, 0x45, 0x54, 0x4c, 0x49, 0x4e, 0x4b, 0x10, - 0x2b, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, - 0x45, 0x5f, 0x50, 0x49, 0x43, 0x54, 0x55, 0x52, 0x45, 0x53, 0x10, 0x2c, 0x12, 0x10, 0x0a, 0x0c, - 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x10, 0x2d, 0x12, 0x1a, - 0x0a, 0x16, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, - 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x2e, 0x12, 0x1b, 0x0a, 0x17, 0x52, 0x45, - 0x54, 0x52, 0x41, 0x43, 0x54, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x52, 0x45, - 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x2f, 0x12, 0x26, 0x0a, 0x22, 0x43, 0x4f, 0x4d, 0x4d, 0x55, - 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, - 0x4a, 0x4f, 0x49, 0x4e, 0x5f, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x10, 0x30, 0x12, - 0x1b, 0x0a, 0x17, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, - 0x59, 0x5f, 0x53, 0x45, 0x54, 0x54, 0x49, 0x4e, 0x47, 0x53, 0x10, 0x31, 0x12, 0x20, 0x0a, 0x1c, - 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, - 0x56, 0x45, 0x52, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x32, 0x12, 0x1f, - 0x0a, 0x1b, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, - 0x5f, 0x56, 0x45, 0x52, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x33, 0x12, - 0x20, 0x0a, 0x1c, 0x44, 0x45, 0x43, 0x4c, 0x49, 0x4e, 0x45, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, - 0x43, 0x54, 0x5f, 0x56, 0x45, 0x52, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, - 0x34, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x54, 0x52, 0x55, 0x53, 0x54, 0x45, - 0x44, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x10, 0x35, 0x12, 0x1d, 0x0a, 0x19, 0x53, 0x59, 0x4e, 0x43, - 0x5f, 0x56, 0x45, 0x52, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x52, 0x45, - 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x36, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x59, 0x4e, 0x43, 0x5f, - 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, - 0x44, 0x45, 0x43, 0x49, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x38, 0x12, 0x1e, 0x0a, 0x1a, 0x43, 0x4f, - 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, - 0x54, 0x4f, 0x5f, 0x4c, 0x45, 0x41, 0x56, 0x45, 0x10, 0x39, 0x12, 0x1e, 0x0a, 0x1a, 0x53, 0x59, - 0x4e, 0x43, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x4d, 0x45, - 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x3a, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x59, - 0x4e, 0x43, 0x5f, 0x53, 0x41, 0x56, 0x45, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, - 0x10, 0x3b, 0x12, 0x24, 0x0a, 0x20, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, - 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, - 0x4f, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x10, 0x3c, 0x12, 0x1f, 0x0a, 0x1b, 0x43, 0x41, 0x4e, 0x43, - 0x45, 0x4c, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x56, 0x45, 0x52, 0x49, 0x46, - 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x3d, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x59, 0x4e, - 0x43, 0x5f, 0x4b, 0x45, 0x59, 0x50, 0x41, 0x49, 0x52, 0x10, 0x3e, 0x12, 0x19, 0x0a, 0x11, 0x53, - 0x59, 0x4e, 0x43, 0x5f, 0x53, 0x4f, 0x43, 0x49, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x4e, 0x4b, 0x53, - 0x10, 0x3f, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x1c, 0x0a, 0x18, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x45, - 0x4e, 0x53, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x4e, 0x41, 0x4d, 0x45, 0x5f, 0x44, 0x45, 0x54, 0x41, - 0x49, 0x4c, 0x10, 0x40, 0x12, 0x1c, 0x0a, 0x18, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, - 0x59, 0x5f, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x53, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, - 0x10, 0x43, 0x12, 0x23, 0x0a, 0x1f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, - 0x45, 0x44, 0x49, 0x54, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x45, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x52, - 0x45, 0x53, 0x53, 0x45, 0x53, 0x10, 0x44, 0x12, 0x24, 0x0a, 0x20, 0x53, 0x59, 0x4e, 0x43, 0x5f, - 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x5f, 0x43, 0x55, 0x53, 0x54, 0x4f, 0x4d, 0x49, 0x5a, - 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x10, 0x45, 0x12, 0x1b, 0x0a, - 0x17, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x53, 0x5f, 0x50, - 0x4f, 0x53, 0x49, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x46, 0x12, 0x2a, 0x0a, 0x26, 0x43, 0x4f, - 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x50, 0x52, 0x49, 0x56, 0x49, 0x4c, 0x45, 0x47, - 0x45, 0x44, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x4d, 0x45, 0x53, - 0x53, 0x41, 0x47, 0x45, 0x10, 0x48, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, - 0x49, 0x54, 0x59, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x5f, 0x4b, 0x45, 0x59, 0x10, 0x49, 0x12, - 0x0d, 0x0a, 0x09, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x54, 0x10, 0x4a, 0x12, 0x20, - 0x0a, 0x1c, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, - 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x44, 0x10, 0x4b, - 0x12, 0x1f, 0x0a, 0x1b, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, - 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x55, 0x4e, 0x52, 0x45, 0x41, 0x44, 0x10, - 0x4c, 0x12, 0x33, 0x0a, 0x2f, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, - 0x54, 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, - 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x44, 0x45, 0x43, 0x49, - 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x4d, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x54, - 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x50, 0x52, 0x45, 0x46, 0x45, 0x52, 0x45, 0x4e, 0x43, 0x45, 0x53, - 0x10, 0x4e, 0x12, 0x1f, 0x0a, 0x1b, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, - 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x44, 0x5f, 0x49, 0x4e, 0x46, - 0x4f, 0x10, 0x4f, 0x12, 0x20, 0x0a, 0x1c, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x43, 0x4f, 0x4c, 0x4c, - 0x45, 0x43, 0x54, 0x49, 0x42, 0x4c, 0x45, 0x5f, 0x50, 0x52, 0x45, 0x46, 0x45, 0x52, 0x45, 0x4e, - 0x43, 0x45, 0x53, 0x10, 0x50, 0x12, 0x19, 0x0a, 0x15, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, - 0x54, 0x59, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x4b, 0x49, 0x43, 0x4b, 0x45, 0x44, 0x10, 0x51, - 0x12, 0x25, 0x0a, 0x21, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, - 0x5f, 0x53, 0x48, 0x4f, 0x57, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x50, 0x52, 0x45, 0x46, 0x45, 0x52, - 0x45, 0x4e, 0x43, 0x45, 0x53, 0x10, 0x52, 0x12, 0x24, 0x0a, 0x20, 0x43, 0x4f, 0x4d, 0x4d, 0x55, - 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x5f, 0x53, 0x54, 0x4f, 0x52, - 0x45, 0x4e, 0x4f, 0x44, 0x45, 0x53, 0x5f, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0x53, 0x12, 0x2c, 0x0a, - 0x28, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x45, 0x56, 0x41, - 0x4c, 0x55, 0x41, 0x54, 0x45, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, - 0x53, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x54, 0x12, 0x24, 0x0a, 0x20, 0x44, - 0x45, 0x4c, 0x45, 0x54, 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, - 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x53, 0x10, - 0x55, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x55, - 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x47, 0x52, 0x41, 0x4e, 0x54, 0x10, 0x56, 0x12, 0x25, 0x0a, - 0x21, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x45, 0x4e, 0x43, 0x52, 0x59, - 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x4b, 0x45, 0x59, 0x53, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, - 0x53, 0x54, 0x10, 0x57, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, - 0x59, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x58, - 0x12, 0x26, 0x0a, 0x22, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x53, 0x48, - 0x41, 0x52, 0x45, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x45, 0x53, 0x5f, 0x52, - 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x59, 0x12, 0x27, 0x0a, 0x23, 0x43, 0x4f, 0x4d, 0x4d, - 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x45, 0x44, 0x5f, 0x41, 0x44, 0x44, - 0x52, 0x45, 0x53, 0x53, 0x45, 0x53, 0x5f, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x10, - 0x5a, 0x22, 0x04, 0x08, 0x0e, 0x10, 0x0e, 0x22, 0x04, 0x08, 0x41, 0x10, 0x41, 0x22, 0x04, 0x08, - 0x42, 0x10, 0x42, 0x22, 0x04, 0x08, 0x47, 0x10, 0x47, 0x2a, 0x1d, 0x53, 0x59, 0x4e, 0x43, 0x5f, - 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x50, 0x55, 0x42, - 0x4c, 0x49, 0x43, 0x5f, 0x43, 0x48, 0x41, 0x54, 0x2a, 0x22, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x41, - 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x5f, 0x4e, - 0x4f, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x2a, 0x27, 0x53, 0x59, - 0x4e, 0x43, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x45, 0x4e, 0x54, - 0x45, 0x52, 0x5f, 0x4e, 0x4f, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, - 0x53, 0x54, 0x41, 0x54, 0x45, 0x2a, 0x21, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, - 0x5f, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x53, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, - 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x45, 0x44, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_application_metadata_message_proto_rawDescOnce sync.Once - file_application_metadata_message_proto_rawDescData = file_application_metadata_message_proto_rawDesc -) - -func file_application_metadata_message_proto_rawDescGZIP() []byte { - file_application_metadata_message_proto_rawDescOnce.Do(func() { - file_application_metadata_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_application_metadata_message_proto_rawDescData) - }) - return file_application_metadata_message_proto_rawDescData -} - -var file_application_metadata_message_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_application_metadata_message_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_application_metadata_message_proto_goTypes = []interface{}{ - (ApplicationMetadataMessage_Type)(0), // 0: protobuf.ApplicationMetadataMessage.Type - (*ApplicationMetadataMessage)(nil), // 1: protobuf.ApplicationMetadataMessage -} -var file_application_metadata_message_proto_depIdxs = []int32{ - 0, // 0: protobuf.ApplicationMetadataMessage.type:type_name -> protobuf.ApplicationMetadataMessage.Type - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_application_metadata_message_proto_init() } -func file_application_metadata_message_proto_init() { - if File_application_metadata_message_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_application_metadata_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ApplicationMetadataMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_application_metadata_message_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_application_metadata_message_proto_goTypes, - DependencyIndexes: file_application_metadata_message_proto_depIdxs, - EnumInfos: file_application_metadata_message_proto_enumTypes, - MessageInfos: file_application_metadata_message_proto_msgTypes, - }.Build() - File_application_metadata_message_proto = out.File - file_application_metadata_message_proto_rawDesc = nil - file_application_metadata_message_proto_goTypes = nil - file_application_metadata_message_proto_depIdxs = nil -} diff --git a/protocol/protobuf/chat_identity.pb.go b/protocol/protobuf/chat_identity.pb.go deleted file mode 100644 index f94becc4f..000000000 --- a/protocol/protobuf/chat_identity.pb.go +++ /dev/null @@ -1,528 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: chat_identity.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// SourceType are the predefined types of image source allowed -type IdentityImage_SourceType int32 - -const ( - IdentityImage_UNKNOWN_SOURCE_TYPE IdentityImage_SourceType = 0 - // RAW_PAYLOAD image byte data - IdentityImage_RAW_PAYLOAD IdentityImage_SourceType = 1 - // ENS_AVATAR uses the ENS record's resolver get-text-data.avatar data - // The `payload` field will be ignored if ENS_AVATAR is selected - // The application will read and parse the ENS avatar data as image payload data, URLs will be ignored - // The parent `ChatMessageIdentity` must have a valid `ens_name` set - IdentityImage_ENS_AVATAR IdentityImage_SourceType = 2 -) - -// Enum value maps for IdentityImage_SourceType. -var ( - IdentityImage_SourceType_name = map[int32]string{ - 0: "UNKNOWN_SOURCE_TYPE", - 1: "RAW_PAYLOAD", - 2: "ENS_AVATAR", - } - IdentityImage_SourceType_value = map[string]int32{ - "UNKNOWN_SOURCE_TYPE": 0, - "RAW_PAYLOAD": 1, - "ENS_AVATAR": 2, - } -) - -func (x IdentityImage_SourceType) Enum() *IdentityImage_SourceType { - p := new(IdentityImage_SourceType) - *p = x - return p -} - -func (x IdentityImage_SourceType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (IdentityImage_SourceType) Descriptor() protoreflect.EnumDescriptor { - return file_chat_identity_proto_enumTypes[0].Descriptor() -} - -func (IdentityImage_SourceType) Type() protoreflect.EnumType { - return &file_chat_identity_proto_enumTypes[0] -} - -func (x IdentityImage_SourceType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use IdentityImage_SourceType.Descriptor instead. -func (IdentityImage_SourceType) EnumDescriptor() ([]byte, []int) { - return file_chat_identity_proto_rawDescGZIP(), []int{1, 0} -} - -// ChatIdentity represents the user defined identity associated with their public chat key -type ChatIdentity struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Lamport timestamp of the message - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // ens_name is the valid ENS name associated with the chat key - EnsName string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - // images is a string indexed mapping of images associated with an identity - Images map[string]*IdentityImage `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // display name is the user set identity - DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - // description is the user set description - Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` - Color string `protobuf:"bytes,6,opt,name=color,proto3" json:"color,omitempty"` - Emoji string `protobuf:"bytes,7,opt,name=emoji,proto3" json:"emoji,omitempty"` - // Deprecated: Marked as deprecated in chat_identity.proto. - SocialLinks []*SocialLink `protobuf:"bytes,8,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"` - // first known message timestamp in seconds (valid only for community chats for now) - // 0 - unknown - // 1 - no messages - FirstMessageTimestamp uint32 `protobuf:"varint,9,opt,name=first_message_timestamp,json=firstMessageTimestamp,proto3" json:"first_message_timestamp,omitempty"` - ProfileShowcase *ProfileShowcase `protobuf:"bytes,10,opt,name=profile_showcase,json=profileShowcase,proto3" json:"profile_showcase,omitempty"` - CustomizationColor uint32 `protobuf:"varint,11,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` -} - -func (x *ChatIdentity) Reset() { - *x = ChatIdentity{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_identity_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChatIdentity) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChatIdentity) ProtoMessage() {} - -func (x *ChatIdentity) ProtoReflect() protoreflect.Message { - mi := &file_chat_identity_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChatIdentity.ProtoReflect.Descriptor instead. -func (*ChatIdentity) Descriptor() ([]byte, []int) { - return file_chat_identity_proto_rawDescGZIP(), []int{0} -} - -func (x *ChatIdentity) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *ChatIdentity) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *ChatIdentity) GetImages() map[string]*IdentityImage { - if x != nil { - return x.Images - } - return nil -} - -func (x *ChatIdentity) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *ChatIdentity) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *ChatIdentity) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *ChatIdentity) GetEmoji() string { - if x != nil { - return x.Emoji - } - return "" -} - -// Deprecated: Marked as deprecated in chat_identity.proto. -func (x *ChatIdentity) GetSocialLinks() []*SocialLink { - if x != nil { - return x.SocialLinks - } - return nil -} - -func (x *ChatIdentity) GetFirstMessageTimestamp() uint32 { - if x != nil { - return x.FirstMessageTimestamp - } - return 0 -} - -func (x *ChatIdentity) GetProfileShowcase() *ProfileShowcase { - if x != nil { - return x.ProfileShowcase - } - return nil -} - -func (x *ChatIdentity) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -// ProfileImage represents data associated with a user's profile image -type IdentityImage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // payload is a context based payload for the profile image data, - // context is determined by the `source_type` - Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` - // source_type signals the image payload source - SourceType IdentityImage_SourceType `protobuf:"varint,2,opt,name=source_type,json=sourceType,proto3,enum=protobuf.IdentityImage_SourceType" json:"source_type,omitempty"` - // image_format signals the image format and method of parsing the payload - ImageFormat ImageFormat `protobuf:"varint,3,opt,name=image_format,json=imageFormat,proto3,enum=protobuf.ImageFormat" json:"image_format,omitempty"` - // encryption_keys is a list of encrypted keys that can be used to decrypted an encrypted payload - EncryptionKeys [][]byte `protobuf:"bytes,4,rep,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"` - // encrypted signals the encryption state of the payload, default is false. - Encrypted bool `protobuf:"varint,5,opt,name=encrypted,proto3" json:"encrypted,omitempty"` -} - -func (x *IdentityImage) Reset() { - *x = IdentityImage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_identity_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *IdentityImage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*IdentityImage) ProtoMessage() {} - -func (x *IdentityImage) ProtoReflect() protoreflect.Message { - mi := &file_chat_identity_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use IdentityImage.ProtoReflect.Descriptor instead. -func (*IdentityImage) Descriptor() ([]byte, []int) { - return file_chat_identity_proto_rawDescGZIP(), []int{1} -} - -func (x *IdentityImage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *IdentityImage) GetSourceType() IdentityImage_SourceType { - if x != nil { - return x.SourceType - } - return IdentityImage_UNKNOWN_SOURCE_TYPE -} - -func (x *IdentityImage) GetImageFormat() ImageFormat { - if x != nil { - return x.ImageFormat - } - return ImageFormat_UNKNOWN_IMAGE_FORMAT -} - -func (x *IdentityImage) GetEncryptionKeys() [][]byte { - if x != nil { - return x.EncryptionKeys - } - return nil -} - -func (x *IdentityImage) GetEncrypted() bool { - if x != nil { - return x.Encrypted - } - return false -} - -// SocialLinks represents social link assosiated with given chat identity (personal/community) -type SocialLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` - Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` -} - -func (x *SocialLink) Reset() { - *x = SocialLink{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_identity_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SocialLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SocialLink) ProtoMessage() {} - -func (x *SocialLink) ProtoReflect() protoreflect.Message { - mi := &file_chat_identity_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SocialLink.ProtoReflect.Descriptor instead. -func (*SocialLink) Descriptor() ([]byte, []int) { - return file_chat_identity_proto_rawDescGZIP(), []int{2} -} - -func (x *SocialLink) GetText() string { - if x != nil { - return x.Text - } - return "" -} - -func (x *SocialLink) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -var File_chat_identity_proto protoreflect.FileDescriptor - -var file_chat_identity_proto_rawDesc = []byte{ - 0x0a, 0x13, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, - 0x0b, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x70, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xac, 0x04, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x19, 0x0a, 0x08, 0x65, - 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, - 0x6e, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x49, - 0x6d, 0x61, 0x67, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x14, 0x0a, - 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, - 0x6f, 0x6a, 0x69, 0x12, 0x3b, 0x0a, 0x0c, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x6c, 0x69, - 0x6e, 0x6b, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x42, - 0x02, 0x18, 0x01, 0x52, 0x0b, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x73, - 0x12, 0x36, 0x0a, 0x17, 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x15, 0x66, 0x69, 0x72, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x44, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x52, 0x0f, 0x70, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x12, 0x2f, - 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x63, 0x75, 0x73, - 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x1a, - 0x52, 0x0a, 0x0b, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, - 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, - 0x12, 0x2d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, - 0x02, 0x38, 0x01, 0x22, 0xb7, 0x02, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, - 0x43, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x53, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x38, 0x0a, 0x0c, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x66, 0x6f, - 0x72, 0x6d, 0x61, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, - 0x74, 0x52, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x27, - 0x0a, 0x0f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, - 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, - 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x63, 0x72, 0x79, - 0x70, 0x74, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x65, 0x6e, 0x63, 0x72, - 0x79, 0x70, 0x74, 0x65, 0x64, 0x22, 0x46, 0x0a, 0x0a, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x53, - 0x4f, 0x55, 0x52, 0x43, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, - 0x52, 0x41, 0x57, 0x5f, 0x50, 0x41, 0x59, 0x4c, 0x4f, 0x41, 0x44, 0x10, 0x01, 0x12, 0x0e, 0x0a, - 0x0a, 0x45, 0x4e, 0x53, 0x5f, 0x41, 0x56, 0x41, 0x54, 0x41, 0x52, 0x10, 0x02, 0x22, 0x32, 0x0a, - 0x0a, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x74, - 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, - 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, - 0x6c, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_chat_identity_proto_rawDescOnce sync.Once - file_chat_identity_proto_rawDescData = file_chat_identity_proto_rawDesc -) - -func file_chat_identity_proto_rawDescGZIP() []byte { - file_chat_identity_proto_rawDescOnce.Do(func() { - file_chat_identity_proto_rawDescData = protoimpl.X.CompressGZIP(file_chat_identity_proto_rawDescData) - }) - return file_chat_identity_proto_rawDescData -} - -var file_chat_identity_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_chat_identity_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_chat_identity_proto_goTypes = []interface{}{ - (IdentityImage_SourceType)(0), // 0: protobuf.IdentityImage.SourceType - (*ChatIdentity)(nil), // 1: protobuf.ChatIdentity - (*IdentityImage)(nil), // 2: protobuf.IdentityImage - (*SocialLink)(nil), // 3: protobuf.SocialLink - nil, // 4: protobuf.ChatIdentity.ImagesEntry - (*ProfileShowcase)(nil), // 5: protobuf.ProfileShowcase - (ImageFormat)(0), // 6: protobuf.ImageFormat -} -var file_chat_identity_proto_depIdxs = []int32{ - 4, // 0: protobuf.ChatIdentity.images:type_name -> protobuf.ChatIdentity.ImagesEntry - 3, // 1: protobuf.ChatIdentity.social_links:type_name -> protobuf.SocialLink - 5, // 2: protobuf.ChatIdentity.profile_showcase:type_name -> protobuf.ProfileShowcase - 0, // 3: protobuf.IdentityImage.source_type:type_name -> protobuf.IdentityImage.SourceType - 6, // 4: protobuf.IdentityImage.image_format:type_name -> protobuf.ImageFormat - 2, // 5: protobuf.ChatIdentity.ImagesEntry.value:type_name -> protobuf.IdentityImage - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_chat_identity_proto_init() } -func file_chat_identity_proto_init() { - if File_chat_identity_proto != nil { - return - } - file_enums_proto_init() - file_profile_showcase_proto_init() - if !protoimpl.UnsafeEnabled { - file_chat_identity_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChatIdentity); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_identity_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IdentityImage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_identity_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SocialLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_chat_identity_proto_rawDesc, - NumEnums: 1, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_chat_identity_proto_goTypes, - DependencyIndexes: file_chat_identity_proto_depIdxs, - EnumInfos: file_chat_identity_proto_enumTypes, - MessageInfos: file_chat_identity_proto_msgTypes, - }.Build() - File_chat_identity_proto = out.File - file_chat_identity_proto_rawDesc = nil - file_chat_identity_proto_goTypes = nil - file_chat_identity_proto_depIdxs = nil -} diff --git a/protocol/protobuf/chat_message.pb.go b/protocol/protobuf/chat_message.pb.go deleted file mode 100644 index f981624ed..000000000 --- a/protocol/protobuf/chat_message.pb.go +++ /dev/null @@ -1,2695 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: chat_message.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type AudioMessage_AudioType int32 - -const ( - AudioMessage_UNKNOWN_AUDIO_TYPE AudioMessage_AudioType = 0 - AudioMessage_AAC AudioMessage_AudioType = 1 - AudioMessage_AMR AudioMessage_AudioType = 2 -) - -// Enum value maps for AudioMessage_AudioType. -var ( - AudioMessage_AudioType_name = map[int32]string{ - 0: "UNKNOWN_AUDIO_TYPE", - 1: "AAC", - 2: "AMR", - } - AudioMessage_AudioType_value = map[string]int32{ - "UNKNOWN_AUDIO_TYPE": 0, - "AAC": 1, - "AMR": 2, - } -) - -func (x AudioMessage_AudioType) Enum() *AudioMessage_AudioType { - p := new(AudioMessage_AudioType) - *p = x - return p -} - -func (x AudioMessage_AudioType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (AudioMessage_AudioType) Descriptor() protoreflect.EnumDescriptor { - return file_chat_message_proto_enumTypes[0].Descriptor() -} - -func (AudioMessage_AudioType) Type() protoreflect.EnumType { - return &file_chat_message_proto_enumTypes[0] -} - -func (x AudioMessage_AudioType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use AudioMessage_AudioType.Descriptor instead. -func (AudioMessage_AudioType) EnumDescriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{2, 0} -} - -type UnfurledLink_LinkType int32 - -const ( - UnfurledLink_LINK UnfurledLink_LinkType = 0 - UnfurledLink_IMAGE UnfurledLink_LinkType = 1 -) - -// Enum value maps for UnfurledLink_LinkType. -var ( - UnfurledLink_LinkType_name = map[int32]string{ - 0: "LINK", - 1: "IMAGE", - } - UnfurledLink_LinkType_value = map[string]int32{ - "LINK": 0, - "IMAGE": 1, - } -) - -func (x UnfurledLink_LinkType) Enum() *UnfurledLink_LinkType { - p := new(UnfurledLink_LinkType) - *p = x - return p -} - -func (x UnfurledLink_LinkType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (UnfurledLink_LinkType) Descriptor() protoreflect.EnumDescriptor { - return file_chat_message_proto_enumTypes[1].Descriptor() -} - -func (UnfurledLink_LinkType) Type() protoreflect.EnumType { - return &file_chat_message_proto_enumTypes[1] -} - -func (x UnfurledLink_LinkType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use UnfurledLink_LinkType.Descriptor instead. -func (UnfurledLink_LinkType) EnumDescriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{12, 0} -} - -type ChatMessage_ContentType int32 - -const ( - ChatMessage_UNKNOWN_CONTENT_TYPE ChatMessage_ContentType = 0 - ChatMessage_TEXT_PLAIN ChatMessage_ContentType = 1 - ChatMessage_STICKER ChatMessage_ContentType = 2 - ChatMessage_STATUS ChatMessage_ContentType = 3 - ChatMessage_EMOJI ChatMessage_ContentType = 4 - ChatMessage_TRANSACTION_COMMAND ChatMessage_ContentType = 5 - // Only local - ChatMessage_SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP ChatMessage_ContentType = 6 - ChatMessage_IMAGE ChatMessage_ContentType = 7 - ChatMessage_AUDIO ChatMessage_ContentType = 8 - ChatMessage_COMMUNITY ChatMessage_ContentType = 9 - // Only local - ChatMessage_SYSTEM_MESSAGE_GAP ChatMessage_ContentType = 10 - ChatMessage_CONTACT_REQUEST ChatMessage_ContentType = 11 - ChatMessage_DISCORD_MESSAGE ChatMessage_ContentType = 12 - ChatMessage_IDENTITY_VERIFICATION ChatMessage_ContentType = 13 - // Only local - ChatMessage_SYSTEM_MESSAGE_PINNED_MESSAGE ChatMessage_ContentType = 14 - // Only local - ChatMessage_SYSTEM_MESSAGE_MUTUAL_EVENT_SENT ChatMessage_ContentType = 15 - // Only local - ChatMessage_SYSTEM_MESSAGE_MUTUAL_EVENT_ACCEPTED ChatMessage_ContentType = 16 - // Only local - ChatMessage_SYSTEM_MESSAGE_MUTUAL_EVENT_REMOVED ChatMessage_ContentType = 17 - ChatMessage_BRIDGE_MESSAGE ChatMessage_ContentType = 18 -) - -// Enum value maps for ChatMessage_ContentType. -var ( - ChatMessage_ContentType_name = map[int32]string{ - 0: "UNKNOWN_CONTENT_TYPE", - 1: "TEXT_PLAIN", - 2: "STICKER", - 3: "STATUS", - 4: "EMOJI", - 5: "TRANSACTION_COMMAND", - 6: "SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP", - 7: "IMAGE", - 8: "AUDIO", - 9: "COMMUNITY", - 10: "SYSTEM_MESSAGE_GAP", - 11: "CONTACT_REQUEST", - 12: "DISCORD_MESSAGE", - 13: "IDENTITY_VERIFICATION", - 14: "SYSTEM_MESSAGE_PINNED_MESSAGE", - 15: "SYSTEM_MESSAGE_MUTUAL_EVENT_SENT", - 16: "SYSTEM_MESSAGE_MUTUAL_EVENT_ACCEPTED", - 17: "SYSTEM_MESSAGE_MUTUAL_EVENT_REMOVED", - 18: "BRIDGE_MESSAGE", - } - ChatMessage_ContentType_value = map[string]int32{ - "UNKNOWN_CONTENT_TYPE": 0, - "TEXT_PLAIN": 1, - "STICKER": 2, - "STATUS": 3, - "EMOJI": 4, - "TRANSACTION_COMMAND": 5, - "SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP": 6, - "IMAGE": 7, - "AUDIO": 8, - "COMMUNITY": 9, - "SYSTEM_MESSAGE_GAP": 10, - "CONTACT_REQUEST": 11, - "DISCORD_MESSAGE": 12, - "IDENTITY_VERIFICATION": 13, - "SYSTEM_MESSAGE_PINNED_MESSAGE": 14, - "SYSTEM_MESSAGE_MUTUAL_EVENT_SENT": 15, - "SYSTEM_MESSAGE_MUTUAL_EVENT_ACCEPTED": 16, - "SYSTEM_MESSAGE_MUTUAL_EVENT_REMOVED": 17, - "BRIDGE_MESSAGE": 18, - } -) - -func (x ChatMessage_ContentType) Enum() *ChatMessage_ContentType { - p := new(ChatMessage_ContentType) - *p = x - return p -} - -func (x ChatMessage_ContentType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (ChatMessage_ContentType) Descriptor() protoreflect.EnumDescriptor { - return file_chat_message_proto_enumTypes[2].Descriptor() -} - -func (ChatMessage_ContentType) Type() protoreflect.EnumType { - return &file_chat_message_proto_enumTypes[2] -} - -func (x ChatMessage_ContentType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use ChatMessage_ContentType.Descriptor instead. -func (ChatMessage_ContentType) EnumDescriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{18, 0} -} - -type StickerMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - Pack int32 `protobuf:"varint,2,opt,name=pack,proto3" json:"pack,omitempty"` -} - -func (x *StickerMessage) Reset() { - *x = StickerMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StickerMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StickerMessage) ProtoMessage() {} - -func (x *StickerMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StickerMessage.ProtoReflect.Descriptor instead. -func (*StickerMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{0} -} - -func (x *StickerMessage) GetHash() string { - if x != nil { - return x.Hash - } - return "" -} - -func (x *StickerMessage) GetPack() int32 { - if x != nil { - return x.Pack - } - return 0 -} - -type ImageMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` - Format ImageFormat `protobuf:"varint,2,opt,name=format,proto3,enum=protobuf.ImageFormat" json:"format,omitempty"` - AlbumId string `protobuf:"bytes,3,opt,name=album_id,json=albumId,proto3" json:"album_id,omitempty"` - Width uint32 `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"` - Height uint32 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` - AlbumImagesCount uint32 `protobuf:"varint,6,opt,name=album_images_count,json=albumImagesCount,proto3" json:"album_images_count,omitempty"` -} - -func (x *ImageMessage) Reset() { - *x = ImageMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImageMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImageMessage) ProtoMessage() {} - -func (x *ImageMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImageMessage.ProtoReflect.Descriptor instead. -func (*ImageMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{1} -} - -func (x *ImageMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *ImageMessage) GetFormat() ImageFormat { - if x != nil { - return x.Format - } - return ImageFormat_UNKNOWN_IMAGE_FORMAT -} - -func (x *ImageMessage) GetAlbumId() string { - if x != nil { - return x.AlbumId - } - return "" -} - -func (x *ImageMessage) GetWidth() uint32 { - if x != nil { - return x.Width - } - return 0 -} - -func (x *ImageMessage) GetHeight() uint32 { - if x != nil { - return x.Height - } - return 0 -} - -func (x *ImageMessage) GetAlbumImagesCount() uint32 { - if x != nil { - return x.AlbumImagesCount - } - return 0 -} - -type AudioMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` - Type AudioMessage_AudioType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.AudioMessage_AudioType" json:"type,omitempty"` - DurationMs uint64 `protobuf:"varint,3,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"` -} - -func (x *AudioMessage) Reset() { - *x = AudioMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AudioMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AudioMessage) ProtoMessage() {} - -func (x *AudioMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AudioMessage.ProtoReflect.Descriptor instead. -func (*AudioMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{2} -} - -func (x *AudioMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *AudioMessage) GetType() AudioMessage_AudioType { - if x != nil { - return x.Type - } - return AudioMessage_UNKNOWN_AUDIO_TYPE -} - -func (x *AudioMessage) GetDurationMs() uint64 { - if x != nil { - return x.DurationMs - } - return 0 -} - -type EditMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // Text of the message - Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - MessageId string `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` - // Grant for community edit messages - // - // Deprecated: Marked as deprecated in chat_message.proto. - Grant []byte `protobuf:"bytes,5,opt,name=grant,proto3" json:"grant,omitempty"` - // The type of message (public/one-to-one/private-group-chat) - MessageType MessageType `protobuf:"varint,6,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"` - ContentType ChatMessage_ContentType `protobuf:"varint,7,opt,name=content_type,json=contentType,proto3,enum=protobuf.ChatMessage_ContentType" json:"content_type,omitempty"` - UnfurledLinks []*UnfurledLink `protobuf:"bytes,8,rep,name=unfurled_links,json=unfurledLinks,proto3" json:"unfurled_links,omitempty"` - UnfurledStatusLinks *UnfurledStatusLinks `protobuf:"bytes,9,opt,name=unfurled_status_links,json=unfurledStatusLinks,proto3" json:"unfurled_status_links,omitempty"` -} - -func (x *EditMessage) Reset() { - *x = EditMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EditMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EditMessage) ProtoMessage() {} - -func (x *EditMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EditMessage.ProtoReflect.Descriptor instead. -func (*EditMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{3} -} - -func (x *EditMessage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *EditMessage) GetText() string { - if x != nil { - return x.Text - } - return "" -} - -func (x *EditMessage) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *EditMessage) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -// Deprecated: Marked as deprecated in chat_message.proto. -func (x *EditMessage) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -func (x *EditMessage) GetMessageType() MessageType { - if x != nil { - return x.MessageType - } - return MessageType_UNKNOWN_MESSAGE_TYPE -} - -func (x *EditMessage) GetContentType() ChatMessage_ContentType { - if x != nil { - return x.ContentType - } - return ChatMessage_UNKNOWN_CONTENT_TYPE -} - -func (x *EditMessage) GetUnfurledLinks() []*UnfurledLink { - if x != nil { - return x.UnfurledLinks - } - return nil -} - -func (x *EditMessage) GetUnfurledStatusLinks() *UnfurledStatusLinks { - if x != nil { - return x.UnfurledStatusLinks - } - return nil -} - -type DeleteMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - ChatId string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` - // Grant for community delete messages - // - // Deprecated: Marked as deprecated in chat_message.proto. - Grant []byte `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"` - // The type of message (public/one-to-one/private-group-chat) - MessageType MessageType `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"` - DeletedBy string `protobuf:"bytes,6,opt,name=deleted_by,json=deletedBy,proto3" json:"deleted_by,omitempty"` -} - -func (x *DeleteMessage) Reset() { - *x = DeleteMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteMessage) ProtoMessage() {} - -func (x *DeleteMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteMessage.ProtoReflect.Descriptor instead. -func (*DeleteMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{4} -} - -func (x *DeleteMessage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *DeleteMessage) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *DeleteMessage) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -// Deprecated: Marked as deprecated in chat_message.proto. -func (x *DeleteMessage) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -func (x *DeleteMessage) GetMessageType() MessageType { - if x != nil { - return x.MessageType - } - return MessageType_UNKNOWN_MESSAGE_TYPE -} - -func (x *DeleteMessage) GetDeletedBy() string { - if x != nil { - return x.DeletedBy - } - return "" -} - -type SyncDeleteForMeMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - MessageId string `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` -} - -func (x *SyncDeleteForMeMessage) Reset() { - *x = SyncDeleteForMeMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncDeleteForMeMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncDeleteForMeMessage) ProtoMessage() {} - -func (x *SyncDeleteForMeMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncDeleteForMeMessage.ProtoReflect.Descriptor instead. -func (*SyncDeleteForMeMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{5} -} - -func (x *SyncDeleteForMeMessage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncDeleteForMeMessage) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -type DiscordMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` - Timestamp string `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - TimestampEdited string `protobuf:"bytes,4,opt,name=timestampEdited,proto3" json:"timestampEdited,omitempty"` - Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` - Author *DiscordMessageAuthor `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"` - Reference *DiscordMessageReference `protobuf:"bytes,7,opt,name=reference,proto3" json:"reference,omitempty"` - Attachments []*DiscordMessageAttachment `protobuf:"bytes,8,rep,name=attachments,proto3" json:"attachments,omitempty"` -} - -func (x *DiscordMessage) Reset() { - *x = DiscordMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DiscordMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DiscordMessage) ProtoMessage() {} - -func (x *DiscordMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DiscordMessage.ProtoReflect.Descriptor instead. -func (*DiscordMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{6} -} - -func (x *DiscordMessage) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *DiscordMessage) GetType() string { - if x != nil { - return x.Type - } - return "" -} - -func (x *DiscordMessage) GetTimestamp() string { - if x != nil { - return x.Timestamp - } - return "" -} - -func (x *DiscordMessage) GetTimestampEdited() string { - if x != nil { - return x.TimestampEdited - } - return "" -} - -func (x *DiscordMessage) GetContent() string { - if x != nil { - return x.Content - } - return "" -} - -func (x *DiscordMessage) GetAuthor() *DiscordMessageAuthor { - if x != nil { - return x.Author - } - return nil -} - -func (x *DiscordMessage) GetReference() *DiscordMessageReference { - if x != nil { - return x.Reference - } - return nil -} - -func (x *DiscordMessage) GetAttachments() []*DiscordMessageAttachment { - if x != nil { - return x.Attachments - } - return nil -} - -type DiscordMessageAuthor struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Discriminator string `protobuf:"bytes,3,opt,name=discriminator,proto3" json:"discriminator,omitempty"` - Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"` - AvatarUrl string `protobuf:"bytes,5,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"` - AvatarImagePayload []byte `protobuf:"bytes,6,opt,name=avatarImagePayload,proto3" json:"avatarImagePayload,omitempty"` - LocalUrl string `protobuf:"bytes,7,opt,name=localUrl,proto3" json:"localUrl,omitempty"` -} - -func (x *DiscordMessageAuthor) Reset() { - *x = DiscordMessageAuthor{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DiscordMessageAuthor) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DiscordMessageAuthor) ProtoMessage() {} - -func (x *DiscordMessageAuthor) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DiscordMessageAuthor.ProtoReflect.Descriptor instead. -func (*DiscordMessageAuthor) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{7} -} - -func (x *DiscordMessageAuthor) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *DiscordMessageAuthor) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *DiscordMessageAuthor) GetDiscriminator() string { - if x != nil { - return x.Discriminator - } - return "" -} - -func (x *DiscordMessageAuthor) GetNickname() string { - if x != nil { - return x.Nickname - } - return "" -} - -func (x *DiscordMessageAuthor) GetAvatarUrl() string { - if x != nil { - return x.AvatarUrl - } - return "" -} - -func (x *DiscordMessageAuthor) GetAvatarImagePayload() []byte { - if x != nil { - return x.AvatarImagePayload - } - return nil -} - -func (x *DiscordMessageAuthor) GetLocalUrl() string { - if x != nil { - return x.LocalUrl - } - return "" -} - -type DiscordMessageReference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MessageId string `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"` - ChannelId string `protobuf:"bytes,2,opt,name=channelId,proto3" json:"channelId,omitempty"` - GuildId string `protobuf:"bytes,3,opt,name=guildId,proto3" json:"guildId,omitempty"` -} - -func (x *DiscordMessageReference) Reset() { - *x = DiscordMessageReference{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DiscordMessageReference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DiscordMessageReference) ProtoMessage() {} - -func (x *DiscordMessageReference) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DiscordMessageReference.ProtoReflect.Descriptor instead. -func (*DiscordMessageReference) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{8} -} - -func (x *DiscordMessageReference) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -func (x *DiscordMessageReference) GetChannelId() string { - if x != nil { - return x.ChannelId - } - return "" -} - -func (x *DiscordMessageReference) GetGuildId() string { - if x != nil { - return x.GuildId - } - return "" -} - -type DiscordMessageAttachment struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - MessageId string `protobuf:"bytes,2,opt,name=messageId,proto3" json:"messageId,omitempty"` - Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` - FileName string `protobuf:"bytes,4,opt,name=fileName,proto3" json:"fileName,omitempty"` - FileSizeBytes uint64 `protobuf:"varint,5,opt,name=fileSizeBytes,proto3" json:"fileSizeBytes,omitempty"` - ContentType string `protobuf:"bytes,6,opt,name=contentType,proto3" json:"contentType,omitempty"` - Payload []byte `protobuf:"bytes,7,opt,name=payload,proto3" json:"payload,omitempty"` - LocalUrl string `protobuf:"bytes,8,opt,name=localUrl,proto3" json:"localUrl,omitempty"` -} - -func (x *DiscordMessageAttachment) Reset() { - *x = DiscordMessageAttachment{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DiscordMessageAttachment) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DiscordMessageAttachment) ProtoMessage() {} - -func (x *DiscordMessageAttachment) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DiscordMessageAttachment.ProtoReflect.Descriptor instead. -func (*DiscordMessageAttachment) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{9} -} - -func (x *DiscordMessageAttachment) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *DiscordMessageAttachment) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -func (x *DiscordMessageAttachment) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -func (x *DiscordMessageAttachment) GetFileName() string { - if x != nil { - return x.FileName - } - return "" -} - -func (x *DiscordMessageAttachment) GetFileSizeBytes() uint64 { - if x != nil { - return x.FileSizeBytes - } - return 0 -} - -func (x *DiscordMessageAttachment) GetContentType() string { - if x != nil { - return x.ContentType - } - return "" -} - -func (x *DiscordMessageAttachment) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *DiscordMessageAttachment) GetLocalUrl() string { - if x != nil { - return x.LocalUrl - } - return "" -} - -type BridgeMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BridgeName string `protobuf:"bytes,1,opt,name=bridgeName,proto3" json:"bridgeName,omitempty"` - UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName,omitempty"` - UserAvatar string `protobuf:"bytes,3,opt,name=userAvatar,proto3" json:"userAvatar,omitempty"` - UserID string `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID,omitempty"` - Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` - MessageID string `protobuf:"bytes,6,opt,name=messageID,proto3" json:"messageID,omitempty"` - ParentMessageID string `protobuf:"bytes,7,opt,name=parentMessageID,proto3" json:"parentMessageID,omitempty"` -} - -func (x *BridgeMessage) Reset() { - *x = BridgeMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BridgeMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BridgeMessage) ProtoMessage() {} - -func (x *BridgeMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BridgeMessage.ProtoReflect.Descriptor instead. -func (*BridgeMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{10} -} - -func (x *BridgeMessage) GetBridgeName() string { - if x != nil { - return x.BridgeName - } - return "" -} - -func (x *BridgeMessage) GetUserName() string { - if x != nil { - return x.UserName - } - return "" -} - -func (x *BridgeMessage) GetUserAvatar() string { - if x != nil { - return x.UserAvatar - } - return "" -} - -func (x *BridgeMessage) GetUserID() string { - if x != nil { - return x.UserID - } - return "" -} - -func (x *BridgeMessage) GetContent() string { - if x != nil { - return x.Content - } - return "" -} - -func (x *BridgeMessage) GetMessageID() string { - if x != nil { - return x.MessageID - } - return "" -} - -func (x *BridgeMessage) GetParentMessageID() string { - if x != nil { - return x.ParentMessageID - } - return "" -} - -type UnfurledLinkThumbnail struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` - Width uint32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"` - Height uint32 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` -} - -func (x *UnfurledLinkThumbnail) Reset() { - *x = UnfurledLinkThumbnail{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledLinkThumbnail) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledLinkThumbnail) ProtoMessage() {} - -func (x *UnfurledLinkThumbnail) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledLinkThumbnail.ProtoReflect.Descriptor instead. -func (*UnfurledLinkThumbnail) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{11} -} - -func (x *UnfurledLinkThumbnail) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *UnfurledLinkThumbnail) GetWidth() uint32 { - if x != nil { - return x.Width - } - return 0 -} - -func (x *UnfurledLinkThumbnail) GetHeight() uint32 { - if x != nil { - return x.Height - } - return 0 -} - -type UnfurledLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // A valid URL which uniquely identifies this link. - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - // Website's title. - Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` - // Description is sometimes available, but can be empty. Most mainstream - // websites provide this information. - Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` - ThumbnailPayload []byte `protobuf:"bytes,4,opt,name=thumbnail_payload,json=thumbnailPayload,proto3" json:"thumbnail_payload,omitempty"` - ThumbnailWidth uint32 `protobuf:"varint,5,opt,name=thumbnail_width,json=thumbnailWidth,proto3" json:"thumbnail_width,omitempty"` - ThumbnailHeight uint32 `protobuf:"varint,6,opt,name=thumbnail_height,json=thumbnailHeight,proto3" json:"thumbnail_height,omitempty"` - Type UnfurledLink_LinkType `protobuf:"varint,7,opt,name=type,proto3,enum=protobuf.UnfurledLink_LinkType" json:"type,omitempty"` - FaviconPayload []byte `protobuf:"bytes,8,opt,name=favicon_payload,json=faviconPayload,proto3" json:"favicon_payload,omitempty"` -} - -func (x *UnfurledLink) Reset() { - *x = UnfurledLink{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledLink) ProtoMessage() {} - -func (x *UnfurledLink) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledLink.ProtoReflect.Descriptor instead. -func (*UnfurledLink) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{12} -} - -func (x *UnfurledLink) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -func (x *UnfurledLink) GetTitle() string { - if x != nil { - return x.Title - } - return "" -} - -func (x *UnfurledLink) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *UnfurledLink) GetThumbnailPayload() []byte { - if x != nil { - return x.ThumbnailPayload - } - return nil -} - -func (x *UnfurledLink) GetThumbnailWidth() uint32 { - if x != nil { - return x.ThumbnailWidth - } - return 0 -} - -func (x *UnfurledLink) GetThumbnailHeight() uint32 { - if x != nil { - return x.ThumbnailHeight - } - return 0 -} - -func (x *UnfurledLink) GetType() UnfurledLink_LinkType { - if x != nil { - return x.Type - } - return UnfurledLink_LINK -} - -func (x *UnfurledLink) GetFaviconPayload() []byte { - if x != nil { - return x.FaviconPayload - } - return nil -} - -type UnfurledStatusContactLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` - Icon *UnfurledLinkThumbnail `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"` -} - -func (x *UnfurledStatusContactLink) Reset() { - *x = UnfurledStatusContactLink{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledStatusContactLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledStatusContactLink) ProtoMessage() {} - -func (x *UnfurledStatusContactLink) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledStatusContactLink.ProtoReflect.Descriptor instead. -func (*UnfurledStatusContactLink) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{13} -} - -func (x *UnfurledStatusContactLink) GetPublicKey() []byte { - if x != nil { - return x.PublicKey - } - return nil -} - -func (x *UnfurledStatusContactLink) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *UnfurledStatusContactLink) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *UnfurledStatusContactLink) GetIcon() *UnfurledLinkThumbnail { - if x != nil { - return x.Icon - } - return nil -} - -type UnfurledStatusCommunityLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` - MembersCount uint32 `protobuf:"varint,4,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"` - Color string `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"` - Icon *UnfurledLinkThumbnail `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"` - Banner *UnfurledLinkThumbnail `protobuf:"bytes,8,opt,name=banner,proto3" json:"banner,omitempty"` -} - -func (x *UnfurledStatusCommunityLink) Reset() { - *x = UnfurledStatusCommunityLink{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledStatusCommunityLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledStatusCommunityLink) ProtoMessage() {} - -func (x *UnfurledStatusCommunityLink) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledStatusCommunityLink.ProtoReflect.Descriptor instead. -func (*UnfurledStatusCommunityLink) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{14} -} - -func (x *UnfurledStatusCommunityLink) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *UnfurledStatusCommunityLink) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *UnfurledStatusCommunityLink) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *UnfurledStatusCommunityLink) GetMembersCount() uint32 { - if x != nil { - return x.MembersCount - } - return 0 -} - -func (x *UnfurledStatusCommunityLink) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *UnfurledStatusCommunityLink) GetIcon() *UnfurledLinkThumbnail { - if x != nil { - return x.Icon - } - return nil -} - -func (x *UnfurledStatusCommunityLink) GetBanner() *UnfurledLinkThumbnail { - if x != nil { - return x.Banner - } - return nil -} - -type UnfurledStatusChannelLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChannelUuid string `protobuf:"bytes,1,opt,name=channel_uuid,json=channelUuid,proto3" json:"channel_uuid,omitempty"` - Emoji string `protobuf:"bytes,2,opt,name=emoji,proto3" json:"emoji,omitempty"` - DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` - Color string `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"` - Community *UnfurledStatusCommunityLink `protobuf:"bytes,6,opt,name=community,proto3" json:"community,omitempty"` -} - -func (x *UnfurledStatusChannelLink) Reset() { - *x = UnfurledStatusChannelLink{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledStatusChannelLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledStatusChannelLink) ProtoMessage() {} - -func (x *UnfurledStatusChannelLink) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledStatusChannelLink.ProtoReflect.Descriptor instead. -func (*UnfurledStatusChannelLink) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{15} -} - -func (x *UnfurledStatusChannelLink) GetChannelUuid() string { - if x != nil { - return x.ChannelUuid - } - return "" -} - -func (x *UnfurledStatusChannelLink) GetEmoji() string { - if x != nil { - return x.Emoji - } - return "" -} - -func (x *UnfurledStatusChannelLink) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *UnfurledStatusChannelLink) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *UnfurledStatusChannelLink) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *UnfurledStatusChannelLink) GetCommunity() *UnfurledStatusCommunityLink { - if x != nil { - return x.Community - } - return nil -} - -type UnfurledStatusLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - // Types that are assignable to Payload: - // - // *UnfurledStatusLink_Contact - // *UnfurledStatusLink_Community - // *UnfurledStatusLink_Channel - Payload isUnfurledStatusLink_Payload `protobuf_oneof:"payload"` -} - -func (x *UnfurledStatusLink) Reset() { - *x = UnfurledStatusLink{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledStatusLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledStatusLink) ProtoMessage() {} - -func (x *UnfurledStatusLink) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledStatusLink.ProtoReflect.Descriptor instead. -func (*UnfurledStatusLink) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{16} -} - -func (x *UnfurledStatusLink) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -func (m *UnfurledStatusLink) GetPayload() isUnfurledStatusLink_Payload { - if m != nil { - return m.Payload - } - return nil -} - -func (x *UnfurledStatusLink) GetContact() *UnfurledStatusContactLink { - if x, ok := x.GetPayload().(*UnfurledStatusLink_Contact); ok { - return x.Contact - } - return nil -} - -func (x *UnfurledStatusLink) GetCommunity() *UnfurledStatusCommunityLink { - if x, ok := x.GetPayload().(*UnfurledStatusLink_Community); ok { - return x.Community - } - return nil -} - -func (x *UnfurledStatusLink) GetChannel() *UnfurledStatusChannelLink { - if x, ok := x.GetPayload().(*UnfurledStatusLink_Channel); ok { - return x.Channel - } - return nil -} - -type isUnfurledStatusLink_Payload interface { - isUnfurledStatusLink_Payload() -} - -type UnfurledStatusLink_Contact struct { - Contact *UnfurledStatusContactLink `protobuf:"bytes,2,opt,name=contact,proto3,oneof"` -} - -type UnfurledStatusLink_Community struct { - Community *UnfurledStatusCommunityLink `protobuf:"bytes,3,opt,name=community,proto3,oneof"` -} - -type UnfurledStatusLink_Channel struct { - Channel *UnfurledStatusChannelLink `protobuf:"bytes,4,opt,name=channel,proto3,oneof"` -} - -func (*UnfurledStatusLink_Contact) isUnfurledStatusLink_Payload() {} - -func (*UnfurledStatusLink_Community) isUnfurledStatusLink_Payload() {} - -func (*UnfurledStatusLink_Channel) isUnfurledStatusLink_Payload() {} - -// Create a wrapper around repeated property for proper unmarshalling -type UnfurledStatusLinks struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UnfurledStatusLinks []*UnfurledStatusLink `protobuf:"bytes,1,rep,name=unfurled_status_links,json=unfurledStatusLinks,proto3" json:"unfurled_status_links,omitempty"` -} - -func (x *UnfurledStatusLinks) Reset() { - *x = UnfurledStatusLinks{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UnfurledStatusLinks) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UnfurledStatusLinks) ProtoMessage() {} - -func (x *UnfurledStatusLinks) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UnfurledStatusLinks.ProtoReflect.Descriptor instead. -func (*UnfurledStatusLinks) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{17} -} - -func (x *UnfurledStatusLinks) GetUnfurledStatusLinks() []*UnfurledStatusLink { - if x != nil { - return x.UnfurledStatusLinks - } - return nil -} - -type ChatMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Lamport timestamp of the chat message - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // Unix timestamps in milliseconds, currently not used as we use whisper as - // more reliable, but here so that we don't rely on it - Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - // Text of the message - Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` - // Id of the message that we are replying to - ResponseTo string `protobuf:"bytes,4,opt,name=response_to,json=responseTo,proto3" json:"response_to,omitempty"` - // Ens name of the sender - EnsName string `protobuf:"bytes,5,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - // Chat id, this field is symmetric for public-chats and private group chats, - // but asymmetric in case of one-to-ones, as the sender will use the chat-id - // of the received, while the receiver will use the chat-id of the sender. - // Probably should be the concatenation of sender-pk & receiver-pk in - // alphabetical order - ChatId string `protobuf:"bytes,6,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - // The type of message (public/one-to-one/private-group-chat) - MessageType MessageType `protobuf:"varint,7,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"` - // The type of the content of the message - ContentType ChatMessage_ContentType `protobuf:"varint,8,opt,name=content_type,json=contentType,proto3,enum=protobuf.ChatMessage_ContentType" json:"content_type,omitempty"` - // Types that are assignable to Payload: - // - // *ChatMessage_Sticker - // *ChatMessage_Image - // *ChatMessage_Audio - // *ChatMessage_Community - // *ChatMessage_DiscordMessage - // *ChatMessage_BridgeMessage - Payload isChatMessage_Payload `protobuf_oneof:"payload"` - // Grant for community chat messages - // - // Deprecated: Marked as deprecated in chat_message.proto. - Grant []byte `protobuf:"bytes,13,opt,name=grant,proto3" json:"grant,omitempty"` - // Message author's display name, introduced in version 1 - DisplayName string `protobuf:"bytes,14,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - ContactRequestPropagatedState *ContactRequestPropagatedState `protobuf:"bytes,15,opt,name=contact_request_propagated_state,json=contactRequestPropagatedState,proto3" json:"contact_request_propagated_state,omitempty"` - UnfurledLinks []*UnfurledLink `protobuf:"bytes,16,rep,name=unfurled_links,json=unfurledLinks,proto3" json:"unfurled_links,omitempty"` - Shard *Shard `protobuf:"bytes,17,opt,name=shard,proto3" json:"shard,omitempty"` - UnfurledStatusLinks *UnfurledStatusLinks `protobuf:"bytes,18,opt,name=unfurled_status_links,json=unfurledStatusLinks,proto3" json:"unfurled_status_links,omitempty"` - CustomizationColor uint32 `protobuf:"varint,19,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` -} - -func (x *ChatMessage) Reset() { - *x = ChatMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_chat_message_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChatMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChatMessage) ProtoMessage() {} - -func (x *ChatMessage) ProtoReflect() protoreflect.Message { - mi := &file_chat_message_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChatMessage.ProtoReflect.Descriptor instead. -func (*ChatMessage) Descriptor() ([]byte, []int) { - return file_chat_message_proto_rawDescGZIP(), []int{18} -} - -func (x *ChatMessage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *ChatMessage) GetTimestamp() uint64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -func (x *ChatMessage) GetText() string { - if x != nil { - return x.Text - } - return "" -} - -func (x *ChatMessage) GetResponseTo() string { - if x != nil { - return x.ResponseTo - } - return "" -} - -func (x *ChatMessage) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *ChatMessage) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *ChatMessage) GetMessageType() MessageType { - if x != nil { - return x.MessageType - } - return MessageType_UNKNOWN_MESSAGE_TYPE -} - -func (x *ChatMessage) GetContentType() ChatMessage_ContentType { - if x != nil { - return x.ContentType - } - return ChatMessage_UNKNOWN_CONTENT_TYPE -} - -func (m *ChatMessage) GetPayload() isChatMessage_Payload { - if m != nil { - return m.Payload - } - return nil -} - -func (x *ChatMessage) GetSticker() *StickerMessage { - if x, ok := x.GetPayload().(*ChatMessage_Sticker); ok { - return x.Sticker - } - return nil -} - -func (x *ChatMessage) GetImage() *ImageMessage { - if x, ok := x.GetPayload().(*ChatMessage_Image); ok { - return x.Image - } - return nil -} - -func (x *ChatMessage) GetAudio() *AudioMessage { - if x, ok := x.GetPayload().(*ChatMessage_Audio); ok { - return x.Audio - } - return nil -} - -func (x *ChatMessage) GetCommunity() []byte { - if x, ok := x.GetPayload().(*ChatMessage_Community); ok { - return x.Community - } - return nil -} - -func (x *ChatMessage) GetDiscordMessage() *DiscordMessage { - if x, ok := x.GetPayload().(*ChatMessage_DiscordMessage); ok { - return x.DiscordMessage - } - return nil -} - -func (x *ChatMessage) GetBridgeMessage() *BridgeMessage { - if x, ok := x.GetPayload().(*ChatMessage_BridgeMessage); ok { - return x.BridgeMessage - } - return nil -} - -// Deprecated: Marked as deprecated in chat_message.proto. -func (x *ChatMessage) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -func (x *ChatMessage) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *ChatMessage) GetContactRequestPropagatedState() *ContactRequestPropagatedState { - if x != nil { - return x.ContactRequestPropagatedState - } - return nil -} - -func (x *ChatMessage) GetUnfurledLinks() []*UnfurledLink { - if x != nil { - return x.UnfurledLinks - } - return nil -} - -func (x *ChatMessage) GetShard() *Shard { - if x != nil { - return x.Shard - } - return nil -} - -func (x *ChatMessage) GetUnfurledStatusLinks() *UnfurledStatusLinks { - if x != nil { - return x.UnfurledStatusLinks - } - return nil -} - -func (x *ChatMessage) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -type isChatMessage_Payload interface { - isChatMessage_Payload() -} - -type ChatMessage_Sticker struct { - Sticker *StickerMessage `protobuf:"bytes,9,opt,name=sticker,proto3,oneof"` -} - -type ChatMessage_Image struct { - Image *ImageMessage `protobuf:"bytes,10,opt,name=image,proto3,oneof"` -} - -type ChatMessage_Audio struct { - Audio *AudioMessage `protobuf:"bytes,11,opt,name=audio,proto3,oneof"` -} - -type ChatMessage_Community struct { - Community []byte `protobuf:"bytes,12,opt,name=community,proto3,oneof"` -} - -type ChatMessage_DiscordMessage struct { - DiscordMessage *DiscordMessage `protobuf:"bytes,99,opt,name=discord_message,json=discordMessage,proto3,oneof"` -} - -type ChatMessage_BridgeMessage struct { - BridgeMessage *BridgeMessage `protobuf:"bytes,100,opt,name=bridge_message,json=bridgeMessage,proto3,oneof"` -} - -func (*ChatMessage_Sticker) isChatMessage_Payload() {} - -func (*ChatMessage_Image) isChatMessage_Payload() {} - -func (*ChatMessage_Audio) isChatMessage_Payload() {} - -func (*ChatMessage_Community) isChatMessage_Payload() {} - -func (*ChatMessage_DiscordMessage) isChatMessage_Payload() {} - -func (*ChatMessage_BridgeMessage) isChatMessage_Payload() {} - -var File_chat_message_proto protoreflect.FileDescriptor - -var file_chat_message_proto_rawDesc = []byte{ - 0x0a, 0x12, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x0b, - 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0d, 0x63, 0x6f, 0x6e, - 0x74, 0x61, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0b, 0x73, 0x68, 0x61, 0x72, - 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x38, 0x0a, 0x0e, 0x53, 0x74, 0x69, 0x63, 0x6b, - 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x61, 0x73, - 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x12, 0x12, 0x0a, - 0x04, 0x70, 0x61, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x63, - 0x6b, 0x22, 0xce, 0x01, 0x0a, 0x0c, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x2d, 0x0a, 0x06, - 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x46, 0x6f, 0x72, - 0x6d, 0x61, 0x74, 0x52, 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x61, - 0x6c, 0x62, 0x75, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, - 0x6c, 0x62, 0x75, 0x6d, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, - 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x68, 0x65, - 0x69, 0x67, 0x68, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x61, 0x6c, 0x62, 0x75, 0x6d, 0x5f, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x10, 0x61, 0x6c, 0x62, 0x75, 0x6d, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x22, 0xb6, 0x01, 0x0a, 0x0c, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x34, 0x0a, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x20, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x2e, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x6d, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x4d, 0x73, 0x22, 0x35, 0x0a, 0x09, 0x41, 0x75, 0x64, 0x69, 0x6f, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x41, 0x55, 0x44, - 0x49, 0x4f, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x41, 0x43, - 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4d, 0x52, 0x10, 0x02, 0x22, 0x9b, 0x03, 0x0a, 0x0b, - 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x1d, - 0x0a, 0x0a, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, - 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, - 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x12, 0x38, 0x0a, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x12, 0x44, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x43, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3d, 0x0a, 0x0e, 0x75, 0x6e, 0x66, 0x75, 0x72, - 0x6c, 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, - 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x52, 0x0d, 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, - 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x12, 0x51, 0x0a, 0x15, 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, - 0x65, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, - 0x69, 0x6e, 0x6b, 0x73, 0x52, 0x13, 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x22, 0xd0, 0x01, 0x0a, 0x0d, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x05, 0x67, 0x72, 0x61, - 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, 0x52, 0x05, 0x67, 0x72, - 0x61, 0x6e, 0x74, 0x12, 0x38, 0x0a, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x74, - 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, - 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1d, 0x0a, - 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x42, 0x79, 0x22, 0x4d, 0x0a, 0x16, - 0x53, 0x79, 0x6e, 0x63, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6f, 0x72, 0x4d, 0x65, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, - 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x22, 0xd5, 0x02, 0x0a, 0x0e, - 0x44, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x0e, - 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, - 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, - 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x12, 0x28, 0x0a, 0x0f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x45, 0x64, 0x69, - 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x45, 0x64, 0x69, 0x74, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x44, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x75, - 0x74, 0x68, 0x6f, 0x72, 0x52, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x12, 0x3f, 0x0a, 0x09, - 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, - 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x63, 0x65, 0x52, 0x09, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x44, 0x0a, - 0x0b, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x69, - 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x74, 0x74, 0x61, - 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x0b, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, - 0x6e, 0x74, 0x73, 0x22, 0xe6, 0x01, 0x0a, 0x14, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x12, 0x0e, 0x0a, 0x02, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x63, 0x72, 0x69, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x64, 0x69, 0x73, 0x63, 0x72, 0x69, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, - 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, - 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x61, 0x76, - 0x61, 0x74, 0x61, 0x72, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, - 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x55, 0x72, 0x6c, 0x22, 0x6f, 0x0a, 0x17, - 0x44, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0xf4, 0x01, - 0x0a, 0x18, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, - 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, - 0x7a, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x66, - 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, - 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, - 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, - 0x6c, 0x55, 0x72, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, - 0x6c, 0x55, 0x72, 0x6c, 0x22, 0xe5, 0x01, 0x0a, 0x0d, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x72, 0x69, 0x64, - 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x41, 0x76, 0x61, 0x74, - 0x61, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, - 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, - 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, - 0x44, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x49, 0x44, 0x12, 0x28, 0x0a, 0x0f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x49, 0x44, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x61, 0x72, - 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x44, 0x22, 0x5f, 0x0a, 0x15, - 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x68, 0x75, 0x6d, - 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, - 0x14, 0x0a, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0xd8, 0x02, - 0x0a, 0x0c, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x10, - 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, - 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2b, 0x0a, 0x11, 0x74, 0x68, 0x75, 0x6d, - 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x5f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x10, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x50, 0x61, - 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, - 0x69, 0x6c, 0x5f, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, - 0x74, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x57, 0x69, 0x64, 0x74, 0x68, 0x12, 0x29, - 0x0a, 0x10, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x5f, 0x68, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x74, 0x68, 0x75, 0x6d, 0x62, 0x6e, - 0x61, 0x69, 0x6c, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x33, 0x0a, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x2e, - 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x27, - 0x0a, 0x0f, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, 0x5f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, - 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, 0x6e, - 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x1f, 0x0a, 0x08, 0x4c, 0x69, 0x6e, 0x6b, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x49, 0x4e, 0x4b, 0x10, 0x00, 0x12, 0x09, 0x0a, - 0x05, 0x49, 0x4d, 0x41, 0x47, 0x45, 0x10, 0x01, 0x22, 0xb4, 0x01, 0x0a, 0x19, 0x55, 0x6e, 0x66, - 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, - 0x63, 0x74, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, - 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, - 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, - 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, 0x04, 0x69, 0x63, - 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, - 0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x22, - 0xae, 0x02, 0x0a, 0x1b, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x6e, 0x6b, 0x12, - 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, - 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, - 0x6f, 0x72, 0x12, 0x33, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, - 0x72, 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, - 0x6c, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x37, 0x0a, 0x06, 0x62, 0x61, 0x6e, 0x6e, 0x65, - 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x54, - 0x68, 0x75, 0x6d, 0x62, 0x6e, 0x61, 0x69, 0x6c, 0x52, 0x06, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x22, 0xf4, 0x01, 0x0a, 0x19, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x21, - 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x55, 0x75, 0x69, - 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, - 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, - 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, - 0x6f, 0x72, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x6e, 0x6b, 0x52, 0x09, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x22, 0xfa, 0x01, 0x0a, 0x12, 0x55, 0x6e, 0x66, 0x75, - 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x10, - 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, - 0x12, 0x3f, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, - 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, - 0x63, 0x74, 0x4c, 0x69, 0x6e, 0x6b, 0x48, 0x00, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, - 0x74, 0x12, 0x45, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x6e, 0x6b, 0x48, 0x00, 0x52, 0x09, 0x63, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x3f, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x6e, - 0x6e, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x48, 0x00, - 0x52, 0x07, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x09, 0x0a, 0x07, 0x70, 0x61, 0x79, - 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x67, 0x0a, 0x13, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x12, 0x50, 0x0a, 0x15, 0x75, - 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x6c, - 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x52, 0x13, 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, - 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x22, 0xde, 0x0b, - 0x0a, 0x0b, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x5f, 0x74, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x6f, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x73, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x73, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x38, 0x0a, 0x0c, 0x6d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x44, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, - 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x63, - 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x07, 0x73, 0x74, - 0x69, 0x63, 0x6b, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x72, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x07, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x72, - 0x12, 0x2e, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x12, 0x2e, 0x0a, 0x05, 0x61, 0x75, 0x64, 0x69, 0x6f, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x75, 0x64, 0x69, 0x6f, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x05, 0x61, 0x75, 0x64, 0x69, 0x6f, - 0x12, 0x1e, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x0c, 0x48, 0x00, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x12, 0x43, 0x0a, 0x0f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x18, 0x63, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x72, 0x64, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x40, 0x0a, 0x0e, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, - 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, - 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, - 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x70, 0x0a, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, - 0x65, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, - 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x1d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x65, - 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x3d, 0x0a, 0x0e, 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, - 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, - 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x52, 0x0d, 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, - 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x12, 0x25, 0x0a, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x53, 0x68, 0x61, 0x72, 0x64, 0x52, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x12, 0x51, 0x0a, 0x15, - 0x75, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, - 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x55, 0x6e, 0x66, 0x75, 0x72, 0x6c, 0x65, 0x64, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x52, 0x13, 0x75, 0x6e, 0x66, 0x75, - 0x72, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x12, - 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x63, 0x75, - 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, - 0x22, 0xd0, 0x03, 0x0a, 0x0b, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x18, 0x0a, 0x14, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x43, 0x4f, 0x4e, 0x54, - 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x54, 0x45, - 0x58, 0x54, 0x5f, 0x50, 0x4c, 0x41, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x54, - 0x49, 0x43, 0x4b, 0x45, 0x52, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x54, 0x41, 0x54, 0x55, - 0x53, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x4d, 0x4f, 0x4a, 0x49, 0x10, 0x04, 0x12, 0x17, - 0x0a, 0x13, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x4f, - 0x4d, 0x4d, 0x41, 0x4e, 0x44, 0x10, 0x05, 0x12, 0x28, 0x0a, 0x24, 0x53, 0x59, 0x53, 0x54, 0x45, - 0x4d, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x45, 0x4e, - 0x54, 0x5f, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x5f, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x10, - 0x06, 0x12, 0x09, 0x0a, 0x05, 0x49, 0x4d, 0x41, 0x47, 0x45, 0x10, 0x07, 0x12, 0x09, 0x0a, 0x05, - 0x41, 0x55, 0x44, 0x49, 0x4f, 0x10, 0x08, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x4f, 0x4d, 0x4d, 0x55, - 0x4e, 0x49, 0x54, 0x59, 0x10, 0x09, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, - 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x47, 0x41, 0x50, 0x10, 0x0a, 0x12, 0x13, - 0x0a, 0x0f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, - 0x54, 0x10, 0x0b, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x49, 0x53, 0x43, 0x4f, 0x52, 0x44, 0x5f, 0x4d, - 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x0c, 0x12, 0x19, 0x0a, 0x15, 0x49, 0x44, 0x45, 0x4e, - 0x54, 0x49, 0x54, 0x59, 0x5f, 0x56, 0x45, 0x52, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, - 0x4e, 0x10, 0x0d, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x4d, 0x45, - 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x50, 0x49, 0x4e, 0x4e, 0x45, 0x44, 0x5f, 0x4d, 0x45, 0x53, - 0x53, 0x41, 0x47, 0x45, 0x10, 0x0e, 0x12, 0x24, 0x0a, 0x20, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, - 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x4d, 0x55, 0x54, 0x55, 0x41, 0x4c, 0x5f, - 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x53, 0x45, 0x4e, 0x54, 0x10, 0x0f, 0x12, 0x28, 0x0a, 0x24, - 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x4d, - 0x55, 0x54, 0x55, 0x41, 0x4c, 0x5f, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x41, 0x43, 0x43, 0x45, - 0x50, 0x54, 0x45, 0x44, 0x10, 0x10, 0x12, 0x27, 0x0a, 0x23, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, - 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x4d, 0x55, 0x54, 0x55, 0x41, 0x4c, 0x5f, - 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x45, 0x44, 0x10, 0x11, 0x12, - 0x12, 0x0a, 0x0e, 0x42, 0x52, 0x49, 0x44, 0x47, 0x45, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, - 0x45, 0x10, 0x12, 0x42, 0x09, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x0d, - 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_chat_message_proto_rawDescOnce sync.Once - file_chat_message_proto_rawDescData = file_chat_message_proto_rawDesc -) - -func file_chat_message_proto_rawDescGZIP() []byte { - file_chat_message_proto_rawDescOnce.Do(func() { - file_chat_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_chat_message_proto_rawDescData) - }) - return file_chat_message_proto_rawDescData -} - -var file_chat_message_proto_enumTypes = make([]protoimpl.EnumInfo, 3) -var file_chat_message_proto_msgTypes = make([]protoimpl.MessageInfo, 19) -var file_chat_message_proto_goTypes = []interface{}{ - (AudioMessage_AudioType)(0), // 0: protobuf.AudioMessage.AudioType - (UnfurledLink_LinkType)(0), // 1: protobuf.UnfurledLink.LinkType - (ChatMessage_ContentType)(0), // 2: protobuf.ChatMessage.ContentType - (*StickerMessage)(nil), // 3: protobuf.StickerMessage - (*ImageMessage)(nil), // 4: protobuf.ImageMessage - (*AudioMessage)(nil), // 5: protobuf.AudioMessage - (*EditMessage)(nil), // 6: protobuf.EditMessage - (*DeleteMessage)(nil), // 7: protobuf.DeleteMessage - (*SyncDeleteForMeMessage)(nil), // 8: protobuf.SyncDeleteForMeMessage - (*DiscordMessage)(nil), // 9: protobuf.DiscordMessage - (*DiscordMessageAuthor)(nil), // 10: protobuf.DiscordMessageAuthor - (*DiscordMessageReference)(nil), // 11: protobuf.DiscordMessageReference - (*DiscordMessageAttachment)(nil), // 12: protobuf.DiscordMessageAttachment - (*BridgeMessage)(nil), // 13: protobuf.BridgeMessage - (*UnfurledLinkThumbnail)(nil), // 14: protobuf.UnfurledLinkThumbnail - (*UnfurledLink)(nil), // 15: protobuf.UnfurledLink - (*UnfurledStatusContactLink)(nil), // 16: protobuf.UnfurledStatusContactLink - (*UnfurledStatusCommunityLink)(nil), // 17: protobuf.UnfurledStatusCommunityLink - (*UnfurledStatusChannelLink)(nil), // 18: protobuf.UnfurledStatusChannelLink - (*UnfurledStatusLink)(nil), // 19: protobuf.UnfurledStatusLink - (*UnfurledStatusLinks)(nil), // 20: protobuf.UnfurledStatusLinks - (*ChatMessage)(nil), // 21: protobuf.ChatMessage - (ImageFormat)(0), // 22: protobuf.ImageFormat - (MessageType)(0), // 23: protobuf.MessageType - (*ContactRequestPropagatedState)(nil), // 24: protobuf.ContactRequestPropagatedState - (*Shard)(nil), // 25: protobuf.Shard -} -var file_chat_message_proto_depIdxs = []int32{ - 22, // 0: protobuf.ImageMessage.format:type_name -> protobuf.ImageFormat - 0, // 1: protobuf.AudioMessage.type:type_name -> protobuf.AudioMessage.AudioType - 23, // 2: protobuf.EditMessage.message_type:type_name -> protobuf.MessageType - 2, // 3: protobuf.EditMessage.content_type:type_name -> protobuf.ChatMessage.ContentType - 15, // 4: protobuf.EditMessage.unfurled_links:type_name -> protobuf.UnfurledLink - 20, // 5: protobuf.EditMessage.unfurled_status_links:type_name -> protobuf.UnfurledStatusLinks - 23, // 6: protobuf.DeleteMessage.message_type:type_name -> protobuf.MessageType - 10, // 7: protobuf.DiscordMessage.author:type_name -> protobuf.DiscordMessageAuthor - 11, // 8: protobuf.DiscordMessage.reference:type_name -> protobuf.DiscordMessageReference - 12, // 9: protobuf.DiscordMessage.attachments:type_name -> protobuf.DiscordMessageAttachment - 1, // 10: protobuf.UnfurledLink.type:type_name -> protobuf.UnfurledLink.LinkType - 14, // 11: protobuf.UnfurledStatusContactLink.icon:type_name -> protobuf.UnfurledLinkThumbnail - 14, // 12: protobuf.UnfurledStatusCommunityLink.icon:type_name -> protobuf.UnfurledLinkThumbnail - 14, // 13: protobuf.UnfurledStatusCommunityLink.banner:type_name -> protobuf.UnfurledLinkThumbnail - 17, // 14: protobuf.UnfurledStatusChannelLink.community:type_name -> protobuf.UnfurledStatusCommunityLink - 16, // 15: protobuf.UnfurledStatusLink.contact:type_name -> protobuf.UnfurledStatusContactLink - 17, // 16: protobuf.UnfurledStatusLink.community:type_name -> protobuf.UnfurledStatusCommunityLink - 18, // 17: protobuf.UnfurledStatusLink.channel:type_name -> protobuf.UnfurledStatusChannelLink - 19, // 18: protobuf.UnfurledStatusLinks.unfurled_status_links:type_name -> protobuf.UnfurledStatusLink - 23, // 19: protobuf.ChatMessage.message_type:type_name -> protobuf.MessageType - 2, // 20: protobuf.ChatMessage.content_type:type_name -> protobuf.ChatMessage.ContentType - 3, // 21: protobuf.ChatMessage.sticker:type_name -> protobuf.StickerMessage - 4, // 22: protobuf.ChatMessage.image:type_name -> protobuf.ImageMessage - 5, // 23: protobuf.ChatMessage.audio:type_name -> protobuf.AudioMessage - 9, // 24: protobuf.ChatMessage.discord_message:type_name -> protobuf.DiscordMessage - 13, // 25: protobuf.ChatMessage.bridge_message:type_name -> protobuf.BridgeMessage - 24, // 26: protobuf.ChatMessage.contact_request_propagated_state:type_name -> protobuf.ContactRequestPropagatedState - 15, // 27: protobuf.ChatMessage.unfurled_links:type_name -> protobuf.UnfurledLink - 25, // 28: protobuf.ChatMessage.shard:type_name -> protobuf.Shard - 20, // 29: protobuf.ChatMessage.unfurled_status_links:type_name -> protobuf.UnfurledStatusLinks - 30, // [30:30] is the sub-list for method output_type - 30, // [30:30] is the sub-list for method input_type - 30, // [30:30] is the sub-list for extension type_name - 30, // [30:30] is the sub-list for extension extendee - 0, // [0:30] is the sub-list for field type_name -} - -func init() { file_chat_message_proto_init() } -func file_chat_message_proto_init() { - if File_chat_message_proto != nil { - return - } - file_enums_proto_init() - file_contact_proto_init() - file_shard_proto_init() - if !protoimpl.UnsafeEnabled { - file_chat_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StickerMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImageMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AudioMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EditMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncDeleteForMeMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DiscordMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DiscordMessageAuthor); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DiscordMessageReference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DiscordMessageAttachment); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BridgeMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledLinkThumbnail); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledStatusContactLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledStatusCommunityLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledStatusChannelLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledStatusLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UnfurledStatusLinks); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_chat_message_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChatMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - file_chat_message_proto_msgTypes[16].OneofWrappers = []interface{}{ - (*UnfurledStatusLink_Contact)(nil), - (*UnfurledStatusLink_Community)(nil), - (*UnfurledStatusLink_Channel)(nil), - } - file_chat_message_proto_msgTypes[18].OneofWrappers = []interface{}{ - (*ChatMessage_Sticker)(nil), - (*ChatMessage_Image)(nil), - (*ChatMessage_Audio)(nil), - (*ChatMessage_Community)(nil), - (*ChatMessage_DiscordMessage)(nil), - (*ChatMessage_BridgeMessage)(nil), - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_chat_message_proto_rawDesc, - NumEnums: 3, - NumMessages: 19, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_chat_message_proto_goTypes, - DependencyIndexes: file_chat_message_proto_depIdxs, - EnumInfos: file_chat_message_proto_enumTypes, - MessageInfos: file_chat_message_proto_msgTypes, - }.Build() - File_chat_message_proto = out.File - file_chat_message_proto_rawDesc = nil - file_chat_message_proto_goTypes = nil - file_chat_message_proto_depIdxs = nil -} diff --git a/protocol/protobuf/command.pb.go b/protocol/protobuf/command.pb.go deleted file mode 100644 index bf3bad5fb..000000000 --- a/protocol/protobuf/command.pb.go +++ /dev/null @@ -1,630 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: command.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type RequestAddressForTransaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - Contract string `protobuf:"bytes,3,opt,name=contract,proto3" json:"contract,omitempty"` - ChatId string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *RequestAddressForTransaction) Reset() { - *x = RequestAddressForTransaction{} - if protoimpl.UnsafeEnabled { - mi := &file_command_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RequestAddressForTransaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RequestAddressForTransaction) ProtoMessage() {} - -func (x *RequestAddressForTransaction) ProtoReflect() protoreflect.Message { - mi := &file_command_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RequestAddressForTransaction.ProtoReflect.Descriptor instead. -func (*RequestAddressForTransaction) Descriptor() ([]byte, []int) { - return file_command_proto_rawDescGZIP(), []int{0} -} - -func (x *RequestAddressForTransaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *RequestAddressForTransaction) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *RequestAddressForTransaction) GetContract() string { - if x != nil { - return x.Contract - } - return "" -} - -func (x *RequestAddressForTransaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -type AcceptRequestAddressForTransaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` - ChatId string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *AcceptRequestAddressForTransaction) Reset() { - *x = AcceptRequestAddressForTransaction{} - if protoimpl.UnsafeEnabled { - mi := &file_command_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AcceptRequestAddressForTransaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AcceptRequestAddressForTransaction) ProtoMessage() {} - -func (x *AcceptRequestAddressForTransaction) ProtoReflect() protoreflect.Message { - mi := &file_command_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AcceptRequestAddressForTransaction.ProtoReflect.Descriptor instead. -func (*AcceptRequestAddressForTransaction) Descriptor() ([]byte, []int) { - return file_command_proto_rawDescGZIP(), []int{1} -} - -func (x *AcceptRequestAddressForTransaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *AcceptRequestAddressForTransaction) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *AcceptRequestAddressForTransaction) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *AcceptRequestAddressForTransaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -type DeclineRequestAddressForTransaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *DeclineRequestAddressForTransaction) Reset() { - *x = DeclineRequestAddressForTransaction{} - if protoimpl.UnsafeEnabled { - mi := &file_command_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeclineRequestAddressForTransaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeclineRequestAddressForTransaction) ProtoMessage() {} - -func (x *DeclineRequestAddressForTransaction) ProtoReflect() protoreflect.Message { - mi := &file_command_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeclineRequestAddressForTransaction.ProtoReflect.Descriptor instead. -func (*DeclineRequestAddressForTransaction) Descriptor() ([]byte, []int) { - return file_command_proto_rawDescGZIP(), []int{2} -} - -func (x *DeclineRequestAddressForTransaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *DeclineRequestAddressForTransaction) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *DeclineRequestAddressForTransaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -type DeclineRequestTransaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *DeclineRequestTransaction) Reset() { - *x = DeclineRequestTransaction{} - if protoimpl.UnsafeEnabled { - mi := &file_command_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeclineRequestTransaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeclineRequestTransaction) ProtoMessage() {} - -func (x *DeclineRequestTransaction) ProtoReflect() protoreflect.Message { - mi := &file_command_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeclineRequestTransaction.ProtoReflect.Descriptor instead. -func (*DeclineRequestTransaction) Descriptor() ([]byte, []int) { - return file_command_proto_rawDescGZIP(), []int{3} -} - -func (x *DeclineRequestTransaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *DeclineRequestTransaction) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *DeclineRequestTransaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -type RequestTransaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` - Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` - Contract string `protobuf:"bytes,4,opt,name=contract,proto3" json:"contract,omitempty"` - ChatId string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *RequestTransaction) Reset() { - *x = RequestTransaction{} - if protoimpl.UnsafeEnabled { - mi := &file_command_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RequestTransaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RequestTransaction) ProtoMessage() {} - -func (x *RequestTransaction) ProtoReflect() protoreflect.Message { - mi := &file_command_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RequestTransaction.ProtoReflect.Descriptor instead. -func (*RequestTransaction) Descriptor() ([]byte, []int) { - return file_command_proto_rawDescGZIP(), []int{4} -} - -func (x *RequestTransaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *RequestTransaction) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *RequestTransaction) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *RequestTransaction) GetContract() string { - if x != nil { - return x.Contract - } - return "" -} - -func (x *RequestTransaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -type SendTransaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - TransactionHash string `protobuf:"bytes,3,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` - Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` - ChatId string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *SendTransaction) Reset() { - *x = SendTransaction{} - if protoimpl.UnsafeEnabled { - mi := &file_command_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SendTransaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SendTransaction) ProtoMessage() {} - -func (x *SendTransaction) ProtoReflect() protoreflect.Message { - mi := &file_command_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SendTransaction.ProtoReflect.Descriptor instead. -func (*SendTransaction) Descriptor() ([]byte, []int) { - return file_command_proto_rawDescGZIP(), []int{5} -} - -func (x *SendTransaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SendTransaction) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *SendTransaction) GetTransactionHash() string { - if x != nil { - return x.TransactionHash - } - return "" -} - -func (x *SendTransaction) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *SendTransaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -var File_command_proto protoreflect.FileDescriptor - -var file_command_proto_rawDesc = []byte{ - 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0x7f, 0x0a, 0x1c, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6f, 0x72, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, - 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, - 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, - 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, - 0x74, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x7d, 0x0a, 0x22, 0x41, 0x63, - 0x63, 0x65, 0x70, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x46, 0x6f, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x64, 0x0a, 0x23, 0x44, 0x65, 0x63, - 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x46, 0x6f, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, - 0x5a, 0x0a, 0x19, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, - 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x8f, 0x01, 0x0a, 0x12, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, - 0x72, 0x61, 0x63, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, - 0x72, 0x61, 0x63, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0x99, 0x01, - 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x74, 0x72, 0x61, 0x6e, 0x73, - 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, - 0x73, 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_command_proto_rawDescOnce sync.Once - file_command_proto_rawDescData = file_command_proto_rawDesc -) - -func file_command_proto_rawDescGZIP() []byte { - file_command_proto_rawDescOnce.Do(func() { - file_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_command_proto_rawDescData) - }) - return file_command_proto_rawDescData -} - -var file_command_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_command_proto_goTypes = []interface{}{ - (*RequestAddressForTransaction)(nil), // 0: protobuf.RequestAddressForTransaction - (*AcceptRequestAddressForTransaction)(nil), // 1: protobuf.AcceptRequestAddressForTransaction - (*DeclineRequestAddressForTransaction)(nil), // 2: protobuf.DeclineRequestAddressForTransaction - (*DeclineRequestTransaction)(nil), // 3: protobuf.DeclineRequestTransaction - (*RequestTransaction)(nil), // 4: protobuf.RequestTransaction - (*SendTransaction)(nil), // 5: protobuf.SendTransaction -} -var file_command_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_command_proto_init() } -func file_command_proto_init() { - if File_command_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RequestAddressForTransaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AcceptRequestAddressForTransaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeclineRequestAddressForTransaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeclineRequestTransaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RequestTransaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SendTransaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_command_proto_rawDesc, - NumEnums: 0, - NumMessages: 6, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_command_proto_goTypes, - DependencyIndexes: file_command_proto_depIdxs, - MessageInfos: file_command_proto_msgTypes, - }.Build() - File_command_proto = out.File - file_command_proto_rawDesc = nil - file_command_proto_goTypes = nil - file_command_proto_depIdxs = nil -} diff --git a/protocol/protobuf/communities.pb.go b/protocol/protobuf/communities.pb.go deleted file mode 100644 index 3fc1c888f..000000000 --- a/protocol/protobuf/communities.pb.go +++ /dev/null @@ -1,4085 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: communities.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type CommunityMember_Roles int32 - -const ( - CommunityMember_ROLE_NONE CommunityMember_Roles = 0 - CommunityMember_ROLE_OWNER CommunityMember_Roles = 1 - CommunityMember_ROLE_ADMIN CommunityMember_Roles = 4 - CommunityMember_ROLE_TOKEN_MASTER CommunityMember_Roles = 5 -) - -// Enum value maps for CommunityMember_Roles. -var ( - CommunityMember_Roles_name = map[int32]string{ - 0: "ROLE_NONE", - 1: "ROLE_OWNER", - 4: "ROLE_ADMIN", - 5: "ROLE_TOKEN_MASTER", - } - CommunityMember_Roles_value = map[string]int32{ - "ROLE_NONE": 0, - "ROLE_OWNER": 1, - "ROLE_ADMIN": 4, - "ROLE_TOKEN_MASTER": 5, - } -) - -func (x CommunityMember_Roles) Enum() *CommunityMember_Roles { - p := new(CommunityMember_Roles) - *p = x - return p -} - -func (x CommunityMember_Roles) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityMember_Roles) Descriptor() protoreflect.EnumDescriptor { - return file_communities_proto_enumTypes[0].Descriptor() -} - -func (CommunityMember_Roles) Type() protoreflect.EnumType { - return &file_communities_proto_enumTypes[0] -} - -func (x CommunityMember_Roles) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityMember_Roles.Descriptor instead. -func (CommunityMember_Roles) EnumDescriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{1, 0} -} - -type CommunityMember_ChannelRole int32 - -const ( - // We make POSTER the first role to be the default one. - // This is for backwards compatibility. Older protobufs won't have this field and will default to 0. - CommunityMember_CHANNEL_ROLE_POSTER CommunityMember_ChannelRole = 0 - CommunityMember_CHANNEL_ROLE_VIEWER CommunityMember_ChannelRole = 1 -) - -// Enum value maps for CommunityMember_ChannelRole. -var ( - CommunityMember_ChannelRole_name = map[int32]string{ - 0: "CHANNEL_ROLE_POSTER", - 1: "CHANNEL_ROLE_VIEWER", - } - CommunityMember_ChannelRole_value = map[string]int32{ - "CHANNEL_ROLE_POSTER": 0, - "CHANNEL_ROLE_VIEWER": 1, - } -) - -func (x CommunityMember_ChannelRole) Enum() *CommunityMember_ChannelRole { - p := new(CommunityMember_ChannelRole) - *p = x - return p -} - -func (x CommunityMember_ChannelRole) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityMember_ChannelRole) Descriptor() protoreflect.EnumDescriptor { - return file_communities_proto_enumTypes[1].Descriptor() -} - -func (CommunityMember_ChannelRole) Type() protoreflect.EnumType { - return &file_communities_proto_enumTypes[1] -} - -func (x CommunityMember_ChannelRole) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityMember_ChannelRole.Descriptor instead. -func (CommunityMember_ChannelRole) EnumDescriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{1, 1} -} - -type CommunityTokenAction_ActionType int32 - -const ( - CommunityTokenAction_UNKNOWN_ACTION_TYPE CommunityTokenAction_ActionType = 0 - CommunityTokenAction_AIRDROP CommunityTokenAction_ActionType = 1 - CommunityTokenAction_BURN CommunityTokenAction_ActionType = 2 - CommunityTokenAction_REMOTE_DESTRUCT CommunityTokenAction_ActionType = 3 -) - -// Enum value maps for CommunityTokenAction_ActionType. -var ( - CommunityTokenAction_ActionType_name = map[int32]string{ - 0: "UNKNOWN_ACTION_TYPE", - 1: "AIRDROP", - 2: "BURN", - 3: "REMOTE_DESTRUCT", - } - CommunityTokenAction_ActionType_value = map[string]int32{ - "UNKNOWN_ACTION_TYPE": 0, - "AIRDROP": 1, - "BURN": 2, - "REMOTE_DESTRUCT": 3, - } -) - -func (x CommunityTokenAction_ActionType) Enum() *CommunityTokenAction_ActionType { - p := new(CommunityTokenAction_ActionType) - *p = x - return p -} - -func (x CommunityTokenAction_ActionType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityTokenAction_ActionType) Descriptor() protoreflect.EnumDescriptor { - return file_communities_proto_enumTypes[2].Descriptor() -} - -func (CommunityTokenAction_ActionType) Type() protoreflect.EnumType { - return &file_communities_proto_enumTypes[2] -} - -func (x CommunityTokenAction_ActionType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityTokenAction_ActionType.Descriptor instead. -func (CommunityTokenAction_ActionType) EnumDescriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{3, 0} -} - -type CommunityPermissions_Access int32 - -const ( - CommunityPermissions_UNKNOWN_ACCESS CommunityPermissions_Access = 0 - CommunityPermissions_AUTO_ACCEPT CommunityPermissions_Access = 1 - // Deprecated: Marked as deprecated in communities.proto. - CommunityPermissions_INVITATION_ONLY CommunityPermissions_Access = 2 - CommunityPermissions_MANUAL_ACCEPT CommunityPermissions_Access = 3 -) - -// Enum value maps for CommunityPermissions_Access. -var ( - CommunityPermissions_Access_name = map[int32]string{ - 0: "UNKNOWN_ACCESS", - 1: "AUTO_ACCEPT", - 2: "INVITATION_ONLY", - 3: "MANUAL_ACCEPT", - } - CommunityPermissions_Access_value = map[string]int32{ - "UNKNOWN_ACCESS": 0, - "AUTO_ACCEPT": 1, - "INVITATION_ONLY": 2, - "MANUAL_ACCEPT": 3, - } -) - -func (x CommunityPermissions_Access) Enum() *CommunityPermissions_Access { - p := new(CommunityPermissions_Access) - *p = x - return p -} - -func (x CommunityPermissions_Access) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityPermissions_Access) Descriptor() protoreflect.EnumDescriptor { - return file_communities_proto_enumTypes[3].Descriptor() -} - -func (CommunityPermissions_Access) Type() protoreflect.EnumType { - return &file_communities_proto_enumTypes[3] -} - -func (x CommunityPermissions_Access) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityPermissions_Access.Descriptor instead. -func (CommunityPermissions_Access) EnumDescriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{4, 0} -} - -type CommunityTokenPermission_Type int32 - -const ( - CommunityTokenPermission_UNKNOWN_TOKEN_PERMISSION CommunityTokenPermission_Type = 0 - CommunityTokenPermission_BECOME_ADMIN CommunityTokenPermission_Type = 1 - CommunityTokenPermission_BECOME_MEMBER CommunityTokenPermission_Type = 2 - CommunityTokenPermission_CAN_VIEW_CHANNEL CommunityTokenPermission_Type = 3 - CommunityTokenPermission_CAN_VIEW_AND_POST_CHANNEL CommunityTokenPermission_Type = 4 - CommunityTokenPermission_BECOME_TOKEN_MASTER CommunityTokenPermission_Type = 5 - CommunityTokenPermission_BECOME_TOKEN_OWNER CommunityTokenPermission_Type = 6 -) - -// Enum value maps for CommunityTokenPermission_Type. -var ( - CommunityTokenPermission_Type_name = map[int32]string{ - 0: "UNKNOWN_TOKEN_PERMISSION", - 1: "BECOME_ADMIN", - 2: "BECOME_MEMBER", - 3: "CAN_VIEW_CHANNEL", - 4: "CAN_VIEW_AND_POST_CHANNEL", - 5: "BECOME_TOKEN_MASTER", - 6: "BECOME_TOKEN_OWNER", - } - CommunityTokenPermission_Type_value = map[string]int32{ - "UNKNOWN_TOKEN_PERMISSION": 0, - "BECOME_ADMIN": 1, - "BECOME_MEMBER": 2, - "CAN_VIEW_CHANNEL": 3, - "CAN_VIEW_AND_POST_CHANNEL": 4, - "BECOME_TOKEN_MASTER": 5, - "BECOME_TOKEN_OWNER": 6, - } -) - -func (x CommunityTokenPermission_Type) Enum() *CommunityTokenPermission_Type { - p := new(CommunityTokenPermission_Type) - *p = x - return p -} - -func (x CommunityTokenPermission_Type) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityTokenPermission_Type) Descriptor() protoreflect.EnumDescriptor { - return file_communities_proto_enumTypes[4].Descriptor() -} - -func (CommunityTokenPermission_Type) Type() protoreflect.EnumType { - return &file_communities_proto_enumTypes[4] -} - -func (x CommunityTokenPermission_Type) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityTokenPermission_Type.Descriptor instead. -func (CommunityTokenPermission_Type) EnumDescriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{6, 0} -} - -type Grant struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - MemberId []byte `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - Clock uint64 `protobuf:"varint,4,opt,name=clock,proto3" json:"clock,omitempty"` - Expires uint64 `protobuf:"varint,5,opt,name=expires,proto3" json:"expires,omitempty"` -} - -func (x *Grant) Reset() { - *x = Grant{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grant) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grant) ProtoMessage() {} - -func (x *Grant) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grant.ProtoReflect.Descriptor instead. -func (*Grant) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{0} -} - -func (x *Grant) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *Grant) GetMemberId() []byte { - if x != nil { - return x.MemberId - } - return nil -} - -func (x *Grant) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *Grant) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *Grant) GetExpires() uint64 { - if x != nil { - return x.Expires - } - return 0 -} - -type CommunityMember struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Roles []CommunityMember_Roles `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=protobuf.CommunityMember_Roles" json:"roles,omitempty"` - // Deprecated: Marked as deprecated in communities.proto. - RevealedAccounts []*RevealedAccount `protobuf:"bytes,2,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"` - LastUpdateClock uint64 `protobuf:"varint,3,opt,name=last_update_clock,json=lastUpdateClock,proto3" json:"last_update_clock,omitempty"` - ChannelRole CommunityMember_ChannelRole `protobuf:"varint,4,opt,name=channel_role,json=channelRole,proto3,enum=protobuf.CommunityMember_ChannelRole" json:"channel_role,omitempty"` -} - -func (x *CommunityMember) Reset() { - *x = CommunityMember{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityMember) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityMember) ProtoMessage() {} - -func (x *CommunityMember) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityMember.ProtoReflect.Descriptor instead. -func (*CommunityMember) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{1} -} - -func (x *CommunityMember) GetRoles() []CommunityMember_Roles { - if x != nil { - return x.Roles - } - return nil -} - -// Deprecated: Marked as deprecated in communities.proto. -func (x *CommunityMember) GetRevealedAccounts() []*RevealedAccount { - if x != nil { - return x.RevealedAccounts - } - return nil -} - -func (x *CommunityMember) GetLastUpdateClock() uint64 { - if x != nil { - return x.LastUpdateClock - } - return 0 -} - -func (x *CommunityMember) GetChannelRole() CommunityMember_ChannelRole { - if x != nil { - return x.ChannelRole - } - return CommunityMember_CHANNEL_ROLE_POSTER -} - -type CommunityTokenMetadata struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ContractAddresses map[uint64]string `protobuf:"bytes,1,rep,name=contract_addresses,json=contractAddresses,proto3" json:"contract_addresses,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` - TokenType CommunityTokenType `protobuf:"varint,4,opt,name=tokenType,proto3,enum=protobuf.CommunityTokenType" json:"tokenType,omitempty"` - Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` - Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` - Decimals uint32 `protobuf:"varint,7,opt,name=decimals,proto3" json:"decimals,omitempty"` - Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"` -} - -func (x *CommunityTokenMetadata) Reset() { - *x = CommunityTokenMetadata{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityTokenMetadata) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityTokenMetadata) ProtoMessage() {} - -func (x *CommunityTokenMetadata) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityTokenMetadata.ProtoReflect.Descriptor instead. -func (*CommunityTokenMetadata) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{2} -} - -func (x *CommunityTokenMetadata) GetContractAddresses() map[uint64]string { - if x != nil { - return x.ContractAddresses - } - return nil -} - -func (x *CommunityTokenMetadata) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *CommunityTokenMetadata) GetImage() string { - if x != nil { - return x.Image - } - return "" -} - -func (x *CommunityTokenMetadata) GetTokenType() CommunityTokenType { - if x != nil { - return x.TokenType - } - return CommunityTokenType_UNKNOWN_TOKEN_TYPE -} - -func (x *CommunityTokenMetadata) GetSymbol() string { - if x != nil { - return x.Symbol - } - return "" -} - -func (x *CommunityTokenMetadata) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *CommunityTokenMetadata) GetDecimals() uint32 { - if x != nil { - return x.Decimals - } - return 0 -} - -func (x *CommunityTokenMetadata) GetVersion() string { - if x != nil { - return x.Version - } - return "" -} - -type CommunityTokenAction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChainId uint64 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - ContractAddress string `protobuf:"bytes,2,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"` - ActionType CommunityTokenAction_ActionType `protobuf:"varint,3,opt,name=action_type,json=actionType,proto3,enum=protobuf.CommunityTokenAction_ActionType" json:"action_type,omitempty"` -} - -func (x *CommunityTokenAction) Reset() { - *x = CommunityTokenAction{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityTokenAction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityTokenAction) ProtoMessage() {} - -func (x *CommunityTokenAction) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityTokenAction.ProtoReflect.Descriptor instead. -func (*CommunityTokenAction) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{3} -} - -func (x *CommunityTokenAction) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -func (x *CommunityTokenAction) GetContractAddress() string { - if x != nil { - return x.ContractAddress - } - return "" -} - -func (x *CommunityTokenAction) GetActionType() CommunityTokenAction_ActionType { - if x != nil { - return x.ActionType - } - return CommunityTokenAction_UNKNOWN_ACTION_TYPE -} - -type CommunityPermissions struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EnsOnly bool `protobuf:"varint,1,opt,name=ens_only,json=ensOnly,proto3" json:"ens_only,omitempty"` - // https://gitlab.matrix.org/matrix-org/olm/blob/master/docs/megolm.md is a candidate for the algorithm to be used in case we want to have private communityal chats, lighter than pairwise encryption using the DR, less secure, but more efficient for large number of participants - Private bool `protobuf:"varint,2,opt,name=private,proto3" json:"private,omitempty"` - Access CommunityPermissions_Access `protobuf:"varint,3,opt,name=access,proto3,enum=protobuf.CommunityPermissions_Access" json:"access,omitempty"` -} - -func (x *CommunityPermissions) Reset() { - *x = CommunityPermissions{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityPermissions) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityPermissions) ProtoMessage() {} - -func (x *CommunityPermissions) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityPermissions.ProtoReflect.Descriptor instead. -func (*CommunityPermissions) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{4} -} - -func (x *CommunityPermissions) GetEnsOnly() bool { - if x != nil { - return x.EnsOnly - } - return false -} - -func (x *CommunityPermissions) GetPrivate() bool { - if x != nil { - return x.Private - } - return false -} - -func (x *CommunityPermissions) GetAccess() CommunityPermissions_Access { - if x != nil { - return x.Access - } - return CommunityPermissions_UNKNOWN_ACCESS -} - -type TokenCriteria struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ContractAddresses map[uint64]string `protobuf:"bytes,1,rep,name=contract_addresses,json=contractAddresses,proto3" json:"contract_addresses,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - Type CommunityTokenType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityTokenType" json:"type,omitempty"` - Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` - Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // Deprecated: Marked as deprecated in communities.proto. - Amount string `protobuf:"bytes,5,opt,name=amount,proto3" json:"amount,omitempty"` - TokenIds []uint64 `protobuf:"varint,6,rep,packed,name=token_ids,json=tokenIds,proto3" json:"token_ids,omitempty"` - EnsPattern string `protobuf:"bytes,7,opt,name=ens_pattern,json=ensPattern,proto3" json:"ens_pattern,omitempty"` - Decimals uint64 `protobuf:"varint,8,opt,name=decimals,proto3" json:"decimals,omitempty"` - AmountInWei string `protobuf:"bytes,9,opt,name=amountInWei,proto3" json:"amountInWei,omitempty"` -} - -func (x *TokenCriteria) Reset() { - *x = TokenCriteria{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TokenCriteria) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TokenCriteria) ProtoMessage() {} - -func (x *TokenCriteria) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TokenCriteria.ProtoReflect.Descriptor instead. -func (*TokenCriteria) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{5} -} - -func (x *TokenCriteria) GetContractAddresses() map[uint64]string { - if x != nil { - return x.ContractAddresses - } - return nil -} - -func (x *TokenCriteria) GetType() CommunityTokenType { - if x != nil { - return x.Type - } - return CommunityTokenType_UNKNOWN_TOKEN_TYPE -} - -func (x *TokenCriteria) GetSymbol() string { - if x != nil { - return x.Symbol - } - return "" -} - -func (x *TokenCriteria) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -// Deprecated: Marked as deprecated in communities.proto. -func (x *TokenCriteria) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (x *TokenCriteria) GetTokenIds() []uint64 { - if x != nil { - return x.TokenIds - } - return nil -} - -func (x *TokenCriteria) GetEnsPattern() string { - if x != nil { - return x.EnsPattern - } - return "" -} - -func (x *TokenCriteria) GetDecimals() uint64 { - if x != nil { - return x.Decimals - } - return 0 -} - -func (x *TokenCriteria) GetAmountInWei() string { - if x != nil { - return x.AmountInWei - } - return "" -} - -type CommunityTokenPermission struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Type CommunityTokenPermission_Type `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityTokenPermission_Type" json:"type,omitempty"` - TokenCriteria []*TokenCriteria `protobuf:"bytes,3,rep,name=token_criteria,json=tokenCriteria,proto3" json:"token_criteria,omitempty"` - ChatIds []string `protobuf:"bytes,4,rep,name=chat_ids,json=chatIds,proto3" json:"chat_ids,omitempty"` - IsPrivate bool `protobuf:"varint,5,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"` -} - -func (x *CommunityTokenPermission) Reset() { - *x = CommunityTokenPermission{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityTokenPermission) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityTokenPermission) ProtoMessage() {} - -func (x *CommunityTokenPermission) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityTokenPermission.ProtoReflect.Descriptor instead. -func (*CommunityTokenPermission) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{6} -} - -func (x *CommunityTokenPermission) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *CommunityTokenPermission) GetType() CommunityTokenPermission_Type { - if x != nil { - return x.Type - } - return CommunityTokenPermission_UNKNOWN_TOKEN_PERMISSION -} - -func (x *CommunityTokenPermission) GetTokenCriteria() []*TokenCriteria { - if x != nil { - return x.TokenCriteria - } - return nil -} - -func (x *CommunityTokenPermission) GetChatIds() []string { - if x != nil { - return x.ChatIds - } - return nil -} - -func (x *CommunityTokenPermission) GetIsPrivate() bool { - if x != nil { - return x.IsPrivate - } - return false -} - -type CommunityDescription struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Members map[string]*CommunityMember `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - Permissions *CommunityPermissions `protobuf:"bytes,3,opt,name=permissions,proto3" json:"permissions,omitempty"` - Identity *ChatIdentity `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"` - Chats map[string]*CommunityChat `protobuf:"bytes,6,rep,name=chats,proto3" json:"chats,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // Deprecated: Marked as deprecated in communities.proto. - BanList []string `protobuf:"bytes,7,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"` - Categories map[string]*CommunityCategory `protobuf:"bytes,8,rep,name=categories,proto3" json:"categories,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - ArchiveMagnetlinkClock uint64 `protobuf:"varint,9,opt,name=archive_magnetlink_clock,json=archiveMagnetlinkClock,proto3" json:"archive_magnetlink_clock,omitempty"` - AdminSettings *CommunityAdminSettings `protobuf:"bytes,10,opt,name=admin_settings,json=adminSettings,proto3" json:"admin_settings,omitempty"` - IntroMessage string `protobuf:"bytes,11,opt,name=intro_message,json=introMessage,proto3" json:"intro_message,omitempty"` - OutroMessage string `protobuf:"bytes,12,opt,name=outro_message,json=outroMessage,proto3" json:"outro_message,omitempty"` - // Deprecated: Marked as deprecated in communities.proto. - Encrypted bool `protobuf:"varint,13,opt,name=encrypted,proto3" json:"encrypted,omitempty"` - Tags []string `protobuf:"bytes,14,rep,name=tags,proto3" json:"tags,omitempty"` - TokenPermissions map[string]*CommunityTokenPermission `protobuf:"bytes,15,rep,name=token_permissions,json=tokenPermissions,proto3" json:"token_permissions,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - CommunityTokensMetadata []*CommunityTokenMetadata `protobuf:"bytes,16,rep,name=community_tokens_metadata,json=communityTokensMetadata,proto3" json:"community_tokens_metadata,omitempty"` - ActiveMembersCount uint64 `protobuf:"varint,17,opt,name=active_members_count,json=activeMembersCount,proto3" json:"active_members_count,omitempty"` - ID string `protobuf:"bytes,18,opt,name=ID,proto3" json:"ID,omitempty"` - BannedMembers map[string]*CommunityBanInfo `protobuf:"bytes,19,rep,name=banned_members,json=bannedMembers,proto3" json:"banned_members,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // request to resend revealed addresses - ResendAccountsClock uint64 `protobuf:"varint,20,opt,name=resend_accounts_clock,json=resendAccountsClock,proto3" json:"resend_accounts_clock,omitempty"` - // key is hash ratchet key_id + seq_no - PrivateData map[string][]byte `protobuf:"bytes,100,rep,name=privateData,proto3" json:"privateData,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` -} - -func (x *CommunityDescription) Reset() { - *x = CommunityDescription{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityDescription) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityDescription) ProtoMessage() {} - -func (x *CommunityDescription) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityDescription.ProtoReflect.Descriptor instead. -func (*CommunityDescription) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{7} -} - -func (x *CommunityDescription) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityDescription) GetMembers() map[string]*CommunityMember { - if x != nil { - return x.Members - } - return nil -} - -func (x *CommunityDescription) GetPermissions() *CommunityPermissions { - if x != nil { - return x.Permissions - } - return nil -} - -func (x *CommunityDescription) GetIdentity() *ChatIdentity { - if x != nil { - return x.Identity - } - return nil -} - -func (x *CommunityDescription) GetChats() map[string]*CommunityChat { - if x != nil { - return x.Chats - } - return nil -} - -// Deprecated: Marked as deprecated in communities.proto. -func (x *CommunityDescription) GetBanList() []string { - if x != nil { - return x.BanList - } - return nil -} - -func (x *CommunityDescription) GetCategories() map[string]*CommunityCategory { - if x != nil { - return x.Categories - } - return nil -} - -func (x *CommunityDescription) GetArchiveMagnetlinkClock() uint64 { - if x != nil { - return x.ArchiveMagnetlinkClock - } - return 0 -} - -func (x *CommunityDescription) GetAdminSettings() *CommunityAdminSettings { - if x != nil { - return x.AdminSettings - } - return nil -} - -func (x *CommunityDescription) GetIntroMessage() string { - if x != nil { - return x.IntroMessage - } - return "" -} - -func (x *CommunityDescription) GetOutroMessage() string { - if x != nil { - return x.OutroMessage - } - return "" -} - -// Deprecated: Marked as deprecated in communities.proto. -func (x *CommunityDescription) GetEncrypted() bool { - if x != nil { - return x.Encrypted - } - return false -} - -func (x *CommunityDescription) GetTags() []string { - if x != nil { - return x.Tags - } - return nil -} - -func (x *CommunityDescription) GetTokenPermissions() map[string]*CommunityTokenPermission { - if x != nil { - return x.TokenPermissions - } - return nil -} - -func (x *CommunityDescription) GetCommunityTokensMetadata() []*CommunityTokenMetadata { - if x != nil { - return x.CommunityTokensMetadata - } - return nil -} - -func (x *CommunityDescription) GetActiveMembersCount() uint64 { - if x != nil { - return x.ActiveMembersCount - } - return 0 -} - -func (x *CommunityDescription) GetID() string { - if x != nil { - return x.ID - } - return "" -} - -func (x *CommunityDescription) GetBannedMembers() map[string]*CommunityBanInfo { - if x != nil { - return x.BannedMembers - } - return nil -} - -func (x *CommunityDescription) GetResendAccountsClock() uint64 { - if x != nil { - return x.ResendAccountsClock - } - return 0 -} - -func (x *CommunityDescription) GetPrivateData() map[string][]byte { - if x != nil { - return x.PrivateData - } - return nil -} - -type CommunityBanInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DeleteAllMessages bool `protobuf:"varint,1,opt,name=delete_all_messages,json=deleteAllMessages,proto3" json:"delete_all_messages,omitempty"` -} - -func (x *CommunityBanInfo) Reset() { - *x = CommunityBanInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityBanInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityBanInfo) ProtoMessage() {} - -func (x *CommunityBanInfo) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityBanInfo.ProtoReflect.Descriptor instead. -func (*CommunityBanInfo) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{8} -} - -func (x *CommunityBanInfo) GetDeleteAllMessages() bool { - if x != nil { - return x.DeleteAllMessages - } - return false -} - -type CommunityAdminSettings struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PinMessageAllMembersEnabled bool `protobuf:"varint,1,opt,name=pin_message_all_members_enabled,json=pinMessageAllMembersEnabled,proto3" json:"pin_message_all_members_enabled,omitempty"` -} - -func (x *CommunityAdminSettings) Reset() { - *x = CommunityAdminSettings{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityAdminSettings) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityAdminSettings) ProtoMessage() {} - -func (x *CommunityAdminSettings) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityAdminSettings.ProtoReflect.Descriptor instead. -func (*CommunityAdminSettings) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{9} -} - -func (x *CommunityAdminSettings) GetPinMessageAllMembersEnabled() bool { - if x != nil { - return x.PinMessageAllMembersEnabled - } - return false -} - -type CommunityChat struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Members map[string]*CommunityMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - Permissions *CommunityPermissions `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"` - Identity *ChatIdentity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"` - CategoryId string `protobuf:"bytes,4,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` - Position int32 `protobuf:"varint,5,opt,name=position,proto3" json:"position,omitempty"` - ViewersCanPostReactions bool `protobuf:"varint,6,opt,name=viewers_can_post_reactions,json=viewersCanPostReactions,proto3" json:"viewers_can_post_reactions,omitempty"` - HideIfPermissionsNotMet bool `protobuf:"varint,7,opt,name=hide_if_permissions_not_met,json=hideIfPermissionsNotMet,proto3" json:"hide_if_permissions_not_met,omitempty"` - MembersList *CommunityBloomFilter `protobuf:"bytes,8,opt,name=members_list,json=membersList,proto3" json:"members_list,omitempty"` -} - -func (x *CommunityChat) Reset() { - *x = CommunityChat{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityChat) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityChat) ProtoMessage() {} - -func (x *CommunityChat) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityChat.ProtoReflect.Descriptor instead. -func (*CommunityChat) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{10} -} - -func (x *CommunityChat) GetMembers() map[string]*CommunityMember { - if x != nil { - return x.Members - } - return nil -} - -func (x *CommunityChat) GetPermissions() *CommunityPermissions { - if x != nil { - return x.Permissions - } - return nil -} - -func (x *CommunityChat) GetIdentity() *ChatIdentity { - if x != nil { - return x.Identity - } - return nil -} - -func (x *CommunityChat) GetCategoryId() string { - if x != nil { - return x.CategoryId - } - return "" -} - -func (x *CommunityChat) GetPosition() int32 { - if x != nil { - return x.Position - } - return 0 -} - -func (x *CommunityChat) GetViewersCanPostReactions() bool { - if x != nil { - return x.ViewersCanPostReactions - } - return false -} - -func (x *CommunityChat) GetHideIfPermissionsNotMet() bool { - if x != nil { - return x.HideIfPermissionsNotMet - } - return false -} - -func (x *CommunityChat) GetMembersList() *CommunityBloomFilter { - if x != nil { - return x.MembersList - } - return nil -} - -type CommunityBloomFilter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` - M uint64 `protobuf:"varint,2,opt,name=m,proto3" json:"m,omitempty"` - K uint64 `protobuf:"varint,3,opt,name=k,proto3" json:"k,omitempty"` -} - -func (x *CommunityBloomFilter) Reset() { - *x = CommunityBloomFilter{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityBloomFilter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityBloomFilter) ProtoMessage() {} - -func (x *CommunityBloomFilter) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityBloomFilter.ProtoReflect.Descriptor instead. -func (*CommunityBloomFilter) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{11} -} - -func (x *CommunityBloomFilter) GetData() []byte { - if x != nil { - return x.Data - } - return nil -} - -func (x *CommunityBloomFilter) GetM() uint64 { - if x != nil { - return x.M - } - return 0 -} - -func (x *CommunityBloomFilter) GetK() uint64 { - if x != nil { - return x.K - } - return 0 -} - -type CommunityCategory struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CategoryId string `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Position int32 `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"` -} - -func (x *CommunityCategory) Reset() { - *x = CommunityCategory{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityCategory) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityCategory) ProtoMessage() {} - -func (x *CommunityCategory) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityCategory.ProtoReflect.Descriptor instead. -func (*CommunityCategory) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{12} -} - -func (x *CommunityCategory) GetCategoryId() string { - if x != nil { - return x.CategoryId - } - return "" -} - -func (x *CommunityCategory) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *CommunityCategory) GetPosition() int32 { - if x != nil { - return x.Position - } - return 0 -} - -type RevealedAccount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` - ChainIds []uint64 `protobuf:"varint,3,rep,packed,name=chain_ids,json=chainIds,proto3" json:"chain_ids,omitempty"` - IsAirdropAddress bool `protobuf:"varint,4,opt,name=isAirdropAddress,proto3" json:"isAirdropAddress,omitempty"` -} - -func (x *RevealedAccount) Reset() { - *x = RevealedAccount{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RevealedAccount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RevealedAccount) ProtoMessage() {} - -func (x *RevealedAccount) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RevealedAccount.ProtoReflect.Descriptor instead. -func (*RevealedAccount) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{13} -} - -func (x *RevealedAccount) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *RevealedAccount) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *RevealedAccount) GetChainIds() []uint64 { - if x != nil { - return x.ChainIds - } - return nil -} - -func (x *RevealedAccount) GetIsAirdropAddress() bool { - if x != nil { - return x.IsAirdropAddress - } - return false -} - -type CommunityRequestToJoin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - EnsName string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - CommunityId []byte `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - RevealedAccounts []*RevealedAccount `protobuf:"bytes,6,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"` - CustomizationColor uint32 `protobuf:"varint,7,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` -} - -func (x *CommunityRequestToJoin) Reset() { - *x = CommunityRequestToJoin{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityRequestToJoin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityRequestToJoin) ProtoMessage() {} - -func (x *CommunityRequestToJoin) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityRequestToJoin.ProtoReflect.Descriptor instead. -func (*CommunityRequestToJoin) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{14} -} - -func (x *CommunityRequestToJoin) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityRequestToJoin) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *CommunityRequestToJoin) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *CommunityRequestToJoin) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityRequestToJoin) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *CommunityRequestToJoin) GetRevealedAccounts() []*RevealedAccount { - if x != nil { - return x.RevealedAccounts - } - return nil -} - -func (x *CommunityRequestToJoin) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -type CommunityEditSharedAddresses struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - RevealedAccounts []*RevealedAccount `protobuf:"bytes,3,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"` -} - -func (x *CommunityEditSharedAddresses) Reset() { - *x = CommunityEditSharedAddresses{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityEditSharedAddresses) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityEditSharedAddresses) ProtoMessage() {} - -func (x *CommunityEditSharedAddresses) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityEditSharedAddresses.ProtoReflect.Descriptor instead. -func (*CommunityEditSharedAddresses) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{15} -} - -func (x *CommunityEditSharedAddresses) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityEditSharedAddresses) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityEditSharedAddresses) GetRevealedAccounts() []*RevealedAccount { - if x != nil { - return x.RevealedAccounts - } - return nil -} - -type CommunityCancelRequestToJoin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - EnsName string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - CommunityId []byte `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - CustomizationColor uint32 `protobuf:"varint,6,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` -} - -func (x *CommunityCancelRequestToJoin) Reset() { - *x = CommunityCancelRequestToJoin{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityCancelRequestToJoin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityCancelRequestToJoin) ProtoMessage() {} - -func (x *CommunityCancelRequestToJoin) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityCancelRequestToJoin.ProtoReflect.Descriptor instead. -func (*CommunityCancelRequestToJoin) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{16} -} - -func (x *CommunityCancelRequestToJoin) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityCancelRequestToJoin) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *CommunityCancelRequestToJoin) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *CommunityCancelRequestToJoin) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityCancelRequestToJoin) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *CommunityCancelRequestToJoin) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -type CommunityUserKicked struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` -} - -func (x *CommunityUserKicked) Reset() { - *x = CommunityUserKicked{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityUserKicked) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityUserKicked) ProtoMessage() {} - -func (x *CommunityUserKicked) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityUserKicked.ProtoReflect.Descriptor instead. -func (*CommunityUserKicked) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{17} -} - -func (x *CommunityUserKicked) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityUserKicked) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -type CommunityRequestToJoinResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Community *CommunityDescription `protobuf:"bytes,2,opt,name=community,proto3" json:"community,omitempty"` - Accepted bool `protobuf:"varint,3,opt,name=accepted,proto3" json:"accepted,omitempty"` - Grant []byte `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"` - CommunityId []byte `protobuf:"bytes,5,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - MagnetUri string `protobuf:"bytes,6,opt,name=magnet_uri,json=magnetUri,proto3" json:"magnet_uri,omitempty"` - ProtectedTopicPrivateKey []byte `protobuf:"bytes,7,opt,name=protected_topic_private_key,json=protectedTopicPrivateKey,proto3" json:"protected_topic_private_key,omitempty"` - Shard *Shard `protobuf:"bytes,8,opt,name=shard,proto3" json:"shard,omitempty"` -} - -func (x *CommunityRequestToJoinResponse) Reset() { - *x = CommunityRequestToJoinResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityRequestToJoinResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityRequestToJoinResponse) ProtoMessage() {} - -func (x *CommunityRequestToJoinResponse) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityRequestToJoinResponse.ProtoReflect.Descriptor instead. -func (*CommunityRequestToJoinResponse) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{18} -} - -func (x *CommunityRequestToJoinResponse) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityRequestToJoinResponse) GetCommunity() *CommunityDescription { - if x != nil { - return x.Community - } - return nil -} - -func (x *CommunityRequestToJoinResponse) GetAccepted() bool { - if x != nil { - return x.Accepted - } - return false -} - -func (x *CommunityRequestToJoinResponse) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -func (x *CommunityRequestToJoinResponse) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityRequestToJoinResponse) GetMagnetUri() string { - if x != nil { - return x.MagnetUri - } - return "" -} - -func (x *CommunityRequestToJoinResponse) GetProtectedTopicPrivateKey() []byte { - if x != nil { - return x.ProtectedTopicPrivateKey - } - return nil -} - -func (x *CommunityRequestToJoinResponse) GetShard() *Shard { - if x != nil { - return x.Shard - } - return nil -} - -type CommunityRequestToLeave struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` -} - -func (x *CommunityRequestToLeave) Reset() { - *x = CommunityRequestToLeave{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityRequestToLeave) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityRequestToLeave) ProtoMessage() {} - -func (x *CommunityRequestToLeave) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityRequestToLeave.ProtoReflect.Descriptor instead. -func (*CommunityRequestToLeave) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{19} -} - -func (x *CommunityRequestToLeave) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityRequestToLeave) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -type CommunityMessageArchiveMagnetlink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - MagnetUri string `protobuf:"bytes,2,opt,name=magnet_uri,json=magnetUri,proto3" json:"magnet_uri,omitempty"` -} - -func (x *CommunityMessageArchiveMagnetlink) Reset() { - *x = CommunityMessageArchiveMagnetlink{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityMessageArchiveMagnetlink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityMessageArchiveMagnetlink) ProtoMessage() {} - -func (x *CommunityMessageArchiveMagnetlink) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityMessageArchiveMagnetlink.ProtoReflect.Descriptor instead. -func (*CommunityMessageArchiveMagnetlink) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{20} -} - -func (x *CommunityMessageArchiveMagnetlink) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityMessageArchiveMagnetlink) GetMagnetUri() string { - if x != nil { - return x.MagnetUri - } - return "" -} - -type WakuMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Sig []byte `protobuf:"bytes,1,opt,name=sig,proto3" json:"sig,omitempty"` - Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - Topic []byte `protobuf:"bytes,3,opt,name=topic,proto3" json:"topic,omitempty"` - Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` - Padding []byte `protobuf:"bytes,5,opt,name=padding,proto3" json:"padding,omitempty"` - Hash []byte `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"` - ThirdPartyId string `protobuf:"bytes,7,opt,name=thirdPartyId,proto3" json:"thirdPartyId,omitempty"` -} - -func (x *WakuMessage) Reset() { - *x = WakuMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WakuMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WakuMessage) ProtoMessage() {} - -func (x *WakuMessage) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WakuMessage.ProtoReflect.Descriptor instead. -func (*WakuMessage) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{21} -} - -func (x *WakuMessage) GetSig() []byte { - if x != nil { - return x.Sig - } - return nil -} - -func (x *WakuMessage) GetTimestamp() uint64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -func (x *WakuMessage) GetTopic() []byte { - if x != nil { - return x.Topic - } - return nil -} - -func (x *WakuMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *WakuMessage) GetPadding() []byte { - if x != nil { - return x.Padding - } - return nil -} - -func (x *WakuMessage) GetHash() []byte { - if x != nil { - return x.Hash - } - return nil -} - -func (x *WakuMessage) GetThirdPartyId() string { - if x != nil { - return x.ThirdPartyId - } - return "" -} - -type WakuMessageArchiveMetadata struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` - From uint64 `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"` - To uint64 `protobuf:"varint,3,opt,name=to,proto3" json:"to,omitempty"` - ContentTopic [][]byte `protobuf:"bytes,4,rep,name=contentTopic,proto3" json:"contentTopic,omitempty"` -} - -func (x *WakuMessageArchiveMetadata) Reset() { - *x = WakuMessageArchiveMetadata{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WakuMessageArchiveMetadata) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WakuMessageArchiveMetadata) ProtoMessage() {} - -func (x *WakuMessageArchiveMetadata) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WakuMessageArchiveMetadata.ProtoReflect.Descriptor instead. -func (*WakuMessageArchiveMetadata) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{22} -} - -func (x *WakuMessageArchiveMetadata) GetVersion() uint32 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *WakuMessageArchiveMetadata) GetFrom() uint64 { - if x != nil { - return x.From - } - return 0 -} - -func (x *WakuMessageArchiveMetadata) GetTo() uint64 { - if x != nil { - return x.To - } - return 0 -} - -func (x *WakuMessageArchiveMetadata) GetContentTopic() [][]byte { - if x != nil { - return x.ContentTopic - } - return nil -} - -type WakuMessageArchive struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` - Metadata *WakuMessageArchiveMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - Messages []*WakuMessage `protobuf:"bytes,3,rep,name=messages,proto3" json:"messages,omitempty"` -} - -func (x *WakuMessageArchive) Reset() { - *x = WakuMessageArchive{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WakuMessageArchive) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WakuMessageArchive) ProtoMessage() {} - -func (x *WakuMessageArchive) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WakuMessageArchive.ProtoReflect.Descriptor instead. -func (*WakuMessageArchive) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{23} -} - -func (x *WakuMessageArchive) GetVersion() uint32 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *WakuMessageArchive) GetMetadata() *WakuMessageArchiveMetadata { - if x != nil { - return x.Metadata - } - return nil -} - -func (x *WakuMessageArchive) GetMessages() []*WakuMessage { - if x != nil { - return x.Messages - } - return nil -} - -type WakuMessageArchiveIndexMetadata struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` - Metadata *WakuMessageArchiveMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` - Offset uint64 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` - Size uint64 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"` - Padding uint64 `protobuf:"varint,5,opt,name=padding,proto3" json:"padding,omitempty"` -} - -func (x *WakuMessageArchiveIndexMetadata) Reset() { - *x = WakuMessageArchiveIndexMetadata{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WakuMessageArchiveIndexMetadata) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WakuMessageArchiveIndexMetadata) ProtoMessage() {} - -func (x *WakuMessageArchiveIndexMetadata) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WakuMessageArchiveIndexMetadata.ProtoReflect.Descriptor instead. -func (*WakuMessageArchiveIndexMetadata) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{24} -} - -func (x *WakuMessageArchiveIndexMetadata) GetVersion() uint32 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *WakuMessageArchiveIndexMetadata) GetMetadata() *WakuMessageArchiveMetadata { - if x != nil { - return x.Metadata - } - return nil -} - -func (x *WakuMessageArchiveIndexMetadata) GetOffset() uint64 { - if x != nil { - return x.Offset - } - return 0 -} - -func (x *WakuMessageArchiveIndexMetadata) GetSize() uint64 { - if x != nil { - return x.Size - } - return 0 -} - -func (x *WakuMessageArchiveIndexMetadata) GetPadding() uint64 { - if x != nil { - return x.Padding - } - return 0 -} - -type WakuMessageArchiveIndex struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Archives map[string]*WakuMessageArchiveIndexMetadata `protobuf:"bytes,1,rep,name=archives,proto3" json:"archives,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` -} - -func (x *WakuMessageArchiveIndex) Reset() { - *x = WakuMessageArchiveIndex{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WakuMessageArchiveIndex) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WakuMessageArchiveIndex) ProtoMessage() {} - -func (x *WakuMessageArchiveIndex) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WakuMessageArchiveIndex.ProtoReflect.Descriptor instead. -func (*WakuMessageArchiveIndex) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{25} -} - -func (x *WakuMessageArchiveIndex) GetArchives() map[string]*WakuMessageArchiveIndexMetadata { - if x != nil { - return x.Archives - } - return nil -} - -type CommunityPublicStorenodesInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Signature of the payload field - Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` - // Marshaled CommunityStorenodes - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` -} - -func (x *CommunityPublicStorenodesInfo) Reset() { - *x = CommunityPublicStorenodesInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityPublicStorenodesInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityPublicStorenodesInfo) ProtoMessage() {} - -func (x *CommunityPublicStorenodesInfo) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityPublicStorenodesInfo.ProtoReflect.Descriptor instead. -func (*CommunityPublicStorenodesInfo) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{26} -} - -func (x *CommunityPublicStorenodesInfo) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *CommunityPublicStorenodesInfo) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -type CommunityStorenodes struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - Storenodes []*Storenode `protobuf:"bytes,3,rep,name=storenodes,proto3" json:"storenodes,omitempty"` - ChainId uint64 `protobuf:"varint,4,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` -} - -func (x *CommunityStorenodes) Reset() { - *x = CommunityStorenodes{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityStorenodes) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityStorenodes) ProtoMessage() {} - -func (x *CommunityStorenodes) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityStorenodes.ProtoReflect.Descriptor instead. -func (*CommunityStorenodes) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{27} -} - -func (x *CommunityStorenodes) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityStorenodes) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityStorenodes) GetStorenodes() []*Storenode { - if x != nil { - return x.Storenodes - } - return nil -} - -func (x *CommunityStorenodes) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -type Storenode struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - StorenodeId string `protobuf:"bytes,2,opt,name=storenode_id,json=storenodeId,proto3" json:"storenode_id,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"` - Fleet string `protobuf:"bytes,5,opt,name=fleet,proto3" json:"fleet,omitempty"` - Version uint32 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"` - Removed bool `protobuf:"varint,7,opt,name=removed,proto3" json:"removed,omitempty"` - DeletedAt int64 `protobuf:"varint,8,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` -} - -func (x *Storenode) Reset() { - *x = Storenode{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Storenode) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Storenode) ProtoMessage() {} - -func (x *Storenode) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Storenode.ProtoReflect.Descriptor instead. -func (*Storenode) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{28} -} - -func (x *Storenode) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *Storenode) GetStorenodeId() string { - if x != nil { - return x.StorenodeId - } - return "" -} - -func (x *Storenode) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *Storenode) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *Storenode) GetFleet() string { - if x != nil { - return x.Fleet - } - return "" -} - -func (x *Storenode) GetVersion() uint32 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *Storenode) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -func (x *Storenode) GetDeletedAt() int64 { - if x != nil { - return x.DeletedAt - } - return 0 -} - -type CommunityReevaluatePermissionsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` -} - -func (x *CommunityReevaluatePermissionsRequest) Reset() { - *x = CommunityReevaluatePermissionsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityReevaluatePermissionsRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityReevaluatePermissionsRequest) ProtoMessage() {} - -func (x *CommunityReevaluatePermissionsRequest) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityReevaluatePermissionsRequest.ProtoReflect.Descriptor instead. -func (*CommunityReevaluatePermissionsRequest) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{29} -} - -func (x *CommunityReevaluatePermissionsRequest) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -type DeleteCommunityMemberMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ChatId string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` -} - -func (x *DeleteCommunityMemberMessage) Reset() { - *x = DeleteCommunityMemberMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteCommunityMemberMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteCommunityMemberMessage) ProtoMessage() {} - -func (x *DeleteCommunityMemberMessage) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteCommunityMemberMessage.ProtoReflect.Descriptor instead. -func (*DeleteCommunityMemberMessage) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{30} -} - -func (x *DeleteCommunityMemberMessage) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *DeleteCommunityMemberMessage) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -type DeleteCommunityMemberMessages struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - MemberId string `protobuf:"bytes,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"` - Messages []*DeleteCommunityMemberMessage `protobuf:"bytes,4,rep,name=messages,proto3" json:"messages,omitempty"` -} - -func (x *DeleteCommunityMemberMessages) Reset() { - *x = DeleteCommunityMemberMessages{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeleteCommunityMemberMessages) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeleteCommunityMemberMessages) ProtoMessage() {} - -func (x *DeleteCommunityMemberMessages) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeleteCommunityMemberMessages.ProtoReflect.Descriptor instead. -func (*DeleteCommunityMemberMessages) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{31} -} - -func (x *DeleteCommunityMemberMessages) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *DeleteCommunityMemberMessages) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *DeleteCommunityMemberMessages) GetMemberId() string { - if x != nil { - return x.MemberId - } - return "" -} - -func (x *DeleteCommunityMemberMessages) GetMessages() []*DeleteCommunityMemberMessage { - if x != nil { - return x.Messages - } - return nil -} - -type CommunityUpdateGrant struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - Grants map[uint32][]byte `protobuf:"bytes,3,rep,name=grants,proto3" json:"grants,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` -} - -func (x *CommunityUpdateGrant) Reset() { - *x = CommunityUpdateGrant{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityUpdateGrant) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityUpdateGrant) ProtoMessage() {} - -func (x *CommunityUpdateGrant) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityUpdateGrant.ProtoReflect.Descriptor instead. -func (*CommunityUpdateGrant) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{32} -} - -func (x *CommunityUpdateGrant) GetTimestamp() uint64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -func (x *CommunityUpdateGrant) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityUpdateGrant) GetGrants() map[uint32][]byte { - if x != nil { - return x.Grants - } - return nil -} - -type CommunityEncryptionKeysRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - ChatIds []string `protobuf:"bytes,2,rep,name=chat_ids,json=chatIds,proto3" json:"chat_ids,omitempty"` -} - -func (x *CommunityEncryptionKeysRequest) Reset() { - *x = CommunityEncryptionKeysRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityEncryptionKeysRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityEncryptionKeysRequest) ProtoMessage() {} - -func (x *CommunityEncryptionKeysRequest) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityEncryptionKeysRequest.ProtoReflect.Descriptor instead. -func (*CommunityEncryptionKeysRequest) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{33} -} - -func (x *CommunityEncryptionKeysRequest) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityEncryptionKeysRequest) GetChatIds() []string { - if x != nil { - return x.ChatIds - } - return nil -} - -type CommunitySharedAddressesRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` -} - -func (x *CommunitySharedAddressesRequest) Reset() { - *x = CommunitySharedAddressesRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunitySharedAddressesRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunitySharedAddressesRequest) ProtoMessage() {} - -func (x *CommunitySharedAddressesRequest) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunitySharedAddressesRequest.ProtoReflect.Descriptor instead. -func (*CommunitySharedAddressesRequest) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{34} -} - -func (x *CommunitySharedAddressesRequest) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -type CommunitySharedAddressesResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - RevealedAccounts []*RevealedAccount `protobuf:"bytes,3,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"` -} - -func (x *CommunitySharedAddressesResponse) Reset() { - *x = CommunitySharedAddressesResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_communities_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunitySharedAddressesResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunitySharedAddressesResponse) ProtoMessage() {} - -func (x *CommunitySharedAddressesResponse) ProtoReflect() protoreflect.Message { - mi := &file_communities_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunitySharedAddressesResponse.ProtoReflect.Descriptor instead. -func (*CommunitySharedAddressesResponse) Descriptor() ([]byte, []int) { - return file_communities_proto_rawDescGZIP(), []int{35} -} - -func (x *CommunitySharedAddressesResponse) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunitySharedAddressesResponse) GetRevealedAccounts() []*RevealedAccount { - if x != nil { - return x.RevealedAccounts - } - return nil -} - -var File_communities_proto protoreflect.FileDescriptor - -var file_communities_proto_rawDesc = []byte{ - 0x0a, 0x11, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x13, 0x63, - 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x1a, 0x0b, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, - 0x0b, 0x73, 0x68, 0x61, 0x72, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x90, 0x01, 0x0a, - 0x05, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73, 0x22, - 0xd1, 0x03, 0x0a, 0x0f, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x12, 0x35, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0e, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x2e, 0x52, 0x6f, - 0x6c, 0x65, 0x73, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x11, 0x72, 0x65, - 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, - 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x42, 0x02, 0x18, 0x01, 0x52, 0x10, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2a, 0x0a, 0x11, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0f, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x6f, - 0x63, 0x6b, 0x12, 0x48, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x5f, 0x72, 0x6f, - 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x6f, 0x6c, 0x65, 0x52, - 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x83, 0x01, 0x0a, - 0x05, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x0d, 0x0a, 0x09, 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x4e, - 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x4f, 0x57, - 0x4e, 0x45, 0x52, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x41, 0x44, - 0x4d, 0x49, 0x4e, 0x10, 0x04, 0x12, 0x15, 0x0a, 0x11, 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x54, 0x4f, - 0x4b, 0x45, 0x4e, 0x5f, 0x4d, 0x41, 0x53, 0x54, 0x45, 0x52, 0x10, 0x05, 0x22, 0x04, 0x08, 0x02, - 0x10, 0x02, 0x22, 0x04, 0x08, 0x03, 0x10, 0x03, 0x2a, 0x11, 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x4d, - 0x41, 0x4e, 0x41, 0x47, 0x45, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x53, 0x2a, 0x15, 0x52, 0x4f, 0x4c, - 0x45, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x52, 0x41, 0x54, 0x45, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x45, - 0x4e, 0x54, 0x22, 0x3f, 0x0a, 0x0b, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x52, 0x6f, 0x6c, - 0x65, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x48, 0x41, 0x4e, 0x4e, 0x45, 0x4c, 0x5f, 0x52, 0x4f, 0x4c, - 0x45, 0x5f, 0x50, 0x4f, 0x53, 0x54, 0x45, 0x52, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x48, - 0x41, 0x4e, 0x4e, 0x45, 0x4c, 0x5f, 0x52, 0x4f, 0x4c, 0x45, 0x5f, 0x56, 0x49, 0x45, 0x57, 0x45, - 0x52, 0x10, 0x01, 0x22, 0x9c, 0x03, 0x0a, 0x16, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x66, - 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x43, 0x6f, 0x6e, - 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x45, 0x6e, - 0x74, 0x72, 0x79, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x3a, - 0x0a, 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, - 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x79, - 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x79, 0x6d, 0x62, - 0x6f, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x63, 0x69, 0x6d, 0x61, - 0x6c, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x65, 0x63, 0x69, 0x6d, 0x61, - 0x6c, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x1a, 0x44, 0x0a, 0x16, - 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x22, 0xfb, 0x01, 0x0a, 0x14, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x63, - 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, - 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, - 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x12, 0x4a, 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, - 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, - 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x51, 0x0a, - 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x55, - 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, - 0x50, 0x45, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x41, 0x49, 0x52, 0x44, 0x52, 0x4f, 0x50, 0x10, - 0x01, 0x12, 0x08, 0x0a, 0x04, 0x42, 0x55, 0x52, 0x4e, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x52, - 0x45, 0x4d, 0x4f, 0x54, 0x45, 0x5f, 0x44, 0x45, 0x53, 0x54, 0x52, 0x55, 0x43, 0x54, 0x10, 0x03, - 0x22, 0xe5, 0x01, 0x0a, 0x14, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x65, - 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x73, - 0x5f, 0x6f, 0x6e, 0x6c, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x73, - 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x12, 0x3d, - 0x0a, 0x06, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x25, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x06, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x59, 0x0a, - 0x06, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x12, 0x0a, 0x0e, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, - 0x57, 0x4e, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x41, - 0x55, 0x54, 0x4f, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x0f, - 0x49, 0x4e, 0x56, 0x49, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, - 0x02, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x41, 0x4e, 0x55, 0x41, 0x4c, 0x5f, - 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x10, 0x03, 0x22, 0xaa, 0x03, 0x0a, 0x0d, 0x54, 0x6f, 0x6b, - 0x65, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x12, 0x5d, 0x0a, 0x12, 0x63, 0x6f, - 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x2e, - 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x30, 0x0a, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, - 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x79, 0x6d, - 0x62, 0x6f, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, - 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x06, 0x61, 0x6d, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x69, 0x64, 0x73, - 0x18, 0x06, 0x20, 0x03, 0x28, 0x04, 0x52, 0x08, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x64, 0x73, - 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x6e, 0x73, 0x5f, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x6e, 0x73, 0x50, 0x61, 0x74, 0x74, 0x65, 0x72, - 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x63, 0x69, 0x6d, 0x61, 0x6c, 0x73, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x08, 0x64, 0x65, 0x63, 0x69, 0x6d, 0x61, 0x6c, 0x73, 0x12, 0x20, 0x0a, - 0x0b, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x57, 0x65, 0x69, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0b, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x57, 0x65, 0x69, 0x1a, - 0x44, 0x0a, 0x16, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x93, 0x03, 0x0a, 0x18, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x3b, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x27, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x3e, 0x0a, 0x0e, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, - 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, - 0x52, 0x0d, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x12, - 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, - 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, - 0x5f, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, - 0x69, 0x73, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x22, 0xaf, 0x01, 0x0a, 0x04, 0x54, 0x79, - 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x18, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x4f, - 0x4b, 0x45, 0x4e, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x00, - 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x45, 0x43, 0x4f, 0x4d, 0x45, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, - 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x45, 0x43, 0x4f, 0x4d, 0x45, 0x5f, 0x4d, 0x45, 0x4d, - 0x42, 0x45, 0x52, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x43, 0x41, 0x4e, 0x5f, 0x56, 0x49, 0x45, - 0x57, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x4e, 0x45, 0x4c, 0x10, 0x03, 0x12, 0x1d, 0x0a, 0x19, 0x43, - 0x41, 0x4e, 0x5f, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x41, 0x4e, 0x44, 0x5f, 0x50, 0x4f, 0x53, 0x54, - 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x4e, 0x45, 0x4c, 0x10, 0x04, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x45, - 0x43, 0x4f, 0x4d, 0x45, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x4d, 0x41, 0x53, 0x54, 0x45, - 0x52, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x42, 0x45, 0x43, 0x4f, 0x4d, 0x45, 0x5f, 0x54, 0x4f, - 0x4b, 0x45, 0x4e, 0x5f, 0x4f, 0x57, 0x4e, 0x45, 0x52, 0x10, 0x06, 0x22, 0x8d, 0x0d, 0x0a, 0x14, - 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x45, 0x0a, 0x07, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x65, 0x72, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x73, 0x12, 0x32, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x08, 0x69, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x3f, 0x0a, 0x05, 0x63, 0x68, 0x61, 0x74, 0x73, - 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x52, 0x05, 0x63, 0x68, 0x61, 0x74, 0x73, 0x12, 0x1d, 0x0a, 0x08, 0x62, 0x61, 0x6e, 0x5f, - 0x6c, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, - 0x62, 0x61, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x4e, 0x0a, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, - 0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x61, 0x74, 0x65, - 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x63, 0x61, 0x74, - 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x12, 0x38, 0x0a, 0x18, 0x61, 0x72, 0x63, 0x68, 0x69, - 0x76, 0x65, 0x5f, 0x6d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x16, 0x61, 0x72, 0x63, 0x68, 0x69, - 0x76, 0x65, 0x4d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x43, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x47, 0x0a, 0x0e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, - 0x6e, 0x67, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x41, 0x64, - 0x6d, 0x69, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x0d, 0x61, 0x64, 0x6d, - 0x69, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x69, 0x6e, - 0x74, 0x72, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, - 0x23, 0x0a, 0x0d, 0x6f, 0x75, 0x74, 0x72, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x75, 0x74, 0x72, 0x6f, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x09, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, - 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65, 0x6e, 0x63, - 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x0e, - 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x61, 0x0a, 0x11, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, - 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x10, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x5c, 0x0a, - 0x19, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, - 0x73, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x17, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x30, 0x0a, 0x14, 0x61, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x04, 0x52, 0x12, 0x61, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x0e, 0x0a, - 0x02, 0x49, 0x44, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x49, 0x44, 0x12, 0x58, 0x0a, - 0x0e, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, - 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x32, 0x0a, 0x15, 0x72, 0x65, 0x73, 0x65, 0x6e, - 0x64, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x18, 0x14, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x51, 0x0a, 0x0b, 0x70, - 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x18, 0x64, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x52, 0x0b, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x55, - 0x0a, 0x0c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, - 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, - 0x12, 0x2f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x51, 0x0a, 0x0a, 0x43, 0x68, 0x61, 0x74, 0x73, 0x45, 0x6e, - 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x5a, 0x0a, 0x0f, 0x43, 0x61, 0x74, 0x65, - 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, - 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x31, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x67, 0x0a, 0x15, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, - 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, - 0x38, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x5c, 0x0a, - 0x12, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x45, 0x6e, - 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x30, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x42, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x50, - 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, - 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x42, 0x0a, 0x10, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x42, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x2e, 0x0a, 0x13, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5f, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x41, 0x6c, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x22, - 0x5e, 0x0a, 0x16, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x41, 0x64, 0x6d, 0x69, - 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x44, 0x0a, 0x1f, 0x70, 0x69, 0x6e, - 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x1b, 0x70, 0x69, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x6c, - 0x6c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, - 0x97, 0x04, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x68, 0x61, - 0x74, 0x12, 0x3e, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x68, 0x61, 0x74, 0x2e, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x65, 0x72, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x73, 0x12, 0x32, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x08, 0x69, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, 0x74, 0x65, 0x67, - 0x6f, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, - 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x0a, 0x1a, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x73, 0x5f, - 0x63, 0x61, 0x6e, 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x72, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x17, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, - 0x73, 0x43, 0x61, 0x6e, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x12, 0x3c, 0x0a, 0x1b, 0x68, 0x69, 0x64, 0x65, 0x5f, 0x69, 0x66, 0x5f, 0x70, 0x65, 0x72, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x6d, 0x65, 0x74, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x17, 0x68, 0x69, 0x64, 0x65, 0x49, 0x66, 0x50, 0x65, - 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x4e, 0x6f, 0x74, 0x4d, 0x65, 0x74, 0x12, - 0x41, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x42, 0x6c, 0x6f, 0x6f, 0x6d, 0x46, - 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x1a, 0x55, 0x0a, 0x0c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x46, 0x0a, 0x14, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x42, 0x6c, 0x6f, 0x6f, 0x6d, 0x46, 0x69, 0x6c, 0x74, 0x65, - 0x72, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x0c, 0x0a, 0x01, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x01, 0x6d, 0x12, 0x0c, 0x0a, 0x01, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x01, - 0x6b, 0x22, 0x64, 0x0a, 0x11, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x61, - 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, - 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, 0x74, - 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, - 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, - 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x92, 0x01, 0x0a, 0x0f, 0x52, 0x65, 0x76, 0x65, - 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, - 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x73, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x52, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x73, - 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x73, 0x41, 0x69, 0x72, 0x64, 0x72, 0x6f, 0x70, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, 0x73, 0x41, 0x69, - 0x72, 0x64, 0x72, 0x6f, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xa1, 0x02, 0x0a, - 0x16, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x19, 0x0a, - 0x08, 0x65, 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x07, 0x65, 0x6e, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, - 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, - 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x11, 0x72, 0x65, 0x76, 0x65, 0x61, - 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x52, 0x65, - 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x10, 0x72, - 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, - 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x63, 0x75, - 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, - 0x22, 0x9f, 0x01, 0x0a, 0x1c, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x64, - 0x69, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, - 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x11, 0x72, 0x65, - 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, - 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x10, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x73, 0x22, 0xdf, 0x01, 0x0a, 0x1c, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4a, - 0x6f, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x73, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x73, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, - 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, - 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, - 0x6f, 0x6c, 0x6f, 0x72, 0x22, 0x4e, 0x0a, 0x13, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x55, 0x73, 0x65, 0x72, 0x4b, 0x69, 0x63, 0x6b, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x49, 0x64, 0x22, 0xce, 0x02, 0x0a, 0x1e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x3c, 0x0a, - 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, - 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x61, - 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x12, 0x21, 0x0a, - 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, - 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x55, 0x72, 0x69, 0x12, - 0x3d, 0x0a, 0x1b, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x74, 0x6f, 0x70, - 0x69, 0x63, 0x5f, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x18, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x65, 0x64, 0x54, - 0x6f, 0x70, 0x69, 0x63, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x25, - 0x0a, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x68, 0x61, 0x72, 0x64, 0x52, 0x05, - 0x73, 0x68, 0x61, 0x72, 0x64, 0x22, 0x52, 0x0a, 0x17, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4c, 0x65, 0x61, 0x76, 0x65, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x21, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x72, 0x63, - 0x68, 0x69, 0x76, 0x65, 0x4d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x5f, 0x75, - 0x72, 0x69, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x61, 0x67, 0x6e, 0x65, 0x74, - 0x55, 0x72, 0x69, 0x22, 0xbf, 0x01, 0x0a, 0x0b, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x05, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, - 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x12, 0x0a, - 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x68, 0x61, 0x73, - 0x68, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x68, 0x69, 0x72, 0x64, 0x50, 0x61, 0x72, 0x74, 0x79, 0x49, - 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x74, 0x68, 0x69, 0x72, 0x64, 0x50, 0x61, - 0x72, 0x74, 0x79, 0x49, 0x64, 0x22, 0x7e, 0x0a, 0x1a, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, - 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x66, 0x72, 0x6f, - 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x74, - 0x6f, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x70, 0x69, - 0x63, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, - 0x54, 0x6f, 0x70, 0x69, 0x63, 0x22, 0xa3, 0x01, 0x0a, 0x12, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x12, 0x18, 0x0a, 0x07, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, - 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x08, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x08, 0x6d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x52, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x22, 0xc3, 0x01, 0x0a, 0x1f, - 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, - 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, - 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x0a, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x6f, - 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6f, 0x66, 0x66, - 0x73, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x64, 0x64, 0x69, - 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x61, 0x64, 0x64, 0x69, 0x6e, - 0x67, 0x22, 0xce, 0x01, 0x0a, 0x17, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4b, 0x0a, - 0x08, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x2f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x57, 0x61, 0x6b, 0x75, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x2e, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, - 0x52, 0x08, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x1a, 0x66, 0x0a, 0x0d, 0x41, 0x72, - 0x63, 0x68, 0x69, 0x76, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, - 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x3f, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x22, 0x57, 0x0a, 0x1d, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, - 0x75, 0x62, 0x6c, 0x69, 0x63, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x49, - 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x9e, 0x01, 0x0a, 0x13, - 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, - 0x64, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x0a, - 0x73, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x6f, 0x72, - 0x65, 0x6e, 0x6f, 0x64, 0x65, 0x52, 0x0a, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x22, 0xe8, 0x01, 0x0a, - 0x09, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x21, 0x0a, - 0x0c, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, - 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, - 0x0a, 0x05, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x66, - 0x6c, 0x65, 0x65, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x64, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0x4a, 0x0a, 0x25, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x52, 0x65, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x50, 0x65, - 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x49, 0x64, 0x22, 0x47, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x22, 0xb9, 0x01, 0x0a, - 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x49, 0x64, 0x12, 0x42, 0x0a, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, - 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, - 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x22, 0xd6, 0x01, 0x0a, 0x14, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, 0x6e, - 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, - 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x49, 0x64, 0x12, 0x42, 0x0a, 0x06, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, - 0x6e, 0x74, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, - 0x67, 0x72, 0x61, 0x6e, 0x74, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x73, - 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, - 0x01, 0x22, 0x5e, 0x0a, 0x1e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x6e, - 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, - 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, - 0x73, 0x22, 0x44, 0x0a, 0x1f, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x53, 0x68, - 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x22, 0x8d, 0x01, 0x0a, 0x20, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, - 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, - 0x46, 0x0a, 0x11, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x5f, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x10, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_communities_proto_rawDescOnce sync.Once - file_communities_proto_rawDescData = file_communities_proto_rawDesc -) - -func file_communities_proto_rawDescGZIP() []byte { - file_communities_proto_rawDescOnce.Do(func() { - file_communities_proto_rawDescData = protoimpl.X.CompressGZIP(file_communities_proto_rawDescData) - }) - return file_communities_proto_rawDescData -} - -var file_communities_proto_enumTypes = make([]protoimpl.EnumInfo, 5) -var file_communities_proto_msgTypes = make([]protoimpl.MessageInfo, 47) -var file_communities_proto_goTypes = []interface{}{ - (CommunityMember_Roles)(0), // 0: protobuf.CommunityMember.Roles - (CommunityMember_ChannelRole)(0), // 1: protobuf.CommunityMember.ChannelRole - (CommunityTokenAction_ActionType)(0), // 2: protobuf.CommunityTokenAction.ActionType - (CommunityPermissions_Access)(0), // 3: protobuf.CommunityPermissions.Access - (CommunityTokenPermission_Type)(0), // 4: protobuf.CommunityTokenPermission.Type - (*Grant)(nil), // 5: protobuf.Grant - (*CommunityMember)(nil), // 6: protobuf.CommunityMember - (*CommunityTokenMetadata)(nil), // 7: protobuf.CommunityTokenMetadata - (*CommunityTokenAction)(nil), // 8: protobuf.CommunityTokenAction - (*CommunityPermissions)(nil), // 9: protobuf.CommunityPermissions - (*TokenCriteria)(nil), // 10: protobuf.TokenCriteria - (*CommunityTokenPermission)(nil), // 11: protobuf.CommunityTokenPermission - (*CommunityDescription)(nil), // 12: protobuf.CommunityDescription - (*CommunityBanInfo)(nil), // 13: protobuf.CommunityBanInfo - (*CommunityAdminSettings)(nil), // 14: protobuf.CommunityAdminSettings - (*CommunityChat)(nil), // 15: protobuf.CommunityChat - (*CommunityBloomFilter)(nil), // 16: protobuf.CommunityBloomFilter - (*CommunityCategory)(nil), // 17: protobuf.CommunityCategory - (*RevealedAccount)(nil), // 18: protobuf.RevealedAccount - (*CommunityRequestToJoin)(nil), // 19: protobuf.CommunityRequestToJoin - (*CommunityEditSharedAddresses)(nil), // 20: protobuf.CommunityEditSharedAddresses - (*CommunityCancelRequestToJoin)(nil), // 21: protobuf.CommunityCancelRequestToJoin - (*CommunityUserKicked)(nil), // 22: protobuf.CommunityUserKicked - (*CommunityRequestToJoinResponse)(nil), // 23: protobuf.CommunityRequestToJoinResponse - (*CommunityRequestToLeave)(nil), // 24: protobuf.CommunityRequestToLeave - (*CommunityMessageArchiveMagnetlink)(nil), // 25: protobuf.CommunityMessageArchiveMagnetlink - (*WakuMessage)(nil), // 26: protobuf.WakuMessage - (*WakuMessageArchiveMetadata)(nil), // 27: protobuf.WakuMessageArchiveMetadata - (*WakuMessageArchive)(nil), // 28: protobuf.WakuMessageArchive - (*WakuMessageArchiveIndexMetadata)(nil), // 29: protobuf.WakuMessageArchiveIndexMetadata - (*WakuMessageArchiveIndex)(nil), // 30: protobuf.WakuMessageArchiveIndex - (*CommunityPublicStorenodesInfo)(nil), // 31: protobuf.CommunityPublicStorenodesInfo - (*CommunityStorenodes)(nil), // 32: protobuf.CommunityStorenodes - (*Storenode)(nil), // 33: protobuf.Storenode - (*CommunityReevaluatePermissionsRequest)(nil), // 34: protobuf.CommunityReevaluatePermissionsRequest - (*DeleteCommunityMemberMessage)(nil), // 35: protobuf.DeleteCommunityMemberMessage - (*DeleteCommunityMemberMessages)(nil), // 36: protobuf.DeleteCommunityMemberMessages - (*CommunityUpdateGrant)(nil), // 37: protobuf.CommunityUpdateGrant - (*CommunityEncryptionKeysRequest)(nil), // 38: protobuf.CommunityEncryptionKeysRequest - (*CommunitySharedAddressesRequest)(nil), // 39: protobuf.CommunitySharedAddressesRequest - (*CommunitySharedAddressesResponse)(nil), // 40: protobuf.CommunitySharedAddressesResponse - nil, // 41: protobuf.CommunityTokenMetadata.ContractAddressesEntry - nil, // 42: protobuf.TokenCriteria.ContractAddressesEntry - nil, // 43: protobuf.CommunityDescription.MembersEntry - nil, // 44: protobuf.CommunityDescription.ChatsEntry - nil, // 45: protobuf.CommunityDescription.CategoriesEntry - nil, // 46: protobuf.CommunityDescription.TokenPermissionsEntry - nil, // 47: protobuf.CommunityDescription.BannedMembersEntry - nil, // 48: protobuf.CommunityDescription.PrivateDataEntry - nil, // 49: protobuf.CommunityChat.MembersEntry - nil, // 50: protobuf.WakuMessageArchiveIndex.ArchivesEntry - nil, // 51: protobuf.CommunityUpdateGrant.GrantsEntry - (CommunityTokenType)(0), // 52: protobuf.CommunityTokenType - (*ChatIdentity)(nil), // 53: protobuf.ChatIdentity - (*Shard)(nil), // 54: protobuf.Shard -} -var file_communities_proto_depIdxs = []int32{ - 0, // 0: protobuf.CommunityMember.roles:type_name -> protobuf.CommunityMember.Roles - 18, // 1: protobuf.CommunityMember.revealed_accounts:type_name -> protobuf.RevealedAccount - 1, // 2: protobuf.CommunityMember.channel_role:type_name -> protobuf.CommunityMember.ChannelRole - 41, // 3: protobuf.CommunityTokenMetadata.contract_addresses:type_name -> protobuf.CommunityTokenMetadata.ContractAddressesEntry - 52, // 4: protobuf.CommunityTokenMetadata.tokenType:type_name -> protobuf.CommunityTokenType - 2, // 5: protobuf.CommunityTokenAction.action_type:type_name -> protobuf.CommunityTokenAction.ActionType - 3, // 6: protobuf.CommunityPermissions.access:type_name -> protobuf.CommunityPermissions.Access - 42, // 7: protobuf.TokenCriteria.contract_addresses:type_name -> protobuf.TokenCriteria.ContractAddressesEntry - 52, // 8: protobuf.TokenCriteria.type:type_name -> protobuf.CommunityTokenType - 4, // 9: protobuf.CommunityTokenPermission.type:type_name -> protobuf.CommunityTokenPermission.Type - 10, // 10: protobuf.CommunityTokenPermission.token_criteria:type_name -> protobuf.TokenCriteria - 43, // 11: protobuf.CommunityDescription.members:type_name -> protobuf.CommunityDescription.MembersEntry - 9, // 12: protobuf.CommunityDescription.permissions:type_name -> protobuf.CommunityPermissions - 53, // 13: protobuf.CommunityDescription.identity:type_name -> protobuf.ChatIdentity - 44, // 14: protobuf.CommunityDescription.chats:type_name -> protobuf.CommunityDescription.ChatsEntry - 45, // 15: protobuf.CommunityDescription.categories:type_name -> protobuf.CommunityDescription.CategoriesEntry - 14, // 16: protobuf.CommunityDescription.admin_settings:type_name -> protobuf.CommunityAdminSettings - 46, // 17: protobuf.CommunityDescription.token_permissions:type_name -> protobuf.CommunityDescription.TokenPermissionsEntry - 7, // 18: protobuf.CommunityDescription.community_tokens_metadata:type_name -> protobuf.CommunityTokenMetadata - 47, // 19: protobuf.CommunityDescription.banned_members:type_name -> protobuf.CommunityDescription.BannedMembersEntry - 48, // 20: protobuf.CommunityDescription.privateData:type_name -> protobuf.CommunityDescription.PrivateDataEntry - 49, // 21: protobuf.CommunityChat.members:type_name -> protobuf.CommunityChat.MembersEntry - 9, // 22: protobuf.CommunityChat.permissions:type_name -> protobuf.CommunityPermissions - 53, // 23: protobuf.CommunityChat.identity:type_name -> protobuf.ChatIdentity - 16, // 24: protobuf.CommunityChat.members_list:type_name -> protobuf.CommunityBloomFilter - 18, // 25: protobuf.CommunityRequestToJoin.revealed_accounts:type_name -> protobuf.RevealedAccount - 18, // 26: protobuf.CommunityEditSharedAddresses.revealed_accounts:type_name -> protobuf.RevealedAccount - 12, // 27: protobuf.CommunityRequestToJoinResponse.community:type_name -> protobuf.CommunityDescription - 54, // 28: protobuf.CommunityRequestToJoinResponse.shard:type_name -> protobuf.Shard - 27, // 29: protobuf.WakuMessageArchive.metadata:type_name -> protobuf.WakuMessageArchiveMetadata - 26, // 30: protobuf.WakuMessageArchive.messages:type_name -> protobuf.WakuMessage - 27, // 31: protobuf.WakuMessageArchiveIndexMetadata.metadata:type_name -> protobuf.WakuMessageArchiveMetadata - 50, // 32: protobuf.WakuMessageArchiveIndex.archives:type_name -> protobuf.WakuMessageArchiveIndex.ArchivesEntry - 33, // 33: protobuf.CommunityStorenodes.storenodes:type_name -> protobuf.Storenode - 35, // 34: protobuf.DeleteCommunityMemberMessages.messages:type_name -> protobuf.DeleteCommunityMemberMessage - 51, // 35: protobuf.CommunityUpdateGrant.grants:type_name -> protobuf.CommunityUpdateGrant.GrantsEntry - 18, // 36: protobuf.CommunitySharedAddressesResponse.revealed_accounts:type_name -> protobuf.RevealedAccount - 6, // 37: protobuf.CommunityDescription.MembersEntry.value:type_name -> protobuf.CommunityMember - 15, // 38: protobuf.CommunityDescription.ChatsEntry.value:type_name -> protobuf.CommunityChat - 17, // 39: protobuf.CommunityDescription.CategoriesEntry.value:type_name -> protobuf.CommunityCategory - 11, // 40: protobuf.CommunityDescription.TokenPermissionsEntry.value:type_name -> protobuf.CommunityTokenPermission - 13, // 41: protobuf.CommunityDescription.BannedMembersEntry.value:type_name -> protobuf.CommunityBanInfo - 6, // 42: protobuf.CommunityChat.MembersEntry.value:type_name -> protobuf.CommunityMember - 29, // 43: protobuf.WakuMessageArchiveIndex.ArchivesEntry.value:type_name -> protobuf.WakuMessageArchiveIndexMetadata - 44, // [44:44] is the sub-list for method output_type - 44, // [44:44] is the sub-list for method input_type - 44, // [44:44] is the sub-list for extension type_name - 44, // [44:44] is the sub-list for extension extendee - 0, // [0:44] is the sub-list for field type_name -} - -func init() { file_communities_proto_init() } -func file_communities_proto_init() { - if File_communities_proto != nil { - return - } - file_chat_identity_proto_init() - file_enums_proto_init() - file_shard_proto_init() - if !protoimpl.UnsafeEnabled { - file_communities_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grant); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityMember); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityTokenMetadata); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityTokenAction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityPermissions); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TokenCriteria); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityTokenPermission); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityDescription); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityBanInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityAdminSettings); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityChat); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityBloomFilter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityCategory); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RevealedAccount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityRequestToJoin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityEditSharedAddresses); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityCancelRequestToJoin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityUserKicked); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityRequestToJoinResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityRequestToLeave); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityMessageArchiveMagnetlink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WakuMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WakuMessageArchiveMetadata); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WakuMessageArchive); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WakuMessageArchiveIndexMetadata); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WakuMessageArchiveIndex); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityPublicStorenodesInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityStorenodes); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Storenode); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityReevaluatePermissionsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteCommunityMemberMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteCommunityMemberMessages); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityUpdateGrant); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityEncryptionKeysRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunitySharedAddressesRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_communities_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunitySharedAddressesResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_communities_proto_rawDesc, - NumEnums: 5, - NumMessages: 47, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_communities_proto_goTypes, - DependencyIndexes: file_communities_proto_depIdxs, - EnumInfos: file_communities_proto_enumTypes, - MessageInfos: file_communities_proto_msgTypes, - }.Build() - File_communities_proto = out.File - file_communities_proto_rawDesc = nil - file_communities_proto_goTypes = nil - file_communities_proto_depIdxs = nil -} diff --git a/protocol/protobuf/community_privileged_user_sync_message.pb.go b/protocol/protobuf/community_privileged_user_sync_message.pb.go deleted file mode 100644 index 4725ca2a8..000000000 --- a/protocol/protobuf/community_privileged_user_sync_message.pb.go +++ /dev/null @@ -1,380 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: community_privileged_user_sync_message.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type CommunityPrivilegedUserSyncMessage_EventType int32 - -const ( - CommunityPrivilegedUserSyncMessage_UNKNOWN CommunityPrivilegedUserSyncMessage_EventType = 0 - CommunityPrivilegedUserSyncMessage_CONTROL_NODE_ACCEPT_REQUEST_TO_JOIN CommunityPrivilegedUserSyncMessage_EventType = 1 - CommunityPrivilegedUserSyncMessage_CONTROL_NODE_REJECT_REQUEST_TO_JOIN CommunityPrivilegedUserSyncMessage_EventType = 2 - CommunityPrivilegedUserSyncMessage_CONTROL_NODE_ALL_SYNC_REQUESTS_TO_JOIN CommunityPrivilegedUserSyncMessage_EventType = 3 - CommunityPrivilegedUserSyncMessage_CONTROL_NODE_MEMBER_EDIT_SHARED_ADDRESSES CommunityPrivilegedUserSyncMessage_EventType = 4 -) - -// Enum value maps for CommunityPrivilegedUserSyncMessage_EventType. -var ( - CommunityPrivilegedUserSyncMessage_EventType_name = map[int32]string{ - 0: "UNKNOWN", - 1: "CONTROL_NODE_ACCEPT_REQUEST_TO_JOIN", - 2: "CONTROL_NODE_REJECT_REQUEST_TO_JOIN", - 3: "CONTROL_NODE_ALL_SYNC_REQUESTS_TO_JOIN", - 4: "CONTROL_NODE_MEMBER_EDIT_SHARED_ADDRESSES", - } - CommunityPrivilegedUserSyncMessage_EventType_value = map[string]int32{ - "UNKNOWN": 0, - "CONTROL_NODE_ACCEPT_REQUEST_TO_JOIN": 1, - "CONTROL_NODE_REJECT_REQUEST_TO_JOIN": 2, - "CONTROL_NODE_ALL_SYNC_REQUESTS_TO_JOIN": 3, - "CONTROL_NODE_MEMBER_EDIT_SHARED_ADDRESSES": 4, - } -) - -func (x CommunityPrivilegedUserSyncMessage_EventType) Enum() *CommunityPrivilegedUserSyncMessage_EventType { - p := new(CommunityPrivilegedUserSyncMessage_EventType) - *p = x - return p -} - -func (x CommunityPrivilegedUserSyncMessage_EventType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityPrivilegedUserSyncMessage_EventType) Descriptor() protoreflect.EnumDescriptor { - return file_community_privileged_user_sync_message_proto_enumTypes[0].Descriptor() -} - -func (CommunityPrivilegedUserSyncMessage_EventType) Type() protoreflect.EnumType { - return &file_community_privileged_user_sync_message_proto_enumTypes[0] -} - -func (x CommunityPrivilegedUserSyncMessage_EventType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityPrivilegedUserSyncMessage_EventType.Descriptor instead. -func (CommunityPrivilegedUserSyncMessage_EventType) EnumDescriptor() ([]byte, []int) { - return file_community_privileged_user_sync_message_proto_rawDescGZIP(), []int{1, 0} -} - -type SyncCommunityEditSharedAddresses struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - EditSharedAddress *CommunityEditSharedAddresses `protobuf:"bytes,2,opt,name=edit_shared_address,json=editSharedAddress,proto3" json:"edit_shared_address,omitempty"` -} - -func (x *SyncCommunityEditSharedAddresses) Reset() { - *x = SyncCommunityEditSharedAddresses{} - if protoimpl.UnsafeEnabled { - mi := &file_community_privileged_user_sync_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncCommunityEditSharedAddresses) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncCommunityEditSharedAddresses) ProtoMessage() {} - -func (x *SyncCommunityEditSharedAddresses) ProtoReflect() protoreflect.Message { - mi := &file_community_privileged_user_sync_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncCommunityEditSharedAddresses.ProtoReflect.Descriptor instead. -func (*SyncCommunityEditSharedAddresses) Descriptor() ([]byte, []int) { - return file_community_privileged_user_sync_message_proto_rawDescGZIP(), []int{0} -} - -func (x *SyncCommunityEditSharedAddresses) GetPublicKey() string { - if x != nil { - return x.PublicKey - } - return "" -} - -func (x *SyncCommunityEditSharedAddresses) GetEditSharedAddress() *CommunityEditSharedAddresses { - if x != nil { - return x.EditSharedAddress - } - return nil -} - -type CommunityPrivilegedUserSyncMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Type CommunityPrivilegedUserSyncMessage_EventType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityPrivilegedUserSyncMessage_EventType" json:"type,omitempty"` - CommunityId []byte `protobuf:"bytes,3,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - RequestToJoin map[string]*CommunityRequestToJoin `protobuf:"bytes,4,rep,name=request_to_join,json=requestToJoin,proto3" json:"request_to_join,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - SyncRequestsToJoin []*SyncCommunityRequestsToJoin `protobuf:"bytes,5,rep,name=sync_requests_to_join,json=syncRequestsToJoin,proto3" json:"sync_requests_to_join,omitempty"` - SyncEditSharedAddresses *SyncCommunityEditSharedAddresses `protobuf:"bytes,6,opt,name=sync_edit_shared_addresses,json=syncEditSharedAddresses,proto3" json:"sync_edit_shared_addresses,omitempty"` -} - -func (x *CommunityPrivilegedUserSyncMessage) Reset() { - *x = CommunityPrivilegedUserSyncMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_community_privileged_user_sync_message_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityPrivilegedUserSyncMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityPrivilegedUserSyncMessage) ProtoMessage() {} - -func (x *CommunityPrivilegedUserSyncMessage) ProtoReflect() protoreflect.Message { - mi := &file_community_privileged_user_sync_message_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityPrivilegedUserSyncMessage.ProtoReflect.Descriptor instead. -func (*CommunityPrivilegedUserSyncMessage) Descriptor() ([]byte, []int) { - return file_community_privileged_user_sync_message_proto_rawDescGZIP(), []int{1} -} - -func (x *CommunityPrivilegedUserSyncMessage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityPrivilegedUserSyncMessage) GetType() CommunityPrivilegedUserSyncMessage_EventType { - if x != nil { - return x.Type - } - return CommunityPrivilegedUserSyncMessage_UNKNOWN -} - -func (x *CommunityPrivilegedUserSyncMessage) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityPrivilegedUserSyncMessage) GetRequestToJoin() map[string]*CommunityRequestToJoin { - if x != nil { - return x.RequestToJoin - } - return nil -} - -func (x *CommunityPrivilegedUserSyncMessage) GetSyncRequestsToJoin() []*SyncCommunityRequestsToJoin { - if x != nil { - return x.SyncRequestsToJoin - } - return nil -} - -func (x *CommunityPrivilegedUserSyncMessage) GetSyncEditSharedAddresses() *SyncCommunityEditSharedAddresses { - if x != nil { - return x.SyncEditSharedAddresses - } - return nil -} - -var File_community_privileged_user_sync_message_proto protoreflect.FileDescriptor - -var file_community_privileged_user_sync_message_proto_rawDesc = []byte{ - 0x0a, 0x2c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x70, 0x72, 0x69, 0x76, - 0x69, 0x6c, 0x65, 0x67, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, - 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x11, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0d, 0x70, 0x61, 0x69, - 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x99, 0x01, 0x0a, 0x20, 0x53, - 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x64, 0x69, 0x74, - 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, - 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x56, - 0x0a, 0x13, 0x65, 0x64, 0x69, 0x74, 0x5f, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x45, 0x64, 0x69, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x65, 0x73, 0x52, 0x11, 0x65, 0x64, 0x69, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x81, 0x06, 0x0a, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x64, 0x55, 0x73, - 0x65, 0x72, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x12, 0x4a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x36, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x64, - 0x55, 0x73, 0x65, 0x72, 0x53, 0x79, 0x6e, 0x63, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x49, 0x64, 0x12, 0x67, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x74, 0x6f, - 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x50, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x53, 0x79, - 0x6e, 0x63, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x58, 0x0a, 0x15, 0x73, - 0x79, 0x6e, 0x63, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x5f, 0x74, 0x6f, 0x5f, - 0x6a, 0x6f, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, - 0x6e, 0x52, 0x12, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, - 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x67, 0x0a, 0x1a, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x64, - 0x69, 0x74, 0x5f, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x45, 0x64, 0x69, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x65, 0x73, 0x52, 0x17, 0x73, 0x79, 0x6e, 0x63, 0x45, 0x64, 0x69, 0x74, 0x53, - 0x68, 0x61, 0x72, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x1a, 0x62, - 0x0a, 0x12, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x45, - 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x36, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x22, 0xc5, 0x01, 0x0a, 0x09, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, - 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x27, 0x0a, - 0x23, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x4f, 0x4c, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x5f, 0x41, 0x43, - 0x43, 0x45, 0x50, 0x54, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, - 0x4a, 0x4f, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x27, 0x0a, 0x23, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x4f, - 0x4c, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x5f, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x5f, 0x52, 0x45, - 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x10, 0x02, 0x12, - 0x2a, 0x0a, 0x26, 0x43, 0x4f, 0x4e, 0x54, 0x52, 0x4f, 0x4c, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x5f, - 0x41, 0x4c, 0x4c, 0x5f, 0x53, 0x59, 0x4e, 0x43, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, - 0x53, 0x5f, 0x54, 0x4f, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x10, 0x03, 0x12, 0x2d, 0x0a, 0x29, 0x43, - 0x4f, 0x4e, 0x54, 0x52, 0x4f, 0x4c, 0x5f, 0x4e, 0x4f, 0x44, 0x45, 0x5f, 0x4d, 0x45, 0x4d, 0x42, - 0x45, 0x52, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x53, 0x48, 0x41, 0x52, 0x45, 0x44, 0x5f, 0x41, - 0x44, 0x44, 0x52, 0x45, 0x53, 0x53, 0x45, 0x53, 0x10, 0x04, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, - 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, -} - -var ( - file_community_privileged_user_sync_message_proto_rawDescOnce sync.Once - file_community_privileged_user_sync_message_proto_rawDescData = file_community_privileged_user_sync_message_proto_rawDesc -) - -func file_community_privileged_user_sync_message_proto_rawDescGZIP() []byte { - file_community_privileged_user_sync_message_proto_rawDescOnce.Do(func() { - file_community_privileged_user_sync_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_community_privileged_user_sync_message_proto_rawDescData) - }) - return file_community_privileged_user_sync_message_proto_rawDescData -} - -var file_community_privileged_user_sync_message_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_community_privileged_user_sync_message_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_community_privileged_user_sync_message_proto_goTypes = []interface{}{ - (CommunityPrivilegedUserSyncMessage_EventType)(0), // 0: protobuf.CommunityPrivilegedUserSyncMessage.EventType - (*SyncCommunityEditSharedAddresses)(nil), // 1: protobuf.SyncCommunityEditSharedAddresses - (*CommunityPrivilegedUserSyncMessage)(nil), // 2: protobuf.CommunityPrivilegedUserSyncMessage - nil, // 3: protobuf.CommunityPrivilegedUserSyncMessage.RequestToJoinEntry - (*CommunityEditSharedAddresses)(nil), // 4: protobuf.CommunityEditSharedAddresses - (*SyncCommunityRequestsToJoin)(nil), // 5: protobuf.SyncCommunityRequestsToJoin - (*CommunityRequestToJoin)(nil), // 6: protobuf.CommunityRequestToJoin -} -var file_community_privileged_user_sync_message_proto_depIdxs = []int32{ - 4, // 0: protobuf.SyncCommunityEditSharedAddresses.edit_shared_address:type_name -> protobuf.CommunityEditSharedAddresses - 0, // 1: protobuf.CommunityPrivilegedUserSyncMessage.type:type_name -> protobuf.CommunityPrivilegedUserSyncMessage.EventType - 3, // 2: protobuf.CommunityPrivilegedUserSyncMessage.request_to_join:type_name -> protobuf.CommunityPrivilegedUserSyncMessage.RequestToJoinEntry - 5, // 3: protobuf.CommunityPrivilegedUserSyncMessage.sync_requests_to_join:type_name -> protobuf.SyncCommunityRequestsToJoin - 1, // 4: protobuf.CommunityPrivilegedUserSyncMessage.sync_edit_shared_addresses:type_name -> protobuf.SyncCommunityEditSharedAddresses - 6, // 5: protobuf.CommunityPrivilegedUserSyncMessage.RequestToJoinEntry.value:type_name -> protobuf.CommunityRequestToJoin - 6, // [6:6] is the sub-list for method output_type - 6, // [6:6] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_community_privileged_user_sync_message_proto_init() } -func file_community_privileged_user_sync_message_proto_init() { - if File_community_privileged_user_sync_message_proto != nil { - return - } - file_communities_proto_init() - file_pairing_proto_init() - if !protoimpl.UnsafeEnabled { - file_community_privileged_user_sync_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncCommunityEditSharedAddresses); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_privileged_user_sync_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityPrivilegedUserSyncMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_community_privileged_user_sync_message_proto_rawDesc, - NumEnums: 1, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_community_privileged_user_sync_message_proto_goTypes, - DependencyIndexes: file_community_privileged_user_sync_message_proto_depIdxs, - EnumInfos: file_community_privileged_user_sync_message_proto_enumTypes, - MessageInfos: file_community_privileged_user_sync_message_proto_msgTypes, - }.Build() - File_community_privileged_user_sync_message_proto = out.File - file_community_privileged_user_sync_message_proto_rawDesc = nil - file_community_privileged_user_sync_message_proto_goTypes = nil - file_community_privileged_user_sync_message_proto_depIdxs = nil -} diff --git a/protocol/protobuf/community_shard_key.pb.go b/protocol/protobuf/community_shard_key.pb.go deleted file mode 100644 index 02f172f39..000000000 --- a/protocol/protobuf/community_shard_key.pb.go +++ /dev/null @@ -1,177 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: community_shard_key.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type CommunityShardKey struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - PrivateKey []byte `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` - Clock uint64 `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"` - Shard *Shard `protobuf:"bytes,4,opt,name=shard,proto3" json:"shard,omitempty"` -} - -func (x *CommunityShardKey) Reset() { - *x = CommunityShardKey{} - if protoimpl.UnsafeEnabled { - mi := &file_community_shard_key_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityShardKey) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityShardKey) ProtoMessage() {} - -func (x *CommunityShardKey) ProtoReflect() protoreflect.Message { - mi := &file_community_shard_key_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityShardKey.ProtoReflect.Descriptor instead. -func (*CommunityShardKey) Descriptor() ([]byte, []int) { - return file_community_shard_key_proto_rawDescGZIP(), []int{0} -} - -func (x *CommunityShardKey) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityShardKey) GetPrivateKey() []byte { - if x != nil { - return x.PrivateKey - } - return nil -} - -func (x *CommunityShardKey) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CommunityShardKey) GetShard() *Shard { - if x != nil { - return x.Shard - } - return nil -} - -var File_community_shard_key_proto protoreflect.FileDescriptor - -var file_community_shard_key_proto_rawDesc = []byte{ - 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x68, 0x61, 0x72, - 0x64, 0x5f, 0x6b, 0x65, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x0b, 0x73, 0x68, 0x61, 0x72, 0x64, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x94, 0x01, 0x0a, 0x11, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x53, 0x68, 0x61, 0x72, 0x64, 0x4b, 0x65, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, - 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x70, - 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, - 0x63, 0x6b, 0x12, 0x25, 0x0a, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x68, 0x61, - 0x72, 0x64, 0x52, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_community_shard_key_proto_rawDescOnce sync.Once - file_community_shard_key_proto_rawDescData = file_community_shard_key_proto_rawDesc -) - -func file_community_shard_key_proto_rawDescGZIP() []byte { - file_community_shard_key_proto_rawDescOnce.Do(func() { - file_community_shard_key_proto_rawDescData = protoimpl.X.CompressGZIP(file_community_shard_key_proto_rawDescData) - }) - return file_community_shard_key_proto_rawDescData -} - -var file_community_shard_key_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_community_shard_key_proto_goTypes = []interface{}{ - (*CommunityShardKey)(nil), // 0: protobuf.CommunityShardKey - (*Shard)(nil), // 1: protobuf.Shard -} -var file_community_shard_key_proto_depIdxs = []int32{ - 1, // 0: protobuf.CommunityShardKey.shard:type_name -> protobuf.Shard - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_community_shard_key_proto_init() } -func file_community_shard_key_proto_init() { - if File_community_shard_key_proto != nil { - return - } - file_shard_proto_init() - if !protoimpl.UnsafeEnabled { - file_community_shard_key_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityShardKey); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_community_shard_key_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_community_shard_key_proto_goTypes, - DependencyIndexes: file_community_shard_key_proto_depIdxs, - MessageInfos: file_community_shard_key_proto_msgTypes, - }.Build() - File_community_shard_key_proto = out.File - file_community_shard_key_proto_rawDesc = nil - file_community_shard_key_proto_goTypes = nil - file_community_shard_key_proto_depIdxs = nil -} diff --git a/protocol/protobuf/community_update.pb.go b/protocol/protobuf/community_update.pb.go deleted file mode 100644 index a1852be43..000000000 --- a/protocol/protobuf/community_update.pb.go +++ /dev/null @@ -1,1015 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: community_update.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type CommunityEvent_EventType int32 - -const ( - CommunityEvent_UNKNOWN CommunityEvent_EventType = 0 - CommunityEvent_COMMUNITY_EDIT CommunityEvent_EventType = 1 - CommunityEvent_COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE CommunityEvent_EventType = 2 - CommunityEvent_COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE CommunityEvent_EventType = 3 - CommunityEvent_COMMUNITY_CATEGORY_CREATE CommunityEvent_EventType = 4 - CommunityEvent_COMMUNITY_CATEGORY_DELETE CommunityEvent_EventType = 5 - CommunityEvent_COMMUNITY_CATEGORY_EDIT CommunityEvent_EventType = 6 - CommunityEvent_COMMUNITY_CHANNEL_CREATE CommunityEvent_EventType = 7 - CommunityEvent_COMMUNITY_CHANNEL_DELETE CommunityEvent_EventType = 8 - CommunityEvent_COMMUNITY_CHANNEL_EDIT CommunityEvent_EventType = 9 - CommunityEvent_COMMUNITY_CATEGORY_REORDER CommunityEvent_EventType = 10 - CommunityEvent_COMMUNITY_CHANNEL_REORDER CommunityEvent_EventType = 11 - CommunityEvent_COMMUNITY_REQUEST_TO_JOIN_ACCEPT CommunityEvent_EventType = 12 - CommunityEvent_COMMUNITY_REQUEST_TO_JOIN_REJECT CommunityEvent_EventType = 13 - CommunityEvent_COMMUNITY_MEMBER_KICK CommunityEvent_EventType = 14 - CommunityEvent_COMMUNITY_MEMBER_BAN CommunityEvent_EventType = 15 - CommunityEvent_COMMUNITY_MEMBER_UNBAN CommunityEvent_EventType = 16 - CommunityEvent_COMMUNITY_TOKEN_ADD CommunityEvent_EventType = 17 - CommunityEvent_COMMUNITY_DELETE_BANNED_MEMBER_MESSAGES CommunityEvent_EventType = 18 -) - -// Enum value maps for CommunityEvent_EventType. -var ( - CommunityEvent_EventType_name = map[int32]string{ - 0: "UNKNOWN", - 1: "COMMUNITY_EDIT", - 2: "COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE", - 3: "COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE", - 4: "COMMUNITY_CATEGORY_CREATE", - 5: "COMMUNITY_CATEGORY_DELETE", - 6: "COMMUNITY_CATEGORY_EDIT", - 7: "COMMUNITY_CHANNEL_CREATE", - 8: "COMMUNITY_CHANNEL_DELETE", - 9: "COMMUNITY_CHANNEL_EDIT", - 10: "COMMUNITY_CATEGORY_REORDER", - 11: "COMMUNITY_CHANNEL_REORDER", - 12: "COMMUNITY_REQUEST_TO_JOIN_ACCEPT", - 13: "COMMUNITY_REQUEST_TO_JOIN_REJECT", - 14: "COMMUNITY_MEMBER_KICK", - 15: "COMMUNITY_MEMBER_BAN", - 16: "COMMUNITY_MEMBER_UNBAN", - 17: "COMMUNITY_TOKEN_ADD", - 18: "COMMUNITY_DELETE_BANNED_MEMBER_MESSAGES", - } - CommunityEvent_EventType_value = map[string]int32{ - "UNKNOWN": 0, - "COMMUNITY_EDIT": 1, - "COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE": 2, - "COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE": 3, - "COMMUNITY_CATEGORY_CREATE": 4, - "COMMUNITY_CATEGORY_DELETE": 5, - "COMMUNITY_CATEGORY_EDIT": 6, - "COMMUNITY_CHANNEL_CREATE": 7, - "COMMUNITY_CHANNEL_DELETE": 8, - "COMMUNITY_CHANNEL_EDIT": 9, - "COMMUNITY_CATEGORY_REORDER": 10, - "COMMUNITY_CHANNEL_REORDER": 11, - "COMMUNITY_REQUEST_TO_JOIN_ACCEPT": 12, - "COMMUNITY_REQUEST_TO_JOIN_REJECT": 13, - "COMMUNITY_MEMBER_KICK": 14, - "COMMUNITY_MEMBER_BAN": 15, - "COMMUNITY_MEMBER_UNBAN": 16, - "COMMUNITY_TOKEN_ADD": 17, - "COMMUNITY_DELETE_BANNED_MEMBER_MESSAGES": 18, - } -) - -func (x CommunityEvent_EventType) Enum() *CommunityEvent_EventType { - p := new(CommunityEvent_EventType) - *p = x - return p -} - -func (x CommunityEvent_EventType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityEvent_EventType) Descriptor() protoreflect.EnumDescriptor { - return file_community_update_proto_enumTypes[0].Descriptor() -} - -func (CommunityEvent_EventType) Type() protoreflect.EnumType { - return &file_community_update_proto_enumTypes[0] -} - -func (x CommunityEvent_EventType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityEvent_EventType.Descriptor instead. -func (CommunityEvent_EventType) EnumDescriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{0, 0} -} - -type CommunityEvent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityEventClock uint64 `protobuf:"varint,1,opt,name=community_event_clock,json=communityEventClock,proto3" json:"community_event_clock,omitempty"` - Type CommunityEvent_EventType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityEvent_EventType" json:"type,omitempty"` - CommunityConfig *CommunityConfig `protobuf:"bytes,3,opt,name=community_config,json=communityConfig,proto3" json:"community_config,omitempty"` - TokenPermission *CommunityTokenPermission `protobuf:"bytes,4,opt,name=token_permission,json=tokenPermission,proto3" json:"token_permission,omitempty"` - CategoryData *CategoryData `protobuf:"bytes,5,opt,name=category_data,json=categoryData,proto3" json:"category_data,omitempty"` - ChannelData *ChannelData `protobuf:"bytes,6,opt,name=channel_data,json=channelData,proto3" json:"channel_data,omitempty"` - MemberToAction string `protobuf:"bytes,7,opt,name=member_to_action,json=memberToAction,proto3" json:"member_to_action,omitempty"` - MembersAdded map[string]*CommunityMember `protobuf:"bytes,8,rep,name=membersAdded,proto3" json:"membersAdded,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - RejectedRequestsToJoin map[string]*CommunityRequestToJoin `protobuf:"bytes,9,rep,name=rejectedRequestsToJoin,proto3" json:"rejectedRequestsToJoin,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - AcceptedRequestsToJoin map[string]*CommunityRequestToJoin `protobuf:"bytes,10,rep,name=acceptedRequestsToJoin,proto3" json:"acceptedRequestsToJoin,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - TokenMetadata *CommunityTokenMetadata `protobuf:"bytes,11,opt,name=token_metadata,json=tokenMetadata,proto3" json:"token_metadata,omitempty"` -} - -func (x *CommunityEvent) Reset() { - *x = CommunityEvent{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityEvent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityEvent) ProtoMessage() {} - -func (x *CommunityEvent) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityEvent.ProtoReflect.Descriptor instead. -func (*CommunityEvent) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{0} -} - -func (x *CommunityEvent) GetCommunityEventClock() uint64 { - if x != nil { - return x.CommunityEventClock - } - return 0 -} - -func (x *CommunityEvent) GetType() CommunityEvent_EventType { - if x != nil { - return x.Type - } - return CommunityEvent_UNKNOWN -} - -func (x *CommunityEvent) GetCommunityConfig() *CommunityConfig { - if x != nil { - return x.CommunityConfig - } - return nil -} - -func (x *CommunityEvent) GetTokenPermission() *CommunityTokenPermission { - if x != nil { - return x.TokenPermission - } - return nil -} - -func (x *CommunityEvent) GetCategoryData() *CategoryData { - if x != nil { - return x.CategoryData - } - return nil -} - -func (x *CommunityEvent) GetChannelData() *ChannelData { - if x != nil { - return x.ChannelData - } - return nil -} - -func (x *CommunityEvent) GetMemberToAction() string { - if x != nil { - return x.MemberToAction - } - return "" -} - -func (x *CommunityEvent) GetMembersAdded() map[string]*CommunityMember { - if x != nil { - return x.MembersAdded - } - return nil -} - -func (x *CommunityEvent) GetRejectedRequestsToJoin() map[string]*CommunityRequestToJoin { - if x != nil { - return x.RejectedRequestsToJoin - } - return nil -} - -func (x *CommunityEvent) GetAcceptedRequestsToJoin() map[string]*CommunityRequestToJoin { - if x != nil { - return x.AcceptedRequestsToJoin - } - return nil -} - -func (x *CommunityEvent) GetTokenMetadata() *CommunityTokenMetadata { - if x != nil { - return x.TokenMetadata - } - return nil -} - -type CommunityConfig struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Identity *ChatIdentity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` - Permissions *CommunityPermissions `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"` - AdminSettings *CommunityAdminSettings `protobuf:"bytes,3,opt,name=admin_settings,json=adminSettings,proto3" json:"admin_settings,omitempty"` - IntroMessage string `protobuf:"bytes,4,opt,name=intro_message,json=introMessage,proto3" json:"intro_message,omitempty"` - OutroMessage string `protobuf:"bytes,5,opt,name=outro_message,json=outroMessage,proto3" json:"outro_message,omitempty"` - Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"` -} - -func (x *CommunityConfig) Reset() { - *x = CommunityConfig{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityConfig) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityConfig) ProtoMessage() {} - -func (x *CommunityConfig) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityConfig.ProtoReflect.Descriptor instead. -func (*CommunityConfig) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{1} -} - -func (x *CommunityConfig) GetIdentity() *ChatIdentity { - if x != nil { - return x.Identity - } - return nil -} - -func (x *CommunityConfig) GetPermissions() *CommunityPermissions { - if x != nil { - return x.Permissions - } - return nil -} - -func (x *CommunityConfig) GetAdminSettings() *CommunityAdminSettings { - if x != nil { - return x.AdminSettings - } - return nil -} - -func (x *CommunityConfig) GetIntroMessage() string { - if x != nil { - return x.IntroMessage - } - return "" -} - -func (x *CommunityConfig) GetOutroMessage() string { - if x != nil { - return x.OutroMessage - } - return "" -} - -func (x *CommunityConfig) GetTags() []string { - if x != nil { - return x.Tags - } - return nil -} - -type CategoryData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CategoryId string `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - ChannelsIds []string `protobuf:"bytes,3,rep,name=channels_ids,json=channelsIds,proto3" json:"channels_ids,omitempty"` - Position int32 `protobuf:"varint,4,opt,name=position,proto3" json:"position,omitempty"` -} - -func (x *CategoryData) Reset() { - *x = CategoryData{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CategoryData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CategoryData) ProtoMessage() {} - -func (x *CategoryData) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CategoryData.ProtoReflect.Descriptor instead. -func (*CategoryData) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{2} -} - -func (x *CategoryData) GetCategoryId() string { - if x != nil { - return x.CategoryId - } - return "" -} - -func (x *CategoryData) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *CategoryData) GetChannelsIds() []string { - if x != nil { - return x.ChannelsIds - } - return nil -} - -func (x *CategoryData) GetPosition() int32 { - if x != nil { - return x.Position - } - return 0 -} - -type ChannelData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CategoryId string `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` - ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` - Position int32 `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"` - Channel *CommunityChat `protobuf:"bytes,4,opt,name=channel,proto3" json:"channel,omitempty"` -} - -func (x *ChannelData) Reset() { - *x = ChannelData{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChannelData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChannelData) ProtoMessage() {} - -func (x *ChannelData) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChannelData.ProtoReflect.Descriptor instead. -func (*ChannelData) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{3} -} - -func (x *ChannelData) GetCategoryId() string { - if x != nil { - return x.CategoryId - } - return "" -} - -func (x *ChannelData) GetChannelId() string { - if x != nil { - return x.ChannelId - } - return "" -} - -func (x *ChannelData) GetPosition() int32 { - if x != nil { - return x.Position - } - return 0 -} - -func (x *ChannelData) GetChannel() *CommunityChat { - if x != nil { - return x.Channel - } - return nil -} - -type SignedCommunityEvent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Signature of the payload field - Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` - // Marshaled CommunityEvent - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` -} - -func (x *SignedCommunityEvent) Reset() { - *x = SignedCommunityEvent{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SignedCommunityEvent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SignedCommunityEvent) ProtoMessage() {} - -func (x *SignedCommunityEvent) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SignedCommunityEvent.ProtoReflect.Descriptor instead. -func (*SignedCommunityEvent) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{4} -} - -func (x *SignedCommunityEvent) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *SignedCommunityEvent) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -// CommunityEventsMessage is a message used to propagate information -// about community changes. -type CommunityEventsMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - // Events base CommunityDescription with owner signature on top of which events were generated - EventsBaseCommunityDescription []byte `protobuf:"bytes,2,opt,name=events_base_community_description,json=eventsBaseCommunityDescription,proto3" json:"events_base_community_description,omitempty"` - // A list of admins events for the channel in bytes - // Deprecated: use signed_events instead. - // - // Deprecated: Marked as deprecated in community_update.proto. - Events [][]byte `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` - // A list of signed community events - SignedEvents []*SignedCommunityEvent `protobuf:"bytes,4,rep,name=signed_events,json=signedEvents,proto3" json:"signed_events,omitempty"` -} - -func (x *CommunityEventsMessage) Reset() { - *x = CommunityEventsMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityEventsMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityEventsMessage) ProtoMessage() {} - -func (x *CommunityEventsMessage) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityEventsMessage.ProtoReflect.Descriptor instead. -func (*CommunityEventsMessage) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{5} -} - -func (x *CommunityEventsMessage) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *CommunityEventsMessage) GetEventsBaseCommunityDescription() []byte { - if x != nil { - return x.EventsBaseCommunityDescription - } - return nil -} - -// Deprecated: Marked as deprecated in community_update.proto. -func (x *CommunityEventsMessage) GetEvents() [][]byte { - if x != nil { - return x.Events - } - return nil -} - -func (x *CommunityEventsMessage) GetSignedEvents() []*SignedCommunityEvent { - if x != nil { - return x.SignedEvents - } - return nil -} - -type CommunityEventsMessageRejected struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Msg *CommunityEventsMessage `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` -} - -func (x *CommunityEventsMessageRejected) Reset() { - *x = CommunityEventsMessageRejected{} - if protoimpl.UnsafeEnabled { - mi := &file_community_update_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityEventsMessageRejected) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityEventsMessageRejected) ProtoMessage() {} - -func (x *CommunityEventsMessageRejected) ProtoReflect() protoreflect.Message { - mi := &file_community_update_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityEventsMessageRejected.ProtoReflect.Descriptor instead. -func (*CommunityEventsMessageRejected) Descriptor() ([]byte, []int) { - return file_community_update_proto_rawDescGZIP(), []int{6} -} - -func (x *CommunityEventsMessageRejected) GetMsg() *CommunityEventsMessage { - if x != nil { - return x.Msg - } - return nil -} - -var File_community_update_proto protoreflect.FileDescriptor - -var file_community_update_proto_rawDesc = []byte{ - 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x1a, 0x13, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbd, 0x0d, 0x0a, 0x0e, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x32, 0x0a, - 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x43, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x36, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, - 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x44, 0x0a, 0x10, 0x63, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0f, - 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, - 0x4d, 0x0a, 0x10, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x74, - 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3b, - 0x0a, 0x0d, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0c, 0x63, - 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x0c, 0x63, - 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x68, 0x61, - 0x6e, 0x6e, 0x65, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, - 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, - 0x74, 0x6f, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x6f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x4e, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x41, 0x64, 0x64, 0x65, 0x64, 0x18, - 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x2e, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x41, 0x64, 0x64, 0x65, 0x64, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x41, 0x64, 0x64, 0x65, 0x64, 0x12, - 0x6c, 0x0a, 0x16, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x34, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, - 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, - 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x16, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x6c, 0x0a, - 0x16, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x34, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x45, 0x6e, - 0x74, 0x72, 0x79, 0x52, 0x16, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x47, 0x0a, 0x0e, 0x74, - 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x0d, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x1a, 0x5a, 0x0a, 0x11, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x41, - 0x64, 0x64, 0x65, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2f, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x4d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, - 0x1a, 0x6b, 0x0a, 0x1b, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, - 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x12, 0x36, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4a, 0x6f, - 0x69, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x6b, 0x0a, - 0x1b, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, - 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x36, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6f, 0x4a, 0x6f, 0x69, 0x6e, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xdd, 0x04, 0x0a, 0x09, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, - 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, - 0x54, 0x59, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x10, 0x01, 0x12, 0x2c, 0x0a, 0x28, 0x43, 0x4f, 0x4d, - 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x54, 0x4f, - 0x4b, 0x45, 0x4e, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x43, - 0x48, 0x41, 0x4e, 0x47, 0x45, 0x10, 0x02, 0x12, 0x2c, 0x0a, 0x28, 0x43, 0x4f, 0x4d, 0x4d, 0x55, - 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x54, 0x4f, 0x4b, 0x45, - 0x4e, 0x5f, 0x50, 0x45, 0x52, 0x4d, 0x49, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x44, 0x45, 0x4c, - 0x45, 0x54, 0x45, 0x10, 0x03, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, - 0x54, 0x59, 0x5f, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x43, 0x52, 0x45, 0x41, - 0x54, 0x45, 0x10, 0x04, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, - 0x59, 0x5f, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, - 0x45, 0x10, 0x05, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, - 0x5f, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x10, 0x06, - 0x12, 0x1c, 0x0a, 0x18, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x48, - 0x41, 0x4e, 0x4e, 0x45, 0x4c, 0x5f, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x10, 0x07, 0x12, 0x1c, - 0x0a, 0x18, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x48, 0x41, 0x4e, - 0x4e, 0x45, 0x4c, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x10, 0x08, 0x12, 0x1a, 0x0a, 0x16, - 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x4e, 0x45, - 0x4c, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x10, 0x09, 0x12, 0x1e, 0x0a, 0x1a, 0x43, 0x4f, 0x4d, 0x4d, - 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x41, 0x54, 0x45, 0x47, 0x4f, 0x52, 0x59, 0x5f, 0x52, - 0x45, 0x4f, 0x52, 0x44, 0x45, 0x52, 0x10, 0x0a, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x4f, 0x4d, 0x4d, - 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x4e, 0x45, 0x4c, 0x5f, 0x52, 0x45, - 0x4f, 0x52, 0x44, 0x45, 0x52, 0x10, 0x0b, 0x12, 0x24, 0x0a, 0x20, 0x43, 0x4f, 0x4d, 0x4d, 0x55, - 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, - 0x4a, 0x4f, 0x49, 0x4e, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x10, 0x0c, 0x12, 0x24, 0x0a, - 0x20, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, - 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x5f, 0x52, 0x45, 0x4a, 0x45, 0x43, - 0x54, 0x10, 0x0d, 0x12, 0x19, 0x0a, 0x15, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, - 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x4b, 0x49, 0x43, 0x4b, 0x10, 0x0e, 0x12, 0x18, - 0x0a, 0x14, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x4d, 0x45, 0x4d, 0x42, - 0x45, 0x52, 0x5f, 0x42, 0x41, 0x4e, 0x10, 0x0f, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x4f, 0x4d, 0x4d, - 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x55, 0x4e, 0x42, - 0x41, 0x4e, 0x10, 0x10, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, - 0x59, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x41, 0x44, 0x44, 0x10, 0x11, 0x12, 0x2b, 0x0a, - 0x27, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, - 0x45, 0x5f, 0x42, 0x41, 0x4e, 0x4e, 0x45, 0x44, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, - 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x53, 0x10, 0x12, 0x22, 0xae, 0x02, 0x0a, 0x0f, 0x43, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x32, - 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x68, 0x61, 0x74, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x65, 0x72, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x47, 0x0a, 0x0e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x73, 0x65, - 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x0d, - 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x23, 0x0a, - 0x0d, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x75, 0x74, 0x72, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x75, 0x74, 0x72, 0x6f, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, - 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x22, 0x82, 0x01, 0x0a, 0x0c, - 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, - 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, 0x12, 0x12, 0x0a, - 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x73, 0x5f, 0x69, 0x64, - 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, - 0x73, 0x49, 0x64, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x22, 0x9c, 0x01, 0x0a, 0x0b, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x44, 0x61, 0x74, 0x61, - 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, - 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x49, 0x64, - 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x0a, 0x07, - 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x07, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x22, - 0x4e, 0x0a, 0x14, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, - 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, - 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, - 0xe7, 0x01, 0x0a, 0x16, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x49, 0x0a, - 0x21, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x5f, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x63, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x1e, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x42, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x44, 0x65, 0x73, - 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, - 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, 0x52, 0x06, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x43, 0x0a, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x0c, 0x73, 0x69, 0x67, - 0x6e, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x54, 0x0a, 0x1e, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x32, 0x0a, 0x03, 0x6d, - 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x42, - 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_community_update_proto_rawDescOnce sync.Once - file_community_update_proto_rawDescData = file_community_update_proto_rawDesc -) - -func file_community_update_proto_rawDescGZIP() []byte { - file_community_update_proto_rawDescOnce.Do(func() { - file_community_update_proto_rawDescData = protoimpl.X.CompressGZIP(file_community_update_proto_rawDescData) - }) - return file_community_update_proto_rawDescData -} - -var file_community_update_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_community_update_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_community_update_proto_goTypes = []interface{}{ - (CommunityEvent_EventType)(0), // 0: protobuf.CommunityEvent.EventType - (*CommunityEvent)(nil), // 1: protobuf.CommunityEvent - (*CommunityConfig)(nil), // 2: protobuf.CommunityConfig - (*CategoryData)(nil), // 3: protobuf.CategoryData - (*ChannelData)(nil), // 4: protobuf.ChannelData - (*SignedCommunityEvent)(nil), // 5: protobuf.SignedCommunityEvent - (*CommunityEventsMessage)(nil), // 6: protobuf.CommunityEventsMessage - (*CommunityEventsMessageRejected)(nil), // 7: protobuf.CommunityEventsMessageRejected - nil, // 8: protobuf.CommunityEvent.MembersAddedEntry - nil, // 9: protobuf.CommunityEvent.RejectedRequestsToJoinEntry - nil, // 10: protobuf.CommunityEvent.AcceptedRequestsToJoinEntry - (*CommunityTokenPermission)(nil), // 11: protobuf.CommunityTokenPermission - (*CommunityTokenMetadata)(nil), // 12: protobuf.CommunityTokenMetadata - (*ChatIdentity)(nil), // 13: protobuf.ChatIdentity - (*CommunityPermissions)(nil), // 14: protobuf.CommunityPermissions - (*CommunityAdminSettings)(nil), // 15: protobuf.CommunityAdminSettings - (*CommunityChat)(nil), // 16: protobuf.CommunityChat - (*CommunityMember)(nil), // 17: protobuf.CommunityMember - (*CommunityRequestToJoin)(nil), // 18: protobuf.CommunityRequestToJoin -} -var file_community_update_proto_depIdxs = []int32{ - 0, // 0: protobuf.CommunityEvent.type:type_name -> protobuf.CommunityEvent.EventType - 2, // 1: protobuf.CommunityEvent.community_config:type_name -> protobuf.CommunityConfig - 11, // 2: protobuf.CommunityEvent.token_permission:type_name -> protobuf.CommunityTokenPermission - 3, // 3: protobuf.CommunityEvent.category_data:type_name -> protobuf.CategoryData - 4, // 4: protobuf.CommunityEvent.channel_data:type_name -> protobuf.ChannelData - 8, // 5: protobuf.CommunityEvent.membersAdded:type_name -> protobuf.CommunityEvent.MembersAddedEntry - 9, // 6: protobuf.CommunityEvent.rejectedRequestsToJoin:type_name -> protobuf.CommunityEvent.RejectedRequestsToJoinEntry - 10, // 7: protobuf.CommunityEvent.acceptedRequestsToJoin:type_name -> protobuf.CommunityEvent.AcceptedRequestsToJoinEntry - 12, // 8: protobuf.CommunityEvent.token_metadata:type_name -> protobuf.CommunityTokenMetadata - 13, // 9: protobuf.CommunityConfig.identity:type_name -> protobuf.ChatIdentity - 14, // 10: protobuf.CommunityConfig.permissions:type_name -> protobuf.CommunityPermissions - 15, // 11: protobuf.CommunityConfig.admin_settings:type_name -> protobuf.CommunityAdminSettings - 16, // 12: protobuf.ChannelData.channel:type_name -> protobuf.CommunityChat - 5, // 13: protobuf.CommunityEventsMessage.signed_events:type_name -> protobuf.SignedCommunityEvent - 6, // 14: protobuf.CommunityEventsMessageRejected.msg:type_name -> protobuf.CommunityEventsMessage - 17, // 15: protobuf.CommunityEvent.MembersAddedEntry.value:type_name -> protobuf.CommunityMember - 18, // 16: protobuf.CommunityEvent.RejectedRequestsToJoinEntry.value:type_name -> protobuf.CommunityRequestToJoin - 18, // 17: protobuf.CommunityEvent.AcceptedRequestsToJoinEntry.value:type_name -> protobuf.CommunityRequestToJoin - 18, // [18:18] is the sub-list for method output_type - 18, // [18:18] is the sub-list for method input_type - 18, // [18:18] is the sub-list for extension type_name - 18, // [18:18] is the sub-list for extension extendee - 0, // [0:18] is the sub-list for field type_name -} - -func init() { file_community_update_proto_init() } -func file_community_update_proto_init() { - if File_community_update_proto != nil { - return - } - file_chat_identity_proto_init() - file_communities_proto_init() - if !protoimpl.UnsafeEnabled { - file_community_update_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityEvent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_update_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityConfig); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_update_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CategoryData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_update_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChannelData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_update_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SignedCommunityEvent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_update_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityEventsMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_community_update_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityEventsMessageRejected); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_community_update_proto_rawDesc, - NumEnums: 1, - NumMessages: 10, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_community_update_proto_goTypes, - DependencyIndexes: file_community_update_proto_depIdxs, - EnumInfos: file_community_update_proto_enumTypes, - MessageInfos: file_community_update_proto_msgTypes, - }.Build() - File_community_update_proto = out.File - file_community_update_proto_rawDesc = nil - file_community_update_proto_goTypes = nil - file_community_update_proto_depIdxs = nil -} diff --git a/protocol/protobuf/contact.pb.go b/protocol/protobuf/contact.pb.go deleted file mode 100644 index 498dd3934..000000000 --- a/protocol/protobuf/contact.pb.go +++ /dev/null @@ -1,459 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: contact.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type ContactRequestPropagatedState struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - LocalClock uint64 `protobuf:"varint,1,opt,name=local_clock,json=localClock,proto3" json:"local_clock,omitempty"` - LocalState uint64 `protobuf:"varint,2,opt,name=local_state,json=localState,proto3" json:"local_state,omitempty"` - RemoteClock uint64 `protobuf:"varint,3,opt,name=remote_clock,json=remoteClock,proto3" json:"remote_clock,omitempty"` - RemoteState uint64 `protobuf:"varint,4,opt,name=remote_state,json=remoteState,proto3" json:"remote_state,omitempty"` -} - -func (x *ContactRequestPropagatedState) Reset() { - *x = ContactRequestPropagatedState{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ContactRequestPropagatedState) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ContactRequestPropagatedState) ProtoMessage() {} - -func (x *ContactRequestPropagatedState) ProtoReflect() protoreflect.Message { - mi := &file_contact_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ContactRequestPropagatedState.ProtoReflect.Descriptor instead. -func (*ContactRequestPropagatedState) Descriptor() ([]byte, []int) { - return file_contact_proto_rawDescGZIP(), []int{0} -} - -func (x *ContactRequestPropagatedState) GetLocalClock() uint64 { - if x != nil { - return x.LocalClock - } - return 0 -} - -func (x *ContactRequestPropagatedState) GetLocalState() uint64 { - if x != nil { - return x.LocalState - } - return 0 -} - -func (x *ContactRequestPropagatedState) GetRemoteClock() uint64 { - if x != nil { - return x.RemoteClock - } - return 0 -} - -func (x *ContactRequestPropagatedState) GetRemoteState() uint64 { - if x != nil { - return x.RemoteState - } - return 0 -} - -type ContactUpdate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - EnsName string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"` - DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - ContactRequestClock uint64 `protobuf:"varint,5,opt,name=contact_request_clock,json=contactRequestClock,proto3" json:"contact_request_clock,omitempty"` - ContactRequestPropagatedState *ContactRequestPropagatedState `protobuf:"bytes,6,opt,name=contact_request_propagated_state,json=contactRequestPropagatedState,proto3" json:"contact_request_propagated_state,omitempty"` - PublicKey string `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - CustomizationColor uint32 `protobuf:"varint,8,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` -} - -func (x *ContactUpdate) Reset() { - *x = ContactUpdate{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ContactUpdate) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ContactUpdate) ProtoMessage() {} - -func (x *ContactUpdate) ProtoReflect() protoreflect.Message { - mi := &file_contact_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ContactUpdate.ProtoReflect.Descriptor instead. -func (*ContactUpdate) Descriptor() ([]byte, []int) { - return file_contact_proto_rawDescGZIP(), []int{1} -} - -func (x *ContactUpdate) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *ContactUpdate) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *ContactUpdate) GetProfileImage() string { - if x != nil { - return x.ProfileImage - } - return "" -} - -func (x *ContactUpdate) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *ContactUpdate) GetContactRequestClock() uint64 { - if x != nil { - return x.ContactRequestClock - } - return 0 -} - -func (x *ContactUpdate) GetContactRequestPropagatedState() *ContactRequestPropagatedState { - if x != nil { - return x.ContactRequestPropagatedState - } - return nil -} - -func (x *ContactUpdate) GetPublicKey() string { - if x != nil { - return x.PublicKey - } - return "" -} - -func (x *ContactUpdate) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -type AcceptContactRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"` -} - -func (x *AcceptContactRequest) Reset() { - *x = AcceptContactRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AcceptContactRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AcceptContactRequest) ProtoMessage() {} - -func (x *AcceptContactRequest) ProtoReflect() protoreflect.Message { - mi := &file_contact_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AcceptContactRequest.ProtoReflect.Descriptor instead. -func (*AcceptContactRequest) Descriptor() ([]byte, []int) { - return file_contact_proto_rawDescGZIP(), []int{2} -} - -func (x *AcceptContactRequest) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *AcceptContactRequest) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -type RetractContactRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"` -} - -func (x *RetractContactRequest) Reset() { - *x = RetractContactRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RetractContactRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RetractContactRequest) ProtoMessage() {} - -func (x *RetractContactRequest) ProtoReflect() protoreflect.Message { - mi := &file_contact_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RetractContactRequest.ProtoReflect.Descriptor instead. -func (*RetractContactRequest) Descriptor() ([]byte, []int) { - return file_contact_proto_rawDescGZIP(), []int{3} -} - -func (x *RetractContactRequest) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *RetractContactRequest) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -var File_contact_proto protoreflect.FileDescriptor - -var file_contact_proto_rawDesc = []byte{ - 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0xa7, 0x01, 0x0a, 0x1d, 0x43, 0x6f, - 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x70, - 0x61, 0x67, 0x61, 0x74, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x6c, - 0x6f, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x0a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1f, 0x0a, 0x0b, - 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0a, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x21, 0x0a, - 0x0c, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x43, 0x6c, 0x6f, 0x63, 0x6b, - 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x22, 0xfe, 0x02, 0x0a, 0x0d, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x19, 0x0a, 0x08, 0x65, - 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, - 0x6e, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x32, - 0x0a, 0x15, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x13, 0x63, - 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, - 0x63, 0x6b, 0x12, 0x70, 0x0a, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x65, 0x64, - 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x65, 0x64, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x1d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x65, 0x64, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, - 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, - 0x4b, 0x65, 0x79, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, - 0x6f, 0x6c, 0x6f, 0x72, 0x22, 0x3c, 0x0a, 0x14, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x43, 0x6f, - 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, - 0x63, 0x6b, 0x22, 0x3d, 0x0a, 0x15, 0x52, 0x65, 0x74, 0x72, 0x61, 0x63, 0x74, 0x43, 0x6f, 0x6e, - 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_contact_proto_rawDescOnce sync.Once - file_contact_proto_rawDescData = file_contact_proto_rawDesc -) - -func file_contact_proto_rawDescGZIP() []byte { - file_contact_proto_rawDescOnce.Do(func() { - file_contact_proto_rawDescData = protoimpl.X.CompressGZIP(file_contact_proto_rawDescData) - }) - return file_contact_proto_rawDescData -} - -var file_contact_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_contact_proto_goTypes = []interface{}{ - (*ContactRequestPropagatedState)(nil), // 0: protobuf.ContactRequestPropagatedState - (*ContactUpdate)(nil), // 1: protobuf.ContactUpdate - (*AcceptContactRequest)(nil), // 2: protobuf.AcceptContactRequest - (*RetractContactRequest)(nil), // 3: protobuf.RetractContactRequest -} -var file_contact_proto_depIdxs = []int32{ - 0, // 0: protobuf.ContactUpdate.contact_request_propagated_state:type_name -> protobuf.ContactRequestPropagatedState - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_contact_proto_init() } -func file_contact_proto_init() { - if File_contact_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_contact_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ContactRequestPropagatedState); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_contact_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ContactUpdate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_contact_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AcceptContactRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_contact_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RetractContactRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_contact_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_contact_proto_goTypes, - DependencyIndexes: file_contact_proto_depIdxs, - MessageInfos: file_contact_proto_msgTypes, - }.Build() - File_contact_proto = out.File - file_contact_proto_rawDesc = nil - file_contact_proto_goTypes = nil - file_contact_proto_depIdxs = nil -} diff --git a/protocol/protobuf/contact_verification.pb.go b/protocol/protobuf/contact_verification.pb.go deleted file mode 100644 index cc2113348..000000000 --- a/protocol/protobuf/contact_verification.pb.go +++ /dev/null @@ -1,380 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: contact_verification.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type RequestContactVerification struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Challenge string `protobuf:"bytes,3,opt,name=challenge,proto3" json:"challenge,omitempty"` -} - -func (x *RequestContactVerification) Reset() { - *x = RequestContactVerification{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_verification_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RequestContactVerification) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RequestContactVerification) ProtoMessage() {} - -func (x *RequestContactVerification) ProtoReflect() protoreflect.Message { - mi := &file_contact_verification_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RequestContactVerification.ProtoReflect.Descriptor instead. -func (*RequestContactVerification) Descriptor() ([]byte, []int) { - return file_contact_verification_proto_rawDescGZIP(), []int{0} -} - -func (x *RequestContactVerification) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *RequestContactVerification) GetChallenge() string { - if x != nil { - return x.Challenge - } - return "" -} - -type AcceptContactVerification struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - Response string `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"` -} - -func (x *AcceptContactVerification) Reset() { - *x = AcceptContactVerification{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_verification_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AcceptContactVerification) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AcceptContactVerification) ProtoMessage() {} - -func (x *AcceptContactVerification) ProtoReflect() protoreflect.Message { - mi := &file_contact_verification_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AcceptContactVerification.ProtoReflect.Descriptor instead. -func (*AcceptContactVerification) Descriptor() ([]byte, []int) { - return file_contact_verification_proto_rawDescGZIP(), []int{1} -} - -func (x *AcceptContactVerification) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *AcceptContactVerification) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *AcceptContactVerification) GetResponse() string { - if x != nil { - return x.Response - } - return "" -} - -type DeclineContactVerification struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *DeclineContactVerification) Reset() { - *x = DeclineContactVerification{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_verification_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DeclineContactVerification) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DeclineContactVerification) ProtoMessage() {} - -func (x *DeclineContactVerification) ProtoReflect() protoreflect.Message { - mi := &file_contact_verification_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DeclineContactVerification.ProtoReflect.Descriptor instead. -func (*DeclineContactVerification) Descriptor() ([]byte, []int) { - return file_contact_verification_proto_rawDescGZIP(), []int{2} -} - -func (x *DeclineContactVerification) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *DeclineContactVerification) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -type CancelContactVerification struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *CancelContactVerification) Reset() { - *x = CancelContactVerification{} - if protoimpl.UnsafeEnabled { - mi := &file_contact_verification_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CancelContactVerification) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CancelContactVerification) ProtoMessage() {} - -func (x *CancelContactVerification) ProtoReflect() protoreflect.Message { - mi := &file_contact_verification_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CancelContactVerification.ProtoReflect.Descriptor instead. -func (*CancelContactVerification) Descriptor() ([]byte, []int) { - return file_contact_verification_proto_rawDescGZIP(), []int{3} -} - -func (x *CancelContactVerification) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *CancelContactVerification) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -var File_contact_verification_proto protoreflect.FileDescriptor - -var file_contact_verification_proto_rawDesc = []byte{ - 0x0a, 0x1a, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0x50, 0x0a, 0x1a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, - 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, - 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x22, 0x5d, 0x0a, 0x19, 0x41, 0x63, 0x63, 0x65, - 0x70, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x42, 0x0a, 0x1a, 0x44, 0x65, 0x63, 0x6c, 0x69, - 0x6e, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x41, 0x0a, 0x19, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x56, 0x65, 0x72, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, - 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x42, 0x0d, - 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_contact_verification_proto_rawDescOnce sync.Once - file_contact_verification_proto_rawDescData = file_contact_verification_proto_rawDesc -) - -func file_contact_verification_proto_rawDescGZIP() []byte { - file_contact_verification_proto_rawDescOnce.Do(func() { - file_contact_verification_proto_rawDescData = protoimpl.X.CompressGZIP(file_contact_verification_proto_rawDescData) - }) - return file_contact_verification_proto_rawDescData -} - -var file_contact_verification_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_contact_verification_proto_goTypes = []interface{}{ - (*RequestContactVerification)(nil), // 0: protobuf.RequestContactVerification - (*AcceptContactVerification)(nil), // 1: protobuf.AcceptContactVerification - (*DeclineContactVerification)(nil), // 2: protobuf.DeclineContactVerification - (*CancelContactVerification)(nil), // 3: protobuf.CancelContactVerification -} -var file_contact_verification_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_contact_verification_proto_init() } -func file_contact_verification_proto_init() { - if File_contact_verification_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_contact_verification_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RequestContactVerification); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_contact_verification_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AcceptContactVerification); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_contact_verification_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeclineContactVerification); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_contact_verification_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CancelContactVerification); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_contact_verification_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_contact_verification_proto_goTypes, - DependencyIndexes: file_contact_verification_proto_depIdxs, - MessageInfos: file_contact_verification_proto_msgTypes, - }.Build() - File_contact_verification_proto = out.File - file_contact_verification_proto_rawDesc = nil - file_contact_verification_proto_goTypes = nil - file_contact_verification_proto_depIdxs = nil -} diff --git a/protocol/protobuf/emoji_reaction.pb.go b/protocol/protobuf/emoji_reaction.pb.go deleted file mode 100644 index 77cebe14c..000000000 --- a/protocol/protobuf/emoji_reaction.pb.go +++ /dev/null @@ -1,291 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: emoji_reaction.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type EmojiReaction_Type int32 - -const ( - EmojiReaction_UNKNOWN_EMOJI_REACTION_TYPE EmojiReaction_Type = 0 - EmojiReaction_LOVE EmojiReaction_Type = 1 - EmojiReaction_THUMBS_UP EmojiReaction_Type = 2 - EmojiReaction_THUMBS_DOWN EmojiReaction_Type = 3 - EmojiReaction_LAUGH EmojiReaction_Type = 4 - EmojiReaction_SAD EmojiReaction_Type = 5 - EmojiReaction_ANGRY EmojiReaction_Type = 6 -) - -// Enum value maps for EmojiReaction_Type. -var ( - EmojiReaction_Type_name = map[int32]string{ - 0: "UNKNOWN_EMOJI_REACTION_TYPE", - 1: "LOVE", - 2: "THUMBS_UP", - 3: "THUMBS_DOWN", - 4: "LAUGH", - 5: "SAD", - 6: "ANGRY", - } - EmojiReaction_Type_value = map[string]int32{ - "UNKNOWN_EMOJI_REACTION_TYPE": 0, - "LOVE": 1, - "THUMBS_UP": 2, - "THUMBS_DOWN": 3, - "LAUGH": 4, - "SAD": 5, - "ANGRY": 6, - } -) - -func (x EmojiReaction_Type) Enum() *EmojiReaction_Type { - p := new(EmojiReaction_Type) - *p = x - return p -} - -func (x EmojiReaction_Type) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (EmojiReaction_Type) Descriptor() protoreflect.EnumDescriptor { - return file_emoji_reaction_proto_enumTypes[0].Descriptor() -} - -func (EmojiReaction_Type) Type() protoreflect.EnumType { - return &file_emoji_reaction_proto_enumTypes[0] -} - -func (x EmojiReaction_Type) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use EmojiReaction_Type.Descriptor instead. -func (EmojiReaction_Type) EnumDescriptor() ([]byte, []int) { - return file_emoji_reaction_proto_rawDescGZIP(), []int{0, 0} -} - -type EmojiReaction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // clock Lamport timestamp of the chat message - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // chat_id the ID of the chat the message belongs to, for query efficiency the chat_id is stored in the db even though the - // target message also stores the chat_id - ChatId string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - // message_id the ID of the target message that the user wishes to react to - MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` - // message_type is (somewhat confusingly) the ID of the type of chat the message belongs to - MessageType MessageType `protobuf:"varint,4,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"` - // type the ID of the emoji the user wishes to react with - Type EmojiReaction_Type `protobuf:"varint,5,opt,name=type,proto3,enum=protobuf.EmojiReaction_Type" json:"type,omitempty"` - // whether this is a rectraction of a previously sent emoji - Retracted bool `protobuf:"varint,6,opt,name=retracted,proto3" json:"retracted,omitempty"` - // Grant for organisation chat messages - // - // Deprecated: Marked as deprecated in emoji_reaction.proto. - Grant []byte `protobuf:"bytes,7,opt,name=grant,proto3" json:"grant,omitempty"` -} - -func (x *EmojiReaction) Reset() { - *x = EmojiReaction{} - if protoimpl.UnsafeEnabled { - mi := &file_emoji_reaction_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EmojiReaction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EmojiReaction) ProtoMessage() {} - -func (x *EmojiReaction) ProtoReflect() protoreflect.Message { - mi := &file_emoji_reaction_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EmojiReaction.ProtoReflect.Descriptor instead. -func (*EmojiReaction) Descriptor() ([]byte, []int) { - return file_emoji_reaction_proto_rawDescGZIP(), []int{0} -} - -func (x *EmojiReaction) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *EmojiReaction) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *EmojiReaction) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -func (x *EmojiReaction) GetMessageType() MessageType { - if x != nil { - return x.MessageType - } - return MessageType_UNKNOWN_MESSAGE_TYPE -} - -func (x *EmojiReaction) GetType() EmojiReaction_Type { - if x != nil { - return x.Type - } - return EmojiReaction_UNKNOWN_EMOJI_REACTION_TYPE -} - -func (x *EmojiReaction) GetRetracted() bool { - if x != nil { - return x.Retracted - } - return false -} - -// Deprecated: Marked as deprecated in emoji_reaction.proto. -func (x *EmojiReaction) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -var File_emoji_reaction_proto protoreflect.FileDescriptor - -var file_emoji_reaction_proto_rawDesc = []byte{ - 0x0a, 0x14, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x5f, 0x72, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x1a, 0x0b, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xf3, 0x02, - 0x0a, 0x0d, 0x45, 0x6d, 0x6f, 0x6a, 0x69, 0x52, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x1d, - 0x0a, 0x0a, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x38, 0x0a, - 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x30, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x45, 0x6d, 0x6f, 0x6a, 0x69, 0x52, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, - 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x74, - 0x72, 0x61, 0x63, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x72, 0x65, - 0x74, 0x72, 0x61, 0x63, 0x74, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, - 0x74, 0x22, 0x70, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x1b, 0x55, 0x4e, 0x4b, - 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x45, 0x4d, 0x4f, 0x4a, 0x49, 0x5f, 0x52, 0x45, 0x41, 0x43, 0x54, - 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x4f, - 0x56, 0x45, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x54, 0x48, 0x55, 0x4d, 0x42, 0x53, 0x5f, 0x55, - 0x50, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x54, 0x48, 0x55, 0x4d, 0x42, 0x53, 0x5f, 0x44, 0x4f, - 0x57, 0x4e, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x4c, 0x41, 0x55, 0x47, 0x48, 0x10, 0x04, 0x12, - 0x07, 0x0a, 0x03, 0x53, 0x41, 0x44, 0x10, 0x05, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x4e, 0x47, 0x52, - 0x59, 0x10, 0x06, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_emoji_reaction_proto_rawDescOnce sync.Once - file_emoji_reaction_proto_rawDescData = file_emoji_reaction_proto_rawDesc -) - -func file_emoji_reaction_proto_rawDescGZIP() []byte { - file_emoji_reaction_proto_rawDescOnce.Do(func() { - file_emoji_reaction_proto_rawDescData = protoimpl.X.CompressGZIP(file_emoji_reaction_proto_rawDescData) - }) - return file_emoji_reaction_proto_rawDescData -} - -var file_emoji_reaction_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_emoji_reaction_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_emoji_reaction_proto_goTypes = []interface{}{ - (EmojiReaction_Type)(0), // 0: protobuf.EmojiReaction.Type - (*EmojiReaction)(nil), // 1: protobuf.EmojiReaction - (MessageType)(0), // 2: protobuf.MessageType -} -var file_emoji_reaction_proto_depIdxs = []int32{ - 2, // 0: protobuf.EmojiReaction.message_type:type_name -> protobuf.MessageType - 0, // 1: protobuf.EmojiReaction.type:type_name -> protobuf.EmojiReaction.Type - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_emoji_reaction_proto_init() } -func file_emoji_reaction_proto_init() { - if File_emoji_reaction_proto != nil { - return - } - file_enums_proto_init() - if !protoimpl.UnsafeEnabled { - file_emoji_reaction_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EmojiReaction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_emoji_reaction_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_emoji_reaction_proto_goTypes, - DependencyIndexes: file_emoji_reaction_proto_depIdxs, - EnumInfos: file_emoji_reaction_proto_enumTypes, - MessageInfos: file_emoji_reaction_proto_msgTypes, - }.Build() - File_emoji_reaction_proto = out.File - file_emoji_reaction_proto_rawDesc = nil - file_emoji_reaction_proto_goTypes = nil - file_emoji_reaction_proto_depIdxs = nil -} diff --git a/protocol/protobuf/enums.pb.go b/protocol/protobuf/enums.pb.go deleted file mode 100644 index a3ee3b269..000000000 --- a/protocol/protobuf/enums.pb.go +++ /dev/null @@ -1,272 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: enums.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type MessageType int32 - -const ( - MessageType_UNKNOWN_MESSAGE_TYPE MessageType = 0 - MessageType_ONE_TO_ONE MessageType = 1 - MessageType_PUBLIC_GROUP MessageType = 2 - MessageType_PRIVATE_GROUP MessageType = 3 - // Only local - MessageType_SYSTEM_MESSAGE_PRIVATE_GROUP MessageType = 4 - MessageType_COMMUNITY_CHAT MessageType = 5 - // Only local - MessageType_SYSTEM_MESSAGE_GAP MessageType = 6 -) - -// Enum value maps for MessageType. -var ( - MessageType_name = map[int32]string{ - 0: "UNKNOWN_MESSAGE_TYPE", - 1: "ONE_TO_ONE", - 2: "PUBLIC_GROUP", - 3: "PRIVATE_GROUP", - 4: "SYSTEM_MESSAGE_PRIVATE_GROUP", - 5: "COMMUNITY_CHAT", - 6: "SYSTEM_MESSAGE_GAP", - } - MessageType_value = map[string]int32{ - "UNKNOWN_MESSAGE_TYPE": 0, - "ONE_TO_ONE": 1, - "PUBLIC_GROUP": 2, - "PRIVATE_GROUP": 3, - "SYSTEM_MESSAGE_PRIVATE_GROUP": 4, - "COMMUNITY_CHAT": 5, - "SYSTEM_MESSAGE_GAP": 6, - } -) - -func (x MessageType) Enum() *MessageType { - p := new(MessageType) - *p = x - return p -} - -func (x MessageType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (MessageType) Descriptor() protoreflect.EnumDescriptor { - return file_enums_proto_enumTypes[0].Descriptor() -} - -func (MessageType) Type() protoreflect.EnumType { - return &file_enums_proto_enumTypes[0] -} - -func (x MessageType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use MessageType.Descriptor instead. -func (MessageType) EnumDescriptor() ([]byte, []int) { - return file_enums_proto_rawDescGZIP(), []int{0} -} - -type ImageFormat int32 - -const ( - ImageFormat_UNKNOWN_IMAGE_FORMAT ImageFormat = 0 - // Raster image files is payload data that can be read as a raster image - ImageFormat_PNG ImageFormat = 1 - ImageFormat_JPEG ImageFormat = 2 - ImageFormat_WEBP ImageFormat = 3 - ImageFormat_GIF ImageFormat = 4 -) - -// Enum value maps for ImageFormat. -var ( - ImageFormat_name = map[int32]string{ - 0: "UNKNOWN_IMAGE_FORMAT", - 1: "PNG", - 2: "JPEG", - 3: "WEBP", - 4: "GIF", - } - ImageFormat_value = map[string]int32{ - "UNKNOWN_IMAGE_FORMAT": 0, - "PNG": 1, - "JPEG": 2, - "WEBP": 3, - "GIF": 4, - } -) - -func (x ImageFormat) Enum() *ImageFormat { - p := new(ImageFormat) - *p = x - return p -} - -func (x ImageFormat) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (ImageFormat) Descriptor() protoreflect.EnumDescriptor { - return file_enums_proto_enumTypes[1].Descriptor() -} - -func (ImageFormat) Type() protoreflect.EnumType { - return &file_enums_proto_enumTypes[1] -} - -func (x ImageFormat) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use ImageFormat.Descriptor instead. -func (ImageFormat) EnumDescriptor() ([]byte, []int) { - return file_enums_proto_rawDescGZIP(), []int{1} -} - -type CommunityTokenType int32 - -const ( - CommunityTokenType_UNKNOWN_TOKEN_TYPE CommunityTokenType = 0 - CommunityTokenType_ERC20 CommunityTokenType = 1 - CommunityTokenType_ERC721 CommunityTokenType = 2 - CommunityTokenType_ENS CommunityTokenType = 3 -) - -// Enum value maps for CommunityTokenType. -var ( - CommunityTokenType_name = map[int32]string{ - 0: "UNKNOWN_TOKEN_TYPE", - 1: "ERC20", - 2: "ERC721", - 3: "ENS", - } - CommunityTokenType_value = map[string]int32{ - "UNKNOWN_TOKEN_TYPE": 0, - "ERC20": 1, - "ERC721": 2, - "ENS": 3, - } -) - -func (x CommunityTokenType) Enum() *CommunityTokenType { - p := new(CommunityTokenType) - *p = x - return p -} - -func (x CommunityTokenType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (CommunityTokenType) Descriptor() protoreflect.EnumDescriptor { - return file_enums_proto_enumTypes[2].Descriptor() -} - -func (CommunityTokenType) Type() protoreflect.EnumType { - return &file_enums_proto_enumTypes[2] -} - -func (x CommunityTokenType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use CommunityTokenType.Descriptor instead. -func (CommunityTokenType) EnumDescriptor() ([]byte, []int) { - return file_enums_proto_rawDescGZIP(), []int{2} -} - -var File_enums_proto protoreflect.FileDescriptor - -var file_enums_proto_rawDesc = []byte{ - 0x0a, 0x0b, 0x65, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2a, 0xaa, 0x01, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x14, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, - 0x57, 0x4e, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, - 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x4f, 0x4e, 0x45, 0x5f, 0x54, 0x4f, 0x5f, 0x4f, 0x4e, 0x45, 0x10, - 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x50, 0x55, 0x42, 0x4c, 0x49, 0x43, 0x5f, 0x47, 0x52, 0x4f, 0x55, - 0x50, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x5f, 0x47, - 0x52, 0x4f, 0x55, 0x50, 0x10, 0x03, 0x12, 0x20, 0x0a, 0x1c, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, - 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, - 0x5f, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x10, 0x04, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x4f, 0x4d, 0x4d, - 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, 0x43, 0x48, 0x41, 0x54, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, - 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x5f, 0x47, - 0x41, 0x50, 0x10, 0x06, 0x2a, 0x4d, 0x0a, 0x0b, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x46, 0x6f, 0x72, - 0x6d, 0x61, 0x74, 0x12, 0x18, 0x0a, 0x14, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x49, - 0x4d, 0x41, 0x47, 0x45, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x41, 0x54, 0x10, 0x00, 0x12, 0x07, 0x0a, - 0x03, 0x50, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x4a, 0x50, 0x45, 0x47, 0x10, 0x02, - 0x12, 0x08, 0x0a, 0x04, 0x57, 0x45, 0x42, 0x50, 0x10, 0x03, 0x12, 0x07, 0x0a, 0x03, 0x47, 0x49, - 0x46, 0x10, 0x04, 0x2a, 0x4c, 0x0a, 0x12, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x4e, 0x4b, - 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, - 0x00, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x52, 0x43, 0x32, 0x30, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, - 0x45, 0x52, 0x43, 0x37, 0x32, 0x31, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x45, 0x4e, 0x53, 0x10, - 0x03, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_enums_proto_rawDescOnce sync.Once - file_enums_proto_rawDescData = file_enums_proto_rawDesc -) - -func file_enums_proto_rawDescGZIP() []byte { - file_enums_proto_rawDescOnce.Do(func() { - file_enums_proto_rawDescData = protoimpl.X.CompressGZIP(file_enums_proto_rawDescData) - }) - return file_enums_proto_rawDescData -} - -var file_enums_proto_enumTypes = make([]protoimpl.EnumInfo, 3) -var file_enums_proto_goTypes = []interface{}{ - (MessageType)(0), // 0: protobuf.MessageType - (ImageFormat)(0), // 1: protobuf.ImageFormat - (CommunityTokenType)(0), // 2: protobuf.CommunityTokenType -} -var file_enums_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_enums_proto_init() } -func file_enums_proto_init() { - if File_enums_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_enums_proto_rawDesc, - NumEnums: 3, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_enums_proto_goTypes, - DependencyIndexes: file_enums_proto_depIdxs, - EnumInfos: file_enums_proto_enumTypes, - }.Build() - File_enums_proto = out.File - file_enums_proto_rawDesc = nil - file_enums_proto_goTypes = nil - file_enums_proto_depIdxs = nil -} diff --git a/protocol/protobuf/group_chat_invitation.pb.go b/protocol/protobuf/group_chat_invitation.pb.go deleted file mode 100644 index 572f68d37..000000000 --- a/protocol/protobuf/group_chat_invitation.pb.go +++ /dev/null @@ -1,240 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: group_chat_invitation.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type GroupChatInvitation_State int32 - -const ( - GroupChatInvitation_UNKNOWN GroupChatInvitation_State = 0 - GroupChatInvitation_REQUEST GroupChatInvitation_State = 1 - GroupChatInvitation_REJECTED GroupChatInvitation_State = 2 - GroupChatInvitation_APPROVED GroupChatInvitation_State = 3 -) - -// Enum value maps for GroupChatInvitation_State. -var ( - GroupChatInvitation_State_name = map[int32]string{ - 0: "UNKNOWN", - 1: "REQUEST", - 2: "REJECTED", - 3: "APPROVED", - } - GroupChatInvitation_State_value = map[string]int32{ - "UNKNOWN": 0, - "REQUEST": 1, - "REJECTED": 2, - "APPROVED": 3, - } -) - -func (x GroupChatInvitation_State) Enum() *GroupChatInvitation_State { - p := new(GroupChatInvitation_State) - *p = x - return p -} - -func (x GroupChatInvitation_State) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (GroupChatInvitation_State) Descriptor() protoreflect.EnumDescriptor { - return file_group_chat_invitation_proto_enumTypes[0].Descriptor() -} - -func (GroupChatInvitation_State) Type() protoreflect.EnumType { - return &file_group_chat_invitation_proto_enumTypes[0] -} - -func (x GroupChatInvitation_State) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use GroupChatInvitation_State.Descriptor instead. -func (GroupChatInvitation_State) EnumDescriptor() ([]byte, []int) { - return file_group_chat_invitation_proto_rawDescGZIP(), []int{0, 0} -} - -type GroupChatInvitation struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // clock Lamport timestamp of the chat message - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // chat_id the ID of the private group chat the message belongs to, for query efficiency the chat_id is stored in the db even though the - // target message also stores the chat_id - ChatId string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - IntroductionMessage string `protobuf:"bytes,3,opt,name=introduction_message,json=introductionMessage,proto3" json:"introduction_message,omitempty"` - // state of invitation - State GroupChatInvitation_State `protobuf:"varint,4,opt,name=state,proto3,enum=protobuf.GroupChatInvitation_State" json:"state,omitempty"` -} - -func (x *GroupChatInvitation) Reset() { - *x = GroupChatInvitation{} - if protoimpl.UnsafeEnabled { - mi := &file_group_chat_invitation_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GroupChatInvitation) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GroupChatInvitation) ProtoMessage() {} - -func (x *GroupChatInvitation) ProtoReflect() protoreflect.Message { - mi := &file_group_chat_invitation_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GroupChatInvitation.ProtoReflect.Descriptor instead. -func (*GroupChatInvitation) Descriptor() ([]byte, []int) { - return file_group_chat_invitation_proto_rawDescGZIP(), []int{0} -} - -func (x *GroupChatInvitation) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *GroupChatInvitation) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *GroupChatInvitation) GetIntroductionMessage() string { - if x != nil { - return x.IntroductionMessage - } - return "" -} - -func (x *GroupChatInvitation) GetState() GroupChatInvitation_State { - if x != nil { - return x.State - } - return GroupChatInvitation_UNKNOWN -} - -var File_group_chat_invitation_proto protoreflect.FileDescriptor - -var file_group_chat_invitation_proto_rawDesc = []byte{ - 0x0a, 0x1b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x6e, 0x76, - 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0xf1, 0x01, 0x0a, 0x13, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x68, 0x61, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x31, - 0x0a, 0x14, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x69, 0x6e, - 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x12, 0x39, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x43, 0x68, 0x61, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x3d, 0x0a, 0x05, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, - 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x10, 0x01, 0x12, - 0x0c, 0x0a, 0x08, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0c, 0x0a, - 0x08, 0x41, 0x50, 0x50, 0x52, 0x4f, 0x56, 0x45, 0x44, 0x10, 0x03, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, - 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, -} - -var ( - file_group_chat_invitation_proto_rawDescOnce sync.Once - file_group_chat_invitation_proto_rawDescData = file_group_chat_invitation_proto_rawDesc -) - -func file_group_chat_invitation_proto_rawDescGZIP() []byte { - file_group_chat_invitation_proto_rawDescOnce.Do(func() { - file_group_chat_invitation_proto_rawDescData = protoimpl.X.CompressGZIP(file_group_chat_invitation_proto_rawDescData) - }) - return file_group_chat_invitation_proto_rawDescData -} - -var file_group_chat_invitation_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_group_chat_invitation_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_group_chat_invitation_proto_goTypes = []interface{}{ - (GroupChatInvitation_State)(0), // 0: protobuf.GroupChatInvitation.State - (*GroupChatInvitation)(nil), // 1: protobuf.GroupChatInvitation -} -var file_group_chat_invitation_proto_depIdxs = []int32{ - 0, // 0: protobuf.GroupChatInvitation.state:type_name -> protobuf.GroupChatInvitation.State - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_group_chat_invitation_proto_init() } -func file_group_chat_invitation_proto_init() { - if File_group_chat_invitation_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_group_chat_invitation_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GroupChatInvitation); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_group_chat_invitation_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_group_chat_invitation_proto_goTypes, - DependencyIndexes: file_group_chat_invitation_proto_depIdxs, - EnumInfos: file_group_chat_invitation_proto_enumTypes, - MessageInfos: file_group_chat_invitation_proto_msgTypes, - }.Build() - File_group_chat_invitation_proto = out.File - file_group_chat_invitation_proto_rawDesc = nil - file_group_chat_invitation_proto_goTypes = nil - file_group_chat_invitation_proto_depIdxs = nil -} diff --git a/protocol/protobuf/membership_update_message.pb.go b/protocol/protobuf/membership_update_message.pb.go deleted file mode 100644 index 3eb25e0e7..000000000 --- a/protocol/protobuf/membership_update_message.pb.go +++ /dev/null @@ -1,429 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: membership_update_message.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type MembershipUpdateEvent_EventType int32 - -const ( - MembershipUpdateEvent_UNKNOWN MembershipUpdateEvent_EventType = 0 - MembershipUpdateEvent_CHAT_CREATED MembershipUpdateEvent_EventType = 1 - MembershipUpdateEvent_NAME_CHANGED MembershipUpdateEvent_EventType = 2 - MembershipUpdateEvent_MEMBERS_ADDED MembershipUpdateEvent_EventType = 3 - MembershipUpdateEvent_MEMBER_JOINED MembershipUpdateEvent_EventType = 4 - MembershipUpdateEvent_MEMBER_REMOVED MembershipUpdateEvent_EventType = 5 - MembershipUpdateEvent_ADMINS_ADDED MembershipUpdateEvent_EventType = 6 - MembershipUpdateEvent_ADMIN_REMOVED MembershipUpdateEvent_EventType = 7 - MembershipUpdateEvent_COLOR_CHANGED MembershipUpdateEvent_EventType = 8 - MembershipUpdateEvent_IMAGE_CHANGED MembershipUpdateEvent_EventType = 9 -) - -// Enum value maps for MembershipUpdateEvent_EventType. -var ( - MembershipUpdateEvent_EventType_name = map[int32]string{ - 0: "UNKNOWN", - 1: "CHAT_CREATED", - 2: "NAME_CHANGED", - 3: "MEMBERS_ADDED", - 4: "MEMBER_JOINED", - 5: "MEMBER_REMOVED", - 6: "ADMINS_ADDED", - 7: "ADMIN_REMOVED", - 8: "COLOR_CHANGED", - 9: "IMAGE_CHANGED", - } - MembershipUpdateEvent_EventType_value = map[string]int32{ - "UNKNOWN": 0, - "CHAT_CREATED": 1, - "NAME_CHANGED": 2, - "MEMBERS_ADDED": 3, - "MEMBER_JOINED": 4, - "MEMBER_REMOVED": 5, - "ADMINS_ADDED": 6, - "ADMIN_REMOVED": 7, - "COLOR_CHANGED": 8, - "IMAGE_CHANGED": 9, - } -) - -func (x MembershipUpdateEvent_EventType) Enum() *MembershipUpdateEvent_EventType { - p := new(MembershipUpdateEvent_EventType) - *p = x - return p -} - -func (x MembershipUpdateEvent_EventType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (MembershipUpdateEvent_EventType) Descriptor() protoreflect.EnumDescriptor { - return file_membership_update_message_proto_enumTypes[0].Descriptor() -} - -func (MembershipUpdateEvent_EventType) Type() protoreflect.EnumType { - return &file_membership_update_message_proto_enumTypes[0] -} - -func (x MembershipUpdateEvent_EventType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use MembershipUpdateEvent_EventType.Descriptor instead. -func (MembershipUpdateEvent_EventType) EnumDescriptor() ([]byte, []int) { - return file_membership_update_message_proto_rawDescGZIP(), []int{0, 0} -} - -type MembershipUpdateEvent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Lamport timestamp of the event - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // List of public keys of objects of the action - Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"` - // Name of the chat for the CHAT_CREATED/NAME_CHANGED event types - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - // The type of the event - Type MembershipUpdateEvent_EventType `protobuf:"varint,4,opt,name=type,proto3,enum=protobuf.MembershipUpdateEvent_EventType" json:"type,omitempty"` - // Color of the chat for the CHAT_CREATED/COLOR_CHANGED event types - Color string `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"` - // Chat image - Image []byte `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"` -} - -func (x *MembershipUpdateEvent) Reset() { - *x = MembershipUpdateEvent{} - if protoimpl.UnsafeEnabled { - mi := &file_membership_update_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MembershipUpdateEvent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MembershipUpdateEvent) ProtoMessage() {} - -func (x *MembershipUpdateEvent) ProtoReflect() protoreflect.Message { - mi := &file_membership_update_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MembershipUpdateEvent.ProtoReflect.Descriptor instead. -func (*MembershipUpdateEvent) Descriptor() ([]byte, []int) { - return file_membership_update_message_proto_rawDescGZIP(), []int{0} -} - -func (x *MembershipUpdateEvent) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *MembershipUpdateEvent) GetMembers() []string { - if x != nil { - return x.Members - } - return nil -} - -func (x *MembershipUpdateEvent) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *MembershipUpdateEvent) GetType() MembershipUpdateEvent_EventType { - if x != nil { - return x.Type - } - return MembershipUpdateEvent_UNKNOWN -} - -func (x *MembershipUpdateEvent) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *MembershipUpdateEvent) GetImage() []byte { - if x != nil { - return x.Image - } - return nil -} - -// MembershipUpdateMessage is a message used to propagate information -// about group membership changes. -// For more information, see https://github.com/status-im/specs/blob/master/status-group-chats-spec.md. -type MembershipUpdateMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // The chat id of the private group chat - ChatId string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - // A list of events for this group chat, first x bytes are the signature, then is a - // protobuf encoded MembershipUpdateEvent - Events [][]byte `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"` - // An optional chat message - // - // Types that are assignable to ChatEntity: - // - // *MembershipUpdateMessage_Message - // *MembershipUpdateMessage_EmojiReaction - ChatEntity isMembershipUpdateMessage_ChatEntity `protobuf_oneof:"chat_entity"` -} - -func (x *MembershipUpdateMessage) Reset() { - *x = MembershipUpdateMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_membership_update_message_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MembershipUpdateMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MembershipUpdateMessage) ProtoMessage() {} - -func (x *MembershipUpdateMessage) ProtoReflect() protoreflect.Message { - mi := &file_membership_update_message_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MembershipUpdateMessage.ProtoReflect.Descriptor instead. -func (*MembershipUpdateMessage) Descriptor() ([]byte, []int) { - return file_membership_update_message_proto_rawDescGZIP(), []int{1} -} - -func (x *MembershipUpdateMessage) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *MembershipUpdateMessage) GetEvents() [][]byte { - if x != nil { - return x.Events - } - return nil -} - -func (m *MembershipUpdateMessage) GetChatEntity() isMembershipUpdateMessage_ChatEntity { - if m != nil { - return m.ChatEntity - } - return nil -} - -func (x *MembershipUpdateMessage) GetMessage() *ChatMessage { - if x, ok := x.GetChatEntity().(*MembershipUpdateMessage_Message); ok { - return x.Message - } - return nil -} - -func (x *MembershipUpdateMessage) GetEmojiReaction() *EmojiReaction { - if x, ok := x.GetChatEntity().(*MembershipUpdateMessage_EmojiReaction); ok { - return x.EmojiReaction - } - return nil -} - -type isMembershipUpdateMessage_ChatEntity interface { - isMembershipUpdateMessage_ChatEntity() -} - -type MembershipUpdateMessage_Message struct { - Message *ChatMessage `protobuf:"bytes,3,opt,name=message,proto3,oneof"` -} - -type MembershipUpdateMessage_EmojiReaction struct { - EmojiReaction *EmojiReaction `protobuf:"bytes,4,opt,name=emoji_reaction,json=emojiReaction,proto3,oneof"` -} - -func (*MembershipUpdateMessage_Message) isMembershipUpdateMessage_ChatEntity() {} - -func (*MembershipUpdateMessage_EmojiReaction) isMembershipUpdateMessage_ChatEntity() {} - -var File_membership_update_message_proto protoreflect.FileDescriptor - -var file_membership_update_message_proto_rawDesc = []byte{ - 0x0a, 0x1f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x12, 0x63, 0x68, 0x61, - 0x74, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, - 0x14, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x5f, 0x72, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8a, 0x03, 0x0a, 0x15, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x68, 0x69, 0x70, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, - 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x76, 0x65, - 0x6e, 0x74, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, - 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x22, 0xc1, - 0x01, 0x0a, 0x09, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, - 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x48, 0x41, - 0x54, 0x5f, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x4e, - 0x41, 0x4d, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x44, 0x10, 0x02, 0x12, 0x11, 0x0a, - 0x0d, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x53, 0x5f, 0x41, 0x44, 0x44, 0x45, 0x44, 0x10, 0x03, - 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x4a, 0x4f, 0x49, 0x4e, 0x45, - 0x44, 0x10, 0x04, 0x12, 0x12, 0x0a, 0x0e, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x5f, 0x52, 0x45, - 0x4d, 0x4f, 0x56, 0x45, 0x44, 0x10, 0x05, 0x12, 0x10, 0x0a, 0x0c, 0x41, 0x44, 0x4d, 0x49, 0x4e, - 0x53, 0x5f, 0x41, 0x44, 0x44, 0x45, 0x44, 0x10, 0x06, 0x12, 0x11, 0x0a, 0x0d, 0x41, 0x44, 0x4d, - 0x49, 0x4e, 0x5f, 0x52, 0x45, 0x4d, 0x4f, 0x56, 0x45, 0x44, 0x10, 0x07, 0x12, 0x11, 0x0a, 0x0d, - 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x44, 0x10, 0x08, 0x12, - 0x11, 0x0a, 0x0d, 0x49, 0x4d, 0x41, 0x47, 0x45, 0x5f, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x44, - 0x10, 0x09, 0x22, 0xce, 0x01, 0x0a, 0x17, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x17, - 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, - 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, - 0x31, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x43, 0x68, 0x61, 0x74, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x12, 0x40, 0x0a, 0x0e, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x5f, 0x72, 0x65, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x6f, 0x6a, 0x69, 0x52, 0x65, 0x61, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x0d, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x52, 0x65, 0x61, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_membership_update_message_proto_rawDescOnce sync.Once - file_membership_update_message_proto_rawDescData = file_membership_update_message_proto_rawDesc -) - -func file_membership_update_message_proto_rawDescGZIP() []byte { - file_membership_update_message_proto_rawDescOnce.Do(func() { - file_membership_update_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_membership_update_message_proto_rawDescData) - }) - return file_membership_update_message_proto_rawDescData -} - -var file_membership_update_message_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_membership_update_message_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_membership_update_message_proto_goTypes = []interface{}{ - (MembershipUpdateEvent_EventType)(0), // 0: protobuf.MembershipUpdateEvent.EventType - (*MembershipUpdateEvent)(nil), // 1: protobuf.MembershipUpdateEvent - (*MembershipUpdateMessage)(nil), // 2: protobuf.MembershipUpdateMessage - (*ChatMessage)(nil), // 3: protobuf.ChatMessage - (*EmojiReaction)(nil), // 4: protobuf.EmojiReaction -} -var file_membership_update_message_proto_depIdxs = []int32{ - 0, // 0: protobuf.MembershipUpdateEvent.type:type_name -> protobuf.MembershipUpdateEvent.EventType - 3, // 1: protobuf.MembershipUpdateMessage.message:type_name -> protobuf.ChatMessage - 4, // 2: protobuf.MembershipUpdateMessage.emoji_reaction:type_name -> protobuf.EmojiReaction - 3, // [3:3] is the sub-list for method output_type - 3, // [3:3] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name -} - -func init() { file_membership_update_message_proto_init() } -func file_membership_update_message_proto_init() { - if File_membership_update_message_proto != nil { - return - } - file_chat_message_proto_init() - file_emoji_reaction_proto_init() - if !protoimpl.UnsafeEnabled { - file_membership_update_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MembershipUpdateEvent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_membership_update_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MembershipUpdateMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - file_membership_update_message_proto_msgTypes[1].OneofWrappers = []interface{}{ - (*MembershipUpdateMessage_Message)(nil), - (*MembershipUpdateMessage_EmojiReaction)(nil), - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_membership_update_message_proto_rawDesc, - NumEnums: 1, - NumMessages: 2, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_membership_update_message_proto_goTypes, - DependencyIndexes: file_membership_update_message_proto_depIdxs, - EnumInfos: file_membership_update_message_proto_enumTypes, - MessageInfos: file_membership_update_message_proto_msgTypes, - }.Build() - File_membership_update_message_proto = out.File - file_membership_update_message_proto_rawDesc = nil - file_membership_update_message_proto_goTypes = nil - file_membership_update_message_proto_depIdxs = nil -} diff --git a/protocol/protobuf/pairing.pb.go b/protocol/protobuf/pairing.pb.go deleted file mode 100644 index 1ea62433d..000000000 --- a/protocol/protobuf/pairing.pb.go +++ /dev/null @@ -1,5500 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: pairing.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision int32 - -const ( - SyncActivityCenterCommunityRequestDecision_ACCEPTED SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision = 0 - SyncActivityCenterCommunityRequestDecision_DECLINED SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision = 1 -) - -// Enum value maps for SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision. -var ( - SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision_name = map[int32]string{ - 0: "ACCEPTED", - 1: "DECLINED", - } - SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision_value = map[string]int32{ - "ACCEPTED": 0, - "DECLINED": 1, - } -) - -func (x SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) Enum() *SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision { - p := new(SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) - *p = x - return p -} - -func (x SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) Descriptor() protoreflect.EnumDescriptor { - return file_pairing_proto_enumTypes[0].Descriptor() -} - -func (SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) Type() protoreflect.EnumType { - return &file_pairing_proto_enumTypes[0] -} - -func (x SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision.Descriptor instead. -func (SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision) EnumDescriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{20, 0} -} - -type SyncTrustedUser_TrustStatus int32 - -const ( - SyncTrustedUser_UNKNOWN SyncTrustedUser_TrustStatus = 0 - SyncTrustedUser_TRUSTED SyncTrustedUser_TrustStatus = 1 - SyncTrustedUser_UNTRUSTWORTHY SyncTrustedUser_TrustStatus = 2 -) - -// Enum value maps for SyncTrustedUser_TrustStatus. -var ( - SyncTrustedUser_TrustStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "TRUSTED", - 2: "UNTRUSTWORTHY", - } - SyncTrustedUser_TrustStatus_value = map[string]int32{ - "UNKNOWN": 0, - "TRUSTED": 1, - "UNTRUSTWORTHY": 2, - } -) - -func (x SyncTrustedUser_TrustStatus) Enum() *SyncTrustedUser_TrustStatus { - p := new(SyncTrustedUser_TrustStatus) - *p = x - return p -} - -func (x SyncTrustedUser_TrustStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (SyncTrustedUser_TrustStatus) Descriptor() protoreflect.EnumDescriptor { - return file_pairing_proto_enumTypes[1].Descriptor() -} - -func (SyncTrustedUser_TrustStatus) Type() protoreflect.EnumType { - return &file_pairing_proto_enumTypes[1] -} - -func (x SyncTrustedUser_TrustStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use SyncTrustedUser_TrustStatus.Descriptor instead. -func (SyncTrustedUser_TrustStatus) EnumDescriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{31, 0} -} - -type SyncVerificationRequest_VerificationStatus int32 - -const ( - SyncVerificationRequest_UNKNOWN SyncVerificationRequest_VerificationStatus = 0 - SyncVerificationRequest_PENDING SyncVerificationRequest_VerificationStatus = 1 - SyncVerificationRequest_ACCEPTED SyncVerificationRequest_VerificationStatus = 2 - SyncVerificationRequest_DECLINED SyncVerificationRequest_VerificationStatus = 3 - SyncVerificationRequest_CANCELED SyncVerificationRequest_VerificationStatus = 4 -) - -// Enum value maps for SyncVerificationRequest_VerificationStatus. -var ( - SyncVerificationRequest_VerificationStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "PENDING", - 2: "ACCEPTED", - 3: "DECLINED", - 4: "CANCELED", - } - SyncVerificationRequest_VerificationStatus_value = map[string]int32{ - "UNKNOWN": 0, - "PENDING": 1, - "ACCEPTED": 2, - "DECLINED": 3, - "CANCELED": 4, - } -) - -func (x SyncVerificationRequest_VerificationStatus) Enum() *SyncVerificationRequest_VerificationStatus { - p := new(SyncVerificationRequest_VerificationStatus) - *p = x - return p -} - -func (x SyncVerificationRequest_VerificationStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (SyncVerificationRequest_VerificationStatus) Descriptor() protoreflect.EnumDescriptor { - return file_pairing_proto_enumTypes[2].Descriptor() -} - -func (SyncVerificationRequest_VerificationStatus) Type() protoreflect.EnumType { - return &file_pairing_proto_enumTypes[2] -} - -func (x SyncVerificationRequest_VerificationStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use SyncVerificationRequest_VerificationStatus.Descriptor instead. -func (SyncVerificationRequest_VerificationStatus) EnumDescriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{32, 0} -} - -type SyncContactRequestDecision_DecisionStatus int32 - -const ( - SyncContactRequestDecision_ACCEPTED SyncContactRequestDecision_DecisionStatus = 0 - SyncContactRequestDecision_DECLINED SyncContactRequestDecision_DecisionStatus = 1 -) - -// Enum value maps for SyncContactRequestDecision_DecisionStatus. -var ( - SyncContactRequestDecision_DecisionStatus_name = map[int32]string{ - 0: "ACCEPTED", - 1: "DECLINED", - } - SyncContactRequestDecision_DecisionStatus_value = map[string]int32{ - "ACCEPTED": 0, - "DECLINED": 1, - } -) - -func (x SyncContactRequestDecision_DecisionStatus) Enum() *SyncContactRequestDecision_DecisionStatus { - p := new(SyncContactRequestDecision_DecisionStatus) - *p = x - return p -} - -func (x SyncContactRequestDecision_DecisionStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (SyncContactRequestDecision_DecisionStatus) Descriptor() protoreflect.EnumDescriptor { - return file_pairing_proto_enumTypes[3].Descriptor() -} - -func (SyncContactRequestDecision_DecisionStatus) Type() protoreflect.EnumType { - return &file_pairing_proto_enumTypes[3] -} - -func (x SyncContactRequestDecision_DecisionStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use SyncContactRequestDecision_DecisionStatus.Descriptor instead. -func (SyncContactRequestDecision_DecisionStatus) EnumDescriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{33, 0} -} - -// `FetchingBackedUpDataDetails` is used to describe how many messages a single backup data structure consists of -type FetchingBackedUpDataDetails struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DataNumber uint32 `protobuf:"varint,1,opt,name=data_number,json=dataNumber,proto3" json:"data_number,omitempty"` - TotalNumber uint32 `protobuf:"varint,2,opt,name=total_number,json=totalNumber,proto3" json:"total_number,omitempty"` -} - -func (x *FetchingBackedUpDataDetails) Reset() { - *x = FetchingBackedUpDataDetails{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FetchingBackedUpDataDetails) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FetchingBackedUpDataDetails) ProtoMessage() {} - -func (x *FetchingBackedUpDataDetails) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FetchingBackedUpDataDetails.ProtoReflect.Descriptor instead. -func (*FetchingBackedUpDataDetails) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{0} -} - -func (x *FetchingBackedUpDataDetails) GetDataNumber() uint32 { - if x != nil { - return x.DataNumber - } - return 0 -} - -func (x *FetchingBackedUpDataDetails) GetTotalNumber() uint32 { - if x != nil { - return x.TotalNumber - } - return 0 -} - -type Backup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // this is what we already had - Contacts []*SyncInstallationContactV2 `protobuf:"bytes,3,rep,name=contacts,proto3" json:"contacts,omitempty"` - Communities []*SyncInstallationCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"` - // newly added details to be backed up to and fetched from waku - ContactsDetails *FetchingBackedUpDataDetails `protobuf:"bytes,5,opt,name=contactsDetails,proto3" json:"contactsDetails,omitempty"` - CommunitiesDetails *FetchingBackedUpDataDetails `protobuf:"bytes,6,opt,name=communitiesDetails,proto3" json:"communitiesDetails,omitempty"` - Profile *BackedUpProfile `protobuf:"bytes,7,opt,name=profile,proto3" json:"profile,omitempty"` - ProfileDetails *FetchingBackedUpDataDetails `protobuf:"bytes,8,opt,name=profileDetails,proto3" json:"profileDetails,omitempty"` - Setting *SyncSetting `protobuf:"bytes,9,opt,name=setting,proto3" json:"setting,omitempty"` - SettingsDetails *FetchingBackedUpDataDetails `protobuf:"bytes,10,opt,name=settingsDetails,proto3" json:"settingsDetails,omitempty"` - Keypair *SyncKeypair `protobuf:"bytes,11,opt,name=keypair,proto3" json:"keypair,omitempty"` - KeypairDetails *FetchingBackedUpDataDetails `protobuf:"bytes,12,opt,name=keypairDetails,proto3" json:"keypairDetails,omitempty"` - WatchOnlyAccount *SyncAccount `protobuf:"bytes,13,opt,name=watchOnlyAccount,proto3" json:"watchOnlyAccount,omitempty"` - WatchOnlyAccountDetails *FetchingBackedUpDataDetails `protobuf:"bytes,14,opt,name=watchOnlyAccountDetails,proto3" json:"watchOnlyAccountDetails,omitempty"` - Chats []*SyncChat `protobuf:"bytes,15,rep,name=chats,proto3" json:"chats,omitempty"` - ChatsDetails *FetchingBackedUpDataDetails `protobuf:"bytes,16,opt,name=chatsDetails,proto3" json:"chatsDetails,omitempty"` -} - -func (x *Backup) Reset() { - *x = Backup{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Backup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Backup) ProtoMessage() {} - -func (x *Backup) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Backup.ProtoReflect.Descriptor instead. -func (*Backup) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{1} -} - -func (x *Backup) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *Backup) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *Backup) GetContacts() []*SyncInstallationContactV2 { - if x != nil { - return x.Contacts - } - return nil -} - -func (x *Backup) GetCommunities() []*SyncInstallationCommunity { - if x != nil { - return x.Communities - } - return nil -} - -func (x *Backup) GetContactsDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.ContactsDetails - } - return nil -} - -func (x *Backup) GetCommunitiesDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.CommunitiesDetails - } - return nil -} - -func (x *Backup) GetProfile() *BackedUpProfile { - if x != nil { - return x.Profile - } - return nil -} - -func (x *Backup) GetProfileDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.ProfileDetails - } - return nil -} - -func (x *Backup) GetSetting() *SyncSetting { - if x != nil { - return x.Setting - } - return nil -} - -func (x *Backup) GetSettingsDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.SettingsDetails - } - return nil -} - -func (x *Backup) GetKeypair() *SyncKeypair { - if x != nil { - return x.Keypair - } - return nil -} - -func (x *Backup) GetKeypairDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.KeypairDetails - } - return nil -} - -func (x *Backup) GetWatchOnlyAccount() *SyncAccount { - if x != nil { - return x.WatchOnlyAccount - } - return nil -} - -func (x *Backup) GetWatchOnlyAccountDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.WatchOnlyAccountDetails - } - return nil -} - -func (x *Backup) GetChats() []*SyncChat { - if x != nil { - return x.Chats - } - return nil -} - -func (x *Backup) GetChatsDetails() *FetchingBackedUpDataDetails { - if x != nil { - return x.ChatsDetails - } - return nil -} - -type MultiAccount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - Identicon string `protobuf:"bytes,3,opt,name=identicon,proto3" json:"identicon,omitempty"` - ColorHash []*MultiAccount_ColorHash `protobuf:"bytes,4,rep,name=color_hash,json=colorHash,proto3" json:"color_hash,omitempty"` - ColorId int64 `protobuf:"varint,5,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"` - KeycardPairing string `protobuf:"bytes,6,opt,name=keycard_pairing,json=keycardPairing,proto3" json:"keycard_pairing,omitempty"` - KeyUid string `protobuf:"bytes,7,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - Images []*MultiAccount_IdentityImage `protobuf:"bytes,8,rep,name=images,proto3" json:"images,omitempty"` - CustomizationColor string `protobuf:"bytes,9,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` - CustomizationColorClock uint64 `protobuf:"varint,10,opt,name=customization_color_clock,json=customizationColorClock,proto3" json:"customization_color_clock,omitempty"` -} - -func (x *MultiAccount) Reset() { - *x = MultiAccount{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiAccount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiAccount) ProtoMessage() {} - -func (x *MultiAccount) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiAccount.ProtoReflect.Descriptor instead. -func (*MultiAccount) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{2} -} - -func (x *MultiAccount) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *MultiAccount) GetTimestamp() int64 { - if x != nil { - return x.Timestamp - } - return 0 -} - -func (x *MultiAccount) GetIdenticon() string { - if x != nil { - return x.Identicon - } - return "" -} - -func (x *MultiAccount) GetColorHash() []*MultiAccount_ColorHash { - if x != nil { - return x.ColorHash - } - return nil -} - -func (x *MultiAccount) GetColorId() int64 { - if x != nil { - return x.ColorId - } - return 0 -} - -func (x *MultiAccount) GetKeycardPairing() string { - if x != nil { - return x.KeycardPairing - } - return "" -} - -func (x *MultiAccount) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *MultiAccount) GetImages() []*MultiAccount_IdentityImage { - if x != nil { - return x.Images - } - return nil -} - -func (x *MultiAccount) GetCustomizationColor() string { - if x != nil { - return x.CustomizationColor - } - return "" -} - -func (x *MultiAccount) GetCustomizationColorClock() uint64 { - if x != nil { - return x.CustomizationColorClock - } - return 0 -} - -type LocalPairingPayload struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Keys []*LocalPairingPayload_Key `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` - Multiaccount *MultiAccount `protobuf:"bytes,2,opt,name=multiaccount,proto3" json:"multiaccount,omitempty"` - Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` - ChatKey string `protobuf:"bytes,4,opt,name=chatKey,proto3" json:"chatKey,omitempty"` - KeycardPairings string `protobuf:"bytes,5,opt,name=keycardPairings,proto3" json:"keycardPairings,omitempty"` -} - -func (x *LocalPairingPayload) Reset() { - *x = LocalPairingPayload{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LocalPairingPayload) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LocalPairingPayload) ProtoMessage() {} - -func (x *LocalPairingPayload) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LocalPairingPayload.ProtoReflect.Descriptor instead. -func (*LocalPairingPayload) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{3} -} - -func (x *LocalPairingPayload) GetKeys() []*LocalPairingPayload_Key { - if x != nil { - return x.Keys - } - return nil -} - -func (x *LocalPairingPayload) GetMultiaccount() *MultiAccount { - if x != nil { - return x.Multiaccount - } - return nil -} - -func (x *LocalPairingPayload) GetPassword() string { - if x != nil { - return x.Password - } - return "" -} - -func (x *LocalPairingPayload) GetChatKey() string { - if x != nil { - return x.ChatKey - } - return "" -} - -func (x *LocalPairingPayload) GetKeycardPairings() string { - if x != nil { - return x.KeycardPairings - } - return "" -} - -type LocalPairingPeerHello struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PairingVersion int32 `protobuf:"varint,1,opt,name=pairing_version,json=pairingVersion,proto3" json:"pairing_version,omitempty"` - PeerId []byte `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` - DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"` - DeviceType string `protobuf:"bytes,4,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"` - Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"` -} - -func (x *LocalPairingPeerHello) Reset() { - *x = LocalPairingPeerHello{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LocalPairingPeerHello) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LocalPairingPeerHello) ProtoMessage() {} - -func (x *LocalPairingPeerHello) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LocalPairingPeerHello.ProtoReflect.Descriptor instead. -func (*LocalPairingPeerHello) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{4} -} - -func (x *LocalPairingPeerHello) GetPairingVersion() int32 { - if x != nil { - return x.PairingVersion - } - return 0 -} - -func (x *LocalPairingPeerHello) GetPeerId() []byte { - if x != nil { - return x.PeerId - } - return nil -} - -func (x *LocalPairingPeerHello) GetDeviceName() string { - if x != nil { - return x.DeviceName - } - return "" -} - -func (x *LocalPairingPeerHello) GetDeviceType() string { - if x != nil { - return x.DeviceType - } - return "" -} - -func (x *LocalPairingPeerHello) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -type SyncPairInstallation struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` - DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"` - Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - // following fields used for local pairing - Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` -} - -func (x *SyncPairInstallation) Reset() { - *x = SyncPairInstallation{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncPairInstallation) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncPairInstallation) ProtoMessage() {} - -func (x *SyncPairInstallation) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncPairInstallation.ProtoReflect.Descriptor instead. -func (*SyncPairInstallation) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{5} -} - -func (x *SyncPairInstallation) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncPairInstallation) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -func (x *SyncPairInstallation) GetDeviceType() string { - if x != nil { - return x.DeviceType - } - return "" -} - -func (x *SyncPairInstallation) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncPairInstallation) GetVersion() uint32 { - if x != nil { - return x.Version - } - return 0 -} - -type SyncInstallationContactV2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - LastUpdatedLocally uint64 `protobuf:"varint,1,opt,name=last_updated_locally,json=lastUpdatedLocally,proto3" json:"last_updated_locally,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"` - EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - LastUpdated uint64 `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"` - SystemTags []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"` - LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"` - Added bool `protobuf:"varint,9,opt,name=added,proto3" json:"added,omitempty"` - Blocked bool `protobuf:"varint,10,opt,name=blocked,proto3" json:"blocked,omitempty"` - Muted bool `protobuf:"varint,11,opt,name=muted,proto3" json:"muted,omitempty"` - Removed bool `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"` - HasAddedUs bool `protobuf:"varint,13,opt,name=has_added_us,json=hasAddedUs,proto3" json:"has_added_us,omitempty"` - VerificationStatus int64 `protobuf:"varint,14,opt,name=verification_status,json=verificationStatus,proto3" json:"verification_status,omitempty"` - TrustStatus int64 `protobuf:"varint,15,opt,name=trust_status,json=trustStatus,proto3" json:"trust_status,omitempty"` - ContactRequestLocalState int64 `protobuf:"varint,16,opt,name=contact_request_local_state,json=contactRequestLocalState,proto3" json:"contact_request_local_state,omitempty"` - ContactRequestLocalClock int64 `protobuf:"varint,17,opt,name=contact_request_local_clock,json=contactRequestLocalClock,proto3" json:"contact_request_local_clock,omitempty"` - ContactRequestRemoteState int64 `protobuf:"varint,18,opt,name=contact_request_remote_state,json=contactRequestRemoteState,proto3" json:"contact_request_remote_state,omitempty"` - ContactRequestRemoteClock int64 `protobuf:"varint,19,opt,name=contact_request_remote_clock,json=contactRequestRemoteClock,proto3" json:"contact_request_remote_clock,omitempty"` - DisplayName string `protobuf:"bytes,20,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - CustomizationColor uint32 `protobuf:"varint,21,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` -} - -func (x *SyncInstallationContactV2) Reset() { - *x = SyncInstallationContactV2{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncInstallationContactV2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncInstallationContactV2) ProtoMessage() {} - -func (x *SyncInstallationContactV2) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncInstallationContactV2.ProtoReflect.Descriptor instead. -func (*SyncInstallationContactV2) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{6} -} - -func (x *SyncInstallationContactV2) GetLastUpdatedLocally() uint64 { - if x != nil { - return x.LastUpdatedLocally - } - return 0 -} - -func (x *SyncInstallationContactV2) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *SyncInstallationContactV2) GetProfileImage() string { - if x != nil { - return x.ProfileImage - } - return "" -} - -func (x *SyncInstallationContactV2) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *SyncInstallationContactV2) GetLastUpdated() uint64 { - if x != nil { - return x.LastUpdated - } - return 0 -} - -func (x *SyncInstallationContactV2) GetSystemTags() []string { - if x != nil { - return x.SystemTags - } - return nil -} - -func (x *SyncInstallationContactV2) GetLocalNickname() string { - if x != nil { - return x.LocalNickname - } - return "" -} - -func (x *SyncInstallationContactV2) GetAdded() bool { - if x != nil { - return x.Added - } - return false -} - -func (x *SyncInstallationContactV2) GetBlocked() bool { - if x != nil { - return x.Blocked - } - return false -} - -func (x *SyncInstallationContactV2) GetMuted() bool { - if x != nil { - return x.Muted - } - return false -} - -func (x *SyncInstallationContactV2) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -func (x *SyncInstallationContactV2) GetHasAddedUs() bool { - if x != nil { - return x.HasAddedUs - } - return false -} - -func (x *SyncInstallationContactV2) GetVerificationStatus() int64 { - if x != nil { - return x.VerificationStatus - } - return 0 -} - -func (x *SyncInstallationContactV2) GetTrustStatus() int64 { - if x != nil { - return x.TrustStatus - } - return 0 -} - -func (x *SyncInstallationContactV2) GetContactRequestLocalState() int64 { - if x != nil { - return x.ContactRequestLocalState - } - return 0 -} - -func (x *SyncInstallationContactV2) GetContactRequestLocalClock() int64 { - if x != nil { - return x.ContactRequestLocalClock - } - return 0 -} - -func (x *SyncInstallationContactV2) GetContactRequestRemoteState() int64 { - if x != nil { - return x.ContactRequestRemoteState - } - return 0 -} - -func (x *SyncInstallationContactV2) GetContactRequestRemoteClock() int64 { - if x != nil { - return x.ContactRequestRemoteClock - } - return 0 -} - -func (x *SyncInstallationContactV2) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *SyncInstallationContactV2) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -type SyncInstallationAccount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - ProfileImage string `protobuf:"bytes,2,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"` - LastUpdated uint64 `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"` -} - -func (x *SyncInstallationAccount) Reset() { - *x = SyncInstallationAccount{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncInstallationAccount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncInstallationAccount) ProtoMessage() {} - -func (x *SyncInstallationAccount) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncInstallationAccount.ProtoReflect.Descriptor instead. -func (*SyncInstallationAccount) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{7} -} - -func (x *SyncInstallationAccount) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncInstallationAccount) GetProfileImage() string { - if x != nil { - return x.ProfileImage - } - return "" -} - -func (x *SyncInstallationAccount) GetLastUpdated() uint64 { - if x != nil { - return x.LastUpdated - } - return 0 -} - -type SyncInstallationCommunity struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - // Don't sync private_key because we want to have only one control node - // - // Deprecated: Marked as deprecated in pairing.proto. - PrivateKey []byte `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` - Description []byte `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` - Joined bool `protobuf:"varint,5,opt,name=joined,proto3" json:"joined,omitempty"` - Verified bool `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"` - Muted bool `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"` - RequestsToJoin []*SyncCommunityRequestsToJoin `protobuf:"bytes,8,rep,name=requests_to_join,json=requestsToJoin,proto3" json:"requests_to_join,omitempty"` - Settings *SyncCommunitySettings `protobuf:"bytes,9,opt,name=settings,proto3" json:"settings,omitempty"` - Encrypted bool `protobuf:"varint,10,opt,name=encrypted,proto3" json:"encrypted,omitempty"` - Spectated bool `protobuf:"varint,11,opt,name=spectated,proto3" json:"spectated,omitempty"` - // Kept for backward compatibility - // - // Deprecated: Marked as deprecated in pairing.proto. - EncryptionKeysV1 []byte `protobuf:"bytes,12,opt,name=encryption_keys_v1,json=encryptionKeysV1,proto3" json:"encryption_keys_v1,omitempty"` - ControlNode *SyncCommunityControlNode `protobuf:"bytes,13,opt,name=control_node,json=controlNode,proto3" json:"control_node,omitempty"` - JoinedAt int64 `protobuf:"varint,14,opt,name=joined_at,json=joinedAt,proto3" json:"joined_at,omitempty"` - LastOpenedAt int64 `protobuf:"varint,15,opt,name=last_opened_at,json=lastOpenedAt,proto3" json:"last_opened_at,omitempty"` - EncryptionKeysV2 [][]byte `protobuf:"bytes,16,rep,name=encryption_keys_v2,json=encryptionKeysV2,proto3" json:"encryption_keys_v2,omitempty"` -} - -func (x *SyncInstallationCommunity) Reset() { - *x = SyncInstallationCommunity{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncInstallationCommunity) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncInstallationCommunity) ProtoMessage() {} - -func (x *SyncInstallationCommunity) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncInstallationCommunity.ProtoReflect.Descriptor instead. -func (*SyncInstallationCommunity) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{8} -} - -func (x *SyncInstallationCommunity) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncInstallationCommunity) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -// Deprecated: Marked as deprecated in pairing.proto. -func (x *SyncInstallationCommunity) GetPrivateKey() []byte { - if x != nil { - return x.PrivateKey - } - return nil -} - -func (x *SyncInstallationCommunity) GetDescription() []byte { - if x != nil { - return x.Description - } - return nil -} - -func (x *SyncInstallationCommunity) GetJoined() bool { - if x != nil { - return x.Joined - } - return false -} - -func (x *SyncInstallationCommunity) GetVerified() bool { - if x != nil { - return x.Verified - } - return false -} - -func (x *SyncInstallationCommunity) GetMuted() bool { - if x != nil { - return x.Muted - } - return false -} - -func (x *SyncInstallationCommunity) GetRequestsToJoin() []*SyncCommunityRequestsToJoin { - if x != nil { - return x.RequestsToJoin - } - return nil -} - -func (x *SyncInstallationCommunity) GetSettings() *SyncCommunitySettings { - if x != nil { - return x.Settings - } - return nil -} - -func (x *SyncInstallationCommunity) GetEncrypted() bool { - if x != nil { - return x.Encrypted - } - return false -} - -func (x *SyncInstallationCommunity) GetSpectated() bool { - if x != nil { - return x.Spectated - } - return false -} - -// Deprecated: Marked as deprecated in pairing.proto. -func (x *SyncInstallationCommunity) GetEncryptionKeysV1() []byte { - if x != nil { - return x.EncryptionKeysV1 - } - return nil -} - -func (x *SyncInstallationCommunity) GetControlNode() *SyncCommunityControlNode { - if x != nil { - return x.ControlNode - } - return nil -} - -func (x *SyncInstallationCommunity) GetJoinedAt() int64 { - if x != nil { - return x.JoinedAt - } - return 0 -} - -func (x *SyncInstallationCommunity) GetLastOpenedAt() int64 { - if x != nil { - return x.LastOpenedAt - } - return 0 -} - -func (x *SyncInstallationCommunity) GetEncryptionKeysV2() [][]byte { - if x != nil { - return x.EncryptionKeysV2 - } - return nil -} - -type SyncCommunityRequestsToJoin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - Clock uint64 `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"` - EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"` - ChatId string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - CommunityId []byte `protobuf:"bytes,6,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - State uint64 `protobuf:"varint,7,opt,name=state,proto3" json:"state,omitempty"` - RevealedAccounts []*RevealedAccount `protobuf:"bytes,8,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"` - CustomizationColor uint32 `protobuf:"varint,9,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` - ShareFutureAddresses bool `protobuf:"varint,10,opt,name=share_future_addresses,json=shareFutureAddresses,proto3" json:"share_future_addresses,omitempty"` -} - -func (x *SyncCommunityRequestsToJoin) Reset() { - *x = SyncCommunityRequestsToJoin{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncCommunityRequestsToJoin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncCommunityRequestsToJoin) ProtoMessage() {} - -func (x *SyncCommunityRequestsToJoin) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncCommunityRequestsToJoin.ProtoReflect.Descriptor instead. -func (*SyncCommunityRequestsToJoin) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{9} -} - -func (x *SyncCommunityRequestsToJoin) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -func (x *SyncCommunityRequestsToJoin) GetPublicKey() string { - if x != nil { - return x.PublicKey - } - return "" -} - -func (x *SyncCommunityRequestsToJoin) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncCommunityRequestsToJoin) GetEnsName() string { - if x != nil { - return x.EnsName - } - return "" -} - -func (x *SyncCommunityRequestsToJoin) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *SyncCommunityRequestsToJoin) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *SyncCommunityRequestsToJoin) GetState() uint64 { - if x != nil { - return x.State - } - return 0 -} - -func (x *SyncCommunityRequestsToJoin) GetRevealedAccounts() []*RevealedAccount { - if x != nil { - return x.RevealedAccounts - } - return nil -} - -func (x *SyncCommunityRequestsToJoin) GetCustomizationColor() uint32 { - if x != nil { - return x.CustomizationColor - } - return 0 -} - -func (x *SyncCommunityRequestsToJoin) GetShareFutureAddresses() bool { - if x != nil { - return x.ShareFutureAddresses - } - return false -} - -type SyncCommunityControlNode struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Lamport timestamp of control node change - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // The device id of the control node - // Empty if there is no control node - InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` -} - -func (x *SyncCommunityControlNode) Reset() { - *x = SyncCommunityControlNode{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncCommunityControlNode) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncCommunityControlNode) ProtoMessage() {} - -func (x *SyncCommunityControlNode) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncCommunityControlNode.ProtoReflect.Descriptor instead. -func (*SyncCommunityControlNode) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{10} -} - -func (x *SyncCommunityControlNode) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncCommunityControlNode) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -type SyncChat struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ChatType uint32 `protobuf:"varint,2,opt,name=chat_type,json=chatType,proto3" json:"chat_type,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - MembershipUpdateEvents []*MembershipUpdateEvents `protobuf:"bytes,4,rep,name=membershipUpdateEvents,proto3" json:"membershipUpdateEvents,omitempty"` - Active bool `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"` - Clock uint64 `protobuf:"varint,6,opt,name=clock,proto3" json:"clock,omitempty"` - Muted bool `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"` -} - -func (x *SyncChat) Reset() { - *x = SyncChat{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncChat) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncChat) ProtoMessage() {} - -func (x *SyncChat) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncChat.ProtoReflect.Descriptor instead. -func (*SyncChat) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{11} -} - -func (x *SyncChat) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *SyncChat) GetChatType() uint32 { - if x != nil { - return x.ChatType - } - return 0 -} - -func (x *SyncChat) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncChat) GetMembershipUpdateEvents() []*MembershipUpdateEvents { - if x != nil { - return x.MembershipUpdateEvents - } - return nil -} - -func (x *SyncChat) GetActive() bool { - if x != nil { - return x.Active - } - return false -} - -func (x *SyncChat) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncChat) GetMuted() bool { - if x != nil { - return x.Muted - } - return false -} - -type MembershipUpdateEvents struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Type uint32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` - Members []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"` - Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` - Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"` - ChatId string `protobuf:"bytes,6,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - From string `protobuf:"bytes,7,opt,name=from,proto3" json:"from,omitempty"` - RawPayload []byte `protobuf:"bytes,8,opt,name=raw_payload,json=rawPayload,proto3" json:"raw_payload,omitempty"` - Color string `protobuf:"bytes,9,opt,name=color,proto3" json:"color,omitempty"` - Image []byte `protobuf:"bytes,10,opt,name=image,proto3" json:"image,omitempty"` -} - -func (x *MembershipUpdateEvents) Reset() { - *x = MembershipUpdateEvents{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MembershipUpdateEvents) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MembershipUpdateEvents) ProtoMessage() {} - -func (x *MembershipUpdateEvents) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MembershipUpdateEvents.ProtoReflect.Descriptor instead. -func (*MembershipUpdateEvents) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{12} -} - -func (x *MembershipUpdateEvents) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *MembershipUpdateEvents) GetType() uint32 { - if x != nil { - return x.Type - } - return 0 -} - -func (x *MembershipUpdateEvents) GetMembers() []string { - if x != nil { - return x.Members - } - return nil -} - -func (x *MembershipUpdateEvents) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *MembershipUpdateEvents) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *MembershipUpdateEvents) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *MembershipUpdateEvents) GetFrom() string { - if x != nil { - return x.From - } - return "" -} - -func (x *MembershipUpdateEvents) GetRawPayload() []byte { - if x != nil { - return x.RawPayload - } - return nil -} - -func (x *MembershipUpdateEvents) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *MembershipUpdateEvents) GetImage() []byte { - if x != nil { - return x.Image - } - return nil -} - -type SyncChatRemoved struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *SyncChatRemoved) Reset() { - *x = SyncChatRemoved{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncChatRemoved) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncChatRemoved) ProtoMessage() {} - -func (x *SyncChatRemoved) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncChatRemoved.ProtoReflect.Descriptor instead. -func (*SyncChatRemoved) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{13} -} - -func (x *SyncChatRemoved) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncChatRemoved) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -type SyncChatMessagesRead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *SyncChatMessagesRead) Reset() { - *x = SyncChatMessagesRead{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncChatMessagesRead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncChatMessagesRead) ProtoMessage() {} - -func (x *SyncChatMessagesRead) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncChatMessagesRead.ProtoReflect.Descriptor instead. -func (*SyncChatMessagesRead) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{14} -} - -func (x *SyncChatMessagesRead) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncChatMessagesRead) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -type SyncActivityCenterRead struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` -} - -func (x *SyncActivityCenterRead) Reset() { - *x = SyncActivityCenterRead{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncActivityCenterRead) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncActivityCenterRead) ProtoMessage() {} - -func (x *SyncActivityCenterRead) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncActivityCenterRead.ProtoReflect.Descriptor instead. -func (*SyncActivityCenterRead) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{15} -} - -func (x *SyncActivityCenterRead) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncActivityCenterRead) GetIds() [][]byte { - if x != nil { - return x.Ids - } - return nil -} - -type SyncActivityCenterAccepted struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` -} - -func (x *SyncActivityCenterAccepted) Reset() { - *x = SyncActivityCenterAccepted{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncActivityCenterAccepted) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncActivityCenterAccepted) ProtoMessage() {} - -func (x *SyncActivityCenterAccepted) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncActivityCenterAccepted.ProtoReflect.Descriptor instead. -func (*SyncActivityCenterAccepted) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{16} -} - -func (x *SyncActivityCenterAccepted) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncActivityCenterAccepted) GetIds() [][]byte { - if x != nil { - return x.Ids - } - return nil -} - -type SyncActivityCenterDismissed struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` -} - -func (x *SyncActivityCenterDismissed) Reset() { - *x = SyncActivityCenterDismissed{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncActivityCenterDismissed) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncActivityCenterDismissed) ProtoMessage() {} - -func (x *SyncActivityCenterDismissed) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncActivityCenterDismissed.ProtoReflect.Descriptor instead. -func (*SyncActivityCenterDismissed) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{17} -} - -func (x *SyncActivityCenterDismissed) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncActivityCenterDismissed) GetIds() [][]byte { - if x != nil { - return x.Ids - } - return nil -} - -type SyncActivityCenterDeleted struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` -} - -func (x *SyncActivityCenterDeleted) Reset() { - *x = SyncActivityCenterDeleted{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncActivityCenterDeleted) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncActivityCenterDeleted) ProtoMessage() {} - -func (x *SyncActivityCenterDeleted) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncActivityCenterDeleted.ProtoReflect.Descriptor instead. -func (*SyncActivityCenterDeleted) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{18} -} - -func (x *SyncActivityCenterDeleted) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncActivityCenterDeleted) GetIds() [][]byte { - if x != nil { - return x.Ids - } - return nil -} - -type SyncActivityCenterUnread struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` -} - -func (x *SyncActivityCenterUnread) Reset() { - *x = SyncActivityCenterUnread{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncActivityCenterUnread) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncActivityCenterUnread) ProtoMessage() {} - -func (x *SyncActivityCenterUnread) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncActivityCenterUnread.ProtoReflect.Descriptor instead. -func (*SyncActivityCenterUnread) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{19} -} - -func (x *SyncActivityCenterUnread) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncActivityCenterUnread) GetIds() [][]byte { - if x != nil { - return x.Ids - } - return nil -} - -type SyncActivityCenterCommunityRequestDecision struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - MembershipStatus uint32 `protobuf:"varint,3,opt,name=membership_status,json=membershipStatus,proto3" json:"membership_status,omitempty"` - Decision SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision `protobuf:"varint,4,opt,name=decision,proto3,enum=protobuf.SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision" json:"decision,omitempty"` -} - -func (x *SyncActivityCenterCommunityRequestDecision) Reset() { - *x = SyncActivityCenterCommunityRequestDecision{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncActivityCenterCommunityRequestDecision) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncActivityCenterCommunityRequestDecision) ProtoMessage() {} - -func (x *SyncActivityCenterCommunityRequestDecision) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncActivityCenterCommunityRequestDecision.ProtoReflect.Descriptor instead. -func (*SyncActivityCenterCommunityRequestDecision) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{20} -} - -func (x *SyncActivityCenterCommunityRequestDecision) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncActivityCenterCommunityRequestDecision) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -func (x *SyncActivityCenterCommunityRequestDecision) GetMembershipStatus() uint32 { - if x != nil { - return x.MembershipStatus - } - return 0 -} - -func (x *SyncActivityCenterCommunityRequestDecision) GetDecision() SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision { - if x != nil { - return x.Decision - } - return SyncActivityCenterCommunityRequestDecision_ACCEPTED -} - -type SyncBookmark struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` - Removed bool `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"` - DeletedAt uint64 `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` -} - -func (x *SyncBookmark) Reset() { - *x = SyncBookmark{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncBookmark) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncBookmark) ProtoMessage() {} - -func (x *SyncBookmark) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncBookmark.ProtoReflect.Descriptor instead. -func (*SyncBookmark) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{21} -} - -func (x *SyncBookmark) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncBookmark) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -func (x *SyncBookmark) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncBookmark) GetImageUrl() string { - if x != nil { - return x.ImageUrl - } - return "" -} - -func (x *SyncBookmark) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -func (x *SyncBookmark) GetDeletedAt() uint64 { - if x != nil { - return x.DeletedAt - } - return 0 -} - -type SyncEnsUsernameDetail struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` - ChainId uint64 `protobuf:"varint,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - Removed bool `protobuf:"varint,4,opt,name=removed,proto3" json:"removed,omitempty"` -} - -func (x *SyncEnsUsernameDetail) Reset() { - *x = SyncEnsUsernameDetail{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncEnsUsernameDetail) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncEnsUsernameDetail) ProtoMessage() {} - -func (x *SyncEnsUsernameDetail) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncEnsUsernameDetail.ProtoReflect.Descriptor instead. -func (*SyncEnsUsernameDetail) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{22} -} - -func (x *SyncEnsUsernameDetail) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncEnsUsernameDetail) GetUsername() string { - if x != nil { - return x.Username - } - return "" -} - -func (x *SyncEnsUsernameDetail) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -func (x *SyncEnsUsernameDetail) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -type SyncClearHistory struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChatId string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - ClearedAt uint64 `protobuf:"varint,2,opt,name=cleared_at,json=clearedAt,proto3" json:"cleared_at,omitempty"` -} - -func (x *SyncClearHistory) Reset() { - *x = SyncClearHistory{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncClearHistory) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncClearHistory) ProtoMessage() {} - -func (x *SyncClearHistory) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncClearHistory.ProtoReflect.Descriptor instead. -func (*SyncClearHistory) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{23} -} - -func (x *SyncClearHistory) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *SyncClearHistory) GetClearedAt() uint64 { - if x != nil { - return x.ClearedAt - } - return 0 -} - -type SyncProfilePicture struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - Width uint32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"` - Height uint32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` - FileSize uint32 `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"` - ResizeTarget uint32 `protobuf:"varint,6,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"` - Clock uint64 `protobuf:"varint,7,opt,name=clock,proto3" json:"clock,omitempty"` -} - -func (x *SyncProfilePicture) Reset() { - *x = SyncProfilePicture{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncProfilePicture) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncProfilePicture) ProtoMessage() {} - -func (x *SyncProfilePicture) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncProfilePicture.ProtoReflect.Descriptor instead. -func (*SyncProfilePicture) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{24} -} - -func (x *SyncProfilePicture) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncProfilePicture) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *SyncProfilePicture) GetWidth() uint32 { - if x != nil { - return x.Width - } - return 0 -} - -func (x *SyncProfilePicture) GetHeight() uint32 { - if x != nil { - return x.Height - } - return 0 -} - -func (x *SyncProfilePicture) GetFileSize() uint32 { - if x != nil { - return x.FileSize - } - return 0 -} - -func (x *SyncProfilePicture) GetResizeTarget() uint32 { - if x != nil { - return x.ResizeTarget - } - return 0 -} - -func (x *SyncProfilePicture) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -type SyncProfilePictures struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - Pictures []*SyncProfilePicture `protobuf:"bytes,2,rep,name=pictures,proto3" json:"pictures,omitempty"` -} - -func (x *SyncProfilePictures) Reset() { - *x = SyncProfilePictures{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncProfilePictures) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncProfilePictures) ProtoMessage() {} - -func (x *SyncProfilePictures) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncProfilePictures.ProtoReflect.Descriptor instead. -func (*SyncProfilePictures) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{25} -} - -func (x *SyncProfilePictures) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *SyncProfilePictures) GetPictures() []*SyncProfilePicture { - if x != nil { - return x.Pictures - } - return nil -} - -type SyncAccount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` - KeyUid string `protobuf:"bytes,3,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - PublicKey []byte `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - Path string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"` - Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` - ColorId string `protobuf:"bytes,7,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"` - Emoji string `protobuf:"bytes,8,opt,name=emoji,proto3" json:"emoji,omitempty"` - Wallet bool `protobuf:"varint,9,opt,name=wallet,proto3" json:"wallet,omitempty"` - Chat bool `protobuf:"varint,10,opt,name=chat,proto3" json:"chat,omitempty"` - Hidden bool `protobuf:"varint,11,opt,name=hidden,proto3" json:"hidden,omitempty"` - Removed bool `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"` - Position int64 `protobuf:"varint,13,opt,name=position,proto3" json:"position,omitempty"` - ProdPreferredChainIDs string `protobuf:"bytes,14,opt,name=prodPreferredChainIDs,proto3" json:"prodPreferredChainIDs,omitempty"` - TestPreferredChainIDs string `protobuf:"bytes,15,opt,name=testPreferredChainIDs,proto3" json:"testPreferredChainIDs,omitempty"` - Operable string `protobuf:"bytes,16,opt,name=operable,proto3" json:"operable,omitempty"` -} - -func (x *SyncAccount) Reset() { - *x = SyncAccount{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncAccount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncAccount) ProtoMessage() {} - -func (x *SyncAccount) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncAccount.ProtoReflect.Descriptor instead. -func (*SyncAccount) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{26} -} - -func (x *SyncAccount) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncAccount) GetAddress() []byte { - if x != nil { - return x.Address - } - return nil -} - -func (x *SyncAccount) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *SyncAccount) GetPublicKey() []byte { - if x != nil { - return x.PublicKey - } - return nil -} - -func (x *SyncAccount) GetPath() string { - if x != nil { - return x.Path - } - return "" -} - -func (x *SyncAccount) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncAccount) GetColorId() string { - if x != nil { - return x.ColorId - } - return "" -} - -func (x *SyncAccount) GetEmoji() string { - if x != nil { - return x.Emoji - } - return "" -} - -func (x *SyncAccount) GetWallet() bool { - if x != nil { - return x.Wallet - } - return false -} - -func (x *SyncAccount) GetChat() bool { - if x != nil { - return x.Chat - } - return false -} - -func (x *SyncAccount) GetHidden() bool { - if x != nil { - return x.Hidden - } - return false -} - -func (x *SyncAccount) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -func (x *SyncAccount) GetPosition() int64 { - if x != nil { - return x.Position - } - return 0 -} - -func (x *SyncAccount) GetProdPreferredChainIDs() string { - if x != nil { - return x.ProdPreferredChainIDs - } - return "" -} - -func (x *SyncAccount) GetTestPreferredChainIDs() string { - if x != nil { - return x.TestPreferredChainIDs - } - return "" -} - -func (x *SyncAccount) GetOperable() string { - if x != nil { - return x.Operable - } - return "" -} - -type SyncKeypair struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - KeyUid string `protobuf:"bytes,2,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` - Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` - DerivedFrom string `protobuf:"bytes,5,opt,name=derived_from,json=derivedFrom,proto3" json:"derived_from,omitempty"` - LastUsedDerivationIndex uint64 `protobuf:"varint,6,opt,name=last_used_derivation_index,json=lastUsedDerivationIndex,proto3" json:"last_used_derivation_index,omitempty"` - SyncedFrom string `protobuf:"bytes,7,opt,name=synced_from,json=syncedFrom,proto3" json:"synced_from,omitempty"` - Accounts []*SyncAccount `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"` - Keycards []*SyncKeycard `protobuf:"bytes,9,rep,name=keycards,proto3" json:"keycards,omitempty"` - Removed bool `protobuf:"varint,10,opt,name=removed,proto3" json:"removed,omitempty"` - KeycardPairings []byte `protobuf:"bytes,11,opt,name=keycard_pairings,json=keycardPairings,proto3" json:"keycard_pairings,omitempty"` -} - -func (x *SyncKeypair) Reset() { - *x = SyncKeypair{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncKeypair) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncKeypair) ProtoMessage() {} - -func (x *SyncKeypair) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncKeypair.ProtoReflect.Descriptor instead. -func (*SyncKeypair) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{27} -} - -func (x *SyncKeypair) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncKeypair) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *SyncKeypair) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncKeypair) GetType() string { - if x != nil { - return x.Type - } - return "" -} - -func (x *SyncKeypair) GetDerivedFrom() string { - if x != nil { - return x.DerivedFrom - } - return "" -} - -func (x *SyncKeypair) GetLastUsedDerivationIndex() uint64 { - if x != nil { - return x.LastUsedDerivationIndex - } - return 0 -} - -func (x *SyncKeypair) GetSyncedFrom() string { - if x != nil { - return x.SyncedFrom - } - return "" -} - -func (x *SyncKeypair) GetAccounts() []*SyncAccount { - if x != nil { - return x.Accounts - } - return nil -} - -func (x *SyncKeypair) GetKeycards() []*SyncKeycard { - if x != nil { - return x.Keycards - } - return nil -} - -func (x *SyncKeypair) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -func (x *SyncKeypair) GetKeycardPairings() []byte { - if x != nil { - return x.KeycardPairings - } - return nil -} - -// this message is used for syncing accounts positions only, for syncing any other info consider -// `SyncAccount` or `SyncKeypair` message -type SyncAccountsPositions struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Accounts []*SyncAccount `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"` -} - -func (x *SyncAccountsPositions) Reset() { - *x = SyncAccountsPositions{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncAccountsPositions) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncAccountsPositions) ProtoMessage() {} - -func (x *SyncAccountsPositions) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncAccountsPositions.ProtoReflect.Descriptor instead. -func (*SyncAccountsPositions) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{28} -} - -func (x *SyncAccountsPositions) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncAccountsPositions) GetAccounts() []*SyncAccount { - if x != nil { - return x.Accounts - } - return nil -} - -type SyncSavedAddress struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Removed bool `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"` - UpdateClock uint64 `protobuf:"varint,7,opt,name=update_clock,json=updateClock,proto3" json:"update_clock,omitempty"` - ChainShortNames string `protobuf:"bytes,8,opt,name=chain_short_names,json=chainShortNames,proto3" json:"chain_short_names,omitempty"` - Ens string `protobuf:"bytes,9,opt,name=ens,proto3" json:"ens,omitempty"` - IsTest bool `protobuf:"varint,10,opt,name=is_test,json=isTest,proto3" json:"is_test,omitempty"` - Color string `protobuf:"bytes,11,opt,name=color,proto3" json:"color,omitempty"` -} - -func (x *SyncSavedAddress) Reset() { - *x = SyncSavedAddress{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncSavedAddress) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncSavedAddress) ProtoMessage() {} - -func (x *SyncSavedAddress) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncSavedAddress.ProtoReflect.Descriptor instead. -func (*SyncSavedAddress) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{29} -} - -func (x *SyncSavedAddress) GetAddress() []byte { - if x != nil { - return x.Address - } - return nil -} - -func (x *SyncSavedAddress) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncSavedAddress) GetRemoved() bool { - if x != nil { - return x.Removed - } - return false -} - -func (x *SyncSavedAddress) GetUpdateClock() uint64 { - if x != nil { - return x.UpdateClock - } - return 0 -} - -func (x *SyncSavedAddress) GetChainShortNames() string { - if x != nil { - return x.ChainShortNames - } - return "" -} - -func (x *SyncSavedAddress) GetEns() string { - if x != nil { - return x.Ens - } - return "" -} - -func (x *SyncSavedAddress) GetIsTest() bool { - if x != nil { - return x.IsTest - } - return false -} - -func (x *SyncSavedAddress) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -type SyncCommunitySettings struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - CommunityId string `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - HistoryArchiveSupportEnabled bool `protobuf:"varint,3,opt,name=history_archive_support_enabled,json=historyArchiveSupportEnabled,proto3" json:"history_archive_support_enabled,omitempty"` -} - -func (x *SyncCommunitySettings) Reset() { - *x = SyncCommunitySettings{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncCommunitySettings) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncCommunitySettings) ProtoMessage() {} - -func (x *SyncCommunitySettings) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncCommunitySettings.ProtoReflect.Descriptor instead. -func (*SyncCommunitySettings) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{30} -} - -func (x *SyncCommunitySettings) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncCommunitySettings) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -func (x *SyncCommunitySettings) GetHistoryArchiveSupportEnabled() bool { - if x != nil { - return x.HistoryArchiveSupportEnabled - } - return false -} - -type SyncTrustedUser struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` - Status SyncTrustedUser_TrustStatus `protobuf:"varint,3,opt,name=status,proto3,enum=protobuf.SyncTrustedUser_TrustStatus" json:"status,omitempty"` -} - -func (x *SyncTrustedUser) Reset() { - *x = SyncTrustedUser{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncTrustedUser) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncTrustedUser) ProtoMessage() {} - -func (x *SyncTrustedUser) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncTrustedUser.ProtoReflect.Descriptor instead. -func (*SyncTrustedUser) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{31} -} - -func (x *SyncTrustedUser) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncTrustedUser) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -func (x *SyncTrustedUser) GetStatus() SyncTrustedUser_TrustStatus { - if x != nil { - return x.Status - } - return SyncTrustedUser_UNKNOWN -} - -type SyncVerificationRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` - To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` - Challenge string `protobuf:"bytes,4,opt,name=challenge,proto3" json:"challenge,omitempty"` - RequestedAt uint64 `protobuf:"varint,5,opt,name=requested_at,json=requestedAt,proto3" json:"requested_at,omitempty"` - Response string `protobuf:"bytes,6,opt,name=response,proto3" json:"response,omitempty"` - RepliedAt uint64 `protobuf:"varint,7,opt,name=replied_at,json=repliedAt,proto3" json:"replied_at,omitempty"` - VerificationStatus SyncVerificationRequest_VerificationStatus `protobuf:"varint,8,opt,name=verification_status,json=verificationStatus,proto3,enum=protobuf.SyncVerificationRequest_VerificationStatus" json:"verification_status,omitempty"` - Id string `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *SyncVerificationRequest) Reset() { - *x = SyncVerificationRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncVerificationRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncVerificationRequest) ProtoMessage() {} - -func (x *SyncVerificationRequest) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncVerificationRequest.ProtoReflect.Descriptor instead. -func (*SyncVerificationRequest) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{32} -} - -func (x *SyncVerificationRequest) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncVerificationRequest) GetFrom() string { - if x != nil { - return x.From - } - return "" -} - -func (x *SyncVerificationRequest) GetTo() string { - if x != nil { - return x.To - } - return "" -} - -func (x *SyncVerificationRequest) GetChallenge() string { - if x != nil { - return x.Challenge - } - return "" -} - -func (x *SyncVerificationRequest) GetRequestedAt() uint64 { - if x != nil { - return x.RequestedAt - } - return 0 -} - -func (x *SyncVerificationRequest) GetResponse() string { - if x != nil { - return x.Response - } - return "" -} - -func (x *SyncVerificationRequest) GetRepliedAt() uint64 { - if x != nil { - return x.RepliedAt - } - return 0 -} - -func (x *SyncVerificationRequest) GetVerificationStatus() SyncVerificationRequest_VerificationStatus { - if x != nil { - return x.VerificationStatus - } - return SyncVerificationRequest_UNKNOWN -} - -func (x *SyncVerificationRequest) GetId() string { - if x != nil { - return x.Id - } - return "" -} - -type SyncContactRequestDecision struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // common.Message.ID - RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` - DecisionStatus SyncContactRequestDecision_DecisionStatus `protobuf:"varint,3,opt,name=decision_status,json=decisionStatus,proto3,enum=protobuf.SyncContactRequestDecision_DecisionStatus" json:"decision_status,omitempty"` - // The `contactId` is solely utilized during local pair synchronization. - // We cannot use `requestId` to locate the corresponding UserMessage and AC notification in the database - // because UserMessages are not synchronized. Specifically, during local pair sync, `contactId` is essential - // for managing AC notifications generated by `syncContactRequestForInstallationContact`. These notifications - // undergo special processing via the function `defaultContactRequestID`, necessitating the use of `contactId` - // to correctly link related records. - ContactId string `protobuf:"bytes,4,opt,name=contactId,proto3" json:"contactId,omitempty"` -} - -func (x *SyncContactRequestDecision) Reset() { - *x = SyncContactRequestDecision{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncContactRequestDecision) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncContactRequestDecision) ProtoMessage() {} - -func (x *SyncContactRequestDecision) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncContactRequestDecision.ProtoReflect.Descriptor instead. -func (*SyncContactRequestDecision) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{33} -} - -func (x *SyncContactRequestDecision) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncContactRequestDecision) GetRequestId() string { - if x != nil { - return x.RequestId - } - return "" -} - -func (x *SyncContactRequestDecision) GetDecisionStatus() SyncContactRequestDecision_DecisionStatus { - if x != nil { - return x.DecisionStatus - } - return SyncContactRequestDecision_ACCEPTED -} - -func (x *SyncContactRequestDecision) GetContactId() string { - if x != nil { - return x.ContactId - } - return "" -} - -// `BackedUpProfile` is used to describe profile of logged in user -type BackedUpProfile struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - DisplayNameClock uint64 `protobuf:"varint,3,opt,name=display_name_clock,json=displayNameClock,proto3" json:"display_name_clock,omitempty"` - Pictures []*SyncProfilePicture `protobuf:"bytes,4,rep,name=pictures,proto3" json:"pictures,omitempty"` - // Deprecated: Marked as deprecated in pairing.proto. - SocialLinks *SyncSocialLinks `protobuf:"bytes,5,opt,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"` - EnsUsernameDetails []*SyncEnsUsernameDetail `protobuf:"bytes,6,rep,name=ens_username_details,json=ensUsernameDetails,proto3" json:"ens_username_details,omitempty"` - ProfileShowcasePreferences *SyncProfileShowcasePreferences `protobuf:"bytes,7,opt,name=profile_showcase_preferences,json=profileShowcasePreferences,proto3" json:"profile_showcase_preferences,omitempty"` -} - -func (x *BackedUpProfile) Reset() { - *x = BackedUpProfile{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BackedUpProfile) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BackedUpProfile) ProtoMessage() {} - -func (x *BackedUpProfile) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BackedUpProfile.ProtoReflect.Descriptor instead. -func (*BackedUpProfile) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{34} -} - -func (x *BackedUpProfile) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *BackedUpProfile) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *BackedUpProfile) GetDisplayNameClock() uint64 { - if x != nil { - return x.DisplayNameClock - } - return 0 -} - -func (x *BackedUpProfile) GetPictures() []*SyncProfilePicture { - if x != nil { - return x.Pictures - } - return nil -} - -// Deprecated: Marked as deprecated in pairing.proto. -func (x *BackedUpProfile) GetSocialLinks() *SyncSocialLinks { - if x != nil { - return x.SocialLinks - } - return nil -} - -func (x *BackedUpProfile) GetEnsUsernameDetails() []*SyncEnsUsernameDetail { - if x != nil { - return x.EnsUsernameDetails - } - return nil -} - -func (x *BackedUpProfile) GetProfileShowcasePreferences() *SyncProfileShowcasePreferences { - if x != nil { - return x.ProfileShowcasePreferences - } - return nil -} - -type RawMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` - MessageType ApplicationMetadataMessage_Type `protobuf:"varint,2,opt,name=messageType,proto3,enum=protobuf.ApplicationMetadataMessage_Type" json:"messageType,omitempty"` -} - -func (x *RawMessage) Reset() { - *x = RawMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RawMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RawMessage) ProtoMessage() {} - -func (x *RawMessage) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RawMessage.ProtoReflect.Descriptor instead. -func (*RawMessage) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{35} -} - -func (x *RawMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *RawMessage) GetMessageType() ApplicationMetadataMessage_Type { - if x != nil { - return x.MessageType - } - return ApplicationMetadataMessage_UNKNOWN -} - -type SyncRawMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RawMessages []*RawMessage `protobuf:"bytes,1,rep,name=rawMessages,proto3" json:"rawMessages,omitempty"` - // we need these to be able to login - SubAccountsJsonBytes []byte `protobuf:"bytes,2,opt,name=subAccountsJsonBytes,proto3" json:"subAccountsJsonBytes,omitempty"` - SettingsJsonBytes []byte `protobuf:"bytes,3,opt,name=settingsJsonBytes,proto3" json:"settingsJsonBytes,omitempty"` -} - -func (x *SyncRawMessage) Reset() { - *x = SyncRawMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncRawMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncRawMessage) ProtoMessage() {} - -func (x *SyncRawMessage) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncRawMessage.ProtoReflect.Descriptor instead. -func (*SyncRawMessage) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{36} -} - -func (x *SyncRawMessage) GetRawMessages() []*RawMessage { - if x != nil { - return x.RawMessages - } - return nil -} - -func (x *SyncRawMessage) GetSubAccountsJsonBytes() []byte { - if x != nil { - return x.SubAccountsJsonBytes - } - return nil -} - -func (x *SyncRawMessage) GetSettingsJsonBytes() []byte { - if x != nil { - return x.SettingsJsonBytes - } - return nil -} - -type SyncKeycard struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Locked bool `protobuf:"varint,3,opt,name=locked,proto3" json:"locked,omitempty"` - KeyUid string `protobuf:"bytes,4,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - Addresses [][]byte `protobuf:"bytes,5,rep,name=addresses,proto3" json:"addresses,omitempty"` - Position uint64 `protobuf:"varint,6,opt,name=position,proto3" json:"position,omitempty"` -} - -func (x *SyncKeycard) Reset() { - *x = SyncKeycard{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncKeycard) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncKeycard) ProtoMessage() {} - -func (x *SyncKeycard) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncKeycard.ProtoReflect.Descriptor instead. -func (*SyncKeycard) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{37} -} - -func (x *SyncKeycard) GetUid() string { - if x != nil { - return x.Uid - } - return "" -} - -func (x *SyncKeycard) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *SyncKeycard) GetLocked() bool { - if x != nil { - return x.Locked - } - return false -} - -func (x *SyncKeycard) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *SyncKeycard) GetAddresses() [][]byte { - if x != nil { - return x.Addresses - } - return nil -} - -func (x *SyncKeycard) GetPosition() uint64 { - if x != nil { - return x.Position - } - return 0 -} - -// Deprecated: Marked as deprecated in pairing.proto. -type SyncSocialLinks struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SocialLinks []*SocialLink `protobuf:"bytes,1,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"` - Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"` -} - -func (x *SyncSocialLinks) Reset() { - *x = SyncSocialLinks{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncSocialLinks) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncSocialLinks) ProtoMessage() {} - -func (x *SyncSocialLinks) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncSocialLinks.ProtoReflect.Descriptor instead. -func (*SyncSocialLinks) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{38} -} - -func (x *SyncSocialLinks) GetSocialLinks() []*SocialLink { - if x != nil { - return x.SocialLinks - } - return nil -} - -func (x *SyncSocialLinks) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -type SyncAccountCustomizationColor struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - UpdatedAt uint64 `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` - CustomizationColor string `protobuf:"bytes,2,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"` - KeyUid string `protobuf:"bytes,3,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` -} - -func (x *SyncAccountCustomizationColor) Reset() { - *x = SyncAccountCustomizationColor{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncAccountCustomizationColor) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncAccountCustomizationColor) ProtoMessage() {} - -func (x *SyncAccountCustomizationColor) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncAccountCustomizationColor.ProtoReflect.Descriptor instead. -func (*SyncAccountCustomizationColor) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{39} -} - -func (x *SyncAccountCustomizationColor) GetUpdatedAt() uint64 { - if x != nil { - return x.UpdatedAt - } - return 0 -} - -func (x *SyncAccountCustomizationColor) GetCustomizationColor() string { - if x != nil { - return x.CustomizationColor - } - return "" -} - -func (x *SyncAccountCustomizationColor) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -type TokenPreferences struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - Position int64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"` - GroupPosition int64 `protobuf:"varint,3,opt,name=groupPosition,proto3" json:"groupPosition,omitempty"` - Visible bool `protobuf:"varint,4,opt,name=visible,proto3" json:"visible,omitempty"` - CommunityId string `protobuf:"bytes,5,opt,name=communityId,proto3" json:"communityId,omitempty"` -} - -func (x *TokenPreferences) Reset() { - *x = TokenPreferences{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[40] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TokenPreferences) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TokenPreferences) ProtoMessage() {} - -func (x *TokenPreferences) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[40] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TokenPreferences.ProtoReflect.Descriptor instead. -func (*TokenPreferences) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{40} -} - -func (x *TokenPreferences) GetKey() string { - if x != nil { - return x.Key - } - return "" -} - -func (x *TokenPreferences) GetPosition() int64 { - if x != nil { - return x.Position - } - return 0 -} - -func (x *TokenPreferences) GetGroupPosition() int64 { - if x != nil { - return x.GroupPosition - } - return 0 -} - -func (x *TokenPreferences) GetVisible() bool { - if x != nil { - return x.Visible - } - return false -} - -func (x *TokenPreferences) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -type SyncTokenPreferences struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Testnet bool `protobuf:"varint,2,opt,name=testnet,proto3" json:"testnet,omitempty"` - Preferences []*TokenPreferences `protobuf:"bytes,3,rep,name=preferences,proto3" json:"preferences,omitempty"` -} - -func (x *SyncTokenPreferences) Reset() { - *x = SyncTokenPreferences{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[41] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncTokenPreferences) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncTokenPreferences) ProtoMessage() {} - -func (x *SyncTokenPreferences) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[41] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncTokenPreferences.ProtoReflect.Descriptor instead. -func (*SyncTokenPreferences) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{41} -} - -func (x *SyncTokenPreferences) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncTokenPreferences) GetTestnet() bool { - if x != nil { - return x.Testnet - } - return false -} - -func (x *SyncTokenPreferences) GetPreferences() []*TokenPreferences { - if x != nil { - return x.Preferences - } - return nil -} - -type CollectiblePreferences struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type int64 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` - Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` - Position int64 `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"` - Visible bool `protobuf:"varint,4,opt,name=visible,proto3" json:"visible,omitempty"` -} - -func (x *CollectiblePreferences) Reset() { - *x = CollectiblePreferences{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[42] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CollectiblePreferences) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CollectiblePreferences) ProtoMessage() {} - -func (x *CollectiblePreferences) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[42] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CollectiblePreferences.ProtoReflect.Descriptor instead. -func (*CollectiblePreferences) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{42} -} - -func (x *CollectiblePreferences) GetType() int64 { - if x != nil { - return x.Type - } - return 0 -} - -func (x *CollectiblePreferences) GetKey() string { - if x != nil { - return x.Key - } - return "" -} - -func (x *CollectiblePreferences) GetPosition() int64 { - if x != nil { - return x.Position - } - return 0 -} - -func (x *CollectiblePreferences) GetVisible() bool { - if x != nil { - return x.Visible - } - return false -} - -type SyncCollectiblePreferences struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Testnet bool `protobuf:"varint,2,opt,name=testnet,proto3" json:"testnet,omitempty"` - Preferences []*CollectiblePreferences `protobuf:"bytes,3,rep,name=preferences,proto3" json:"preferences,omitempty"` -} - -func (x *SyncCollectiblePreferences) Reset() { - *x = SyncCollectiblePreferences{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[43] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncCollectiblePreferences) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncCollectiblePreferences) ProtoMessage() {} - -func (x *SyncCollectiblePreferences) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[43] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncCollectiblePreferences.ProtoReflect.Descriptor instead. -func (*SyncCollectiblePreferences) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{43} -} - -func (x *SyncCollectiblePreferences) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncCollectiblePreferences) GetTestnet() bool { - if x != nil { - return x.Testnet - } - return false -} - -func (x *SyncCollectiblePreferences) GetPreferences() []*CollectiblePreferences { - if x != nil { - return x.Preferences - } - return nil -} - -type MultiAccount_ColorHash struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index []int64 `protobuf:"varint,1,rep,packed,name=index,proto3" json:"index,omitempty"` -} - -func (x *MultiAccount_ColorHash) Reset() { - *x = MultiAccount_ColorHash{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[44] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiAccount_ColorHash) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiAccount_ColorHash) ProtoMessage() {} - -func (x *MultiAccount_ColorHash) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[44] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiAccount_ColorHash.ProtoReflect.Descriptor instead. -func (*MultiAccount_ColorHash) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{2, 0} -} - -func (x *MultiAccount_ColorHash) GetIndex() []int64 { - if x != nil { - return x.Index - } - return nil -} - -type MultiAccount_IdentityImage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` - Width int64 `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"` - Height int64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` - Filesize int64 `protobuf:"varint,6,opt,name=filesize,proto3" json:"filesize,omitempty"` - ResizeTarget int64 `protobuf:"varint,7,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"` - Clock uint64 `protobuf:"varint,8,opt,name=clock,proto3" json:"clock,omitempty"` -} - -func (x *MultiAccount_IdentityImage) Reset() { - *x = MultiAccount_IdentityImage{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[45] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultiAccount_IdentityImage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultiAccount_IdentityImage) ProtoMessage() {} - -func (x *MultiAccount_IdentityImage) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[45] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultiAccount_IdentityImage.ProtoReflect.Descriptor instead. -func (*MultiAccount_IdentityImage) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{2, 1} -} - -func (x *MultiAccount_IdentityImage) GetKeyUid() string { - if x != nil { - return x.KeyUid - } - return "" -} - -func (x *MultiAccount_IdentityImage) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *MultiAccount_IdentityImage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *MultiAccount_IdentityImage) GetWidth() int64 { - if x != nil { - return x.Width - } - return 0 -} - -func (x *MultiAccount_IdentityImage) GetHeight() int64 { - if x != nil { - return x.Height - } - return 0 -} - -func (x *MultiAccount_IdentityImage) GetFilesize() int64 { - if x != nil { - return x.Filesize - } - return 0 -} - -func (x *MultiAccount_IdentityImage) GetResizeTarget() int64 { - if x != nil { - return x.ResizeTarget - } - return 0 -} - -func (x *MultiAccount_IdentityImage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -type LocalPairingPayload_Key struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` -} - -func (x *LocalPairingPayload_Key) Reset() { - *x = LocalPairingPayload_Key{} - if protoimpl.UnsafeEnabled { - mi := &file_pairing_proto_msgTypes[46] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *LocalPairingPayload_Key) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*LocalPairingPayload_Key) ProtoMessage() {} - -func (x *LocalPairingPayload_Key) ProtoReflect() protoreflect.Message { - mi := &file_pairing_proto_msgTypes[46] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use LocalPairingPayload_Key.ProtoReflect.Descriptor instead. -func (*LocalPairingPayload_Key) Descriptor() ([]byte, []int) { - return file_pairing_proto_rawDescGZIP(), []int{3, 0} -} - -func (x *LocalPairingPayload_Key) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *LocalPairingPayload_Key) GetData() []byte { - if x != nil { - return x.Data - } - return nil -} - -var File_pairing_proto protoreflect.FileDescriptor - -var file_pairing_proto_rawDesc = []byte{ - 0x0a, 0x0d, 0x70, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x13, 0x63, 0x68, 0x61, 0x74, 0x5f, - 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x13, - 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x1a, 0x22, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x70, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x61, 0x0a, 0x1b, 0x46, 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, - 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, - 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x12, 0x21, 0x0a, 0x0c, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xfd, 0x07, 0x0a, 0x06, 0x42, 0x61, 0x63, 0x6b, 0x75, 0x70, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x3f, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, - 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x56, 0x32, 0x52, 0x08, 0x63, - 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x73, 0x74, - 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x4f, - 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, - 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, 0x63, 0x6b, 0x65, - 0x64, 0x55, 0x70, 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x0f, - 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, - 0x55, 0x0a, 0x12, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x44, 0x65, - 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x42, - 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, - 0x6c, 0x73, 0x52, 0x12, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x44, - 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x33, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x4d, 0x0a, 0x0e, 0x70, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, - 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, 0x44, - 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2f, 0x0a, 0x07, 0x73, 0x65, - 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x65, 0x74, 0x74, 0x69, - 0x6e, 0x67, 0x52, 0x07, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x4f, 0x0a, 0x0f, 0x73, - 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x46, 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, - 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x0f, 0x73, 0x65, 0x74, - 0x74, 0x69, 0x6e, 0x67, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2f, 0x0a, 0x07, - 0x6b, 0x65, 0x79, 0x70, 0x61, 0x69, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x4b, 0x65, 0x79, - 0x70, 0x61, 0x69, 0x72, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x70, 0x61, 0x69, 0x72, 0x12, 0x4d, 0x0a, - 0x0e, 0x6b, 0x65, 0x79, 0x70, 0x61, 0x69, 0x72, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, - 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, - 0x70, 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x0e, 0x6b, 0x65, - 0x79, 0x70, 0x61, 0x69, 0x72, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x41, 0x0a, 0x10, - 0x77, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x6e, 0x6c, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x10, 0x77, - 0x61, 0x74, 0x63, 0x68, 0x4f, 0x6e, 0x6c, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, - 0x5f, 0x0a, 0x17, 0x77, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x6e, 0x6c, 0x79, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x65, 0x74, 0x63, - 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, 0x44, 0x61, 0x74, 0x61, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x17, 0x77, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x6e, - 0x6c, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, - 0x12, 0x28, 0x0a, 0x05, 0x63, 0x68, 0x61, 0x74, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x43, - 0x68, 0x61, 0x74, 0x52, 0x05, 0x63, 0x68, 0x61, 0x74, 0x73, 0x12, 0x49, 0x0a, 0x0c, 0x63, 0x68, - 0x61, 0x74, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x65, 0x74, 0x63, - 0x68, 0x69, 0x6e, 0x67, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, 0x44, 0x61, 0x74, 0x61, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x0c, 0x63, 0x68, 0x61, 0x74, 0x73, 0x44, 0x65, - 0x74, 0x61, 0x69, 0x6c, 0x73, 0x22, 0xa8, 0x05, 0x0a, 0x0c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x3f, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f, - 0x68, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x48, 0x61, 0x73, 0x68, 0x52, 0x09, 0x63, 0x6f, - 0x6c, 0x6f, 0x72, 0x48, 0x61, 0x73, 0x68, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x6f, 0x6c, 0x6f, 0x72, - 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x63, 0x6f, 0x6c, 0x6f, 0x72, - 0x49, 0x64, 0x12, 0x27, 0x0a, 0x0f, 0x6b, 0x65, 0x79, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x70, 0x61, - 0x69, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6b, 0x65, 0x79, - 0x63, 0x61, 0x72, 0x64, 0x50, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x17, 0x0a, 0x07, 0x6b, - 0x65, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, 0x65, - 0x79, 0x55, 0x69, 0x64, 0x12, 0x3c, 0x0a, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x08, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x73, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, - 0x6c, 0x6f, 0x72, 0x12, 0x3a, 0x0a, 0x19, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x17, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x1a, - 0x21, 0x0a, 0x09, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x05, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x1a, 0xdb, 0x01, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, - 0x6d, 0x61, 0x67, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, 0x65, 0x79, 0x55, 0x69, 0x64, 0x12, 0x12, 0x0a, - 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x77, - 0x69, 0x64, 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, - 0x68, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, - 0x65, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x6c, - 0x65, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x5f, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x72, 0x65, - 0x73, 0x69, 0x7a, 0x65, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x22, 0x97, 0x02, 0x0a, 0x13, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x69, 0x72, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x35, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x50, 0x61, - 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2e, 0x4b, 0x65, 0x79, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x12, - 0x3a, 0x0a, 0x0c, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x0c, 0x6d, - 0x75, 0x6c, 0x74, 0x69, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, - 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, - 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x4b, - 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x74, 0x4b, 0x65, - 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x6b, 0x65, 0x79, 0x63, 0x61, 0x72, 0x64, 0x50, 0x61, 0x69, 0x72, - 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6b, 0x65, 0x79, 0x63, - 0x61, 0x72, 0x64, 0x50, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x2d, 0x0a, 0x03, 0x4b, - 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xb9, 0x01, 0x0a, 0x15, 0x4c, - 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x50, 0x65, 0x65, 0x72, 0x48, - 0x65, 0x6c, 0x6c, 0x6f, 0x12, 0x27, 0x0a, 0x0f, 0x70, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x5f, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x70, - 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x17, 0x0a, - 0x07, 0x70, 0x65, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x70, 0x65, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76, - 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, - 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, - 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, - 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, - 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x22, 0xa4, 0x01, 0x0a, 0x14, 0x53, 0x79, 0x6e, 0x63, 0x50, - 0x61, 0x69, 0x72, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, - 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1f, - 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, - 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xb2, 0x06, - 0x0a, 0x19, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x56, 0x32, 0x12, 0x30, 0x0a, 0x14, 0x6c, - 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6c, 0x6f, 0x63, 0x61, - 0x6c, 0x6c, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x6c, 0x79, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x23, 0x0a, - 0x0d, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x6d, 0x61, - 0x67, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, - 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, - 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x74, 0x61, 0x67, 0x73, 0x18, - 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x54, 0x61, 0x67, - 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, - 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x6c, - 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x64, 0x64, 0x65, - 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x61, 0x64, 0x64, 0x65, 0x64, 0x12, 0x18, - 0x0a, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x75, 0x74, 0x65, - 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6d, 0x75, 0x74, 0x65, 0x64, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x68, 0x61, 0x73, 0x5f, - 0x61, 0x64, 0x64, 0x65, 0x64, 0x5f, 0x75, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, - 0x68, 0x61, 0x73, 0x41, 0x64, 0x64, 0x65, 0x64, 0x55, 0x73, 0x12, 0x2f, 0x0a, 0x13, 0x76, 0x65, - 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x74, - 0x72, 0x75, 0x73, 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x03, 0x52, 0x0b, 0x74, 0x72, 0x75, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3d, - 0x0a, 0x1b, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x18, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x3d, 0x0a, - 0x1b, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x11, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x18, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x3f, 0x0a, 0x1c, - 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, - 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x12, 0x20, 0x01, - 0x28, 0x03, 0x52, 0x19, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x3f, 0x0a, - 0x1c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x13, 0x20, - 0x01, 0x28, 0x03, 0x52, 0x19, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, - 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x14, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, - 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6c, - 0x6f, 0x72, 0x22, 0x77, 0x0a, 0x17, 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, - 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, - 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, - 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x22, 0x86, 0x05, 0x0a, 0x19, - 0x53, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, - 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, - 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, - 0x23, 0x0a, 0x0b, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, - 0x65, 0x4b, 0x65, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x12, 0x1a, - 0x0a, 0x08, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x08, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x75, - 0x74, 0x65, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6d, 0x75, 0x74, 0x65, 0x64, - 0x12, 0x4f, 0x0a, 0x10, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x5f, 0x74, 0x6f, 0x5f, - 0x6a, 0x6f, 0x69, 0x6e, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, - 0x6e, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, 0x4a, 0x6f, 0x69, - 0x6e, 0x12, 0x3b, 0x0a, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, - 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, - 0x69, 0x6e, 0x67, 0x73, 0x52, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x1c, - 0x0a, 0x09, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x08, 0x52, 0x09, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, - 0x73, 0x70, 0x65, 0x63, 0x74, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x09, 0x73, 0x70, 0x65, 0x63, 0x74, 0x61, 0x74, 0x65, 0x64, 0x12, 0x30, 0x0a, 0x12, 0x65, 0x6e, - 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x5f, 0x76, 0x31, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x02, 0x18, 0x01, 0x52, 0x10, 0x65, 0x6e, 0x63, 0x72, - 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x73, 0x56, 0x31, 0x12, 0x45, 0x0a, 0x0c, - 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, - 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x72, - 0x6f, 0x6c, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x4e, - 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x5f, 0x61, 0x74, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x41, 0x74, - 0x12, 0x24, 0x0a, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x65, 0x64, 0x5f, - 0x61, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4f, 0x70, - 0x65, 0x6e, 0x65, 0x64, 0x41, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x5f, 0x76, 0x32, 0x18, 0x10, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x10, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, - 0x79, 0x73, 0x56, 0x32, 0x22, 0xfe, 0x02, 0x0a, 0x1b, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x54, 0x6f, - 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x02, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, - 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, - 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x73, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x73, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, - 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, - 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x46, 0x0a, 0x11, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, - 0x65, 0x64, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x52, 0x65, 0x76, - 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x10, 0x72, 0x65, - 0x76, 0x65, 0x61, 0x6c, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2f, - 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x63, 0x75, 0x73, - 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, - 0x34, 0x0a, 0x16, 0x73, 0x68, 0x61, 0x72, 0x65, 0x5f, 0x66, 0x75, 0x74, 0x75, 0x72, 0x65, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x14, 0x73, 0x68, 0x61, 0x72, 0x65, 0x46, 0x75, 0x74, 0x75, 0x72, 0x65, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x65, 0x73, 0x22, 0x59, 0x0a, 0x18, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x4e, 0x6f, 0x64, - 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x73, 0x74, 0x61, - 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, - 0x22, 0xe9, 0x01, 0x0a, 0x08, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x68, 0x61, 0x74, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, - 0x09, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x63, 0x68, 0x61, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x58, - 0x0a, 0x16, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x68, 0x69, 0x70, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x52, 0x16, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, - 0x76, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x75, 0x74, 0x65, 0x64, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6d, 0x75, 0x74, 0x65, 0x64, 0x22, 0x88, 0x02, 0x0a, - 0x16, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x12, 0x0a, - 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, - 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, - 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x17, 0x0a, - 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x61, - 0x77, 0x5f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x0a, 0x72, 0x61, 0x77, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, - 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x22, 0x37, 0x0a, 0x0f, 0x53, 0x79, 0x6e, 0x63, 0x43, - 0x68, 0x61, 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, - 0x22, 0x3c, 0x0a, 0x14, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, - 0x61, 0x67, 0x65, 0x73, 0x52, 0x65, 0x61, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, - 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x40, - 0x0a, 0x16, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x43, 0x65, - 0x6e, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, - 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x03, 0x69, 0x64, 0x73, - 0x22, 0x44, 0x0a, 0x1a, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, - 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0c, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x45, 0x0a, 0x1b, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, - 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x44, 0x69, 0x73, 0x6d, - 0x69, 0x73, 0x73, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x69, - 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x43, 0x0a, - 0x19, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x43, 0x65, 0x6e, - 0x74, 0x65, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, - 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, - 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x03, 0x69, - 0x64, 0x73, 0x22, 0x42, 0x0a, 0x18, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, - 0x74, 0x79, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0c, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0xa6, 0x02, 0x0a, 0x2a, 0x53, 0x79, 0x6e, 0x63, 0x41, - 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x44, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, - 0x69, 0x70, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x6b, 0x0a, 0x08, 0x64, 0x65, 0x63, 0x69, - 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x4f, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, - 0x74, 0x79, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, - 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x64, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x38, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, - 0x69, 0x6f, 0x6e, 0x12, 0x0c, 0x0a, 0x08, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x45, 0x44, 0x10, - 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x45, 0x43, 0x4c, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x01, 0x22, - 0xa0, 0x01, 0x0a, 0x0c, 0x53, 0x79, 0x6e, 0x63, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x08, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x61, - 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, - 0x41, 0x74, 0x22, 0x7e, 0x0a, 0x15, 0x53, 0x79, 0x6e, 0x63, 0x45, 0x6e, 0x73, 0x55, 0x73, 0x65, - 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, - 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x64, 0x22, 0x4a, 0x0a, 0x10, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x48, - 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, - 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x09, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x65, 0x64, 0x41, 0x74, 0x22, 0xc8, - 0x01, 0x0a, 0x12, 0x53, 0x79, 0x6e, 0x63, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x69, - 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, - 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x23, - 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x54, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x68, 0x0a, 0x13, 0x53, 0x79, 0x6e, - 0x63, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, - 0x12, 0x17, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x06, 0x6b, 0x65, 0x79, 0x55, 0x69, 0x64, 0x12, 0x38, 0x0a, 0x08, 0x70, 0x69, 0x63, - 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, - 0x72, 0x65, 0x73, 0x22, 0xd0, 0x03, 0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, 0x65, 0x79, 0x55, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x0a, - 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x70, - 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, - 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x14, - 0x0a, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, - 0x6d, 0x6f, 0x6a, 0x69, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x77, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, - 0x63, 0x68, 0x61, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x63, 0x68, 0x61, 0x74, - 0x12, 0x16, 0x0a, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x06, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, - 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x64, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x43, - 0x68, 0x61, 0x69, 0x6e, 0x49, 0x44, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x70, - 0x72, 0x6f, 0x64, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x43, 0x68, 0x61, 0x69, - 0x6e, 0x49, 0x44, 0x73, 0x12, 0x34, 0x0a, 0x15, 0x74, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x66, - 0x65, 0x72, 0x72, 0x65, 0x64, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x44, 0x73, 0x18, 0x0f, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x15, 0x74, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, - 0x65, 0x64, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x44, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, - 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, - 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x90, 0x03, 0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x4b, - 0x65, 0x79, 0x70, 0x61, 0x69, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x17, 0x0a, 0x07, - 0x6b, 0x65, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, - 0x65, 0x79, 0x55, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, - 0x0c, 0x64, 0x65, 0x72, 0x69, 0x76, 0x65, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x72, 0x69, 0x76, 0x65, 0x64, 0x46, 0x72, 0x6f, 0x6d, - 0x12, 0x3b, 0x0a, 0x1a, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x64, 0x5f, 0x64, 0x65, - 0x72, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x17, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x73, 0x65, 0x64, 0x44, 0x65, - 0x72, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1f, 0x0a, - 0x0b, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0a, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x31, - 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x73, 0x12, 0x31, 0x0a, 0x08, 0x6b, 0x65, 0x79, 0x63, 0x61, 0x72, 0x64, 0x73, 0x18, 0x09, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, - 0x79, 0x6e, 0x63, 0x4b, 0x65, 0x79, 0x63, 0x61, 0x72, 0x64, 0x52, 0x08, 0x6b, 0x65, 0x79, 0x63, - 0x61, 0x72, 0x64, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x29, - 0x0a, 0x10, 0x6b, 0x65, 0x79, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x69, 0x6e, - 0x67, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x6b, 0x65, 0x79, 0x63, 0x61, 0x72, - 0x64, 0x50, 0x61, 0x69, 0x72, 0x69, 0x6e, 0x67, 0x73, 0x22, 0x60, 0x0a, 0x15, 0x53, 0x79, 0x6e, - 0x63, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x31, 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0xf6, 0x01, 0x0a, 0x10, - 0x53, 0x79, 0x6e, 0x63, 0x53, 0x61, 0x76, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, - 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, - 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, - 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x2a, 0x0a, 0x11, 0x63, - 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x6f, - 0x72, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x6e, 0x73, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x65, 0x6e, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x73, 0x5f, - 0x74, 0x65, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, - 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x4a, 0x04, 0x08, 0x03, 0x10, 0x04, 0x4a, 0x04, - 0x08, 0x04, 0x10, 0x05, 0x22, 0x97, 0x01, 0x0a, 0x15, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x45, 0x0a, 0x1f, 0x68, 0x69, 0x73, 0x74, 0x6f, - 0x72, 0x79, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, - 0x72, 0x74, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x1c, 0x68, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, - 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0xb2, - 0x01, 0x0a, 0x0f, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x55, 0x73, - 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x3d, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x55, - 0x73, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3a, 0x0a, 0x0b, 0x54, 0x72, 0x75, 0x73, 0x74, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, - 0x4e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x54, 0x52, 0x55, 0x53, 0x54, 0x45, 0x44, 0x10, 0x01, - 0x12, 0x11, 0x0a, 0x0d, 0x55, 0x4e, 0x54, 0x52, 0x55, 0x53, 0x54, 0x57, 0x4f, 0x52, 0x54, 0x48, - 0x59, 0x10, 0x02, 0x22, 0xa0, 0x03, 0x0a, 0x17, 0x53, 0x79, 0x6e, 0x63, 0x56, 0x65, 0x72, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, - 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x68, - 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x65, - 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x72, 0x65, 0x70, 0x6c, - 0x69, 0x65, 0x64, 0x41, 0x74, 0x12, 0x65, 0x0a, 0x13, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x34, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, - 0x6e, 0x63, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x12, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, - 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x58, 0x0a, 0x12, - 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, - 0x0b, 0x0a, 0x07, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, - 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x45, - 0x43, 0x4c, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x41, 0x4e, 0x43, - 0x45, 0x4c, 0x45, 0x44, 0x10, 0x04, 0x22, 0xfa, 0x01, 0x0a, 0x1a, 0x53, 0x79, 0x6e, 0x63, 0x43, - 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x44, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x0f, 0x64, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, - 0x6e, 0x63, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, - 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0e, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, - 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, - 0x63, 0x74, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, - 0x61, 0x63, 0x74, 0x49, 0x64, 0x22, 0x2c, 0x0a, 0x0e, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, - 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0c, 0x0a, 0x08, 0x41, 0x43, 0x43, 0x45, 0x50, - 0x54, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x45, 0x43, 0x4c, 0x49, 0x4e, 0x45, - 0x44, 0x10, 0x01, 0x22, 0xb6, 0x03, 0x0a, 0x0f, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x55, 0x70, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x5f, 0x75, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, 0x65, 0x79, 0x55, 0x69, 0x64, - 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, - 0x61, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, - 0x61, 0x6d, 0x65, 0x5f, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x10, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x43, 0x6c, 0x6f, 0x63, - 0x6b, 0x12, 0x38, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x04, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, - 0x79, 0x6e, 0x63, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, - 0x65, 0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x40, 0x0a, 0x0c, 0x73, - 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, - 0x63, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x42, 0x02, 0x18, 0x01, - 0x52, 0x0b, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x12, 0x51, 0x0a, - 0x14, 0x65, 0x6e, 0x73, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x5f, 0x64, 0x65, - 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x45, 0x6e, 0x73, 0x55, 0x73, - 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x12, 0x65, 0x6e, - 0x73, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, - 0x12, 0x6a, 0x0a, 0x1c, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x77, - 0x63, 0x61, 0x73, 0x65, 0x5f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, - 0x77, 0x63, 0x61, 0x73, 0x65, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, - 0x52, 0x1a, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, - 0x65, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x22, 0x73, 0x0a, 0x0a, - 0x52, 0x61, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, - 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, - 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x4b, 0x0a, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, - 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x22, 0xaa, 0x01, 0x0a, 0x0e, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x61, 0x77, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x36, 0x0a, 0x0b, 0x72, 0x61, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x52, 0x61, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, - 0x0b, 0x72, 0x61, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x12, 0x32, 0x0a, 0x14, - 0x73, 0x75, 0x62, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x4a, 0x73, 0x6f, 0x6e, 0x42, - 0x79, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x14, 0x73, 0x75, 0x62, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x4a, 0x73, 0x6f, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, - 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x4a, 0x73, 0x6f, 0x6e, - 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x11, 0x73, 0x65, 0x74, - 0x74, 0x69, 0x6e, 0x67, 0x73, 0x4a, 0x73, 0x6f, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x22, 0x9e, - 0x01, 0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x4b, 0x65, 0x79, 0x63, 0x61, 0x72, 0x64, 0x12, 0x10, - 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, - 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, - 0x6b, 0x65, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, - 0x65, 0x79, 0x55, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, - 0x64, 0x0a, 0x0f, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, - 0x6b, 0x73, 0x12, 0x37, 0x0a, 0x0c, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x6c, 0x69, 0x6e, - 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x52, 0x0b, - 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, - 0x6b, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x88, 0x01, 0x0a, 0x1d, 0x53, 0x79, 0x6e, 0x63, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x75, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x2f, 0x0a, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, - 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x17, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x5f, 0x75, - 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6b, 0x65, 0x79, 0x55, 0x69, 0x64, - 0x22, 0xa2, 0x01, 0x0a, 0x10, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x6f, 0x73, 0x69, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, - 0x70, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x69, 0x73, - 0x69, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x76, 0x69, 0x73, 0x69, - 0x62, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x79, 0x49, 0x64, 0x22, 0x84, 0x01, 0x0a, 0x14, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x14, - 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, - 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x73, 0x74, 0x6e, 0x65, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x74, 0x65, 0x73, 0x74, 0x6e, 0x65, 0x74, 0x12, 0x3c, - 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x52, - 0x0b, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x22, 0x74, 0x0a, 0x16, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, - 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, - 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, - 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x69, 0x73, 0x69, - 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x76, 0x69, 0x73, 0x69, 0x62, - 0x6c, 0x65, 0x22, 0x90, 0x01, 0x0a, 0x1a, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, - 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x73, 0x74, 0x6e, - 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x74, 0x65, 0x73, 0x74, 0x6e, 0x65, - 0x74, 0x12, 0x42, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, - 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x52, 0x0b, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x63, 0x65, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_pairing_proto_rawDescOnce sync.Once - file_pairing_proto_rawDescData = file_pairing_proto_rawDesc -) - -func file_pairing_proto_rawDescGZIP() []byte { - file_pairing_proto_rawDescOnce.Do(func() { - file_pairing_proto_rawDescData = protoimpl.X.CompressGZIP(file_pairing_proto_rawDescData) - }) - return file_pairing_proto_rawDescData -} - -var file_pairing_proto_enumTypes = make([]protoimpl.EnumInfo, 4) -var file_pairing_proto_msgTypes = make([]protoimpl.MessageInfo, 47) -var file_pairing_proto_goTypes = []interface{}{ - (SyncActivityCenterCommunityRequestDecisionCommunityRequestDecision)(0), // 0: protobuf.SyncActivityCenterCommunityRequestDecision.community_request_decision - (SyncTrustedUser_TrustStatus)(0), // 1: protobuf.SyncTrustedUser.TrustStatus - (SyncVerificationRequest_VerificationStatus)(0), // 2: protobuf.SyncVerificationRequest.VerificationStatus - (SyncContactRequestDecision_DecisionStatus)(0), // 3: protobuf.SyncContactRequestDecision.DecisionStatus - (*FetchingBackedUpDataDetails)(nil), // 4: protobuf.FetchingBackedUpDataDetails - (*Backup)(nil), // 5: protobuf.Backup - (*MultiAccount)(nil), // 6: protobuf.MultiAccount - (*LocalPairingPayload)(nil), // 7: protobuf.LocalPairingPayload - (*LocalPairingPeerHello)(nil), // 8: protobuf.LocalPairingPeerHello - (*SyncPairInstallation)(nil), // 9: protobuf.SyncPairInstallation - (*SyncInstallationContactV2)(nil), // 10: protobuf.SyncInstallationContactV2 - (*SyncInstallationAccount)(nil), // 11: protobuf.SyncInstallationAccount - (*SyncInstallationCommunity)(nil), // 12: protobuf.SyncInstallationCommunity - (*SyncCommunityRequestsToJoin)(nil), // 13: protobuf.SyncCommunityRequestsToJoin - (*SyncCommunityControlNode)(nil), // 14: protobuf.SyncCommunityControlNode - (*SyncChat)(nil), // 15: protobuf.SyncChat - (*MembershipUpdateEvents)(nil), // 16: protobuf.MembershipUpdateEvents - (*SyncChatRemoved)(nil), // 17: protobuf.SyncChatRemoved - (*SyncChatMessagesRead)(nil), // 18: protobuf.SyncChatMessagesRead - (*SyncActivityCenterRead)(nil), // 19: protobuf.SyncActivityCenterRead - (*SyncActivityCenterAccepted)(nil), // 20: protobuf.SyncActivityCenterAccepted - (*SyncActivityCenterDismissed)(nil), // 21: protobuf.SyncActivityCenterDismissed - (*SyncActivityCenterDeleted)(nil), // 22: protobuf.SyncActivityCenterDeleted - (*SyncActivityCenterUnread)(nil), // 23: protobuf.SyncActivityCenterUnread - (*SyncActivityCenterCommunityRequestDecision)(nil), // 24: protobuf.SyncActivityCenterCommunityRequestDecision - (*SyncBookmark)(nil), // 25: protobuf.SyncBookmark - (*SyncEnsUsernameDetail)(nil), // 26: protobuf.SyncEnsUsernameDetail - (*SyncClearHistory)(nil), // 27: protobuf.SyncClearHistory - (*SyncProfilePicture)(nil), // 28: protobuf.SyncProfilePicture - (*SyncProfilePictures)(nil), // 29: protobuf.SyncProfilePictures - (*SyncAccount)(nil), // 30: protobuf.SyncAccount - (*SyncKeypair)(nil), // 31: protobuf.SyncKeypair - (*SyncAccountsPositions)(nil), // 32: protobuf.SyncAccountsPositions - (*SyncSavedAddress)(nil), // 33: protobuf.SyncSavedAddress - (*SyncCommunitySettings)(nil), // 34: protobuf.SyncCommunitySettings - (*SyncTrustedUser)(nil), // 35: protobuf.SyncTrustedUser - (*SyncVerificationRequest)(nil), // 36: protobuf.SyncVerificationRequest - (*SyncContactRequestDecision)(nil), // 37: protobuf.SyncContactRequestDecision - (*BackedUpProfile)(nil), // 38: protobuf.BackedUpProfile - (*RawMessage)(nil), // 39: protobuf.RawMessage - (*SyncRawMessage)(nil), // 40: protobuf.SyncRawMessage - (*SyncKeycard)(nil), // 41: protobuf.SyncKeycard - (*SyncSocialLinks)(nil), // 42: protobuf.SyncSocialLinks - (*SyncAccountCustomizationColor)(nil), // 43: protobuf.SyncAccountCustomizationColor - (*TokenPreferences)(nil), // 44: protobuf.TokenPreferences - (*SyncTokenPreferences)(nil), // 45: protobuf.SyncTokenPreferences - (*CollectiblePreferences)(nil), // 46: protobuf.CollectiblePreferences - (*SyncCollectiblePreferences)(nil), // 47: protobuf.SyncCollectiblePreferences - (*MultiAccount_ColorHash)(nil), // 48: protobuf.MultiAccount.ColorHash - (*MultiAccount_IdentityImage)(nil), // 49: protobuf.MultiAccount.IdentityImage - (*LocalPairingPayload_Key)(nil), // 50: protobuf.LocalPairingPayload.Key - (*SyncSetting)(nil), // 51: protobuf.SyncSetting - (*RevealedAccount)(nil), // 52: protobuf.RevealedAccount - (*SyncProfileShowcasePreferences)(nil), // 53: protobuf.SyncProfileShowcasePreferences - (ApplicationMetadataMessage_Type)(0), // 54: protobuf.ApplicationMetadataMessage.Type - (*SocialLink)(nil), // 55: protobuf.SocialLink -} -var file_pairing_proto_depIdxs = []int32{ - 10, // 0: protobuf.Backup.contacts:type_name -> protobuf.SyncInstallationContactV2 - 12, // 1: protobuf.Backup.communities:type_name -> protobuf.SyncInstallationCommunity - 4, // 2: protobuf.Backup.contactsDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 4, // 3: protobuf.Backup.communitiesDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 38, // 4: protobuf.Backup.profile:type_name -> protobuf.BackedUpProfile - 4, // 5: protobuf.Backup.profileDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 51, // 6: protobuf.Backup.setting:type_name -> protobuf.SyncSetting - 4, // 7: protobuf.Backup.settingsDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 31, // 8: protobuf.Backup.keypair:type_name -> protobuf.SyncKeypair - 4, // 9: protobuf.Backup.keypairDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 30, // 10: protobuf.Backup.watchOnlyAccount:type_name -> protobuf.SyncAccount - 4, // 11: protobuf.Backup.watchOnlyAccountDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 15, // 12: protobuf.Backup.chats:type_name -> protobuf.SyncChat - 4, // 13: protobuf.Backup.chatsDetails:type_name -> protobuf.FetchingBackedUpDataDetails - 48, // 14: protobuf.MultiAccount.color_hash:type_name -> protobuf.MultiAccount.ColorHash - 49, // 15: protobuf.MultiAccount.images:type_name -> protobuf.MultiAccount.IdentityImage - 50, // 16: protobuf.LocalPairingPayload.keys:type_name -> protobuf.LocalPairingPayload.Key - 6, // 17: protobuf.LocalPairingPayload.multiaccount:type_name -> protobuf.MultiAccount - 13, // 18: protobuf.SyncInstallationCommunity.requests_to_join:type_name -> protobuf.SyncCommunityRequestsToJoin - 34, // 19: protobuf.SyncInstallationCommunity.settings:type_name -> protobuf.SyncCommunitySettings - 14, // 20: protobuf.SyncInstallationCommunity.control_node:type_name -> protobuf.SyncCommunityControlNode - 52, // 21: protobuf.SyncCommunityRequestsToJoin.revealed_accounts:type_name -> protobuf.RevealedAccount - 16, // 22: protobuf.SyncChat.membershipUpdateEvents:type_name -> protobuf.MembershipUpdateEvents - 0, // 23: protobuf.SyncActivityCenterCommunityRequestDecision.decision:type_name -> protobuf.SyncActivityCenterCommunityRequestDecision.community_request_decision - 28, // 24: protobuf.SyncProfilePictures.pictures:type_name -> protobuf.SyncProfilePicture - 30, // 25: protobuf.SyncKeypair.accounts:type_name -> protobuf.SyncAccount - 41, // 26: protobuf.SyncKeypair.keycards:type_name -> protobuf.SyncKeycard - 30, // 27: protobuf.SyncAccountsPositions.accounts:type_name -> protobuf.SyncAccount - 1, // 28: protobuf.SyncTrustedUser.status:type_name -> protobuf.SyncTrustedUser.TrustStatus - 2, // 29: protobuf.SyncVerificationRequest.verification_status:type_name -> protobuf.SyncVerificationRequest.VerificationStatus - 3, // 30: protobuf.SyncContactRequestDecision.decision_status:type_name -> protobuf.SyncContactRequestDecision.DecisionStatus - 28, // 31: protobuf.BackedUpProfile.pictures:type_name -> protobuf.SyncProfilePicture - 42, // 32: protobuf.BackedUpProfile.social_links:type_name -> protobuf.SyncSocialLinks - 26, // 33: protobuf.BackedUpProfile.ens_username_details:type_name -> protobuf.SyncEnsUsernameDetail - 53, // 34: protobuf.BackedUpProfile.profile_showcase_preferences:type_name -> protobuf.SyncProfileShowcasePreferences - 54, // 35: protobuf.RawMessage.messageType:type_name -> protobuf.ApplicationMetadataMessage.Type - 39, // 36: protobuf.SyncRawMessage.rawMessages:type_name -> protobuf.RawMessage - 55, // 37: protobuf.SyncSocialLinks.social_links:type_name -> protobuf.SocialLink - 44, // 38: protobuf.SyncTokenPreferences.preferences:type_name -> protobuf.TokenPreferences - 46, // 39: protobuf.SyncCollectiblePreferences.preferences:type_name -> protobuf.CollectiblePreferences - 40, // [40:40] is the sub-list for method output_type - 40, // [40:40] is the sub-list for method input_type - 40, // [40:40] is the sub-list for extension type_name - 40, // [40:40] is the sub-list for extension extendee - 0, // [0:40] is the sub-list for field type_name -} - -func init() { file_pairing_proto_init() } -func file_pairing_proto_init() { - if File_pairing_proto != nil { - return - } - file_chat_identity_proto_init() - file_sync_settings_proto_init() - file_application_metadata_message_proto_init() - file_communities_proto_init() - file_profile_showcase_proto_init() - if !protoimpl.UnsafeEnabled { - file_pairing_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FetchingBackedUpDataDetails); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Backup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiAccount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LocalPairingPayload); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LocalPairingPeerHello); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncPairInstallation); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncInstallationContactV2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncInstallationAccount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncInstallationCommunity); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncCommunityRequestsToJoin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncCommunityControlNode); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncChat); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MembershipUpdateEvents); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncChatRemoved); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncChatMessagesRead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncActivityCenterRead); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncActivityCenterAccepted); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncActivityCenterDismissed); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncActivityCenterDeleted); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncActivityCenterUnread); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncActivityCenterCommunityRequestDecision); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncBookmark); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncEnsUsernameDetail); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncClearHistory); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncProfilePicture); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncProfilePictures); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncAccount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncKeypair); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncAccountsPositions); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncSavedAddress); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncCommunitySettings); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncTrustedUser); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncVerificationRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncContactRequestDecision); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BackedUpProfile); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RawMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncRawMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncKeycard); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncSocialLinks); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncAccountCustomizationColor); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TokenPreferences); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncTokenPreferences); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CollectiblePreferences); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncCollectiblePreferences); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiAccount_ColorHash); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultiAccount_IdentityImage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_pairing_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LocalPairingPayload_Key); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pairing_proto_rawDesc, - NumEnums: 4, - NumMessages: 47, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pairing_proto_goTypes, - DependencyIndexes: file_pairing_proto_depIdxs, - EnumInfos: file_pairing_proto_enumTypes, - MessageInfos: file_pairing_proto_msgTypes, - }.Build() - File_pairing_proto = out.File - file_pairing_proto_rawDesc = nil - file_pairing_proto_goTypes = nil - file_pairing_proto_depIdxs = nil -} diff --git a/protocol/protobuf/pin_message.pb.go b/protocol/protobuf/pin_message.pb.go deleted file mode 100644 index ad2622560..000000000 --- a/protocol/protobuf/pin_message.pb.go +++ /dev/null @@ -1,187 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: pin_message.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type PinMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - MessageId string `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` - ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - Pinned bool `protobuf:"varint,4,opt,name=pinned,proto3" json:"pinned,omitempty"` - // The type of message (public/one-to-one/private-group-chat) - MessageType MessageType `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"` -} - -func (x *PinMessage) Reset() { - *x = PinMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_pin_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PinMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PinMessage) ProtoMessage() {} - -func (x *PinMessage) ProtoReflect() protoreflect.Message { - mi := &file_pin_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PinMessage.ProtoReflect.Descriptor instead. -func (*PinMessage) Descriptor() ([]byte, []int) { - return file_pin_message_proto_rawDescGZIP(), []int{0} -} - -func (x *PinMessage) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *PinMessage) GetMessageId() string { - if x != nil { - return x.MessageId - } - return "" -} - -func (x *PinMessage) GetChatId() string { - if x != nil { - return x.ChatId - } - return "" -} - -func (x *PinMessage) GetPinned() bool { - if x != nil { - return x.Pinned - } - return false -} - -func (x *PinMessage) GetMessageType() MessageType { - if x != nil { - return x.MessageType - } - return MessageType_UNKNOWN_MESSAGE_TYPE -} - -var File_pin_message_proto protoreflect.FileDescriptor - -var file_pin_message_proto_rawDesc = []byte{ - 0x0a, 0x11, 0x70, 0x69, 0x6e, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x0b, 0x65, - 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xac, 0x01, 0x0a, 0x0a, 0x50, - 0x69, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, - 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, - 0x1d, 0x0a, 0x0a, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x17, - 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x69, 0x6e, 0x6e, 0x65, - 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x70, 0x69, 0x6e, 0x6e, 0x65, 0x64, 0x12, - 0x38, 0x0a, 0x0c, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x6d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_pin_message_proto_rawDescOnce sync.Once - file_pin_message_proto_rawDescData = file_pin_message_proto_rawDesc -) - -func file_pin_message_proto_rawDescGZIP() []byte { - file_pin_message_proto_rawDescOnce.Do(func() { - file_pin_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_pin_message_proto_rawDescData) - }) - return file_pin_message_proto_rawDescData -} - -var file_pin_message_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_pin_message_proto_goTypes = []interface{}{ - (*PinMessage)(nil), // 0: protobuf.PinMessage - (MessageType)(0), // 1: protobuf.MessageType -} -var file_pin_message_proto_depIdxs = []int32{ - 1, // 0: protobuf.PinMessage.message_type:type_name -> protobuf.MessageType - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_pin_message_proto_init() } -func file_pin_message_proto_init() { - if File_pin_message_proto != nil { - return - } - file_enums_proto_init() - if !protoimpl.UnsafeEnabled { - file_pin_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PinMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_pin_message_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_pin_message_proto_goTypes, - DependencyIndexes: file_pin_message_proto_depIdxs, - MessageInfos: file_pin_message_proto_msgTypes, - }.Build() - File_pin_message_proto = out.File - file_pin_message_proto_rawDesc = nil - file_pin_message_proto_goTypes = nil - file_pin_message_proto_depIdxs = nil -} diff --git a/protocol/protobuf/profile_showcase.pb.go b/protocol/protobuf/profile_showcase.pb.go deleted file mode 100644 index 7ad621311..000000000 --- a/protocol/protobuf/profile_showcase.pb.go +++ /dev/null @@ -1,1809 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: profile_showcase.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type ProfileShowcaseVisibility int32 - -const ( - ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE ProfileShowcaseVisibility = 0 - ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_IDVERIFIED_CONTACTS ProfileShowcaseVisibility = 1 - ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_CONTACTS ProfileShowcaseVisibility = 2 - ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_EVERYONE ProfileShowcaseVisibility = 3 -) - -// Enum value maps for ProfileShowcaseVisibility. -var ( - ProfileShowcaseVisibility_name = map[int32]string{ - 0: "PROFILE_SHOWCASE_VISIBILITY_NO_ONE", - 1: "PROFILE_SHOWCASE_VISIBILITY_IDVERIFIED_CONTACTS", - 2: "PROFILE_SHOWCASE_VISIBILITY_CONTACTS", - 3: "PROFILE_SHOWCASE_VISIBILITY_EVERYONE", - } - ProfileShowcaseVisibility_value = map[string]int32{ - "PROFILE_SHOWCASE_VISIBILITY_NO_ONE": 0, - "PROFILE_SHOWCASE_VISIBILITY_IDVERIFIED_CONTACTS": 1, - "PROFILE_SHOWCASE_VISIBILITY_CONTACTS": 2, - "PROFILE_SHOWCASE_VISIBILITY_EVERYONE": 3, - } -) - -func (x ProfileShowcaseVisibility) Enum() *ProfileShowcaseVisibility { - p := new(ProfileShowcaseVisibility) - *p = x - return p -} - -func (x ProfileShowcaseVisibility) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (ProfileShowcaseVisibility) Descriptor() protoreflect.EnumDescriptor { - return file_profile_showcase_proto_enumTypes[0].Descriptor() -} - -func (ProfileShowcaseVisibility) Type() protoreflect.EnumType { - return &file_profile_showcase_proto_enumTypes[0] -} - -func (x ProfileShowcaseVisibility) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use ProfileShowcaseVisibility.Descriptor instead. -func (ProfileShowcaseVisibility) EnumDescriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{0} -} - -type ProfileShowcaseCommunity struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` - Grant []byte `protobuf:"bytes,3,opt,name=grant,proto3" json:"grant,omitempty"` -} - -func (x *ProfileShowcaseCommunity) Reset() { - *x = ProfileShowcaseCommunity{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseCommunity) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseCommunity) ProtoMessage() {} - -func (x *ProfileShowcaseCommunity) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseCommunity.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseCommunity) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{0} -} - -func (x *ProfileShowcaseCommunity) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -func (x *ProfileShowcaseCommunity) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -func (x *ProfileShowcaseCommunity) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -type ProfileShowcaseAccount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - ColorId string `protobuf:"bytes,3,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"` - Emoji string `protobuf:"bytes,4,opt,name=emoji,proto3" json:"emoji,omitempty"` - Order uint32 `protobuf:"varint,5,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseAccount) Reset() { - *x = ProfileShowcaseAccount{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseAccount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseAccount) ProtoMessage() {} - -func (x *ProfileShowcaseAccount) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseAccount.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseAccount) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{1} -} - -func (x *ProfileShowcaseAccount) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *ProfileShowcaseAccount) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *ProfileShowcaseAccount) GetColorId() string { - if x != nil { - return x.ColorId - } - return "" -} - -func (x *ProfileShowcaseAccount) GetEmoji() string { - if x != nil { - return x.Emoji - } - return "" -} - -func (x *ProfileShowcaseAccount) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseCollectible struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Deprecated: Marked as deprecated in profile_showcase.proto. - Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` - Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` - ContractAddress string `protobuf:"bytes,3,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - CommunityId string `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - ChainId uint64 `protobuf:"varint,5,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - TokenId string `protobuf:"bytes,6,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - AccountAddress string `protobuf:"bytes,7,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"` -} - -func (x *ProfileShowcaseCollectible) Reset() { - *x = ProfileShowcaseCollectible{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseCollectible) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseCollectible) ProtoMessage() {} - -func (x *ProfileShowcaseCollectible) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseCollectible.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseCollectible) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{2} -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseCollectible) GetUid() string { - if x != nil { - return x.Uid - } - return "" -} - -func (x *ProfileShowcaseCollectible) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -func (x *ProfileShowcaseCollectible) GetContractAddress() string { - if x != nil { - return x.ContractAddress - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseCollectible) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -func (x *ProfileShowcaseCollectible) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -func (x *ProfileShowcaseCollectible) GetTokenId() string { - if x != nil { - return x.TokenId - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseCollectible) GetAccountAddress() string { - if x != nil { - return x.AccountAddress - } - return "" -} - -type ProfileShowcaseVerifiedToken struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` - Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseVerifiedToken) Reset() { - *x = ProfileShowcaseVerifiedToken{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseVerifiedToken) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseVerifiedToken) ProtoMessage() {} - -func (x *ProfileShowcaseVerifiedToken) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseVerifiedToken.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseVerifiedToken) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{3} -} - -func (x *ProfileShowcaseVerifiedToken) GetSymbol() string { - if x != nil { - return x.Symbol - } - return "" -} - -func (x *ProfileShowcaseVerifiedToken) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseUnverifiedToken struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"` - Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` - ChainId uint64 `protobuf:"varint,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - CommunityId string `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` -} - -func (x *ProfileShowcaseUnverifiedToken) Reset() { - *x = ProfileShowcaseUnverifiedToken{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseUnverifiedToken) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseUnverifiedToken) ProtoMessage() {} - -func (x *ProfileShowcaseUnverifiedToken) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseUnverifiedToken.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseUnverifiedToken) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{4} -} - -func (x *ProfileShowcaseUnverifiedToken) GetContractAddress() string { - if x != nil { - return x.ContractAddress - } - return "" -} - -func (x *ProfileShowcaseUnverifiedToken) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -func (x *ProfileShowcaseUnverifiedToken) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseUnverifiedToken) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -type ProfileShowcaseSocialLink struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` - Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` -} - -func (x *ProfileShowcaseSocialLink) Reset() { - *x = ProfileShowcaseSocialLink{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseSocialLink) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseSocialLink) ProtoMessage() {} - -func (x *ProfileShowcaseSocialLink) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseSocialLink.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseSocialLink) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{5} -} - -func (x *ProfileShowcaseSocialLink) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -func (x *ProfileShowcaseSocialLink) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -func (x *ProfileShowcaseSocialLink) GetText() string { - if x != nil { - return x.Text - } - return "" -} - -type ProfileShowcaseEntries struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Communities []*ProfileShowcaseCommunity `protobuf:"bytes,1,rep,name=communities,proto3" json:"communities,omitempty"` - Accounts []*ProfileShowcaseAccount `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"` - Collectibles []*ProfileShowcaseCollectible `protobuf:"bytes,3,rep,name=collectibles,proto3" json:"collectibles,omitempty"` - VerifiedTokens []*ProfileShowcaseVerifiedToken `protobuf:"bytes,4,rep,name=verified_tokens,json=verifiedTokens,proto3" json:"verified_tokens,omitempty"` - UnverifiedTokens []*ProfileShowcaseUnverifiedToken `protobuf:"bytes,5,rep,name=unverified_tokens,json=unverifiedTokens,proto3" json:"unverified_tokens,omitempty"` - SocialLinks []*ProfileShowcaseSocialLink `protobuf:"bytes,6,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"` -} - -func (x *ProfileShowcaseEntries) Reset() { - *x = ProfileShowcaseEntries{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseEntries) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseEntries) ProtoMessage() {} - -func (x *ProfileShowcaseEntries) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseEntries.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseEntries) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{6} -} - -func (x *ProfileShowcaseEntries) GetCommunities() []*ProfileShowcaseCommunity { - if x != nil { - return x.Communities - } - return nil -} - -func (x *ProfileShowcaseEntries) GetAccounts() []*ProfileShowcaseAccount { - if x != nil { - return x.Accounts - } - return nil -} - -func (x *ProfileShowcaseEntries) GetCollectibles() []*ProfileShowcaseCollectible { - if x != nil { - return x.Collectibles - } - return nil -} - -func (x *ProfileShowcaseEntries) GetVerifiedTokens() []*ProfileShowcaseVerifiedToken { - if x != nil { - return x.VerifiedTokens - } - return nil -} - -func (x *ProfileShowcaseEntries) GetUnverifiedTokens() []*ProfileShowcaseUnverifiedToken { - if x != nil { - return x.UnverifiedTokens - } - return nil -} - -func (x *ProfileShowcaseEntries) GetSocialLinks() []*ProfileShowcaseSocialLink { - if x != nil { - return x.SocialLinks - } - return nil -} - -type ProfileShowcaseEntriesEncrypted struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EncryptedEntries []byte `protobuf:"bytes,1,opt,name=encrypted_entries,json=encryptedEntries,proto3" json:"encrypted_entries,omitempty"` - EncryptionKeys [][]byte `protobuf:"bytes,2,rep,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"` -} - -func (x *ProfileShowcaseEntriesEncrypted) Reset() { - *x = ProfileShowcaseEntriesEncrypted{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseEntriesEncrypted) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseEntriesEncrypted) ProtoMessage() {} - -func (x *ProfileShowcaseEntriesEncrypted) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseEntriesEncrypted.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseEntriesEncrypted) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{7} -} - -func (x *ProfileShowcaseEntriesEncrypted) GetEncryptedEntries() []byte { - if x != nil { - return x.EncryptedEntries - } - return nil -} - -func (x *ProfileShowcaseEntriesEncrypted) GetEncryptionKeys() [][]byte { - if x != nil { - return x.EncryptionKeys - } - return nil -} - -type ProfileShowcase struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ForEveryone *ProfileShowcaseEntries `protobuf:"bytes,1,opt,name=for_everyone,json=forEveryone,proto3" json:"for_everyone,omitempty"` - ForContacts *ProfileShowcaseEntriesEncrypted `protobuf:"bytes,2,opt,name=for_contacts,json=forContacts,proto3" json:"for_contacts,omitempty"` - ForIdVerifiedContacts *ProfileShowcaseEntriesEncrypted `protobuf:"bytes,3,opt,name=for_id_verified_contacts,json=forIdVerifiedContacts,proto3" json:"for_id_verified_contacts,omitempty"` -} - -func (x *ProfileShowcase) Reset() { - *x = ProfileShowcase{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcase) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcase) ProtoMessage() {} - -func (x *ProfileShowcase) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcase.ProtoReflect.Descriptor instead. -func (*ProfileShowcase) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{8} -} - -func (x *ProfileShowcase) GetForEveryone() *ProfileShowcaseEntries { - if x != nil { - return x.ForEveryone - } - return nil -} - -func (x *ProfileShowcase) GetForContacts() *ProfileShowcaseEntriesEncrypted { - if x != nil { - return x.ForContacts - } - return nil -} - -func (x *ProfileShowcase) GetForIdVerifiedContacts() *ProfileShowcaseEntriesEncrypted { - if x != nil { - return x.ForIdVerifiedContacts - } - return nil -} - -type ProfileShowcaseCommunityPreference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,2,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"` - Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseCommunityPreference) Reset() { - *x = ProfileShowcaseCommunityPreference{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseCommunityPreference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseCommunityPreference) ProtoMessage() {} - -func (x *ProfileShowcaseCommunityPreference) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseCommunityPreference.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseCommunityPreference) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{9} -} - -func (x *ProfileShowcaseCommunityPreference) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -func (x *ProfileShowcaseCommunityPreference) GetShowcaseVisibility() ProfileShowcaseVisibility { - if x != nil { - return x.ShowcaseVisibility - } - return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE -} - -func (x *ProfileShowcaseCommunityPreference) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseAccountPreference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - ColorId string `protobuf:"bytes,3,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - Emoji string `protobuf:"bytes,4,opt,name=emoji,proto3" json:"emoji,omitempty"` - ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,5,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"` - Order uint32 `protobuf:"varint,6,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseAccountPreference) Reset() { - *x = ProfileShowcaseAccountPreference{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseAccountPreference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseAccountPreference) ProtoMessage() {} - -func (x *ProfileShowcaseAccountPreference) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseAccountPreference.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseAccountPreference) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{10} -} - -func (x *ProfileShowcaseAccountPreference) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseAccountPreference) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseAccountPreference) GetColorId() string { - if x != nil { - return x.ColorId - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseAccountPreference) GetEmoji() string { - if x != nil { - return x.Emoji - } - return "" -} - -func (x *ProfileShowcaseAccountPreference) GetShowcaseVisibility() ProfileShowcaseVisibility { - if x != nil { - return x.ShowcaseVisibility - } - return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE -} - -func (x *ProfileShowcaseAccountPreference) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseCollectiblePreference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"` - ChainId uint64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - TokenId string `protobuf:"bytes,3,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - CommunityId string `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - AccountAddress string `protobuf:"bytes,5,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"` - ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,6,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"` - Order uint32 `protobuf:"varint,7,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseCollectiblePreference) Reset() { - *x = ProfileShowcaseCollectiblePreference{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseCollectiblePreference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseCollectiblePreference) ProtoMessage() {} - -func (x *ProfileShowcaseCollectiblePreference) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseCollectiblePreference.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseCollectiblePreference) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{11} -} - -func (x *ProfileShowcaseCollectiblePreference) GetContractAddress() string { - if x != nil { - return x.ContractAddress - } - return "" -} - -func (x *ProfileShowcaseCollectiblePreference) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -func (x *ProfileShowcaseCollectiblePreference) GetTokenId() string { - if x != nil { - return x.TokenId - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseCollectiblePreference) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseCollectiblePreference) GetAccountAddress() string { - if x != nil { - return x.AccountAddress - } - return "" -} - -func (x *ProfileShowcaseCollectiblePreference) GetShowcaseVisibility() ProfileShowcaseVisibility { - if x != nil { - return x.ShowcaseVisibility - } - return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE -} - -func (x *ProfileShowcaseCollectiblePreference) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseVerifiedTokenPreference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` - ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,2,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"` - Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseVerifiedTokenPreference) Reset() { - *x = ProfileShowcaseVerifiedTokenPreference{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseVerifiedTokenPreference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseVerifiedTokenPreference) ProtoMessage() {} - -func (x *ProfileShowcaseVerifiedTokenPreference) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseVerifiedTokenPreference.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseVerifiedTokenPreference) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{12} -} - -func (x *ProfileShowcaseVerifiedTokenPreference) GetSymbol() string { - if x != nil { - return x.Symbol - } - return "" -} - -func (x *ProfileShowcaseVerifiedTokenPreference) GetShowcaseVisibility() ProfileShowcaseVisibility { - if x != nil { - return x.ShowcaseVisibility - } - return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE -} - -func (x *ProfileShowcaseVerifiedTokenPreference) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseUnverifiedTokenPreference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"` - ChainId uint64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - // Deprecated: Marked as deprecated in profile_showcase.proto. - CommunityId string `protobuf:"bytes,3,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,4,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"` - Order uint32 `protobuf:"varint,5,opt,name=order,proto3" json:"order,omitempty"` -} - -func (x *ProfileShowcaseUnverifiedTokenPreference) Reset() { - *x = ProfileShowcaseUnverifiedTokenPreference{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseUnverifiedTokenPreference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseUnverifiedTokenPreference) ProtoMessage() {} - -func (x *ProfileShowcaseUnverifiedTokenPreference) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseUnverifiedTokenPreference.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseUnverifiedTokenPreference) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{13} -} - -func (x *ProfileShowcaseUnverifiedTokenPreference) GetContractAddress() string { - if x != nil { - return x.ContractAddress - } - return "" -} - -func (x *ProfileShowcaseUnverifiedTokenPreference) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -// Deprecated: Marked as deprecated in profile_showcase.proto. -func (x *ProfileShowcaseUnverifiedTokenPreference) GetCommunityId() string { - if x != nil { - return x.CommunityId - } - return "" -} - -func (x *ProfileShowcaseUnverifiedTokenPreference) GetShowcaseVisibility() ProfileShowcaseVisibility { - if x != nil { - return x.ShowcaseVisibility - } - return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE -} - -func (x *ProfileShowcaseUnverifiedTokenPreference) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -type ProfileShowcaseSocialLinkPreference struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` - Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"` - ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,4,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"` -} - -func (x *ProfileShowcaseSocialLinkPreference) Reset() { - *x = ProfileShowcaseSocialLinkPreference{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProfileShowcaseSocialLinkPreference) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProfileShowcaseSocialLinkPreference) ProtoMessage() {} - -func (x *ProfileShowcaseSocialLinkPreference) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProfileShowcaseSocialLinkPreference.ProtoReflect.Descriptor instead. -func (*ProfileShowcaseSocialLinkPreference) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{14} -} - -func (x *ProfileShowcaseSocialLinkPreference) GetUrl() string { - if x != nil { - return x.Url - } - return "" -} - -func (x *ProfileShowcaseSocialLinkPreference) GetText() string { - if x != nil { - return x.Text - } - return "" -} - -func (x *ProfileShowcaseSocialLinkPreference) GetOrder() uint32 { - if x != nil { - return x.Order - } - return 0 -} - -func (x *ProfileShowcaseSocialLinkPreference) GetShowcaseVisibility() ProfileShowcaseVisibility { - if x != nil { - return x.ShowcaseVisibility - } - return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE -} - -type SyncProfileShowcasePreferences struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - Communities []*ProfileShowcaseCommunityPreference `protobuf:"bytes,2,rep,name=communities,proto3" json:"communities,omitempty"` - Accounts []*ProfileShowcaseAccountPreference `protobuf:"bytes,3,rep,name=accounts,proto3" json:"accounts,omitempty"` - Collectibles []*ProfileShowcaseCollectiblePreference `protobuf:"bytes,4,rep,name=collectibles,proto3" json:"collectibles,omitempty"` - VerifiedTokens []*ProfileShowcaseVerifiedTokenPreference `protobuf:"bytes,5,rep,name=verified_tokens,json=verifiedTokens,proto3" json:"verified_tokens,omitempty"` - UnverifiedTokens []*ProfileShowcaseUnverifiedTokenPreference `protobuf:"bytes,6,rep,name=unverified_tokens,json=unverifiedTokens,proto3" json:"unverified_tokens,omitempty"` - SocialLinks []*ProfileShowcaseSocialLinkPreference `protobuf:"bytes,7,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"` -} - -func (x *SyncProfileShowcasePreferences) Reset() { - *x = SyncProfileShowcasePreferences{} - if protoimpl.UnsafeEnabled { - mi := &file_profile_showcase_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncProfileShowcasePreferences) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncProfileShowcasePreferences) ProtoMessage() {} - -func (x *SyncProfileShowcasePreferences) ProtoReflect() protoreflect.Message { - mi := &file_profile_showcase_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncProfileShowcasePreferences.ProtoReflect.Descriptor instead. -func (*SyncProfileShowcasePreferences) Descriptor() ([]byte, []int) { - return file_profile_showcase_proto_rawDescGZIP(), []int{15} -} - -func (x *SyncProfileShowcasePreferences) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *SyncProfileShowcasePreferences) GetCommunities() []*ProfileShowcaseCommunityPreference { - if x != nil { - return x.Communities - } - return nil -} - -func (x *SyncProfileShowcasePreferences) GetAccounts() []*ProfileShowcaseAccountPreference { - if x != nil { - return x.Accounts - } - return nil -} - -func (x *SyncProfileShowcasePreferences) GetCollectibles() []*ProfileShowcaseCollectiblePreference { - if x != nil { - return x.Collectibles - } - return nil -} - -func (x *SyncProfileShowcasePreferences) GetVerifiedTokens() []*ProfileShowcaseVerifiedTokenPreference { - if x != nil { - return x.VerifiedTokens - } - return nil -} - -func (x *SyncProfileShowcasePreferences) GetUnverifiedTokens() []*ProfileShowcaseUnverifiedTokenPreference { - if x != nil { - return x.UnverifiedTokens - } - return nil -} - -func (x *SyncProfileShowcasePreferences) GetSocialLinks() []*ProfileShowcaseSocialLinkPreference { - if x != nil { - return x.SocialLinks - } - return nil -} - -var File_profile_showcase_proto protoreflect.FileDescriptor - -var file_profile_showcase_proto_rawDesc = []byte{ - 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, - 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x22, 0x69, 0x0a, 0x18, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, - 0x77, 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x21, - 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, - 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x22, 0x8d, 0x01, - 0x0a, 0x16, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, - 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f, - 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x49, - 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0xfd, 0x01, - 0x0a, 0x1a, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, - 0x65, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x03, - 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x03, 0x75, - 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x74, - 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x12, 0x25, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x63, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x64, - 0x12, 0x2b, 0x0a, 0x0f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0e, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x4c, 0x0a, - 0x1c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, - 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x0a, - 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, - 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0xa3, 0x01, 0x0a, 0x1e, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x55, - 0x6e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x29, - 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, - 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, - 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0c, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, - 0x64, 0x22, 0x57, 0x0a, 0x19, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, - 0x63, 0x61, 0x73, 0x65, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x10, - 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, - 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x22, 0xd6, 0x03, 0x0a, 0x16, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x45, 0x6e, - 0x74, 0x72, 0x69, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, - 0x77, 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x0b, - 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x3c, 0x0a, 0x08, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, - 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x48, 0x0a, 0x0c, 0x63, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x62, 0x6c, 0x65, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, - 0x6c, 0x65, 0x73, 0x12, 0x4f, 0x0a, 0x0f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, - 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, - 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x0e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x73, 0x12, 0x55, 0x0a, 0x11, 0x75, 0x6e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, - 0x65, 0x64, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x76, 0x65, 0x72, 0x69, - 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x10, 0x75, 0x6e, 0x76, 0x65, 0x72, - 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x12, 0x46, 0x0a, 0x0c, 0x73, - 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x53, 0x6f, 0x63, 0x69, - 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x52, 0x0b, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, - 0x6e, 0x6b, 0x73, 0x22, 0x77, 0x0a, 0x1f, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, - 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x63, - 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, - 0x74, 0x65, 0x64, 0x5f, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x10, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x74, 0x72, - 0x69, 0x65, 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x65, 0x6e, - 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x73, 0x22, 0x88, 0x02, 0x0a, - 0x0f, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, - 0x12, 0x43, 0x0a, 0x0c, 0x66, 0x6f, 0x72, 0x5f, 0x65, 0x76, 0x65, 0x72, 0x79, 0x6f, 0x6e, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, - 0x65, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x52, 0x0b, 0x66, 0x6f, 0x72, 0x45, 0x76, 0x65, - 0x72, 0x79, 0x6f, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x66, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x6e, - 0x74, 0x61, 0x63, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, - 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x63, - 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, 0x52, 0x0b, 0x66, 0x6f, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x61, - 0x63, 0x74, 0x73, 0x12, 0x62, 0x0a, 0x18, 0x66, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x5f, 0x76, 0x65, - 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, - 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 0x65, 0x64, - 0x52, 0x15, 0x66, 0x6f, 0x72, 0x49, 0x64, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x43, - 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x22, 0xb3, 0x01, 0x0a, 0x22, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x21, - 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, - 0x64, 0x12, 0x54, 0x0a, 0x13, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x5f, 0x76, 0x69, - 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, - 0x69, 0x74, 0x79, 0x52, 0x12, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, - 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0xf9, 0x01, - 0x0a, 0x20, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, - 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x08, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f, 0x69, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x07, 0x63, 0x6f, 0x6c, 0x6f, - 0x72, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x12, 0x54, 0x0a, - 0x13, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, - 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, - 0x12, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, - 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0xc7, 0x02, 0x0a, 0x24, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x63, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, - 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, - 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x63, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x0f, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x54, 0x0a, 0x13, 0x73, 0x68, 0x6f, 0x77, 0x63, - 0x61, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, - 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x12, 0x73, 0x68, 0x6f, 0x77, 0x63, - 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, - 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, - 0x64, 0x65, 0x72, 0x22, 0xac, 0x01, 0x0a, 0x26, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, - 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x16, - 0x0a, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x54, 0x0a, 0x13, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, - 0x73, 0x65, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, - 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x12, 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, - 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05, - 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x22, 0x83, 0x02, 0x0a, 0x28, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, - 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, - 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, - 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x72, - 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, - 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x13, - 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, - 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, - 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x12, - 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, - 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0xb7, 0x01, 0x0a, 0x23, 0x50, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x53, 0x6f, 0x63, 0x69, - 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, - 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, - 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x54, 0x0a, 0x13, - 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, - 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, - 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x52, 0x12, - 0x73, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, - 0x74, 0x79, 0x22, 0xb0, 0x04, 0x0a, 0x1e, 0x53, 0x79, 0x6e, 0x63, 0x50, 0x72, 0x6f, 0x66, 0x69, - 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x4e, 0x0a, 0x0b, 0x63, - 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x79, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0b, - 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x08, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x50, - 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x73, 0x12, 0x52, 0x0a, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, - 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, - 0x63, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x50, - 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0c, 0x63, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x59, 0x0a, 0x0f, 0x76, 0x65, 0x72, 0x69, 0x66, - 0x69, 0x65, 0x64, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x30, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x65, 0x72, 0x69, 0x66, - 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x63, 0x65, 0x52, 0x0e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, - 0x6e, 0x73, 0x12, 0x5f, 0x0a, 0x11, 0x75, 0x6e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, - 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, - 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, - 0x65, 0x52, 0x10, 0x75, 0x6e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x6f, 0x6b, - 0x65, 0x6e, 0x73, 0x12, 0x50, 0x0a, 0x0c, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x6c, 0x69, - 0x6e, 0x6b, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x68, 0x6f, 0x77, - 0x63, 0x61, 0x73, 0x65, 0x53, 0x6f, 0x63, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x50, 0x72, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0b, 0x73, 0x6f, 0x63, 0x69, 0x61, 0x6c, - 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x2a, 0xcc, 0x01, 0x0a, 0x19, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x53, 0x68, 0x6f, 0x77, 0x63, 0x61, 0x73, 0x65, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, - 0x69, 0x74, 0x79, 0x12, 0x26, 0x0a, 0x22, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x53, - 0x48, 0x4f, 0x57, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, - 0x54, 0x59, 0x5f, 0x4e, 0x4f, 0x5f, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x33, 0x0a, 0x2f, 0x50, - 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x53, 0x48, 0x4f, 0x57, 0x43, 0x41, 0x53, 0x45, 0x5f, - 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54, 0x59, 0x5f, 0x49, 0x44, 0x56, 0x45, 0x52, - 0x49, 0x46, 0x49, 0x45, 0x44, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x53, 0x10, 0x01, - 0x12, 0x28, 0x0a, 0x24, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x53, 0x48, 0x4f, 0x57, - 0x43, 0x41, 0x53, 0x45, 0x5f, 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54, 0x59, 0x5f, - 0x43, 0x4f, 0x4e, 0x54, 0x41, 0x43, 0x54, 0x53, 0x10, 0x02, 0x12, 0x28, 0x0a, 0x24, 0x50, 0x52, - 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x53, 0x48, 0x4f, 0x57, 0x43, 0x41, 0x53, 0x45, 0x5f, 0x56, - 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54, 0x59, 0x5f, 0x45, 0x56, 0x45, 0x52, 0x59, 0x4f, - 0x4e, 0x45, 0x10, 0x03, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_profile_showcase_proto_rawDescOnce sync.Once - file_profile_showcase_proto_rawDescData = file_profile_showcase_proto_rawDesc -) - -func file_profile_showcase_proto_rawDescGZIP() []byte { - file_profile_showcase_proto_rawDescOnce.Do(func() { - file_profile_showcase_proto_rawDescData = protoimpl.X.CompressGZIP(file_profile_showcase_proto_rawDescData) - }) - return file_profile_showcase_proto_rawDescData -} - -var file_profile_showcase_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_profile_showcase_proto_msgTypes = make([]protoimpl.MessageInfo, 16) -var file_profile_showcase_proto_goTypes = []interface{}{ - (ProfileShowcaseVisibility)(0), // 0: protobuf.ProfileShowcaseVisibility - (*ProfileShowcaseCommunity)(nil), // 1: protobuf.ProfileShowcaseCommunity - (*ProfileShowcaseAccount)(nil), // 2: protobuf.ProfileShowcaseAccount - (*ProfileShowcaseCollectible)(nil), // 3: protobuf.ProfileShowcaseCollectible - (*ProfileShowcaseVerifiedToken)(nil), // 4: protobuf.ProfileShowcaseVerifiedToken - (*ProfileShowcaseUnverifiedToken)(nil), // 5: protobuf.ProfileShowcaseUnverifiedToken - (*ProfileShowcaseSocialLink)(nil), // 6: protobuf.ProfileShowcaseSocialLink - (*ProfileShowcaseEntries)(nil), // 7: protobuf.ProfileShowcaseEntries - (*ProfileShowcaseEntriesEncrypted)(nil), // 8: protobuf.ProfileShowcaseEntriesEncrypted - (*ProfileShowcase)(nil), // 9: protobuf.ProfileShowcase - (*ProfileShowcaseCommunityPreference)(nil), // 10: protobuf.ProfileShowcaseCommunityPreference - (*ProfileShowcaseAccountPreference)(nil), // 11: protobuf.ProfileShowcaseAccountPreference - (*ProfileShowcaseCollectiblePreference)(nil), // 12: protobuf.ProfileShowcaseCollectiblePreference - (*ProfileShowcaseVerifiedTokenPreference)(nil), // 13: protobuf.ProfileShowcaseVerifiedTokenPreference - (*ProfileShowcaseUnverifiedTokenPreference)(nil), // 14: protobuf.ProfileShowcaseUnverifiedTokenPreference - (*ProfileShowcaseSocialLinkPreference)(nil), // 15: protobuf.ProfileShowcaseSocialLinkPreference - (*SyncProfileShowcasePreferences)(nil), // 16: protobuf.SyncProfileShowcasePreferences -} -var file_profile_showcase_proto_depIdxs = []int32{ - 1, // 0: protobuf.ProfileShowcaseEntries.communities:type_name -> protobuf.ProfileShowcaseCommunity - 2, // 1: protobuf.ProfileShowcaseEntries.accounts:type_name -> protobuf.ProfileShowcaseAccount - 3, // 2: protobuf.ProfileShowcaseEntries.collectibles:type_name -> protobuf.ProfileShowcaseCollectible - 4, // 3: protobuf.ProfileShowcaseEntries.verified_tokens:type_name -> protobuf.ProfileShowcaseVerifiedToken - 5, // 4: protobuf.ProfileShowcaseEntries.unverified_tokens:type_name -> protobuf.ProfileShowcaseUnverifiedToken - 6, // 5: protobuf.ProfileShowcaseEntries.social_links:type_name -> protobuf.ProfileShowcaseSocialLink - 7, // 6: protobuf.ProfileShowcase.for_everyone:type_name -> protobuf.ProfileShowcaseEntries - 8, // 7: protobuf.ProfileShowcase.for_contacts:type_name -> protobuf.ProfileShowcaseEntriesEncrypted - 8, // 8: protobuf.ProfileShowcase.for_id_verified_contacts:type_name -> protobuf.ProfileShowcaseEntriesEncrypted - 0, // 9: protobuf.ProfileShowcaseCommunityPreference.showcase_visibility:type_name -> protobuf.ProfileShowcaseVisibility - 0, // 10: protobuf.ProfileShowcaseAccountPreference.showcase_visibility:type_name -> protobuf.ProfileShowcaseVisibility - 0, // 11: protobuf.ProfileShowcaseCollectiblePreference.showcase_visibility:type_name -> protobuf.ProfileShowcaseVisibility - 0, // 12: protobuf.ProfileShowcaseVerifiedTokenPreference.showcase_visibility:type_name -> protobuf.ProfileShowcaseVisibility - 0, // 13: protobuf.ProfileShowcaseUnverifiedTokenPreference.showcase_visibility:type_name -> protobuf.ProfileShowcaseVisibility - 0, // 14: protobuf.ProfileShowcaseSocialLinkPreference.showcase_visibility:type_name -> protobuf.ProfileShowcaseVisibility - 10, // 15: protobuf.SyncProfileShowcasePreferences.communities:type_name -> protobuf.ProfileShowcaseCommunityPreference - 11, // 16: protobuf.SyncProfileShowcasePreferences.accounts:type_name -> protobuf.ProfileShowcaseAccountPreference - 12, // 17: protobuf.SyncProfileShowcasePreferences.collectibles:type_name -> protobuf.ProfileShowcaseCollectiblePreference - 13, // 18: protobuf.SyncProfileShowcasePreferences.verified_tokens:type_name -> protobuf.ProfileShowcaseVerifiedTokenPreference - 14, // 19: protobuf.SyncProfileShowcasePreferences.unverified_tokens:type_name -> protobuf.ProfileShowcaseUnverifiedTokenPreference - 15, // 20: protobuf.SyncProfileShowcasePreferences.social_links:type_name -> protobuf.ProfileShowcaseSocialLinkPreference - 21, // [21:21] is the sub-list for method output_type - 21, // [21:21] is the sub-list for method input_type - 21, // [21:21] is the sub-list for extension type_name - 21, // [21:21] is the sub-list for extension extendee - 0, // [0:21] is the sub-list for field type_name -} - -func init() { file_profile_showcase_proto_init() } -func file_profile_showcase_proto_init() { - if File_profile_showcase_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_profile_showcase_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseCommunity); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseAccount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseCollectible); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseVerifiedToken); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseUnverifiedToken); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseSocialLink); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseEntries); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseEntriesEncrypted); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcase); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseCommunityPreference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseAccountPreference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseCollectiblePreference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseVerifiedTokenPreference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseUnverifiedTokenPreference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProfileShowcaseSocialLinkPreference); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_profile_showcase_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncProfileShowcasePreferences); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_profile_showcase_proto_rawDesc, - NumEnums: 1, - NumMessages: 16, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_profile_showcase_proto_goTypes, - DependencyIndexes: file_profile_showcase_proto_depIdxs, - EnumInfos: file_profile_showcase_proto_enumTypes, - MessageInfos: file_profile_showcase_proto_msgTypes, - }.Build() - File_profile_showcase_proto = out.File - file_profile_showcase_proto_rawDesc = nil - file_profile_showcase_proto_goTypes = nil - file_profile_showcase_proto_depIdxs = nil -} diff --git a/protocol/protobuf/push_notifications.pb.go b/protocol/protobuf/push_notifications.pb.go deleted file mode 100644 index 2d875712c..000000000 --- a/protocol/protobuf/push_notifications.pb.go +++ /dev/null @@ -1,1356 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: push_notifications.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type PushNotificationRegistration_TokenType int32 - -const ( - PushNotificationRegistration_UNKNOWN_TOKEN_TYPE PushNotificationRegistration_TokenType = 0 - PushNotificationRegistration_APN_TOKEN PushNotificationRegistration_TokenType = 1 - PushNotificationRegistration_FIREBASE_TOKEN PushNotificationRegistration_TokenType = 2 -) - -// Enum value maps for PushNotificationRegistration_TokenType. -var ( - PushNotificationRegistration_TokenType_name = map[int32]string{ - 0: "UNKNOWN_TOKEN_TYPE", - 1: "APN_TOKEN", - 2: "FIREBASE_TOKEN", - } - PushNotificationRegistration_TokenType_value = map[string]int32{ - "UNKNOWN_TOKEN_TYPE": 0, - "APN_TOKEN": 1, - "FIREBASE_TOKEN": 2, - } -) - -func (x PushNotificationRegistration_TokenType) Enum() *PushNotificationRegistration_TokenType { - p := new(PushNotificationRegistration_TokenType) - *p = x - return p -} - -func (x PushNotificationRegistration_TokenType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (PushNotificationRegistration_TokenType) Descriptor() protoreflect.EnumDescriptor { - return file_push_notifications_proto_enumTypes[0].Descriptor() -} - -func (PushNotificationRegistration_TokenType) Type() protoreflect.EnumType { - return &file_push_notifications_proto_enumTypes[0] -} - -func (x PushNotificationRegistration_TokenType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use PushNotificationRegistration_TokenType.Descriptor instead. -func (PushNotificationRegistration_TokenType) EnumDescriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{0, 0} -} - -type PushNotificationRegistrationResponse_ErrorType int32 - -const ( - PushNotificationRegistrationResponse_UNKNOWN_ERROR_TYPE PushNotificationRegistrationResponse_ErrorType = 0 - PushNotificationRegistrationResponse_MALFORMED_MESSAGE PushNotificationRegistrationResponse_ErrorType = 1 - PushNotificationRegistrationResponse_VERSION_MISMATCH PushNotificationRegistrationResponse_ErrorType = 2 - PushNotificationRegistrationResponse_UNSUPPORTED_TOKEN_TYPE PushNotificationRegistrationResponse_ErrorType = 3 - PushNotificationRegistrationResponse_INTERNAL_ERROR PushNotificationRegistrationResponse_ErrorType = 4 -) - -// Enum value maps for PushNotificationRegistrationResponse_ErrorType. -var ( - PushNotificationRegistrationResponse_ErrorType_name = map[int32]string{ - 0: "UNKNOWN_ERROR_TYPE", - 1: "MALFORMED_MESSAGE", - 2: "VERSION_MISMATCH", - 3: "UNSUPPORTED_TOKEN_TYPE", - 4: "INTERNAL_ERROR", - } - PushNotificationRegistrationResponse_ErrorType_value = map[string]int32{ - "UNKNOWN_ERROR_TYPE": 0, - "MALFORMED_MESSAGE": 1, - "VERSION_MISMATCH": 2, - "UNSUPPORTED_TOKEN_TYPE": 3, - "INTERNAL_ERROR": 4, - } -) - -func (x PushNotificationRegistrationResponse_ErrorType) Enum() *PushNotificationRegistrationResponse_ErrorType { - p := new(PushNotificationRegistrationResponse_ErrorType) - *p = x - return p -} - -func (x PushNotificationRegistrationResponse_ErrorType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (PushNotificationRegistrationResponse_ErrorType) Descriptor() protoreflect.EnumDescriptor { - return file_push_notifications_proto_enumTypes[1].Descriptor() -} - -func (PushNotificationRegistrationResponse_ErrorType) Type() protoreflect.EnumType { - return &file_push_notifications_proto_enumTypes[1] -} - -func (x PushNotificationRegistrationResponse_ErrorType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use PushNotificationRegistrationResponse_ErrorType.Descriptor instead. -func (PushNotificationRegistrationResponse_ErrorType) EnumDescriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{1, 0} -} - -type PushNotification_PushNotificationType int32 - -const ( - PushNotification_UNKNOWN_PUSH_NOTIFICATION_TYPE PushNotification_PushNotificationType = 0 - PushNotification_MESSAGE PushNotification_PushNotificationType = 1 - PushNotification_MENTION PushNotification_PushNotificationType = 2 - PushNotification_REQUEST_TO_JOIN_COMMUNITY PushNotification_PushNotificationType = 3 -) - -// Enum value maps for PushNotification_PushNotificationType. -var ( - PushNotification_PushNotificationType_name = map[int32]string{ - 0: "UNKNOWN_PUSH_NOTIFICATION_TYPE", - 1: "MESSAGE", - 2: "MENTION", - 3: "REQUEST_TO_JOIN_COMMUNITY", - } - PushNotification_PushNotificationType_value = map[string]int32{ - "UNKNOWN_PUSH_NOTIFICATION_TYPE": 0, - "MESSAGE": 1, - "MENTION": 2, - "REQUEST_TO_JOIN_COMMUNITY": 3, - } -) - -func (x PushNotification_PushNotificationType) Enum() *PushNotification_PushNotificationType { - p := new(PushNotification_PushNotificationType) - *p = x - return p -} - -func (x PushNotification_PushNotificationType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (PushNotification_PushNotificationType) Descriptor() protoreflect.EnumDescriptor { - return file_push_notifications_proto_enumTypes[2].Descriptor() -} - -func (PushNotification_PushNotificationType) Type() protoreflect.EnumType { - return &file_push_notifications_proto_enumTypes[2] -} - -func (x PushNotification_PushNotificationType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use PushNotification_PushNotificationType.Descriptor instead. -func (PushNotification_PushNotificationType) EnumDescriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{6, 0} -} - -type PushNotificationReport_ErrorType int32 - -const ( - PushNotificationReport_UNKNOWN_ERROR_TYPE PushNotificationReport_ErrorType = 0 - PushNotificationReport_WRONG_TOKEN PushNotificationReport_ErrorType = 1 - PushNotificationReport_INTERNAL_ERROR PushNotificationReport_ErrorType = 2 - PushNotificationReport_NOT_REGISTERED PushNotificationReport_ErrorType = 3 -) - -// Enum value maps for PushNotificationReport_ErrorType. -var ( - PushNotificationReport_ErrorType_name = map[int32]string{ - 0: "UNKNOWN_ERROR_TYPE", - 1: "WRONG_TOKEN", - 2: "INTERNAL_ERROR", - 3: "NOT_REGISTERED", - } - PushNotificationReport_ErrorType_value = map[string]int32{ - "UNKNOWN_ERROR_TYPE": 0, - "WRONG_TOKEN": 1, - "INTERNAL_ERROR": 2, - "NOT_REGISTERED": 3, - } -) - -func (x PushNotificationReport_ErrorType) Enum() *PushNotificationReport_ErrorType { - p := new(PushNotificationReport_ErrorType) - *p = x - return p -} - -func (x PushNotificationReport_ErrorType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (PushNotificationReport_ErrorType) Descriptor() protoreflect.EnumDescriptor { - return file_push_notifications_proto_enumTypes[3].Descriptor() -} - -func (PushNotificationReport_ErrorType) Type() protoreflect.EnumType { - return &file_push_notifications_proto_enumTypes[3] -} - -func (x PushNotificationReport_ErrorType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use PushNotificationReport_ErrorType.Descriptor instead. -func (PushNotificationReport_ErrorType) EnumDescriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{8, 0} -} - -type PushNotificationRegistration struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TokenType PushNotificationRegistration_TokenType `protobuf:"varint,1,opt,name=token_type,json=tokenType,proto3,enum=protobuf.PushNotificationRegistration_TokenType" json:"token_type,omitempty"` - DeviceToken string `protobuf:"bytes,2,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"` - InstallationId string `protobuf:"bytes,3,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` - AccessToken string `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` - Enabled bool `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"` - Version uint64 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"` - AllowedKeyList [][]byte `protobuf:"bytes,7,rep,name=allowed_key_list,json=allowedKeyList,proto3" json:"allowed_key_list,omitempty"` - BlockedChatList [][]byte `protobuf:"bytes,8,rep,name=blocked_chat_list,json=blockedChatList,proto3" json:"blocked_chat_list,omitempty"` - Unregister bool `protobuf:"varint,9,opt,name=unregister,proto3" json:"unregister,omitempty"` - Grant []byte `protobuf:"bytes,10,opt,name=grant,proto3" json:"grant,omitempty"` - AllowFromContactsOnly bool `protobuf:"varint,11,opt,name=allow_from_contacts_only,json=allowFromContactsOnly,proto3" json:"allow_from_contacts_only,omitempty"` - ApnTopic string `protobuf:"bytes,12,opt,name=apn_topic,json=apnTopic,proto3" json:"apn_topic,omitempty"` - BlockMentions bool `protobuf:"varint,13,opt,name=block_mentions,json=blockMentions,proto3" json:"block_mentions,omitempty"` - AllowedMentionsChatList [][]byte `protobuf:"bytes,14,rep,name=allowed_mentions_chat_list,json=allowedMentionsChatList,proto3" json:"allowed_mentions_chat_list,omitempty"` - MutedChatList [][]byte `protobuf:"bytes,15,rep,name=muted_chat_list,json=mutedChatList,proto3" json:"muted_chat_list,omitempty"` -} - -func (x *PushNotificationRegistration) Reset() { - *x = PushNotificationRegistration{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationRegistration) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationRegistration) ProtoMessage() {} - -func (x *PushNotificationRegistration) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationRegistration.ProtoReflect.Descriptor instead. -func (*PushNotificationRegistration) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{0} -} - -func (x *PushNotificationRegistration) GetTokenType() PushNotificationRegistration_TokenType { - if x != nil { - return x.TokenType - } - return PushNotificationRegistration_UNKNOWN_TOKEN_TYPE -} - -func (x *PushNotificationRegistration) GetDeviceToken() string { - if x != nil { - return x.DeviceToken - } - return "" -} - -func (x *PushNotificationRegistration) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -func (x *PushNotificationRegistration) GetAccessToken() string { - if x != nil { - return x.AccessToken - } - return "" -} - -func (x *PushNotificationRegistration) GetEnabled() bool { - if x != nil { - return x.Enabled - } - return false -} - -func (x *PushNotificationRegistration) GetVersion() uint64 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *PushNotificationRegistration) GetAllowedKeyList() [][]byte { - if x != nil { - return x.AllowedKeyList - } - return nil -} - -func (x *PushNotificationRegistration) GetBlockedChatList() [][]byte { - if x != nil { - return x.BlockedChatList - } - return nil -} - -func (x *PushNotificationRegistration) GetUnregister() bool { - if x != nil { - return x.Unregister - } - return false -} - -func (x *PushNotificationRegistration) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -func (x *PushNotificationRegistration) GetAllowFromContactsOnly() bool { - if x != nil { - return x.AllowFromContactsOnly - } - return false -} - -func (x *PushNotificationRegistration) GetApnTopic() string { - if x != nil { - return x.ApnTopic - } - return "" -} - -func (x *PushNotificationRegistration) GetBlockMentions() bool { - if x != nil { - return x.BlockMentions - } - return false -} - -func (x *PushNotificationRegistration) GetAllowedMentionsChatList() [][]byte { - if x != nil { - return x.AllowedMentionsChatList - } - return nil -} - -func (x *PushNotificationRegistration) GetMutedChatList() [][]byte { - if x != nil { - return x.MutedChatList - } - return nil -} - -type PushNotificationRegistrationResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` - Error PushNotificationRegistrationResponse_ErrorType `protobuf:"varint,2,opt,name=error,proto3,enum=protobuf.PushNotificationRegistrationResponse_ErrorType" json:"error,omitempty"` - RequestId []byte `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` -} - -func (x *PushNotificationRegistrationResponse) Reset() { - *x = PushNotificationRegistrationResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationRegistrationResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationRegistrationResponse) ProtoMessage() {} - -func (x *PushNotificationRegistrationResponse) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationRegistrationResponse.ProtoReflect.Descriptor instead. -func (*PushNotificationRegistrationResponse) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{1} -} - -func (x *PushNotificationRegistrationResponse) GetSuccess() bool { - if x != nil { - return x.Success - } - return false -} - -func (x *PushNotificationRegistrationResponse) GetError() PushNotificationRegistrationResponse_ErrorType { - if x != nil { - return x.Error - } - return PushNotificationRegistrationResponse_UNKNOWN_ERROR_TYPE -} - -func (x *PushNotificationRegistrationResponse) GetRequestId() []byte { - if x != nil { - return x.RequestId - } - return nil -} - -type ContactCodeAdvertisement struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PushNotificationInfo []*PushNotificationQueryInfo `protobuf:"bytes,1,rep,name=push_notification_info,json=pushNotificationInfo,proto3" json:"push_notification_info,omitempty"` - ChatIdentity *ChatIdentity `protobuf:"bytes,2,opt,name=chat_identity,json=chatIdentity,proto3" json:"chat_identity,omitempty"` -} - -func (x *ContactCodeAdvertisement) Reset() { - *x = ContactCodeAdvertisement{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ContactCodeAdvertisement) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ContactCodeAdvertisement) ProtoMessage() {} - -func (x *ContactCodeAdvertisement) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ContactCodeAdvertisement.ProtoReflect.Descriptor instead. -func (*ContactCodeAdvertisement) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{2} -} - -func (x *ContactCodeAdvertisement) GetPushNotificationInfo() []*PushNotificationQueryInfo { - if x != nil { - return x.PushNotificationInfo - } - return nil -} - -func (x *ContactCodeAdvertisement) GetChatIdentity() *ChatIdentity { - if x != nil { - return x.ChatIdentity - } - return nil -} - -type PushNotificationQuery struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` -} - -func (x *PushNotificationQuery) Reset() { - *x = PushNotificationQuery{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationQuery) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationQuery) ProtoMessage() {} - -func (x *PushNotificationQuery) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationQuery.ProtoReflect.Descriptor instead. -func (*PushNotificationQuery) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{3} -} - -func (x *PushNotificationQuery) GetPublicKeys() [][]byte { - if x != nil { - return x.PublicKeys - } - return nil -} - -type PushNotificationQueryInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` - InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` - PublicKey []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - AllowedKeyList [][]byte `protobuf:"bytes,4,rep,name=allowed_key_list,json=allowedKeyList,proto3" json:"allowed_key_list,omitempty"` - Grant []byte `protobuf:"bytes,5,opt,name=grant,proto3" json:"grant,omitempty"` - Version uint64 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"` - ServerPublicKey []byte `protobuf:"bytes,7,opt,name=server_public_key,json=serverPublicKey,proto3" json:"server_public_key,omitempty"` -} - -func (x *PushNotificationQueryInfo) Reset() { - *x = PushNotificationQueryInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationQueryInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationQueryInfo) ProtoMessage() {} - -func (x *PushNotificationQueryInfo) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationQueryInfo.ProtoReflect.Descriptor instead. -func (*PushNotificationQueryInfo) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{4} -} - -func (x *PushNotificationQueryInfo) GetAccessToken() string { - if x != nil { - return x.AccessToken - } - return "" -} - -func (x *PushNotificationQueryInfo) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -func (x *PushNotificationQueryInfo) GetPublicKey() []byte { - if x != nil { - return x.PublicKey - } - return nil -} - -func (x *PushNotificationQueryInfo) GetAllowedKeyList() [][]byte { - if x != nil { - return x.AllowedKeyList - } - return nil -} - -func (x *PushNotificationQueryInfo) GetGrant() []byte { - if x != nil { - return x.Grant - } - return nil -} - -func (x *PushNotificationQueryInfo) GetVersion() uint64 { - if x != nil { - return x.Version - } - return 0 -} - -func (x *PushNotificationQueryInfo) GetServerPublicKey() []byte { - if x != nil { - return x.ServerPublicKey - } - return nil -} - -type PushNotificationQueryResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Info []*PushNotificationQueryInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"` - MessageId []byte `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` - Success bool `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"` -} - -func (x *PushNotificationQueryResponse) Reset() { - *x = PushNotificationQueryResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationQueryResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationQueryResponse) ProtoMessage() {} - -func (x *PushNotificationQueryResponse) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationQueryResponse.ProtoReflect.Descriptor instead. -func (*PushNotificationQueryResponse) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{5} -} - -func (x *PushNotificationQueryResponse) GetInfo() []*PushNotificationQueryInfo { - if x != nil { - return x.Info - } - return nil -} - -func (x *PushNotificationQueryResponse) GetMessageId() []byte { - if x != nil { - return x.MessageId - } - return nil -} - -func (x *PushNotificationQueryResponse) GetSuccess() bool { - if x != nil { - return x.Success - } - return false -} - -type PushNotification struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` - ChatId []byte `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"` - PublicKey []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - InstallationId string `protobuf:"bytes,4,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` - Message []byte `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` - Type PushNotification_PushNotificationType `protobuf:"varint,6,opt,name=type,proto3,enum=protobuf.PushNotification_PushNotificationType" json:"type,omitempty"` - Author []byte `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"` -} - -func (x *PushNotification) Reset() { - *x = PushNotification{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotification) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotification) ProtoMessage() {} - -func (x *PushNotification) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotification.ProtoReflect.Descriptor instead. -func (*PushNotification) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{6} -} - -func (x *PushNotification) GetAccessToken() string { - if x != nil { - return x.AccessToken - } - return "" -} - -func (x *PushNotification) GetChatId() []byte { - if x != nil { - return x.ChatId - } - return nil -} - -func (x *PushNotification) GetPublicKey() []byte { - if x != nil { - return x.PublicKey - } - return nil -} - -func (x *PushNotification) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -func (x *PushNotification) GetMessage() []byte { - if x != nil { - return x.Message - } - return nil -} - -func (x *PushNotification) GetType() PushNotification_PushNotificationType { - if x != nil { - return x.Type - } - return PushNotification_UNKNOWN_PUSH_NOTIFICATION_TYPE -} - -func (x *PushNotification) GetAuthor() []byte { - if x != nil { - return x.Author - } - return nil -} - -type PushNotificationRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Requests []*PushNotification `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` - MessageId []byte `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` -} - -func (x *PushNotificationRequest) Reset() { - *x = PushNotificationRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationRequest) ProtoMessage() {} - -func (x *PushNotificationRequest) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationRequest.ProtoReflect.Descriptor instead. -func (*PushNotificationRequest) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{7} -} - -func (x *PushNotificationRequest) GetRequests() []*PushNotification { - if x != nil { - return x.Requests - } - return nil -} - -func (x *PushNotificationRequest) GetMessageId() []byte { - if x != nil { - return x.MessageId - } - return nil -} - -type PushNotificationReport struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` - Error PushNotificationReport_ErrorType `protobuf:"varint,2,opt,name=error,proto3,enum=protobuf.PushNotificationReport_ErrorType" json:"error,omitempty"` - PublicKey []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - InstallationId string `protobuf:"bytes,4,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"` -} - -func (x *PushNotificationReport) Reset() { - *x = PushNotificationReport{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationReport) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationReport) ProtoMessage() {} - -func (x *PushNotificationReport) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationReport.ProtoReflect.Descriptor instead. -func (*PushNotificationReport) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{8} -} - -func (x *PushNotificationReport) GetSuccess() bool { - if x != nil { - return x.Success - } - return false -} - -func (x *PushNotificationReport) GetError() PushNotificationReport_ErrorType { - if x != nil { - return x.Error - } - return PushNotificationReport_UNKNOWN_ERROR_TYPE -} - -func (x *PushNotificationReport) GetPublicKey() []byte { - if x != nil { - return x.PublicKey - } - return nil -} - -func (x *PushNotificationReport) GetInstallationId() string { - if x != nil { - return x.InstallationId - } - return "" -} - -type PushNotificationResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MessageId []byte `protobuf:"bytes,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` - Reports []*PushNotificationReport `protobuf:"bytes,2,rep,name=reports,proto3" json:"reports,omitempty"` -} - -func (x *PushNotificationResponse) Reset() { - *x = PushNotificationResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_push_notifications_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PushNotificationResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PushNotificationResponse) ProtoMessage() {} - -func (x *PushNotificationResponse) ProtoReflect() protoreflect.Message { - mi := &file_push_notifications_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PushNotificationResponse.ProtoReflect.Descriptor instead. -func (*PushNotificationResponse) Descriptor() ([]byte, []int) { - return file_push_notifications_proto_rawDescGZIP(), []int{9} -} - -func (x *PushNotificationResponse) GetMessageId() []byte { - if x != nil { - return x.MessageId - } - return nil -} - -func (x *PushNotificationResponse) GetReports() []*PushNotificationReport { - if x != nil { - return x.Reports - } - return nil -} - -var File_push_notifications_proto protoreflect.FileDescriptor - -var file_push_notifications_proto_rawDesc = []byte{ - 0x0a, 0x18, 0x70, 0x75, 0x73, 0x68, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x13, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc8, 0x05, 0x0a, 0x1c, 0x50, 0x75, - 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0a, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x30, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, - 0x52, 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, - 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x27, - 0x0a, 0x0f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, - 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, - 0x62, 0x6c, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x28, - 0x0a, 0x10, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x6c, 0x69, - 0x73, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, - 0x64, 0x4b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x65, 0x64, 0x5f, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x08, 0x20, - 0x03, 0x28, 0x0c, 0x52, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x43, 0x68, 0x61, 0x74, - 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, - 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x75, 0x6e, 0x72, 0x65, 0x67, 0x69, - 0x73, 0x74, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, 0x74, 0x12, 0x37, 0x0a, 0x18, 0x61, 0x6c, - 0x6c, 0x6f, 0x77, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, - 0x73, 0x5f, 0x6f, 0x6e, 0x6c, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x15, 0x61, 0x6c, - 0x6c, 0x6f, 0x77, 0x46, 0x72, 0x6f, 0x6d, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x4f, - 0x6e, 0x6c, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x61, 0x70, 0x6e, 0x5f, 0x74, 0x6f, 0x70, 0x69, 0x63, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x6e, 0x54, 0x6f, 0x70, 0x69, 0x63, - 0x12, 0x25, 0x0a, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6d, 0x65, 0x6e, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4d, - 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x3b, 0x0a, 0x1a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, - 0x65, 0x64, 0x5f, 0x6d, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5f, 0x63, 0x68, 0x61, 0x74, - 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x17, 0x61, 0x6c, 0x6c, - 0x6f, 0x77, 0x65, 0x64, 0x4d, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x43, 0x68, 0x61, 0x74, - 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0f, 0x6d, 0x75, 0x74, 0x65, 0x64, 0x5f, 0x63, 0x68, - 0x61, 0x74, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0d, 0x6d, - 0x75, 0x74, 0x65, 0x64, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x46, 0x0a, 0x09, - 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x4e, 0x4b, - 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, - 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x50, 0x4e, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x10, 0x01, - 0x12, 0x12, 0x0a, 0x0e, 0x46, 0x49, 0x52, 0x45, 0x42, 0x41, 0x53, 0x45, 0x5f, 0x54, 0x4f, 0x4b, - 0x45, 0x4e, 0x10, 0x02, 0x22, 0xb2, 0x02, 0x0a, 0x24, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, - 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, - 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x4e, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, - 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x22, 0x80, 0x01, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, - 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, - 0x45, 0x52, 0x52, 0x4f, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, - 0x4d, 0x41, 0x4c, 0x46, 0x4f, 0x52, 0x4d, 0x45, 0x44, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, - 0x45, 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x4d, - 0x49, 0x53, 0x4d, 0x41, 0x54, 0x43, 0x48, 0x10, 0x02, 0x12, 0x1a, 0x0a, 0x16, 0x55, 0x4e, 0x53, - 0x55, 0x50, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x44, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x54, - 0x59, 0x50, 0x45, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x4e, 0x41, - 0x4c, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x04, 0x22, 0xb2, 0x01, 0x0a, 0x18, 0x43, 0x6f, - 0x6e, 0x74, 0x61, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x64, 0x76, 0x65, 0x72, 0x74, 0x69, - 0x73, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x59, 0x0a, 0x16, 0x70, 0x75, 0x73, 0x68, 0x5f, 0x6e, - 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, 0x6f, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x14, 0x70, 0x75, 0x73, - 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, - 0x6f, 0x12, 0x3b, 0x0a, 0x0d, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x52, 0x0c, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0x38, - 0x0a, 0x15, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0a, 0x70, 0x75, - 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x73, 0x22, 0x8c, 0x02, 0x0a, 0x19, 0x50, 0x75, 0x73, - 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x51, 0x75, 0x65, - 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x73, - 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, - 0x79, 0x12, 0x28, 0x0a, 0x10, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x6b, 0x65, 0x79, - 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x61, 0x6c, 0x6c, - 0x6f, 0x77, 0x65, 0x64, 0x4b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x67, - 0x72, 0x61, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x67, 0x72, 0x61, 0x6e, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x0a, 0x11, 0x73, - 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x75, - 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x22, 0x91, 0x01, 0x0a, 0x1d, 0x50, 0x75, 0x73, 0x68, - 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x51, 0x75, 0x65, 0x72, - 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x69, 0x6e, 0x66, - 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, - 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, - 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x82, 0x03, 0x0a, 0x10, - 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, - 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x27, 0x0a, 0x0f, 0x69, - 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x43, - 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, - 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, - 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x22, 0x73, 0x0a, 0x14, 0x50, - 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x1e, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x50, - 0x55, 0x53, 0x48, 0x5f, 0x4e, 0x4f, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, - 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x4d, 0x45, 0x53, 0x53, 0x41, - 0x47, 0x45, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x4d, 0x45, 0x4e, 0x54, 0x49, 0x4f, 0x4e, 0x10, - 0x02, 0x12, 0x1d, 0x0a, 0x19, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, 0x54, 0x4f, 0x5f, - 0x4a, 0x4f, 0x49, 0x4e, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x10, 0x03, - 0x22, 0x70, 0x0a, 0x17, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x08, 0x72, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, - 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x49, 0x64, 0x22, 0x9a, 0x02, 0x0a, 0x16, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x18, 0x0a, - 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, - 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x40, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x54, 0x79, - 0x70, 0x65, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, - 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x70, - 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x27, 0x0a, 0x0f, 0x69, 0x6e, 0x73, 0x74, - 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, - 0x64, 0x22, 0x5c, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, - 0x0a, 0x12, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x5f, - 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x57, 0x52, 0x4f, 0x4e, 0x47, 0x5f, - 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x10, 0x01, 0x12, 0x12, 0x0a, 0x0e, 0x49, 0x4e, 0x54, 0x45, 0x52, - 0x4e, 0x41, 0x4c, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x4e, - 0x4f, 0x54, 0x5f, 0x52, 0x45, 0x47, 0x49, 0x53, 0x54, 0x45, 0x52, 0x45, 0x44, 0x10, 0x03, 0x22, - 0x75, 0x0a, 0x18, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x07, 0x72, 0x65, - 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x66, - 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x07, 0x72, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_push_notifications_proto_rawDescOnce sync.Once - file_push_notifications_proto_rawDescData = file_push_notifications_proto_rawDesc -) - -func file_push_notifications_proto_rawDescGZIP() []byte { - file_push_notifications_proto_rawDescOnce.Do(func() { - file_push_notifications_proto_rawDescData = protoimpl.X.CompressGZIP(file_push_notifications_proto_rawDescData) - }) - return file_push_notifications_proto_rawDescData -} - -var file_push_notifications_proto_enumTypes = make([]protoimpl.EnumInfo, 4) -var file_push_notifications_proto_msgTypes = make([]protoimpl.MessageInfo, 10) -var file_push_notifications_proto_goTypes = []interface{}{ - (PushNotificationRegistration_TokenType)(0), // 0: protobuf.PushNotificationRegistration.TokenType - (PushNotificationRegistrationResponse_ErrorType)(0), // 1: protobuf.PushNotificationRegistrationResponse.ErrorType - (PushNotification_PushNotificationType)(0), // 2: protobuf.PushNotification.PushNotificationType - (PushNotificationReport_ErrorType)(0), // 3: protobuf.PushNotificationReport.ErrorType - (*PushNotificationRegistration)(nil), // 4: protobuf.PushNotificationRegistration - (*PushNotificationRegistrationResponse)(nil), // 5: protobuf.PushNotificationRegistrationResponse - (*ContactCodeAdvertisement)(nil), // 6: protobuf.ContactCodeAdvertisement - (*PushNotificationQuery)(nil), // 7: protobuf.PushNotificationQuery - (*PushNotificationQueryInfo)(nil), // 8: protobuf.PushNotificationQueryInfo - (*PushNotificationQueryResponse)(nil), // 9: protobuf.PushNotificationQueryResponse - (*PushNotification)(nil), // 10: protobuf.PushNotification - (*PushNotificationRequest)(nil), // 11: protobuf.PushNotificationRequest - (*PushNotificationReport)(nil), // 12: protobuf.PushNotificationReport - (*PushNotificationResponse)(nil), // 13: protobuf.PushNotificationResponse - (*ChatIdentity)(nil), // 14: protobuf.ChatIdentity -} -var file_push_notifications_proto_depIdxs = []int32{ - 0, // 0: protobuf.PushNotificationRegistration.token_type:type_name -> protobuf.PushNotificationRegistration.TokenType - 1, // 1: protobuf.PushNotificationRegistrationResponse.error:type_name -> protobuf.PushNotificationRegistrationResponse.ErrorType - 8, // 2: protobuf.ContactCodeAdvertisement.push_notification_info:type_name -> protobuf.PushNotificationQueryInfo - 14, // 3: protobuf.ContactCodeAdvertisement.chat_identity:type_name -> protobuf.ChatIdentity - 8, // 4: protobuf.PushNotificationQueryResponse.info:type_name -> protobuf.PushNotificationQueryInfo - 2, // 5: protobuf.PushNotification.type:type_name -> protobuf.PushNotification.PushNotificationType - 10, // 6: protobuf.PushNotificationRequest.requests:type_name -> protobuf.PushNotification - 3, // 7: protobuf.PushNotificationReport.error:type_name -> protobuf.PushNotificationReport.ErrorType - 12, // 8: protobuf.PushNotificationResponse.reports:type_name -> protobuf.PushNotificationReport - 9, // [9:9] is the sub-list for method output_type - 9, // [9:9] is the sub-list for method input_type - 9, // [9:9] is the sub-list for extension type_name - 9, // [9:9] is the sub-list for extension extendee - 0, // [0:9] is the sub-list for field type_name -} - -func init() { file_push_notifications_proto_init() } -func file_push_notifications_proto_init() { - if File_push_notifications_proto != nil { - return - } - file_chat_identity_proto_init() - if !protoimpl.UnsafeEnabled { - file_push_notifications_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationRegistration); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationRegistrationResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ContactCodeAdvertisement); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationQuery); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationQueryInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationQueryResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotification); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationReport); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_push_notifications_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PushNotificationResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_push_notifications_proto_rawDesc, - NumEnums: 4, - NumMessages: 10, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_push_notifications_proto_goTypes, - DependencyIndexes: file_push_notifications_proto_depIdxs, - EnumInfos: file_push_notifications_proto_enumTypes, - MessageInfos: file_push_notifications_proto_msgTypes, - }.Build() - File_push_notifications_proto = out.File - file_push_notifications_proto_rawDesc = nil - file_push_notifications_proto_goTypes = nil - file_push_notifications_proto_depIdxs = nil -} diff --git a/protocol/protobuf/segment_message.pb.go b/protocol/protobuf/segment_message.pb.go deleted file mode 100644 index ca8d91fab..000000000 --- a/protocol/protobuf/segment_message.pb.go +++ /dev/null @@ -1,202 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: segment_message.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type SegmentMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // hash of the entire original message - EntireMessageHash []byte `protobuf:"bytes,1,opt,name=entire_message_hash,json=entireMessageHash,proto3" json:"entire_message_hash,omitempty"` - // Index of this segment within the entire original message - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` - // Total number of segments the entire original message is divided into - SegmentsCount uint32 `protobuf:"varint,3,opt,name=segments_count,json=segmentsCount,proto3" json:"segments_count,omitempty"` - // The payload data for this particular segment - Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` - // Index of this parity segment - ParitySegmentIndex uint32 `protobuf:"varint,5,opt,name=parity_segment_index,json=paritySegmentIndex,proto3" json:"parity_segment_index,omitempty"` - // Total number of parity segments - ParitySegmentsCount uint32 `protobuf:"varint,6,opt,name=parity_segments_count,json=paritySegmentsCount,proto3" json:"parity_segments_count,omitempty"` -} - -func (x *SegmentMessage) Reset() { - *x = SegmentMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_segment_message_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SegmentMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SegmentMessage) ProtoMessage() {} - -func (x *SegmentMessage) ProtoReflect() protoreflect.Message { - mi := &file_segment_message_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SegmentMessage.ProtoReflect.Descriptor instead. -func (*SegmentMessage) Descriptor() ([]byte, []int) { - return file_segment_message_proto_rawDescGZIP(), []int{0} -} - -func (x *SegmentMessage) GetEntireMessageHash() []byte { - if x != nil { - return x.EntireMessageHash - } - return nil -} - -func (x *SegmentMessage) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (x *SegmentMessage) GetSegmentsCount() uint32 { - if x != nil { - return x.SegmentsCount - } - return 0 -} - -func (x *SegmentMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *SegmentMessage) GetParitySegmentIndex() uint32 { - if x != nil { - return x.ParitySegmentIndex - } - return 0 -} - -func (x *SegmentMessage) GetParitySegmentsCount() uint32 { - if x != nil { - return x.ParitySegmentsCount - } - return 0 -} - -var File_segment_message_proto protoreflect.FileDescriptor - -var file_segment_message_proto_rawDesc = []byte{ - 0x0a, 0x15, 0x73, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x22, 0xfd, 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x13, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x5f, 0x6d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x11, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, - 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x65, - 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0d, 0x73, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x70, - 0x61, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x70, 0x61, 0x72, 0x69, 0x74, - 0x79, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x32, 0x0a, - 0x15, 0x70, 0x61, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, - 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x13, 0x70, 0x61, - 0x72, 0x69, 0x74, 0x79, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_segment_message_proto_rawDescOnce sync.Once - file_segment_message_proto_rawDescData = file_segment_message_proto_rawDesc -) - -func file_segment_message_proto_rawDescGZIP() []byte { - file_segment_message_proto_rawDescOnce.Do(func() { - file_segment_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_segment_message_proto_rawDescData) - }) - return file_segment_message_proto_rawDescData -} - -var file_segment_message_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_segment_message_proto_goTypes = []interface{}{ - (*SegmentMessage)(nil), // 0: protobuf.SegmentMessage -} -var file_segment_message_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_segment_message_proto_init() } -func file_segment_message_proto_init() { - if File_segment_message_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_segment_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SegmentMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_segment_message_proto_rawDesc, - NumEnums: 0, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_segment_message_proto_goTypes, - DependencyIndexes: file_segment_message_proto_depIdxs, - MessageInfos: file_segment_message_proto_msgTypes, - }.Build() - File_segment_message_proto = out.File - file_segment_message_proto_rawDesc = nil - file_segment_message_proto_goTypes = nil - file_segment_message_proto_depIdxs = nil -} diff --git a/protocol/protobuf/shard.pb.go b/protocol/protobuf/shard.pb.go deleted file mode 100644 index 94f9b4240..000000000 --- a/protocol/protobuf/shard.pb.go +++ /dev/null @@ -1,324 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: shard.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type Shard struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Cluster int32 `protobuf:"varint,1,opt,name=cluster,proto3" json:"cluster,omitempty"` - Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Shard) Reset() { - *x = Shard{} - if protoimpl.UnsafeEnabled { - mi := &file_shard_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Shard) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Shard) ProtoMessage() {} - -func (x *Shard) ProtoReflect() protoreflect.Message { - mi := &file_shard_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Shard.ProtoReflect.Descriptor instead. -func (*Shard) Descriptor() ([]byte, []int) { - return file_shard_proto_rawDescGZIP(), []int{0} -} - -func (x *Shard) GetCluster() int32 { - if x != nil { - return x.Cluster - } - return 0 -} - -func (x *Shard) GetIndex() int32 { - if x != nil { - return x.Index - } - return 0 -} - -type PublicShardInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // clock - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - // community ID - CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` - // shard information - Shard *Shard `protobuf:"bytes,3,opt,name=shard,proto3" json:"shard,omitempty"` - // if chainID > 0, the signer must be verified through the community contract - ChainId uint64 `protobuf:"varint,4,opt,name=chainId,proto3" json:"chainId,omitempty"` -} - -func (x *PublicShardInfo) Reset() { - *x = PublicShardInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_shard_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PublicShardInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PublicShardInfo) ProtoMessage() {} - -func (x *PublicShardInfo) ProtoReflect() protoreflect.Message { - mi := &file_shard_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PublicShardInfo.ProtoReflect.Descriptor instead. -func (*PublicShardInfo) Descriptor() ([]byte, []int) { - return file_shard_proto_rawDescGZIP(), []int{1} -} - -func (x *PublicShardInfo) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *PublicShardInfo) GetCommunityId() []byte { - if x != nil { - return x.CommunityId - } - return nil -} - -func (x *PublicShardInfo) GetShard() *Shard { - if x != nil { - return x.Shard - } - return nil -} - -func (x *PublicShardInfo) GetChainId() uint64 { - if x != nil { - return x.ChainId - } - return 0 -} - -type CommunityPublicShardInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Signature of the payload field - Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` - // Marshaled PublicShardInfo - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` -} - -func (x *CommunityPublicShardInfo) Reset() { - *x = CommunityPublicShardInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_shard_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *CommunityPublicShardInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*CommunityPublicShardInfo) ProtoMessage() {} - -func (x *CommunityPublicShardInfo) ProtoReflect() protoreflect.Message { - mi := &file_shard_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use CommunityPublicShardInfo.ProtoReflect.Descriptor instead. -func (*CommunityPublicShardInfo) Descriptor() ([]byte, []int) { - return file_shard_proto_rawDescGZIP(), []int{2} -} - -func (x *CommunityPublicShardInfo) GetSignature() []byte { - if x != nil { - return x.Signature - } - return nil -} - -func (x *CommunityPublicShardInfo) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -var File_shard_proto protoreflect.FileDescriptor - -var file_shard_proto_rawDesc = []byte{ - 0x0a, 0x0b, 0x73, 0x68, 0x61, 0x72, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0x37, 0x0a, 0x05, 0x53, 0x68, 0x61, 0x72, 0x64, - 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x05, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x22, 0x8b, 0x01, 0x0a, 0x0f, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x53, 0x68, 0x61, 0x72, 0x64, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, - 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x25, 0x0a, - 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x68, 0x61, 0x72, 0x64, 0x52, 0x05, 0x73, - 0x68, 0x61, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x22, 0x52, - 0x0a, 0x18, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x53, 0x68, 0x61, 0x72, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, - 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x73, - 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, - 0x61, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_shard_proto_rawDescOnce sync.Once - file_shard_proto_rawDescData = file_shard_proto_rawDesc -) - -func file_shard_proto_rawDescGZIP() []byte { - file_shard_proto_rawDescOnce.Do(func() { - file_shard_proto_rawDescData = protoimpl.X.CompressGZIP(file_shard_proto_rawDescData) - }) - return file_shard_proto_rawDescData -} - -var file_shard_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_shard_proto_goTypes = []interface{}{ - (*Shard)(nil), // 0: protobuf.Shard - (*PublicShardInfo)(nil), // 1: protobuf.PublicShardInfo - (*CommunityPublicShardInfo)(nil), // 2: protobuf.CommunityPublicShardInfo -} -var file_shard_proto_depIdxs = []int32{ - 0, // 0: protobuf.PublicShardInfo.shard:type_name -> protobuf.Shard - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_shard_proto_init() } -func file_shard_proto_init() { - if File_shard_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_shard_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Shard); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shard_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PublicShardInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_shard_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CommunityPublicShardInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_shard_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_shard_proto_goTypes, - DependencyIndexes: file_shard_proto_depIdxs, - MessageInfos: file_shard_proto_msgTypes, - }.Build() - File_shard_proto = out.File - file_shard_proto_rawDesc = nil - file_shard_proto_goTypes = nil - file_shard_proto_depIdxs = nil -} diff --git a/protocol/protobuf/status_update.pb.go b/protocol/protobuf/status_update.pb.go deleted file mode 100644 index 7e63b838d..000000000 --- a/protocol/protobuf/status_update.pb.go +++ /dev/null @@ -1,241 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: status_update.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type StatusUpdate_StatusType int32 - -const ( - StatusUpdate_UNKNOWN_STATUS_TYPE StatusUpdate_StatusType = 0 - StatusUpdate_AUTOMATIC StatusUpdate_StatusType = 1 - StatusUpdate_DO_NOT_DISTURB StatusUpdate_StatusType = 2 - StatusUpdate_ALWAYS_ONLINE StatusUpdate_StatusType = 3 - StatusUpdate_INACTIVE StatusUpdate_StatusType = 4 -) - -// Enum value maps for StatusUpdate_StatusType. -var ( - StatusUpdate_StatusType_name = map[int32]string{ - 0: "UNKNOWN_STATUS_TYPE", - 1: "AUTOMATIC", - 2: "DO_NOT_DISTURB", - 3: "ALWAYS_ONLINE", - 4: "INACTIVE", - } - StatusUpdate_StatusType_value = map[string]int32{ - "UNKNOWN_STATUS_TYPE": 0, - "AUTOMATIC": 1, - "DO_NOT_DISTURB": 2, - "ALWAYS_ONLINE": 3, - "INACTIVE": 4, - } -) - -func (x StatusUpdate_StatusType) Enum() *StatusUpdate_StatusType { - p := new(StatusUpdate_StatusType) - *p = x - return p -} - -func (x StatusUpdate_StatusType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (StatusUpdate_StatusType) Descriptor() protoreflect.EnumDescriptor { - return file_status_update_proto_enumTypes[0].Descriptor() -} - -func (StatusUpdate_StatusType) Type() protoreflect.EnumType { - return &file_status_update_proto_enumTypes[0] -} - -func (x StatusUpdate_StatusType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use StatusUpdate_StatusType.Descriptor instead. -func (StatusUpdate_StatusType) EnumDescriptor() ([]byte, []int) { - return file_status_update_proto_rawDescGZIP(), []int{0, 0} -} - -// Specs: -// :AUTOMATIC -// To Send - "AUTOMATIC" status ping every 5 minutes -// Display - Online for up to 5 minutes from the last clock, after that Offline -// :ALWAYS_ONLINE -// To Send - "ALWAYS_ONLINE" status ping every 5 minutes -// Display - Online for up to 2 weeks from the last clock, after that Offline -// :INACTIVE -// To Send - A single "INACTIVE" status ping -// Display - Offline forever -// Note: Only send pings if the user interacted with the app in the last x minutes. -type StatusUpdate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"` - StatusType StatusUpdate_StatusType `protobuf:"varint,2,opt,name=status_type,json=statusType,proto3,enum=protobuf.StatusUpdate_StatusType" json:"status_type,omitempty"` - CustomText string `protobuf:"bytes,3,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"` -} - -func (x *StatusUpdate) Reset() { - *x = StatusUpdate{} - if protoimpl.UnsafeEnabled { - mi := &file_status_update_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StatusUpdate) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StatusUpdate) ProtoMessage() {} - -func (x *StatusUpdate) ProtoReflect() protoreflect.Message { - mi := &file_status_update_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StatusUpdate.ProtoReflect.Descriptor instead. -func (*StatusUpdate) Descriptor() ([]byte, []int) { - return file_status_update_proto_rawDescGZIP(), []int{0} -} - -func (x *StatusUpdate) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (x *StatusUpdate) GetStatusType() StatusUpdate_StatusType { - if x != nil { - return x.StatusType - } - return StatusUpdate_UNKNOWN_STATUS_TYPE -} - -func (x *StatusUpdate) GetCustomText() string { - if x != nil { - return x.CustomText - } - return "" -} - -var File_status_update_proto protoreflect.FileDescriptor - -var file_status_update_proto_rawDesc = []byte{ - 0x0a, 0x13, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, - 0xf4, 0x01, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x42, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, - 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x75, - 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x54, 0x65, 0x78, 0x74, 0x22, 0x69, 0x0a, 0x0a, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x55, 0x4e, 0x4b, - 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x59, 0x50, 0x45, - 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x55, 0x54, 0x4f, 0x4d, 0x41, 0x54, 0x49, 0x43, 0x10, - 0x01, 0x12, 0x12, 0x0a, 0x0e, 0x44, 0x4f, 0x5f, 0x4e, 0x4f, 0x54, 0x5f, 0x44, 0x49, 0x53, 0x54, - 0x55, 0x52, 0x42, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x41, 0x4c, 0x57, 0x41, 0x59, 0x53, 0x5f, - 0x4f, 0x4e, 0x4c, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x49, 0x4e, 0x41, 0x43, - 0x54, 0x49, 0x56, 0x45, 0x10, 0x04, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_status_update_proto_rawDescOnce sync.Once - file_status_update_proto_rawDescData = file_status_update_proto_rawDesc -) - -func file_status_update_proto_rawDescGZIP() []byte { - file_status_update_proto_rawDescOnce.Do(func() { - file_status_update_proto_rawDescData = protoimpl.X.CompressGZIP(file_status_update_proto_rawDescData) - }) - return file_status_update_proto_rawDescData -} - -var file_status_update_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_status_update_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_status_update_proto_goTypes = []interface{}{ - (StatusUpdate_StatusType)(0), // 0: protobuf.StatusUpdate.StatusType - (*StatusUpdate)(nil), // 1: protobuf.StatusUpdate -} -var file_status_update_proto_depIdxs = []int32{ - 0, // 0: protobuf.StatusUpdate.status_type:type_name -> protobuf.StatusUpdate.StatusType - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_status_update_proto_init() } -func file_status_update_proto_init() { - if File_status_update_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_status_update_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StatusUpdate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_status_update_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_status_update_proto_goTypes, - DependencyIndexes: file_status_update_proto_depIdxs, - EnumInfos: file_status_update_proto_enumTypes, - MessageInfos: file_status_update_proto_msgTypes, - }.Build() - File_status_update_proto = out.File - file_status_update_proto_rawDesc = nil - file_status_update_proto_goTypes = nil - file_status_update_proto_depIdxs = nil -} diff --git a/protocol/protobuf/sync_settings.pb.go b/protocol/protobuf/sync_settings.pb.go deleted file mode 100644 index 7bd183b6c..000000000 --- a/protocol/protobuf/sync_settings.pb.go +++ /dev/null @@ -1,378 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: sync_settings.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type SyncSetting_Type int32 - -const ( - SyncSetting_UNKNOWN SyncSetting_Type = 0 - SyncSetting_CURRENCY SyncSetting_Type = 1 - SyncSetting_GIF_RECENTS SyncSetting_Type = 2 - SyncSetting_GIF_FAVOURITES SyncSetting_Type = 3 - SyncSetting_MESSAGES_FROM_CONTACTS_ONLY SyncSetting_Type = 4 - SyncSetting_PREFERRED_NAME SyncSetting_Type = 5 - SyncSetting_PREVIEW_PRIVACY SyncSetting_Type = 6 - SyncSetting_PROFILE_PICTURES_SHOW_TO SyncSetting_Type = 7 - SyncSetting_PROFILE_PICTURES_VISIBILITY SyncSetting_Type = 8 - SyncSetting_SEND_STATUS_UPDATES SyncSetting_Type = 9 - SyncSetting_STICKERS_PACKS_INSTALLED SyncSetting_Type = 10 - SyncSetting_STICKERS_PACKS_PENDING SyncSetting_Type = 11 - SyncSetting_STICKERS_RECENT_STICKERS SyncSetting_Type = 12 - SyncSetting_DISPLAY_NAME SyncSetting_Type = 13 - SyncSetting_BIO SyncSetting_Type = 14 - SyncSetting_MNEMONIC_REMOVED SyncSetting_Type = 15 - SyncSetting_URL_UNFURLING_MODE SyncSetting_Type = 18 - SyncSetting_SHOW_COMMUNITY_ASSET_WHEN_SENDING_TOKENS SyncSetting_Type = 19 - SyncSetting_DISPLAY_ASSETS_BELOW_BALANCE SyncSetting_Type = 20 - SyncSetting_DISPLAY_ASSETS_BELOW_BALANCE_THRESHOLD SyncSetting_Type = 21 -) - -// Enum value maps for SyncSetting_Type. -var ( - SyncSetting_Type_name = map[int32]string{ - 0: "UNKNOWN", - 1: "CURRENCY", - 2: "GIF_RECENTS", - 3: "GIF_FAVOURITES", - 4: "MESSAGES_FROM_CONTACTS_ONLY", - 5: "PREFERRED_NAME", - 6: "PREVIEW_PRIVACY", - 7: "PROFILE_PICTURES_SHOW_TO", - 8: "PROFILE_PICTURES_VISIBILITY", - 9: "SEND_STATUS_UPDATES", - 10: "STICKERS_PACKS_INSTALLED", - 11: "STICKERS_PACKS_PENDING", - 12: "STICKERS_RECENT_STICKERS", - 13: "DISPLAY_NAME", - 14: "BIO", - 15: "MNEMONIC_REMOVED", - 18: "URL_UNFURLING_MODE", - 19: "SHOW_COMMUNITY_ASSET_WHEN_SENDING_TOKENS", - 20: "DISPLAY_ASSETS_BELOW_BALANCE", - 21: "DISPLAY_ASSETS_BELOW_BALANCE_THRESHOLD", - } - SyncSetting_Type_value = map[string]int32{ - "UNKNOWN": 0, - "CURRENCY": 1, - "GIF_RECENTS": 2, - "GIF_FAVOURITES": 3, - "MESSAGES_FROM_CONTACTS_ONLY": 4, - "PREFERRED_NAME": 5, - "PREVIEW_PRIVACY": 6, - "PROFILE_PICTURES_SHOW_TO": 7, - "PROFILE_PICTURES_VISIBILITY": 8, - "SEND_STATUS_UPDATES": 9, - "STICKERS_PACKS_INSTALLED": 10, - "STICKERS_PACKS_PENDING": 11, - "STICKERS_RECENT_STICKERS": 12, - "DISPLAY_NAME": 13, - "BIO": 14, - "MNEMONIC_REMOVED": 15, - "URL_UNFURLING_MODE": 18, - "SHOW_COMMUNITY_ASSET_WHEN_SENDING_TOKENS": 19, - "DISPLAY_ASSETS_BELOW_BALANCE": 20, - "DISPLAY_ASSETS_BELOW_BALANCE_THRESHOLD": 21, - } -) - -func (x SyncSetting_Type) Enum() *SyncSetting_Type { - p := new(SyncSetting_Type) - *p = x - return p -} - -func (x SyncSetting_Type) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (SyncSetting_Type) Descriptor() protoreflect.EnumDescriptor { - return file_sync_settings_proto_enumTypes[0].Descriptor() -} - -func (SyncSetting_Type) Type() protoreflect.EnumType { - return &file_sync_settings_proto_enumTypes[0] -} - -func (x SyncSetting_Type) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use SyncSetting_Type.Descriptor instead. -func (SyncSetting_Type) EnumDescriptor() ([]byte, []int) { - return file_sync_settings_proto_rawDescGZIP(), []int{0, 0} -} - -type SyncSetting struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Type SyncSetting_Type `protobuf:"varint,1,opt,name=type,proto3,enum=protobuf.SyncSetting_Type" json:"type,omitempty"` - Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"` - // Types that are assignable to Value: - // - // *SyncSetting_ValueString - // *SyncSetting_ValueBytes - // *SyncSetting_ValueBool - // *SyncSetting_ValueInt64 - Value isSyncSetting_Value `protobuf_oneof:"value"` -} - -func (x *SyncSetting) Reset() { - *x = SyncSetting{} - if protoimpl.UnsafeEnabled { - mi := &file_sync_settings_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SyncSetting) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SyncSetting) ProtoMessage() {} - -func (x *SyncSetting) ProtoReflect() protoreflect.Message { - mi := &file_sync_settings_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SyncSetting.ProtoReflect.Descriptor instead. -func (*SyncSetting) Descriptor() ([]byte, []int) { - return file_sync_settings_proto_rawDescGZIP(), []int{0} -} - -func (x *SyncSetting) GetType() SyncSetting_Type { - if x != nil { - return x.Type - } - return SyncSetting_UNKNOWN -} - -func (x *SyncSetting) GetClock() uint64 { - if x != nil { - return x.Clock - } - return 0 -} - -func (m *SyncSetting) GetValue() isSyncSetting_Value { - if m != nil { - return m.Value - } - return nil -} - -func (x *SyncSetting) GetValueString() string { - if x, ok := x.GetValue().(*SyncSetting_ValueString); ok { - return x.ValueString - } - return "" -} - -func (x *SyncSetting) GetValueBytes() []byte { - if x, ok := x.GetValue().(*SyncSetting_ValueBytes); ok { - return x.ValueBytes - } - return nil -} - -func (x *SyncSetting) GetValueBool() bool { - if x, ok := x.GetValue().(*SyncSetting_ValueBool); ok { - return x.ValueBool - } - return false -} - -func (x *SyncSetting) GetValueInt64() int64 { - if x, ok := x.GetValue().(*SyncSetting_ValueInt64); ok { - return x.ValueInt64 - } - return 0 -} - -type isSyncSetting_Value interface { - isSyncSetting_Value() -} - -type SyncSetting_ValueString struct { - ValueString string `protobuf:"bytes,3,opt,name=value_string,json=valueString,proto3,oneof"` -} - -type SyncSetting_ValueBytes struct { - ValueBytes []byte `protobuf:"bytes,4,opt,name=value_bytes,json=valueBytes,proto3,oneof"` -} - -type SyncSetting_ValueBool struct { - ValueBool bool `protobuf:"varint,5,opt,name=value_bool,json=valueBool,proto3,oneof"` -} - -type SyncSetting_ValueInt64 struct { - ValueInt64 int64 `protobuf:"varint,6,opt,name=value_int64,json=valueInt64,proto3,oneof"` -} - -func (*SyncSetting_ValueString) isSyncSetting_Value() {} - -func (*SyncSetting_ValueBytes) isSyncSetting_Value() {} - -func (*SyncSetting_ValueBool) isSyncSetting_Value() {} - -func (*SyncSetting_ValueInt64) isSyncSetting_Value() {} - -var File_sync_settings_proto protoreflect.FileDescriptor - -var file_sync_settings_proto_rawDesc = []byte{ - 0x0a, 0x13, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, - 0xa6, 0x06, 0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, - 0x2e, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1a, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x53, 0x65, 0x74, - 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, - 0x63, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x23, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x73, - 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x21, 0x0a, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x48, - 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x0a, - 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x08, 0x48, 0x00, 0x52, 0x09, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x6f, 0x6f, 0x6c, 0x12, 0x21, - 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x49, 0x6e, 0x74, 0x36, - 0x34, 0x22, 0xbb, 0x04, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, - 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x55, 0x52, 0x52, 0x45, - 0x4e, 0x43, 0x59, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x47, 0x49, 0x46, 0x5f, 0x52, 0x45, 0x43, - 0x45, 0x4e, 0x54, 0x53, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x47, 0x49, 0x46, 0x5f, 0x46, 0x41, - 0x56, 0x4f, 0x55, 0x52, 0x49, 0x54, 0x45, 0x53, 0x10, 0x03, 0x12, 0x1f, 0x0a, 0x1b, 0x4d, 0x45, - 0x53, 0x53, 0x41, 0x47, 0x45, 0x53, 0x5f, 0x46, 0x52, 0x4f, 0x4d, 0x5f, 0x43, 0x4f, 0x4e, 0x54, - 0x41, 0x43, 0x54, 0x53, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x04, 0x12, 0x12, 0x0a, 0x0e, 0x50, - 0x52, 0x45, 0x46, 0x45, 0x52, 0x52, 0x45, 0x44, 0x5f, 0x4e, 0x41, 0x4d, 0x45, 0x10, 0x05, 0x12, - 0x13, 0x0a, 0x0f, 0x50, 0x52, 0x45, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x50, 0x52, 0x49, 0x56, 0x41, - 0x43, 0x59, 0x10, 0x06, 0x12, 0x1c, 0x0a, 0x18, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, - 0x50, 0x49, 0x43, 0x54, 0x55, 0x52, 0x45, 0x53, 0x5f, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x54, 0x4f, - 0x10, 0x07, 0x12, 0x1f, 0x0a, 0x1b, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45, 0x5f, 0x50, 0x49, - 0x43, 0x54, 0x55, 0x52, 0x45, 0x53, 0x5f, 0x56, 0x49, 0x53, 0x49, 0x42, 0x49, 0x4c, 0x49, 0x54, - 0x59, 0x10, 0x08, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x45, 0x4e, 0x44, 0x5f, 0x53, 0x54, 0x41, 0x54, - 0x55, 0x53, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x53, 0x10, 0x09, 0x12, 0x1c, 0x0a, 0x18, - 0x53, 0x54, 0x49, 0x43, 0x4b, 0x45, 0x52, 0x53, 0x5f, 0x50, 0x41, 0x43, 0x4b, 0x53, 0x5f, 0x49, - 0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x45, 0x44, 0x10, 0x0a, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x54, - 0x49, 0x43, 0x4b, 0x45, 0x52, 0x53, 0x5f, 0x50, 0x41, 0x43, 0x4b, 0x53, 0x5f, 0x50, 0x45, 0x4e, - 0x44, 0x49, 0x4e, 0x47, 0x10, 0x0b, 0x12, 0x1c, 0x0a, 0x18, 0x53, 0x54, 0x49, 0x43, 0x4b, 0x45, - 0x52, 0x53, 0x5f, 0x52, 0x45, 0x43, 0x45, 0x4e, 0x54, 0x5f, 0x53, 0x54, 0x49, 0x43, 0x4b, 0x45, - 0x52, 0x53, 0x10, 0x0c, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f, - 0x4e, 0x41, 0x4d, 0x45, 0x10, 0x0d, 0x12, 0x07, 0x0a, 0x03, 0x42, 0x49, 0x4f, 0x10, 0x0e, 0x12, - 0x14, 0x0a, 0x10, 0x4d, 0x4e, 0x45, 0x4d, 0x4f, 0x4e, 0x49, 0x43, 0x5f, 0x52, 0x45, 0x4d, 0x4f, - 0x56, 0x45, 0x44, 0x10, 0x0f, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x52, 0x4c, 0x5f, 0x55, 0x4e, 0x46, - 0x55, 0x52, 0x4c, 0x49, 0x4e, 0x47, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x10, 0x12, 0x12, 0x2c, 0x0a, - 0x28, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x55, 0x4e, 0x49, 0x54, 0x59, 0x5f, - 0x41, 0x53, 0x53, 0x45, 0x54, 0x5f, 0x57, 0x48, 0x45, 0x4e, 0x5f, 0x53, 0x45, 0x4e, 0x44, 0x49, - 0x4e, 0x47, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x53, 0x10, 0x13, 0x12, 0x20, 0x0a, 0x1c, 0x44, - 0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x41, 0x53, 0x53, 0x45, 0x54, 0x53, 0x5f, 0x42, 0x45, - 0x4c, 0x4f, 0x57, 0x5f, 0x42, 0x41, 0x4c, 0x41, 0x4e, 0x43, 0x45, 0x10, 0x14, 0x12, 0x2a, 0x0a, - 0x26, 0x44, 0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x41, 0x53, 0x53, 0x45, 0x54, 0x53, 0x5f, - 0x42, 0x45, 0x4c, 0x4f, 0x57, 0x5f, 0x42, 0x41, 0x4c, 0x41, 0x4e, 0x43, 0x45, 0x5f, 0x54, 0x48, - 0x52, 0x45, 0x53, 0x48, 0x4f, 0x4c, 0x44, 0x10, 0x15, 0x22, 0x04, 0x08, 0x10, 0x10, 0x10, 0x22, - 0x04, 0x08, 0x11, 0x10, 0x11, 0x2a, 0x0d, 0x45, 0x4e, 0x53, 0x5f, 0x55, 0x53, 0x45, 0x52, 0x4e, - 0x41, 0x4d, 0x45, 0x53, 0x2a, 0x19, 0x49, 0x4e, 0x43, 0x4c, 0x55, 0x44, 0x45, 0x5f, 0x57, 0x41, - 0x54, 0x43, 0x48, 0x4f, 0x4e, 0x4c, 0x59, 0x5f, 0x41, 0x43, 0x43, 0x4f, 0x55, 0x4e, 0x54, 0x42, - 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_sync_settings_proto_rawDescOnce sync.Once - file_sync_settings_proto_rawDescData = file_sync_settings_proto_rawDesc -) - -func file_sync_settings_proto_rawDescGZIP() []byte { - file_sync_settings_proto_rawDescOnce.Do(func() { - file_sync_settings_proto_rawDescData = protoimpl.X.CompressGZIP(file_sync_settings_proto_rawDescData) - }) - return file_sync_settings_proto_rawDescData -} - -var file_sync_settings_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_sync_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_sync_settings_proto_goTypes = []interface{}{ - (SyncSetting_Type)(0), // 0: protobuf.SyncSetting.Type - (*SyncSetting)(nil), // 1: protobuf.SyncSetting -} -var file_sync_settings_proto_depIdxs = []int32{ - 0, // 0: protobuf.SyncSetting.type:type_name -> protobuf.SyncSetting.Type - 1, // [1:1] is the sub-list for method output_type - 1, // [1:1] is the sub-list for method input_type - 1, // [1:1] is the sub-list for extension type_name - 1, // [1:1] is the sub-list for extension extendee - 0, // [0:1] is the sub-list for field type_name -} - -func init() { file_sync_settings_proto_init() } -func file_sync_settings_proto_init() { - if File_sync_settings_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_sync_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SyncSetting); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - file_sync_settings_proto_msgTypes[0].OneofWrappers = []interface{}{ - (*SyncSetting_ValueString)(nil), - (*SyncSetting_ValueBytes)(nil), - (*SyncSetting_ValueBool)(nil), - (*SyncSetting_ValueInt64)(nil), - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_sync_settings_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_sync_settings_proto_goTypes, - DependencyIndexes: file_sync_settings_proto_depIdxs, - EnumInfos: file_sync_settings_proto_enumTypes, - MessageInfos: file_sync_settings_proto_msgTypes, - }.Build() - File_sync_settings_proto = out.File - file_sync_settings_proto_rawDesc = nil - file_sync_settings_proto_goTypes = nil - file_sync_settings_proto_depIdxs = nil -} diff --git a/protocol/protobuf/url_data.pb.go b/protocol/protobuf/url_data.pb.go deleted file mode 100644 index 6c5d70123..000000000 --- a/protocol/protobuf/url_data.pb.go +++ /dev/null @@ -1,455 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: url_data.proto - -package protobuf - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type Community struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - MembersCount uint32 `protobuf:"varint,3,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"` - Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"` - TagIndices []uint32 `protobuf:"varint,5,rep,packed,name=tag_indices,json=tagIndices,proto3" json:"tag_indices,omitempty"` -} - -func (x *Community) Reset() { - *x = Community{} - if protoimpl.UnsafeEnabled { - mi := &file_url_data_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Community) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Community) ProtoMessage() {} - -func (x *Community) ProtoReflect() protoreflect.Message { - mi := &file_url_data_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Community.ProtoReflect.Descriptor instead. -func (*Community) Descriptor() ([]byte, []int) { - return file_url_data_proto_rawDescGZIP(), []int{0} -} - -func (x *Community) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *Community) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *Community) GetMembersCount() uint32 { - if x != nil { - return x.MembersCount - } - return 0 -} - -func (x *Community) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *Community) GetTagIndices() []uint32 { - if x != nil { - return x.TagIndices - } - return nil -} - -type Channel struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - Emoji string `protobuf:"bytes,3,opt,name=emoji,proto3" json:"emoji,omitempty"` - Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"` - Community *Community `protobuf:"bytes,5,opt,name=community,proto3" json:"community,omitempty"` - Uuid string `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"` -} - -func (x *Channel) Reset() { - *x = Channel{} - if protoimpl.UnsafeEnabled { - mi := &file_url_data_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Channel) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Channel) ProtoMessage() {} - -func (x *Channel) ProtoReflect() protoreflect.Message { - mi := &file_url_data_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Channel.ProtoReflect.Descriptor instead. -func (*Channel) Descriptor() ([]byte, []int) { - return file_url_data_proto_rawDescGZIP(), []int{1} -} - -func (x *Channel) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *Channel) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *Channel) GetEmoji() string { - if x != nil { - return x.Emoji - } - return "" -} - -func (x *Channel) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -func (x *Channel) GetCommunity() *Community { - if x != nil { - return x.Community - } - return nil -} - -func (x *Channel) GetUuid() string { - if x != nil { - return x.Uuid - } - return "" -} - -type User struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` - Color string `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"` -} - -func (x *User) Reset() { - *x = User{} - if protoimpl.UnsafeEnabled { - mi := &file_url_data_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *User) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*User) ProtoMessage() {} - -func (x *User) ProtoReflect() protoreflect.Message { - mi := &file_url_data_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use User.ProtoReflect.Descriptor instead. -func (*User) Descriptor() ([]byte, []int) { - return file_url_data_proto_rawDescGZIP(), []int{2} -} - -func (x *User) GetDisplayName() string { - if x != nil { - return x.DisplayName - } - return "" -} - -func (x *User) GetDescription() string { - if x != nil { - return x.Description - } - return "" -} - -func (x *User) GetColor() string { - if x != nil { - return x.Color - } - return "" -} - -type URLData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Community, Channel, or User - Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` - Shard *Shard `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"` -} - -func (x *URLData) Reset() { - *x = URLData{} - if protoimpl.UnsafeEnabled { - mi := &file_url_data_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *URLData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*URLData) ProtoMessage() {} - -func (x *URLData) ProtoReflect() protoreflect.Message { - mi := &file_url_data_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use URLData.ProtoReflect.Descriptor instead. -func (*URLData) Descriptor() ([]byte, []int) { - return file_url_data_proto_rawDescGZIP(), []int{3} -} - -func (x *URLData) GetContent() []byte { - if x != nil { - return x.Content - } - return nil -} - -func (x *URLData) GetShard() *Shard { - if x != nil { - return x.Shard - } - return nil -} - -var File_url_data_proto protoreflect.FileDescriptor - -var file_url_data_proto_rawDesc = []byte{ - 0x0a, 0x0e, 0x75, 0x72, 0x6c, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x1a, 0x0b, 0x73, 0x68, 0x61, 0x72, - 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xac, 0x01, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, - 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x61, 0x67, 0x5f, 0x69, 0x6e, 0x64, - 0x69, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0a, 0x74, 0x61, 0x67, 0x49, - 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x22, 0xc1, 0x01, 0x0a, 0x07, 0x43, 0x68, 0x61, 0x6e, 0x6e, - 0x65, 0x6c, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x6f, 0x6a, 0x69, 0x12, 0x14, 0x0a, - 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6f, - 0x6c, 0x6f, 0x72, 0x12, 0x31, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x09, 0x63, 0x6f, 0x6d, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x61, 0x0a, 0x04, 0x55, 0x73, - 0x65, 0x72, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x22, 0x4a, 0x0a, - 0x07, 0x55, 0x52, 0x4c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, - 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, - 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x68, 0x61, - 0x72, 0x64, 0x52, 0x05, 0x73, 0x68, 0x61, 0x72, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x3b, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_url_data_proto_rawDescOnce sync.Once - file_url_data_proto_rawDescData = file_url_data_proto_rawDesc -) - -func file_url_data_proto_rawDescGZIP() []byte { - file_url_data_proto_rawDescOnce.Do(func() { - file_url_data_proto_rawDescData = protoimpl.X.CompressGZIP(file_url_data_proto_rawDescData) - }) - return file_url_data_proto_rawDescData -} - -var file_url_data_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_url_data_proto_goTypes = []interface{}{ - (*Community)(nil), // 0: protobuf.Community - (*Channel)(nil), // 1: protobuf.Channel - (*User)(nil), // 2: protobuf.User - (*URLData)(nil), // 3: protobuf.URLData - (*Shard)(nil), // 4: protobuf.Shard -} -var file_url_data_proto_depIdxs = []int32{ - 0, // 0: protobuf.Channel.community:type_name -> protobuf.Community - 4, // 1: protobuf.URLData.shard:type_name -> protobuf.Shard - 2, // [2:2] is the sub-list for method output_type - 2, // [2:2] is the sub-list for method input_type - 2, // [2:2] is the sub-list for extension type_name - 2, // [2:2] is the sub-list for extension extendee - 0, // [0:2] is the sub-list for field type_name -} - -func init() { file_url_data_proto_init() } -func file_url_data_proto_init() { - if File_url_data_proto != nil { - return - } - file_shard_proto_init() - if !protoimpl.UnsafeEnabled { - file_url_data_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Community); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_url_data_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Channel); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_url_data_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*User); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_url_data_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*URLData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_url_data_proto_rawDesc, - NumEnums: 0, - NumMessages: 4, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_url_data_proto_goTypes, - DependencyIndexes: file_url_data_proto_depIdxs, - MessageInfos: file_url_data_proto_msgTypes, - }.Build() - File_url_data_proto = out.File - file_url_data_proto_rawDesc = nil - file_url_data_proto_goTypes = nil - file_url_data_proto_depIdxs = nil -} diff --git a/protocol/pushnotificationclient/migrations/migrations.go b/protocol/pushnotificationclient/migrations/migrations.go deleted file mode 100644 index 94d84cbb3..000000000 --- a/protocol/pushnotificationclient/migrations/migrations.go +++ /dev/null @@ -1,413 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1593601729_initial_schema.down.sql (144B) -// 1593601729_initial_schema.up.sql (1.773kB) -// 1597909626_add_server_type.down.sql (0) -// 1597909626_add_server_type.up.sql (145B) -// 1599053776_add_chat_id_and_type.down.sql (0) -// 1599053776_add_chat_id_and_type.up.sql (264B) -// doc.go (402B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1593601729_initial_schemaDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x8b\x4f\xce\xc9\x4c\xcd\x2b\x89\x2f\x4e\x2d\x2a\x4b\x2d\x2a\xb6\xe6\x22\x46\x71\x66\x5e\x5a\x3e\x54\xa5\xa7\x9f\x8b\x6b\x84\x42\x66\x4a\x45\x3c\x5e\xd5\xf1\x05\xa5\x49\x39\x99\xc9\xf1\xd9\xa9\x95\xd6\x5c\x80\x00\x00\x00\xff\xff\x6d\xb4\xf8\x65\x90\x00\x00\x00") - -func _1593601729_initial_schemaDownSqlBytes() ([]byte, error) { - return bindataRead( - __1593601729_initial_schemaDownSql, - "1593601729_initial_schema.down.sql", - ) -} - -func _1593601729_initial_schemaDownSql() (*asset, error) { - bytes, err := _1593601729_initial_schemaDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1593601729_initial_schema.down.sql", size: 144, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa, 0x95, 0x55, 0x64, 0x38, 0x40, 0x16, 0xbf, 0x8b, 0x1c, 0x18, 0xb4, 0xc5, 0x7f, 0xd0, 0xb8, 0xf0, 0x3c, 0xa2, 0x82, 0xf8, 0x8d, 0x5a, 0xd3, 0xb6, 0x6e, 0xa3, 0xb4, 0xc, 0x9, 0x33, 0x0}} - return a, nil -} - -var __1593601729_initial_schemaUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x8e\xdb\x20\x10\xbd\xfb\x2b\xe6\xb8\x91\x72\xe8\x7d\x4f\x4e\x96\x54\x96\x10\x6e\x13\x22\xe5\x86\x28\x9e\x5d\xa3\xb8\x78\x0b\x78\xd5\xfc\x7d\x85\x9d\x78\x93\xc5\xc5\x55\xba\x17\x4b\x1e\x1e\xa3\x79\x6f\x1e\x6f\xbd\x25\x39\x27\xc0\xf3\x15\x25\x50\x6c\x80\x95\x1c\xc8\xa1\xd8\xf1\x1d\xbc\x76\xae\x16\xa6\xf5\xfa\x59\x2b\xe9\x75\x6b\x84\x6a\x34\x1a\x2f\x1c\xda\x37\xb4\x0e\x1e\x32\x80\xd7\xee\x47\xa3\x95\x38\xe2\x09\x56\xb4\x5c\xf5\xf7\xd9\x9e\xd2\x65\x06\x60\xf1\x45\x3b\x8f\x16\x2b\x58\x95\x25\x25\x39\x83\x27\xb2\xc9\xf7\x94\xc3\x26\xa7\x3b\x72\x8b\x11\xd2\x43\xc1\xf8\xd8\x61\xc4\x7e\x09\xb8\x46\x3a\x2f\x2c\x7a\xab\xe7\x90\x01\x74\x12\xaa\xed\x4c\x0a\x25\x95\x42\xe7\x84\x6f\x8f\x68\x80\x93\x03\x0f\xc5\x3d\x2b\xbe\xef\xc9\xc3\x3b\xa7\x05\x94\x0c\xd6\x25\xdb\xd0\x62\xcd\x61\x4b\xbe\xd1\x7c\x4d\xb2\xc5\x63\x96\xdd\xa3\xdb\xaf\x0e\xad\xc6\x79\xdd\x06\x5c\x44\xf3\x72\x74\x12\xba\x8a\x2f\x45\xb3\x2f\x2f\xd8\xcf\x25\xa1\xcd\x73\x3b\xcb\x60\x70\x88\x48\x41\xb4\x71\x5e\x36\xcd\xd0\x5b\x57\xfd\x0e\x6e\x00\xd1\x86\x3e\x78\x2b\x58\xe1\x6d\x5a\xa5\xe0\x4e\xdd\x9a\xa8\x1e\x6b\xf4\x71\x8c\x65\x3c\xfa\xe7\xca\xe7\xad\x54\x47\xac\xc4\x4f\x74\x4e\xbe\x9c\xcd\x70\xfe\x99\xdc\xab\xaa\xa5\x9f\xd4\xe7\xd2\x69\x82\xff\x99\xe7\x7b\xdb\x5b\x0e\xc5\x57\x56\x6e\x49\x06\x70\x2f\x09\x17\x3e\xd7\x07\xf3\x34\x52\x56\xa8\xa5\xab\xb1\xfa\x3f\xb7\xf4\xf9\x30\x99\x0e\xff\x9e\x09\xae\xeb\x2d\x37\x86\x55\x84\x1a\x53\x0b\xad\x6d\x6d\xa2\x53\xb4\x80\x25\x24\x4c\x37\xed\xb0\xfb\xd7\x33\x64\xaa\xbd\xda\xcc\x25\x67\x87\x5a\x2c\x2f\x80\x6a\x8d\x97\x2a\x38\xcd\xf5\xc7\x43\xd5\x9d\x8c\xaf\xd1\x6b\x15\x34\xff\x3b\xdd\x91\xf0\x35\x7e\xf6\xdd\x14\xec\x89\x1c\x40\x57\xbf\x45\x32\x6c\xae\x7d\x51\xb2\x74\x30\xa5\x9e\xf6\xe2\x31\xfb\x13\x00\x00\xff\xff\xfb\x06\xc2\x3d\xed\x06\x00\x00") - -func _1593601729_initial_schemaUpSqlBytes() ([]byte, error) { - return bindataRead( - __1593601729_initial_schemaUpSql, - "1593601729_initial_schema.up.sql", - ) -} - -func _1593601729_initial_schemaUpSql() (*asset, error) { - bytes, err := _1593601729_initial_schemaUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1593601729_initial_schema.up.sql", size: 1773, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0x1e, 0x5, 0x35, 0x9, 0xb2, 0x2d, 0x6f, 0x33, 0x63, 0xa2, 0x7a, 0x5b, 0xd2, 0x2d, 0xcb, 0x79, 0x7e, 0x6, 0xb4, 0x9d, 0x35, 0xd8, 0x9b, 0x55, 0xe5, 0xf8, 0x44, 0xca, 0xa6, 0xf3, 0xd3}} - return a, nil -} - -var __1597909626_add_server_typeDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _1597909626_add_server_typeDownSqlBytes() ([]byte, error) { - return bindataRead( - __1597909626_add_server_typeDownSql, - "1597909626_add_server_type.down.sql", - ) -} - -func _1597909626_add_server_typeDownSql() (*asset, error) { - bytes, err := _1597909626_add_server_typeDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1597909626_add_server_type.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __1597909626_add_server_typeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x8b\x4f\xce\xc9\x4c\xcd\x2b\x89\x2f\x4e\x2d\x2a\x4b\x2d\x2a\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x80\x08\xc5\x97\x54\x16\xa4\x2a\x78\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x59\x73\x85\x06\xb8\x38\x86\x10\x61\x5a\xb0\x6b\x08\x8a\x31\xb6\x20\xcd\x5c\x80\x00\x00\x00\xff\xff\x98\x88\x1e\xcd\x91\x00\x00\x00") - -func _1597909626_add_server_typeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1597909626_add_server_typeUpSql, - "1597909626_add_server_type.up.sql", - ) -} - -func _1597909626_add_server_typeUpSql() (*asset, error) { - bytes, err := _1597909626_add_server_typeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1597909626_add_server_type.up.sql", size: 145, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc8, 0x3f, 0xe0, 0xe7, 0x57, 0x0, 0x5d, 0x60, 0xf3, 0x55, 0x64, 0x71, 0x80, 0x3c, 0xca, 0x8, 0x61, 0xb5, 0x3c, 0xe, 0xa1, 0xe4, 0x61, 0xd1, 0x4e, 0xd8, 0xb2, 0x55, 0xdd, 0x87, 0x62, 0x9b}} - return a, nil -} - -var __1599053776_add_chat_id_and_typeDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") - -func _1599053776_add_chat_id_and_typeDownSqlBytes() ([]byte, error) { - return bindataRead( - __1599053776_add_chat_id_and_typeDownSql, - "1599053776_add_chat_id_and_type.down.sql", - ) -} - -func _1599053776_add_chat_id_and_typeDownSql() (*asset, error) { - bytes, err := _1599053776_add_chat_id_and_typeDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1599053776_add_chat_id_and_type.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} - return a, nil -} - -var __1599053776_add_chat_id_and_typeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x8b\x4f\xce\xc9\x4c\xcd\x2b\x89\x2f\x06\x11\xc8\x12\xc5\x0a\x8e\x2e\x2e\x0a\xce\xfe\x3e\xa1\xbe\x7e\x0a\xc9\x19\x89\x25\xf1\x99\x29\x0a\x21\xae\x11\x21\xd6\x5c\x54\x30\x10\x45\x47\x49\x65\x41\xaa\x82\xa7\x5f\x88\x35\x17\x57\x68\x80\x8b\x63\x08\x69\xa6\x06\xbb\x86\xc0\xdd\x67\xab\xa0\xa4\xa4\x83\xc5\x70\x5b\x05\x43\x6b\x2e\x40\x00\x00\x00\xff\xff\x22\xaf\x2b\x87\x08\x01\x00\x00") - -func _1599053776_add_chat_id_and_typeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1599053776_add_chat_id_and_typeUpSql, - "1599053776_add_chat_id_and_type.up.sql", - ) -} - -func _1599053776_add_chat_id_and_typeUpSql() (*asset, error) { - bytes, err := _1599053776_add_chat_id_and_typeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1599053776_add_chat_id_and_type.up.sql", size: 264, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x7a, 0xf9, 0xc4, 0xa2, 0x96, 0x2e, 0xf9, 0x8f, 0x7, 0xf1, 0x1e, 0x73, 0x8a, 0xa6, 0x3a, 0x13, 0x4, 0x73, 0x82, 0x83, 0xb, 0xe3, 0xb5, 0x3b, 0x7e, 0xd, 0x23, 0xce, 0x98, 0xd4, 0xdc}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x3d\x6a\x04\x31\x0c\x85\xfb\x39\xc5\x63\x9b\x6d\x32\x76\x02\x81\x40\x20\x45\xca\xf4\xb9\x80\xd6\xd6\xd8\x62\xc7\xf6\x60\x69\xff\x6e\x1f\x66\xb3\x90\xe9\xa2\xf2\x43\xdf\xd3\x93\xf7\xf8\xce\xa2\x98\x64\x66\x88\xa2\x72\x60\x55\xea\x37\x1c\x38\xd0\x49\x19\xbb\x24\x96\x4f\x07\x17\x5a\xf1\x6a\x64\x27\x1d\xa5\xf8\x22\xa9\x93\xb1\x3f\xbf\xee\x06\xef\x11\xa8\xee\x0d\x99\x6a\x9c\xf9\x9e\xa5\x50\xa3\x6e\x52\x13\x2e\x62\x19\x84\xa5\xf3\x24\x57\x87\x4f\xc3\xcc\xa4\x06\xcb\x64\x7b\x85\x65\x46\x20\xe5\x35\x66\x6a\x1d\xa9\x8d\x07\xa9\x91\x8c\xdc\x8a\xbe\xa6\x0d\x59\x1b\x06\x9a\x67\x8e\x98\x7a\x2b\x77\x57\xa9\x30\xa2\x74\x0e\xd6\xfa\xed\x09\xa4\xca\x86\x4a\x85\x75\xf5\x33\x9d\x19\xb5\x3d\xce\x83\x6a\xfc\xff\x23\x5c\x5a\x3f\x2a\x48\xc1\xd7\x85\x83\x71\x74\xc3\xb0\x50\x38\x52\x62\xfc\xee\x49\xab\x3a\x0c\xde\xa7\xf6\x9e\xb8\xf2\x6a\x6e\x7b\x8e\xa5\x45\x93\xc2\x1f\x2f\x6f\xcf\x8f\xc1\xb8\x1c\xd3\xc6\xc6\xd8\xe0\x9c\xff\x03\x2e\x35\x38\x3f\xfc\x04\x00\x00\xff\xff\xdd\xba\x79\x90\x92\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 402, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0x48, 0xd2, 0x42, 0xd0, 0x5f, 0xf4, 0x53, 0xfe, 0xa5, 0x44, 0xc, 0x8b, 0x6b, 0xed, 0xca, 0xc, 0xc0, 0xd8, 0x2e, 0x90, 0x87, 0x5b, 0x92, 0x6d, 0xa1, 0xf8, 0x15, 0x23, 0x96, 0xdb, 0x11}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1593601729_initial_schema.down.sql": _1593601729_initial_schemaDownSql, - "1593601729_initial_schema.up.sql": _1593601729_initial_schemaUpSql, - "1597909626_add_server_type.down.sql": _1597909626_add_server_typeDownSql, - "1597909626_add_server_type.up.sql": _1597909626_add_server_typeUpSql, - "1599053776_add_chat_id_and_type.down.sql": _1599053776_add_chat_id_and_typeDownSql, - "1599053776_add_chat_id_and_type.up.sql": _1599053776_add_chat_id_and_typeUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1593601729_initial_schema.down.sql": {_1593601729_initial_schemaDownSql, map[string]*bintree{}}, - "1593601729_initial_schema.up.sql": {_1593601729_initial_schemaUpSql, map[string]*bintree{}}, - "1597909626_add_server_type.down.sql": {_1597909626_add_server_typeDownSql, map[string]*bintree{}}, - "1597909626_add_server_type.up.sql": {_1597909626_add_server_typeUpSql, map[string]*bintree{}}, - "1599053776_add_chat_id_and_type.down.sql": {_1599053776_add_chat_id_and_typeDownSql, map[string]*bintree{}}, - "1599053776_add_chat_id_and_type.up.sql": {_1599053776_add_chat_id_and_typeUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/protocol/pushnotificationserver/migrations/migrations.go b/protocol/pushnotificationserver/migrations/migrations.go deleted file mode 100644 index 01ce9c12b..000000000 --- a/protocol/pushnotificationserver/migrations/migrations.go +++ /dev/null @@ -1,367 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1593601728_initial_schema.down.sql (200B) -// 1593601728_initial_schema.up.sql (675B) -// 1598419937_add_push_notifications_table.down.sql (51B) -// 1598419937_add_push_notifications_table.up.sql (104B) -// doc.go (402B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1593601728_initial_schemaDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x8b\x2f\x4e\x2d\x2a\x4b\x2d\x8a\x2f\x4a\x4d\xcf\x2c\x2e\x29\x02\x8b\x15\x5b\x73\x81\xb5\x78\xfa\xb9\xb8\x46\x28\x64\xa6\x54\xc4\x13\xa7\x2d\xbe\xa0\x34\x29\x27\x33\x39\x3e\x3b\xb5\x92\x72\x13\xe2\x33\xf3\x8a\x4b\x12\x73\x72\x20\x8a\x33\x53\xac\xb9\xb8\x00\x01\x00\x00\xff\xff\x90\x39\xe0\x1c\xc8\x00\x00\x00") - -func _1593601728_initial_schemaDownSqlBytes() ([]byte, error) { - return bindataRead( - __1593601728_initial_schemaDownSql, - "1593601728_initial_schema.down.sql", - ) -} - -func _1593601728_initial_schemaDownSql() (*asset, error) { - bytes, err := _1593601728_initial_schemaDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1593601728_initial_schema.down.sql", size: 200, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0x8a, 0x61, 0x81, 0x57, 0x45, 0x9b, 0x97, 0x9b, 0x1f, 0xf6, 0x94, 0x8a, 0x20, 0xb3, 0x2b, 0xff, 0x69, 0x49, 0xf4, 0x58, 0xcc, 0xd0, 0x55, 0xcc, 0x9a, 0x8b, 0xb6, 0x7f, 0x29, 0x53, 0xc1}} - return a, nil -} - -var __1593601728_initial_schemaUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\x31\x6b\xc3\x30\x14\x84\x77\xfd\x8a\x37\xc6\x90\xa1\xbb\x27\xd9\x91\xa9\x40\x48\xad\x23\x97\x6c\xc2\xb5\xd5\xe6\x51\x23\x07\x49\x31\xf5\xbf\x2f\x71\x86\x2a\x69\x87\x10\xb2\x1e\x8f\xbb\xf7\xdd\x95\x35\xa3\x9a\x81\xa6\x85\x60\xc0\x2b\x90\x4a\x03\xdb\xf1\xad\xde\xc2\xe1\x18\xf6\xc6\x8d\x11\x3f\xb0\x6b\x23\x8e\xce\x04\xeb\x27\xeb\x8d\xb7\x9f\x18\xa2\x5f\xb4\x00\x2b\x02\x70\x38\xbe\x0f\xd8\x99\x2f\x3b\x43\x21\x54\xb1\xb8\xc8\x46\x88\x35\x01\x40\x17\x62\x3b\x0c\x67\x07\xec\xe1\x8d\xd6\xe5\x33\xad\x2f\x6e\x26\xeb\x03\x8e\x0e\xb8\xd4\x17\x7a\x9a\xb4\x38\x9f\xc4\x46\xf2\xd7\x86\xad\x7e\x33\xd7\xd7\x19\x19\x28\x09\xa5\x92\x95\xe0\xa5\x86\x9a\xbd\x08\x5a\x32\x92\xe5\x84\xdc\x83\x8b\xbd\x75\x11\xe3\x7c\x26\xf5\x38\xb5\xd1\xfe\x8f\x1a\x66\x17\xf7\x36\x62\x77\xe2\x4c\x59\x60\xc3\x2a\xda\x08\x0d\x4f\x09\x40\x7a\x9d\xa5\xdf\x71\xb9\x61\x3b\xc0\xfe\xdb\xdc\x36\x81\x49\xea\x57\xf2\xc6\xdd\x92\xfe\xb2\xfc\x01\xc9\xe6\x7a\xe7\x7b\x3e\xf9\xbb\x64\x4e\xc8\x4f\x00\x00\x00\xff\xff\xcc\xa0\x4d\x54\xa3\x02\x00\x00") - -func _1593601728_initial_schemaUpSqlBytes() ([]byte, error) { - return bindataRead( - __1593601728_initial_schemaUpSql, - "1593601728_initial_schema.up.sql", - ) -} - -func _1593601728_initial_schemaUpSql() (*asset, error) { - bytes, err := _1593601728_initial_schemaUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1593601728_initial_schema.up.sql", size: 675, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x61, 0x90, 0x79, 0xd9, 0x14, 0x65, 0xe9, 0x96, 0x53, 0x17, 0x33, 0x54, 0xeb, 0x8b, 0x5d, 0x95, 0x99, 0x10, 0x36, 0x58, 0xdd, 0xb2, 0xbf, 0x45, 0xd9, 0xbb, 0xc4, 0x92, 0xe, 0xce, 0x2}} - return a, nil -} - -var __1598419937_add_push_notifications_tableDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x8b\x2f\x4e\x2d\x2a\x4b\x2d\x42\x11\x2b\xb6\xe6\x02\x04\x00\x00\xff\xff\xb7\xdc\x38\x53\x33\x00\x00\x00") - -func _1598419937_add_push_notifications_tableDownSqlBytes() ([]byte, error) { - return bindataRead( - __1598419937_add_push_notifications_tableDownSql, - "1598419937_add_push_notifications_table.down.sql", - ) -} - -func _1598419937_add_push_notifications_tableDownSql() (*asset, error) { - bytes, err := _1598419937_add_push_notifications_tableDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1598419937_add_push_notifications_table.down.sql", size: 51, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x98, 0xc8, 0x30, 0x45, 0x5b, 0xc5, 0x7d, 0x13, 0x5d, 0xe7, 0xc8, 0x23, 0x43, 0xf7, 0xdc, 0x9c, 0xe2, 0xdd, 0x63, 0xf0, 0xb7, 0x16, 0x40, 0xc, 0xda, 0xb9, 0x16, 0x70, 0x2b, 0x5a, 0x7e}} - return a, nil -} - -var __1598419937_add_push_notifications_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\x28\x28\x2d\xce\x88\xcf\xcb\x2f\xc9\x4c\xcb\x4c\x4e\x2c\xc9\xcc\xcf\x8b\x2f\x4e\x2d\x2a\x4b\x2d\x42\x11\x2b\x56\xd0\xe0\x52\x50\xc8\x4c\x51\x70\xf2\xf1\x77\x02\xeb\xf6\x0b\xf5\xf1\xd1\xe1\x52\x50\x08\xf5\xf3\x0c\x0c\x75\xd5\xc8\x4c\xd1\xe4\xd2\xb4\xe6\x02\x04\x00\x00\xff\xff\xf3\xc8\x52\x6b\x68\x00\x00\x00") - -func _1598419937_add_push_notifications_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1598419937_add_push_notifications_tableUpSql, - "1598419937_add_push_notifications_table.up.sql", - ) -} - -func _1598419937_add_push_notifications_tableUpSql() (*asset, error) { - bytes, err := _1598419937_add_push_notifications_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1598419937_add_push_notifications_table.up.sql", size: 104, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2, 0x3e, 0xef, 0xf, 0xc2, 0xdf, 0xbc, 0x99, 0x7a, 0xc2, 0xd3, 0x64, 0x4f, 0x4c, 0x7e, 0xfc, 0x2e, 0x8c, 0xa7, 0x54, 0xd3, 0x4d, 0x25, 0x98, 0x41, 0xbc, 0xea, 0xd7, 0x2, 0xc1, 0xd0, 0x52}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x3d\x6a\x04\x31\x0c\x85\xfb\x39\xc5\x63\x9b\x6d\x32\x76\x02\x81\x40\x20\x45\xca\xf4\xb9\x80\xd6\xd6\xd8\x62\xc7\xf6\x60\x69\xff\x6e\x1f\x66\xb3\x90\xe9\xa2\xf2\x43\xdf\xd3\x93\xf7\xf8\xce\xa2\x98\x64\x66\x88\xa2\x72\x60\x55\xea\x37\x1c\x38\xd0\x49\x19\xbb\x24\x96\x4f\x07\x17\x5a\xf1\x6a\x64\x27\x1d\xa5\xf8\x22\xa9\x93\xb1\x3f\xbf\xee\x06\xef\x11\xa8\xee\x0d\x99\x6a\x9c\xf9\x9e\xa5\x50\xa3\x6e\x52\x13\x2e\x62\x19\x84\xa5\xf3\x24\x57\x87\x4f\xc3\xcc\xa4\x06\xcb\x64\x7b\x85\x65\x46\x20\xe5\x35\x66\x6a\x1d\xa9\x8d\x07\xa9\x91\x8c\xdc\x8a\xbe\xa6\x0d\x59\x1b\x06\x9a\x67\x8e\x98\x7a\x2b\x77\x57\xa9\x30\xa2\x74\x0e\xd6\xfa\xed\x09\xa4\xca\x86\x4a\x85\x75\xf5\x33\x9d\x19\xb5\x3d\xce\x83\x6a\xfc\xff\x23\x5c\x5a\x3f\x2a\x48\xc1\xd7\x85\x83\x71\x74\xc3\xb0\x50\x38\x52\x62\xfc\xee\x49\xab\x3a\x0c\xde\xa7\xf6\x9e\xb8\xf2\x6a\x6e\x7b\x8e\xa5\x45\x93\xc2\x1f\x2f\x6f\xcf\x8f\xc1\xb8\x1c\xd3\xc6\xc6\xd8\xe0\x9c\xff\x03\x2e\x35\x38\x3f\xfc\x04\x00\x00\xff\xff\xdd\xba\x79\x90\x92\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 402, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0x48, 0xd2, 0x42, 0xd0, 0x5f, 0xf4, 0x53, 0xfe, 0xa5, 0x44, 0xc, 0x8b, 0x6b, 0xed, 0xca, 0xc, 0xc0, 0xd8, 0x2e, 0x90, 0x87, 0x5b, 0x92, 0x6d, 0xa1, 0xf8, 0x15, 0x23, 0x96, 0xdb, 0x11}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1593601728_initial_schema.down.sql": _1593601728_initial_schemaDownSql, - "1593601728_initial_schema.up.sql": _1593601728_initial_schemaUpSql, - "1598419937_add_push_notifications_table.down.sql": _1598419937_add_push_notifications_tableDownSql, - "1598419937_add_push_notifications_table.up.sql": _1598419937_add_push_notifications_tableUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1593601728_initial_schema.down.sql": {_1593601728_initial_schemaDownSql, map[string]*bintree{}}, - "1593601728_initial_schema.up.sql": {_1593601728_initial_schemaUpSql, map[string]*bintree{}}, - "1598419937_add_push_notifications_table.down.sql": {_1598419937_add_push_notifications_tableDownSql, map[string]*bintree{}}, - "1598419937_add_push_notifications_table.up.sql": {_1598419937_add_push_notifications_tableUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/protocol/sqlite/migrations.go b/protocol/sqlite/migrations.go deleted file mode 100644 index e4d735676..000000000 --- a/protocol/sqlite/migrations.go +++ /dev/null @@ -1,75 +0,0 @@ -package sqlite - -import ( - "strings" - - "github.com/pkg/errors" - - encryptmigrations "github.com/status-im/status-go/protocol/encryption/migrations" - appmigrations "github.com/status-im/status-go/protocol/migrations" - push_notification_client_migrations "github.com/status-im/status-go/protocol/pushnotificationclient/migrations" - push_notification_server_migrations "github.com/status-im/status-go/protocol/pushnotificationserver/migrations" - wakumigrations "github.com/status-im/status-go/protocol/transport/migrations" -) - -type getter func(string) ([]byte, error) - -type migrationsWithGetter struct { - Names []string - Getter getter -} - -var defaultMigrations = []migrationsWithGetter{ - { - Names: wakumigrations.AssetNames(), - Getter: wakumigrations.Asset, - }, - { - Names: encryptmigrations.AssetNames(), - Getter: encryptmigrations.Asset, - }, - { - Names: appmigrations.AssetNames(), - Getter: appmigrations.Asset, - }, - { - Names: push_notification_server_migrations.AssetNames(), - Getter: push_notification_server_migrations.Asset, - }, - { - Names: push_notification_client_migrations.AssetNames(), - Getter: push_notification_client_migrations.Asset, - }, -} - -func prepareMigrations(migrations []migrationsWithGetter) ([]string, getter, error) { - var allNames []string - nameToGetter := make(map[string]getter) - - for _, m := range migrations { - for _, name := range m.Names { - if !validateName(name) { - continue - } - - if _, ok := nameToGetter[name]; ok { - return nil, nil, errors.Errorf("migration with name %s already exists", name) - } - allNames = append(allNames, name) - nameToGetter[name] = m.Getter - } - } - - return allNames, func(name string) ([]byte, error) { - getter, ok := nameToGetter[name] - if !ok { - return nil, errors.Errorf("no migration for name %s", name) - } - return getter(name) - }, nil -} - -// validateName verifies that only *.sql files are taken into consideration. -func validateName(name string) bool { - return strings.HasSuffix(name, ".sql") -} diff --git a/protocol/transport/migrations/migrations.go b/protocol/transport/migrations/migrations.go deleted file mode 100644 index 878857682..000000000 --- a/protocol/transport/migrations/migrations.go +++ /dev/null @@ -1,390 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1561059284_add_waku_keys.down.sql (22B) -// 1561059284_add_waku_keys.up.sql (109B) -// 1616691080_add_wakuV2_keys.down.sql (24B) -// 1616691080_add_wakuV2_keys.up.sql (111B) -// 1634723014_add_wakuV2_keys.up.sql (125B) -// doc.go (393B) - -package sqlite - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1561059284_add_waku_keysDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x8d\xcf\x4e\xad\x2c\xb6\xe6\x02\x04\x00\x00\xff\xff\x4f\x00\xe6\x8e\x16\x00\x00\x00") - -func _1561059284_add_waku_keysDownSqlBytes() ([]byte, error) { - return bindataRead( - __1561059284_add_waku_keysDownSql, - "1561059284_add_waku_keys.down.sql", - ) -} - -func _1561059284_add_waku_keysDownSql() (*asset, error) { - bytes, err := _1561059284_add_waku_keysDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1561059284_add_waku_keys.down.sql", size: 22, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0x2a, 0x7e, 0x9, 0xa3, 0xdd, 0xc6, 0x3, 0xfa, 0xaa, 0x98, 0xa0, 0x26, 0x5e, 0x67, 0x43, 0xe6, 0x20, 0xfd, 0x10, 0xfd, 0x60, 0x89, 0x17, 0x13, 0x87, 0x1b, 0x44, 0x36, 0x79, 0xb6, 0x60}} - return a, nil -} - -var __1561059284_add_waku_keysUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xb1\x0a\xc2\x40\x0c\x06\xe0\xfd\x9e\xe2\x1f\x15\x7c\x03\xa7\xbb\x33\x6a\x30\x26\x12\x52\x6a\xa7\x52\xb4\xa0\xdc\xa8\x22\x7d\xfb\x7e\xd5\x29\x07\x21\x72\x11\xc2\x7f\x6a\xbf\xb1\xcd\xcb\x07\x9b\x04\x3c\x5e\xd3\x77\x7c\x3f\x11\x74\x0f\xdc\x9c\xaf\xd9\x07\x5c\x68\x80\x29\xaa\xe9\x51\xb8\x06\xf8\xa4\xe6\xb4\x4b\x40\x9b\x17\x14\xb1\x02\xb5\x80\x76\x22\x69\x8b\x9e\xe3\x6c\x5d\xc0\xad\xe7\xc3\x3e\xad\x01\x00\x00\xff\xff\xbc\x45\x31\x54\x6d\x00\x00\x00") - -func _1561059284_add_waku_keysUpSqlBytes() ([]byte, error) { - return bindataRead( - __1561059284_add_waku_keysUpSql, - "1561059284_add_waku_keys.up.sql", - ) -} - -func _1561059284_add_waku_keysUpSql() (*asset, error) { - bytes, err := _1561059284_add_waku_keysUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1561059284_add_waku_keys.up.sql", size: 109, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x5c, 0x8, 0x32, 0xef, 0x12, 0x88, 0x21, 0xd, 0x7a, 0x42, 0x4d, 0xe7, 0x2d, 0x6c, 0x99, 0xb6, 0x1, 0xf1, 0xba, 0x2c, 0x40, 0x8d, 0xa9, 0x4b, 0xe6, 0xc4, 0x21, 0xec, 0x47, 0x6b, 0xf7}} - return a, nil -} - -var __1616691080_add_wakuv2_keysDownSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\xcf\x4e\xad\x2c\xb6\xe6\x02\x04\x00\x00\xff\xff\x27\xed\xf4\x49\x18\x00\x00\x00") - -func _1616691080_add_wakuv2_keysDownSqlBytes() ([]byte, error) { - return bindataRead( - __1616691080_add_wakuv2_keysDownSql, - "1616691080_add_wakuV2_keys.down.sql", - ) -} - -func _1616691080_add_wakuv2_keysDownSql() (*asset, error) { - bytes, err := _1616691080_add_wakuv2_keysDownSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1616691080_add_wakuV2_keys.down.sql", size: 24, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0xb6, 0x23, 0x70, 0xb8, 0x63, 0x18, 0x61, 0xea, 0x35, 0x6e, 0xae, 0xe9, 0x71, 0x89, 0xa, 0xa5, 0x72, 0xa2, 0x64, 0xaa, 0x45, 0x1, 0xf, 0xfc, 0xee, 0x1b, 0xd9, 0xd2, 0x27, 0xf4, 0xe2}} - return a, nil -} - -var __1616691080_add_wakuv2_keysUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x3d\xcb\xc2\x40\x0c\x07\xf0\xfd\x3e\xc5\x7f\x7c\x1e\x70\x72\x75\xba\x3b\xa3\x06\x63\x22\x21\xa5\x76\x2a\x45\x0b\xca\x8d\xbe\xd1\x6f\xef\xaf\x3a\xe5\x20\x44\x2e\x42\xf8\x4e\xed\xfd\x59\x8f\x6d\x5e\x9e\xf8\x4b\xc0\xf5\x3e\xbd\xc6\xc7\x0d\x41\x97\xc0\xd9\xf9\x94\x7d\xc0\x91\x06\x98\xa2\x9a\xee\x84\x6b\x80\xf7\x6a\x4e\xab\x04\xb4\x79\x41\x11\x2b\x50\x0b\x68\x27\x92\xfe\xd1\x73\x1c\xac\x0b\xb8\xf5\xbc\xdd\xa4\x5f\x00\x00\x00\xff\xff\xae\xa2\xa6\xca\x6f\x00\x00\x00") - -func _1616691080_add_wakuv2_keysUpSqlBytes() ([]byte, error) { - return bindataRead( - __1616691080_add_wakuv2_keysUpSql, - "1616691080_add_wakuV2_keys.up.sql", - ) -} - -func _1616691080_add_wakuv2_keysUpSql() (*asset, error) { - bytes, err := _1616691080_add_wakuv2_keysUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1616691080_add_wakuV2_keys.up.sql", size: 111, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0xf0, 0x97, 0x25, 0xfe, 0x96, 0x2c, 0xa8, 0x62, 0x4a, 0x71, 0x75, 0xff, 0x5f, 0x43, 0x1e, 0x71, 0x53, 0xf1, 0xde, 0xf, 0xcf, 0xcd, 0x87, 0x15, 0x61, 0x9d, 0x25, 0x2e, 0xaf, 0x18, 0x99}} - return a, nil -} - -var __1634723014_add_wakuv2_keysUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcc\xbd\x0a\xc2\x40\x0c\x07\xf0\xfd\x9e\xe2\x3f\x2a\x38\xb9\x3a\xf5\xce\x54\x83\x67\x22\x69\x4a\xdb\xa9\x14\x2d\x28\x37\xfa\x45\xdf\x5e\xf0\x05\x7e\xc9\xa8\x72\x82\x57\x31\x13\xb8\x86\xa8\x83\x7a\x6e\xbc\xc1\x77\x2a\xef\xcf\x76\x2c\xf3\xf2\xc4\x2a\x00\xd7\xfb\xf4\x1a\x1f\x37\x38\xf5\x8e\x8b\xf1\xb9\xb2\x01\x27\x1a\xa0\x82\xa4\x52\x67\x4e\x0e\x3e\x88\x1a\x6d\x02\x50\xe6\x05\x31\x6b\xfc\x93\xd2\xe6\x1c\xd6\xe8\xd8\x8f\xda\x3a\x4c\x3b\xde\xef\xc2\x2f\x00\x00\xff\xff\x56\x21\xd6\x90\x7d\x00\x00\x00") - -func _1634723014_add_wakuv2_keysUpSqlBytes() ([]byte, error) { - return bindataRead( - __1634723014_add_wakuv2_keysUpSql, - "1634723014_add_wakuV2_keys.up.sql", - ) -} - -func _1634723014_add_wakuv2_keysUpSql() (*asset, error) { - bytes, err := _1634723014_add_wakuv2_keysUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1634723014_add_wakuV2_keys.up.sql", size: 125, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xe1, 0x7a, 0x1e, 0x6, 0xad, 0x1b, 0x37, 0xdb, 0xea, 0x94, 0xaf, 0xe0, 0x7d, 0xc9, 0xd6, 0xda, 0x52, 0x71, 0x8a, 0x44, 0xb3, 0xa6, 0x7b, 0x1e, 0x90, 0xdb, 0x1e, 0x5a, 0xa, 0x40, 0x26}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xbd\x6a\xec\x30\x10\x85\x7b\x3f\xc5\x61\x9b\x6d\xae\xa5\x1b\x08\x04\x02\x29\x52\xa6\xcf\x0b\xcc\x4a\x63\x69\x58\x4b\x72\x34\xe3\xfd\x79\xfb\xe0\xc5\xc5\x76\x99\xf2\xc0\x77\xce\x37\xde\xe3\x3b\x8b\x62\x92\x99\x21\x8a\xca\x81\x55\xa9\xdf\x71\xe2\x40\xab\x32\x0e\x49\x2c\xaf\x27\x17\x5a\xf1\x6a\x64\xab\x8e\x52\x7c\x91\xd4\xc9\xd8\x5f\x5e\x0f\x83\xf7\x08\x54\x8f\x86\x4c\x35\xce\xfc\xe8\x52\xa8\x51\x37\xa9\x09\x57\xb1\x0c\xc2\xd2\x79\x92\x9b\xc3\xa7\x61\x66\x52\x83\x65\xb2\xa3\xc2\x32\x23\x90\xf2\x56\x33\xb5\x8e\xd4\xc6\x93\xd4\x48\x46\x6e\x8b\xbe\xa6\xa7\x64\x33\x0c\x34\xcf\x1c\x31\xf5\x56\x1e\xac\x52\x61\x44\xe9\x1c\xac\xf5\xfb\x3f\x90\x2a\x1b\x2a\x15\xd6\x8d\xcf\x74\x61\xd4\xb6\xcf\x83\x6a\xfc\xfb\x23\x5c\x5b\x3f\x2b\x48\xc1\xb7\x85\x83\x71\x74\xc3\xb0\x50\x38\x53\x62\xe8\xcf\x2c\xc6\xc3\xe0\x7d\x6a\xef\x89\x2b\x6f\xd4\xb3\xe3\x58\x5a\x34\x29\xfc\xf1\xf2\xf6\x7f\x3f\x8c\xcb\x39\xed\x24\xc6\x06\xe7\xf6\x39\x69\x55\x5d\x6a\x70\xc3\x6f\x00\x00\x00\xff\xff\xc5\xaf\x3c\xfb\x89\x01\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 393, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0x22, 0x63, 0x1, 0xf1, 0xb5, 0xd4, 0x48, 0xa8, 0x75, 0x3f, 0xa8, 0x3, 0x83, 0x19, 0x1, 0x27, 0xa2, 0xe8, 0x9, 0x94, 0x46, 0x61, 0xf, 0xcb, 0xb5, 0x5e, 0xbd, 0x35, 0xd5, 0x6e, 0x51}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1561059284_add_waku_keys.down.sql": _1561059284_add_waku_keysDownSql, - "1561059284_add_waku_keys.up.sql": _1561059284_add_waku_keysUpSql, - "1616691080_add_wakuV2_keys.down.sql": _1616691080_add_wakuv2_keysDownSql, - "1616691080_add_wakuV2_keys.up.sql": _1616691080_add_wakuv2_keysUpSql, - "1634723014_add_wakuV2_keys.up.sql": _1634723014_add_wakuv2_keysUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1561059284_add_waku_keys.down.sql": {_1561059284_add_waku_keysDownSql, map[string]*bintree{}}, - "1561059284_add_waku_keys.up.sql": {_1561059284_add_waku_keysUpSql, map[string]*bintree{}}, - "1616691080_add_wakuV2_keys.down.sql": {_1616691080_add_wakuv2_keysDownSql, map[string]*bintree{}}, - "1616691080_add_wakuV2_keys.up.sql": {_1616691080_add_wakuv2_keysUpSql, map[string]*bintree{}}, - "1634723014_add_wakuV2_keys.up.sql": {_1634723014_add_wakuv2_keysUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/rpc/chain/mock/client/client.go b/rpc/chain/mock/client/client.go deleted file mode 100644 index a838ab610..000000000 --- a/rpc/chain/mock/client/client.go +++ /dev/null @@ -1,791 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: rpc/chain/client.go -// -// Generated by this command: -// -// mockgen -package=mock_client -destination=rpc/chain/mock/client/client.go -source=rpc/chain/client.go -// - -// Package mock_client is a generated GoMock package. -package mock_client - -import ( - context "context" - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - ethereum "github.com/ethereum/go-ethereum" - common "github.com/ethereum/go-ethereum/common" - types "github.com/ethereum/go-ethereum/core/types" - rpc "github.com/ethereum/go-ethereum/rpc" - circuitbreaker "github.com/status-im/status-go/circuitbreaker" - rpclimiter "github.com/status-im/status-go/rpc/chain/rpclimiter" -) - -// MockClientInterface is a mock of ClientInterface interface. -type MockClientInterface struct { - ctrl *gomock.Controller - recorder *MockClientInterfaceMockRecorder -} - -// MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface. -type MockClientInterfaceMockRecorder struct { - mock *MockClientInterface -} - -// NewMockClientInterface creates a new mock instance. -func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface { - mock := &MockClientInterface{ctrl: ctrl} - mock.recorder = &MockClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder { - return m.recorder -} - -// BalanceAt mocks base method. -func (m *MockClientInterface) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BalanceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BalanceAt indicates an expected call of BalanceAt. -func (mr *MockClientInterfaceMockRecorder) BalanceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BalanceAt", reflect.TypeOf((*MockClientInterface)(nil).BalanceAt), ctx, account, blockNumber) -} - -// BatchCallContext mocks base method. -func (m *MockClientInterface) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BatchCallContext", ctx, b) - ret0, _ := ret[0].(error) - return ret0 -} - -// BatchCallContext indicates an expected call of BatchCallContext. -func (mr *MockClientInterfaceMockRecorder) BatchCallContext(ctx, b any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BatchCallContext", reflect.TypeOf((*MockClientInterface)(nil).BatchCallContext), ctx, b) -} - -// BlockByHash mocks base method. -func (m *MockClientInterface) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByHash", ctx, hash) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByHash indicates an expected call of BlockByHash. -func (mr *MockClientInterfaceMockRecorder) BlockByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByHash", reflect.TypeOf((*MockClientInterface)(nil).BlockByHash), ctx, hash) -} - -// BlockByNumber mocks base method. -func (m *MockClientInterface) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByNumber", ctx, number) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByNumber indicates an expected call of BlockByNumber. -func (mr *MockClientInterfaceMockRecorder) BlockByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByNumber", reflect.TypeOf((*MockClientInterface)(nil).BlockByNumber), ctx, number) -} - -// BlockNumber mocks base method. -func (m *MockClientInterface) BlockNumber(ctx context.Context) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockNumber", ctx) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockNumber indicates an expected call of BlockNumber. -func (mr *MockClientInterfaceMockRecorder) BlockNumber(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockNumber", reflect.TypeOf((*MockClientInterface)(nil).BlockNumber), ctx) -} - -// CallContext mocks base method. -func (m *MockClientInterface) CallContext(ctx context.Context, result any, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{ctx, result, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "CallContext", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// CallContext indicates an expected call of CallContext. -func (mr *MockClientInterfaceMockRecorder) CallContext(ctx, result, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{ctx, result, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContext", reflect.TypeOf((*MockClientInterface)(nil).CallContext), varargs...) -} - -// CallContract mocks base method. -func (m *MockClientInterface) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CallContract", ctx, call, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CallContract indicates an expected call of CallContract. -func (mr *MockClientInterfaceMockRecorder) CallContract(ctx, call, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContract", reflect.TypeOf((*MockClientInterface)(nil).CallContract), ctx, call, blockNumber) -} - -// Close mocks base method. -func (m *MockClientInterface) Close() { - m.ctrl.T.Helper() - m.ctrl.Call(m, "Close") -} - -// Close indicates an expected call of Close. -func (mr *MockClientInterfaceMockRecorder) Close() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Close", reflect.TypeOf((*MockClientInterface)(nil).Close)) -} - -// CodeAt mocks base method. -func (m *MockClientInterface) CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CodeAt", ctx, account, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CodeAt indicates an expected call of CodeAt. -func (mr *MockClientInterfaceMockRecorder) CodeAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CodeAt", reflect.TypeOf((*MockClientInterface)(nil).CodeAt), ctx, account, blockNumber) -} - -// EstimateGas mocks base method. -func (m *MockClientInterface) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", ctx, call) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockClientInterfaceMockRecorder) EstimateGas(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockClientInterface)(nil).EstimateGas), ctx, call) -} - -// FeeHistory mocks base method. -func (m *MockClientInterface) FeeHistory(ctx context.Context, blockCount uint64, lastBlock *big.Int, rewardPercentiles []float64) (*ethereum.FeeHistory, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FeeHistory", ctx, blockCount, lastBlock, rewardPercentiles) - ret0, _ := ret[0].(*ethereum.FeeHistory) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FeeHistory indicates an expected call of FeeHistory. -func (mr *MockClientInterfaceMockRecorder) FeeHistory(ctx, blockCount, lastBlock, rewardPercentiles any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FeeHistory", reflect.TypeOf((*MockClientInterface)(nil).FeeHistory), ctx, blockCount, lastBlock, rewardPercentiles) -} - -// FilterLogs mocks base method. -func (m *MockClientInterface) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FilterLogs", ctx, q) - ret0, _ := ret[0].([]types.Log) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FilterLogs indicates an expected call of FilterLogs. -func (mr *MockClientInterfaceMockRecorder) FilterLogs(ctx, q any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FilterLogs", reflect.TypeOf((*MockClientInterface)(nil).FilterLogs), ctx, q) -} - -// GetBaseFeeFromBlock mocks base method. -func (m *MockClientInterface) GetBaseFeeFromBlock(ctx context.Context, blockNumber *big.Int) (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBaseFeeFromBlock", ctx, blockNumber) - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBaseFeeFromBlock indicates an expected call of GetBaseFeeFromBlock. -func (mr *MockClientInterfaceMockRecorder) GetBaseFeeFromBlock(ctx, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBaseFeeFromBlock", reflect.TypeOf((*MockClientInterface)(nil).GetBaseFeeFromBlock), ctx, blockNumber) -} - -// GetLimiter mocks base method. -func (m *MockClientInterface) GetLimiter() rpclimiter.RequestLimiter { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetLimiter") - ret0, _ := ret[0].(rpclimiter.RequestLimiter) - return ret0 -} - -// GetLimiter indicates an expected call of GetLimiter. -func (mr *MockClientInterfaceMockRecorder) GetLimiter() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLimiter", reflect.TypeOf((*MockClientInterface)(nil).GetLimiter)) -} - -// GetWalletNotifier mocks base method. -func (m *MockClientInterface) GetWalletNotifier() func(uint64, string) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetWalletNotifier") - ret0, _ := ret[0].(func(uint64, string)) - return ret0 -} - -// GetWalletNotifier indicates an expected call of GetWalletNotifier. -func (mr *MockClientInterfaceMockRecorder) GetWalletNotifier() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWalletNotifier", reflect.TypeOf((*MockClientInterface)(nil).GetWalletNotifier)) -} - -// HeaderByHash mocks base method. -func (m *MockClientInterface) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByHash", ctx, hash) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByHash indicates an expected call of HeaderByHash. -func (mr *MockClientInterfaceMockRecorder) HeaderByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByHash", reflect.TypeOf((*MockClientInterface)(nil).HeaderByHash), ctx, hash) -} - -// HeaderByNumber mocks base method. -func (m *MockClientInterface) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByNumber", ctx, number) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByNumber indicates an expected call of HeaderByNumber. -func (mr *MockClientInterfaceMockRecorder) HeaderByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByNumber", reflect.TypeOf((*MockClientInterface)(nil).HeaderByNumber), ctx, number) -} - -// IsConnected mocks base method. -func (m *MockClientInterface) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockClientInterfaceMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockClientInterface)(nil).IsConnected)) -} - -// NetworkID mocks base method. -func (m *MockClientInterface) NetworkID() uint64 { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NetworkID") - ret0, _ := ret[0].(uint64) - return ret0 -} - -// NetworkID indicates an expected call of NetworkID. -func (mr *MockClientInterfaceMockRecorder) NetworkID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkID", reflect.TypeOf((*MockClientInterface)(nil).NetworkID)) -} - -// NonceAt mocks base method. -func (m *MockClientInterface) NonceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NonceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NonceAt indicates an expected call of NonceAt. -func (mr *MockClientInterfaceMockRecorder) NonceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NonceAt", reflect.TypeOf((*MockClientInterface)(nil).NonceAt), ctx, account, blockNumber) -} - -// PendingBalanceAt mocks base method. -func (m *MockClientInterface) PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingBalanceAt", ctx, account) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingBalanceAt indicates an expected call of PendingBalanceAt. -func (mr *MockClientInterfaceMockRecorder) PendingBalanceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingBalanceAt", reflect.TypeOf((*MockClientInterface)(nil).PendingBalanceAt), ctx, account) -} - -// PendingCallContract mocks base method. -func (m *MockClientInterface) PendingCallContract(ctx context.Context, call ethereum.CallMsg) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCallContract", ctx, call) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCallContract indicates an expected call of PendingCallContract. -func (mr *MockClientInterfaceMockRecorder) PendingCallContract(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCallContract", reflect.TypeOf((*MockClientInterface)(nil).PendingCallContract), ctx, call) -} - -// PendingCodeAt mocks base method. -func (m *MockClientInterface) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCodeAt", ctx, account) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCodeAt indicates an expected call of PendingCodeAt. -func (mr *MockClientInterfaceMockRecorder) PendingCodeAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCodeAt", reflect.TypeOf((*MockClientInterface)(nil).PendingCodeAt), ctx, account) -} - -// PendingNonceAt mocks base method. -func (m *MockClientInterface) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingNonceAt", ctx, account) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingNonceAt indicates an expected call of PendingNonceAt. -func (mr *MockClientInterfaceMockRecorder) PendingNonceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingNonceAt", reflect.TypeOf((*MockClientInterface)(nil).PendingNonceAt), ctx, account) -} - -// PendingStorageAt mocks base method. -func (m *MockClientInterface) PendingStorageAt(ctx context.Context, account common.Address, key common.Hash) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingStorageAt", ctx, account, key) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingStorageAt indicates an expected call of PendingStorageAt. -func (mr *MockClientInterfaceMockRecorder) PendingStorageAt(ctx, account, key any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingStorageAt", reflect.TypeOf((*MockClientInterface)(nil).PendingStorageAt), ctx, account, key) -} - -// PendingTransactionCount mocks base method. -func (m *MockClientInterface) PendingTransactionCount(ctx context.Context) (uint, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingTransactionCount", ctx) - ret0, _ := ret[0].(uint) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingTransactionCount indicates an expected call of PendingTransactionCount. -func (mr *MockClientInterfaceMockRecorder) PendingTransactionCount(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingTransactionCount", reflect.TypeOf((*MockClientInterface)(nil).PendingTransactionCount), ctx) -} - -// SendTransaction mocks base method. -func (m *MockClientInterface) SendTransaction(ctx context.Context, tx *types.Transaction) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransaction", ctx, tx) - ret0, _ := ret[0].(error) - return ret0 -} - -// SendTransaction indicates an expected call of SendTransaction. -func (mr *MockClientInterfaceMockRecorder) SendTransaction(ctx, tx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransaction", reflect.TypeOf((*MockClientInterface)(nil).SendTransaction), ctx, tx) -} - -// SetIsConnected mocks base method. -func (m *MockClientInterface) SetIsConnected(arg0 bool) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetIsConnected", arg0) -} - -// SetIsConnected indicates an expected call of SetIsConnected. -func (mr *MockClientInterfaceMockRecorder) SetIsConnected(arg0 any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetIsConnected", reflect.TypeOf((*MockClientInterface)(nil).SetIsConnected), arg0) -} - -// SetLimiter mocks base method. -func (m *MockClientInterface) SetLimiter(arg0 rpclimiter.RequestLimiter) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetLimiter", arg0) -} - -// SetLimiter indicates an expected call of SetLimiter. -func (mr *MockClientInterfaceMockRecorder) SetLimiter(arg0 any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetLimiter", reflect.TypeOf((*MockClientInterface)(nil).SetLimiter), arg0) -} - -// SetWalletNotifier mocks base method. -func (m *MockClientInterface) SetWalletNotifier(notifier func(uint64, string)) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetWalletNotifier", notifier) -} - -// SetWalletNotifier indicates an expected call of SetWalletNotifier. -func (mr *MockClientInterfaceMockRecorder) SetWalletNotifier(notifier any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetWalletNotifier", reflect.TypeOf((*MockClientInterface)(nil).SetWalletNotifier), notifier) -} - -// StorageAt mocks base method. -func (m *MockClientInterface) StorageAt(ctx context.Context, account common.Address, key common.Hash, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "StorageAt", ctx, account, key, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// StorageAt indicates an expected call of StorageAt. -func (mr *MockClientInterfaceMockRecorder) StorageAt(ctx, account, key, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageAt", reflect.TypeOf((*MockClientInterface)(nil).StorageAt), ctx, account, key, blockNumber) -} - -// SubscribeFilterLogs mocks base method. -func (m *MockClientInterface) SubscribeFilterLogs(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SubscribeFilterLogs", ctx, q, ch) - ret0, _ := ret[0].(ethereum.Subscription) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SubscribeFilterLogs indicates an expected call of SubscribeFilterLogs. -func (mr *MockClientInterfaceMockRecorder) SubscribeFilterLogs(ctx, q, ch any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SubscribeFilterLogs", reflect.TypeOf((*MockClientInterface)(nil).SubscribeFilterLogs), ctx, q, ch) -} - -// SuggestGasPrice mocks base method. -func (m *MockClientInterface) SuggestGasPrice(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasPrice", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasPrice indicates an expected call of SuggestGasPrice. -func (mr *MockClientInterfaceMockRecorder) SuggestGasPrice(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasPrice", reflect.TypeOf((*MockClientInterface)(nil).SuggestGasPrice), ctx) -} - -// SuggestGasTipCap mocks base method. -func (m *MockClientInterface) SuggestGasTipCap(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasTipCap", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasTipCap indicates an expected call of SuggestGasTipCap. -func (mr *MockClientInterfaceMockRecorder) SuggestGasTipCap(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasTipCap", reflect.TypeOf((*MockClientInterface)(nil).SuggestGasTipCap), ctx) -} - -// SyncProgress mocks base method. -func (m *MockClientInterface) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SyncProgress", ctx) - ret0, _ := ret[0].(*ethereum.SyncProgress) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SyncProgress indicates an expected call of SyncProgress. -func (mr *MockClientInterfaceMockRecorder) SyncProgress(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SyncProgress", reflect.TypeOf((*MockClientInterface)(nil).SyncProgress), ctx) -} - -// ToBigInt mocks base method. -func (m *MockClientInterface) ToBigInt() *big.Int { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ToBigInt") - ret0, _ := ret[0].(*big.Int) - return ret0 -} - -// ToBigInt indicates an expected call of ToBigInt. -func (mr *MockClientInterfaceMockRecorder) ToBigInt() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ToBigInt", reflect.TypeOf((*MockClientInterface)(nil).ToBigInt)) -} - -// TransactionByHash mocks base method. -func (m *MockClientInterface) TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionByHash", ctx, txHash) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(bool) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// TransactionByHash indicates an expected call of TransactionByHash. -func (mr *MockClientInterfaceMockRecorder) TransactionByHash(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionByHash", reflect.TypeOf((*MockClientInterface)(nil).TransactionByHash), ctx, txHash) -} - -// TransactionReceipt mocks base method. -func (m *MockClientInterface) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionReceipt", ctx, txHash) - ret0, _ := ret[0].(*types.Receipt) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionReceipt indicates an expected call of TransactionReceipt. -func (mr *MockClientInterfaceMockRecorder) TransactionReceipt(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionReceipt", reflect.TypeOf((*MockClientInterface)(nil).TransactionReceipt), ctx, txHash) -} - -// TransactionSender mocks base method. -func (m *MockClientInterface) TransactionSender(ctx context.Context, tx *types.Transaction, block common.Hash, index uint) (common.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionSender", ctx, tx, block, index) - ret0, _ := ret[0].(common.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionSender indicates an expected call of TransactionSender. -func (mr *MockClientInterfaceMockRecorder) TransactionSender(ctx, tx, block, index any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionSender", reflect.TypeOf((*MockClientInterface)(nil).TransactionSender), ctx, tx, block, index) -} - -// MockHealthMonitor is a mock of HealthMonitor interface. -type MockHealthMonitor struct { - ctrl *gomock.Controller - recorder *MockHealthMonitorMockRecorder -} - -// MockHealthMonitorMockRecorder is the mock recorder for MockHealthMonitor. -type MockHealthMonitorMockRecorder struct { - mock *MockHealthMonitor -} - -// NewMockHealthMonitor creates a new mock instance. -func NewMockHealthMonitor(ctrl *gomock.Controller) *MockHealthMonitor { - mock := &MockHealthMonitor{ctrl: ctrl} - mock.recorder = &MockHealthMonitorMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockHealthMonitor) EXPECT() *MockHealthMonitorMockRecorder { - return m.recorder -} - -// GetCircuitBreaker mocks base method. -func (m *MockHealthMonitor) GetCircuitBreaker() *circuitbreaker.CircuitBreaker { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCircuitBreaker") - ret0, _ := ret[0].(*circuitbreaker.CircuitBreaker) - return ret0 -} - -// GetCircuitBreaker indicates an expected call of GetCircuitBreaker. -func (mr *MockHealthMonitorMockRecorder) GetCircuitBreaker() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCircuitBreaker", reflect.TypeOf((*MockHealthMonitor)(nil).GetCircuitBreaker)) -} - -// SetCircuitBreaker mocks base method. -func (m *MockHealthMonitor) SetCircuitBreaker(cb *circuitbreaker.CircuitBreaker) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetCircuitBreaker", cb) -} - -// SetCircuitBreaker indicates an expected call of SetCircuitBreaker. -func (mr *MockHealthMonitorMockRecorder) SetCircuitBreaker(cb any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetCircuitBreaker", reflect.TypeOf((*MockHealthMonitor)(nil).SetCircuitBreaker), cb) -} - -// MockCopyable is a mock of Copyable interface. -type MockCopyable struct { - ctrl *gomock.Controller - recorder *MockCopyableMockRecorder -} - -// MockCopyableMockRecorder is the mock recorder for MockCopyable. -type MockCopyableMockRecorder struct { - mock *MockCopyable -} - -// NewMockCopyable creates a new mock instance. -func NewMockCopyable(ctrl *gomock.Controller) *MockCopyable { - mock := &MockCopyable{ctrl: ctrl} - mock.recorder = &MockCopyableMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCopyable) EXPECT() *MockCopyableMockRecorder { - return m.recorder -} - -// Copy mocks base method. -func (m *MockCopyable) Copy() any { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Copy") - ret0, _ := ret[0].(any) - return ret0 -} - -// Copy indicates an expected call of Copy. -func (mr *MockCopyableMockRecorder) Copy() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Copy", reflect.TypeOf((*MockCopyable)(nil).Copy)) -} - -// MockHealthMonitor is a mock of HealthMonitor interface. -type MockHealthMonitor struct { - ctrl *gomock.Controller - recorder *MockHealthMonitorMockRecorder -} - -// MockHealthMonitorMockRecorder is the mock recorder for MockHealthMonitor. -type MockHealthMonitorMockRecorder struct { - mock *MockHealthMonitor -} - -// NewMockHealthMonitor creates a new mock instance. -func NewMockHealthMonitor(ctrl *gomock.Controller) *MockHealthMonitor { - mock := &MockHealthMonitor{ctrl: ctrl} - mock.recorder = &MockHealthMonitorMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockHealthMonitor) EXPECT() *MockHealthMonitorMockRecorder { - return m.recorder -} - -// GetCircuitBreaker mocks base method. -func (m *MockHealthMonitor) GetCircuitBreaker() *circuitbreaker.CircuitBreaker { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCircuitBreaker") - ret0, _ := ret[0].(*circuitbreaker.CircuitBreaker) - return ret0 -} - -// GetCircuitBreaker indicates an expected call of GetCircuitBreaker. -func (mr *MockHealthMonitorMockRecorder) GetCircuitBreaker() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCircuitBreaker", reflect.TypeOf((*MockHealthMonitor)(nil).GetCircuitBreaker)) -} - -// SetCircuitBreaker mocks base method. -func (m *MockHealthMonitor) SetCircuitBreaker(cb *circuitbreaker.CircuitBreaker) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetCircuitBreaker", cb) -} - -// SetCircuitBreaker indicates an expected call of SetCircuitBreaker. -func (mr *MockHealthMonitorMockRecorder) SetCircuitBreaker(cb interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetCircuitBreaker", reflect.TypeOf((*MockHealthMonitor)(nil).SetCircuitBreaker), cb) -} - -// MockCopyable is a mock of Copyable interface. -type MockCopyable struct { - ctrl *gomock.Controller - recorder *MockCopyableMockRecorder -} - -// MockCopyableMockRecorder is the mock recorder for MockCopyable. -type MockCopyableMockRecorder struct { - mock *MockCopyable -} - -// NewMockCopyable creates a new mock instance. -func NewMockCopyable(ctrl *gomock.Controller) *MockCopyable { - mock := &MockCopyable{ctrl: ctrl} - mock.recorder = &MockCopyableMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCopyable) EXPECT() *MockCopyableMockRecorder { - return m.recorder -} - -// Copy mocks base method. -func (m *MockCopyable) Copy() interface{} { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Copy") - ret0, _ := ret[0].(interface{}) - return ret0 -} - -// Copy indicates an expected call of Copy. -func (mr *MockCopyableMockRecorder) Copy() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Copy", reflect.TypeOf((*MockCopyable)(nil).Copy)) -} diff --git a/rpc/chain/mock/client/ethclient/eth_client.go b/rpc/chain/mock/client/ethclient/eth_client.go deleted file mode 100644 index 5f1bdd4f2..000000000 --- a/rpc/chain/mock/client/ethclient/eth_client.go +++ /dev/null @@ -1,1154 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: rpc/chain/ethclient/eth_client.go -// -// Generated by this command: -// -// mockgen -package=mock_ethclient -destination=rpc/chain/mock/client/ethclient/eth_client.go -source=rpc/chain/ethclient/eth_client.go -// - -// Package mock_ethclient is a generated GoMock package. -package mock_ethclient - -import ( - context "context" - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - ethereum "github.com/ethereum/go-ethereum" - common "github.com/ethereum/go-ethereum/common" - types "github.com/ethereum/go-ethereum/core/types" - rpc "github.com/ethereum/go-ethereum/rpc" -) - -// MockChainReader is a mock of ChainReader interface. -type MockChainReader struct { - ctrl *gomock.Controller - recorder *MockChainReaderMockRecorder -} - -// MockChainReaderMockRecorder is the mock recorder for MockChainReader. -type MockChainReaderMockRecorder struct { - mock *MockChainReader -} - -// NewMockChainReader creates a new mock instance. -func NewMockChainReader(ctrl *gomock.Controller) *MockChainReader { - mock := &MockChainReader{ctrl: ctrl} - mock.recorder = &MockChainReaderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockChainReader) EXPECT() *MockChainReaderMockRecorder { - return m.recorder -} - -// BlockByHash mocks base method. -func (m *MockChainReader) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByHash", ctx, hash) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByHash indicates an expected call of BlockByHash. -func (mr *MockChainReaderMockRecorder) BlockByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByHash", reflect.TypeOf((*MockChainReader)(nil).BlockByHash), ctx, hash) -} - -// BlockByNumber mocks base method. -func (m *MockChainReader) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByNumber", ctx, number) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByNumber indicates an expected call of BlockByNumber. -func (mr *MockChainReaderMockRecorder) BlockByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByNumber", reflect.TypeOf((*MockChainReader)(nil).BlockByNumber), ctx, number) -} - -// HeaderByHash mocks base method. -func (m *MockChainReader) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByHash", ctx, hash) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByHash indicates an expected call of HeaderByHash. -func (mr *MockChainReaderMockRecorder) HeaderByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByHash", reflect.TypeOf((*MockChainReader)(nil).HeaderByHash), ctx, hash) -} - -// HeaderByNumber mocks base method. -func (m *MockChainReader) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByNumber", ctx, number) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByNumber indicates an expected call of HeaderByNumber. -func (mr *MockChainReaderMockRecorder) HeaderByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByNumber", reflect.TypeOf((*MockChainReader)(nil).HeaderByNumber), ctx, number) -} - -// MockCallClient is a mock of CallClient interface. -type MockCallClient struct { - ctrl *gomock.Controller - recorder *MockCallClientMockRecorder -} - -// MockCallClientMockRecorder is the mock recorder for MockCallClient. -type MockCallClientMockRecorder struct { - mock *MockCallClient -} - -// NewMockCallClient creates a new mock instance. -func NewMockCallClient(ctrl *gomock.Controller) *MockCallClient { - mock := &MockCallClient{ctrl: ctrl} - mock.recorder = &MockCallClientMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCallClient) EXPECT() *MockCallClientMockRecorder { - return m.recorder -} - -// CallContext mocks base method. -func (m *MockCallClient) CallContext(ctx context.Context, result any, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{ctx, result, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "CallContext", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// CallContext indicates an expected call of CallContext. -func (mr *MockCallClientMockRecorder) CallContext(ctx, result, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{ctx, result, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContext", reflect.TypeOf((*MockCallClient)(nil).CallContext), varargs...) -} - -// MockBatchCallClient is a mock of BatchCallClient interface. -type MockBatchCallClient struct { - ctrl *gomock.Controller - recorder *MockBatchCallClientMockRecorder -} - -// MockBatchCallClientMockRecorder is the mock recorder for MockBatchCallClient. -type MockBatchCallClientMockRecorder struct { - mock *MockBatchCallClient -} - -// NewMockBatchCallClient creates a new mock instance. -func NewMockBatchCallClient(ctrl *gomock.Controller) *MockBatchCallClient { - mock := &MockBatchCallClient{ctrl: ctrl} - mock.recorder = &MockBatchCallClientMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockBatchCallClient) EXPECT() *MockBatchCallClientMockRecorder { - return m.recorder -} - -// BatchCallContext mocks base method. -func (m *MockBatchCallClient) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BatchCallContext", ctx, b) - ret0, _ := ret[0].(error) - return ret0 -} - -// BatchCallContext indicates an expected call of BatchCallContext. -func (mr *MockBatchCallClientMockRecorder) BatchCallContext(ctx, b any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BatchCallContext", reflect.TypeOf((*MockBatchCallClient)(nil).BatchCallContext), ctx, b) -} - -// MockRPCClientInterface is a mock of RPCClientInterface interface. -type MockRPCClientInterface struct { - ctrl *gomock.Controller - recorder *MockRPCClientInterfaceMockRecorder -} - -// MockRPCClientInterfaceMockRecorder is the mock recorder for MockRPCClientInterface. -type MockRPCClientInterfaceMockRecorder struct { - mock *MockRPCClientInterface -} - -// NewMockRPCClientInterface creates a new mock instance. -func NewMockRPCClientInterface(ctrl *gomock.Controller) *MockRPCClientInterface { - mock := &MockRPCClientInterface{ctrl: ctrl} - mock.recorder = &MockRPCClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockRPCClientInterface) EXPECT() *MockRPCClientInterfaceMockRecorder { - return m.recorder -} - -// BatchCallContext mocks base method. -func (m *MockRPCClientInterface) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BatchCallContext", ctx, b) - ret0, _ := ret[0].(error) - return ret0 -} - -// BatchCallContext indicates an expected call of BatchCallContext. -func (mr *MockRPCClientInterfaceMockRecorder) BatchCallContext(ctx, b any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BatchCallContext", reflect.TypeOf((*MockRPCClientInterface)(nil).BatchCallContext), ctx, b) -} - -// CallContext mocks base method. -func (m *MockRPCClientInterface) CallContext(ctx context.Context, result any, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{ctx, result, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "CallContext", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// CallContext indicates an expected call of CallContext. -func (mr *MockRPCClientInterfaceMockRecorder) CallContext(ctx, result, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{ctx, result, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContext", reflect.TypeOf((*MockRPCClientInterface)(nil).CallContext), varargs...) -} - -// MockBaseEthClientInterface is a mock of BaseEthClientInterface interface. -type MockBaseEthClientInterface struct { - ctrl *gomock.Controller - recorder *MockBaseEthClientInterfaceMockRecorder -} - -// MockBaseEthClientInterfaceMockRecorder is the mock recorder for MockBaseEthClientInterface. -type MockBaseEthClientInterfaceMockRecorder struct { - mock *MockBaseEthClientInterface -} - -// NewMockBaseEthClientInterface creates a new mock instance. -func NewMockBaseEthClientInterface(ctrl *gomock.Controller) *MockBaseEthClientInterface { - mock := &MockBaseEthClientInterface{ctrl: ctrl} - mock.recorder = &MockBaseEthClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockBaseEthClientInterface) EXPECT() *MockBaseEthClientInterfaceMockRecorder { - return m.recorder -} - -// BalanceAt mocks base method. -func (m *MockBaseEthClientInterface) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BalanceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BalanceAt indicates an expected call of BalanceAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) BalanceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BalanceAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).BalanceAt), ctx, account, blockNumber) -} - -// BlockByHash mocks base method. -func (m *MockBaseEthClientInterface) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByHash", ctx, hash) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByHash indicates an expected call of BlockByHash. -func (mr *MockBaseEthClientInterfaceMockRecorder) BlockByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByHash", reflect.TypeOf((*MockBaseEthClientInterface)(nil).BlockByHash), ctx, hash) -} - -// BlockByNumber mocks base method. -func (m *MockBaseEthClientInterface) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByNumber", ctx, number) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByNumber indicates an expected call of BlockByNumber. -func (mr *MockBaseEthClientInterfaceMockRecorder) BlockByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByNumber", reflect.TypeOf((*MockBaseEthClientInterface)(nil).BlockByNumber), ctx, number) -} - -// BlockNumber mocks base method. -func (m *MockBaseEthClientInterface) BlockNumber(ctx context.Context) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockNumber", ctx) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockNumber indicates an expected call of BlockNumber. -func (mr *MockBaseEthClientInterfaceMockRecorder) BlockNumber(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockNumber", reflect.TypeOf((*MockBaseEthClientInterface)(nil).BlockNumber), ctx) -} - -// CallContract mocks base method. -func (m *MockBaseEthClientInterface) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CallContract", ctx, call, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CallContract indicates an expected call of CallContract. -func (mr *MockBaseEthClientInterfaceMockRecorder) CallContract(ctx, call, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContract", reflect.TypeOf((*MockBaseEthClientInterface)(nil).CallContract), ctx, call, blockNumber) -} - -// Close mocks base method. -func (m *MockBaseEthClientInterface) Close() { - m.ctrl.T.Helper() - m.ctrl.Call(m, "Close") -} - -// Close indicates an expected call of Close. -func (mr *MockBaseEthClientInterfaceMockRecorder) Close() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Close", reflect.TypeOf((*MockBaseEthClientInterface)(nil).Close)) -} - -// CodeAt mocks base method. -func (m *MockBaseEthClientInterface) CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CodeAt", ctx, account, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CodeAt indicates an expected call of CodeAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) CodeAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CodeAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).CodeAt), ctx, account, blockNumber) -} - -// EstimateGas mocks base method. -func (m *MockBaseEthClientInterface) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", ctx, call) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockBaseEthClientInterfaceMockRecorder) EstimateGas(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockBaseEthClientInterface)(nil).EstimateGas), ctx, call) -} - -// FeeHistory mocks base method. -func (m *MockBaseEthClientInterface) FeeHistory(ctx context.Context, blockCount uint64, lastBlock *big.Int, rewardPercentiles []float64) (*ethereum.FeeHistory, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FeeHistory", ctx, blockCount, lastBlock, rewardPercentiles) - ret0, _ := ret[0].(*ethereum.FeeHistory) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FeeHistory indicates an expected call of FeeHistory. -func (mr *MockBaseEthClientInterfaceMockRecorder) FeeHistory(ctx, blockCount, lastBlock, rewardPercentiles any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FeeHistory", reflect.TypeOf((*MockBaseEthClientInterface)(nil).FeeHistory), ctx, blockCount, lastBlock, rewardPercentiles) -} - -// FilterLogs mocks base method. -func (m *MockBaseEthClientInterface) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FilterLogs", ctx, q) - ret0, _ := ret[0].([]types.Log) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FilterLogs indicates an expected call of FilterLogs. -func (mr *MockBaseEthClientInterfaceMockRecorder) FilterLogs(ctx, q any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FilterLogs", reflect.TypeOf((*MockBaseEthClientInterface)(nil).FilterLogs), ctx, q) -} - -// HeaderByHash mocks base method. -func (m *MockBaseEthClientInterface) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByHash", ctx, hash) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByHash indicates an expected call of HeaderByHash. -func (mr *MockBaseEthClientInterfaceMockRecorder) HeaderByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByHash", reflect.TypeOf((*MockBaseEthClientInterface)(nil).HeaderByHash), ctx, hash) -} - -// HeaderByNumber mocks base method. -func (m *MockBaseEthClientInterface) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByNumber", ctx, number) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByNumber indicates an expected call of HeaderByNumber. -func (mr *MockBaseEthClientInterfaceMockRecorder) HeaderByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByNumber", reflect.TypeOf((*MockBaseEthClientInterface)(nil).HeaderByNumber), ctx, number) -} - -// NonceAt mocks base method. -func (m *MockBaseEthClientInterface) NonceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NonceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NonceAt indicates an expected call of NonceAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) NonceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NonceAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).NonceAt), ctx, account, blockNumber) -} - -// PendingBalanceAt mocks base method. -func (m *MockBaseEthClientInterface) PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingBalanceAt", ctx, account) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingBalanceAt indicates an expected call of PendingBalanceAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) PendingBalanceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingBalanceAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).PendingBalanceAt), ctx, account) -} - -// PendingCallContract mocks base method. -func (m *MockBaseEthClientInterface) PendingCallContract(ctx context.Context, call ethereum.CallMsg) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCallContract", ctx, call) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCallContract indicates an expected call of PendingCallContract. -func (mr *MockBaseEthClientInterfaceMockRecorder) PendingCallContract(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCallContract", reflect.TypeOf((*MockBaseEthClientInterface)(nil).PendingCallContract), ctx, call) -} - -// PendingCodeAt mocks base method. -func (m *MockBaseEthClientInterface) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCodeAt", ctx, account) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCodeAt indicates an expected call of PendingCodeAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) PendingCodeAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCodeAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).PendingCodeAt), ctx, account) -} - -// PendingNonceAt mocks base method. -func (m *MockBaseEthClientInterface) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingNonceAt", ctx, account) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingNonceAt indicates an expected call of PendingNonceAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) PendingNonceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingNonceAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).PendingNonceAt), ctx, account) -} - -// PendingStorageAt mocks base method. -func (m *MockBaseEthClientInterface) PendingStorageAt(ctx context.Context, account common.Address, key common.Hash) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingStorageAt", ctx, account, key) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingStorageAt indicates an expected call of PendingStorageAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) PendingStorageAt(ctx, account, key any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingStorageAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).PendingStorageAt), ctx, account, key) -} - -// PendingTransactionCount mocks base method. -func (m *MockBaseEthClientInterface) PendingTransactionCount(ctx context.Context) (uint, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingTransactionCount", ctx) - ret0, _ := ret[0].(uint) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingTransactionCount indicates an expected call of PendingTransactionCount. -func (mr *MockBaseEthClientInterfaceMockRecorder) PendingTransactionCount(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingTransactionCount", reflect.TypeOf((*MockBaseEthClientInterface)(nil).PendingTransactionCount), ctx) -} - -// SendTransaction mocks base method. -func (m *MockBaseEthClientInterface) SendTransaction(ctx context.Context, tx *types.Transaction) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransaction", ctx, tx) - ret0, _ := ret[0].(error) - return ret0 -} - -// SendTransaction indicates an expected call of SendTransaction. -func (mr *MockBaseEthClientInterfaceMockRecorder) SendTransaction(ctx, tx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransaction", reflect.TypeOf((*MockBaseEthClientInterface)(nil).SendTransaction), ctx, tx) -} - -// StorageAt mocks base method. -func (m *MockBaseEthClientInterface) StorageAt(ctx context.Context, account common.Address, key common.Hash, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "StorageAt", ctx, account, key, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// StorageAt indicates an expected call of StorageAt. -func (mr *MockBaseEthClientInterfaceMockRecorder) StorageAt(ctx, account, key, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageAt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).StorageAt), ctx, account, key, blockNumber) -} - -// SubscribeFilterLogs mocks base method. -func (m *MockBaseEthClientInterface) SubscribeFilterLogs(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SubscribeFilterLogs", ctx, q, ch) - ret0, _ := ret[0].(ethereum.Subscription) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SubscribeFilterLogs indicates an expected call of SubscribeFilterLogs. -func (mr *MockBaseEthClientInterfaceMockRecorder) SubscribeFilterLogs(ctx, q, ch any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SubscribeFilterLogs", reflect.TypeOf((*MockBaseEthClientInterface)(nil).SubscribeFilterLogs), ctx, q, ch) -} - -// SuggestGasPrice mocks base method. -func (m *MockBaseEthClientInterface) SuggestGasPrice(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasPrice", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasPrice indicates an expected call of SuggestGasPrice. -func (mr *MockBaseEthClientInterfaceMockRecorder) SuggestGasPrice(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasPrice", reflect.TypeOf((*MockBaseEthClientInterface)(nil).SuggestGasPrice), ctx) -} - -// SyncProgress mocks base method. -func (m *MockBaseEthClientInterface) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SyncProgress", ctx) - ret0, _ := ret[0].(*ethereum.SyncProgress) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SyncProgress indicates an expected call of SyncProgress. -func (mr *MockBaseEthClientInterfaceMockRecorder) SyncProgress(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SyncProgress", reflect.TypeOf((*MockBaseEthClientInterface)(nil).SyncProgress), ctx) -} - -// TransactionByHash mocks base method. -func (m *MockBaseEthClientInterface) TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionByHash", ctx, txHash) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(bool) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// TransactionByHash indicates an expected call of TransactionByHash. -func (mr *MockBaseEthClientInterfaceMockRecorder) TransactionByHash(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionByHash", reflect.TypeOf((*MockBaseEthClientInterface)(nil).TransactionByHash), ctx, txHash) -} - -// TransactionReceipt mocks base method. -func (m *MockBaseEthClientInterface) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionReceipt", ctx, txHash) - ret0, _ := ret[0].(*types.Receipt) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionReceipt indicates an expected call of TransactionReceipt. -func (mr *MockBaseEthClientInterfaceMockRecorder) TransactionReceipt(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionReceipt", reflect.TypeOf((*MockBaseEthClientInterface)(nil).TransactionReceipt), ctx, txHash) -} - -// TransactionSender mocks base method. -func (m *MockBaseEthClientInterface) TransactionSender(ctx context.Context, tx *types.Transaction, block common.Hash, index uint) (common.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionSender", ctx, tx, block, index) - ret0, _ := ret[0].(common.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionSender indicates an expected call of TransactionSender. -func (mr *MockBaseEthClientInterfaceMockRecorder) TransactionSender(ctx, tx, block, index any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionSender", reflect.TypeOf((*MockBaseEthClientInterface)(nil).TransactionSender), ctx, tx, block, index) -} - -// MockEthClientInterface is a mock of EthClientInterface interface. -type MockEthClientInterface struct { - ctrl *gomock.Controller - recorder *MockEthClientInterfaceMockRecorder -} - -// MockEthClientInterfaceMockRecorder is the mock recorder for MockEthClientInterface. -type MockEthClientInterfaceMockRecorder struct { - mock *MockEthClientInterface -} - -// NewMockEthClientInterface creates a new mock instance. -func NewMockEthClientInterface(ctrl *gomock.Controller) *MockEthClientInterface { - mock := &MockEthClientInterface{ctrl: ctrl} - mock.recorder = &MockEthClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockEthClientInterface) EXPECT() *MockEthClientInterfaceMockRecorder { - return m.recorder -} - -// BalanceAt mocks base method. -func (m *MockEthClientInterface) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BalanceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BalanceAt indicates an expected call of BalanceAt. -func (mr *MockEthClientInterfaceMockRecorder) BalanceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BalanceAt", reflect.TypeOf((*MockEthClientInterface)(nil).BalanceAt), ctx, account, blockNumber) -} - -// BatchCallContext mocks base method. -func (m *MockEthClientInterface) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BatchCallContext", ctx, b) - ret0, _ := ret[0].(error) - return ret0 -} - -// BatchCallContext indicates an expected call of BatchCallContext. -func (mr *MockEthClientInterfaceMockRecorder) BatchCallContext(ctx, b any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BatchCallContext", reflect.TypeOf((*MockEthClientInterface)(nil).BatchCallContext), ctx, b) -} - -// BlockByHash mocks base method. -func (m *MockEthClientInterface) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByHash", ctx, hash) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByHash indicates an expected call of BlockByHash. -func (mr *MockEthClientInterfaceMockRecorder) BlockByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByHash", reflect.TypeOf((*MockEthClientInterface)(nil).BlockByHash), ctx, hash) -} - -// BlockByNumber mocks base method. -func (m *MockEthClientInterface) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByNumber", ctx, number) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByNumber indicates an expected call of BlockByNumber. -func (mr *MockEthClientInterfaceMockRecorder) BlockByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByNumber", reflect.TypeOf((*MockEthClientInterface)(nil).BlockByNumber), ctx, number) -} - -// BlockNumber mocks base method. -func (m *MockEthClientInterface) BlockNumber(ctx context.Context) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockNumber", ctx) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockNumber indicates an expected call of BlockNumber. -func (mr *MockEthClientInterfaceMockRecorder) BlockNumber(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockNumber", reflect.TypeOf((*MockEthClientInterface)(nil).BlockNumber), ctx) -} - -// CallContext mocks base method. -func (m *MockEthClientInterface) CallContext(ctx context.Context, result any, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{ctx, result, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "CallContext", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// CallContext indicates an expected call of CallContext. -func (mr *MockEthClientInterfaceMockRecorder) CallContext(ctx, result, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{ctx, result, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContext", reflect.TypeOf((*MockEthClientInterface)(nil).CallContext), varargs...) -} - -// CallContract mocks base method. -func (m *MockEthClientInterface) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CallContract", ctx, call, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CallContract indicates an expected call of CallContract. -func (mr *MockEthClientInterfaceMockRecorder) CallContract(ctx, call, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContract", reflect.TypeOf((*MockEthClientInterface)(nil).CallContract), ctx, call, blockNumber) -} - -// Close mocks base method. -func (m *MockEthClientInterface) Close() { - m.ctrl.T.Helper() - m.ctrl.Call(m, "Close") -} - -// Close indicates an expected call of Close. -func (mr *MockEthClientInterfaceMockRecorder) Close() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Close", reflect.TypeOf((*MockEthClientInterface)(nil).Close)) -} - -// CodeAt mocks base method. -func (m *MockEthClientInterface) CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CodeAt", ctx, account, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CodeAt indicates an expected call of CodeAt. -func (mr *MockEthClientInterfaceMockRecorder) CodeAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CodeAt", reflect.TypeOf((*MockEthClientInterface)(nil).CodeAt), ctx, account, blockNumber) -} - -// EstimateGas mocks base method. -func (m *MockEthClientInterface) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", ctx, call) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockEthClientInterfaceMockRecorder) EstimateGas(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockEthClientInterface)(nil).EstimateGas), ctx, call) -} - -// FeeHistory mocks base method. -func (m *MockEthClientInterface) FeeHistory(ctx context.Context, blockCount uint64, lastBlock *big.Int, rewardPercentiles []float64) (*ethereum.FeeHistory, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FeeHistory", ctx, blockCount, lastBlock, rewardPercentiles) - ret0, _ := ret[0].(*ethereum.FeeHistory) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FeeHistory indicates an expected call of FeeHistory. -func (mr *MockEthClientInterfaceMockRecorder) FeeHistory(ctx, blockCount, lastBlock, rewardPercentiles any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FeeHistory", reflect.TypeOf((*MockEthClientInterface)(nil).FeeHistory), ctx, blockCount, lastBlock, rewardPercentiles) -} - -// FilterLogs mocks base method. -func (m *MockEthClientInterface) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FilterLogs", ctx, q) - ret0, _ := ret[0].([]types.Log) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FilterLogs indicates an expected call of FilterLogs. -func (mr *MockEthClientInterfaceMockRecorder) FilterLogs(ctx, q any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FilterLogs", reflect.TypeOf((*MockEthClientInterface)(nil).FilterLogs), ctx, q) -} - -// GetBaseFeeFromBlock mocks base method. -func (m *MockEthClientInterface) GetBaseFeeFromBlock(ctx context.Context, blockNumber *big.Int) (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBaseFeeFromBlock", ctx, blockNumber) - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBaseFeeFromBlock indicates an expected call of GetBaseFeeFromBlock. -func (mr *MockEthClientInterfaceMockRecorder) GetBaseFeeFromBlock(ctx, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBaseFeeFromBlock", reflect.TypeOf((*MockEthClientInterface)(nil).GetBaseFeeFromBlock), ctx, blockNumber) -} - -// HeaderByHash mocks base method. -func (m *MockEthClientInterface) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByHash", ctx, hash) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByHash indicates an expected call of HeaderByHash. -func (mr *MockEthClientInterfaceMockRecorder) HeaderByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByHash", reflect.TypeOf((*MockEthClientInterface)(nil).HeaderByHash), ctx, hash) -} - -// HeaderByNumber mocks base method. -func (m *MockEthClientInterface) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByNumber", ctx, number) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByNumber indicates an expected call of HeaderByNumber. -func (mr *MockEthClientInterfaceMockRecorder) HeaderByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByNumber", reflect.TypeOf((*MockEthClientInterface)(nil).HeaderByNumber), ctx, number) -} - -// NonceAt mocks base method. -func (m *MockEthClientInterface) NonceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NonceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NonceAt indicates an expected call of NonceAt. -func (mr *MockEthClientInterfaceMockRecorder) NonceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NonceAt", reflect.TypeOf((*MockEthClientInterface)(nil).NonceAt), ctx, account, blockNumber) -} - -// PendingBalanceAt mocks base method. -func (m *MockEthClientInterface) PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingBalanceAt", ctx, account) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingBalanceAt indicates an expected call of PendingBalanceAt. -func (mr *MockEthClientInterfaceMockRecorder) PendingBalanceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingBalanceAt", reflect.TypeOf((*MockEthClientInterface)(nil).PendingBalanceAt), ctx, account) -} - -// PendingCallContract mocks base method. -func (m *MockEthClientInterface) PendingCallContract(ctx context.Context, call ethereum.CallMsg) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCallContract", ctx, call) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCallContract indicates an expected call of PendingCallContract. -func (mr *MockEthClientInterfaceMockRecorder) PendingCallContract(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCallContract", reflect.TypeOf((*MockEthClientInterface)(nil).PendingCallContract), ctx, call) -} - -// PendingCodeAt mocks base method. -func (m *MockEthClientInterface) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCodeAt", ctx, account) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCodeAt indicates an expected call of PendingCodeAt. -func (mr *MockEthClientInterfaceMockRecorder) PendingCodeAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCodeAt", reflect.TypeOf((*MockEthClientInterface)(nil).PendingCodeAt), ctx, account) -} - -// PendingNonceAt mocks base method. -func (m *MockEthClientInterface) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingNonceAt", ctx, account) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingNonceAt indicates an expected call of PendingNonceAt. -func (mr *MockEthClientInterfaceMockRecorder) PendingNonceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingNonceAt", reflect.TypeOf((*MockEthClientInterface)(nil).PendingNonceAt), ctx, account) -} - -// PendingStorageAt mocks base method. -func (m *MockEthClientInterface) PendingStorageAt(ctx context.Context, account common.Address, key common.Hash) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingStorageAt", ctx, account, key) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingStorageAt indicates an expected call of PendingStorageAt. -func (mr *MockEthClientInterfaceMockRecorder) PendingStorageAt(ctx, account, key any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingStorageAt", reflect.TypeOf((*MockEthClientInterface)(nil).PendingStorageAt), ctx, account, key) -} - -// PendingTransactionCount mocks base method. -func (m *MockEthClientInterface) PendingTransactionCount(ctx context.Context) (uint, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingTransactionCount", ctx) - ret0, _ := ret[0].(uint) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingTransactionCount indicates an expected call of PendingTransactionCount. -func (mr *MockEthClientInterfaceMockRecorder) PendingTransactionCount(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingTransactionCount", reflect.TypeOf((*MockEthClientInterface)(nil).PendingTransactionCount), ctx) -} - -// SendTransaction mocks base method. -func (m *MockEthClientInterface) SendTransaction(ctx context.Context, tx *types.Transaction) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransaction", ctx, tx) - ret0, _ := ret[0].(error) - return ret0 -} - -// SendTransaction indicates an expected call of SendTransaction. -func (mr *MockEthClientInterfaceMockRecorder) SendTransaction(ctx, tx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransaction", reflect.TypeOf((*MockEthClientInterface)(nil).SendTransaction), ctx, tx) -} - -// StorageAt mocks base method. -func (m *MockEthClientInterface) StorageAt(ctx context.Context, account common.Address, key common.Hash, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "StorageAt", ctx, account, key, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// StorageAt indicates an expected call of StorageAt. -func (mr *MockEthClientInterfaceMockRecorder) StorageAt(ctx, account, key, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageAt", reflect.TypeOf((*MockEthClientInterface)(nil).StorageAt), ctx, account, key, blockNumber) -} - -// SubscribeFilterLogs mocks base method. -func (m *MockEthClientInterface) SubscribeFilterLogs(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SubscribeFilterLogs", ctx, q, ch) - ret0, _ := ret[0].(ethereum.Subscription) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SubscribeFilterLogs indicates an expected call of SubscribeFilterLogs. -func (mr *MockEthClientInterfaceMockRecorder) SubscribeFilterLogs(ctx, q, ch any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SubscribeFilterLogs", reflect.TypeOf((*MockEthClientInterface)(nil).SubscribeFilterLogs), ctx, q, ch) -} - -// SuggestGasPrice mocks base method. -func (m *MockEthClientInterface) SuggestGasPrice(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasPrice", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasPrice indicates an expected call of SuggestGasPrice. -func (mr *MockEthClientInterfaceMockRecorder) SuggestGasPrice(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasPrice", reflect.TypeOf((*MockEthClientInterface)(nil).SuggestGasPrice), ctx) -} - -// SuggestGasTipCap mocks base method. -func (m *MockEthClientInterface) SuggestGasTipCap(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasTipCap", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasTipCap indicates an expected call of SuggestGasTipCap. -func (mr *MockEthClientInterfaceMockRecorder) SuggestGasTipCap(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasTipCap", reflect.TypeOf((*MockEthClientInterface)(nil).SuggestGasTipCap), ctx) -} - -// SyncProgress mocks base method. -func (m *MockEthClientInterface) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SyncProgress", ctx) - ret0, _ := ret[0].(*ethereum.SyncProgress) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SyncProgress indicates an expected call of SyncProgress. -func (mr *MockEthClientInterfaceMockRecorder) SyncProgress(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SyncProgress", reflect.TypeOf((*MockEthClientInterface)(nil).SyncProgress), ctx) -} - -// TransactionByHash mocks base method. -func (m *MockEthClientInterface) TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionByHash", ctx, txHash) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(bool) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// TransactionByHash indicates an expected call of TransactionByHash. -func (mr *MockEthClientInterfaceMockRecorder) TransactionByHash(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionByHash", reflect.TypeOf((*MockEthClientInterface)(nil).TransactionByHash), ctx, txHash) -} - -// TransactionReceipt mocks base method. -func (m *MockEthClientInterface) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionReceipt", ctx, txHash) - ret0, _ := ret[0].(*types.Receipt) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionReceipt indicates an expected call of TransactionReceipt. -func (mr *MockEthClientInterfaceMockRecorder) TransactionReceipt(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionReceipt", reflect.TypeOf((*MockEthClientInterface)(nil).TransactionReceipt), ctx, txHash) -} - -// TransactionSender mocks base method. -func (m *MockEthClientInterface) TransactionSender(ctx context.Context, tx *types.Transaction, block common.Hash, index uint) (common.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionSender", ctx, tx, block, index) - ret0, _ := ret[0].(common.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionSender indicates an expected call of TransactionSender. -func (mr *MockEthClientInterfaceMockRecorder) TransactionSender(ctx, tx, block, index any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionSender", reflect.TypeOf((*MockEthClientInterface)(nil).TransactionSender), ctx, tx, block, index) -} diff --git a/rpc/chain/mock/client/ethclient/rps_limited_eth_client.go b/rpc/chain/mock/client/ethclient/rps_limited_eth_client.go deleted file mode 100644 index 648c4b8dd..000000000 --- a/rpc/chain/mock/client/ethclient/rps_limited_eth_client.go +++ /dev/null @@ -1,555 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: rpc/chain/ethclient/rps_limited_eth_client.go -// -// Generated by this command: -// -// mockgen -package=mock_ethclient -destination=rpc/chain/mock/client/ethclient/rps_limited_eth_client.go -source=rpc/chain/ethclient/rps_limited_eth_client.go -// - -// Package mock_ethclient is a generated GoMock package. -package mock_ethclient - -import ( - context "context" - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - ethereum "github.com/ethereum/go-ethereum" - common "github.com/ethereum/go-ethereum/common" - types "github.com/ethereum/go-ethereum/core/types" - rpc "github.com/ethereum/go-ethereum/rpc" - ethclient "github.com/status-im/status-go/rpc/chain/ethclient" - rpclimiter "github.com/status-im/status-go/rpc/chain/rpclimiter" -) - -// MockRPSLimitedEthClientInterface is a mock of RPSLimitedEthClientInterface interface. -type MockRPSLimitedEthClientInterface struct { - ctrl *gomock.Controller - recorder *MockRPSLimitedEthClientInterfaceMockRecorder -} - -// MockRPSLimitedEthClientInterfaceMockRecorder is the mock recorder for MockRPSLimitedEthClientInterface. -type MockRPSLimitedEthClientInterfaceMockRecorder struct { - mock *MockRPSLimitedEthClientInterface -} - -// NewMockRPSLimitedEthClientInterface creates a new mock instance. -func NewMockRPSLimitedEthClientInterface(ctrl *gomock.Controller) *MockRPSLimitedEthClientInterface { - mock := &MockRPSLimitedEthClientInterface{ctrl: ctrl} - mock.recorder = &MockRPSLimitedEthClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockRPSLimitedEthClientInterface) EXPECT() *MockRPSLimitedEthClientInterfaceMockRecorder { - return m.recorder -} - -// BalanceAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BalanceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BalanceAt indicates an expected call of BalanceAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) BalanceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BalanceAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).BalanceAt), ctx, account, blockNumber) -} - -// BatchCallContext mocks base method. -func (m *MockRPSLimitedEthClientInterface) BatchCallContext(ctx context.Context, b []rpc.BatchElem) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BatchCallContext", ctx, b) - ret0, _ := ret[0].(error) - return ret0 -} - -// BatchCallContext indicates an expected call of BatchCallContext. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) BatchCallContext(ctx, b any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BatchCallContext", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).BatchCallContext), ctx, b) -} - -// BlockByHash mocks base method. -func (m *MockRPSLimitedEthClientInterface) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByHash", ctx, hash) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByHash indicates an expected call of BlockByHash. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) BlockByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByHash", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).BlockByHash), ctx, hash) -} - -// BlockByNumber mocks base method. -func (m *MockRPSLimitedEthClientInterface) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockByNumber", ctx, number) - ret0, _ := ret[0].(*types.Block) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockByNumber indicates an expected call of BlockByNumber. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) BlockByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockByNumber", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).BlockByNumber), ctx, number) -} - -// BlockNumber mocks base method. -func (m *MockRPSLimitedEthClientInterface) BlockNumber(ctx context.Context) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BlockNumber", ctx) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BlockNumber indicates an expected call of BlockNumber. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) BlockNumber(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BlockNumber", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).BlockNumber), ctx) -} - -// CallContext mocks base method. -func (m *MockRPSLimitedEthClientInterface) CallContext(ctx context.Context, result any, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{ctx, result, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "CallContext", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// CallContext indicates an expected call of CallContext. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) CallContext(ctx, result, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{ctx, result, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContext", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).CallContext), varargs...) -} - -// CallContract mocks base method. -func (m *MockRPSLimitedEthClientInterface) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CallContract", ctx, call, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CallContract indicates an expected call of CallContract. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) CallContract(ctx, call, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContract", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).CallContract), ctx, call, blockNumber) -} - -// Close mocks base method. -func (m *MockRPSLimitedEthClientInterface) Close() { - m.ctrl.T.Helper() - m.ctrl.Call(m, "Close") -} - -// Close indicates an expected call of Close. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) Close() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Close", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).Close)) -} - -// CodeAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) CodeAt(ctx context.Context, account common.Address, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CodeAt", ctx, account, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CodeAt indicates an expected call of CodeAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) CodeAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CodeAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).CodeAt), ctx, account, blockNumber) -} - -// CopyWithName mocks base method. -func (m *MockRPSLimitedEthClientInterface) CopyWithName(name string) ethclient.RPSLimitedEthClientInterface { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CopyWithName", name) - ret0, _ := ret[0].(ethclient.RPSLimitedEthClientInterface) - return ret0 -} - -// CopyWithName indicates an expected call of CopyWithName. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) CopyWithName(name any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CopyWithName", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).CopyWithName), name) -} - -// EstimateGas mocks base method. -func (m *MockRPSLimitedEthClientInterface) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", ctx, call) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) EstimateGas(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).EstimateGas), ctx, call) -} - -// FeeHistory mocks base method. -func (m *MockRPSLimitedEthClientInterface) FeeHistory(ctx context.Context, blockCount uint64, lastBlock *big.Int, rewardPercentiles []float64) (*ethereum.FeeHistory, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FeeHistory", ctx, blockCount, lastBlock, rewardPercentiles) - ret0, _ := ret[0].(*ethereum.FeeHistory) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FeeHistory indicates an expected call of FeeHistory. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) FeeHistory(ctx, blockCount, lastBlock, rewardPercentiles any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FeeHistory", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).FeeHistory), ctx, blockCount, lastBlock, rewardPercentiles) -} - -// FilterLogs mocks base method. -func (m *MockRPSLimitedEthClientInterface) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FilterLogs", ctx, q) - ret0, _ := ret[0].([]types.Log) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FilterLogs indicates an expected call of FilterLogs. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) FilterLogs(ctx, q any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FilterLogs", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).FilterLogs), ctx, q) -} - -// GetBaseFeeFromBlock mocks base method. -func (m *MockRPSLimitedEthClientInterface) GetBaseFeeFromBlock(ctx context.Context, blockNumber *big.Int) (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBaseFeeFromBlock", ctx, blockNumber) - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBaseFeeFromBlock indicates an expected call of GetBaseFeeFromBlock. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) GetBaseFeeFromBlock(ctx, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBaseFeeFromBlock", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).GetBaseFeeFromBlock), ctx, blockNumber) -} - -// GetLimiter mocks base method. -func (m *MockRPSLimitedEthClientInterface) GetLimiter() *rpclimiter.RPCRpsLimiter { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetLimiter") - ret0, _ := ret[0].(*rpclimiter.RPCRpsLimiter) - return ret0 -} - -// GetLimiter indicates an expected call of GetLimiter. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) GetLimiter() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetLimiter", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).GetLimiter)) -} - -// GetName mocks base method. -func (m *MockRPSLimitedEthClientInterface) GetName() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetName") - ret0, _ := ret[0].(string) - return ret0 -} - -// GetName indicates an expected call of GetName. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) GetName() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetName", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).GetName)) -} - -// HeaderByHash mocks base method. -func (m *MockRPSLimitedEthClientInterface) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByHash", ctx, hash) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByHash indicates an expected call of HeaderByHash. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) HeaderByHash(ctx, hash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByHash", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).HeaderByHash), ctx, hash) -} - -// HeaderByNumber mocks base method. -func (m *MockRPSLimitedEthClientInterface) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "HeaderByNumber", ctx, number) - ret0, _ := ret[0].(*types.Header) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// HeaderByNumber indicates an expected call of HeaderByNumber. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) HeaderByNumber(ctx, number any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HeaderByNumber", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).HeaderByNumber), ctx, number) -} - -// NonceAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) NonceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NonceAt", ctx, account, blockNumber) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NonceAt indicates an expected call of NonceAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) NonceAt(ctx, account, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NonceAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).NonceAt), ctx, account, blockNumber) -} - -// PendingBalanceAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingBalanceAt", ctx, account) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingBalanceAt indicates an expected call of PendingBalanceAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) PendingBalanceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingBalanceAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).PendingBalanceAt), ctx, account) -} - -// PendingCallContract mocks base method. -func (m *MockRPSLimitedEthClientInterface) PendingCallContract(ctx context.Context, call ethereum.CallMsg) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCallContract", ctx, call) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCallContract indicates an expected call of PendingCallContract. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) PendingCallContract(ctx, call any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCallContract", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).PendingCallContract), ctx, call) -} - -// PendingCodeAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) PendingCodeAt(ctx context.Context, account common.Address) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingCodeAt", ctx, account) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingCodeAt indicates an expected call of PendingCodeAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) PendingCodeAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingCodeAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).PendingCodeAt), ctx, account) -} - -// PendingNonceAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) PendingNonceAt(ctx context.Context, account common.Address) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingNonceAt", ctx, account) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingNonceAt indicates an expected call of PendingNonceAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) PendingNonceAt(ctx, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingNonceAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).PendingNonceAt), ctx, account) -} - -// PendingStorageAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) PendingStorageAt(ctx context.Context, account common.Address, key common.Hash) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingStorageAt", ctx, account, key) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingStorageAt indicates an expected call of PendingStorageAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) PendingStorageAt(ctx, account, key any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingStorageAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).PendingStorageAt), ctx, account, key) -} - -// PendingTransactionCount mocks base method. -func (m *MockRPSLimitedEthClientInterface) PendingTransactionCount(ctx context.Context) (uint, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PendingTransactionCount", ctx) - ret0, _ := ret[0].(uint) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PendingTransactionCount indicates an expected call of PendingTransactionCount. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) PendingTransactionCount(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PendingTransactionCount", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).PendingTransactionCount), ctx) -} - -// SendTransaction mocks base method. -func (m *MockRPSLimitedEthClientInterface) SendTransaction(ctx context.Context, tx *types.Transaction) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransaction", ctx, tx) - ret0, _ := ret[0].(error) - return ret0 -} - -// SendTransaction indicates an expected call of SendTransaction. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) SendTransaction(ctx, tx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransaction", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).SendTransaction), ctx, tx) -} - -// StorageAt mocks base method. -func (m *MockRPSLimitedEthClientInterface) StorageAt(ctx context.Context, account common.Address, key common.Hash, blockNumber *big.Int) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "StorageAt", ctx, account, key, blockNumber) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// StorageAt indicates an expected call of StorageAt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) StorageAt(ctx, account, key, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageAt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).StorageAt), ctx, account, key, blockNumber) -} - -// SubscribeFilterLogs mocks base method. -func (m *MockRPSLimitedEthClientInterface) SubscribeFilterLogs(ctx context.Context, q ethereum.FilterQuery, ch chan<- types.Log) (ethereum.Subscription, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SubscribeFilterLogs", ctx, q, ch) - ret0, _ := ret[0].(ethereum.Subscription) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SubscribeFilterLogs indicates an expected call of SubscribeFilterLogs. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) SubscribeFilterLogs(ctx, q, ch any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SubscribeFilterLogs", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).SubscribeFilterLogs), ctx, q, ch) -} - -// SuggestGasPrice mocks base method. -func (m *MockRPSLimitedEthClientInterface) SuggestGasPrice(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasPrice", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasPrice indicates an expected call of SuggestGasPrice. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) SuggestGasPrice(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasPrice", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).SuggestGasPrice), ctx) -} - -// SuggestGasTipCap mocks base method. -func (m *MockRPSLimitedEthClientInterface) SuggestGasTipCap(ctx context.Context) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SuggestGasTipCap", ctx) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SuggestGasTipCap indicates an expected call of SuggestGasTipCap. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) SuggestGasTipCap(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SuggestGasTipCap", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).SuggestGasTipCap), ctx) -} - -// SyncProgress mocks base method. -func (m *MockRPSLimitedEthClientInterface) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SyncProgress", ctx) - ret0, _ := ret[0].(*ethereum.SyncProgress) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SyncProgress indicates an expected call of SyncProgress. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) SyncProgress(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SyncProgress", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).SyncProgress), ctx) -} - -// TransactionByHash mocks base method. -func (m *MockRPSLimitedEthClientInterface) TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionByHash", ctx, txHash) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(bool) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// TransactionByHash indicates an expected call of TransactionByHash. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) TransactionByHash(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionByHash", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).TransactionByHash), ctx, txHash) -} - -// TransactionReceipt mocks base method. -func (m *MockRPSLimitedEthClientInterface) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionReceipt", ctx, txHash) - ret0, _ := ret[0].(*types.Receipt) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionReceipt indicates an expected call of TransactionReceipt. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) TransactionReceipt(ctx, txHash any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionReceipt", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).TransactionReceipt), ctx, txHash) -} - -// TransactionSender mocks base method. -func (m *MockRPSLimitedEthClientInterface) TransactionSender(ctx context.Context, tx *types.Transaction, block common.Hash, index uint) (common.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "TransactionSender", ctx, tx, block, index) - ret0, _ := ret[0].(common.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// TransactionSender indicates an expected call of TransactionSender. -func (mr *MockRPSLimitedEthClientInterfaceMockRecorder) TransactionSender(ctx, tx, block, index any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "TransactionSender", reflect.TypeOf((*MockRPSLimitedEthClientInterface)(nil).TransactionSender), ctx, tx, block, index) -} diff --git a/rpc/mock/client/client.go b/rpc/mock/client/client.go deleted file mode 100644 index 268493da4..000000000 --- a/rpc/mock/client/client.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: rpc/client.go -// -// Generated by this command: -// -// mockgen -package=mock_rpcclient -destination=rpc/mock/client/client.go -source=rpc/client.go -// - -// Package mock_rpcclient is a generated GoMock package. -package mock_rpcclient - -import ( - context "context" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - chain "github.com/status-im/status-go/rpc/chain" - ethclient "github.com/status-im/status-go/rpc/chain/ethclient" - network "github.com/status-im/status-go/rpc/network" - common "github.com/status-im/status-go/services/wallet/common" -) - -// MockClientInterface is a mock of ClientInterface interface. -type MockClientInterface struct { - ctrl *gomock.Controller - recorder *MockClientInterfaceMockRecorder -} - -// MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface. -type MockClientInterfaceMockRecorder struct { - mock *MockClientInterface -} - -// NewMockClientInterface creates a new mock instance. -func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface { - mock := &MockClientInterface{ctrl: ctrl} - mock.recorder = &MockClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder { - return m.recorder -} - -// AbstractEthClient mocks base method. -func (m *MockClientInterface) AbstractEthClient(chainID common.ChainID) (ethclient.BatchCallClient, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "AbstractEthClient", chainID) - ret0, _ := ret[0].(ethclient.BatchCallClient) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// AbstractEthClient indicates an expected call of AbstractEthClient. -func (mr *MockClientInterfaceMockRecorder) AbstractEthClient(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AbstractEthClient", reflect.TypeOf((*MockClientInterface)(nil).AbstractEthClient), chainID) -} - -// Call mocks base method. -func (m *MockClientInterface) Call(result any, chainID uint64, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{result, chainID, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "Call", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// Call indicates an expected call of Call. -func (mr *MockClientInterfaceMockRecorder) Call(result, chainID, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{result, chainID, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Call", reflect.TypeOf((*MockClientInterface)(nil).Call), varargs...) -} - -// CallContext mocks base method. -func (m *MockClientInterface) CallContext(context context.Context, result any, chainID uint64, method string, args ...any) error { - m.ctrl.T.Helper() - varargs := []any{context, result, chainID, method} - for _, a := range args { - varargs = append(varargs, a) - } - ret := m.ctrl.Call(m, "CallContext", varargs...) - ret0, _ := ret[0].(error) - return ret0 -} - -// CallContext indicates an expected call of CallContext. -func (mr *MockClientInterfaceMockRecorder) CallContext(context, result, chainID, method any, args ...any) *gomock.Call { - mr.mock.ctrl.T.Helper() - varargs := append([]any{context, result, chainID, method}, args...) - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallContext", reflect.TypeOf((*MockClientInterface)(nil).CallContext), varargs...) -} - -// CallRaw mocks base method. -func (m *MockClientInterface) CallRaw(body string) string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CallRaw", body) - ret0, _ := ret[0].(string) - return ret0 -} - -// CallRaw indicates an expected call of CallRaw. -func (mr *MockClientInterfaceMockRecorder) CallRaw(body any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CallRaw", reflect.TypeOf((*MockClientInterface)(nil).CallRaw), body) -} - -// EthClient mocks base method. -func (m *MockClientInterface) EthClient(chainID uint64) (chain.ClientInterface, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EthClient", chainID) - ret0, _ := ret[0].(chain.ClientInterface) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EthClient indicates an expected call of EthClient. -func (mr *MockClientInterfaceMockRecorder) EthClient(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EthClient", reflect.TypeOf((*MockClientInterface)(nil).EthClient), chainID) -} - -// EthClients mocks base method. -func (m *MockClientInterface) EthClients(chainIDs []uint64) (map[uint64]chain.ClientInterface, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EthClients", chainIDs) - ret0, _ := ret[0].(map[uint64]chain.ClientInterface) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EthClients indicates an expected call of EthClients. -func (mr *MockClientInterfaceMockRecorder) EthClients(chainIDs any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EthClients", reflect.TypeOf((*MockClientInterface)(nil).EthClients), chainIDs) -} - -// GetNetworkManager mocks base method. -func (m *MockClientInterface) GetNetworkManager() *network.Manager { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetNetworkManager") - ret0, _ := ret[0].(*network.Manager) - return ret0 -} - -// GetNetworkManager indicates an expected call of GetNetworkManager. -func (mr *MockClientInterfaceMockRecorder) GetNetworkManager() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetNetworkManager", reflect.TypeOf((*MockClientInterface)(nil).GetNetworkManager)) -} diff --git a/rpc/network/mock/network.go b/rpc/network/mock/network.go deleted file mode 100644 index 422497d10..000000000 --- a/rpc/network/mock/network.go +++ /dev/null @@ -1,114 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: rpc/network/network.go -// -// Generated by this command: -// -// mockgen -package=mock_network -destination=rpc/network/mock/network.go -source=rpc/network/network.go -// - -// Package mock_network is a generated GoMock package. -package mock_network - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - params "github.com/status-im/status-go/params" -) - -// MockManagerInterface is a mock of ManagerInterface interface. -type MockManagerInterface struct { - ctrl *gomock.Controller - recorder *MockManagerInterfaceMockRecorder -} - -// MockManagerInterfaceMockRecorder is the mock recorder for MockManagerInterface. -type MockManagerInterfaceMockRecorder struct { - mock *MockManagerInterface -} - -// NewMockManagerInterface creates a new mock instance. -func NewMockManagerInterface(ctrl *gomock.Controller) *MockManagerInterface { - mock := &MockManagerInterface{ctrl: ctrl} - mock.recorder = &MockManagerInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder { - return m.recorder -} - -// Find mocks base method. -func (m *MockManagerInterface) Find(chainID uint64) *params.Network { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Find", chainID) - ret0, _ := ret[0].(*params.Network) - return ret0 -} - -// Find indicates an expected call of Find. -func (mr *MockManagerInterfaceMockRecorder) Find(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Find", reflect.TypeOf((*MockManagerInterface)(nil).Find), chainID) -} - -// Get mocks base method. -func (m *MockManagerInterface) Get(onlyEnabled bool) ([]*params.Network, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Get", onlyEnabled) - ret0, _ := ret[0].([]*params.Network) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// Get indicates an expected call of Get. -func (mr *MockManagerInterfaceMockRecorder) Get(onlyEnabled any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Get", reflect.TypeOf((*MockManagerInterface)(nil).Get), onlyEnabled) -} - -// GetAll mocks base method. -func (m *MockManagerInterface) GetAll() ([]*params.Network, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetAll") - ret0, _ := ret[0].([]*params.Network) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetAll indicates an expected call of GetAll. -func (mr *MockManagerInterfaceMockRecorder) GetAll() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetAll", reflect.TypeOf((*MockManagerInterface)(nil).GetAll)) -} - -// GetConfiguredNetworks mocks base method. -func (m *MockManagerInterface) GetConfiguredNetworks() []params.Network { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetConfiguredNetworks") - ret0, _ := ret[0].([]params.Network) - return ret0 -} - -// GetConfiguredNetworks indicates an expected call of GetConfiguredNetworks. -func (mr *MockManagerInterfaceMockRecorder) GetConfiguredNetworks() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetConfiguredNetworks", reflect.TypeOf((*MockManagerInterface)(nil).GetConfiguredNetworks)) -} - -// GetTestNetworksEnabled mocks base method. -func (m *MockManagerInterface) GetTestNetworksEnabled() (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTestNetworksEnabled") - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTestNetworksEnabled indicates an expected call of GetTestNetworksEnabled. -func (mr *MockManagerInterfaceMockRecorder) GetTestNetworksEnabled() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTestNetworksEnabled", reflect.TypeOf((*MockManagerInterface)(nil).GetTestNetworksEnabled)) -} diff --git a/services/peer/discoverer_mock.go b/services/peer/discoverer_mock.go deleted file mode 100644 index 4b8d2690b..000000000 --- a/services/peer/discoverer_mock.go +++ /dev/null @@ -1,53 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/peer/service.go -// -// Generated by this command: -// -// mockgen -package=peer -destination=services/peer/discoverer_mock.go -source=services/peer/service.go -// - -// Package peer is a generated GoMock package. -package peer - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" -) - -// MockDiscoverer is a mock of Discoverer interface. -type MockDiscoverer struct { - ctrl *gomock.Controller - recorder *MockDiscovererMockRecorder -} - -// MockDiscovererMockRecorder is the mock recorder for MockDiscoverer. -type MockDiscovererMockRecorder struct { - mock *MockDiscoverer -} - -// NewMockDiscoverer creates a new mock instance. -func NewMockDiscoverer(ctrl *gomock.Controller) *MockDiscoverer { - mock := &MockDiscoverer{ctrl: ctrl} - mock.recorder = &MockDiscovererMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockDiscoverer) EXPECT() *MockDiscovererMockRecorder { - return m.recorder -} - -// Discover mocks base method. -func (m *MockDiscoverer) Discover(topic string, max, min int) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Discover", topic, max, min) - ret0, _ := ret[0].(error) - return ret0 -} - -// Discover indicates an expected call of Discover. -func (mr *MockDiscovererMockRecorder) Discover(topic, max, min any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Discover", reflect.TypeOf((*MockDiscoverer)(nil).Discover), topic, max, min) -} diff --git a/services/wallet/collectibles/mock/collectible_data_db.go b/services/wallet/collectibles/mock/collectible_data_db.go deleted file mode 100644 index f1022d798..000000000 --- a/services/wallet/collectibles/mock/collectible_data_db.go +++ /dev/null @@ -1,114 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/collectibles/collectible_data_db.go -// -// Generated by this command: -// -// mockgen -package=mock_collectibles -destination=services/wallet/collectibles/mock/collectible_data_db.go -source=services/wallet/collectibles/collectible_data_db.go -// - -// Package mock_collectibles is a generated GoMock package. -package mock_collectibles - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - thirdparty "github.com/status-im/status-go/services/wallet/thirdparty" -) - -// MockCollectibleDataStorage is a mock of CollectibleDataStorage interface. -type MockCollectibleDataStorage struct { - ctrl *gomock.Controller - recorder *MockCollectibleDataStorageMockRecorder -} - -// MockCollectibleDataStorageMockRecorder is the mock recorder for MockCollectibleDataStorage. -type MockCollectibleDataStorageMockRecorder struct { - mock *MockCollectibleDataStorage -} - -// NewMockCollectibleDataStorage creates a new mock instance. -func NewMockCollectibleDataStorage(ctrl *gomock.Controller) *MockCollectibleDataStorage { - mock := &MockCollectibleDataStorage{ctrl: ctrl} - mock.recorder = &MockCollectibleDataStorageMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectibleDataStorage) EXPECT() *MockCollectibleDataStorageMockRecorder { - return m.recorder -} - -// GetCommunityInfo mocks base method. -func (m *MockCollectibleDataStorage) GetCommunityInfo(id thirdparty.CollectibleUniqueID) (*thirdparty.CollectibleCommunityInfo, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCommunityInfo", id) - ret0, _ := ret[0].(*thirdparty.CollectibleCommunityInfo) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetCommunityInfo indicates an expected call of GetCommunityInfo. -func (mr *MockCollectibleDataStorageMockRecorder) GetCommunityInfo(id any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCommunityInfo", reflect.TypeOf((*MockCollectibleDataStorage)(nil).GetCommunityInfo), id) -} - -// GetData mocks base method. -func (m *MockCollectibleDataStorage) GetData(ids []thirdparty.CollectibleUniqueID) (map[string]thirdparty.CollectibleData, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetData", ids) - ret0, _ := ret[0].(map[string]thirdparty.CollectibleData) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetData indicates an expected call of GetData. -func (mr *MockCollectibleDataStorageMockRecorder) GetData(ids any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetData", reflect.TypeOf((*MockCollectibleDataStorage)(nil).GetData), ids) -} - -// GetIDsNotInDB mocks base method. -func (m *MockCollectibleDataStorage) GetIDsNotInDB(ids []thirdparty.CollectibleUniqueID) ([]thirdparty.CollectibleUniqueID, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetIDsNotInDB", ids) - ret0, _ := ret[0].([]thirdparty.CollectibleUniqueID) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetIDsNotInDB indicates an expected call of GetIDsNotInDB. -func (mr *MockCollectibleDataStorageMockRecorder) GetIDsNotInDB(ids any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetIDsNotInDB", reflect.TypeOf((*MockCollectibleDataStorage)(nil).GetIDsNotInDB), ids) -} - -// SetCommunityInfo mocks base method. -func (m *MockCollectibleDataStorage) SetCommunityInfo(id thirdparty.CollectibleUniqueID, communityInfo thirdparty.CollectibleCommunityInfo) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetCommunityInfo", id, communityInfo) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetCommunityInfo indicates an expected call of SetCommunityInfo. -func (mr *MockCollectibleDataStorageMockRecorder) SetCommunityInfo(id, communityInfo any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetCommunityInfo", reflect.TypeOf((*MockCollectibleDataStorage)(nil).SetCommunityInfo), id, communityInfo) -} - -// SetData mocks base method. -func (m *MockCollectibleDataStorage) SetData(collectibles []thirdparty.CollectibleData, allowUpdate bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetData", collectibles, allowUpdate) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetData indicates an expected call of SetData. -func (mr *MockCollectibleDataStorageMockRecorder) SetData(collectibles, allowUpdate any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetData", reflect.TypeOf((*MockCollectibleDataStorage)(nil).SetData), collectibles, allowUpdate) -} diff --git a/services/wallet/collectibles/mock/collection_data_db.go b/services/wallet/collectibles/mock/collection_data_db.go deleted file mode 100644 index 17885e040..000000000 --- a/services/wallet/collectibles/mock/collection_data_db.go +++ /dev/null @@ -1,114 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/collectibles/collection_data_db.go -// -// Generated by this command: -// -// mockgen -package=mock_collectibles -destination=services/wallet/collectibles/mock/collection_data_db.go -source=services/wallet/collectibles/collection_data_db.go -// - -// Package mock_collectibles is a generated GoMock package. -package mock_collectibles - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - thirdparty "github.com/status-im/status-go/services/wallet/thirdparty" -) - -// MockCollectionDataStorage is a mock of CollectionDataStorage interface. -type MockCollectionDataStorage struct { - ctrl *gomock.Controller - recorder *MockCollectionDataStorageMockRecorder -} - -// MockCollectionDataStorageMockRecorder is the mock recorder for MockCollectionDataStorage. -type MockCollectionDataStorageMockRecorder struct { - mock *MockCollectionDataStorage -} - -// NewMockCollectionDataStorage creates a new mock instance. -func NewMockCollectionDataStorage(ctrl *gomock.Controller) *MockCollectionDataStorage { - mock := &MockCollectionDataStorage{ctrl: ctrl} - mock.recorder = &MockCollectionDataStorageMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectionDataStorage) EXPECT() *MockCollectionDataStorageMockRecorder { - return m.recorder -} - -// GetData mocks base method. -func (m *MockCollectionDataStorage) GetData(ids []thirdparty.ContractID) (map[string]thirdparty.CollectionData, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetData", ids) - ret0, _ := ret[0].(map[string]thirdparty.CollectionData) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetData indicates an expected call of GetData. -func (mr *MockCollectionDataStorageMockRecorder) GetData(ids any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetData", reflect.TypeOf((*MockCollectionDataStorage)(nil).GetData), ids) -} - -// GetIDsNotInDB mocks base method. -func (m *MockCollectionDataStorage) GetIDsNotInDB(ids []thirdparty.ContractID) ([]thirdparty.ContractID, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetIDsNotInDB", ids) - ret0, _ := ret[0].([]thirdparty.ContractID) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetIDsNotInDB indicates an expected call of GetIDsNotInDB. -func (mr *MockCollectionDataStorageMockRecorder) GetIDsNotInDB(ids any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetIDsNotInDB", reflect.TypeOf((*MockCollectionDataStorage)(nil).GetIDsNotInDB), ids) -} - -// GetSocialsForID mocks base method. -func (m *MockCollectionDataStorage) GetSocialsForID(contractID thirdparty.ContractID) (*thirdparty.CollectionSocials, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetSocialsForID", contractID) - ret0, _ := ret[0].(*thirdparty.CollectionSocials) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetSocialsForID indicates an expected call of GetSocialsForID. -func (mr *MockCollectionDataStorageMockRecorder) GetSocialsForID(contractID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetSocialsForID", reflect.TypeOf((*MockCollectionDataStorage)(nil).GetSocialsForID), contractID) -} - -// SetCollectionSocialsData mocks base method. -func (m *MockCollectionDataStorage) SetCollectionSocialsData(id thirdparty.ContractID, collectionSocials *thirdparty.CollectionSocials) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetCollectionSocialsData", id, collectionSocials) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetCollectionSocialsData indicates an expected call of SetCollectionSocialsData. -func (mr *MockCollectionDataStorageMockRecorder) SetCollectionSocialsData(id, collectionSocials any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetCollectionSocialsData", reflect.TypeOf((*MockCollectionDataStorage)(nil).SetCollectionSocialsData), id, collectionSocials) -} - -// SetData mocks base method. -func (m *MockCollectionDataStorage) SetData(collections []thirdparty.CollectionData, allowUpdate bool) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SetData", collections, allowUpdate) - ret0, _ := ret[0].(error) - return ret0 -} - -// SetData indicates an expected call of SetData. -func (mr *MockCollectionDataStorageMockRecorder) SetData(collections, allowUpdate any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetData", reflect.TypeOf((*MockCollectionDataStorage)(nil).SetData), collections, allowUpdate) -} diff --git a/services/wallet/onramp/mock/types.go b/services/wallet/onramp/mock/types.go deleted file mode 100644 index a8e1c3637..000000000 --- a/services/wallet/onramp/mock/types.go +++ /dev/null @@ -1,80 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: types.go - -// Package mock_onramp is a generated GoMock package. -package mock_onramp - -import ( - context "context" - reflect "reflect" - - gomock "github.com/golang/mock/gomock" - onramp "github.com/status-im/status-go/services/wallet/onramp" -) - -// MockProvider is a mock of Provider interface. -type MockProvider struct { - ctrl *gomock.Controller - recorder *MockProviderMockRecorder -} - -// MockProviderMockRecorder is the mock recorder for MockProvider. -type MockProviderMockRecorder struct { - mock *MockProvider -} - -// NewMockProvider creates a new mock instance. -func NewMockProvider(ctrl *gomock.Controller) *MockProvider { - mock := &MockProvider{ctrl: ctrl} - mock.recorder = &MockProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockProvider) EXPECT() *MockProviderMockRecorder { - return m.recorder -} - -// GetCryptoOnRamp mocks base method. -func (m *MockProvider) GetCryptoOnRamp(ctx context.Context) (onramp.CryptoOnRamp, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetCryptoOnRamp", ctx) - ret0, _ := ret[0].(onramp.CryptoOnRamp) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetCryptoOnRamp indicates an expected call of GetCryptoOnRamp. -func (mr *MockProviderMockRecorder) GetCryptoOnRamp(ctx interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCryptoOnRamp", reflect.TypeOf((*MockProvider)(nil).GetCryptoOnRamp), ctx) -} - -// GetURL mocks base method. -func (m *MockProvider) GetURL(ctx context.Context, parameters onramp.Parameters) (string, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetURL", ctx, parameters) - ret0, _ := ret[0].(string) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetURL indicates an expected call of GetURL. -func (mr *MockProviderMockRecorder) GetURL(ctx, parameters interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetURL", reflect.TypeOf((*MockProvider)(nil).GetURL), ctx, parameters) -} - -// ID mocks base method. -func (m *MockProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockProvider)(nil).ID)) -} diff --git a/services/wallet/router/pathprocessor/cbridge/cbridge.pb.go b/services/wallet/router/pathprocessor/cbridge/cbridge.pb.go deleted file mode 100644 index d875bf837..000000000 --- a/services/wallet/router/pathprocessor/cbridge/cbridge.pb.go +++ /dev/null @@ -1,184 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: cbridge.proto - -package cbridge - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -// ========== x/cbridge kv value types -// for src transfer id -// normal status flow: after sgn applied user's Send event, status is OK_TO_RELAY. then after apply Relay event -// status is SUCCESS -// can't relay flow: after apply send, status will be BAD_xxx, and there'll be no relay. so user need to InitWithdraw, status becomes -// refund_requested when sgn apply withdrawDone event, status becomes REFUND_DONE -type XferStatus int32 - -const ( - XferStatus_UNKNOWN XferStatus = 0 // use as default for unknown xfer - // normal flow only has ok then success - XferStatus_OK_TO_RELAY XferStatus = 1 // x/cbridge emit relay, waiting for sgn nodes to send sig, then sgn will submit relay tx onchain - XferStatus_SUCCESS XferStatus = 2 // applied onchain relay event - // can't relay flow status - XferStatus_BAD_LIQUIDITY XferStatus = 3 // can't complete xfer due to low dst chain liquidity or equal value dest amount is 0 - XferStatus_BAD_SLIPPAGE XferStatus = 4 // slippage larger than user specified max - XferStatus_BAD_TOKEN XferStatus = 5 // src or dest token are not supported - // refund, using withdraw flow - XferStatus_REFUND_REQUESTED XferStatus = 6 // user/gateway called InitWithdraw, XferRefundKey has withdraw seq num - XferStatus_REFUND_DONE XferStatus = 7 // applied onchain WithdrawDown event - XferStatus_BAD_XFER_DISABLED XferStatus = 8 // asset is in config, but it is xfer_disabled, so this asset should not be used for transfer. If any transfer - // come, we should go to refund flow. - XferStatus_BAD_DEST_CHAIN XferStatus = 9 // dest chain is same to src chain, relayer will ignore it. - XferStatus_EXCEED_MAX_OUT_AMOUNT XferStatus = 10 // amount larger than max out allowance - XferStatus_XFER_DELAYED XferStatus = 11 // relayer has successfully called onchain relay() but the onchain contract decides that the amt is greater than its - // delayThreshold - XferStatus_BAD_ADDRESS XferStatus = 12 -) - -// Enum value maps for XferStatus. -var ( - XferStatus_name = map[int32]string{ - 0: "UNKNOWN", - 1: "OK_TO_RELAY", - 2: "SUCCESS", - 3: "BAD_LIQUIDITY", - 4: "BAD_SLIPPAGE", - 5: "BAD_TOKEN", - 6: "REFUND_REQUESTED", - 7: "REFUND_DONE", - 8: "BAD_XFER_DISABLED", - 9: "BAD_DEST_CHAIN", - 10: "EXCEED_MAX_OUT_AMOUNT", - 11: "XFER_DELAYED", - 12: "BAD_ADDRESS", - } - XferStatus_value = map[string]int32{ - "UNKNOWN": 0, - "OK_TO_RELAY": 1, - "SUCCESS": 2, - "BAD_LIQUIDITY": 3, - "BAD_SLIPPAGE": 4, - "BAD_TOKEN": 5, - "REFUND_REQUESTED": 6, - "REFUND_DONE": 7, - "BAD_XFER_DISABLED": 8, - "BAD_DEST_CHAIN": 9, - "EXCEED_MAX_OUT_AMOUNT": 10, - "XFER_DELAYED": 11, - "BAD_ADDRESS": 12, - } -) - -func (x XferStatus) Enum() *XferStatus { - p := new(XferStatus) - *p = x - return p -} - -func (x XferStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (XferStatus) Descriptor() protoreflect.EnumDescriptor { - return file_cbridge_proto_enumTypes[0].Descriptor() -} - -func (XferStatus) Type() protoreflect.EnumType { - return &file_cbridge_proto_enumTypes[0] -} - -func (x XferStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use XferStatus.Descriptor instead. -func (XferStatus) EnumDescriptor() ([]byte, []int) { - return file_cbridge_proto_rawDescGZIP(), []int{0} -} - -var File_cbridge_proto protoreflect.FileDescriptor - -var file_cbridge_proto_rawDesc = []byte{ - 0x0a, 0x0d, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x07, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2a, 0xfb, 0x01, 0x0a, 0x0a, 0x58, 0x66, 0x65, - 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, - 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x4f, 0x4b, 0x5f, 0x54, 0x4f, 0x5f, 0x52, 0x45, - 0x4c, 0x41, 0x59, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x55, 0x43, 0x43, 0x45, 0x53, 0x53, - 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x41, 0x44, 0x5f, 0x4c, 0x49, 0x51, 0x55, 0x49, 0x44, - 0x49, 0x54, 0x59, 0x10, 0x03, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x41, 0x44, 0x5f, 0x53, 0x4c, 0x49, - 0x50, 0x50, 0x41, 0x47, 0x45, 0x10, 0x04, 0x12, 0x0d, 0x0a, 0x09, 0x42, 0x41, 0x44, 0x5f, 0x54, - 0x4f, 0x4b, 0x45, 0x4e, 0x10, 0x05, 0x12, 0x14, 0x0a, 0x10, 0x52, 0x45, 0x46, 0x55, 0x4e, 0x44, - 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x45, 0x44, 0x10, 0x06, 0x12, 0x0f, 0x0a, 0x0b, - 0x52, 0x45, 0x46, 0x55, 0x4e, 0x44, 0x5f, 0x44, 0x4f, 0x4e, 0x45, 0x10, 0x07, 0x12, 0x15, 0x0a, - 0x11, 0x42, 0x41, 0x44, 0x5f, 0x58, 0x46, 0x45, 0x52, 0x5f, 0x44, 0x49, 0x53, 0x41, 0x42, 0x4c, - 0x45, 0x44, 0x10, 0x08, 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x41, 0x44, 0x5f, 0x44, 0x45, 0x53, 0x54, - 0x5f, 0x43, 0x48, 0x41, 0x49, 0x4e, 0x10, 0x09, 0x12, 0x19, 0x0a, 0x15, 0x45, 0x58, 0x43, 0x45, - 0x45, 0x44, 0x5f, 0x4d, 0x41, 0x58, 0x5f, 0x4f, 0x55, 0x54, 0x5f, 0x41, 0x4d, 0x4f, 0x55, 0x4e, - 0x54, 0x10, 0x0a, 0x12, 0x10, 0x0a, 0x0c, 0x58, 0x46, 0x45, 0x52, 0x5f, 0x44, 0x45, 0x4c, 0x41, - 0x59, 0x45, 0x44, 0x10, 0x0b, 0x12, 0x0f, 0x0a, 0x0b, 0x42, 0x41, 0x44, 0x5f, 0x41, 0x44, 0x44, - 0x52, 0x45, 0x53, 0x53, 0x10, 0x0c, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2e, 0x2f, 0x63, 0x62, 0x72, - 0x69, 0x64, 0x67, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_cbridge_proto_rawDescOnce sync.Once - file_cbridge_proto_rawDescData = file_cbridge_proto_rawDesc -) - -func file_cbridge_proto_rawDescGZIP() []byte { - file_cbridge_proto_rawDescOnce.Do(func() { - file_cbridge_proto_rawDescData = protoimpl.X.CompressGZIP(file_cbridge_proto_rawDescData) - }) - return file_cbridge_proto_rawDescData -} - -var file_cbridge_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_cbridge_proto_goTypes = []interface{}{ - (XferStatus)(0), // 0: cbridge.XferStatus -} -var file_cbridge_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_cbridge_proto_init() } -func file_cbridge_proto_init() { - if File_cbridge_proto != nil { - return - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_cbridge_proto_rawDesc, - NumEnums: 1, - NumMessages: 0, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_cbridge_proto_goTypes, - DependencyIndexes: file_cbridge_proto_depIdxs, - EnumInfos: file_cbridge_proto_enumTypes, - }.Build() - File_cbridge_proto = out.File - file_cbridge_proto_rawDesc = nil - file_cbridge_proto_goTypes = nil - file_cbridge_proto_depIdxs = nil -} diff --git a/services/wallet/router/pathprocessor/cbridge/gateway.pb.go b/services/wallet/router/pathprocessor/cbridge/gateway.pb.go deleted file mode 100644 index 69c94272f..000000000 --- a/services/wallet/router/pathprocessor/cbridge/gateway.pb.go +++ /dev/null @@ -1,2321 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: gateway.proto - -package cbridge - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type WithdrawMethodType int32 - -const ( - WithdrawMethodType_WD_METHOD_TYPE_UNDEFINED WithdrawMethodType = 0 - WithdrawMethodType_WD_METHOD_TYPE_ONE_RM WithdrawMethodType = 1 // for lp one chain liquidity remove - WithdrawMethodType_WD_METHOD_TYPE_ALL_IN_ONE WithdrawMethodType = 2 // for lp multi-chain -> one chain liquidity remove - WithdrawMethodType_WD_METHOD_TYPE_STAKING_CLAIM WithdrawMethodType = 3 // for staking claim lp reward, these entries will not be shown in lp history -) - -// Enum value maps for WithdrawMethodType. -var ( - WithdrawMethodType_name = map[int32]string{ - 0: "WD_METHOD_TYPE_UNDEFINED", - 1: "WD_METHOD_TYPE_ONE_RM", - 2: "WD_METHOD_TYPE_ALL_IN_ONE", - 3: "WD_METHOD_TYPE_STAKING_CLAIM", - } - WithdrawMethodType_value = map[string]int32{ - "WD_METHOD_TYPE_UNDEFINED": 0, - "WD_METHOD_TYPE_ONE_RM": 1, - "WD_METHOD_TYPE_ALL_IN_ONE": 2, - "WD_METHOD_TYPE_STAKING_CLAIM": 3, - } -) - -func (x WithdrawMethodType) Enum() *WithdrawMethodType { - p := new(WithdrawMethodType) - *p = x - return p -} - -func (x WithdrawMethodType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (WithdrawMethodType) Descriptor() protoreflect.EnumDescriptor { - return file_gateway_proto_enumTypes[0].Descriptor() -} - -func (WithdrawMethodType) Type() protoreflect.EnumType { - return &file_gateway_proto_enumTypes[0] -} - -func (x WithdrawMethodType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use WithdrawMethodType.Descriptor instead. -func (WithdrawMethodType) EnumDescriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{0} -} - -type ErrCode int32 - -const ( - ErrCode_ERROR_CODE_UNDEFINED ErrCode = 0 - ErrCode_ERROR_CODE_COMMON ErrCode = 500 - ErrCode_ERROR_NO_TOKEN_ON_DST_CHAIN ErrCode = 1001 - ErrCode_ERROR_NO_TOKEN_ON_SRC_CHAIN ErrCode = 1002 - ErrCode_ERROR_INIT_WITHDRAW_FAILED ErrCode = 1003 -) - -// Enum value maps for ErrCode. -var ( - ErrCode_name = map[int32]string{ - 0: "ERROR_CODE_UNDEFINED", - 500: "ERROR_CODE_COMMON", - 1001: "ERROR_NO_TOKEN_ON_DST_CHAIN", - 1002: "ERROR_NO_TOKEN_ON_SRC_CHAIN", - 1003: "ERROR_INIT_WITHDRAW_FAILED", - } - ErrCode_value = map[string]int32{ - "ERROR_CODE_UNDEFINED": 0, - "ERROR_CODE_COMMON": 500, - "ERROR_NO_TOKEN_ON_DST_CHAIN": 1001, - "ERROR_NO_TOKEN_ON_SRC_CHAIN": 1002, - "ERROR_INIT_WITHDRAW_FAILED": 1003, - } -) - -func (x ErrCode) Enum() *ErrCode { - p := new(ErrCode) - *p = x - return p -} - -func (x ErrCode) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (ErrCode) Descriptor() protoreflect.EnumDescriptor { - return file_gateway_proto_enumTypes[1].Descriptor() -} - -func (ErrCode) Type() protoreflect.EnumType { - return &file_gateway_proto_enumTypes[1] -} - -func (x ErrCode) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use ErrCode.Descriptor instead. -func (ErrCode) EnumDescriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{1} -} - -type Chain struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Icon string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"` - BlockDelay uint32 `protobuf:"varint,4,opt,name=block_delay,json=blockDelay,proto3" json:"block_delay,omitempty"` - GasTokenSymbol string `protobuf:"bytes,5,opt,name=gas_token_symbol,json=gasTokenSymbol,proto3" json:"gas_token_symbol,omitempty"` - ExploreUrl string `protobuf:"bytes,6,opt,name=explore_url,json=exploreUrl,proto3" json:"explore_url,omitempty"` - ContractAddr string `protobuf:"bytes,8,opt,name=contract_addr,json=contractAddr,proto3" json:"contract_addr,omitempty"` // bridge contract addr - DropGasAmt string `protobuf:"bytes,9,opt,name=drop_gas_amt,json=dropGasAmt,proto3" json:"drop_gas_amt,omitempty"` // how much gas will be dropped on dst chain when transfer(dst chain gas token) - SuggestedBaseFee float64 `protobuf:"fixed64,10,opt,name=suggested_base_fee,json=suggestedBaseFee,proto3" json:"suggested_base_fee,omitempty"` // only for backend -} - -func (x *Chain) Reset() { - *x = Chain{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Chain) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Chain) ProtoMessage() {} - -func (x *Chain) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Chain.ProtoReflect.Descriptor instead. -func (*Chain) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{0} -} - -func (x *Chain) GetId() uint32 { - if x != nil { - return x.Id - } - return 0 -} - -func (x *Chain) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *Chain) GetIcon() string { - if x != nil { - return x.Icon - } - return "" -} - -func (x *Chain) GetBlockDelay() uint32 { - if x != nil { - return x.BlockDelay - } - return 0 -} - -func (x *Chain) GetGasTokenSymbol() string { - if x != nil { - return x.GasTokenSymbol - } - return "" -} - -func (x *Chain) GetExploreUrl() string { - if x != nil { - return x.ExploreUrl - } - return "" -} - -func (x *Chain) GetContractAddr() string { - if x != nil { - return x.ContractAddr - } - return "" -} - -func (x *Chain) GetDropGasAmt() string { - if x != nil { - return x.DropGasAmt - } - return "" -} - -func (x *Chain) GetSuggestedBaseFee() float64 { - if x != nil { - return x.SuggestedBaseFee - } - return 0 -} - -type ChainTokenInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Token []*TokenInfo `protobuf:"bytes,1,rep,name=token,proto3" json:"token,omitempty"` -} - -func (x *ChainTokenInfo) Reset() { - *x = ChainTokenInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChainTokenInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChainTokenInfo) ProtoMessage() {} - -func (x *ChainTokenInfo) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChainTokenInfo.ProtoReflect.Descriptor instead. -func (*ChainTokenInfo) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{1} -} - -func (x *ChainTokenInfo) GetToken() []*TokenInfo { - if x != nil { - return x.Token - } - return nil -} - -type TokenInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` - Icon string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"` -} - -func (x *TokenInfo) Reset() { - *x = TokenInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TokenInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TokenInfo) ProtoMessage() {} - -func (x *TokenInfo) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TokenInfo.ProtoReflect.Descriptor instead. -func (*TokenInfo) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{2} -} - -func (x *TokenInfo) GetToken() *Token { - if x != nil { - return x.Token - } - return nil -} - -func (x *TokenInfo) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *TokenInfo) GetIcon() string { - if x != nil { - return x.Icon - } - return "" -} - -type TransferInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Chain *Chain `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"` - Token *Token `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` - Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` -} - -func (x *TransferInfo) Reset() { - *x = TransferInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransferInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransferInfo) ProtoMessage() {} - -func (x *TransferInfo) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransferInfo.ProtoReflect.Descriptor instead. -func (*TransferInfo) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{3} -} - -func (x *TransferInfo) GetChain() *Chain { - if x != nil { - return x.Chain - } - return nil -} - -func (x *TransferInfo) GetToken() *Token { - if x != nil { - return x.Token - } - return nil -} - -func (x *TransferInfo) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -type GetTransferStatusRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TransferId string `protobuf:"bytes,1,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"` -} - -func (x *GetTransferStatusRequest) Reset() { - *x = GetTransferStatusRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetTransferStatusRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetTransferStatusRequest) ProtoMessage() {} - -func (x *GetTransferStatusRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetTransferStatusRequest.ProtoReflect.Descriptor instead. -func (*GetTransferStatusRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{4} -} - -func (x *GetTransferStatusRequest) GetTransferId() string { - if x != nil { - return x.TransferId - } - return "" -} - -type GetTransferStatusResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - Status TransferHistoryStatus `protobuf:"varint,2,opt,name=status,proto3,enum=cbridge.TransferHistoryStatus" json:"status,omitempty"` - WdOnchain []byte `protobuf:"bytes,3,opt,name=wd_onchain,json=wdOnchain,proto3" json:"wd_onchain,omitempty"` // for refund only - SortedSigs [][]byte `protobuf:"bytes,4,rep,name=sorted_sigs,json=sortedSigs,proto3" json:"sorted_sigs,omitempty"` // for refund only - Signers [][]byte `protobuf:"bytes,5,rep,name=signers,proto3" json:"signers,omitempty"` // for refund only - Powers [][]byte `protobuf:"bytes,6,rep,name=powers,proto3" json:"powers,omitempty"` // for refund only - RefundReason XferStatus `protobuf:"varint,7,opt,name=refund_reason,json=refundReason,proto3,enum=cbridge.XferStatus" json:"refund_reason,omitempty"` // used only for to_be_refund TransferStatus. BAD_LIQUIDITY, BAD_SLIPPAGE and BAD_TOKEN are used here - BlockDelay uint32 `protobuf:"varint,8,opt,name=block_delay,json=blockDelay,proto3" json:"block_delay,omitempty"` // waiting - SrcBlockTxLink string `protobuf:"bytes,9,opt,name=src_block_tx_link,json=srcBlockTxLink,proto3" json:"src_block_tx_link,omitempty"` - DstBlockTxLink string `protobuf:"bytes,10,opt,name=dst_block_tx_link,json=dstBlockTxLink,proto3" json:"dst_block_tx_link,omitempty"` -} - -func (x *GetTransferStatusResponse) Reset() { - *x = GetTransferStatusResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetTransferStatusResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetTransferStatusResponse) ProtoMessage() {} - -func (x *GetTransferStatusResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetTransferStatusResponse.ProtoReflect.Descriptor instead. -func (*GetTransferStatusResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{5} -} - -func (x *GetTransferStatusResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *GetTransferStatusResponse) GetStatus() TransferHistoryStatus { - if x != nil { - return x.Status - } - return TransferHistoryStatus_TRANSFER_UNKNOWN -} - -func (x *GetTransferStatusResponse) GetWdOnchain() []byte { - if x != nil { - return x.WdOnchain - } - return nil -} - -func (x *GetTransferStatusResponse) GetSortedSigs() [][]byte { - if x != nil { - return x.SortedSigs - } - return nil -} - -func (x *GetTransferStatusResponse) GetSigners() [][]byte { - if x != nil { - return x.Signers - } - return nil -} - -func (x *GetTransferStatusResponse) GetPowers() [][]byte { - if x != nil { - return x.Powers - } - return nil -} - -func (x *GetTransferStatusResponse) GetRefundReason() XferStatus { - if x != nil { - return x.RefundReason - } - return XferStatus_UNKNOWN -} - -func (x *GetTransferStatusResponse) GetBlockDelay() uint32 { - if x != nil { - return x.BlockDelay - } - return 0 -} - -func (x *GetTransferStatusResponse) GetSrcBlockTxLink() string { - if x != nil { - return x.SrcBlockTxLink - } - return "" -} - -func (x *GetTransferStatusResponse) GetDstBlockTxLink() string { - if x != nil { - return x.DstBlockTxLink - } - return "" -} - -type GetTransferConfigsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GetTransferConfigsRequest) Reset() { - *x = GetTransferConfigsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetTransferConfigsRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetTransferConfigsRequest) ProtoMessage() {} - -func (x *GetTransferConfigsRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetTransferConfigsRequest.ProtoReflect.Descriptor instead. -func (*GetTransferConfigsRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{6} -} - -type GetTransferConfigsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - Chains []*Chain `protobuf:"bytes,2,rep,name=chains,proto3" json:"chains,omitempty"` - ChainToken map[uint32]*ChainTokenInfo `protobuf:"bytes,3,rep,name=chain_token,json=chainToken,proto3" json:"chain_token,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // map - FarmingRewardContractAddr string `protobuf:"bytes,4,opt,name=farming_reward_contract_addr,json=farmingRewardContractAddr,proto3" json:"farming_reward_contract_addr,omitempty"` -} - -func (x *GetTransferConfigsResponse) Reset() { - *x = GetTransferConfigsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetTransferConfigsResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetTransferConfigsResponse) ProtoMessage() {} - -func (x *GetTransferConfigsResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetTransferConfigsResponse.ProtoReflect.Descriptor instead. -func (*GetTransferConfigsResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{7} -} - -func (x *GetTransferConfigsResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *GetTransferConfigsResponse) GetChains() []*Chain { - if x != nil { - return x.Chains - } - return nil -} - -func (x *GetTransferConfigsResponse) GetChainToken() map[uint32]*ChainTokenInfo { - if x != nil { - return x.ChainToken - } - return nil -} - -func (x *GetTransferConfigsResponse) GetFarmingRewardContractAddr() string { - if x != nil { - return x.FarmingRewardContractAddr - } - return "" -} - -type GetTokenInfoRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChainId uint32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - TokenSymbol string `protobuf:"bytes,2,opt,name=token_symbol,json=tokenSymbol,proto3" json:"token_symbol,omitempty"` -} - -func (x *GetTokenInfoRequest) Reset() { - *x = GetTokenInfoRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetTokenInfoRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetTokenInfoRequest) ProtoMessage() {} - -func (x *GetTokenInfoRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetTokenInfoRequest.ProtoReflect.Descriptor instead. -func (*GetTokenInfoRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{8} -} - -func (x *GetTokenInfoRequest) GetChainId() uint32 { - if x != nil { - return x.ChainId - } - return 0 -} - -func (x *GetTokenInfoRequest) GetTokenSymbol() string { - if x != nil { - return x.TokenSymbol - } - return "" -} - -type GetTokenInfoResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - TokenInfo *TokenInfo `protobuf:"bytes,2,opt,name=token_info,json=tokenInfo,proto3" json:"token_info,omitempty"` -} - -func (x *GetTokenInfoResponse) Reset() { - *x = GetTokenInfoResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GetTokenInfoResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GetTokenInfoResponse) ProtoMessage() {} - -func (x *GetTokenInfoResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GetTokenInfoResponse.ProtoReflect.Descriptor instead. -func (*GetTokenInfoResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{9} -} - -func (x *GetTokenInfoResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *GetTokenInfoResponse) GetTokenInfo() *TokenInfo { - if x != nil { - return x.TokenInfo - } - return nil -} - -type EstimateAmtRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcChainId uint32 `protobuf:"varint,1,opt,name=src_chain_id,json=srcChainId,proto3" json:"src_chain_id,omitempty"` - DstChainId uint32 `protobuf:"varint,2,opt,name=dst_chain_id,json=dstChainId,proto3" json:"dst_chain_id,omitempty"` - TokenSymbol string `protobuf:"bytes,3,opt,name=token_symbol,json=tokenSymbol,proto3" json:"token_symbol,omitempty"` - Amt string `protobuf:"bytes,4,opt,name=amt,proto3" json:"amt,omitempty"` - UsrAddr string `protobuf:"bytes,5,opt,name=usr_addr,json=usrAddr,proto3" json:"usr_addr,omitempty"` - SlippageTolerance uint32 `protobuf:"varint,6,opt,name=slippage_tolerance,json=slippageTolerance,proto3" json:"slippage_tolerance,omitempty"` // user setting, for ui only, slippage * 1M, eg. 0.5% is 5000 -} - -func (x *EstimateAmtRequest) Reset() { - *x = EstimateAmtRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EstimateAmtRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EstimateAmtRequest) ProtoMessage() {} - -func (x *EstimateAmtRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EstimateAmtRequest.ProtoReflect.Descriptor instead. -func (*EstimateAmtRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{10} -} - -func (x *EstimateAmtRequest) GetSrcChainId() uint32 { - if x != nil { - return x.SrcChainId - } - return 0 -} - -func (x *EstimateAmtRequest) GetDstChainId() uint32 { - if x != nil { - return x.DstChainId - } - return 0 -} - -func (x *EstimateAmtRequest) GetTokenSymbol() string { - if x != nil { - return x.TokenSymbol - } - return "" -} - -func (x *EstimateAmtRequest) GetAmt() string { - if x != nil { - return x.Amt - } - return "" -} - -func (x *EstimateAmtRequest) GetUsrAddr() string { - if x != nil { - return x.UsrAddr - } - return "" -} - -func (x *EstimateAmtRequest) GetSlippageTolerance() uint32 { - if x != nil { - return x.SlippageTolerance - } - return 0 -} - -type EstimateAmtResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - EqValueTokenAmt string `protobuf:"bytes,2,opt,name=eq_value_token_amt,json=eqValueTokenAmt,proto3" json:"eq_value_token_amt,omitempty"` // on_dst_chain, to cal minimum_received_amt = eq_value_token_amt*(1-slippage_tolerance) - fee - BridgeRate float32 `protobuf:"fixed32,3,opt,name=bridge_rate,json=bridgeRate,proto3" json:"bridge_rate,omitempty"` - PercFee string `protobuf:"bytes,4,opt,name=perc_fee,json=percFee,proto3" json:"perc_fee,omitempty"` // on_dst_chain, percentage fee based on amount - BaseFee string `protobuf:"bytes,7,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"` // on_dest_chain, independent of amount, to cover relay onchain tx gas cost - SlippageTolerance uint32 `protobuf:"varint,5,opt,name=slippage_tolerance,json=slippageTolerance,proto3" json:"slippage_tolerance,omitempty"` // user setting, from request, slippage * 1M, eg. 0.5% is 5000 - MaxSlippage uint32 `protobuf:"varint,6,opt,name=max_slippage,json=maxSlippage,proto3" json:"max_slippage,omitempty"` // param for requesting on chain, slippage * 1M, eg. 0.5% is 5000 -} - -func (x *EstimateAmtResponse) Reset() { - *x = EstimateAmtResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EstimateAmtResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EstimateAmtResponse) ProtoMessage() {} - -func (x *EstimateAmtResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EstimateAmtResponse.ProtoReflect.Descriptor instead. -func (*EstimateAmtResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{11} -} - -func (x *EstimateAmtResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *EstimateAmtResponse) GetEqValueTokenAmt() string { - if x != nil { - return x.EqValueTokenAmt - } - return "" -} - -func (x *EstimateAmtResponse) GetBridgeRate() float32 { - if x != nil { - return x.BridgeRate - } - return 0 -} - -func (x *EstimateAmtResponse) GetPercFee() string { - if x != nil { - return x.PercFee - } - return "" -} - -func (x *EstimateAmtResponse) GetBaseFee() string { - if x != nil { - return x.BaseFee - } - return "" -} - -func (x *EstimateAmtResponse) GetSlippageTolerance() uint32 { - if x != nil { - return x.SlippageTolerance - } - return 0 -} - -func (x *EstimateAmtResponse) GetMaxSlippage() uint32 { - if x != nil { - return x.MaxSlippage - } - return 0 -} - -type WithdrawInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ChainId uint32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` - SlippageTolerance uint32 `protobuf:"varint,3,opt,name=slippage_tolerance,json=slippageTolerance,proto3" json:"slippage_tolerance,omitempty"` // user setting, for ui only, slippage * 1M, eg. 0.5% is 5000 -} - -func (x *WithdrawInfo) Reset() { - *x = WithdrawInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WithdrawInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WithdrawInfo) ProtoMessage() {} - -func (x *WithdrawInfo) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WithdrawInfo.ProtoReflect.Descriptor instead. -func (*WithdrawInfo) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{12} -} - -func (x *WithdrawInfo) GetChainId() uint32 { - if x != nil { - return x.ChainId - } - return 0 -} - -func (x *WithdrawInfo) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (x *WithdrawInfo) GetSlippageTolerance() uint32 { - if x != nil { - return x.SlippageTolerance - } - return 0 -} - -type EstimateWithdrawAmtRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SrcWithdraws []*WithdrawInfo `protobuf:"bytes,1,rep,name=src_withdraws,json=srcWithdraws,proto3" json:"src_withdraws,omitempty"` - DstChainId uint32 `protobuf:"varint,2,opt,name=dst_chain_id,json=dstChainId,proto3" json:"dst_chain_id,omitempty"` - TokenSymbol string `protobuf:"bytes,3,opt,name=token_symbol,json=tokenSymbol,proto3" json:"token_symbol,omitempty"` - UsrAddr string `protobuf:"bytes,4,opt,name=usr_addr,json=usrAddr,proto3" json:"usr_addr,omitempty"` -} - -func (x *EstimateWithdrawAmtRequest) Reset() { - *x = EstimateWithdrawAmtRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EstimateWithdrawAmtRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EstimateWithdrawAmtRequest) ProtoMessage() {} - -func (x *EstimateWithdrawAmtRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EstimateWithdrawAmtRequest.ProtoReflect.Descriptor instead. -func (*EstimateWithdrawAmtRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{13} -} - -func (x *EstimateWithdrawAmtRequest) GetSrcWithdraws() []*WithdrawInfo { - if x != nil { - return x.SrcWithdraws - } - return nil -} - -func (x *EstimateWithdrawAmtRequest) GetDstChainId() uint32 { - if x != nil { - return x.DstChainId - } - return 0 -} - -func (x *EstimateWithdrawAmtRequest) GetTokenSymbol() string { - if x != nil { - return x.TokenSymbol - } - return "" -} - -func (x *EstimateWithdrawAmtRequest) GetUsrAddr() string { - if x != nil { - return x.UsrAddr - } - return "" -} - -type EstimateWithdrawAmtResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - ReqAmt map[uint32]*EstimateWithdrawAmt `protobuf:"bytes,2,rep,name=req_amt,json=reqAmt,proto3" json:"req_amt,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // map -} - -func (x *EstimateWithdrawAmtResponse) Reset() { - *x = EstimateWithdrawAmtResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EstimateWithdrawAmtResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EstimateWithdrawAmtResponse) ProtoMessage() {} - -func (x *EstimateWithdrawAmtResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EstimateWithdrawAmtResponse.ProtoReflect.Descriptor instead. -func (*EstimateWithdrawAmtResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{14} -} - -func (x *EstimateWithdrawAmtResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *EstimateWithdrawAmtResponse) GetReqAmt() map[uint32]*EstimateWithdrawAmt { - if x != nil { - return x.ReqAmt - } - return nil -} - -type EstimateWithdrawAmt struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EqValueTokenAmt string `protobuf:"bytes,1,opt,name=eq_value_token_amt,json=eqValueTokenAmt,proto3" json:"eq_value_token_amt,omitempty"` // on_dst_chain, to cal minimum_received_amt = eq_value_token_amt*(1-slippage_tolerance) - fee - BridgeRate float32 `protobuf:"fixed32,2,opt,name=bridge_rate,json=bridgeRate,proto3" json:"bridge_rate,omitempty"` - PercFee string `protobuf:"bytes,3,opt,name=perc_fee,json=percFee,proto3" json:"perc_fee,omitempty"` // on_dst_chain, percentage fee based on amount - BaseFee string `protobuf:"bytes,4,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"` // on_dest_chain, independent of amount, to cover relay onchain tx gas cost - SlippageTolerance uint32 `protobuf:"varint,5,opt,name=slippage_tolerance,json=slippageTolerance,proto3" json:"slippage_tolerance,omitempty"` // user setting, for ui only, slippage * 1M, eg. 0.5% is 5000 - MaxSlippage uint32 `protobuf:"varint,6,opt,name=max_slippage,json=maxSlippage,proto3" json:"max_slippage,omitempty"` // param for requesting on chain, slippage * 1M, eg. 0.5% is 5000 -} - -func (x *EstimateWithdrawAmt) Reset() { - *x = EstimateWithdrawAmt{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *EstimateWithdrawAmt) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*EstimateWithdrawAmt) ProtoMessage() {} - -func (x *EstimateWithdrawAmt) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use EstimateWithdrawAmt.ProtoReflect.Descriptor instead. -func (*EstimateWithdrawAmt) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{15} -} - -func (x *EstimateWithdrawAmt) GetEqValueTokenAmt() string { - if x != nil { - return x.EqValueTokenAmt - } - return "" -} - -func (x *EstimateWithdrawAmt) GetBridgeRate() float32 { - if x != nil { - return x.BridgeRate - } - return 0 -} - -func (x *EstimateWithdrawAmt) GetPercFee() string { - if x != nil { - return x.PercFee - } - return "" -} - -func (x *EstimateWithdrawAmt) GetBaseFee() string { - if x != nil { - return x.BaseFee - } - return "" -} - -func (x *EstimateWithdrawAmt) GetSlippageTolerance() uint32 { - if x != nil { - return x.SlippageTolerance - } - return 0 -} - -func (x *EstimateWithdrawAmt) GetMaxSlippage() uint32 { - if x != nil { - return x.MaxSlippage - } - return 0 -} - -type WithdrawLiquidityRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - WithdrawReq []byte `protobuf:"bytes,1,opt,name=withdraw_req,json=withdrawReq,proto3" json:"withdraw_req,omitempty"` // serialized WithdrawReq in sgn/cbridge/v1/tx.proto - Sig []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"` - EstimatedReceivedAmt string `protobuf:"bytes,3,opt,name=estimated_received_amt,json=estimatedReceivedAmt,proto3" json:"estimated_received_amt,omitempty"` // on dst chain - MethodType WithdrawMethodType `protobuf:"varint,4,opt,name=method_type,json=methodType,proto3,enum=cbridge.WithdrawMethodType" json:"method_type,omitempty"` // record which type it is -} - -func (x *WithdrawLiquidityRequest) Reset() { - *x = WithdrawLiquidityRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WithdrawLiquidityRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WithdrawLiquidityRequest) ProtoMessage() {} - -func (x *WithdrawLiquidityRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WithdrawLiquidityRequest.ProtoReflect.Descriptor instead. -func (*WithdrawLiquidityRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{16} -} - -func (x *WithdrawLiquidityRequest) GetWithdrawReq() []byte { - if x != nil { - return x.WithdrawReq - } - return nil -} - -func (x *WithdrawLiquidityRequest) GetSig() []byte { - if x != nil { - return x.Sig - } - return nil -} - -func (x *WithdrawLiquidityRequest) GetEstimatedReceivedAmt() string { - if x != nil { - return x.EstimatedReceivedAmt - } - return "" -} - -func (x *WithdrawLiquidityRequest) GetMethodType() WithdrawMethodType { - if x != nil { - return x.MethodType - } - return WithdrawMethodType_WD_METHOD_TYPE_UNDEFINED -} - -type WithdrawLiquidityResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - SeqNum uint64 `protobuf:"varint,2,opt,name=seq_num,json=seqNum,proto3" json:"seq_num,omitempty"` // same as WithdrawLiquidityRequest.reqid -} - -func (x *WithdrawLiquidityResponse) Reset() { - *x = WithdrawLiquidityResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WithdrawLiquidityResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WithdrawLiquidityResponse) ProtoMessage() {} - -func (x *WithdrawLiquidityResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WithdrawLiquidityResponse.ProtoReflect.Descriptor instead. -func (*WithdrawLiquidityResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{17} -} - -func (x *WithdrawLiquidityResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *WithdrawLiquidityResponse) GetSeqNum() uint64 { - if x != nil { - return x.SeqNum - } - return 0 -} - -type TransferHistory struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TransferId string `protobuf:"bytes,1,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"` - SrcSendInfo *TransferInfo `protobuf:"bytes,2,opt,name=src_send_info,json=srcSendInfo,proto3" json:"src_send_info,omitempty"` - DstReceivedInfo *TransferInfo `protobuf:"bytes,3,opt,name=dst_received_info,json=dstReceivedInfo,proto3" json:"dst_received_info,omitempty"` - Ts uint64 `protobuf:"varint,4,opt,name=ts,proto3" json:"ts,omitempty"` - SrcBlockTxLink string `protobuf:"bytes,5,opt,name=src_block_tx_link,json=srcBlockTxLink,proto3" json:"src_block_tx_link,omitempty"` - DstBlockTxLink string `protobuf:"bytes,6,opt,name=dst_block_tx_link,json=dstBlockTxLink,proto3" json:"dst_block_tx_link,omitempty"` - Status TransferHistoryStatus `protobuf:"varint,7,opt,name=status,proto3,enum=cbridge.TransferHistoryStatus" json:"status,omitempty"` - RefundReason XferStatus `protobuf:"varint,8,opt,name=refund_reason,json=refundReason,proto3,enum=cbridge.XferStatus" json:"refund_reason,omitempty"` // used only for to_be_refund TransferStatus. BAD_LIQUIDITY, BAD_SLIPPAGE and BAD_TOKEN are used here -} - -func (x *TransferHistory) Reset() { - *x = TransferHistory{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransferHistory) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransferHistory) ProtoMessage() {} - -func (x *TransferHistory) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransferHistory.ProtoReflect.Descriptor instead. -func (*TransferHistory) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{18} -} - -func (x *TransferHistory) GetTransferId() string { - if x != nil { - return x.TransferId - } - return "" -} - -func (x *TransferHistory) GetSrcSendInfo() *TransferInfo { - if x != nil { - return x.SrcSendInfo - } - return nil -} - -func (x *TransferHistory) GetDstReceivedInfo() *TransferInfo { - if x != nil { - return x.DstReceivedInfo - } - return nil -} - -func (x *TransferHistory) GetTs() uint64 { - if x != nil { - return x.Ts - } - return 0 -} - -func (x *TransferHistory) GetSrcBlockTxLink() string { - if x != nil { - return x.SrcBlockTxLink - } - return "" -} - -func (x *TransferHistory) GetDstBlockTxLink() string { - if x != nil { - return x.DstBlockTxLink - } - return "" -} - -func (x *TransferHistory) GetStatus() TransferHistoryStatus { - if x != nil { - return x.Status - } - return TransferHistoryStatus_TRANSFER_UNKNOWN -} - -func (x *TransferHistory) GetRefundReason() XferStatus { - if x != nil { - return x.RefundReason - } - return XferStatus_UNKNOWN -} - -type TransferHistoryRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // for first page, it's "" - PageSize uint64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` - Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` -} - -func (x *TransferHistoryRequest) Reset() { - *x = TransferHistoryRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransferHistoryRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransferHistoryRequest) ProtoMessage() {} - -func (x *TransferHistoryRequest) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransferHistoryRequest.ProtoReflect.Descriptor instead. -func (*TransferHistoryRequest) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{19} -} - -func (x *TransferHistoryRequest) GetNextPageToken() string { - if x != nil { - return x.NextPageToken - } - return "" -} - -func (x *TransferHistoryRequest) GetPageSize() uint64 { - if x != nil { - return x.PageSize - } - return 0 -} - -func (x *TransferHistoryRequest) GetAddr() string { - if x != nil { - return x.Addr - } - return "" -} - -type TransferHistoryResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Err *ErrMsg `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` - History []*TransferHistory `protobuf:"bytes,2,rep,name=history,proto3" json:"history,omitempty"` - NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` - CurrentSize uint64 `protobuf:"varint,4,opt,name=current_size,json=currentSize,proto3" json:"current_size,omitempty"` -} - -func (x *TransferHistoryResponse) Reset() { - *x = TransferHistoryResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransferHistoryResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransferHistoryResponse) ProtoMessage() {} - -func (x *TransferHistoryResponse) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransferHistoryResponse.ProtoReflect.Descriptor instead. -func (*TransferHistoryResponse) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{20} -} - -func (x *TransferHistoryResponse) GetErr() *ErrMsg { - if x != nil { - return x.Err - } - return nil -} - -func (x *TransferHistoryResponse) GetHistory() []*TransferHistory { - if x != nil { - return x.History - } - return nil -} - -func (x *TransferHistoryResponse) GetNextPageToken() string { - if x != nil { - return x.NextPageToken - } - return "" -} - -func (x *TransferHistoryResponse) GetCurrentSize() uint64 { - if x != nil { - return x.CurrentSize - } - return 0 -} - -type ErrMsg struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Code ErrCode `protobuf:"varint,1,opt,name=code,proto3,enum=cbridge.ErrCode" json:"code,omitempty"` - Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` -} - -func (x *ErrMsg) Reset() { - *x = ErrMsg{} - if protoimpl.UnsafeEnabled { - mi := &file_gateway_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ErrMsg) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ErrMsg) ProtoMessage() {} - -func (x *ErrMsg) ProtoReflect() protoreflect.Message { - mi := &file_gateway_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ErrMsg.ProtoReflect.Descriptor instead. -func (*ErrMsg) Descriptor() ([]byte, []int) { - return file_gateway_proto_rawDescGZIP(), []int{21} -} - -func (x *ErrMsg) GetCode() ErrCode { - if x != nil { - return x.Code - } - return ErrCode_ERROR_CODE_UNDEFINED -} - -func (x *ErrMsg) GetMsg() string { - if x != nil { - return x.Msg - } - return "" -} - -var File_gateway_proto protoreflect.FileDescriptor - -var file_gateway_proto_rawDesc = []byte{ - 0x0a, 0x0d, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, - 0x07, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x1a, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0d, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa6, 0x02, 0x0a, 0x05, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x12, 0x0e, - 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, - 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, - 0x64, 0x65, 0x6c, 0x61, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x61, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x67, 0x61, 0x73, 0x5f, 0x74, - 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0e, 0x67, 0x61, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x79, 0x6d, 0x62, 0x6f, - 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x70, 0x6c, 0x6f, 0x72, 0x65, 0x5f, 0x75, 0x72, 0x6c, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x6c, 0x6f, 0x72, 0x65, 0x55, - 0x72, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x72, - 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x12, 0x20, 0x0a, 0x0c, 0x64, 0x72, 0x6f, 0x70, 0x5f, - 0x67, 0x61, 0x73, 0x5f, 0x61, 0x6d, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, - 0x72, 0x6f, 0x70, 0x47, 0x61, 0x73, 0x41, 0x6d, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x73, 0x75, 0x67, - 0x67, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x66, 0x65, 0x65, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x01, 0x52, 0x10, 0x73, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x65, 0x64, - 0x42, 0x61, 0x73, 0x65, 0x46, 0x65, 0x65, 0x4a, 0x04, 0x08, 0x07, 0x10, 0x08, 0x22, 0x3a, 0x0a, - 0x0e, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, - 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x59, 0x0a, 0x09, 0x54, 0x6f, 0x6b, - 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, - 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x12, 0x0a, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x69, 0x63, 0x6f, 0x6e, 0x22, 0x72, 0x0a, 0x0c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x05, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x43, 0x68, - 0x61, 0x69, 0x6e, 0x52, 0x05, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x12, 0x24, 0x0a, 0x05, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x63, 0x62, 0x72, 0x69, - 0x64, 0x67, 0x65, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, - 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x3b, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x49, 0x64, 0x22, 0x99, 0x03, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x03, 0x65, 0x72, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x0f, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, 0x73, - 0x67, 0x52, 0x03, 0x65, 0x72, 0x72, 0x12, 0x36, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, - 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, - 0x0a, 0x0a, 0x77, 0x64, 0x5f, 0x6f, 0x6e, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x77, 0x64, 0x4f, 0x6e, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x12, 0x1f, 0x0a, - 0x0b, 0x73, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x69, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, - 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x53, 0x69, 0x67, 0x73, 0x12, 0x18, - 0x0a, 0x07, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0c, 0x52, - 0x07, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x77, 0x65, - 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x06, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x73, - 0x12, 0x38, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x61, 0x73, 0x6f, - 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x13, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, - 0x65, 0x2e, 0x58, 0x66, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0c, 0x72, 0x65, - 0x66, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x5f, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x61, 0x79, 0x12, 0x29, 0x0a, 0x11, 0x73, - 0x72, 0x63, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x78, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x73, 0x72, 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x54, 0x78, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x29, 0x0a, 0x11, 0x64, 0x73, 0x74, 0x5f, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x78, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0e, 0x64, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x78, 0x4c, 0x69, 0x6e, - 0x6b, 0x22, 0x1b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xd6, - 0x02, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, - 0x03, 0x65, 0x72, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x62, 0x72, - 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x03, 0x65, 0x72, 0x72, - 0x12, 0x26, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x0e, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x69, 0x6e, - 0x52, 0x06, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x73, 0x12, 0x54, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x52, 0x0a, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x3f, - 0x0a, 0x1c, 0x66, 0x61, 0x72, 0x6d, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x19, 0x66, 0x61, 0x72, 0x6d, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, - 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x41, 0x64, 0x64, 0x72, 0x1a, - 0x56, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x43, 0x68, - 0x61, 0x69, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x53, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, - 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x5f, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0b, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x22, 0x6c, 0x0a, 0x14, - 0x47, 0x65, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x03, 0x65, 0x72, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, - 0x73, 0x67, 0x52, 0x03, 0x65, 0x72, 0x72, 0x12, 0x31, 0x0a, 0x0a, 0x74, 0x6f, 0x6b, 0x65, 0x6e, - 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x62, - 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, - 0x09, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xd7, 0x01, 0x0a, 0x12, 0x45, - 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x41, 0x6d, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x72, 0x63, 0x5f, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x43, 0x68, 0x61, 0x69, - 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x64, 0x73, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x64, 0x73, 0x74, 0x43, 0x68, - 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x73, - 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x6f, 0x6b, - 0x65, 0x6e, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x6d, 0x74, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x61, 0x6d, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, - 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x73, - 0x72, 0x41, 0x64, 0x64, 0x72, 0x12, 0x2d, 0x0a, 0x12, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, - 0x65, 0x5f, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x11, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6c, 0x65, 0x72, - 0x61, 0x6e, 0x63, 0x65, 0x22, 0x8e, 0x02, 0x0a, 0x13, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, - 0x65, 0x41, 0x6d, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x03, - 0x65, 0x72, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x62, 0x72, 0x69, - 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x03, 0x65, 0x72, 0x72, 0x12, - 0x2b, 0x0a, 0x12, 0x65, 0x71, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x5f, 0x61, 0x6d, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x71, 0x56, - 0x61, 0x6c, 0x75, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x41, 0x6d, 0x74, 0x12, 0x1f, 0x0a, 0x0b, - 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x02, 0x52, 0x0a, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x52, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, - 0x08, 0x70, 0x65, 0x72, 0x63, 0x5f, 0x66, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x07, 0x70, 0x65, 0x72, 0x63, 0x46, 0x65, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x61, 0x73, 0x65, - 0x5f, 0x66, 0x65, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x73, 0x65, - 0x46, 0x65, 0x65, 0x12, 0x2d, 0x0a, 0x12, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, 0x65, 0x5f, - 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x11, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, - 0x63, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x5f, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, - 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x53, 0x6c, 0x69, - 0x70, 0x70, 0x61, 0x67, 0x65, 0x22, 0x70, 0x0a, 0x0c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, - 0x77, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, - 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2d, 0x0a, 0x12, 0x73, 0x6c, 0x69, 0x70, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, - 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x22, 0xb8, 0x01, 0x0a, 0x1a, 0x45, 0x73, 0x74, 0x69, - 0x6d, 0x61, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x41, 0x6d, 0x74, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x0d, 0x73, 0x72, 0x63, 0x5f, 0x77, 0x69, - 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, - 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, - 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0c, 0x73, 0x72, 0x63, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, - 0x77, 0x73, 0x12, 0x20, 0x0a, 0x0c, 0x64, 0x73, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x5f, - 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x64, 0x73, 0x74, 0x43, 0x68, 0x61, - 0x69, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x73, 0x79, - 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x6f, 0x6b, 0x65, - 0x6e, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, 0x72, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x73, 0x72, 0x41, 0x64, - 0x64, 0x72, 0x22, 0xe4, 0x01, 0x0a, 0x1b, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x57, - 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x41, 0x6d, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x21, 0x0a, 0x03, 0x65, 0x72, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x0f, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, 0x73, 0x67, - 0x52, 0x03, 0x65, 0x72, 0x72, 0x12, 0x49, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x5f, 0x61, 0x6d, 0x74, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, - 0x2e, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, - 0x77, 0x41, 0x6d, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x71, - 0x41, 0x6d, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x72, 0x65, 0x71, 0x41, 0x6d, 0x74, - 0x1a, 0x57, 0x0a, 0x0b, 0x52, 0x65, 0x71, 0x41, 0x6d, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, - 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x12, 0x32, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1c, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x73, 0x74, 0x69, 0x6d, - 0x61, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x41, 0x6d, 0x74, 0x52, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xeb, 0x01, 0x0a, 0x13, 0x45, 0x73, - 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x41, 0x6d, - 0x74, 0x12, 0x2b, 0x0a, 0x12, 0x65, 0x71, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x5f, 0x61, 0x6d, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, - 0x71, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x41, 0x6d, 0x74, 0x12, 0x1f, - 0x0a, 0x0b, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x02, 0x52, 0x0a, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x52, 0x61, 0x74, 0x65, 0x12, - 0x19, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x63, 0x5f, 0x66, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x07, 0x70, 0x65, 0x72, 0x63, 0x46, 0x65, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x61, - 0x73, 0x65, 0x5f, 0x66, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, - 0x73, 0x65, 0x46, 0x65, 0x65, 0x12, 0x2d, 0x0a, 0x12, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, - 0x65, 0x5f, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x11, 0x73, 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6c, 0x65, 0x72, - 0x61, 0x6e, 0x63, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x5f, 0x73, 0x6c, 0x69, 0x70, - 0x70, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x53, - 0x6c, 0x69, 0x70, 0x70, 0x61, 0x67, 0x65, 0x22, 0xc3, 0x01, 0x0a, 0x18, 0x57, 0x69, 0x74, 0x68, - 0x64, 0x72, 0x61, 0x77, 0x4c, 0x69, 0x71, 0x75, 0x69, 0x64, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, - 0x5f, 0x72, 0x65, 0x71, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x77, 0x69, 0x74, 0x68, - 0x64, 0x72, 0x61, 0x77, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x34, 0x0a, 0x16, 0x65, 0x73, 0x74, - 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x5f, - 0x61, 0x6d, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x65, 0x73, 0x74, 0x69, 0x6d, - 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x41, 0x6d, 0x74, 0x12, - 0x3c, 0x0a, 0x0b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1b, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x57, - 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x54, 0x79, 0x70, - 0x65, 0x52, 0x0a, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x54, 0x79, 0x70, 0x65, 0x22, 0x57, 0x0a, - 0x19, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4c, 0x69, 0x71, 0x75, 0x69, 0x64, 0x69, - 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x03, 0x65, 0x72, - 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, - 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x03, 0x65, 0x72, 0x72, 0x12, 0x17, 0x0a, - 0x07, 0x73, 0x65, 0x71, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, - 0x73, 0x65, 0x71, 0x4e, 0x75, 0x6d, 0x22, 0x88, 0x03, 0x0a, 0x0f, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0a, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x0d, 0x73, - 0x72, 0x63, 0x5f, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x66, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x73, 0x72, 0x63, 0x53, 0x65, - 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x41, 0x0a, 0x11, 0x64, 0x73, 0x74, 0x5f, 0x72, 0x65, - 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x15, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x66, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, 0x64, 0x73, 0x74, 0x52, 0x65, 0x63, - 0x65, 0x69, 0x76, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x73, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x74, 0x73, 0x12, 0x29, 0x0a, 0x11, 0x73, 0x72, 0x63, - 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x74, 0x78, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x73, 0x72, 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x78, - 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x29, 0x0a, 0x11, 0x64, 0x73, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x5f, 0x74, 0x78, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0e, 0x64, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x78, 0x4c, 0x69, 0x6e, 0x6b, 0x12, - 0x36, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, - 0x1e, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, - 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x38, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x75, 0x6e, - 0x64, 0x5f, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x13, - 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x58, 0x66, 0x65, 0x72, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x61, 0x73, 0x6f, - 0x6e, 0x22, 0x71, 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x69, 0x73, - 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0f, 0x6e, - 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, - 0x6b, 0x65, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x61, 0x64, 0x64, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x61, 0x64, 0x64, 0x72, 0x22, 0xbb, 0x01, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x21, 0x0a, 0x03, 0x65, 0x72, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, - 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x03, - 0x65, 0x72, 0x72, 0x12, 0x32, 0x0a, 0x07, 0x68, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x2e, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x07, - 0x68, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, - 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, - 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x53, 0x69, - 0x7a, 0x65, 0x22, 0x40, 0x0a, 0x06, 0x45, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x04, - 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x10, 0x2e, 0x63, 0x62, 0x72, - 0x69, 0x64, 0x67, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x63, 0x6f, - 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x6d, 0x73, 0x67, 0x2a, 0x8e, 0x01, 0x0a, 0x12, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, - 0x77, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x18, 0x57, - 0x44, 0x5f, 0x4d, 0x45, 0x54, 0x48, 0x4f, 0x44, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, - 0x44, 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x00, 0x12, 0x19, 0x0a, 0x15, 0x57, 0x44, 0x5f, - 0x4d, 0x45, 0x54, 0x48, 0x4f, 0x44, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4f, 0x4e, 0x45, 0x5f, - 0x52, 0x4d, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, 0x57, 0x44, 0x5f, 0x4d, 0x45, 0x54, 0x48, 0x4f, - 0x44, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x41, 0x4c, 0x4c, 0x5f, 0x49, 0x4e, 0x5f, 0x4f, 0x4e, - 0x45, 0x10, 0x02, 0x12, 0x20, 0x0a, 0x1c, 0x57, 0x44, 0x5f, 0x4d, 0x45, 0x54, 0x48, 0x4f, 0x44, - 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x53, 0x54, 0x41, 0x4b, 0x49, 0x4e, 0x47, 0x5f, 0x43, 0x4c, - 0x41, 0x49, 0x4d, 0x10, 0x03, 0x2a, 0xa0, 0x01, 0x0a, 0x07, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x18, 0x0a, 0x14, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x5f, 0x43, 0x4f, 0x44, 0x45, 0x5f, - 0x55, 0x4e, 0x44, 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x11, 0x45, - 0x52, 0x52, 0x4f, 0x52, 0x5f, 0x43, 0x4f, 0x44, 0x45, 0x5f, 0x43, 0x4f, 0x4d, 0x4d, 0x4f, 0x4e, - 0x10, 0xf4, 0x03, 0x12, 0x20, 0x0a, 0x1b, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x5f, 0x4e, 0x4f, 0x5f, - 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x4f, 0x4e, 0x5f, 0x44, 0x53, 0x54, 0x5f, 0x43, 0x48, 0x41, - 0x49, 0x4e, 0x10, 0xe9, 0x07, 0x12, 0x20, 0x0a, 0x1b, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x5f, 0x4e, - 0x4f, 0x5f, 0x54, 0x4f, 0x4b, 0x45, 0x4e, 0x5f, 0x4f, 0x4e, 0x5f, 0x53, 0x52, 0x43, 0x5f, 0x43, - 0x48, 0x41, 0x49, 0x4e, 0x10, 0xea, 0x07, 0x12, 0x1f, 0x0a, 0x1a, 0x45, 0x52, 0x52, 0x4f, 0x52, - 0x5f, 0x49, 0x4e, 0x49, 0x54, 0x5f, 0x57, 0x49, 0x54, 0x48, 0x44, 0x52, 0x41, 0x57, 0x5f, 0x46, - 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0xeb, 0x07, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2e, 0x2f, 0x63, - 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_gateway_proto_rawDescOnce sync.Once - file_gateway_proto_rawDescData = file_gateway_proto_rawDesc -) - -func file_gateway_proto_rawDescGZIP() []byte { - file_gateway_proto_rawDescOnce.Do(func() { - file_gateway_proto_rawDescData = protoimpl.X.CompressGZIP(file_gateway_proto_rawDescData) - }) - return file_gateway_proto_rawDescData -} - -var file_gateway_proto_enumTypes = make([]protoimpl.EnumInfo, 2) -var file_gateway_proto_msgTypes = make([]protoimpl.MessageInfo, 24) -var file_gateway_proto_goTypes = []interface{}{ - (WithdrawMethodType)(0), // 0: cbridge.WithdrawMethodType - (ErrCode)(0), // 1: cbridge.ErrCode - (*Chain)(nil), // 2: cbridge.Chain - (*ChainTokenInfo)(nil), // 3: cbridge.ChainTokenInfo - (*TokenInfo)(nil), // 4: cbridge.TokenInfo - (*TransferInfo)(nil), // 5: cbridge.TransferInfo - (*GetTransferStatusRequest)(nil), // 6: cbridge.GetTransferStatusRequest - (*GetTransferStatusResponse)(nil), // 7: cbridge.GetTransferStatusResponse - (*GetTransferConfigsRequest)(nil), // 8: cbridge.GetTransferConfigsRequest - (*GetTransferConfigsResponse)(nil), // 9: cbridge.GetTransferConfigsResponse - (*GetTokenInfoRequest)(nil), // 10: cbridge.GetTokenInfoRequest - (*GetTokenInfoResponse)(nil), // 11: cbridge.GetTokenInfoResponse - (*EstimateAmtRequest)(nil), // 12: cbridge.EstimateAmtRequest - (*EstimateAmtResponse)(nil), // 13: cbridge.EstimateAmtResponse - (*WithdrawInfo)(nil), // 14: cbridge.WithdrawInfo - (*EstimateWithdrawAmtRequest)(nil), // 15: cbridge.EstimateWithdrawAmtRequest - (*EstimateWithdrawAmtResponse)(nil), // 16: cbridge.EstimateWithdrawAmtResponse - (*EstimateWithdrawAmt)(nil), // 17: cbridge.EstimateWithdrawAmt - (*WithdrawLiquidityRequest)(nil), // 18: cbridge.WithdrawLiquidityRequest - (*WithdrawLiquidityResponse)(nil), // 19: cbridge.WithdrawLiquidityResponse - (*TransferHistory)(nil), // 20: cbridge.TransferHistory - (*TransferHistoryRequest)(nil), // 21: cbridge.TransferHistoryRequest - (*TransferHistoryResponse)(nil), // 22: cbridge.TransferHistoryResponse - (*ErrMsg)(nil), // 23: cbridge.ErrMsg - nil, // 24: cbridge.GetTransferConfigsResponse.ChainTokenEntry - nil, // 25: cbridge.EstimateWithdrawAmtResponse.ReqAmtEntry - (*Token)(nil), // 26: cbridge.Token - (TransferHistoryStatus)(0), // 27: cbridge.TransferHistoryStatus - (XferStatus)(0), // 28: cbridge.XferStatus -} -var file_gateway_proto_depIdxs = []int32{ - 4, // 0: cbridge.ChainTokenInfo.token:type_name -> cbridge.TokenInfo - 26, // 1: cbridge.TokenInfo.token:type_name -> cbridge.Token - 2, // 2: cbridge.TransferInfo.chain:type_name -> cbridge.Chain - 26, // 3: cbridge.TransferInfo.token:type_name -> cbridge.Token - 23, // 4: cbridge.GetTransferStatusResponse.err:type_name -> cbridge.ErrMsg - 27, // 5: cbridge.GetTransferStatusResponse.status:type_name -> cbridge.TransferHistoryStatus - 28, // 6: cbridge.GetTransferStatusResponse.refund_reason:type_name -> cbridge.XferStatus - 23, // 7: cbridge.GetTransferConfigsResponse.err:type_name -> cbridge.ErrMsg - 2, // 8: cbridge.GetTransferConfigsResponse.chains:type_name -> cbridge.Chain - 24, // 9: cbridge.GetTransferConfigsResponse.chain_token:type_name -> cbridge.GetTransferConfigsResponse.ChainTokenEntry - 23, // 10: cbridge.GetTokenInfoResponse.err:type_name -> cbridge.ErrMsg - 4, // 11: cbridge.GetTokenInfoResponse.token_info:type_name -> cbridge.TokenInfo - 23, // 12: cbridge.EstimateAmtResponse.err:type_name -> cbridge.ErrMsg - 14, // 13: cbridge.EstimateWithdrawAmtRequest.src_withdraws:type_name -> cbridge.WithdrawInfo - 23, // 14: cbridge.EstimateWithdrawAmtResponse.err:type_name -> cbridge.ErrMsg - 25, // 15: cbridge.EstimateWithdrawAmtResponse.req_amt:type_name -> cbridge.EstimateWithdrawAmtResponse.ReqAmtEntry - 0, // 16: cbridge.WithdrawLiquidityRequest.method_type:type_name -> cbridge.WithdrawMethodType - 23, // 17: cbridge.WithdrawLiquidityResponse.err:type_name -> cbridge.ErrMsg - 5, // 18: cbridge.TransferHistory.src_send_info:type_name -> cbridge.TransferInfo - 5, // 19: cbridge.TransferHistory.dst_received_info:type_name -> cbridge.TransferInfo - 27, // 20: cbridge.TransferHistory.status:type_name -> cbridge.TransferHistoryStatus - 28, // 21: cbridge.TransferHistory.refund_reason:type_name -> cbridge.XferStatus - 23, // 22: cbridge.TransferHistoryResponse.err:type_name -> cbridge.ErrMsg - 20, // 23: cbridge.TransferHistoryResponse.history:type_name -> cbridge.TransferHistory - 1, // 24: cbridge.ErrMsg.code:type_name -> cbridge.ErrCode - 3, // 25: cbridge.GetTransferConfigsResponse.ChainTokenEntry.value:type_name -> cbridge.ChainTokenInfo - 17, // 26: cbridge.EstimateWithdrawAmtResponse.ReqAmtEntry.value:type_name -> cbridge.EstimateWithdrawAmt - 27, // [27:27] is the sub-list for method output_type - 27, // [27:27] is the sub-list for method input_type - 27, // [27:27] is the sub-list for extension type_name - 27, // [27:27] is the sub-list for extension extendee - 0, // [0:27] is the sub-list for field type_name -} - -func init() { file_gateway_proto_init() } -func file_gateway_proto_init() { - if File_gateway_proto != nil { - return - } - file_query_proto_init() - file_cbridge_proto_init() - if !protoimpl.UnsafeEnabled { - file_gateway_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Chain); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChainTokenInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TokenInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransferInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransferStatusRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransferStatusResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransferConfigsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTransferConfigsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTokenInfoRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetTokenInfoResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EstimateAmtRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EstimateAmtResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WithdrawInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EstimateWithdrawAmtRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EstimateWithdrawAmtResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*EstimateWithdrawAmt); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WithdrawLiquidityRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WithdrawLiquidityResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransferHistory); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransferHistoryRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransferHistoryResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_gateway_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ErrMsg); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_gateway_proto_rawDesc, - NumEnums: 2, - NumMessages: 24, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_gateway_proto_goTypes, - DependencyIndexes: file_gateway_proto_depIdxs, - EnumInfos: file_gateway_proto_enumTypes, - MessageInfos: file_gateway_proto_msgTypes, - }.Build() - File_gateway_proto = out.File - file_gateway_proto_rawDesc = nil - file_gateway_proto_goTypes = nil - file_gateway_proto_depIdxs = nil -} diff --git a/services/wallet/router/pathprocessor/cbridge/query.pb.go b/services/wallet/router/pathprocessor/cbridge/query.pb.go deleted file mode 100644 index d3fb32431..000000000 --- a/services/wallet/router/pathprocessor/cbridge/query.pb.go +++ /dev/null @@ -1,274 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.31.0 -// protoc v3.20.3 -// source: query.proto - -package cbridge - -import ( - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type TransferHistoryStatus int32 - -const ( - TransferHistoryStatus_TRANSFER_UNKNOWN TransferHistoryStatus = 0 - TransferHistoryStatus_TRANSFER_SUBMITTING TransferHistoryStatus = 1 // user: after calling mark transfer api - TransferHistoryStatus_TRANSFER_FAILED TransferHistoryStatus = 2 // user: check if tx reverted when shown status is TRANSFER_SUBMITTING - TransferHistoryStatus_TRANSFER_WAITING_FOR_SGN_CONFIRMATION TransferHistoryStatus = 3 // relayer: on send tx success event - TransferHistoryStatus_TRANSFER_WAITING_FOR_FUND_RELEASE TransferHistoryStatus = 4 // relayer: mark send tx - TransferHistoryStatus_TRANSFER_COMPLETED TransferHistoryStatus = 5 // relayer: on relay tx success event - TransferHistoryStatus_TRANSFER_TO_BE_REFUNDED TransferHistoryStatus = 6 // x: transfer rejected by sgn and waiting for withdraw api called - TransferHistoryStatus_TRANSFER_REQUESTING_REFUND TransferHistoryStatus = 7 // user: withdraw api has been called and withdraw is processing by sgn - TransferHistoryStatus_TRANSFER_REFUND_TO_BE_CONFIRMED TransferHistoryStatus = 8 // x: withdraw is approved by sgn - TransferHistoryStatus_TRANSFER_CONFIRMING_YOUR_REFUND TransferHistoryStatus = 9 // user: mark refund has been submitted on chain - TransferHistoryStatus_TRANSFER_REFUNDED TransferHistoryStatus = 10 // relayer: on refund(withdraw liquidity actually) tx event - TransferHistoryStatus_TRANSFER_DELAYED TransferHistoryStatus = 11 // relayer has successfully called onchain relay() but the onchain contract decides that the amt is greater than -) - -// Enum value maps for TransferHistoryStatus. -var ( - TransferHistoryStatus_name = map[int32]string{ - 0: "TRANSFER_UNKNOWN", - 1: "TRANSFER_SUBMITTING", - 2: "TRANSFER_FAILED", - 3: "TRANSFER_WAITING_FOR_SGN_CONFIRMATION", - 4: "TRANSFER_WAITING_FOR_FUND_RELEASE", - 5: "TRANSFER_COMPLETED", - 6: "TRANSFER_TO_BE_REFUNDED", - 7: "TRANSFER_REQUESTING_REFUND", - 8: "TRANSFER_REFUND_TO_BE_CONFIRMED", - 9: "TRANSFER_CONFIRMING_YOUR_REFUND", - 10: "TRANSFER_REFUNDED", - 11: "TRANSFER_DELAYED", - } - TransferHistoryStatus_value = map[string]int32{ - "TRANSFER_UNKNOWN": 0, - "TRANSFER_SUBMITTING": 1, - "TRANSFER_FAILED": 2, - "TRANSFER_WAITING_FOR_SGN_CONFIRMATION": 3, - "TRANSFER_WAITING_FOR_FUND_RELEASE": 4, - "TRANSFER_COMPLETED": 5, - "TRANSFER_TO_BE_REFUNDED": 6, - "TRANSFER_REQUESTING_REFUND": 7, - "TRANSFER_REFUND_TO_BE_CONFIRMED": 8, - "TRANSFER_CONFIRMING_YOUR_REFUND": 9, - "TRANSFER_REFUNDED": 10, - "TRANSFER_DELAYED": 11, - } -) - -func (x TransferHistoryStatus) Enum() *TransferHistoryStatus { - p := new(TransferHistoryStatus) - *p = x - return p -} - -func (x TransferHistoryStatus) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (TransferHistoryStatus) Descriptor() protoreflect.EnumDescriptor { - return file_query_proto_enumTypes[0].Descriptor() -} - -func (TransferHistoryStatus) Type() protoreflect.EnumType { - return &file_query_proto_enumTypes[0] -} - -func (x TransferHistoryStatus) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use TransferHistoryStatus.Descriptor instead. -func (TransferHistoryStatus) EnumDescriptor() ([]byte, []int) { - return file_query_proto_rawDescGZIP(), []int{0} -} - -type Token struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` // upper case symbol - Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` - Decimal int32 `protobuf:"varint,3,opt,name=decimal,proto3" json:"decimal,omitempty"` - XferDisabled bool `protobuf:"varint,4,opt,name=xfer_disabled,json=xferDisabled,proto3" json:"xfer_disabled,omitempty"` // if set to true, won't relay if this asset is src or dest -} - -func (x *Token) Reset() { - *x = Token{} - if protoimpl.UnsafeEnabled { - mi := &file_query_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Token) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Token) ProtoMessage() {} - -func (x *Token) ProtoReflect() protoreflect.Message { - mi := &file_query_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Token.ProtoReflect.Descriptor instead. -func (*Token) Descriptor() ([]byte, []int) { - return file_query_proto_rawDescGZIP(), []int{0} -} - -func (x *Token) GetSymbol() string { - if x != nil { - return x.Symbol - } - return "" -} - -func (x *Token) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *Token) GetDecimal() int32 { - if x != nil { - return x.Decimal - } - return 0 -} - -func (x *Token) GetXferDisabled() bool { - if x != nil { - return x.XferDisabled - } - return false -} - -var File_query_proto protoreflect.FileDescriptor - -var file_query_proto_rawDesc = []byte{ - 0x0a, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x63, - 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x22, 0x78, 0x0a, 0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, - 0x16, 0x0a, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x63, 0x69, 0x6d, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x05, 0x52, 0x07, 0x64, 0x65, 0x63, 0x69, 0x6d, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x78, - 0x66, 0x65, 0x72, 0x5f, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x0c, 0x78, 0x66, 0x65, 0x72, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, - 0x2a, 0xf9, 0x02, 0x0a, 0x15, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x69, 0x73, - 0x74, 0x6f, 0x72, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x52, - 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, - 0x12, 0x17, 0x0a, 0x13, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x53, 0x55, 0x42, - 0x4d, 0x49, 0x54, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x54, 0x52, 0x41, - 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x02, 0x12, 0x29, - 0x0a, 0x25, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x57, 0x41, 0x49, 0x54, 0x49, - 0x4e, 0x47, 0x5f, 0x46, 0x4f, 0x52, 0x5f, 0x53, 0x47, 0x4e, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, - 0x52, 0x4d, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x03, 0x12, 0x25, 0x0a, 0x21, 0x54, 0x52, 0x41, - 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x57, 0x41, 0x49, 0x54, 0x49, 0x4e, 0x47, 0x5f, 0x46, 0x4f, - 0x52, 0x5f, 0x46, 0x55, 0x4e, 0x44, 0x5f, 0x52, 0x45, 0x4c, 0x45, 0x41, 0x53, 0x45, 0x10, 0x04, - 0x12, 0x16, 0x0a, 0x12, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x43, 0x4f, 0x4d, - 0x50, 0x4c, 0x45, 0x54, 0x45, 0x44, 0x10, 0x05, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x52, 0x41, 0x4e, - 0x53, 0x46, 0x45, 0x52, 0x5f, 0x54, 0x4f, 0x5f, 0x42, 0x45, 0x5f, 0x52, 0x45, 0x46, 0x55, 0x4e, - 0x44, 0x45, 0x44, 0x10, 0x06, 0x12, 0x1e, 0x0a, 0x1a, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, - 0x52, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x49, 0x4e, 0x47, 0x5f, 0x52, 0x45, 0x46, - 0x55, 0x4e, 0x44, 0x10, 0x07, 0x12, 0x23, 0x0a, 0x1f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, - 0x52, 0x5f, 0x52, 0x45, 0x46, 0x55, 0x4e, 0x44, 0x5f, 0x54, 0x4f, 0x5f, 0x42, 0x45, 0x5f, 0x43, - 0x4f, 0x4e, 0x46, 0x49, 0x52, 0x4d, 0x45, 0x44, 0x10, 0x08, 0x12, 0x23, 0x0a, 0x1f, 0x54, 0x52, - 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x43, 0x4f, 0x4e, 0x46, 0x49, 0x52, 0x4d, 0x49, 0x4e, - 0x47, 0x5f, 0x59, 0x4f, 0x55, 0x52, 0x5f, 0x52, 0x45, 0x46, 0x55, 0x4e, 0x44, 0x10, 0x09, 0x12, - 0x15, 0x0a, 0x11, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, 0x45, 0x52, 0x5f, 0x52, 0x45, 0x46, 0x55, - 0x4e, 0x44, 0x45, 0x44, 0x10, 0x0a, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x46, - 0x45, 0x52, 0x5f, 0x44, 0x45, 0x4c, 0x41, 0x59, 0x45, 0x44, 0x10, 0x0b, 0x42, 0x0c, 0x5a, 0x0a, - 0x2e, 0x2e, 0x2f, 0x63, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, -} - -var ( - file_query_proto_rawDescOnce sync.Once - file_query_proto_rawDescData = file_query_proto_rawDesc -) - -func file_query_proto_rawDescGZIP() []byte { - file_query_proto_rawDescOnce.Do(func() { - file_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_query_proto_rawDescData) - }) - return file_query_proto_rawDescData -} - -var file_query_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_query_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_query_proto_goTypes = []interface{}{ - (TransferHistoryStatus)(0), // 0: cbridge.TransferHistoryStatus - (*Token)(nil), // 1: cbridge.Token -} -var file_query_proto_depIdxs = []int32{ - 0, // [0:0] is the sub-list for method output_type - 0, // [0:0] is the sub-list for method input_type - 0, // [0:0] is the sub-list for extension type_name - 0, // [0:0] is the sub-list for extension extendee - 0, // [0:0] is the sub-list for field type_name -} - -func init() { file_query_proto_init() } -func file_query_proto_init() { - if File_query_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Token); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_query_proto_rawDesc, - NumEnums: 1, - NumMessages: 1, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_query_proto_goTypes, - DependencyIndexes: file_query_proto_depIdxs, - EnumInfos: file_query_proto_enumTypes, - MessageInfos: file_query_proto_msgTypes, - }.Build() - File_query_proto = out.File - file_query_proto_rawDesc = nil - file_query_proto_goTypes = nil - file_query_proto_depIdxs = nil -} diff --git a/services/wallet/router/pathprocessor/mock_pathprocessor/processor.go b/services/wallet/router/pathprocessor/mock_pathprocessor/processor.go deleted file mode 100644 index a680e9973..000000000 --- a/services/wallet/router/pathprocessor/mock_pathprocessor/processor.go +++ /dev/null @@ -1,219 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/router/pathprocessor/processor.go -// -// Generated by this command: -// -// mockgen -package=mock_pathprocessor -destination=services/wallet/router/pathprocessor/mock_pathprocessor/processor.go -source=services/wallet/router/pathprocessor/processor.go -// - -// Package mock_pathprocessor is a generated GoMock package. -package mock_pathprocessor - -import ( - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - types "github.com/ethereum/go-ethereum/core/types" - gomock "github.com/golang/mock/gomock" - account "github.com/status-im/status-go/account" - types0 "github.com/status-im/status-go/eth-node/types" - pathprocessor "github.com/status-im/status-go/services/wallet/router/pathprocessor" -) - -// MockPathProcessor is a mock of PathProcessor interface. -type MockPathProcessor struct { - ctrl *gomock.Controller - recorder *MockPathProcessorMockRecorder -} - -// MockPathProcessorMockRecorder is the mock recorder for MockPathProcessor. -type MockPathProcessorMockRecorder struct { - mock *MockPathProcessor -} - -// NewMockPathProcessor creates a new mock instance. -func NewMockPathProcessor(ctrl *gomock.Controller) *MockPathProcessor { - mock := &MockPathProcessor{ctrl: ctrl} - mock.recorder = &MockPathProcessorMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockPathProcessor) EXPECT() *MockPathProcessorMockRecorder { - return m.recorder -} - -// AvailableFor mocks base method. -func (m *MockPathProcessor) AvailableFor(params pathprocessor.ProcessorInputParams) (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "AvailableFor", params) - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// AvailableFor indicates an expected call of AvailableFor. -func (mr *MockPathProcessorMockRecorder) AvailableFor(params any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AvailableFor", reflect.TypeOf((*MockPathProcessor)(nil).AvailableFor), params) -} - -// BuildTransaction mocks base method. -func (m *MockPathProcessor) BuildTransaction(sendArgs *pathprocessor.MultipathProcessorTxArgs, lastUsedNonce int64) (*types.Transaction, uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BuildTransaction", sendArgs, lastUsedNonce) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(uint64) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// BuildTransaction indicates an expected call of BuildTransaction. -func (mr *MockPathProcessorMockRecorder) BuildTransaction(sendArgs, lastUsedNonce any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BuildTransaction", reflect.TypeOf((*MockPathProcessor)(nil).BuildTransaction), sendArgs, lastUsedNonce) -} - -// CalculateAmountOut mocks base method. -func (m *MockPathProcessor) CalculateAmountOut(params pathprocessor.ProcessorInputParams) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CalculateAmountOut", params) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// CalculateAmountOut indicates an expected call of CalculateAmountOut. -func (mr *MockPathProcessorMockRecorder) CalculateAmountOut(params any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CalculateAmountOut", reflect.TypeOf((*MockPathProcessor)(nil).CalculateAmountOut), params) -} - -// CalculateFees mocks base method. -func (m *MockPathProcessor) CalculateFees(params pathprocessor.ProcessorInputParams) (*big.Int, *big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CalculateFees", params) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(*big.Int) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// CalculateFees indicates an expected call of CalculateFees. -func (mr *MockPathProcessorMockRecorder) CalculateFees(params any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CalculateFees", reflect.TypeOf((*MockPathProcessor)(nil).CalculateFees), params) -} - -// EstimateGas mocks base method. -func (m *MockPathProcessor) EstimateGas(params pathprocessor.ProcessorInputParams) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", params) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockPathProcessorMockRecorder) EstimateGas(params any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockPathProcessor)(nil).EstimateGas), params) -} - -// GetContractAddress mocks base method. -func (m *MockPathProcessor) GetContractAddress(params pathprocessor.ProcessorInputParams) (common.Address, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetContractAddress", params) - ret0, _ := ret[0].(common.Address) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetContractAddress indicates an expected call of GetContractAddress. -func (mr *MockPathProcessorMockRecorder) GetContractAddress(params any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetContractAddress", reflect.TypeOf((*MockPathProcessor)(nil).GetContractAddress), params) -} - -// Name mocks base method. -func (m *MockPathProcessor) Name() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Name") - ret0, _ := ret[0].(string) - return ret0 -} - -// Name indicates an expected call of Name. -func (mr *MockPathProcessorMockRecorder) Name() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Name", reflect.TypeOf((*MockPathProcessor)(nil).Name)) -} - -// PackTxInputData mocks base method. -func (m *MockPathProcessor) PackTxInputData(params pathprocessor.ProcessorInputParams) ([]byte, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "PackTxInputData", params) - ret0, _ := ret[0].([]byte) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// PackTxInputData indicates an expected call of PackTxInputData. -func (mr *MockPathProcessorMockRecorder) PackTxInputData(params any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "PackTxInputData", reflect.TypeOf((*MockPathProcessor)(nil).PackTxInputData), params) -} - -// Send mocks base method. -func (m *MockPathProcessor) Send(sendArgs *pathprocessor.MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (types0.Hash, uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Send", sendArgs, lastUsedNonce, verifiedAccount) - ret0, _ := ret[0].(types0.Hash) - ret1, _ := ret[1].(uint64) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// Send indicates an expected call of Send. -func (mr *MockPathProcessorMockRecorder) Send(sendArgs, lastUsedNonce, verifiedAccount any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Send", reflect.TypeOf((*MockPathProcessor)(nil).Send), sendArgs, lastUsedNonce, verifiedAccount) -} - -// MockPathProcessorClearable is a mock of PathProcessorClearable interface. -type MockPathProcessorClearable struct { - ctrl *gomock.Controller - recorder *MockPathProcessorClearableMockRecorder -} - -// MockPathProcessorClearableMockRecorder is the mock recorder for MockPathProcessorClearable. -type MockPathProcessorClearableMockRecorder struct { - mock *MockPathProcessorClearable -} - -// NewMockPathProcessorClearable creates a new mock instance. -func NewMockPathProcessorClearable(ctrl *gomock.Controller) *MockPathProcessorClearable { - mock := &MockPathProcessorClearable{ctrl: ctrl} - mock.recorder = &MockPathProcessorClearableMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockPathProcessorClearable) EXPECT() *MockPathProcessorClearableMockRecorder { - return m.recorder -} - -// Clear mocks base method. -func (m *MockPathProcessorClearable) Clear() { - m.ctrl.T.Helper() - m.ctrl.Call(m, "Clear") -} - -// Clear indicates an expected call of Clear. -func (mr *MockPathProcessorClearableMockRecorder) Clear() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Clear", reflect.TypeOf((*MockPathProcessorClearable)(nil).Clear)) -} diff --git a/services/wallet/thirdparty/mock/collectible_types.go b/services/wallet/thirdparty/mock/collectible_types.go deleted file mode 100644 index 9f78241e8..000000000 --- a/services/wallet/thirdparty/mock/collectible_types.go +++ /dev/null @@ -1,532 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/thirdparty/collectible_types.go -// -// Generated by this command: -// -// mockgen -package=mock_thirdparty -destination=services/wallet/thirdparty/mock/collectible_types.go -source=services/wallet/thirdparty/collectible_types.go -// - -// Package mock_thirdparty is a generated GoMock package. -package mock_thirdparty - -import ( - context "context" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - gomock "github.com/golang/mock/gomock" - common0 "github.com/status-im/status-go/services/wallet/common" - thirdparty "github.com/status-im/status-go/services/wallet/thirdparty" -) - -// MockCollectibleProvider is a mock of CollectibleProvider interface. -type MockCollectibleProvider struct { - ctrl *gomock.Controller - recorder *MockCollectibleProviderMockRecorder -} - -// MockCollectibleProviderMockRecorder is the mock recorder for MockCollectibleProvider. -type MockCollectibleProviderMockRecorder struct { - mock *MockCollectibleProvider -} - -// NewMockCollectibleProvider creates a new mock instance. -func NewMockCollectibleProvider(ctrl *gomock.Controller) *MockCollectibleProvider { - mock := &MockCollectibleProvider{ctrl: ctrl} - mock.recorder = &MockCollectibleProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectibleProvider) EXPECT() *MockCollectibleProviderMockRecorder { - return m.recorder -} - -// ID mocks base method. -func (m *MockCollectibleProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockCollectibleProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockCollectibleProvider)(nil).ID)) -} - -// IsChainSupported mocks base method. -func (m *MockCollectibleProvider) IsChainSupported(chainID common0.ChainID) bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsChainSupported", chainID) - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsChainSupported indicates an expected call of IsChainSupported. -func (mr *MockCollectibleProviderMockRecorder) IsChainSupported(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsChainSupported", reflect.TypeOf((*MockCollectibleProvider)(nil).IsChainSupported), chainID) -} - -// IsConnected mocks base method. -func (m *MockCollectibleProvider) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockCollectibleProviderMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockCollectibleProvider)(nil).IsConnected)) -} - -// MockCollectibleContractOwnershipProvider is a mock of CollectibleContractOwnershipProvider interface. -type MockCollectibleContractOwnershipProvider struct { - ctrl *gomock.Controller - recorder *MockCollectibleContractOwnershipProviderMockRecorder -} - -// MockCollectibleContractOwnershipProviderMockRecorder is the mock recorder for MockCollectibleContractOwnershipProvider. -type MockCollectibleContractOwnershipProviderMockRecorder struct { - mock *MockCollectibleContractOwnershipProvider -} - -// NewMockCollectibleContractOwnershipProvider creates a new mock instance. -func NewMockCollectibleContractOwnershipProvider(ctrl *gomock.Controller) *MockCollectibleContractOwnershipProvider { - mock := &MockCollectibleContractOwnershipProvider{ctrl: ctrl} - mock.recorder = &MockCollectibleContractOwnershipProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectibleContractOwnershipProvider) EXPECT() *MockCollectibleContractOwnershipProviderMockRecorder { - return m.recorder -} - -// FetchCollectibleOwnersByContractAddress mocks base method. -func (m *MockCollectibleContractOwnershipProvider) FetchCollectibleOwnersByContractAddress(ctx context.Context, chainID common0.ChainID, contractAddress common.Address) (*thirdparty.CollectibleContractOwnership, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchCollectibleOwnersByContractAddress", ctx, chainID, contractAddress) - ret0, _ := ret[0].(*thirdparty.CollectibleContractOwnership) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchCollectibleOwnersByContractAddress indicates an expected call of FetchCollectibleOwnersByContractAddress. -func (mr *MockCollectibleContractOwnershipProviderMockRecorder) FetchCollectibleOwnersByContractAddress(ctx, chainID, contractAddress any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchCollectibleOwnersByContractAddress", reflect.TypeOf((*MockCollectibleContractOwnershipProvider)(nil).FetchCollectibleOwnersByContractAddress), ctx, chainID, contractAddress) -} - -// ID mocks base method. -func (m *MockCollectibleContractOwnershipProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockCollectibleContractOwnershipProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockCollectibleContractOwnershipProvider)(nil).ID)) -} - -// IsChainSupported mocks base method. -func (m *MockCollectibleContractOwnershipProvider) IsChainSupported(chainID common0.ChainID) bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsChainSupported", chainID) - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsChainSupported indicates an expected call of IsChainSupported. -func (mr *MockCollectibleContractOwnershipProviderMockRecorder) IsChainSupported(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsChainSupported", reflect.TypeOf((*MockCollectibleContractOwnershipProvider)(nil).IsChainSupported), chainID) -} - -// IsConnected mocks base method. -func (m *MockCollectibleContractOwnershipProvider) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockCollectibleContractOwnershipProviderMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockCollectibleContractOwnershipProvider)(nil).IsConnected)) -} - -// MockCollectibleAccountOwnershipProvider is a mock of CollectibleAccountOwnershipProvider interface. -type MockCollectibleAccountOwnershipProvider struct { - ctrl *gomock.Controller - recorder *MockCollectibleAccountOwnershipProviderMockRecorder -} - -// MockCollectibleAccountOwnershipProviderMockRecorder is the mock recorder for MockCollectibleAccountOwnershipProvider. -type MockCollectibleAccountOwnershipProviderMockRecorder struct { - mock *MockCollectibleAccountOwnershipProvider -} - -// NewMockCollectibleAccountOwnershipProvider creates a new mock instance. -func NewMockCollectibleAccountOwnershipProvider(ctrl *gomock.Controller) *MockCollectibleAccountOwnershipProvider { - mock := &MockCollectibleAccountOwnershipProvider{ctrl: ctrl} - mock.recorder = &MockCollectibleAccountOwnershipProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectibleAccountOwnershipProvider) EXPECT() *MockCollectibleAccountOwnershipProviderMockRecorder { - return m.recorder -} - -// FetchAllAssetsByOwner mocks base method. -func (m *MockCollectibleAccountOwnershipProvider) FetchAllAssetsByOwner(ctx context.Context, chainID common0.ChainID, owner common.Address, cursor string, limit int) (*thirdparty.FullCollectibleDataContainer, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchAllAssetsByOwner", ctx, chainID, owner, cursor, limit) - ret0, _ := ret[0].(*thirdparty.FullCollectibleDataContainer) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchAllAssetsByOwner indicates an expected call of FetchAllAssetsByOwner. -func (mr *MockCollectibleAccountOwnershipProviderMockRecorder) FetchAllAssetsByOwner(ctx, chainID, owner, cursor, limit any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchAllAssetsByOwner", reflect.TypeOf((*MockCollectibleAccountOwnershipProvider)(nil).FetchAllAssetsByOwner), ctx, chainID, owner, cursor, limit) -} - -// FetchAllAssetsByOwnerAndContractAddress mocks base method. -func (m *MockCollectibleAccountOwnershipProvider) FetchAllAssetsByOwnerAndContractAddress(ctx context.Context, chainID common0.ChainID, owner common.Address, contractAddresses []common.Address, cursor string, limit int) (*thirdparty.FullCollectibleDataContainer, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchAllAssetsByOwnerAndContractAddress", ctx, chainID, owner, contractAddresses, cursor, limit) - ret0, _ := ret[0].(*thirdparty.FullCollectibleDataContainer) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchAllAssetsByOwnerAndContractAddress indicates an expected call of FetchAllAssetsByOwnerAndContractAddress. -func (mr *MockCollectibleAccountOwnershipProviderMockRecorder) FetchAllAssetsByOwnerAndContractAddress(ctx, chainID, owner, contractAddresses, cursor, limit any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchAllAssetsByOwnerAndContractAddress", reflect.TypeOf((*MockCollectibleAccountOwnershipProvider)(nil).FetchAllAssetsByOwnerAndContractAddress), ctx, chainID, owner, contractAddresses, cursor, limit) -} - -// ID mocks base method. -func (m *MockCollectibleAccountOwnershipProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockCollectibleAccountOwnershipProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockCollectibleAccountOwnershipProvider)(nil).ID)) -} - -// IsChainSupported mocks base method. -func (m *MockCollectibleAccountOwnershipProvider) IsChainSupported(chainID common0.ChainID) bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsChainSupported", chainID) - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsChainSupported indicates an expected call of IsChainSupported. -func (mr *MockCollectibleAccountOwnershipProviderMockRecorder) IsChainSupported(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsChainSupported", reflect.TypeOf((*MockCollectibleAccountOwnershipProvider)(nil).IsChainSupported), chainID) -} - -// IsConnected mocks base method. -func (m *MockCollectibleAccountOwnershipProvider) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockCollectibleAccountOwnershipProviderMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockCollectibleAccountOwnershipProvider)(nil).IsConnected)) -} - -// MockCollectibleDataProvider is a mock of CollectibleDataProvider interface. -type MockCollectibleDataProvider struct { - ctrl *gomock.Controller - recorder *MockCollectibleDataProviderMockRecorder -} - -// MockCollectibleDataProviderMockRecorder is the mock recorder for MockCollectibleDataProvider. -type MockCollectibleDataProviderMockRecorder struct { - mock *MockCollectibleDataProvider -} - -// NewMockCollectibleDataProvider creates a new mock instance. -func NewMockCollectibleDataProvider(ctrl *gomock.Controller) *MockCollectibleDataProvider { - mock := &MockCollectibleDataProvider{ctrl: ctrl} - mock.recorder = &MockCollectibleDataProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectibleDataProvider) EXPECT() *MockCollectibleDataProviderMockRecorder { - return m.recorder -} - -// FetchAssetsByCollectibleUniqueID mocks base method. -func (m *MockCollectibleDataProvider) FetchAssetsByCollectibleUniqueID(ctx context.Context, uniqueIDs []thirdparty.CollectibleUniqueID) ([]thirdparty.FullCollectibleData, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchAssetsByCollectibleUniqueID", ctx, uniqueIDs) - ret0, _ := ret[0].([]thirdparty.FullCollectibleData) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchAssetsByCollectibleUniqueID indicates an expected call of FetchAssetsByCollectibleUniqueID. -func (mr *MockCollectibleDataProviderMockRecorder) FetchAssetsByCollectibleUniqueID(ctx, uniqueIDs any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchAssetsByCollectibleUniqueID", reflect.TypeOf((*MockCollectibleDataProvider)(nil).FetchAssetsByCollectibleUniqueID), ctx, uniqueIDs) -} - -// FetchCollectionSocials mocks base method. -func (m *MockCollectibleDataProvider) FetchCollectionSocials(ctx context.Context, contractID thirdparty.ContractID) (*thirdparty.CollectionSocials, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchCollectionSocials", ctx, contractID) - ret0, _ := ret[0].(*thirdparty.CollectionSocials) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchCollectionSocials indicates an expected call of FetchCollectionSocials. -func (mr *MockCollectibleDataProviderMockRecorder) FetchCollectionSocials(ctx, contractID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchCollectionSocials", reflect.TypeOf((*MockCollectibleDataProvider)(nil).FetchCollectionSocials), ctx, contractID) -} - -// ID mocks base method. -func (m *MockCollectibleDataProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockCollectibleDataProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockCollectibleDataProvider)(nil).ID)) -} - -// IsChainSupported mocks base method. -func (m *MockCollectibleDataProvider) IsChainSupported(chainID common0.ChainID) bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsChainSupported", chainID) - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsChainSupported indicates an expected call of IsChainSupported. -func (mr *MockCollectibleDataProviderMockRecorder) IsChainSupported(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsChainSupported", reflect.TypeOf((*MockCollectibleDataProvider)(nil).IsChainSupported), chainID) -} - -// IsConnected mocks base method. -func (m *MockCollectibleDataProvider) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockCollectibleDataProviderMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockCollectibleDataProvider)(nil).IsConnected)) -} - -// MockCollectionDataProvider is a mock of CollectionDataProvider interface. -type MockCollectionDataProvider struct { - ctrl *gomock.Controller - recorder *MockCollectionDataProviderMockRecorder -} - -// MockCollectionDataProviderMockRecorder is the mock recorder for MockCollectionDataProvider. -type MockCollectionDataProviderMockRecorder struct { - mock *MockCollectionDataProvider -} - -// NewMockCollectionDataProvider creates a new mock instance. -func NewMockCollectionDataProvider(ctrl *gomock.Controller) *MockCollectionDataProvider { - mock := &MockCollectionDataProvider{ctrl: ctrl} - mock.recorder = &MockCollectionDataProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectionDataProvider) EXPECT() *MockCollectionDataProviderMockRecorder { - return m.recorder -} - -// FetchCollectionsDataByContractID mocks base method. -func (m *MockCollectionDataProvider) FetchCollectionsDataByContractID(ctx context.Context, ids []thirdparty.ContractID) ([]thirdparty.CollectionData, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchCollectionsDataByContractID", ctx, ids) - ret0, _ := ret[0].([]thirdparty.CollectionData) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchCollectionsDataByContractID indicates an expected call of FetchCollectionsDataByContractID. -func (mr *MockCollectionDataProviderMockRecorder) FetchCollectionsDataByContractID(ctx, ids any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchCollectionsDataByContractID", reflect.TypeOf((*MockCollectionDataProvider)(nil).FetchCollectionsDataByContractID), ctx, ids) -} - -// ID mocks base method. -func (m *MockCollectionDataProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockCollectionDataProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockCollectionDataProvider)(nil).ID)) -} - -// IsChainSupported mocks base method. -func (m *MockCollectionDataProvider) IsChainSupported(chainID common0.ChainID) bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsChainSupported", chainID) - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsChainSupported indicates an expected call of IsChainSupported. -func (mr *MockCollectionDataProviderMockRecorder) IsChainSupported(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsChainSupported", reflect.TypeOf((*MockCollectionDataProvider)(nil).IsChainSupported), chainID) -} - -// IsConnected mocks base method. -func (m *MockCollectionDataProvider) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockCollectionDataProviderMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockCollectionDataProvider)(nil).IsConnected)) -} - -// MockCollectibleSearchProvider is a mock of CollectibleSearchProvider interface. -type MockCollectibleSearchProvider struct { - ctrl *gomock.Controller - recorder *MockCollectibleSearchProviderMockRecorder -} - -// MockCollectibleSearchProviderMockRecorder is the mock recorder for MockCollectibleSearchProvider. -type MockCollectibleSearchProviderMockRecorder struct { - mock *MockCollectibleSearchProvider -} - -// NewMockCollectibleSearchProvider creates a new mock instance. -func NewMockCollectibleSearchProvider(ctrl *gomock.Controller) *MockCollectibleSearchProvider { - mock := &MockCollectibleSearchProvider{ctrl: ctrl} - mock.recorder = &MockCollectibleSearchProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockCollectibleSearchProvider) EXPECT() *MockCollectibleSearchProviderMockRecorder { - return m.recorder -} - -// ID mocks base method. -func (m *MockCollectibleSearchProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockCollectibleSearchProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockCollectibleSearchProvider)(nil).ID)) -} - -// IsChainSupported mocks base method. -func (m *MockCollectibleSearchProvider) IsChainSupported(chainID common0.ChainID) bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsChainSupported", chainID) - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsChainSupported indicates an expected call of IsChainSupported. -func (mr *MockCollectibleSearchProviderMockRecorder) IsChainSupported(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsChainSupported", reflect.TypeOf((*MockCollectibleSearchProvider)(nil).IsChainSupported), chainID) -} - -// IsConnected mocks base method. -func (m *MockCollectibleSearchProvider) IsConnected() bool { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsConnected") - ret0, _ := ret[0].(bool) - return ret0 -} - -// IsConnected indicates an expected call of IsConnected. -func (mr *MockCollectibleSearchProviderMockRecorder) IsConnected() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsConnected", reflect.TypeOf((*MockCollectibleSearchProvider)(nil).IsConnected)) -} - -// SearchCollectibles mocks base method. -func (m *MockCollectibleSearchProvider) SearchCollectibles(ctx context.Context, chainID common0.ChainID, collections []common.Address, text, cursor string, limit int) (*thirdparty.FullCollectibleDataContainer, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SearchCollectibles", ctx, chainID, collections, text, cursor, limit) - ret0, _ := ret[0].(*thirdparty.FullCollectibleDataContainer) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SearchCollectibles indicates an expected call of SearchCollectibles. -func (mr *MockCollectibleSearchProviderMockRecorder) SearchCollectibles(ctx, chainID, collections, text, cursor, limit any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SearchCollectibles", reflect.TypeOf((*MockCollectibleSearchProvider)(nil).SearchCollectibles), ctx, chainID, collections, text, cursor, limit) -} - -// SearchCollections mocks base method. -func (m *MockCollectibleSearchProvider) SearchCollections(ctx context.Context, chainID common0.ChainID, text, cursor string, limit int) (*thirdparty.CollectionDataContainer, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SearchCollections", ctx, chainID, text, cursor, limit) - ret0, _ := ret[0].(*thirdparty.CollectionDataContainer) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SearchCollections indicates an expected call of SearchCollections. -func (mr *MockCollectibleSearchProviderMockRecorder) SearchCollections(ctx, chainID, text, cursor, limit any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SearchCollections", reflect.TypeOf((*MockCollectibleSearchProvider)(nil).SearchCollections), ctx, chainID, text, cursor, limit) -} diff --git a/services/wallet/thirdparty/mock/types.go b/services/wallet/thirdparty/mock/types.go deleted file mode 100644 index ff71af0a8..000000000 --- a/services/wallet/thirdparty/mock/types.go +++ /dev/null @@ -1,168 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/thirdparty/types.go -// -// Generated by this command: -// -// mockgen -package=mock_thirdparty -destination=services/wallet/thirdparty/mock/types.go -source=services/wallet/thirdparty/types.go -// - -// Package mock_thirdparty is a generated GoMock package. -package mock_thirdparty - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - thirdparty "github.com/status-im/status-go/services/wallet/thirdparty" -) - -// MockMarketDataProvider is a mock of MarketDataProvider interface. -type MockMarketDataProvider struct { - ctrl *gomock.Controller - recorder *MockMarketDataProviderMockRecorder -} - -// MockMarketDataProviderMockRecorder is the mock recorder for MockMarketDataProvider. -type MockMarketDataProviderMockRecorder struct { - mock *MockMarketDataProvider -} - -// NewMockMarketDataProvider creates a new mock instance. -func NewMockMarketDataProvider(ctrl *gomock.Controller) *MockMarketDataProvider { - mock := &MockMarketDataProvider{ctrl: ctrl} - mock.recorder = &MockMarketDataProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockMarketDataProvider) EXPECT() *MockMarketDataProviderMockRecorder { - return m.recorder -} - -// FetchHistoricalDailyPrices mocks base method. -func (m *MockMarketDataProvider) FetchHistoricalDailyPrices(symbol, currency string, limit int, allData bool, aggregate int) ([]thirdparty.HistoricalPrice, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchHistoricalDailyPrices", symbol, currency, limit, allData, aggregate) - ret0, _ := ret[0].([]thirdparty.HistoricalPrice) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchHistoricalDailyPrices indicates an expected call of FetchHistoricalDailyPrices. -func (mr *MockMarketDataProviderMockRecorder) FetchHistoricalDailyPrices(symbol, currency, limit, allData, aggregate any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchHistoricalDailyPrices", reflect.TypeOf((*MockMarketDataProvider)(nil).FetchHistoricalDailyPrices), symbol, currency, limit, allData, aggregate) -} - -// FetchHistoricalHourlyPrices mocks base method. -func (m *MockMarketDataProvider) FetchHistoricalHourlyPrices(symbol, currency string, limit, aggregate int) ([]thirdparty.HistoricalPrice, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchHistoricalHourlyPrices", symbol, currency, limit, aggregate) - ret0, _ := ret[0].([]thirdparty.HistoricalPrice) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchHistoricalHourlyPrices indicates an expected call of FetchHistoricalHourlyPrices. -func (mr *MockMarketDataProviderMockRecorder) FetchHistoricalHourlyPrices(symbol, currency, limit, aggregate any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchHistoricalHourlyPrices", reflect.TypeOf((*MockMarketDataProvider)(nil).FetchHistoricalHourlyPrices), symbol, currency, limit, aggregate) -} - -// FetchPrices mocks base method. -func (m *MockMarketDataProvider) FetchPrices(symbols, currencies []string) (map[string]map[string]float64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchPrices", symbols, currencies) - ret0, _ := ret[0].(map[string]map[string]float64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchPrices indicates an expected call of FetchPrices. -func (mr *MockMarketDataProviderMockRecorder) FetchPrices(symbols, currencies any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchPrices", reflect.TypeOf((*MockMarketDataProvider)(nil).FetchPrices), symbols, currencies) -} - -// FetchTokenDetails mocks base method. -func (m *MockMarketDataProvider) FetchTokenDetails(symbols []string) (map[string]thirdparty.TokenDetails, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchTokenDetails", symbols) - ret0, _ := ret[0].(map[string]thirdparty.TokenDetails) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchTokenDetails indicates an expected call of FetchTokenDetails. -func (mr *MockMarketDataProviderMockRecorder) FetchTokenDetails(symbols any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchTokenDetails", reflect.TypeOf((*MockMarketDataProvider)(nil).FetchTokenDetails), symbols) -} - -// FetchTokenMarketValues mocks base method. -func (m *MockMarketDataProvider) FetchTokenMarketValues(symbols []string, currency string) (map[string]thirdparty.TokenMarketValues, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchTokenMarketValues", symbols, currency) - ret0, _ := ret[0].(map[string]thirdparty.TokenMarketValues) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchTokenMarketValues indicates an expected call of FetchTokenMarketValues. -func (mr *MockMarketDataProviderMockRecorder) FetchTokenMarketValues(symbols, currency any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchTokenMarketValues", reflect.TypeOf((*MockMarketDataProvider)(nil).FetchTokenMarketValues), symbols, currency) -} - -// ID mocks base method. -func (m *MockMarketDataProvider) ID() string { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ID") - ret0, _ := ret[0].(string) - return ret0 -} - -// ID indicates an expected call of ID. -func (mr *MockMarketDataProviderMockRecorder) ID() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ID", reflect.TypeOf((*MockMarketDataProvider)(nil).ID)) -} - -// MockDecoderProvider is a mock of DecoderProvider interface. -type MockDecoderProvider struct { - ctrl *gomock.Controller - recorder *MockDecoderProviderMockRecorder -} - -// MockDecoderProviderMockRecorder is the mock recorder for MockDecoderProvider. -type MockDecoderProviderMockRecorder struct { - mock *MockDecoderProvider -} - -// NewMockDecoderProvider creates a new mock instance. -func NewMockDecoderProvider(ctrl *gomock.Controller) *MockDecoderProvider { - mock := &MockDecoderProvider{ctrl: ctrl} - mock.recorder = &MockDecoderProviderMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockDecoderProvider) EXPECT() *MockDecoderProviderMockRecorder { - return m.recorder -} - -// Run mocks base method. -func (m *MockDecoderProvider) Run(data string) (*thirdparty.DataParsed, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Run", data) - ret0, _ := ret[0].(*thirdparty.DataParsed) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// Run indicates an expected call of Run. -func (mr *MockDecoderProviderMockRecorder) Run(data any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Run", reflect.TypeOf((*MockDecoderProvider)(nil).Run), data) -} diff --git a/services/wallet/thirdparty/paraswap/mock/types.go b/services/wallet/thirdparty/paraswap/mock/types.go deleted file mode 100644 index cd2bd7b9d..000000000 --- a/services/wallet/thirdparty/paraswap/mock/types.go +++ /dev/null @@ -1,127 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/thirdparty/paraswap/types.go -// -// Generated by this command: -// -// mockgen -package=mock_paraswap -destination=services/wallet/thirdparty/paraswap/mock/types.go -source=services/wallet/thirdparty/paraswap/types.go -// - -// Package mock_paraswap is a generated GoMock package. -package mock_paraswap - -import ( - context "context" - json "encoding/json" - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - gomock "github.com/golang/mock/gomock" - paraswap "github.com/status-im/status-go/services/wallet/thirdparty/paraswap" -) - -// MockClientInterface is a mock of ClientInterface interface. -type MockClientInterface struct { - ctrl *gomock.Controller - recorder *MockClientInterfaceMockRecorder -} - -// MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface. -type MockClientInterfaceMockRecorder struct { - mock *MockClientInterface -} - -// NewMockClientInterface creates a new mock instance. -func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface { - mock := &MockClientInterface{ctrl: ctrl} - mock.recorder = &MockClientInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder { - return m.recorder -} - -// BuildTransaction mocks base method. -func (m *MockClientInterface) BuildTransaction(ctx context.Context, srcTokenAddress common.Address, srcTokenDecimals uint, srcAmountWei *big.Int, destTokenAddress common.Address, destTokenDecimals uint, destAmountWei *big.Int, slippageBasisPoints uint, addressFrom, addressTo common.Address, priceRoute json.RawMessage, side paraswap.SwapSide) (paraswap.Transaction, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BuildTransaction", ctx, srcTokenAddress, srcTokenDecimals, srcAmountWei, destTokenAddress, destTokenDecimals, destAmountWei, slippageBasisPoints, addressFrom, addressTo, priceRoute, side) - ret0, _ := ret[0].(paraswap.Transaction) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BuildTransaction indicates an expected call of BuildTransaction. -func (mr *MockClientInterfaceMockRecorder) BuildTransaction(ctx, srcTokenAddress, srcTokenDecimals, srcAmountWei, destTokenAddress, destTokenDecimals, destAmountWei, slippageBasisPoints, addressFrom, addressTo, priceRoute, side any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BuildTransaction", reflect.TypeOf((*MockClientInterface)(nil).BuildTransaction), ctx, srcTokenAddress, srcTokenDecimals, srcAmountWei, destTokenAddress, destTokenDecimals, destAmountWei, slippageBasisPoints, addressFrom, addressTo, priceRoute, side) -} - -// FetchPriceRoute mocks base method. -func (m *MockClientInterface) FetchPriceRoute(ctx context.Context, srcTokenAddress common.Address, srcTokenDecimals uint, destTokenAddress common.Address, destTokenDecimals uint, amountWei *big.Int, addressFrom, addressTo common.Address, side paraswap.SwapSide) (paraswap.Route, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchPriceRoute", ctx, srcTokenAddress, srcTokenDecimals, destTokenAddress, destTokenDecimals, amountWei, addressFrom, addressTo, side) - ret0, _ := ret[0].(paraswap.Route) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchPriceRoute indicates an expected call of FetchPriceRoute. -func (mr *MockClientInterfaceMockRecorder) FetchPriceRoute(ctx, srcTokenAddress, srcTokenDecimals, destTokenAddress, destTokenDecimals, amountWei, addressFrom, addressTo, side any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchPriceRoute", reflect.TypeOf((*MockClientInterface)(nil).FetchPriceRoute), ctx, srcTokenAddress, srcTokenDecimals, destTokenAddress, destTokenDecimals, amountWei, addressFrom, addressTo, side) -} - -// FetchTokensList mocks base method. -func (m *MockClientInterface) FetchTokensList(ctx context.Context) ([]paraswap.Token, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "FetchTokensList", ctx) - ret0, _ := ret[0].([]paraswap.Token) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// FetchTokensList indicates an expected call of FetchTokensList. -func (mr *MockClientInterfaceMockRecorder) FetchTokensList(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchTokensList", reflect.TypeOf((*MockClientInterface)(nil).FetchTokensList), ctx) -} - -// SetChainID mocks base method. -func (m *MockClientInterface) SetChainID(chainID uint64) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetChainID", chainID) -} - -// SetChainID indicates an expected call of SetChainID. -func (mr *MockClientInterfaceMockRecorder) SetChainID(chainID any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetChainID", reflect.TypeOf((*MockClientInterface)(nil).SetChainID), chainID) -} - -// SetPartnerAddress mocks base method. -func (m *MockClientInterface) SetPartnerAddress(partnerAddress common.Address) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetPartnerAddress", partnerAddress) -} - -// SetPartnerAddress indicates an expected call of SetPartnerAddress. -func (mr *MockClientInterfaceMockRecorder) SetPartnerAddress(partnerAddress any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetPartnerAddress", reflect.TypeOf((*MockClientInterface)(nil).SetPartnerAddress), partnerAddress) -} - -// SetPartnerFeePcnt mocks base method. -func (m *MockClientInterface) SetPartnerFeePcnt(partnerFeePcnt float64) { - m.ctrl.T.Helper() - m.ctrl.Call(m, "SetPartnerFeePcnt", partnerFeePcnt) -} - -// SetPartnerFeePcnt indicates an expected call of SetPartnerFeePcnt. -func (mr *MockClientInterfaceMockRecorder) SetPartnerFeePcnt(partnerFeePcnt any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetPartnerFeePcnt", reflect.TypeOf((*MockClientInterface)(nil).SetPartnerFeePcnt), partnerFeePcnt) -} diff --git a/services/wallet/token/mock/balance_persistence/balance_persistence.go b/services/wallet/token/mock/balance_persistence/balance_persistence.go deleted file mode 100644 index 79e2b5dde..000000000 --- a/services/wallet/token/mock/balance_persistence/balance_persistence.go +++ /dev/null @@ -1,72 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/token/balance_persistence.go -// -// Generated by this command: -// -// mockgen -package=mock_balance_persistence -destination=services/wallet/token/mock/balance_persistence/balance_persistence.go -source=services/wallet/token/balance_persistence.go -// - -// Package mock_balance_persistence is a generated GoMock package. -package mock_balance_persistence - -import ( - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - gomock "github.com/golang/mock/gomock" - token "github.com/status-im/status-go/services/wallet/token" -) - -// MockTokenBalancesStorage is a mock of TokenBalancesStorage interface. -type MockTokenBalancesStorage struct { - ctrl *gomock.Controller - recorder *MockTokenBalancesStorageMockRecorder -} - -// MockTokenBalancesStorageMockRecorder is the mock recorder for MockTokenBalancesStorage. -type MockTokenBalancesStorageMockRecorder struct { - mock *MockTokenBalancesStorage -} - -// NewMockTokenBalancesStorage creates a new mock instance. -func NewMockTokenBalancesStorage(ctrl *gomock.Controller) *MockTokenBalancesStorage { - mock := &MockTokenBalancesStorage{ctrl: ctrl} - mock.recorder = &MockTokenBalancesStorageMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockTokenBalancesStorage) EXPECT() *MockTokenBalancesStorageMockRecorder { - return m.recorder -} - -// GetTokens mocks base method. -func (m *MockTokenBalancesStorage) GetTokens() (map[common.Address][]token.StorageToken, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTokens") - ret0, _ := ret[0].(map[common.Address][]token.StorageToken) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTokens indicates an expected call of GetTokens. -func (mr *MockTokenBalancesStorageMockRecorder) GetTokens() *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTokens", reflect.TypeOf((*MockTokenBalancesStorage)(nil).GetTokens)) -} - -// SaveTokens mocks base method. -func (m *MockTokenBalancesStorage) SaveTokens(tokens map[common.Address][]token.StorageToken) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SaveTokens", tokens) - ret0, _ := ret[0].(error) - return ret0 -} - -// SaveTokens indicates an expected call of SaveTokens. -func (mr *MockTokenBalancesStorageMockRecorder) SaveTokens(tokens any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SaveTokens", reflect.TypeOf((*MockTokenBalancesStorage)(nil).SaveTokens), tokens) -} diff --git a/services/wallet/token/mock/token/tokenmanager.go b/services/wallet/token/mock/token/tokenmanager.go deleted file mode 100644 index a8d43781c..000000000 --- a/services/wallet/token/mock/token/tokenmanager.go +++ /dev/null @@ -1,180 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: services/wallet/token/token.go -// -// Generated by this command: -// -// mockgen -package=mock_token -destination=services/wallet/token/mock/token/tokenmanager.go -source=services/wallet/token/token.go -// - -// Package mock_token is a generated GoMock package. -package mock_token - -import ( - context "context" - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - hexutil "github.com/ethereum/go-ethereum/common/hexutil" - chain "github.com/status-im/status-go/rpc/chain" - token "github.com/status-im/status-go/services/wallet/token" -) - -// MockManagerInterface is a mock of ManagerInterface interface. -type MockManagerInterface struct { - ctrl *gomock.Controller - recorder *MockManagerInterfaceMockRecorder -} - -// MockManagerInterfaceMockRecorder is the mock recorder for MockManagerInterface. -type MockManagerInterfaceMockRecorder struct { - mock *MockManagerInterface -} - -// NewMockManagerInterface creates a new mock instance. -func NewMockManagerInterface(ctrl *gomock.Controller) *MockManagerInterface { - mock := &MockManagerInterface{ctrl: ctrl} - mock.recorder = &MockManagerInterfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder { - return m.recorder -} - -// GetBalance mocks base method. -func (m *MockManagerInterface) GetBalance(ctx context.Context, client chain.ClientInterface, account, token common.Address) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBalance", ctx, client, account, token) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBalance indicates an expected call of GetBalance. -func (mr *MockManagerInterfaceMockRecorder) GetBalance(ctx, client, account, token any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBalance", reflect.TypeOf((*MockManagerInterface)(nil).GetBalance), ctx, client, account, token) -} - -// GetBalancesAtByChain mocks base method. -func (m *MockManagerInterface) GetBalancesAtByChain(parent context.Context, clients map[uint64]chain.ClientInterface, accounts, tokens []common.Address, atBlocks map[uint64]*big.Int) (map[uint64]map[common.Address]map[common.Address]*hexutil.Big, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBalancesAtByChain", parent, clients, accounts, tokens, atBlocks) - ret0, _ := ret[0].(map[uint64]map[common.Address]map[common.Address]*hexutil.Big) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBalancesAtByChain indicates an expected call of GetBalancesAtByChain. -func (mr *MockManagerInterfaceMockRecorder) GetBalancesAtByChain(parent, clients, accounts, tokens, atBlocks any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBalancesAtByChain", reflect.TypeOf((*MockManagerInterface)(nil).GetBalancesAtByChain), parent, clients, accounts, tokens, atBlocks) -} - -// GetBalancesByChain mocks base method. -func (m *MockManagerInterface) GetBalancesByChain(parent context.Context, clients map[uint64]chain.ClientInterface, accounts, tokens []common.Address) (map[uint64]map[common.Address]map[common.Address]*hexutil.Big, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetBalancesByChain", parent, clients, accounts, tokens) - ret0, _ := ret[0].(map[uint64]map[common.Address]map[common.Address]*hexutil.Big) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetBalancesByChain indicates an expected call of GetBalancesByChain. -func (mr *MockManagerInterfaceMockRecorder) GetBalancesByChain(parent, clients, accounts, tokens any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetBalancesByChain", reflect.TypeOf((*MockManagerInterface)(nil).GetBalancesByChain), parent, clients, accounts, tokens) -} - -// GetChainBalance mocks base method. -func (m *MockManagerInterface) GetChainBalance(ctx context.Context, client chain.ClientInterface, account common.Address) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetChainBalance", ctx, client, account) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetChainBalance indicates an expected call of GetChainBalance. -func (mr *MockManagerInterfaceMockRecorder) GetChainBalance(ctx, client, account any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetChainBalance", reflect.TypeOf((*MockManagerInterface)(nil).GetChainBalance), ctx, client, account) -} - -// GetTokenBalanceAt mocks base method. -func (m *MockManagerInterface) GetTokenBalanceAt(ctx context.Context, client chain.ClientInterface, account, token common.Address, blockNumber *big.Int) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTokenBalanceAt", ctx, client, account, token, blockNumber) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTokenBalanceAt indicates an expected call of GetTokenBalanceAt. -func (mr *MockManagerInterfaceMockRecorder) GetTokenBalanceAt(ctx, client, account, token, blockNumber any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTokenBalanceAt", reflect.TypeOf((*MockManagerInterface)(nil).GetTokenBalanceAt), ctx, client, account, token, blockNumber) -} - -// GetTokenHistoricalBalance mocks base method. -func (m *MockManagerInterface) GetTokenHistoricalBalance(account common.Address, chainID uint64, symbol string, timestamp int64) (*big.Int, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTokenHistoricalBalance", account, chainID, symbol, timestamp) - ret0, _ := ret[0].(*big.Int) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTokenHistoricalBalance indicates an expected call of GetTokenHistoricalBalance. -func (mr *MockManagerInterfaceMockRecorder) GetTokenHistoricalBalance(account, chainID, symbol, timestamp any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTokenHistoricalBalance", reflect.TypeOf((*MockManagerInterface)(nil).GetTokenHistoricalBalance), account, chainID, symbol, timestamp) -} - -// GetTokensByChainIDs mocks base method. -func (m *MockManagerInterface) GetTokensByChainIDs(chainIDs []uint64) ([]*token.Token, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTokensByChainIDs", chainIDs) - ret0, _ := ret[0].([]*token.Token) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTokensByChainIDs indicates an expected call of GetTokensByChainIDs. -func (mr *MockManagerInterfaceMockRecorder) GetTokensByChainIDs(chainIDs any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTokensByChainIDs", reflect.TypeOf((*MockManagerInterface)(nil).GetTokensByChainIDs), chainIDs) -} - -// LookupToken mocks base method. -func (m *MockManagerInterface) LookupToken(chainID *uint64, tokenSymbol string) (*token.Token, bool) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "LookupToken", chainID, tokenSymbol) - ret0, _ := ret[0].(*token.Token) - ret1, _ := ret[1].(bool) - return ret0, ret1 -} - -// LookupToken indicates an expected call of LookupToken. -func (mr *MockManagerInterfaceMockRecorder) LookupToken(chainID, tokenSymbol any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "LookupToken", reflect.TypeOf((*MockManagerInterface)(nil).LookupToken), chainID, tokenSymbol) -} - -// LookupTokenIdentity mocks base method. -func (m *MockManagerInterface) LookupTokenIdentity(chainID uint64, address common.Address, native bool) *token.Token { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "LookupTokenIdentity", chainID, address, native) - ret0, _ := ret[0].(*token.Token) - return ret0 -} - -// LookupTokenIdentity indicates an expected call of LookupTokenIdentity. -func (mr *MockManagerInterfaceMockRecorder) LookupTokenIdentity(chainID, address, native any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "LookupTokenIdentity", reflect.TypeOf((*MockManagerInterface)(nil).LookupTokenIdentity), chainID, address, native) -} diff --git a/static/bindata.go b/static/bindata.go deleted file mode 100644 index 64d010b2b..000000000 --- a/static/bindata.go +++ /dev/null @@ -1,697 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// emojis.txt (28.134kB) -// ../config/README.md (3.031kB) -// ../config/cli/anon-metric-node-client.json (857B) -// ../config/cli/anon-metric-node-server.json (696B) -// ../config/cli/fleet-eth.prod.json (3.619kB) -// ../config/cli/fleet-status.prod.json (2.568kB) -// ../config/cli/fleet-status.staging.json (2.631kB) -// ../config/cli/fleet-waku.sandbox.json (1.133kB) -// ../config/cli/fleet-waku.test.json (1.13kB) -// ../config/cli/les-enabled.json (58B) -// ../config/cli/mailserver-enabled.json (176B) -// ../config/status-chain-genesis.json (612B) -// keys/bootnode.key (65B) -// keys/firebaseauthkey (153B) -// keys/test-account1-status-chain.pk (489B) -// keys/test-account1.pk (491B) -// keys/test-account2-status-chain.pk (489B) -// keys/test-account2.pk (491B) -// keys/test-account3-before-eip55.pk (489B) - -package static - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _emojisTxt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x7d\xdb\x56\xe3\x3a\xb3\xee\xbd\x5f\x63\xdf\xed\xab\x7d\xde\x6b\xbd\x5d\x9a\x86\x40\x83\x0f\x89\xed\x1c\x6c\x03\xf9\xe7\xc4\xb1\xe3\xd0\x74\x03\xa1\x1b\x98\x89\x9d\x31\xfe\x47\xf1\x7c\x80\x9f\x47\x58\xe3\x2b\xab\x88\x55\x05\x6b\x8c\x75\x41\xd9\x92\x5d\xa7\xaf\x4a\xb2\x24\xcb\xe1\x6d\x31\x1f\x38\x6f\x8b\xf9\x57\x90\x63\x90\x2f\x20\x43\x90\x13\xe7\x6d\x91\xdf\xe0\xec\xc8\x79\x5b\x24\x44\xe8\xbe\x6f\x20\xe7\x20\xa7\xce\xdb\x62\x79\x8f\x33\x0f\x37\x57\x38\x9b\x83\xcc\x9c\x76\xfe\xd7\xbf\x5e\x02\x9c\xa7\x20\x09\xee\x7c\xc4\xd9\x05\x48\x06\x72\x09\x9e\x35\xce\xae\x70\x36\x06\x99\x81\xdc\x81\xdc\x82\xc4\x20\x23\x90\x15\xee\xc3\xd9\x1c\xf7\xcd\x7f\x83\x90\xf8\x10\x76\x91\xe9\xdf\x71\xdf\x12\x67\x2e\x08\x78\xe7\x10\x9f\xe7\x38\x7b\x02\x79\x46\x11\x1c\xf9\x04\xe4\x4f\x90\x1f\x20\x25\xec\xfb\x05\x02\xc9\x4b\xba\x19\xc5\xfc\x27\xc8\x3f\x50\xb7\x01\x79\xc1\x05\x1f\x75\x91\xf3\xb6\x28\xc9\x20\x88\x9a\x2f\x60\xc6\x17\xa7\x9d\xbf\x1a\xb7\x21\x76\x0e\xee\x39\xb9\x4d\xdc\x7f\xe1\xac\x00\x81\xbe\x39\xf9\x44\xf0\x91\xd5\xb0\x66\x0e\xdf\xe7\x0f\x20\x53\x10\xc2\xff\x1a\x04\xfa\xe6\x84\x30\x90\x59\xd2\x2d\xe4\xd8\x1f\x20\xb0\x30\x07\x00\xf3\x33\xe7\x6d\x31\xde\x3b\x6f\x8b\x70\xe0\xb4\xf3\x7f\x74\xd6\x84\x60\xcc\x71\xe7\xf8\x15\x04\x86\x8c\xb7\x20\x35\x48\x83\xab\xa4\x8f\x2c\x24\x27\x71\xdf\x1c\xb7\xcc\x77\x20\xb8\x2f\xa1\x5c\x81\xec\x39\x38\x12\xa8\x4a\x90\x0d\x09\xb2\x21\x44\x64\x43\x40\x1f\x22\x07\x42\x04\x35\x84\xd0\x10\x41\x0d\x61\x7f\x08\x4f\x42\xe0\x15\x2e\x9c\xf6\xea\xc6\x18\x17\x3b\xed\x55\xde\x9d\x97\xb0\x31\x44\x7a\x84\xc8\x9b\x10\x79\x13\x52\xa2\x00\xf4\x29\x1c\xce\x91\x6b\x21\x90\x0d\x81\x58\x08\xec\x42\x60\x12\x02\xd9\x10\xa0\x4e\x36\x46\x32\xe0\x0b\x01\xcb\xf8\xcb\xbf\x5e\x82\x76\xe0\xbd\x2d\x66\xab\xee\xda\xfb\xf1\xa7\xb9\x17\xc8\x87\x50\x30\xbe\x20\xf2\xb6\x08\xb6\x7c\xb2\xe3\x93\x9a\x4f\x1a\x3e\x01\x1c\x79\x4a\xc4\x70\xd0\xc9\x8e\x4f\x6a\x3e\x69\xf8\x04\x1c\xd3\x51\xa7\x75\x3a\x32\x4c\x74\xb2\xe3\x93\x9a\x4f\x1a\x3e\xd9\x3b\xed\xe5\x05\xfe\xe8\xfe\xee\xb8\x33\xc7\xda\x1c\x1b\x73\x24\x05\x53\x22\x2c\x7d\xca\xd2\xa7\x2c\x7d\xca\xd2\xa7\x86\x63\xec\x12\x61\xb7\x5d\x76\xdb\x65\xb7\x5d\x76\xdb\x65\xb7\x5d\x22\xec\x36\x73\xe4\xcc\x91\x33\x47\xfe\xce\x11\x10\x61\x8e\x80\x39\x02\xe6\x08\x98\x23\x30\x3e\xbb\xc0\xa9\xbd\x74\x8d\xdb\xae\x71\xdb\x35\x6e\xbb\xc6\xed\x77\x05\xd7\x44\x58\xc1\x35\x2b\xb8\x66\x05\xd7\xac\xe0\x9a\x39\x16\x44\x98\x63\xc1\x1c\x0b\xe6\x58\x30\xc7\x82\x39\xe6\x44\x98\x63\xce\x1c\x73\xe6\x98\x33\xc7\x9c\x39\x12\x22\xcc\x91\x30\x47\xc2\x1c\x09\x73\x24\x1c\x0c\x6a\xc6\x67\x1c\x8c\x33\x0e\xc6\x19\x07\xe3\x8c\x83\x71\xc6\x1c\xdf\x88\x30\xc7\x37\xe6\xf8\xc6\x1c\xdf\x98\xe3\x1b\x73\x0c\x89\x30\xc7\x90\x39\x86\xcc\x31\x64\x8e\x21\x73\x9c\x12\x61\x8e\x53\xe6\x38\x65\x8e\x53\xe6\x38\xed\xc2\x37\xbf\xa2\xf0\xcd\xaf\xba\xf0\xd1\x71\x67\x8e\xb5\x39\x36\xe6\x48\x0a\x3c\x22\xac\xc0\x63\x05\x1e\x2b\xf0\x58\x81\xc7\x1c\x3e\x11\xe6\xf0\x99\xc3\x67\x0e\x9f\x39\x7c\x93\x51\xe7\xf8\x33\xe9\x74\x6e\xd2\xe9\xdc\xa4\xd3\xb9\x49\xa7\x73\x96\x7e\x4e\x84\xa5\x9f\xb3\xf4\x73\x96\x7e\xce\xd2\x99\x23\xcf\x88\x70\xa8\x33\x0e\x75\xc6\xa1\xce\x38\xd4\x19\x73\x50\xf7\x76\xc9\x1c\x97\xcc\x71\xc9\x1c\x97\xcc\x71\xc9\x56\x05\x44\xd8\x2a\x6e\x45\x63\x6e\x45\x63\x6e\x45\xe3\xc0\x70\x24\x2e\x11\xc3\x91\x70\x4b\x4d\xb8\xa5\x26\xdc\x52\x13\x6e\x48\xe3\x11\x11\xd6\xc1\xbd\xd3\x98\x7b\xa7\x31\xf7\x4e\xe3\x11\xfb\xf1\x48\x84\xfd\x78\x64\x3f\x1e\xd9\x8f\x47\xf6\xe3\x91\x39\xf0\x88\x48\x02\x22\x6c\x1a\x3b\x93\xb0\x33\x09\x3b\x93\x70\x97\xe0\x75\x5d\x82\x67\x62\xe8\x99\x18\x7a\x26\x86\x9e\x89\x21\x67\x48\x78\x42\xc4\x28\xa0\x93\x1d\x9f\xd4\x7c\xd2\xf0\x09\xd9\xb5\x21\xc2\x9e\x6c\xd8\x93\x0d\x7b\xb2\x61\x4f\x36\xac\x63\x4d\x84\x75\xac\x59\xc7\x9a\x75\xac\x59\xc7\xda\x70\x14\x28\x15\x74\xf6\x8b\x88\xe1\xa5\x93\x1d\x9f\xd4\x7c\xd2\xf0\x09\x71\xfc\x26\xc2\x1c\xbf\x99\xe3\x37\x73\xfc\x66\x8e\xdf\x1c\xcd\x23\x22\x1c\xcd\x23\x8e\xe6\x11\x47\xf3\x88\xa3\x79\xc4\x3a\x48\xf4\x96\x75\x6c\x59\xc7\x96\x75\x6c\x59\xc7\x96\x75\x7c\x25\xc2\x3a\xbe\xb2\x8e\xaf\xac\xe3\x2b\xeb\xf8\x6a\x38\x4a\x8c\x5a\x6e\x31\xa8\xb8\xc5\xb0\xb3\xc0\xe8\xac\xc0\xd0\x6b\x3c\xe0\x47\x36\x8e\x88\xdf\x18\x23\xbc\xf1\x6f\x22\xac\x81\xfd\x1e\xb3\xdf\x63\xf6\x7b\xcc\x7e\x97\x21\x11\xc3\x41\x27\x3b\x3e\xa9\xf9\xa4\xe1\x13\xf2\xa2\x20\xc2\x3a\x0a\xd6\x51\xb0\x8e\x82\x75\x14\xcc\x51\x12\x61\x8e\x92\x39\x4a\xe6\x28\x99\xa3\x64\xab\xc6\x44\xd8\xaa\x31\x5b\x35\x66\xab\xc6\x6c\xd5\x98\x75\x3c\x10\x61\x1d\x0f\xac\xe3\x81\x75\x3c\xb0\x8e\x07\xe6\x58\x11\x61\x8e\x15\x73\xac\x98\x63\xc5\x1c\x2b\xb6\x2a\x26\xc2\x56\xc5\x6c\x55\xcc\x56\xc5\x6c\x55\xfc\xae\x83\x46\x54\xc5\xfd\xbb\x2a\x51\xde\x89\x72\x2d\xca\x8d\x28\xef\xfb\xe5\xee\xfc\x41\xc8\x7e\x10\xb2\x1f\x84\xec\x07\x21\xfb\x41\xc8\x7e\xe8\xc9\xde\x08\xd9\x1b\x21\x7b\x23\x64\x6f\x84\xec\x8d\x90\xbd\xe9\xc9\x7e\x14\xb2\x1f\x85\xec\x47\x21\xfb\x51\xc8\x7e\x14\xb2\xa9\x5c\x11\xe1\x98\x56\x1c\xd3\x8a\x63\x5a\x71\x4c\x2b\x8e\x50\xd5\x43\xb4\x12\x11\xaa\x44\x84\x2a\x11\xa1\x4a\x44\xa8\xb2\x23\x54\x8e\xfb\xe7\xb6\xec\x2e\x95\x45\xb9\x11\xe5\x7e\xb4\xab\x5e\x74\x2a\x11\xed\x4a\x44\xbb\x12\xd1\xae\x44\xb4\x2b\x3b\xda\x6c\xe7\x83\xb0\xf3\xbd\xbc\x13\xe5\x5a\x94\x1b\x51\xee\x67\x52\xd5\x8b\x7c\x25\x32\xa9\x12\x99\x53\x89\xcc\xa9\xec\xcc\x61\x3b\x37\xc2\xce\x8d\xb0\x6b\x23\xec\xda\x08\xbb\x36\x3d\xbb\x1e\x85\x5d\x8f\xc2\xae\x47\x61\xd7\xa3\xb0\xeb\xb1\x67\xd7\xa3\xb0\xeb\x51\xe0\xf7\x28\xec\x7c\x14\x76\x3e\x0a\x3b\x49\xd7\x43\x3b\xf0\xda\x64\x60\x7a\xfa\x07\x23\xdd\xae\xa9\x55\x4d\xa3\x6a\xf6\x76\x0d\x95\x8e\x94\xd4\x7e\xcd\x4e\xd5\xd4\xaa\xa6\x51\x35\xfb\x7e\x4d\x49\x6b\x00\x11\xf7\x98\x11\x77\x94\x11\x77\x94\x11\x37\x43\x7a\xa8\x3d\x71\xc3\x7d\xe2\x86\xfb\xc4\x0d\xf7\x89\x1b\xee\x13\x73\xfc\x22\xc2\x1c\x3c\x16\x18\xf3\x58\x60\xcc\x63\x81\xc4\x23\xc2\xc3\x27\x1e\x31\x27\x3c\x62\x4e\x78\xc4\x9c\x78\xef\x1c\x7d\x1f\x3a\x56\x55\xb3\x53\x35\xb5\xaa\x69\x54\xcd\xde\xae\xe9\xc7\xa4\xa7\x67\xa0\xf4\x0c\x94\x9e\x81\xd2\x33\x50\x7a\xb8\xc6\x27\xc2\x08\xf0\x0c\x20\xe1\x19\x40\xc2\x33\x80\xc4\x67\x04\x7c\xcb\x4e\x5f\x21\xe0\x2b\x04\x7c\x85\x80\xaf\x10\xf0\x15\x02\xbe\x6d\xa7\x42\xc0\x57\x08\xf8\x0a\x01\x5f\x21\xe0\x2b\x04\x4e\x88\x30\x02\x3c\xc2\x4d\x78\x84\x9b\xf0\x08\x37\xe1\x11\x6e\x72\x62\xd9\x79\xa2\x10\x38\x51\x08\x9c\x28\x04\x4e\x14\x02\x27\x0a\x81\x13\xdb\x4e\x85\xc0\x89\x42\xe0\x44\x21\x70\xa2\x10\x38\x51\x08\x0c\x89\x30\x02\x3c\x95\x4d\x78\x2a\x9b\xf0\x54\x36\xe1\xa9\x6c\x32\xb4\xec\x1c\x2a\x04\x86\x0a\x81\xa1\x42\x60\xa8\x10\x18\x2a\x04\x86\xb6\x9d\x0a\x81\xa1\x42\x60\xa8\x10\x18\x2a\x04\x86\x12\x81\xf0\x0b\x11\x9e\x81\x7c\xe1\x19\xc8\x17\x9e\x81\x7c\xe1\x19\xc8\x17\x9e\xb3\x7c\xe9\xdb\xd9\xb1\xaa\x9a\x9d\xaa\xa9\x55\x4d\xa3\x6a\xf6\x76\x8d\x6d\xa7\x44\xa0\xa7\x67\xa0\xf4\x0c\x94\x9e\x81\xd2\xc3\x98\x5c\x10\xe1\x1c\xe0\x65\xbb\x84\x97\xed\x12\x5e\xb6\x4b\x78\x8d\x2c\xb9\xb0\x22\x75\xa1\x72\xe0\x42\xe5\xc0\x85\xca\x81\x0b\x95\x03\x17\x2a\x07\x2e\x6c\x3b\x55\x0e\x5c\xa8\x1c\xb8\x50\x39\x70\xa1\x72\xe0\x42\x22\x50\x76\x84\x9f\x47\x3c\x83\x2e\x79\x06\x5d\xf2\x72\x40\x19\x58\x8f\xb1\x40\x3a\xde\xb1\xaa\x9a\x46\xd5\xd8\x8f\xc3\xc0\x36\x46\xba\x49\x35\x3b\x55\x53\xab\x9a\x46\xd5\xd8\x81\x3e\x25\xc2\x81\xe6\x55\xa8\x84\x57\xa1\x12\x5e\x85\x4a\x4e\x39\xd0\xa7\x56\x38\x4e\x55\xa0\x4f\x55\xa0\x4f\x55\xa0\x4f\x55\xa0\x4f\x55\xa0\x4f\x6d\x3b\x55\xa0\x4f\x55\xa0\x4f\x55\xa0\x4f\x55\xa0\x4f\x25\x02\x79\x41\x84\x17\x28\x78\x92\x9a\xf3\x24\x35\xe7\x49\x6a\xce\x93\xd4\xbc\xe8\xdb\xd9\xb1\xaa\x9a\x9d\xaa\xa9\x55\x4d\xa3\x6a\xf6\x76\x8d\x6d\xa7\x44\xa0\xa7\x67\xa0\xf4\x0c\x94\x9e\x81\xd2\xc3\x35\xf4\x26\xe7\x99\x11\x78\x66\x04\x9e\x19\x81\x67\x46\xe0\x99\x11\x78\xb6\xec\x7c\x56\x08\x3c\x2b\x04\x9e\x15\x02\xcf\x0a\x81\x67\x85\xc0\xb3\x6d\xa7\x42\xe0\x59\x21\xf0\xac\x10\x78\x56\x08\x3c\xab\xc6\x8e\x61\x79\x9b\x4e\xb8\xc4\x7a\xac\x9a\x9d\xaa\xa9\x55\x4d\xa3\x6a\xf6\xfd\x1a\x9a\xd0\xf6\x4a\x52\xcf\xfb\xa4\xd6\xae\xa9\x55\x4d\xa3\x6a\x6c\x3d\x95\x5d\x52\x7a\x2a\xa5\xa7\x52\x7a\x2a\xa5\xa7\x92\x7a\xcc\x74\xc6\x8f\xec\xe9\xcc\xa1\x5c\x8b\xf2\xfe\x50\x36\x93\x7b\x73\x6e\xf3\xf6\x26\xf7\x87\x72\x2d\xca\x7d\x59\x55\xff\x5c\xc8\xaa\x84\xac\x4a\xc8\xaa\x6c\x59\xc6\xa7\xe0\xd6\xf6\xe9\x50\xde\x89\x72\x2d\xca\x8d\x28\xef\x0f\x65\xe3\xb3\x39\xb7\x65\xf7\x7c\x3e\x94\x6b\x51\x6e\x44\xb9\x2f\xbb\xea\x9f\x0b\xd9\x95\x90\x5d\x09\xd9\x95\x90\x5d\xd9\xb2\x4d\xfb\x98\xaa\xf6\x31\x55\xed\x63\xaa\xda\xc7\x54\xb5\x86\xa9\xd5\x1a\xa6\xaa\x35\x4c\x55\x6b\x98\xaa\xd6\x30\x55\xb9\x3f\xb5\x72\x7f\xaa\x72\x7f\xaa\x72\x7f\xaa\x72\x7f\xaa\x72\x7f\xaa\x72\x7f\x6a\xe5\xbe\xdb\xd8\x79\x72\x28\xd7\xa2\xbc\x3f\x94\x4d\x1e\xb8\x8d\x9d\x07\x87\x72\x2d\xca\x7d\xde\xaa\x7f\x2e\x78\x0f\x71\x3e\x94\x6b\x51\xde\xf7\xed\xa2\x73\x4f\x2c\x93\x78\x62\x99\xc4\x13\xcb\x24\x9e\x58\x26\xf1\x7a\x8b\x75\x9e\x58\x08\xf4\xc4\xc2\x9f\x27\x16\xfe\x3c\xb1\xf0\xe7\xf5\x96\x5c\x3c\xb1\x14\x74\x28\xef\x44\xb9\x16\xe5\x46\x94\xf7\x7d\xbb\xe9\x3c\x2e\x6d\x9f\x0f\xe5\x5a\x94\x1b\x51\xde\x1f\xca\xc6\x67\x73\x6e\xcb\xea\xf9\x7c\x28\x37\xa2\xdc\x97\x55\xf5\xcf\x85\xac\x83\xcf\x87\x72\x2d\xca\x8d\x28\xef\xfb\x76\x77\x6d\xf9\x4e\xf4\x69\x77\xa2\x0f\xbb\x13\x7d\xd8\x9d\xe8\xc3\xee\x7a\x7d\xd8\x9d\xe8\xc3\xee\x44\x9f\x75\x27\xfa\xac\x3b\xd1\x67\xdd\xf5\xfa\xac\x3b\xd1\x67\xdd\x89\x3e\xeb\x4e\xf4\x59\x77\xa2\xcf\xba\x13\x7d\xd6\xdd\xc1\xe7\x70\x67\xfb\x7c\x28\xef\x44\xb9\x16\xe5\x46\x94\xf7\x87\xb2\xc1\x20\xdc\xd9\x18\x1c\xca\x3b\x51\xae\x45\xb9\x11\xe5\xbe\xec\xaa\x7f\x2e\x64\x57\x42\x76\x25\x64\x57\x42\x76\x65\xcb\xe6\xdc\xff\x2e\x72\xff\xbb\x8d\xc9\xa1\x5c\x8b\x72\x23\xca\xfb\x43\x99\xdb\xc2\x77\xd1\x16\xbe\xdb\x98\x1c\xca\xb5\x28\x37\xa2\xdc\x97\x5d\xf5\xcf\x85\xec\x4a\xc8\xae\x84\xec\x4a\xc8\xae\x6c\xd9\x9c\x27\x5b\x91\x27\x5b\x91\x27\x5b\x91\x17\x5b\x91\x17\xdb\x5e\x5e\x6c\x45\x5e\x6c\x45\x5e\x6c\x45\x5e\x6c\x45\x5e\x6c\x45\x5e\x6c\x7b\x79\xb1\x15\x79\xb1\x15\x79\xb1\x15\x79\xb1\x15\x79\xb1\x15\x79\xb1\xed\x8d\xe3\x72\x31\x8e\xcb\x6d\x0c\x0e\xe5\x5a\x94\x1b\x51\xde\x1f\xca\x3c\xce\xcb\xc5\x38\x2f\x17\xe3\xbc\x5c\x8c\xf3\x72\x1b\x93\x43\xb9\x2f\xbb\xea\x9f\x0b\xd9\x95\x90\x5d\x09\xd9\x95\x90\x5d\xd9\xb2\x19\x93\x95\xc0\x64\x25\x30\x58\x09\x0c\x56\x02\x83\x55\x0f\x83\x95\xc0\x60\x25\x30\x58\x09\x0c\x56\x02\x83\x95\xc0\x60\xd5\xc3\x60\x25\x30\x58\x09\x0c\x56\x02\x83\x95\xc0\x60\x25\x30\x58\xbd\x8f\xfb\x2e\xcf\xe4\xb8\xcf\xaa\xa9\x55\x4d\xa3\x6a\xf6\xfd\x9a\x6e\xdc\x77\x28\x49\xa9\x87\x51\x9e\x55\xd3\xa8\x1a\x5b\x6a\x65\x97\x94\xd4\xf7\x71\x9f\x55\x53\xab\x9a\x46\xd5\xec\x6d\x7f\x08\x9f\x74\x60\xe7\xc5\xa1\x5c\x8b\x72\x23\xca\xfb\x43\xd9\xe4\x85\x39\xb7\x65\xf5\xf2\xe0\x50\x6e\x44\xb9\x2f\xab\xea\x9f\x0b\x59\x95\x90\x55\x09\x59\x95\x2d\x8b\x7d\x0c\x85\x8f\xa1\xf0\x31\x14\x3e\x86\xc2\xc7\xb0\xe7\x63\x28\x7c\x0c\x85\x8f\xa1\xf0\x31\x14\x3e\x86\x3d\x1f\x43\xe1\x63\x68\xe7\xfa\xa1\x5c\x8b\x72\x23\xca\x7d\xd9\x3f\x88\xf0\x5b\xa2\x1f\xfc\x96\xe8\x07\xbf\x25\xfa\xc1\xaf\x93\x7e\xf4\x97\x28\x3a\x0e\x55\x53\xab\x9a\x46\xd5\xec\xed\x9a\xfe\x82\x44\x4f\x6a\xbf\x66\xa7\x6a\x6a\x55\xd3\xa8\x1a\x6b\xa9\x63\xf2\x8b\x8f\xc6\xd3\x09\xbf\x0f\x9b\xf0\xfb\xb0\x09\xbf\x0f\xa3\x7b\xfb\x46\x76\x4c\xaa\xa6\x56\x35\x8d\xaa\xd9\xdb\x35\x2c\x78\xa0\x04\xf7\x6b\x76\xaa\xa6\x56\x35\x8d\xaa\xb1\xd7\xf2\x8f\x88\xf0\x5a\x3e\x6f\xd2\x09\x79\x6f\x4e\x78\xd4\x37\xac\xbb\x51\xd5\x34\xaa\xc6\x5e\x95\x3f\xb2\x35\xaa\x55\xf9\x23\xb5\x2a\x7f\xa4\x56\xe5\x8f\xa4\xe5\xcb\x67\x22\xc6\xf2\x25\xaf\xc6\x2d\x79\x11\x6e\xfc\x4c\x84\x13\x96\xaf\x8f\x79\xb5\x6e\x7c\xb8\xd1\x4a\x34\xb5\x36\x37\x56\x6b\x73\x63\xb5\x36\x37\x56\x6b\x73\x63\x6b\x6d\x6e\xac\xd6\xe6\xc6\x6a\x25\x6e\xac\x56\xe2\xc6\x6a\x25\x2e\x7f\x22\xc2\x6b\x91\xfc\x52\x37\xe7\x97\xba\xf9\xfb\x4b\xdd\x17\x22\xec\xfd\x0b\xbf\x06\x7e\x61\x18\x5e\x18\x86\x17\xe6\xa0\xd9\x20\xef\x44\x1b\xf3\x06\xb4\x31\x6f\x40\x1b\x6f\xde\x6f\xb4\xfc\xdc\xa8\x06\xbe\x51\x08\x6e\x14\x82\x1b\x85\xe0\x46\x21\xb8\xb1\xb0\xd8\x28\x04\x37\x0a\xc1\x8d\x42\x70\xa3\x5e\xd8\xd3\x5e\x00\xde\x3a\x38\xe6\x1d\x83\x63\xde\x31\x38\xe6\x1d\x83\xe5\x84\x08\xbf\xe1\x98\xf0\x1b\x8e\x09\xbf\xe1\x98\xf0\x6a\x2f\x6d\xde\xe7\xfe\x22\xe7\x4d\x75\x39\x77\x1c\x39\x77\x1c\xf9\xaf\x77\x0e\x6b\x15\x57\xf5\x1a\xf9\x2f\xb5\x3e\xac\xfa\x91\x5c\xf5\x23\xb9\xea\x47\x8c\x9e\x81\xd2\x33\x50\x7a\x06\x4a\xcf\x40\xe9\x19\x28\x3d\x8c\x29\xed\xab\xb9\x67\x4c\xef\x39\xd9\xee\x19\xdc\x7b\x06\xf7\x9e\x73\xe8\xde\x8a\xf4\xbd\xca\xa1\x7b\x95\x43\xf7\x2a\x87\xee\x55\x0e\xdd\xab\x1c\xba\xb7\xed\x54\x39\x74\xaf\x1e\x1b\xf7\x2a\xab\xee\x55\x56\xdd\xab\x76\x79\x4f\x84\x73\x80\x11\xc8\x19\x81\x9c\x11\xc8\x19\x81\xfc\x81\x08\x73\xf0\x36\xbb\x9c\xb7\xd9\xe5\xbc\xcd\x2e\x7f\xb0\x37\x58\x79\x62\xe6\xeb\x89\x99\xaf\x27\x66\xbe\x9e\x98\xf9\x7a\x62\xe6\xeb\xf5\x66\xec\x9e\x98\xb1\x7b\x62\xc6\xee\x89\x19\xba\x27\x66\xe8\x5e\x6f\x16\xed\x89\x95\x05\x4f\xac\x2c\x78\x62\x65\xc1\x13\x2b\x0b\x9e\x58\x59\xe8\x74\x75\x84\x33\x6d\xc7\x99\xb6\xe3\x4c\xdb\x71\xa6\xed\x0c\x6a\xfe\x09\x11\xc3\xe1\xf3\x3e\x05\x9f\xf7\x29\xf8\xef\x3b\x71\x7f\x13\xe1\x80\xf0\x46\xcf\x9c\x37\x7a\xe6\xef\x1b\x3d\xcd\xcc\xe7\x58\xcc\x7c\x8e\xc5\xcc\xe7\x58\xcc\x7c\x8e\xc5\xcc\x07\xe5\xe2\x85\x88\x51\x5a\x70\x37\x5d\x70\x37\x5d\x70\x37\x5d\x70\x37\x5d\xbc\xf4\xf3\xae\x63\x55\x35\x3b\x55\x53\xab\x9a\x46\xd5\x58\x19\x5d\xbc\x12\x61\xcb\x5e\xd9\xb2\x57\xb6\xec\x95\x2d\x7b\x65\xcb\x5e\x6d\x7e\x65\xc7\xab\xb2\xe3\x55\xd9\xf1\xaa\xde\x3d\x25\x44\xb8\x1b\xe6\xcf\x18\x4a\xfe\x8c\xa1\xe4\xcf\x18\xca\xa4\xdf\xf0\x3b\x0e\x55\xd3\xa8\x1a\xfb\xb5\x72\x62\xab\x56\xaf\x95\x13\xf5\x12\x39\x51\x2f\x91\x13\xe5\x42\x4a\x84\x5d\xe0\x0f\x74\x4a\xfe\x40\xa7\x4c\x2d\x1b\x52\xf5\x42\x3c\x55\x96\xa7\xca\xf2\xd4\xd6\xa8\x2c\x4f\xd5\x0b\xf1\x54\x59\x9e\x2a\xcb\x33\x22\x6c\x39\x7f\x58\x50\xf2\x87\x05\x25\x7f\x58\x50\x66\x96\x31\x99\x02\x3f\x53\x4e\x65\xca\xa9\x4c\x39\x95\xd9\xc6\x28\xa7\x32\x15\x8e\x4c\x39\x95\x29\xa7\x2e\x89\xb0\x53\xfc\xed\x43\xc9\xdf\x3e\x94\xfc\xed\x43\x79\x69\x19\x73\x29\x1f\x49\x1d\xab\xaa\x69\x54\x8d\xed\xd4\xa5\x6d\x8c\x72\xea\x52\x45\xea\x52\xb9\x79\xa9\xdc\xbc\x54\x6e\x5e\x11\x61\x37\xaf\x78\x8f\xf5\x15\xfb\x7b\xc5\xfe\xf2\x17\x31\xe5\x95\x65\xe7\x95\x0a\xe2\x95\x42\xe0\x4a\x21\x70\xa5\x10\xb8\x52\x08\x5c\xd9\x76\x2a\x04\xae\x14\x02\x57\xca\xdf\x2b\xe5\xef\x35\x11\x4b\xd1\xb5\x75\xc3\x82\x88\x75\xc3\xc2\x9a\x63\x0c\x89\xf0\x5c\x88\x77\x76\x85\xbc\xb3\x2b\xe4\x9d\x5d\x21\xef\xec\x0a\xad\x9d\x5d\xa1\xda\xd9\x15\xaa\x9d\x5d\xa1\xda\xd9\x15\xaa\x9d\x5d\xa1\xda\xd9\x15\x0e\x6d\x3b\xd5\x0c\x4a\xed\xec\x0a\xd5\xce\xae\x50\xed\xec\x0a\xf5\xce\xae\x53\x22\x8c\x00\x6f\x77\x09\x79\xbb\x4b\xc8\xdb\x5d\x42\xde\xee\x12\x5a\xdb\x5d\x42\xb5\xdd\x25\x54\xdb\x5d\x42\xb5\xdd\x25\x54\xdb\x5d\x42\xb5\xdd\x25\x3c\xb5\xed\x54\x08\xa8\xed\x2e\xa1\xda\xee\x12\xaa\xed\x2e\xa1\xda\xee\x92\xfe\x26\x62\x1c\x4f\x79\x14\x90\xf2\xc3\x3f\xfd\xdd\xb7\xaa\xbb\x51\xd5\xd4\xaa\x66\x6f\xd7\xd8\x1a\xa5\x2f\x3d\xa9\x03\x25\xb5\x5f\xd3\xa8\x1a\xbb\x45\x78\x44\xb8\x07\xe0\xfd\xba\x25\x6f\xd3\x2d\x79\x9b\x6e\x69\x6d\xd3\x2d\xd5\xa6\xdc\x52\x6d\xca\x2d\xd5\x16\xdc\xd2\xb3\x55\xab\x46\xad\xb6\xe0\x96\x6a\xc3\x6d\xa9\x36\xdc\x96\x3e\x11\xb6\x9c\xf7\xd9\x96\xbc\xcf\xb6\xe4\x7d\xb6\xa5\xb5\xcf\xb6\x54\xfb\x6c\x4b\xb5\xcf\xb6\x54\xfb\x6c\x4b\xb5\xab\xb6\xf4\x6d\x63\x94\x53\x6a\x57\x6d\xa9\x76\xd5\x96\x6a\x57\x6d\xa9\x76\xd5\xf2\xbe\xf7\x9f\xf6\x90\xf2\x50\xde\x89\x72\x2d\xca\xfb\x43\x99\xbf\x0a\xf9\x69\x0f\xe5\x0f\xe5\x9d\x28\xd7\xa2\xdc\x97\x55\xf5\xcf\x85\xac\x4a\xc8\xaa\x84\xac\xca\x96\xc5\x3e\x8a\x69\x40\x21\xa6\x01\x85\x98\x06\x14\x62\x1a\x50\xf4\xa6\x2b\x85\x98\x9e\x14\xe2\x85\x62\x21\xa6\x2b\x85\x98\xae\x14\xbd\x17\x8a\x85\x98\x46\x15\x62\x1a\x55\x88\x69\x53\xd1\x9b\xea\x14\xb5\x88\x5b\x2d\x7c\xac\x85\x4f\xb5\xf0\xa9\xee\xf9\x54\x8b\xb8\xd5\xc2\xc7\x5a\xf8\x58\x0b\x9f\xea\x9e\x4f\xb5\xf0\xa9\x16\x3e\xd5\xf6\xd4\xf0\x50\xee\xc9\x0a\xbe\x12\x31\xbd\x48\xc0\xdf\xda\x05\xfc\x89\x5d\xc0\x9f\xd8\x05\x5f\xfb\x4d\xa7\xbb\x51\xd5\xd4\xaa\xa6\x51\x35\x7b\xbb\xa6\xdf\x50\x3a\x3b\x54\xcd\x4e\xd5\xd4\xaa\xc6\x7e\xd0\x7d\x25\xc2\xcf\x37\xfe\x6e\x30\x64\x5f\x26\x7f\x11\x31\xd7\xe9\xa4\xe1\x13\xba\xfe\xd4\xc9\x99\xf0\x52\xdc\x84\x57\xe0\x26\xef\x2b\x70\xd4\x08\x7e\xf6\x7d\x31\x25\x6e\xf4\x53\x22\xdc\xb7\xf1\xd7\xf2\x25\x7f\x2d\x5f\xf2\xd7\xf2\xe5\xd4\xea\x93\xa6\xaa\x6f\x9b\xaa\xbe\x6d\xaa\xfa\xb6\xa9\x1a\x97\x4d\x55\x6f\x37\xb5\xcd\x53\xbd\xdd\x54\xf5\x76\x53\xd5\xdb\x4d\x55\x6f\x37\x55\xbd\xdd\x8c\x08\x3f\x97\x66\xec\xf8\x8c\xfd\x9d\x59\x56\xcd\x94\xbf\x33\xe5\xdd\x4c\xf9\x32\xb3\x35\x2a\x5f\x66\xca\xf2\x99\x5a\xd4\x41\x12\x04\xa7\x44\x38\xfd\x79\x24\x14\x98\xaf\xce\xb3\x67\x93\x62\x47\x20\xae\x29\xf0\xd7\xcf\x01\x7f\xf4\x1c\xf0\xb7\xce\x74\x8b\x95\xdf\xae\x6a\x27\xae\x6a\x15\xae\x6a\x15\xae\x78\x43\xd0\x13\xd3\xaf\xa9\x55\x8d\xe5\x61\x70\x4c\x84\xad\x3d\xe6\xb6\x7d\xcc\x6d\xfb\x98\xcd\x3e\xb6\xb4\x1f\x2b\x9b\x8f\x95\xcd\xc7\xca\xe6\x63\x5b\xb5\x32\xf8\x58\x19\x7c\xac\x86\x67\x37\x44\x78\x78\x76\xc3\xc3\xb3\x1b\x63\x30\x9d\xd0\x38\xed\xc6\x1a\x71\xdd\xa8\x71\xda\x8d\x1a\xa7\xdd\x48\x17\x3a\x61\x76\x8d\x6d\x8c\x1a\xb9\xdd\xa8\x91\xdb\x8d\x1a\xb9\xdd\xa8\x91\xdb\x8d\x8a\xcb\x39\x11\x8e\x0b\xff\x04\x40\xc0\x3f\x01\x10\xf0\x4f\x00\x04\xe7\x16\xc2\xe7\xb2\xa9\x74\xac\xaa\xa6\x51\x35\x76\xa4\xce\x6d\x63\x54\x9f\x7b\xae\x22\x75\x2e\x9d\xea\x49\xa5\x9a\x36\x7b\x35\x07\x0a\x5e\x77\x6c\xcc\x71\x6f\x2e\x1f\x8c\x30\xf7\xc9\x8a\x5a\x56\xec\xad\x0a\xab\x51\x74\x37\x6c\x65\xc5\x4e\x56\xd4\xb2\xa2\x91\x15\x76\x6c\x2e\xf8\xc8\xad\x85\xbf\xfa\x08\xf8\xab\x8f\x80\xbf\xfa\xa0\x7b\x2d\x64\xd5\x67\x1e\x81\xfa\xcc\x23\x50\x1f\x75\x1c\xc4\x0c\x94\x98\x81\x12\x33\x50\x62\x38\xcf\x9e\x88\x70\xe3\xe1\x97\x47\x29\x3f\xb1\xd2\x27\x2b\xd7\x9f\x64\x32\x75\x1c\xaa\xa6\x51\x35\x76\x9b\x79\xb2\x6d\x50\x6d\xe6\x49\xb5\x90\x27\xd5\x42\x9e\x94\x2f\xbf\x88\x98\x16\x92\xf2\xbb\x96\x94\x5f\xb1\xa4\xd6\x2b\x96\x54\xbd\x62\x49\xd5\x0b\x95\x54\xbd\x3e\x49\x7f\xd9\x1a\x55\xdb\x56\xaf\x46\x52\xf5\x6a\x24\x7f\x21\xc2\xab\xca\xbc\xae\x9b\xf3\x72\x6e\xfe\xd2\xd7\x98\xbf\xa8\x57\x41\x2f\xea\xc5\xcf\x8b\x7a\xcd\xf3\x62\x6b\x54\xaf\x79\xd4\x02\x70\xae\x16\x80\x73\xb5\x00\x9c\xd3\xeb\x08\xfb\x2d\x94\xfd\xae\x88\x1c\xa9\xf9\xc5\x45\xcd\xae\xd5\xbc\x60\x5e\xb3\x8f\xb6\xfd\xb5\xf2\xb1\x56\x3e\xd6\xea\xe5\x56\xad\xbc\xb6\x3d\xaa\x95\xd7\xb5\xf2\xba\x56\x5e\xd7\xca\x6b\xb2\xbc\x61\xa7\x1a\x76\xaa\x61\xa7\x1a\x76\xca\x36\xaf\x51\x4e\x35\xea\x1d\x5e\xa3\xdc\x6c\x94\x9b\x8d\x72\xd3\x36\xb8\x51\x6e\x36\xea\x1d\x5e\xa3\x1c\x6f\x94\xe3\x8d\x72\xfc\x95\x08\x3b\xce\xcb\xfc\x39\x2f\xf3\xe7\xbc\xcc\x9f\xbf\x2a\x57\x5f\x6d\x41\xca\x44\xf5\x2a\x20\x57\xaf\x02\x72\xf5\x2a\x20\xd7\xaf\x02\xe6\x44\x78\xdc\xc8\x3f\x86\x54\xf2\x8f\x21\x95\xfc\x63\x48\x25\xff\x18\x52\x39\xb7\xc6\x84\x73\x35\x92\x9c\xab\x91\xf3\x5c\x8d\x2d\xe7\x6a\xe4\x3c\x57\xa3\xcd\xb9\x6d\xa7\x1a\x6d\xce\xd5\xc8\x79\xae\xc6\x9f\x73\x35\x72\x9e\x4b\x04\xb2\x01\x11\xe3\x38\x9d\x34\x7c\x02\x7f\x33\x97\x88\x41\x28\xe3\xdf\xde\xc9\x78\x18\x9a\xb9\xf6\x3b\xac\xfc\x8a\x0e\xbd\x1f\x09\xb1\xab\xdf\x7a\x3f\x1b\xa2\x2f\xd5\x9f\x5f\x6a\x3e\xbf\xb4\xb7\xe7\xc6\x1f\xea\xd2\x97\x76\x9f\x5f\x6a\x3e\xbf\xb4\xb7\xd7\x16\x3e\xd4\xa5\x2f\x35\x9f\x5f\xda\xdb\x13\xf9\x0f\x2d\xd4\x97\xf6\xf6\x74\xff\x43\x2e\x7d\xa9\xf9\xfc\x12\xcd\x2f\x69\x57\xf7\xdd\x5b\xef\x17\x3a\x2c\xb0\xed\xdf\xec\xd0\x97\xc4\xda\x40\xff\xd2\x96\x25\xef\x3e\xbf\x67\x6f\x2f\x25\x28\xf6\x8f\x2f\xed\x58\x72\xfd\xf9\x3d\xcd\xe7\x97\xf6\xf6\x7a\xc5\x87\x9e\xee\xff\x2b\x97\xea\xcf\x2f\x35\x6c\x2a\x29\xa5\xcf\x7e\x6e\x3f\x07\x7b\xf5\x39\xd8\xab\xbe\xe1\x3b\x75\x69\xfb\xf9\xa5\x4f\x30\x7e\xd7\x75\xfb\x39\x90\xab\xcf\xd1\xb2\x4c\xd5\x97\xf6\x1f\x43\xb2\xfa\x1c\xc8\xf7\x9f\xf7\xb9\x65\x76\xb1\xc9\xbd\x7f\x63\xfd\xf9\xa5\xbd\xbd\xd2\xa5\x40\xfa\xfe\xd6\xfb\x61\x21\x7d\x4f\xf3\xf9\xa5\xbd\xbd\x66\xa6\x24\x7f\x7c\x69\xc7\x4a\xeb\xcf\xef\xd9\xdb\x2b\x8c\x8a\x7d\xf5\x39\x90\x1f\x5f\x6a\x58\x29\xbd\x5d\x09\x78\x31\xaf\xfb\xd5\x4a\xba\x2d\xbc\x30\x77\xff\x27\xd7\xe8\xd7\x7b\xd6\x87\x55\x45\xb3\x20\xd8\xfd\xe2\x94\x5d\x55\x7e\x50\xf5\xe9\xcd\xc5\xe7\x62\xb4\xb4\x95\xbe\x79\xf5\xe9\x5d\x1f\xe8\x5c\x7d\xaa\x73\xa5\x75\x56\xda\xcf\x4a\xfb\x59\x7d\xea\x67\xf5\xa9\x9f\x1f\xf2\xf4\x3d\xe8\x5b\xf6\x81\xb1\xfd\x5b\x3f\xf0\xf2\x03\x27\xfa\x6a\x3f\xb0\xa4\x7f\xeb\x07\x2e\xf4\x04\xce\xcc\xcf\x9e\x8e\x69\x07\xff\xd2\x79\x5b\xdc\xd2\xaf\xb3\xdd\x38\x6f\x8b\x11\x66\x50\xa3\xd0\x79\x5b\x14\x1e\x08\xee\x1f\xfd\x06\x99\xa0\xf8\x83\xce\x48\x54\xf1\x17\xce\x91\x52\x23\x9c\x15\xe7\x20\x57\x28\x3e\x80\x9c\x11\x41\x1e\x7e\xcf\x70\xe5\x0b\xca\x3f\x41\x4e\x40\x86\x20\x98\x79\x8e\x7c\x5c\xa5\x5d\x2f\x11\x08\xc6\x2a\x05\x7a\x8a\x11\xe9\x82\x61\xa3\xaf\x20\xb8\x65\xf4\x0c\x32\x05\x99\x81\xa0\x09\x8e\xe0\xca\x08\x63\x95\xd1\x08\x04\xf9\x3d\x42\xc7\x5c\x24\x20\x70\x65\x84\x21\x62\x01\xf7\x0a\xdc\x5c\xc0\xa0\x11\x1e\x94\x23\xb2\x0a\xc3\xa7\x11\x06\xba\xa3\x7b\x90\x53\x90\x7d\x07\x51\x41\x82\x62\x10\xaa\xde\x12\xa1\xd6\x75\xdc\xdd\x31\x42\x83\x1b\xd1\x26\x18\x20\x59\x00\xf3\x02\x75\x05\x29\xfd\x03\x57\x69\x43\x0c\x39\x01\x49\x23\xf8\x39\x22\xb0\x11\x80\x11\xd8\x46\x60\x1b\x01\xec\xc9\xb9\xd1\x0c\x98\x0a\xc0\x54\xfc\x09\xf2\x0d\x04\xf7\xaf\xe9\xb7\xf7\x80\x7b\x91\x82\x5c\x82\x13\xf3\xc9\x11\x22\x30\xa2\x9b\x81\xe9\x08\xf1\x1b\x3d\x82\x10\x2f\xc5\x8f\xa0\xdb\x80\x5c\x80\x00\xe7\x82\x80\x58\x80\xfc\x03\x04\x16\x17\x14\x3d\xe0\x37\x82\x8e\x11\x05\x85\x38\x08\x3a\x52\x89\x50\xaf\x49\xfc\x35\xae\x22\x1e\x6b\x48\x9e\x98\xb5\xcf\xc9\x8b\x71\x04\x21\x2c\x20\x7f\x0d\x78\xd7\xc8\x8e\x02\x9a\x42\x84\xcb\x85\xe5\x21\x42\x1d\x98\x3d\xd6\x2e\x22\xb1\x44\x4c\x5c\xe4\x95\x0b\xc8\x5d\xe0\xeb\x22\xf8\x2e\xd8\xd7\x48\x1c\x17\xba\x5d\x68\x74\xa9\x88\xc4\xa5\xef\x33\xdd\xbd\xd3\xce\xe7\x9d\x30\x0f\x72\x3c\x44\xd9\x83\x19\x1e\x82\xe0\x21\x92\x1e\x3c\xf4\x00\x8c\x07\xd8\x3c\x38\xe7\xc1\x4d\x0f\xb0\x2d\x81\x89\x07\x14\x3d\x92\x02\x4b\x3d\xa4\x98\x87\x74\xf2\x10\xc0\x5b\xd4\x2d\x01\x82\x87\x48\xdd\xe2\xc2\x12\xa1\x5c\xd2\x7d\x08\xdc\x12\xd1\x5e\x02\x77\x17\x89\xea\xfe\xee\x6c\xba\xc5\x0d\x4b\xba\x1f\xf8\x2f\x11\xfa\x92\xb6\x81\x41\x90\x87\xb3\x25\x10\x76\x01\x97\x07\x70\x97\xa4\x0b\xb1\xbb\x85\xea\x25\xd2\x6b\x89\xb6\xb4\xa4\xdd\x0d\xf0\xa7\x24\x47\x71\x8b\x87\x48\x2c\x91\x1f\x4b\xdc\xec\xc1\x08\x0f\xf0\x7b\x64\x09\x3c\x5b\xa2\x8d\xb8\x00\xdd\x85\x94\x5b\xb2\x93\x76\x54\x91\xd9\x08\x39\x7d\xf5\xb9\x44\x0a\x7b\xc0\xf9\x16\xbc\x4b\xe4\xec\x12\xe2\x3d\x1a\xbb\x02\xc2\x12\xb0\x2e\xd1\x4a\x3c\x44\xc6\x23\x0e\x88\xf2\x48\x0a\xd2\xc5\x83\x33\x1e\x21\x85\xb0\x7b\xc8\x50\x0f\xa2\x3c\xa4\xb3\x47\x98\xc1\x16\x0f\x99\xb7\x84\xa5\x4b\xfa\xb9\x6b\x4a\x44\xb8\x55\x50\x82\x01\x83\x02\xd0\x15\xb0\xde\x03\x6a\x1e\x1a\x8c\x07\x34\x3c\xf8\xeb\xe1\x82\x4f\x71\xa6\x9f\x78\x43\xd8\x97\x74\x0b\xd9\x07\xb0\x3d\x0a\x2c\x69\x83\xe7\xb4\x7b\x70\x99\x39\x2d\xfd\x84\xf6\x2d\xc1\x87\x3c\xf2\xd0\xc6\x3c\x24\x93\x87\xa4\xf3\x90\xa4\x1e\xf2\xd2\x43\x4a\x7a\xb4\xb5\x9c\x1c\x47\x3e\x2d\xe9\xc3\x27\x24\x50\x89\x62\x89\xa4\x2a\x91\x54\x4b\xf2\xb4\x36\x99\x88\x24\x5d\x22\xb8\x31\xcc\x0c\x28\xb7\x91\x6b\x2e\xd2\xcc\xa5\xcc\x87\x8b\x33\xf3\xab\xe5\x33\x1a\xe8\xc3\xdc\x20\xee\xd6\x1c\xef\x4d\xfb\x80\xa6\x19\xad\x00\x9b\x1f\x14\x08\xcc\xc7\xd5\xc1\xa5\x39\x5e\x99\xe3\xb5\x39\x2e\xcc\x31\x33\xc7\x99\x99\x49\x52\x5b\x02\x7c\x6b\x38\x9d\xc1\xfd\xc0\x34\x9c\x20\x35\x47\x84\x22\x40\x28\x02\x78\x13\x20\x6e\x01\x1c\x0e\x10\xb7\x00\x51\x08\x20\x21\x40\x00\x02\xf2\x0c\x60\x07\x00\x9b\xbe\x28\x0d\x80\x73\x80\x78\x84\x48\xf9\x19\x10\x9f\xd5\x4e\x9b\xe1\xde\x09\xcd\x4c\x81\xfd\xc4\x73\xda\xac\x32\x3d\xc7\x85\xd3\x66\x8f\x4e\x9b\x11\x46\x88\xa2\x4b\x6f\x1b\x13\x03\x00\x40\x74\xd1\x56\x5c\xa4\xab\x8b\xf4\x77\xbf\x39\x6d\x62\x7e\x4f\xdb\x87\xc9\x3e\x4c\xf6\xe9\xe7\xb9\x91\xa6\x3e\xb4\xa5\x08\x59\x0a\x51\x29\x44\xa4\x10\x91\x42\x44\x0a\x11\x29\xee\x4b\x11\xbc\x14\xc1\x4b\x91\xb0\x29\x32\x2f\x05\xe0\x29\x2c\x4d\x11\xaf\x14\xf1\x4a\x11\xaa\x14\xd9\x48\x9f\xc1\xa4\x68\x69\x29\x9a\x51\x0a\x67\x52\x20\x99\xa2\xa1\xa4\x68\x0f\x29\xda\x43\x46\x2b\x92\x68\x14\x29\x1a\x45\x8a\x46\x11\xf8\x06\x64\xcf\x4c\xe4\xe9\x87\x58\x69\x1f\x25\x4d\xd0\xe1\x7f\x8a\xe6\x97\x21\x79\x32\x24\x60\x46\x8b\xb4\x74\xb3\x79\x8a\x67\xe6\x87\xcb\xb3\x3f\xbb\x34\xa1\x05\x4f\x84\x24\x45\x84\x52\x44\x28\x23\x43\x4b\xa7\x4d\x23\xa7\x25\x25\x19\x6d\x68\x41\x1c\xb3\x4d\xc7\x66\x5e\x5d\x66\x4b\xb3\x66\xf9\xa7\xf3\xfe\xf1\x16\xc7\x25\x43\x64\x33\x44\x76\x4d\xdf\x87\x90\x79\x08\x4f\x8a\x46\x9b\x02\xf6\x14\xb0\x73\xa6\xd2\x57\x51\x19\xda\x4e\x66\x1c\x2d\x37\x4e\xeb\x66\x4e\x1b\xe0\x98\x3a\x6d\x70\xef\xb4\xc1\x03\x19\x10\x3c\x9a\xe0\x1b\xe6\x09\x50\x9a\xd0\x13\x11\x58\x4f\x80\xd7\x04\x7e\x4c\x10\x98\x09\x50\x9f\x20\x3a\x13\x40\x3f\x81\x01\x13\xe0\x3f\x81\x15\x13\xca\x28\x98\x32\x41\x24\x26\x48\x83\x09\xc2\x31\x41\xfa\x4e\x10\x93\x09\x7c\x9f\x20\x30\x13\xc0\x34\x41\x60\x26\xc0\xca\x85\x0e\x17\xe2\x5d\x48\x76\x21\xd4\xa5\x9e\x13\xa2\x5c\x48\x71\x21\xc0\x05\xaf\x0b\x36\x17\x96\xba\xd4\x63\xff\x41\xae\xcc\xcd\xba\x8c\x0b\x4b\x5d\x18\xb9\x1e\x39\xed\x1d\x3d\xee\x60\xa8\x0b\x1b\x5d\xd7\x69\xe7\x5f\x3a\xec\x4f\x9c\x36\x33\x58\xbb\x26\x9a\xae\x89\x83\x5b\x98\x63\x69\x8e\x26\xc9\x5d\x13\x13\x77\x6d\x8e\xb7\xe6\xf8\xdd\x1c\xe9\x01\x8a\x94\x76\x8f\x9c\x76\xde\xbd\x0a\x99\xc7\x4e\x9b\x75\x70\xa7\x7f\x38\x66\x08\xd3\xce\xbf\x76\x56\x1c\x3b\xed\xdc\x0c\x6a\x62\xfa\x49\x7b\x80\xef\xa2\x2d\xf8\x68\x33\xb4\x33\xd9\x47\x73\xf1\xe9\x81\xb3\x72\xda\x4b\xa4\x99\x4f\xed\x0b\xed\xc6\xa7\x7b\xd1\x5a\x7c\x34\x14\x1f\x0d\xc5\xa7\x16\x09\xd7\x7d\x5a\x4e\x82\x4c\x1f\xb6\xf9\x48\x1c\xdf\xf4\x44\xbe\xe9\xa1\x7c\x64\x98\xcf\xdd\x19\x74\x05\x68\xa4\x4b\xfa\x37\x0f\xd0\xb3\xfc\xe6\xb4\x69\xed\xb4\x29\x7a\xc7\x25\x14\x04\x10\x16\x40\x41\x80\x1b\x02\x32\x84\xae\x92\x40\x3c\xc6\x02\x92\x06\xf5\x01\x3d\x75\x61\x5c\x80\xe0\x06\xc8\xcd\x25\x75\xd5\xb0\x7a\x89\x38\x6c\x9c\x36\x33\x23\x17\x1f\xd9\x92\xd3\x76\x71\xda\x1c\x4e\x6b\x69\xf4\x7d\x11\x3a\x03\x1f\x1d\xdb\x1a\xda\xd7\xe4\x0a\x3a\xd3\x18\x4f\x96\x35\x3d\xcb\x89\x0d\xc5\x89\xf9\x7f\x0c\x3e\xfa\x40\x9f\x7e\x83\x12\x7d\x65\x09\xdd\x6b\x78\xb7\x1e\x3a\x6d\x42\xff\x26\xa1\x4d\x96\xdd\xa1\xe8\x0e\x37\xdd\xc1\x80\xf3\x15\x64\x40\x51\x40\x77\xe0\xa3\x77\x9d\xee\x8c\x70\xfa\xf0\x14\x2d\x7b\x8d\xb4\x2f\xd1\xbc\xd7\x48\xfb\x31\x35\x0f\x33\xf2\x58\xd2\xa7\x50\x34\x56\xa5\xff\xbf\x80\xdc\x1e\x23\xb7\xc7\xb4\xe9\x00\xee\x96\xf4\x30\x43\xf8\x4b\x9a\x3d\x20\xdf\xc7\xc8\xf7\x25\xfa\xaf\x0a\x4e\x56\xf0\xa1\xa2\xef\x82\xd0\x06\xc6\x68\x03\x63\xb4\x81\x31\xda\xc0\x18\x49\x9f\x99\x0e\xcd\x07\xde\x15\xfd\xf6\x24\x9a\xc1\x98\x1e\xee\x14\x1c\x9a\x21\xa3\x1d\x8c\x61\x6f\x45\x9f\x8a\x90\xbd\x08\xd3\x18\x6c\x3e\x50\xea\x7e\x5c\x06\x17\xd6\x53\xa7\xcd\xc6\x9d\xd8\x88\x66\xc1\x40\x22\xa4\x7f\xc5\x80\x3c\x88\x91\x23\x31\x52\x20\x46\x0a\xc4\x88\x6a\x04\xc6\x08\x6e\x45\x08\x56\x0c\x7f\x63\xf8\xeb\x03\x03\x1f\x70\xf9\x40\xca\x37\x4f\x16\xdf\x3c\xf4\x7c\xf3\xa0\xa4\x4f\x9a\x7d\xa4\x6c\x44\x9f\x09\x20\xf6\x6b\x20\xe2\x23\x78\x3e\xfa\x63\x1f\x40\xfa\xb8\xba\xa6\x21\x12\x52\x61\x0d\xbc\x22\x40\x15\x3d\x3a\xed\xdc\xf4\x7d\x11\x10\x88\x80\x40\x04\xbf\x63\x64\x5c\x4c\xff\xac\x82\xfe\x3f\x82\x69\xef\x53\x6a\xdf\x2d\x37\xf3\xe9\x83\x39\x9a\xde\x31\xa4\xfd\x28\xb4\xd7\x12\x18\x44\xf4\xdd\x29\xb2\xcc\x47\xc8\x7c\xf3\xc0\x8f\xcc\x98\xc3\x47\x5f\x1d\xc1\xc2\x08\xa6\x47\xb0\x3a\x82\xd5\x11\xfc\x8f\x81\x5d\x0c\xec\x26\xfc\x1f\x28\x10\x8b\x98\x9e\xe9\x94\xc8\xc0\x2b\x22\x02\xdf\x22\x24\x49\x04\xf7\x23\x72\x10\xc1\x8f\x10\xfc\x08\x41\x8a\x10\xb3\x08\x1d\x45\x84\x34\x88\x10\x9d\x08\x61\x9d\xb1\x51\x88\x6c\x4c\x63\x0c\x33\x43\x08\x69\x3e\x40\xff\x60\x03\x29\x12\x22\x1e\x21\xe2\x11\xc2\xda\x90\x66\x06\xf4\xe3\x23\xe4\xef\xab\xd3\x5e\x7e\x33\xa2\x28\x24\x48\xf9\x08\x49\x12\x21\x4c\x11\x00\x88\x60\x7b\x84\x4e\x24\xc2\x03\x3f\x22\xff\xd1\x4e\x22\xf8\x33\xeb\x1e\x75\x97\x41\x77\x08\x0d\xb4\xe6\xcd\xed\xd4\x4c\xbc\xa6\x66\xbb\xc6\xd4\xe4\x70\x44\xff\x46\x04\x80\x45\x08\x6e\x84\x47\xdf\xcc\xac\xf0\x47\x68\xbf\x11\xfa\xa9\x99\x91\x36\x8b\xcc\x15\xa4\x63\x84\x74\x8c\x90\x8e\x11\xa5\x23\x42\x1e\x21\xe4\x11\xa0\x8f\xe8\x1f\x8a\x9c\x9a\xfb\x89\x8c\x9c\xf6\xd2\x88\x9e\x7d\x35\x47\xd3\x25\xcf\x4c\xee\xc7\xc0\x39\x06\xe2\x31\x15\xd1\xf3\xc5\x80\x76\x66\x46\x7d\x31\x0d\xe8\xf0\xa0\xef\xfc\x4c\x8d\x65\x99\xf9\x4f\x2c\xb3\xee\x21\x95\xc6\xe6\x76\xa0\xb5\xa6\xf1\x15\x8d\x2f\xfe\xe8\xaa\xd7\x08\x2c\xfd\x0c\xca\x1a\x4d\x3b\xae\x9c\x36\x35\xad\x64\x76\xd9\x09\x30\xdd\x34\x6d\xe3\x8b\x67\x4e\x9b\x19\xd7\xd7\xb4\xc5\x9c\x46\xe0\xe8\x29\xd6\x97\x4e\x9b\xf2\x88\x13\x51\x29\xe9\xc7\x91\x10\x1a\xfa\x29\x89\x98\xe2\x43\xff\x75\x05\x48\x55\x14\x76\xc0\x55\xc1\x9e\x8a\x06\x19\x60\xcb\x68\x86\x49\x4f\x53\x34\xa2\xce\xbb\xb7\x45\x66\xc2\xb7\xa6\x31\x0e\x9a\xc7\x9a\x06\x22\xd4\x59\x53\x6b\xa4\x49\x33\x7d\x64\x8d\x2c\x2b\x91\x5b\x25\x44\x97\x10\x5d\x52\xd3\xa5\x9e\x0f\x21\x5e\x53\xcf\x47\xaf\x30\xe0\x56\x46\x83\xbb\xef\x4e\x9b\x9a\x51\xc9\xba\x70\xda\xd4\xb4\xc9\x19\x54\xac\x01\x51\x00\x92\x22\xc5\xd2\x7b\xa7\x4d\xe8\x4d\x33\x34\xa4\x64\x3c\x0d\xfc\x68\xd8\x46\x6f\x65\x90\x3f\x19\xf0\xce\xd0\x44\xf0\xec\x4f\x4d\x64\xd2\x17\xa7\xcd\x68\x10\x09\x84\x52\xa4\x7e\x0a\x70\x52\x98\x92\xa2\x3f\x49\xa9\x19\xa3\x9d\xc4\xd7\x4e\x3b\xef\x46\x7c\xf3\xee\x31\xf1\x7d\x48\x87\x21\x41\xdd\x5e\x77\x51\x1e\xce\xbb\x6b\xa7\x5d\x29\xe9\x4a\x27\x5d\x69\xda\x1d\x26\xdd\xa1\x9b\x65\x0c\xab\xee\x40\xc3\x8a\x36\x7f\xea\x0e\x66\x6a\x1e\xc3\xec\x98\xe6\x30\x68\xb5\x31\xe5\x08\xa5\x07\x9a\x7c\x4c\x3d\xff\xc8\x69\x53\xd3\x7d\x4e\xbe\x75\x0d\xcd\x8c\x8a\x5e\xba\xc3\xcf\xae\xd2\xfc\x5f\x8e\xee\x49\x37\xef\xd4\xcd\x7f\x18\x46\xea\xd0\x7f\x3a\x6d\x72\xe6\xb4\x09\x86\xf6\xe7\x4e\x9b\x5c\x38\x6d\xe2\x3a\x6d\xe2\x39\x6d\xe2\x3b\x6d\x82\x47\xe3\xc8\x69\x93\xb1\xd3\x26\xa1\xd3\x26\x48\x79\x62\x44\xa7\x18\x23\xf4\xf1\x91\xd3\x4e\x7f\x77\xc3\xcb\xca\x69\x83\xbb\xee\xb4\xb3\x60\xd6\x6d\xe5\x08\xd6\x4e\x1b\x18\xbd\xf1\xce\x69\x69\xfa\x12\xd7\x4e\x1b\x7c\x77\xda\xa0\xb3\x39\xe8\x36\xa9\x04\x7f\x75\x07\x93\x79\x3e\x3a\x9b\x18\x3d\x40\x8c\x1e\x20\x42\xcf\x15\x21\x68\xd1\x93\xc3\x1b\x45\xcc\x1e\x94\xb4\xec\x9c\xee\x10\xbf\x9e\x38\xed\xf5\xd4\x69\xaf\x67\x4e\x9b\x34\x54\x35\xa0\xe7\x78\xfb\xa5\x43\xec\x2a\x72\xda\xab\xd8\x69\xaf\x26\x4e\x7b\x35\x73\xfe\x1e\x98\xec\x0b\x91\x03\xe1\xa3\x63\x7e\x4a\xae\x4d\xb6\x9d\x74\x33\xef\x8b\xe9\x91\x43\xf1\xb8\x77\xda\xbb\x89\xd3\x5e\x9e\x38\xed\x7c\xdc\xe9\xee\xe2\x7b\xe5\x3a\xed\x95\xef\xb4\xd7\xf7\x4e\x7b\xbd\x77\xfe\x1e\xd4\xdd\x55\xd3\x35\x76\xf1\xbe\xa2\x74\xf9\x27\xa5\xc2\x3f\x09\x9b\xf6\x98\x72\xed\xbf\xfd\xeb\x25\x68\xbf\xde\x38\xff\xdd\x1c\xff\x87\x39\xfe\x4f\x73\xfc\x5f\xe6\xf8\xbf\xcd\xf1\xff\x98\xe3\xff\x35\xc7\xff\x67\x8e\xff\xdf\x1c\xff\xcd\x1c\xff\xdd\x1c\xdf\x16\x31\xda\x76\x4c\x0f\x48\x7a\x18\xe1\x09\x1e\xd3\x05\x34\xe3\x13\x03\xc4\x10\x71\x3e\x31\xed\x70\x88\x96\x3f\x44\x4b\x1d\x46\x4e\x7b\x6c\x86\x5b\xc3\xd8\x69\x23\xd3\x97\x0e\xf1\xf8\x1a\xe2\xd1\x73\xd2\x98\x1a\x74\x26\x27\x66\x91\x6f\x88\xc7\xd9\x10\x19\x3d\x44\x46\x9f\x21\x75\xce\x0c\xeb\x99\x79\x56\x9d\x21\xba\x67\x68\x88\xdf\xd0\xe3\x9e\xa1\x79\x9f\xd1\xdd\xe8\xe3\xbe\xc1\x84\x33\xf4\x5c\x67\xe8\x63\xce\x36\xce\xdf\xe7\xd4\x0e\xff\x3e\x37\x9d\xe6\x19\xba\x82\x33\x6a\xb9\xb8\x63\x01\x0f\x17\xf0\x70\x41\x1e\xe2\xc2\x02\x6e\x2e\x72\xa7\x4d\x6f\x9d\x96\xba\xbc\x05\x7a\xa3\x05\x3a\x97\x05\x3a\xf5\x05\x1e\x76\x0b\x64\xdd\x82\xae\xde\x3a\xed\xf7\xcc\x69\xbf\x5f\x3a\xed\xac\xcb\x9f\x59\x97\x10\xb3\xc6\x69\x31\xc7\x9e\x76\xcd\x6a\x6a\xe6\x06\x31\x7c\x88\xd1\x85\xc4\x30\x35\x86\x0f\x31\xec\x8a\xe9\xbb\x0e\x02\x1d\x50\xc4\x48\xe2\x18\x7e\x05\x34\xbb\xa3\x81\x18\x1e\x5b\x01\x4c\x0f\xcc\xbf\xb6\xa2\x23\xad\x04\xd3\x34\x83\x8b\x26\xd7\x71\x33\x4a\xdd\xff\xff\xfa\x8f\x00\x00\x00\xff\xff\x29\x98\x6c\x19\xe6\x6d\x00\x00") - -func emojisTxtBytes() ([]byte, error) { - return bindataRead( - _emojisTxt, - "emojis.txt", - ) -} - -func emojisTxt() (*asset, error) { - bytes, err := emojisTxtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "emojis.txt", size: 28134, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x28, 0xc, 0x22, 0x34, 0xa1, 0xeb, 0x8, 0x8d, 0xef, 0x38, 0x1b, 0xd8, 0xc2, 0x1a, 0x6d, 0xa2, 0x62, 0xad, 0x43, 0xfc, 0x1c, 0x38, 0xda, 0x8c, 0x3f, 0x34, 0xa, 0x8c, 0x6f, 0x5d, 0xd8}} - return a, nil -} - -var _ConfigReadmeMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x56\xdf\x6f\xdb\x38\x12\x7e\xd7\x5f\x31\x50\x1f\xae\x01\x52\xc9\x8d\xe3\x36\xab\x97\xcb\xcf\xee\xe6\x2e\x4d\x02\xc7\x7b\x7d\x08\x02\x8b\x16\x47\x32\x37\x14\x47\x4b\x52\x76\xbd\x87\xfe\xef\x87\xa1\xe4\x1f\x71\x72\x05\x16\x01\x62\x9b\x1c\xce\x7c\xf3\x7d\xc3\x19\xbe\x83\x6b\xe3\x2d\xc9\xb6\xf0\x8a\x4c\x14\x4d\xe6\xca\x81\xa4\xa2\xad\xd1\x78\x90\xe8\x0a\xab\x66\xe8\xc0\xcf\x11\xc4\x42\x28\x2d\x66\x1a\x81\x1a\xb6\x76\xa0\x4c\xd8\xf8\xd7\xc3\xdd\x2d\x14\x64\x4a\x55\x41\x49\x16\x72\xe7\x85\x6f\xdd\x87\x8a\xf2\x84\x5d\x22\x38\x6f\xdb\xc2\xb7\x16\x81\xca\x57\x47\x38\x22\x96\xca\xa0\x5c\x3b\x7c\xcc\x1b\x61\x45\xed\xd2\xce\x22\xa9\x28\x7f\x7a\x9f\xee\xaf\x1d\x40\xa9\x34\x1e\xc2\x72\xae\x8a\x39\x08\xed\x88\x3d\x7a\xa1\x0c\x3b\xf4\x42\x69\x94\x50\x50\xcd\xa9\x38\x20\x03\x35\x0a\xa3\x4c\xc5\x18\x50\x14\xf3\x3e\x8d\x04\x18\x61\x7e\x4b\x12\x2f\x82\xeb\xbc\x87\xdb\xa3\xea\x92\xaf\xd0\xa0\x15\xba\xc7\xdc\x5a\xc1\x47\xe1\x19\x57\x0e\x84\x0f\x16\xd3\xa9\x25\xf2\xd3\xe9\x8b\x14\x19\x61\x12\x45\xd7\xdd\x52\xc7\x67\x4f\x1e\x95\x20\xcc\x6a\xc3\xa5\xb0\x08\x9e\x08\x16\xa2\x6a\x11\x4a\x44\x0d\xa5\x45\x5e\x83\x47\x6a\xd0\x80\x30\xa0\x9c\x6b\xf1\xe9\xfd\xdc\xfb\xc6\x65\x69\x5a\x29\x3f\x6f\x67\x49\x41\x75\xda\x33\xae\x36\xdf\x2a\x4a\x83\xb5\x4b\x0d\x2e\x0f\x92\x28\xba\xfa\x2e\xea\x46\xe3\x46\x27\xa5\xd1\x41\x21\x0c\xcc\x10\x16\x0a\x97\xbb\xec\x77\x36\x69\xa1\x15\xf3\xbe\xfd\x75\x00\x25\x69\x89\x36\x89\xa2\x77\x70\x5d\x37\x64\xbd\x30\x1e\x1e\x30\x54\x8f\xeb\xb4\xde\x93\xd6\x21\xeb\xe6\x83\x7b\x4f\xe0\x70\x11\x78\x74\xfd\x99\x8e\xfd\x9a\x9c\x07\xb5\x71\x48\xcc\x3a\x13\xa2\x95\xe3\x93\x33\xd4\xb4\xe4\xa0\xef\x5e\xe8\xd4\xc5\x63\xd6\xdf\x28\xab\x5e\xa2\x24\x8a\xce\x0c\x60\x9f\x3c\x95\xfb\xa1\x1c\x7a\xaf\x4c\xe5\x60\x49\xad\x66\x8c\x85\x6e\x25\x66\x51\x9e\xe7\x7f\x38\x32\xd1\x7f\x23\x00\x80\xf8\x16\xfd\x92\xec\xf3\xf5\x65\x9c\xc1\xc7\xc3\x6e\xed\x52\x78\x71\xa9\x6c\x9c\x41\x9c\xfa\xba\xd9\x32\xff\x41\x0a\x2f\xe2\xde\x8a\xf1\xfe\x1b\x57\x6c\xf5\xf1\x68\xf8\xe7\x12\xf7\xfe\xaf\xed\xc6\x68\x24\xfe\xb5\xa0\xd6\xc5\x19\x94\x42\x3b\xdc\x38\xb8\x54\xae\xa0\x05\xda\xd5\xde\xce\x0d\xb3\x63\xce\xa4\x0c\x18\x06\x49\xf8\xcb\x86\x83\xe1\x60\xc7\x6b\xc5\x46\x76\x42\x8d\x2a\xd8\xf3\x63\xbc\x9c\x2b\xd7\xa0\xad\x85\xd2\xf1\x53\xf4\x83\x33\x0d\x05\xba\xa2\xf6\x1f\x12\x96\x4c\x8a\x27\x40\x13\x6e\x7a\x20\x74\x7c\x7f\x01\xcc\x57\x6f\x62\x10\xe5\x2b\x82\x7e\x9b\x4c\xee\xaf\xc2\x19\x19\x67\xe0\x6d\xbb\x06\xc9\x1b\xbf\x91\xf3\x3b\x10\xe3\x9d\xad\x7b\xb2\xbc\x75\x32\x3a\x1e\xf5\xab\x67\xf7\xd7\x5f\x49\xb6\x1a\x19\x6e\x8c\x7e\x7e\x68\xd0\x1f\x2e\x71\x36\x3c\x14\xb2\x56\x26\xde\x60\x36\x40\x56\xa2\x65\xb8\x42\xfe\xd1\x3a\x0f\x9a\xaa\x8a\x6f\xf8\x46\xd5\x9f\x20\xbe\xa1\xea\x8b\xd2\x18\xe4\x5b\x08\x9b\x6a\xaa\xb6\x12\x26\x9a\xaa\x35\xcc\x1b\xaa\x6e\x70\x81\x9a\x2d\xaf\x6f\xbf\xdc\xed\xac\x7f\x15\xdf\x1f\xd4\x5f\xec\xe3\x68\x30\x78\xb1\x7c\x2e\x8a\xe7\xb6\xe1\x14\x46\xdb\xf5\x0b\xaa\x1b\x8b\xce\x8d\xc9\xf3\x8d\xe8\x89\xea\xf3\xf9\x8f\xd0\x4a\x42\xbe\x8e\x96\x6f\x93\x10\x16\x33\xc8\xaf\xc6\xe3\xbb\x71\x7e\x08\xf9\xb7\xb3\xf1\x2d\x7f\x32\x16\xfe\xbc\xbc\x3a\xff\xfd\x57\xfe\x32\x19\x9f\x5d\x5c\xe5\xdd\x35\xf9\x26\x9e\xdb\x75\x3b\x5b\xcb\xdb\x89\xbb\xa2\xd6\x82\x21\x19\x5a\x8b\x45\x2d\x56\xc0\xc6\xef\x6b\x92\xaa\x54\x28\xe1\x5b\x57\x20\x07\xd0\x58\xf2\x54\x90\x86\x1a\x9d\x13\x15\x76\x74\x6a\xbd\x29\x92\xfe\xb6\x80\x9f\x2b\xf7\x8a\xdf\x2d\x82\x38\x83\x6e\x2d\xac\xbf\x55\x25\x3b\x1b\x5f\x85\xd2\x0f\x68\x17\x68\x5f\x5b\xfc\xfc\xc6\xa5\x4b\xf1\xdc\xc6\x3b\xe6\x5b\x57\xf7\xc2\xb9\x25\x59\x0e\x1a\xf7\x87\xa8\x2c\xb5\x32\xf8\x41\x99\x19\x7d\x7f\xfb\x14\x87\x1b\xa3\x47\xc3\x8d\x24\xce\x60\x38\x08\x56\x3f\x7a\xc1\xc2\xd8\x78\x1d\x23\xe7\xae\xd7\x3a\x94\x61\x16\xba\x55\x5d\xa3\xb7\xaa\x00\x34\x85\x5d\x85\x66\xcf\x6d\x68\xae\x9c\x27\xbb\x02\x8b\x7f\xb6\xe8\xbc\x4b\xf6\xdd\xbd\x08\x9e\x6f\x66\x91\x69\xeb\x19\x5a\xf6\x20\xc5\xca\x85\x10\xdd\xfc\xf3\x04\xcf\x88\xcd\x46\xab\x24\x8a\xce\x57\x7c\x4c\xb4\xda\x83\xf2\xb0\x54\x5a\x33\x2e\xc8\x35\xd7\x97\x9c\xe5\x80\xf5\x0c\xa5\x44\x09\x4c\xdf\x4c\x38\x4c\x60\x42\xc1\xa6\x21\xe7\x2b\x8b\x3c\xe2\x9d\x47\x21\x43\xf9\xf0\x35\xe2\x38\x91\x90\x32\x68\xce\x3f\x42\x39\x75\x2d\x37\x8b\xf6\x6b\xe0\xb2\xf7\xfb\xaa\x0e\xe2\xfb\x5f\xff\x56\x6d\xfc\x3e\xbe\x66\xed\xd6\xb0\xb2\x34\x6d\x1d\xda\xac\xe9\x39\x3f\x9d\x93\xf3\x19\xf7\xa8\x7f\xf6\xf3\x34\xee\xcf\xfe\x78\x21\x59\x34\x9d\xde\xde\x4d\xae\xb2\xe9\x34\x8c\x9d\x35\x3b\x6b\x37\x9d\x6c\xb3\x15\x3c\x84\x1a\x81\xb3\xa6\x01\x61\x24\x3c\x72\x8e\xdc\x30\x5d\x90\xc6\x6d\x47\x70\xa9\x11\xbd\x4b\xba\x9a\x4a\x54\x9d\x1e\xb0\xfa\xf9\x5b\x35\x96\xf7\x03\xec\x42\xb7\xdc\x91\x77\x66\x98\x72\xeb\x79\x59\x0b\x13\xee\xd9\x72\x2e\x3c\x34\x88\xd6\x85\xf8\x33\x22\xef\xbc\x15\x4d\xb8\xb7\xae\xe3\x7c\xe7\x95\x15\x54\x12\xa6\x08\xd3\xdd\x60\xe1\xd9\x03\x1a\x56\xdd\x79\x61\xb9\xba\x76\x85\x89\x5f\x40\xd8\x28\xf0\x26\xfb\xf1\x17\xce\xb0\xef\xc4\x49\x63\x49\xae\xdb\xdf\x39\x91\xe7\xe1\x16\xa6\xca\x5a\x56\x64\x80\x59\x9a\x0e\x8f\x47\x68\x7d\xf7\xff\xf4\x68\x98\x1c\x8f\x92\x4f\x9f\x93\x93\x5f\xb2\xe1\xe0\x78\x70\xdc\x89\xf3\xd4\x3b\x9a\x58\x46\x23\xb7\xa5\xff\xa6\xc7\xdd\x99\x79\xfa\xcb\x49\xf2\xf9\x53\x32\x3a\x4e\x86\x47\xd9\x70\x30\xda\xf7\xc8\xf2\xa9\xe2\xff\x82\xdb\x9d\xc0\xa7\x1f\x8f\x92\xe1\x71\x32\xfa\x94\x7c\x3e\x09\xa3\x73\xd4\xbb\x8a\xb6\x55\x93\x6f\x52\xcd\x61\x8e\xba\x09\x4f\x8d\x37\xe9\x2f\x95\x91\x9d\x6e\xe1\x5d\xb3\x0a\x8f\x98\x9a\x2c\xee\xbc\x38\x3c\xc1\x5c\x2c\xb8\x69\x0a\x03\xf9\x0e\xd4\x1c\xf8\xed\xfc\x9a\x8d\x7c\xf3\xc4\xb5\x08\x61\xcc\xb9\x70\x48\x68\xbd\x02\x11\xee\x6f\x57\x2a\x64\x3a\xb9\x93\xe8\x7f\x01\x00\x00\xff\xff\x7a\x5a\x8b\xa4\xd7\x0b\x00\x00") - -func ConfigReadmeMdBytes() ([]byte, error) { - return bindataRead( - _ConfigReadmeMd, - "../config/README.md", - ) -} - -func ConfigReadmeMd() (*asset, error) { - bytes, err := ConfigReadmeMdBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/README.md", size: 3031, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0x44, 0x2b, 0x13, 0x14, 0x34, 0xa, 0x66, 0x62, 0x1b, 0xc6, 0x4a, 0x2c, 0x7d, 0x4d, 0x89, 0xfb, 0xc9, 0x69, 0xe4, 0x18, 0x5f, 0x3, 0x98, 0x6d, 0x3c, 0x9e, 0xa8, 0xcd, 0x53, 0x5d, 0x75}} - return a, nil -} - -var _ConfigCliAnonMetricNodeClientJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x52\xcd\x6e\xdb\x3c\x10\xbc\xfb\x29\x04\x9e\x9d\x44\xfc\x15\xe9\x5b\x12\xe7\xfb\x12\xd4\x0e\x8c\x38\x45\x0f\x45\x0f\x2b\x71\x25\x0b\x96\x45\x81\xa2\xec\x34\x45\xde\xbd\xa0\x9c\x38\x6e\x0b\xde\x66\x87\x33\x8b\x99\xfd\x35\x49\x12\xf2\x88\xe1\xe0\xfc\xf6\x61\x4e\x66\x09\x9d\x46\x64\x0e\x01\xe6\xb5\x27\xb3\x84\x5c\x85\x5d\x77\xd5\x07\x08\x43\x7f\x51\xb9\x0b\x0b\x01\xc8\xc8\x79\x74\x16\xbf\xe0\xcf\xc8\x49\x79\x4e\x19\xd7\x05\x4f\xad\x34\x4c\x22\x07\x9a\xe5\xa2\xa0\x42\x09\x28\x94\x56\x39\xb7\x60\xb4\x64\x59\x99\xd2\x5c\x17\x0a\xd2\x8c\xd3\x42\x48\x5a\x50\x43\x2d\x4f\x8f\x82\x4f\xd8\x5a\x7c\xdd\xbb\xa1\x27\xb3\x24\xf8\x01\xdf\x6d\xe6\x75\x5f\xb8\x3d\xfa\x68\x55\x42\xd3\x1f\xf1\x45\xdd\x07\x6c\xaf\xad\x1d\xb7\x4c\x2f\xc7\x37\xe3\x29\x4f\xf9\x87\x5c\x15\x29\xfe\xd9\x75\x75\x11\x25\xbf\x93\xc3\xa6\xee\x3b\xf4\x3b\xa8\x1b\xf2\x63\x3a\x89\xac\xfb\xe7\xe7\xd5\x5d\x0b\x79\x83\xf6\xdc\x35\xc2\xf7\xae\x0f\x51\x9b\xb2\x6c\x54\xa7\xe4\x34\x5a\x39\x1f\x47\x5a\x0a\x39\x62\xd7\xab\x87\xa5\xb3\x43\x83\xd1\x87\x60\xd8\x4c\x5b\x0c\xd3\x03\xe6\x7c\x0a\x76\x57\xb7\x53\xe8\xba\x1d\x06\x1f\x17\x39\xfa\x7e\x83\xed\x70\xeb\xda\xb2\xae\xc8\x2c\x89\x2d\x24\x09\xf9\x77\x8f\x13\xb8\x84\xba\x59\xa3\xdf\xa3\xff\x73\x7a\x5e\xd4\x1e\xfc\x59\x59\xf6\xea\x00\xdb\x81\xbc\xf3\x3e\xff\xaf\xa0\xef\x0f\xce\x47\x17\xf2\x5e\xab\x2b\xcb\xa6\x6e\xf1\xa2\x6e\x73\xf7\x42\x26\x49\xf2\x76\xdc\x71\xe1\xaa\xff\xea\x06\x4f\xe2\x8d\xab\x3e\x2f\xe1\xb2\x71\xd5\x31\x90\x85\xab\x16\xb8\xc7\x26\xf2\xe6\x77\x37\x5f\xff\x3f\xc1\x4b\x78\x59\xd7\xaf\x51\x80\xa5\xe9\x19\x78\x03\xc5\x76\xe8\x62\x56\xf2\x03\xbd\x75\xbb\xce\x63\xdf\x3f\xb9\x00\xe1\x2c\x83\x38\x5e\x6f\x36\xf8\x12\xfe\x4e\xeb\xba\x75\xed\xf2\x98\xe9\x1a\x5b\x3b\x5e\x2f\x49\x05\x35\x52\x89\xcc\x48\x9e\x73\x54\x19\x43\x2b\x94\xb6\x90\x71\x06\x92\x97\x50\xaa\x3c\x85\x5c\xe4\x90\xb1\x4c\x03\x63\x39\x5a\x2a\xa9\x11\x86\x49\x63\xc0\x14\x5a\x32\xa1\x8c\x52\x99\x14\x9a\x73\xc1\x34\x2b\xa9\x2e\xb4\x92\x28\x04\x62\x3c\xf0\x82\x97\x54\x1b\x25\x25\x0a\xb0\xd4\x18\x95\x4a\xe0\x42\x0a\x93\x51\x9e\x67\x5a\x8d\xf9\x4d\xde\x7e\x07\x00\x00\xff\xff\xf7\x46\x3e\x7d\x59\x03\x00\x00") - -func ConfigCliAnonMetricNodeClientJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliAnonMetricNodeClientJson, - "../config/cli/anon-metric-node-client.json", - ) -} - -func ConfigCliAnonMetricNodeClientJson() (*asset, error) { - bytes, err := ConfigCliAnonMetricNodeClientJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/anon-metric-node-client.json", size: 857, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xdf, 0xcd, 0xc8, 0x92, 0x1d, 0x63, 0x5e, 0xe1, 0xf9, 0x7f, 0xed, 0xf2, 0x68, 0x6b, 0x20, 0xff, 0x1d, 0x3b, 0xc9, 0x7b, 0xb9, 0x6a, 0xba, 0xd3, 0xbd, 0xf7, 0x48, 0x7b, 0x5a, 0x52, 0x79}} - return a, nil -} - -var _ConfigCliAnonMetricNodeServerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x51\xcf\x6f\x9b\x30\x18\xbd\xe7\xaf\xb0\x7c\xa6\xad\x81\x98\xa4\xdc\xd2\xd2\xad\xd1\x92\x2a\x4a\x52\xed\x30\xed\x60\xe3\x0f\x62\x05\xf8\x90\x6d\x48\xd7\xa9\xff\xfb\x64\x58\xb3\xa8\x9d\x7c\x7b\xdf\xd3\xfb\xe1\xf7\x7b\x42\x08\x7d\x02\x77\x42\x73\x5c\x66\x34\x25\x61\xe0\x91\x4c\x38\x91\x69\x43\x53\x42\x6f\x5c\xdd\xde\x58\x27\x5c\x67\xaf\x4a\xbc\x52\xc2\x09\x3a\x70\x9e\x50\xc1\x37\xf8\xe5\x39\x92\xe7\x09\x97\x79\xa1\x24\x8b\xa2\x24\x64\x3c\x92\xb3\x30\x97\xbc\x48\x14\xe4\xec\x96\x2b\x06\x21\x53\x45\x32\xbd\x95\x53\x11\xc9\x99\x9a\xcf\x43\xe0\x1c\x62\x96\xe4\x12\x64\x3e\x0a\x6e\xa1\x51\xf0\xda\x63\x67\x69\x4a\x9c\xe9\xe0\xaf\x4d\xa6\x6d\x8e\x3d\x18\x6f\x55\x88\xca\x8e\xf8\x4a\x5b\x07\xcd\x42\xa9\x21\x25\xbb\x1e\x5e\x1a\xb3\x98\xc5\xef\x72\xa5\xa7\x98\x3d\xb6\x3a\xf7\x92\x3f\xe8\xe9\xa0\x6d\x0b\xa6\x16\xba\xa2\x3f\x83\x89\x67\x3d\xee\xf7\x9b\x87\x46\xc8\x0a\xd4\xa5\xab\x87\x1f\xd1\x3a\xaf\x1d\x46\xb3\x41\x3d\xa4\xe7\xd3\x06\x8d\x3f\xcd\xf9\x94\x0f\xd8\x62\xb3\x5c\xa3\xea\x2a\xf0\x3e\x14\xdc\x21\x68\xc0\x05\x27\x90\x71\x20\x54\xad\x9b\x40\xb4\x6d\x0d\xce\xf8\x20\xa3\xef\x77\x71\xec\xee\xb1\x29\x74\x49\x53\xe2\x57\x20\x84\x7e\xce\xf1\x61\x8a\x5e\x98\x8b\x39\xd4\xcd\x49\x1c\x3b\x3a\x21\xe4\x6d\xd4\x5c\x61\xf9\x45\x57\x70\xa6\x56\x58\xfe\x5b\xee\xba\xc2\x72\x2c\xb0\xc2\x72\x05\x3d\x54\x9e\x97\x3d\xdc\x3d\x7f\x3d\xc3\x6b\xf1\xb2\xd3\xaf\x5e\x20\x62\xec\x02\xbc\x13\xf9\xb1\x6b\x7d\x37\xfe\x8e\xde\x63\xdd\x1a\xb0\x76\x8b\x4e\xb8\x8b\xcc\xfe\xbc\x3b\x1c\xe0\xc5\x7d\x6c\xb7\x68\xb0\x59\x8f\x7f\xb0\x03\xd3\x83\xf9\x6f\xdd\x4f\xac\x0d\x5a\x57\x1a\xb0\xcf\xdb\xa5\x0f\x3c\xd4\x9d\xbc\xfd\x09\x00\x00\xff\xff\x34\xe5\xb6\x04\xb8\x02\x00\x00") - -func ConfigCliAnonMetricNodeServerJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliAnonMetricNodeServerJson, - "../config/cli/anon-metric-node-server.json", - ) -} - -func ConfigCliAnonMetricNodeServerJson() (*asset, error) { - bytes, err := ConfigCliAnonMetricNodeServerJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/anon-metric-node-server.json", size: 696, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf0, 0x2f, 0x97, 0xab, 0x77, 0x61, 0x93, 0x9d, 0x1f, 0x33, 0x18, 0x72, 0xad, 0xce, 0xa3, 0x35, 0xa9, 0x44, 0xbf, 0x29, 0xa8, 0xea, 0x21, 0xb7, 0x22, 0x7f, 0x7d, 0x3a, 0x6b, 0x55, 0x3c, 0x66}} - return a, nil -} - -var _ConfigCliFleetEthProdJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x96\x4d\xab\x5e\x69\x56\x86\xe7\xf5\x2b\x0e\x19\xcb\xe9\xf5\xfd\x3c\x2b\xa3\x60\xab\x33\x1b\xb1\x9d\x89\x83\xf5\x69\x07\x8a\x8a\x24\xa9\x02\x95\xfe\xef\xb2\x63\xa4\xaa\x30\x19\x1c\x0e\xec\x77\xf3\xee\xeb\x5d\x7b\xdd\xd7\x73\xff\xf7\x0f\x2f\x2f\x6f\xfe\x79\x7e\xea\xf9\xaf\x5f\x3e\xfc\xfc\xe9\xcd\xdb\x97\x8d\x1f\x3f\xcd\xdf\x3c\x97\xff\xf4\xe1\xef\xde\x7f\xaa\x0f\xbf\xcc\xc7\xff\xfc\xdd\xf5\x3f\xfe\xf8\xf3\xa7\xcf\xf3\xf1\x8f\x1f\x7e\xda\xf7\xff\xfe\xe6\xed\xcb\xf3\x1d\x2f\x2f\x6f\xfe\xfe\xa7\xc8\x1f\xa7\xdf\xbc\x7d\xf9\xfc\xf1\xe7\x2f\x77\xbe\xbc\xbc\xf9\x87\x1f\x67\x3e\xbf\x79\xfb\xf2\x66\x3e\xff\xe5\xf5\x3f\x3e\x7e\xe8\x37\x5f\x3f\xf8\xdb\x0f\x1f\x3e\xff\xe9\x43\xcf\xf3\xc8\x7f\xfd\x72\xe9\xe5\xe5\xcd\xfc\xf4\xa1\xe7\xed\x1f\xfe\x20\x6c\x55\xb6\x76\xc4\xe9\x6e\x97\x87\xef\x71\x87\x25\x17\x01\xa0\xb4\xab\x8d\xc5\x67\x81\xb4\x30\x47\x48\xf1\x6a\x6a\xe2\x82\x03\xec\xc4\x62\x55\x51\x18\x32\x90\xdd\x75\x87\xe7\xb6\x38\x4d\x4a\xcb\x87\x81\xea\x32\x6b\x50\x61\x18\x1d\xb6\x71\x62\x32\xc7\x2a\x8e\x77\x78\xee\x2b\xd2\x7d\x45\xfe\xf2\xff\xad\x08\x7f\x05\xff\x0d\xa5\xb2\x6b\x44\x9e\xcb\xbc\x38\x95\x76\x30\xd5\x73\x41\x09\x6b\x09\x88\x64\xe7\xa2\xd1\x16\x37\xd9\xd1\x1e\x99\x91\x56\x63\x8b\xa3\x53\x4c\x8d\xfc\xd0\x15\x5e\xe9\xbd\x8d\xdd\x1b\x17\xd8\x85\x1d\xec\x5e\xea\x30\x0a\xe9\x15\x6a\xd9\xaa\xb5\xc6\x73\xe1\xa2\x5a\xdc\xf3\x2b\xa5\xc0\x2b\xde\xef\x50\x32\xed\x5a\xdf\x7b\x0c\x12\x5c\x4e\x70\xcf\xa8\xd4\xec\x4a\xdf\x3e\x0b\x29\x05\xc4\x65\x1d\xcd\xa2\x76\x0d\x75\x2b\xe6\xfa\x90\x55\xd1\x51\x5e\xba\x8b\x24\x57\x43\x10\xad\xfc\x9c\x1c\xe7\x13\x87\xcc\x14\xd1\xd4\x8d\x4c\x23\xe0\xb0\xa5\x72\x8b\x25\x1d\x11\x23\xb7\x78\xc7\xf2\x7a\xe0\xf5\xe8\x2b\xc1\xf7\x06\x29\xa0\xa5\xe0\xbd\x76\xb9\xdc\x68\x4e\xb9\x1c\x48\x52\xcc\xb4\xe3\xdd\xe6\xe7\xee\xa5\xd6\x14\xf3\xc5\xb5\x32\x69\xc4\x56\xd8\x6c\xed\xf6\x3d\x17\xb0\x2c\x5a\x71\x39\x09\x42\xd7\xea\xec\x0e\xc9\xad\xf2\x48\x22\xde\x9b\x95\xf1\xec\x86\x64\x62\xc1\x2c\xb9\x6e\xc3\x3b\xd6\x57\x22\x7e\x25\xd4\x57\x54\xfb\x36\xa4\x8d\xa9\xca\x26\x03\x4b\x12\x22\xfb\xdd\x6a\x58\x80\x4b\x95\x69\xd9\xc8\x86\x3e\x18\x67\x8e\x65\x98\x0d\x5e\xf0\x88\x80\xd2\xc5\x28\xe5\xf2\x98\xe3\xb5\xb4\x2d\x71\x32\x2a\x11\x1a\x09\x10\xae\x7b\xf2\x81\x3a\xba\xd3\xe8\xe9\x8e\xed\x05\xd5\x0d\x74\x1d\x23\xa3\xdf\xc9\x79\x86\xe8\xfe\x8a\xe6\xdf\x46\x24\x6e\x38\x02\x89\xe8\xe8\xac\xd7\x48\xfb\x78\x4b\x45\x9d\x56\x08\x96\x3e\x3e\x5e\xe6\x83\x76\x19\x4b\xeb\x80\x1e\x3e\x7a\x02\x57\xfb\xf4\xbd\xa2\x08\x59\xea\xda\xe7\xd9\xd5\xe0\x42\x85\x1b\xbd\xf7\x64\x96\x8f\x93\x41\x5f\x90\x59\xe0\xbd\x85\xc3\x67\x69\x93\xb6\xcc\x1f\x44\xa5\x57\x04\x7b\x45\x38\x5f\x18\xbf\x20\xfe\xdb\xd7\xcc\xff\xcb\xc7\x47\x1c\xfd\x8f\xf1\xfe\xc7\x3f\xcf\xc7\x5f\xe6\xe3\x37\xc3\x5f\x42\xcb\x76\x83\x78\xc3\xef\xb3\xab\xb6\x4d\x72\x88\xe0\xa8\x83\x11\x13\x93\xf8\xac\xe9\x69\xb2\x66\x3d\x71\xce\x11\xe1\x98\x02\xe9\xc4\x24\x0f\x0e\xa2\x59\x9e\x53\x2a\x77\xf0\x8a\x73\x77\xac\x62\x30\x26\xc4\xb4\xc1\xf1\x6c\x9b\x1c\x8d\xb9\x7c\xb7\x36\x96\x43\xfc\x37\xb1\xa2\x57\x95\x6f\x8f\xfa\x44\x98\xdc\xb6\xb9\xaa\xae\x90\x34\xdc\x9c\x4b\x04\x25\x6e\x03\x15\x23\xd1\xdb\xfd\x30\xe0\x18\x18\x8d\x25\x9e\x13\x53\xce\x59\x56\x5d\x8b\xf4\xac\x8e\x40\xa3\xa9\x39\xd3\xe4\x76\xab\xe9\x21\xef\x10\x01\xb6\xdb\xa7\xa4\xe3\x74\xb6\x34\x80\x24\x46\x01\xe5\xde\xdf\x41\xd2\x77\x56\xf6\x86\x49\x72\xb1\x78\xd0\xc0\xac\x04\xd3\x84\xb8\x81\xcf\xf3\xcb\x99\x4d\x72\x10\x11\x48\xb9\x08\xa2\x0b\x4f\x70\x4d\x66\xb1\x07\xa1\x8f\x36\x0f\x72\xa2\x3e\x71\x99\xd1\xbe\x03\xeb\x71\x33\xa8\x1a\xc8\x00\x65\xec\xa4\x60\x48\xe4\x69\x7c\xb2\x68\xa7\x82\x8e\xd0\xf9\x1d\xa4\x7f\x67\x92\x33\x94\xca\x09\x51\xe3\xe6\x84\x76\x42\x10\x14\x25\x2b\x18\x48\xcc\xb5\x73\x61\x30\xec\x0e\xf6\xae\x1f\xb4\xc7\x8b\x30\x9b\xe8\xba\x20\x21\xe9\x73\x0f\x6f\x7a\x1e\x89\xba\xd2\x73\x01\x11\xac\xc4\x34\xef\x50\x5a\xc9\x42\x3b\xe7\x3d\xe2\x8d\x7a\x6e\x6e\xc5\x02\xcf\x3b\x04\x79\x45\x3f\xaf\xf4\xb8\x5e\xbe\x43\xc9\x40\x88\x95\x7d\xb1\x48\x17\x4e\x02\x07\xa0\x5b\xab\x8d\xd5\x88\xc1\xa3\x14\xee\x3c\x87\x77\x9f\x61\x05\x91\xb2\xca\xd9\xd8\xb6\x02\x9b\x18\x8b\x66\x65\x1e\xca\x60\x6f\x75\x35\xa9\xcd\xce\xd4\xa1\x9a\x53\xc8\x27\x74\x32\xaf\x8e\x7b\xd7\xd6\x89\xa3\xeb\xbe\xaa\xef\x1e\x3d\xb1\xbd\xea\x7d\x75\xfa\x36\xa2\x08\x1a\x0c\xd1\xdc\x14\xca\x66\x0a\xb0\x42\x65\x42\xd3\x0d\x1f\x70\x9b\xc9\xe9\x3e\x1b\xd6\x36\xba\x37\x73\x16\x44\x20\x4b\x42\xd4\x71\x87\x4d\x31\xc7\x2e\x3a\xc7\x99\x02\x72\x20\xac\x4e\x71\xab\x1d\xec\xb3\xbe\xd8\x8f\x41\xd2\x9d\xc8\xc6\x96\x3d\x4e\x68\xcb\xff\x5a\xf4\xf9\xc3\x57\x12\xfd\x8e\x45\xc1\x62\x40\xe2\xe0\x68\xe7\xb5\x1b\x87\xa8\xce\x09\xc2\xba\x24\x12\xc3\x77\xf1\xc9\xe5\x45\xbb\xa7\xea\x79\xec\xbd\xc1\x60\xbc\x81\x45\xa2\xe6\x44\x4c\x6b\xb2\xa2\xd9\x2a\x70\x77\x5a\x91\x79\x22\xef\xf4\xb9\x20\xce\x4c\x09\xb2\x5e\x88\x30\x51\x67\x0f\x16\xa6\x90\x7f\xb5\x28\xc9\x79\x25\xfc\xce\xbb\xa6\xba\x3d\x5c\x99\xf4\x1c\x96\x0c\x95\xa9\xc9\x03\xc0\x59\x87\x28\x91\x6c\x35\x66\x2f\x0d\x81\x52\xc4\xe3\x42\xaa\x70\x19\xa8\x13\xfd\x25\x37\xcc\x19\xf7\x3e\x7e\xbd\x3a\xd9\x17\xa8\x87\xc0\x9e\x98\xab\x32\x6b\x22\x00\xc3\x31\xd1\x48\xc5\x03\x73\xaf\x11\x34\xc5\xc5\x87\x91\x44\xbe\x0c\xf2\x7b\x8c\x73\x75\xb1\x85\xc0\x97\xd6\xbd\xe3\x02\xc6\xe2\xed\xbc\x07\x6d\xf4\x4a\xd0\x8d\x86\xec\x92\xb3\xd9\xd5\x77\xc9\x62\x8f\x74\xb6\x9f\x2d\x3a\x8e\x22\x76\x41\x95\xa7\x4e\xb5\x83\x53\xec\xd8\xe5\xee\x09\x7c\x62\xbe\xa5\x07\x27\x2b\x25\xb1\xaf\x9e\x7a\x96\xfe\xde\xab\xdc\xff\xc7\x88\xe4\xaf\x97\xfe\xbf\xea\xff\xe9\xe7\x4f\x7f\xf9\xd3\x87\xcf\xef\xf7\x7d\xc5\xe7\xf7\x1f\x7e\xfa\xf4\x0d\xe1\x0b\x60\x86\x4e\x87\x00\xd9\xb9\x5d\xe7\x06\x84\xc0\x36\x1c\xd7\x95\x89\x9b\x38\x2c\x7e\xa8\xa4\x51\x6b\x99\xa3\x00\xc9\x89\x05\xeb\xfa\x42\x65\x19\x9f\x7d\xea\x61\xf0\xee\x40\x7a\xef\x38\x8c\x57\xc7\x9c\x40\x71\x52\x05\x88\x04\x4c\x0b\xc7\xb2\x93\x31\x42\xe1\x27\x7e\x9d\x2a\x5e\x44\xc1\xc4\x46\x44\x87\x1b\xb1\xa0\x2b\xe7\xde\xb1\x73\xee\x14\x1c\x38\x1c\xd8\x32\x58\x23\x5c\x87\x2f\x6a\x09\xcc\xc8\x1c\x16\x0d\xac\x5c\x0d\x87\x10\x5d\x03\xcc\xe5\x63\xbc\x48\x39\xc6\x09\x68\x24\x19\xb8\xfc\x04\xd0\xf5\x90\xa8\xce\x79\x7a\xc4\x5d\x5f\x2a\xf9\x95\x44\x77\x8b\xa5\x75\xb7\x03\x2f\xb4\x4b\x35\xfb\x91\xf6\x69\xca\x84\x4b\xd3\x63\x77\x59\x28\x23\x3b\x1f\xcf\x3d\x55\x2e\x4f\x87\x03\xc1\x3d\x2d\xbc\x1e\xe1\x86\x75\xf2\x2a\xd0\xd3\x04\xee\x91\x82\xfb\x84\x7d\x2a\xfa\x89\xb0\x6b\xe0\xc2\x88\xdc\xca\x6e\x6d\x10\x56\xa8\xf3\xfb\xb7\xf8\xe7\xcf\xf1\xf9\x7d\x7d\xb7\xa6\x47\xb1\xcb\x4d\x2a\x38\xd7\xe2\x39\xa6\xf0\xe4\x85\xda\x6b\x5e\xab\x9e\xe8\xe0\x13\x1c\x55\x2d\xea\x22\x11\xc3\x9a\x7b\x4d\xaa\xc0\x1c\xc9\x3a\x6e\x5e\xea\x9d\x95\xee\x25\x5e\x6c\x6b\x4b\x91\x44\x35\x2d\xa9\xbd\x58\x37\xfd\x02\x3d\x3e\x2d\x8b\x09\x8c\xeb\xcd\x35\xf4\x35\xcc\xf7\x39\x64\xbe\xa3\xed\xab\x7a\x9e\x3d\x4e\x94\x01\x69\x4d\x90\xd8\x33\x33\x97\xb5\xe5\x69\x0f\x2d\x50\xb5\x88\x4f\x8a\xb2\x5d\x59\x40\x40\x97\x4f\x2d\x67\xe6\x5e\x86\xe4\xc9\xbb\x07\x9c\x24\x07\x8a\x1c\xfc\x38\x20\x81\x5d\x2a\x2f\x9e\xe3\x68\x62\x43\xad\x82\x3c\x4f\x13\x55\xd1\xc7\xf5\xbf\x8d\x32\xc9\x77\x6a\x5b\x9e\x93\xbb\x45\x3e\xa4\x4e\xcb\x80\x17\x18\xb1\xfb\x22\x81\x44\x5e\xd1\xd1\x3d\xd7\x95\x53\x33\x40\xef\x29\x33\xc6\x1c\x2f\xb8\x4f\xc9\xe6\x9e\xe7\xe0\x30\x29\x07\xc3\x53\x0b\xb3\x7d\x94\xe1\x0e\x51\x08\x0d\x3f\x8a\x9f\xe4\x6a\xcc\xec\xce\xc6\x0e\xbe\xbb\x26\x97\xe7\xeb\x18\x11\x5e\xf1\xfc\xb6\xb5\xfd\xf0\xf2\xf2\xd7\x1f\xfe\xfa\xc3\xff\x04\x00\x00\xff\xff\x03\x01\xd7\x40\x23\x0e\x00\x00") - -func ConfigCliFleetEthProdJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliFleetEthProdJson, - "../config/cli/fleet-eth.prod.json", - ) -} - -func ConfigCliFleetEthProdJson() (*asset, error) { - bytes, err := ConfigCliFleetEthProdJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/fleet-eth.prod.json", size: 3619, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0x4f, 0x86, 0x8b, 0x6e, 0x2, 0x27, 0xa3, 0x37, 0x27, 0x74, 0x51, 0xf0, 0x97, 0x5b, 0x64, 0x8e, 0xbd, 0x29, 0xba, 0x75, 0x2d, 0x75, 0x78, 0x46, 0xb9, 0x56, 0x6, 0xb1, 0xf9, 0x85, 0xdd}} - return a, nil -} - -var _ConfigCliFleetStatusProdJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\xd9\x8e\xa3\x48\x16\x7d\xaf\xaf\xb0\xfc\xdc\xae\x8c\x0d\x02\xf2\x69\xb0\xc1\x0b\x69\xf0\x0e\xc6\xa3\x51\x29\x56\x8c\x6d\xc0\x69\xc0\xdb\xa8\xff\x7d\xe4\x5a\x26\xb3\xaa\xa6\xa6\xa7\xa5\x96\xe6\x05\x29\x4e\xdc\x88\x38\x71\xcf\x89\xcb\xfd\xe7\x87\x56\xab\x3d\x57\x85\x54\xf7\x73\xd9\x54\xed\xe7\x96\x66\x87\x4a\xfd\xf6\x80\xc3\xd2\xcd\x2a\x51\x9e\xd5\xe9\xd6\x7e\x6e\xd5\xa7\xe6\x0b\xdc\x3b\x34\x55\xad\x4e\xbd\xb2\xd0\x59\xda\x7e\x6e\x3d\xb6\x78\x83\x47\x6e\xfb\xb9\x05\xcd\xdf\xbe\x80\x5e\xc1\xf8\x41\xc9\x77\xcb\x5b\xad\x76\xff\xa0\x54\xdd\x7e\x6e\xb5\xab\x9a\xd5\x4d\xf5\xf1\x78\x2a\x65\xfb\xeb\x5c\xb7\x2c\xeb\xb0\x94\xea\xc1\xe4\xef\xff\xf8\x0a\x2e\x4f\x8f\xad\x65\xc0\xb2\xc3\x42\x9d\xce\xea\xf4\xdd\xec\xb4\xa9\xb6\x61\x59\x67\x3a\x13\xac\xce\xca\xa2\x7a\x17\xf3\x39\xa2\xd5\x6a\x13\x00\x39\x33\x94\x64\x04\x20\x93\x5a\x52\x50\x8b\x01\x46\x80\x96\x80\xda\x86\x26\x8a\x59\x1c\x2a\x4c\x6c\x8a\x04\x91\xd0\x10\x1a\x63\x26\x00\x44\x36\xc2\x04\x0a\xcb\xd6\x40\x70\x61\x62\xaa\x99\xad\x29\xc3\x5a\x2b\xc0\x6d\xa9\x95\x0d\x94\x2d\x24\x53\x94\x41\x62\x23\xc3\x00\x80\x71\x00\xb9\xc9\x6c\x28\x4c\xca\x99\x22\x88\xd9\x94\x7d\xbd\x5e\xab\xd5\x86\x16\x84\x04\x72\x28\x21\x84\x36\xb0\x18\xd3\xc0\xd0\x84\x5a\x96\x32\x29\xb5\x94\x00\x14\x50\xcc\xa0\x24\x0a\x0a\x45\xb0\xa0\xd8\x82\x86\x20\x40\x29\xa2\x28\x26\x06\x83\x82\x6b\x83\xd9\x80\x11\x43\x9b\x00\x72\x8d\xa9\x89\x35\x44\x5c\x99\x98\x03\x68\x22\xc2\x19\xd4\xd8\x54\x8a\xdb\x06\x45\xc4\x30\x14\x05\x98\x70\x4b\xdb\x1a\x09\xf2\xc6\xc4\xd0\x5a\x60\x22\x0d\xad\x25\x83\x16\x90\x36\x11\x12\xdb\x94\x48\x5b\x49\xc4\x39\xb0\x90\x92\xca\xb4\x34\x26\x88\x33\x2e\xb9\xb2\x00\x14\x4a\x6b\x4e\x25\xb3\x01\x02\x16\x95\x04\x6b\x9b\x31\xdb\x84\x82\x72\xcb\x00\xc8\xc6\x86\x65\x51\x22\x80\xa5\x34\x20\x4a\x30\x69\x6b\x28\x6d\x83\x41\x0d\x14\x21\x96\xe0\x52\x1a\x12\x10\x6c\x00\x41\xdb\x9f\x89\x7c\x53\x71\x51\xb3\x3a\x13\x3f\x49\xff\x66\xcd\x9f\xa6\x62\xb6\x6f\xfe\x0d\x7e\xbb\x94\x2a\x4e\xf5\x49\xa9\xe7\xa7\x27\x27\x98\xf8\xd1\x66\x4d\x22\xd3\x5b\x4f\x69\xb8\xf4\xa7\x81\x93\xf8\xc9\x62\x89\x66\x53\xd3\xf1\xd7\x49\x4c\xcd\xd1\xca\x8c\x06\xfe\x82\xae\xa2\x45\xe8\x26\x9b\x01\xf9\x1b\x2f\xcb\xfa\xb3\x21\x3f\x7e\x35\x67\xf1\x38\xe1\xdb\x20\xcb\xdf\xd2\xf7\x24\x8b\x8a\x3c\x3d\xe2\x3b\x00\x7e\x94\x65\x87\xe5\x15\xfe\xf8\xce\xd2\x6f\x8b\x9e\x6a\x71\x7c\xc2\x00\x03\xfc\x74\x44\xc7\x27\x68\xae\xb2\x06\x0d\x9d\xdc\x99\x23\x12\x70\x6e\x46\xcd\xbd\xbc\xad\xb2\xc1\x95\xa0\x95\x2a\xdc\x7d\xb5\xf5\xc2\xc8\xdd\x91\xd7\x22\xcf\x39\xe3\xe3\x73\x89\xe1\xaf\x0e\x4e\x45\xa7\xa9\x3a\x42\x15\xf5\x89\x1d\x60\x87\xfd\x39\x06\x56\xbe\xda\x40\xab\xee\xc6\xd3\xb5\x3b\xab\x58\x9f\x4e\x79\xef\x25\x71\xb0\x71\xa7\x71\x17\x5d\xc3\xcd\x10\x79\xd1\x2b\x7c\x5d\x58\x63\xff\x57\x0c\x98\xe8\x88\xa2\xb3\x2d\x8b\x74\x5f\x16\x69\x47\xfc\x07\x06\x59\xfe\xb1\x50\xf5\xaf\x48\x0c\x2e\xc2\xb3\xce\x34\xcd\xfd\xd0\x8b\xfb\xf5\xa6\x2e\x77\xc9\x71\x1a\x2c\x87\x37\xb4\xeb\x8e\xc7\xe6\x75\xbe\xc7\xf8\x35\x75\xaf\xfd\x78\xfd\xbd\x69\x1e\xf5\x29\x32\x1e\x35\xa3\xaa\x4f\xec\xf8\x7f\x74\x83\x2a\x4e\xcf\x9d\x99\xf7\xd2\x78\xae\xed\xf8\x39\x1a\x0e\xd2\xd3\xfc\x18\x31\x3f\x41\xc5\xce\xb4\x58\xf9\x69\x96\x4d\xd5\x6a\x49\x70\xf5\xd2\x61\xf3\x80\x56\x81\x6f\xce\xc9\x00\xc2\xc9\xc2\x9d\x5c\x8a\x73\xc4\x44\x1a\xc2\x6a\x79\xe9\xbc\xd0\xaa\xec\x19\xf2\x3e\x74\xfb\x9b\x74\xb3\x1f\xae\x40\xd3\x59\x3b\x89\x7f\xdc\x8c\x7c\x14\x8e\xfc\xa3\x18\x2d\x8a\xe4\x1a\x9c\xb3\x1c\x42\x3e\x9c\x1f\x93\x78\xbe\x17\xc5\x84\xc4\xa9\xf3\x1a\x66\x51\xc6\x91\x0d\xc6\x4b\xe7\x3a\xce\xe7\xe7\x71\xdc\xaf\xc5\x3d\x68\x04\x9e\x6f\xe5\x30\xba\x8f\x8b\xee\x8d\xa3\xd9\xdb\x38\x3f\xd4\xdd\x62\xa3\x9d\xde\x05\xf9\xb1\x7f\xe6\x78\x56\x07\xae\xd7\x6c\x06\x56\x9d\xc4\xf0\x1e\xdc\x8c\xbb\x1c\xf4\x81\x5c\x07\x8d\x18\xfa\xe7\x4d\xef\x6d\xcc\x62\x30\x70\xf8\x59\x39\xc4\xbf\x09\x02\x1c\xcf\x59\x39\xce\xcc\x49\x1d\xcf\xf9\xfc\xc9\xd6\xe1\x21\xc1\xce\x2d\x5c\x6e\x4e\x01\xf3\x7a\xf8\x34\xaf\xfb\xb3\x45\x2a\x10\x69\x62\x75\xb9\xaf\xd9\x75\x99\x58\x5b\xd7\x19\x76\xad\x2a\x2d\xae\x27\x7b\x6f\xcd\x77\xdc\x18\xa8\x85\x2b\x07\xe1\x25\x2d\x36\x3a\xc5\xd1\x5e\x8c\x46\xbb\x97\x51\x84\x93\xb8\x86\x41\x0a\x7e\x4a\xba\x68\x3c\x97\x5e\x2e\xc6\xb9\x44\xa7\x17\x01\x8f\xb7\xee\x91\xea\x86\x77\x57\xc3\x8e\xb5\x58\x0e\xbd\xcd\xb0\xa4\xa3\x62\x17\xed\xc6\xfc\xe0\x45\x37\x77\xb0\xdf\xc9\xe5\xc8\x8e\xe4\x6b\x9e\xcc\x26\x85\x6d\x9c\x9b\xd9\xb0\x33\xac\xf7\x0d\xa4\xf1\x62\x79\xf7\x1a\x7d\xed\xc4\x29\xc9\xbf\x4f\xfa\x2c\xdb\x5e\xe0\xfa\xc7\xa4\x73\xc7\xb9\x87\x99\xf1\x2e\xe9\x72\x37\x5e\x47\xf7\x71\x1c\x1e\x78\x31\xbf\x25\xf1\xe5\x3a\x8e\xbd\x3f\x16\xc0\x5d\xa1\x71\xfe\x4e\x00\x14\xd4\x72\x1d\xd4\x09\x8a\x1a\x39\xf4\xb7\xdc\xf5\xea\x64\xf1\xd7\x89\x71\xdd\xbd\xa6\xee\x0c\xc4\xb7\xf9\x62\x92\x1d\x92\x15\x46\xae\x63\xec\x3f\xad\xc3\x83\x9b\x55\x38\x87\x91\x5c\xef\x5f\xec\x6b\x60\xee\x27\x7f\x56\x0c\xa7\x5c\x6c\xe3\xc1\x2d\x34\xcd\xcb\xa5\xa9\x3c\x3c\xcf\xac\xed\xba\xcb\x46\xfb\x72\xb8\x19\xde\xf8\xaa\x6b\x89\xde\xf4\x6c\x9c\xf1\xed\xe8\x69\x7b\xd2\x4b\x89\xd0\xd5\xc1\xbf\x6e\xfa\x4e\x78\xb0\x41\xd5\xd9\xe5\xc1\xa4\x49\xc7\xab\x5b\xf7\x4a\x3c\x3d\xe9\x86\xbe\xf9\x29\xfa\x41\x8c\x11\xda\xca\xe0\x8f\xc5\xe8\xef\xc6\x71\xd8\x8c\xe3\xed\x99\xe7\xf2\xc4\x91\x51\x8c\xe3\xff\xe1\x35\xfc\x20\x46\x12\x3f\x84\x20\x35\x1b\xd8\xcd\x06\xd5\x67\x9e\x8b\x3a\xf9\xeb\x5e\x86\x3b\xa5\x3d\x3e\xdf\x77\x92\x17\xff\x32\xe9\xf7\x03\xb2\xb1\x0b\x75\x03\x83\xa9\xa0\xf1\xd4\x67\xbd\xcb\x60\x7f\x0c\xe7\xb7\x03\xa3\x79\xef\xbf\x8a\xf1\xa5\x38\x7e\x68\xb5\x7e\xff\xdc\xa9\x3d\xfe\x90\x11\xfa\xb1\x51\xfb\xbe\x27\x7b\x04\x7f\xf8\xfd\xc3\xbf\x02\x00\x00\xff\xff\x7e\x38\xca\xbd\x08\x0a\x00\x00") - -func ConfigCliFleetStatusProdJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliFleetStatusProdJson, - "../config/cli/fleet-status.prod.json", - ) -} - -func ConfigCliFleetStatusProdJson() (*asset, error) { - bytes, err := ConfigCliFleetStatusProdJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/fleet-status.prod.json", size: 2568, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x93, 0x6, 0xe7, 0x10, 0xa4, 0xf9, 0x62, 0xcb, 0xa4, 0x5d, 0xc9, 0xd0, 0x93, 0x4d, 0x6, 0x55, 0xdd, 0xd1, 0x46, 0xcb, 0xe7, 0x1d, 0x7e, 0xc0, 0x88, 0xca, 0xd0, 0xa7, 0x93, 0x77, 0x6, 0x2d}} - return a, nil -} - -var _ConfigCliFleetStatusStagingJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x96\x59\x6f\xe3\xba\x15\xc7\x9f\x27\x9f\xc2\xf0\xf3\x38\x21\x29\x4a\x94\xf2\x54\x39\x92\xbc\x4a\xb1\xe5\x45\x96\x8b\xc2\xe0\x2a\xcb\x8b\xe4\x68\x71\x2c\x17\xf7\xbb\x17\xce\x64\x9a\xc9\xdc\xf6\x5e\xdc\x62\x80\xbe\x18\xf0\xe1\xe1\xe1\x9f\xff\xdf\x11\xc9\x7f\xde\xb5\x5a\xed\x50\x66\x42\x5e\xcf\x79\x5d\xb6\x1f\x5b\x8a\x1e\x4a\xf9\xf5\x16\x0e\x72\x27\x2d\x79\x7e\x96\x45\xd3\x7e\x6c\x55\x45\xfd\x2d\xfc\x74\xa8\xcb\x4a\x16\x4f\x79\xa6\xd2\xa4\xfd\xd8\xba\x95\xf8\x08\x0f\x9c\xf6\x63\x0b\x1a\x5f\xbf\x05\xdd\x8c\xb2\x83\x14\x3f\x4c\x6f\xb5\xda\xde\x41\xca\xaa\xfd\xd8\x6a\x97\x15\xad\xea\xf2\xbe\xac\x68\x92\x66\x49\xfb\x7d\xb8\x9b\xe7\x55\x90\x0b\x79\x13\xf3\xf7\x7f\xbc\x07\xe7\xc5\xad\xba\xf0\x69\x7a\x98\xc9\xe2\x2c\x8b\x4f\xa3\x93\xba\xdc\x06\x79\x95\xaa\x94\xd3\x2a\xcd\xb3\xf2\x87\x9c\xb7\x8c\x56\xab\x8d\x01\x64\x54\x97\x82\x62\x80\x0c\x62\x0a\x4e\x4c\x0a\x28\x06\x4a\x00\x62\xe9\x0a\x4b\x6a\x32\x28\x35\x6c\x11\xc4\xb1\x80\x3a\x57\x9a\x46\x39\x80\xc8\x42\x1a\x86\xdc\xb4\x14\xe0\x8c\x1b\x1a\x51\xd4\x52\x84\x6a\x4a\x49\xc0\x2c\xa1\xa4\x05\xa4\xc5\x05\x95\x84\x42\x6c\x21\x5d\x07\x80\x32\x00\x99\x41\x2d\xc8\x0d\xc2\xa8\xc4\x88\x5a\x84\xbe\x6f\xaf\xd5\x6a\x43\x13\x42\x0c\x19\x14\x10\x42\x0b\x98\x94\x2a\xa0\x2b\x4c\x4c\x53\x1a\x84\x98\x92\x03\x02\x88\x46\xa1\xc0\x12\x72\x89\x35\x4e\x34\x13\xea\x1c\x03\x29\xb1\x24\x1a\xd6\x29\xe4\x4c\xe9\xd4\x02\x14\xeb\xca\x00\x90\x29\x8d\x18\x9a\x82\x88\x49\x43\x63\x00\x1a\x08\x33\x0a\x95\x66\x48\xc9\x2c\x9d\x20\xac\xeb\x92\x00\x0d\x33\x53\x59\x0a\x71\xfc\xa1\x44\x57\x8a\x6b\x58\xe8\x4a\x09\x0a\x4d\x20\x2c\xcc\x85\x66\x11\x2c\x2c\x29\x10\x63\xc0\x44\x52\x48\xc3\x54\x1a\x46\x8c\x32\xc1\xa4\x09\x20\x97\x4a\x31\x22\xa8\x05\x10\x30\x89\xc0\x9a\xb2\x28\xb5\x0c\xc8\x09\x33\x75\x80\x2c\x4d\x37\x4d\x82\x39\x30\xa5\x02\x58\x72\x2a\x2c\x05\x85\xa5\x53\xa8\x80\xc4\xd8\xe4\x4c\x08\x5d\x00\xac\xe9\x80\x93\xf6\x9b\x90\xef\x14\x67\x15\xad\x52\xfe\x3b\xf4\x1f\xdd\xf9\xbb\xa1\x88\xee\xeb\x7f\x07\xbf\x6f\x4a\x66\x45\x55\x48\xf9\xf8\xf0\x60\x0f\x70\xa4\x07\xfa\xc0\x73\x17\x83\xbe\xa7\x8f\xdd\xd9\xc2\x7e\x9e\xf9\x4b\x63\x3e\x8a\x3c\xe4\x77\x8d\xde\x02\xc5\x23\x32\x59\xe0\x79\xbc\xe8\x2d\x82\xe7\x27\x77\x12\xfd\x8d\xe5\x79\xf5\xbd\x27\xef\xdf\x5b\x34\xbb\x2d\xf2\xfd\x4f\x7a\x6c\x7f\xbd\xfb\xf2\xe5\x4b\xfb\x41\x64\x25\x7e\xb8\xe5\x77\x00\xbc\x17\x79\x87\x1e\x4b\xed\xbe\xdc\xd2\x42\x94\x3f\x57\x48\x8f\x0f\x15\x3f\x3d\x68\x40\x03\xda\xc3\x09\x9d\x1e\xa0\xb1\x48\x6b\xd4\xb7\x8f\xee\xcb\x4b\x9a\xe3\x45\x08\x67\xd1\x8b\xcd\xc9\x28\x86\x56\x65\xbc\x34\xce\xb9\x3a\x36\xbb\x42\xae\x4f\xd7\x45\x77\x78\x66\xb8\x36\xf4\xf0\x03\xdd\xe7\xb5\x13\xde\xa9\xcb\x0e\x97\x59\x55\xd0\x03\xec\xd0\xfb\xcf\x9f\xd6\x9f\x8b\xe8\xd9\xb6\x8e\x59\x77\xee\x12\xd3\x8f\x53\x31\x6b\xb4\x09\x99\x5a\x8d\x1d\x79\xc1\xdc\x76\x43\x39\x8c\x1d\xc3\x5a\x86\xe7\x6a\xac\x17\xff\x4d\x04\xe5\x1d\x9e\x75\xb6\x79\x96\xec\xf3\x2c\xe9\xf0\xbf\x2c\x22\x98\x9f\x7a\x59\xb3\x36\x23\xd8\x1d\xa1\x72\xe5\x1e\x93\xd9\x53\x10\xa5\x8d\x33\x4a\xc2\x85\x16\x74\x43\xe4\xac\x66\x73\xd4\xbf\x5e\xc2\xc5\xe7\xd6\xb9\x1d\x54\x4b\xfd\x76\x72\x94\x55\x41\x4f\xff\xc7\x9e\x90\x59\xf1\xd8\x99\xba\xd3\xda\x75\xca\xad\xe1\x25\x36\xdb\x68\x06\x0f\x25\x5d\x91\x08\x27\xd1\x65\x43\x36\xbd\xe0\x54\x2e\xf6\x29\x61\x2b\x3f\xf7\x8b\xa2\x88\xd2\x9d\x7e\x72\xdc\x66\xa9\x25\x75\xd8\xa9\x0b\x27\xda\x18\xbd\xe1\xdc\xbe\x9e\xa6\xe9\x70\x69\x40\xaf\xf3\xa4\x82\x6c\x13\x5c\x26\x2c\xee\xd8\xf1\xf0\xb4\x1e\x0c\x51\x30\x18\x9e\xf8\x60\x36\xb9\x9c\x8b\x53\x7a\x84\x90\xf5\xc3\x53\x1c\x85\x7b\x9e\x3d\xe3\xd8\xb6\xab\x20\xdd\xa6\x0c\x59\x60\x3c\xb7\x2f\xe3\x63\x78\x1e\x47\x5e\xc5\xaf\x7e\xcd\xd1\x76\xcb\x8f\xe1\x75\x9c\x05\x20\x8e\xc4\x89\x1d\x79\xcd\xb5\x70\x2b\xfa\xcb\xeb\xf8\x78\xa8\xba\xd9\x5a\xd9\x4f\x26\x1a\xf5\x86\x67\xa6\x4d\x2b\xdf\x71\xeb\x75\xcf\xac\xe2\x08\x5e\xfd\x46\xbf\xd2\x9e\xd7\xac\xfb\xfe\xdb\x9c\x35\x3a\xd4\xeb\x46\xbf\x8a\x9e\x07\xc4\xca\xaf\x69\x04\x7a\x36\x3b\x4b\x1b\x0f\x1b\x8e\x81\xed\xda\x0b\xdb\x9e\xda\x89\xed\xda\x6f\x3f\xe9\x2a\x38\xc4\x9a\xdd\x04\xf3\x75\xe1\x53\xd7\x19\xf4\xcd\x2e\xaf\xdd\x6b\x92\x1d\x5f\x27\xd3\x79\x4d\xba\x93\xb8\x49\x70\x8d\xf3\x23\x19\x59\x2f\x72\x3f\xb2\x51\x32\xdf\xf4\xd1\xeb\xcc\x11\xbd\xe0\x35\xc9\xd6\x2a\xd1\x96\x7b\x3e\x18\xec\x46\x83\xa5\x16\x47\x15\xf4\x13\xf0\xd9\xf9\xb4\x76\x1d\xb4\xa8\xcb\xba\x9f\x43\x61\x44\x01\xea\x54\xfd\x5d\xb5\x03\x73\x90\x88\xac\x7c\xde\x12\x1a\xae\x33\xcf\x33\x9e\xdd\x78\xec\xb0\xe6\xf2\x5c\x4d\x73\xb4\xc1\xc2\x5b\xf4\xb7\xdc\xba\x1c\xf5\x59\x3f\x28\xa2\xe1\xf0\xc5\x5c\x11\x2f\x2c\x2f\x1c\x2f\x9f\xfc\xde\x6e\xc7\x3e\x3b\x1f\xe6\x97\xe9\x32\xf9\xd9\x79\x9e\xd8\x28\xd8\x79\x3f\x38\x2f\x76\xe3\xd5\xf2\x3a\x8e\x82\x03\xcb\xc2\x26\x8e\x5e\x2f\xe3\xc8\xfd\x70\xfc\x8f\x28\x38\x09\xf2\xa3\x1f\x28\x20\xbf\x12\x2b\xbf\x8a\xd1\xb2\x16\xfd\xe1\x96\x39\x6e\x15\xcf\x3e\xdc\xff\x15\x44\x02\xfb\x7c\xe8\xed\xe4\xde\x81\xf1\x12\x47\xa7\xe3\xee\xd5\x2e\x7a\x76\x1f\x25\xd6\xbe\xef\x0d\x33\x3f\x54\xc9\x62\xcb\x07\xfb\xdc\x46\x7f\x89\xc8\xd3\x70\x72\x46\xe7\x31\x00\xc3\x93\x5e\xce\x5d\xdf\xf6\x9a\x88\xbc\xac\xf6\x23\xc4\xbd\xe4\xb4\x3d\x2c\x36\x3d\xb3\xe3\x0d\xeb\xe1\x4b\x1e\x6d\x1c\x9d\x46\x83\x46\x6b\x0e\x3d\x71\x46\x23\xd3\xd9\xa7\x3d\x32\x89\x92\x2c\xc1\xd3\xc3\x66\x39\x20\x53\x8e\xc2\x6d\x57\xbc\xaa\xcf\x44\xa6\xe7\xf9\x28\x35\xfe\x9c\x88\xb7\x1b\x47\x41\x3d\x8e\xb6\x67\x76\x14\x05\x43\x7a\x36\x8e\xfc\xff\x89\x48\x1c\xdd\x68\xe0\x8a\xf6\xac\x7a\x8d\xaa\x33\x3b\xf2\x2a\x6e\x7e\x2d\x91\x3d\x4b\x96\x24\x7f\x99\x04\x47\xaf\x5a\xe9\xde\x75\x36\x49\xad\xa8\x6f\xee\xf7\xc7\x62\xd2\x85\xa1\x96\x59\x97\x70\x95\x48\x0b\xfa\x9d\x3f\x24\xf2\xed\xb8\xbc\x6b\xb5\x7e\x7b\x7b\xc4\xdd\x6e\xce\x25\xfa\xf9\x0d\xf7\x1f\x9f\x6b\x8b\x52\xce\x6e\x57\x9a\x5d\x3a\x52\xd1\xfa\x50\xcd\xf3\x53\xca\xdf\x73\x6e\x05\xef\x7e\xbb\xfb\x57\x00\x00\x00\xff\xff\xba\x2a\xe3\xef\x47\x0a\x00\x00") - -func ConfigCliFleetStatusStagingJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliFleetStatusStagingJson, - "../config/cli/fleet-status.staging.json", - ) -} - -func ConfigCliFleetStatusStagingJson() (*asset, error) { - bytes, err := ConfigCliFleetStatusStagingJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/fleet-status.staging.json", size: 2631, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x9c, 0x88, 0x9, 0x15, 0x18, 0x43, 0xdb, 0xe1, 0x17, 0x12, 0xf, 0x64, 0xd4, 0x5b, 0x14, 0x5, 0xe2, 0x42, 0xd0, 0x19, 0xcd, 0x2e, 0x4c, 0xfe, 0x68, 0x42, 0x5d, 0x9, 0x10, 0xff, 0x8}} - return a, nil -} - -var _ConfigCliFleetWakuSandboxJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x4d\x6f\xdb\x46\x10\xbd\xfb\x57\x10\x3c\x97\xd2\xec\x17\x77\xd7\xb7\xca\x96\x50\x24\x90\x50\x49\x96\x1d\xbb\xe8\x61\x76\x77\x46\xa6\x25\x91\x8a\x48\x2a\x76\x8a\xfc\xf7\x42\xae\x53\x3b\x08\x5a\xc0\xd7\xf7\x1e\x66\xde\xcc\x1b\xcc\x5f\x67\x59\x96\x2f\xa8\x4e\xf4\xf5\xd8\xf4\x6d\x7e\x9e\x31\x6e\x5b\xfa\xe5\x04\xcf\x9a\xcb\xaa\x8d\xcd\x91\x0e\x4f\xf9\x79\xd6\x1d\xfa\x7f\xe0\x8b\x6d\xdf\x76\x74\xb8\x68\x6a\xae\xd6\xf9\x79\x76\x2a\x91\x65\xf9\xb8\xc6\xb0\xa5\xf4\x46\x99\x65\xf9\x64\x4b\xd4\xe5\xe7\x59\xfe\x05\x37\xfd\xa0\xc5\x3a\x85\xe6\x31\x7f\x21\x47\x4d\xd3\xcd\x9a\x44\xa7\xae\x7f\xfc\xf9\x02\x5e\x1d\x4e\xd5\xd3\x14\xab\xed\x92\x0e\x47\x3a\xfc\xc0\xfe\xde\xb7\xf7\xb3\xa6\xab\xb8\x8a\xd8\x55\x4d\xdd\xbe\xd1\x3c\x2b\xb2\x2c\xd7\x20\x02\x1a\x4a\xa8\x41\x96\xd6\xa5\x68\x1d\x02\x6a\xe0\x04\xd6\x1b\xd6\x84\x2e\x08\x52\xda\x5b\x19\x75\x12\x26\xb2\x52\x18\x41\x48\x2f\x95\x16\xd1\x79\x86\x18\x62\xa9\x2c\xa3\x67\x8b\x8a\x99\x20\xf8\xc4\xe4\x81\x7c\x4c\x48\x16\x85\xf6\xd2\x18\x00\x0c\x20\x42\x89\x5e\xc4\xd2\x06\x24\x2d\xd1\x5b\x7c\x19\x2f\xcb\x72\xe1\x84\xd0\x22\x88\x24\x84\xf0\xe0\x10\x19\x0c\x6b\xeb\x1c\x95\xd6\x3a\x8a\x60\xc1\x2a\x14\x49\x93\x88\xa4\x55\xb4\xca\x09\x13\x35\x10\x69\xb2\x4a\x1b\x14\x31\xb0\x41\x0f\xa8\x0d\x97\x20\x02\x2b\x5b\x2a\x16\x32\x50\xa9\x02\x88\x52\xea\x80\x82\x55\x49\x14\xbc\xb1\x52\x1b\x43\x16\x94\x0e\x8e\x3d\xcb\xa8\x5f\x9d\x18\xe6\xa8\x74\x32\xcc\x09\x85\x83\xe4\x75\x4c\xca\x5b\x9d\x3c\x25\x19\x02\x38\x49\x89\x4a\xc7\x4a\xcb\x80\x21\x05\x72\x20\x22\x31\x07\x9b\xd0\x83\x04\x67\x93\x56\xec\x11\x7d\x29\xa2\x0d\xce\x80\xf4\xca\x38\x67\x75\x04\x47\x0c\x9a\x22\x26\xcf\x22\x79\x83\x82\x81\xb4\x76\x31\xa4\x64\x12\x68\x65\x20\xda\xfc\xd9\xc8\xf7\x14\x97\x1d\x76\x55\xfc\x29\xfa\xd7\x33\xfc\x89\xba\xc1\x4d\xff\x2f\xf8\x7d\xa8\x61\xaa\x5b\x3d\xac\x9b\x44\x05\x88\x41\x6a\x0a\xdc\xb5\x6a\xf0\xf6\xd2\x06\x6d\x87\x5d\xdf\x0e\xaa\xdd\xb0\x8b\xfb\xa1\x02\x05\x6a\xb8\x97\xfb\xa1\x28\x57\x55\x2f\x7f\xfb\x75\x37\x5f\x4e\x67\xe3\x47\x5e\xdd\xae\x3e\x73\xff\xe9\x66\x73\x69\x2e\x71\x76\x57\x4f\x6f\xeb\x6a\xbd\x78\x9c\x7c\x0c\x1b\xd5\xc5\xf1\x64\x4e\x73\x1a\xbf\xae\xf3\xc7\xce\xeb\x58\xf4\x6d\x11\xa9\xee\x0e\xb8\x15\x05\xbe\xd3\x42\xc9\x4f\x9f\xc7\xe2\x61\x64\xa6\x4d\xfd\xf5\xd8\x4c\xd3\xca\x1d\x6d\x19\x6e\xae\xdd\x1d\xcd\xf6\x75\xbc\xc4\xdd\xad\x98\xce\x3f\xf1\x43\x1a\xfd\x97\x05\x8c\x45\xac\x8b\xfb\xa6\x5e\x6f\x9a\x7a\x5d\xc4\x77\x5a\x58\x7e\x38\x2e\x3f\xec\xef\x1f\x17\x29\xd4\xd5\x7a\x75\x6d\xc2\xc3\x62\x71\x37\x19\xdd\x5f\x75\x37\x93\xab\xe5\x53\xf5\x11\xe7\xa3\xa7\x8b\x87\x2f\xbb\xfd\xf5\x4b\x94\x67\x59\xf6\xed\xf9\x1d\x9c\xa2\xb9\x96\xff\xff\x0d\x4e\xe2\xb3\x6f\x67\x7f\x07\x00\x00\xff\xff\x07\x70\x8a\xdf\x6d\x04\x00\x00") - -func ConfigCliFleetWakuSandboxJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliFleetWakuSandboxJson, - "../config/cli/fleet-waku.sandbox.json", - ) -} - -func ConfigCliFleetWakuSandboxJson() (*asset, error) { - bytes, err := ConfigCliFleetWakuSandboxJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/fleet-waku.sandbox.json", size: 1133, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0x47, 0xed, 0x68, 0x8c, 0x33, 0x1d, 0xce, 0x41, 0x6f, 0x36, 0x6e, 0xd4, 0x3d, 0x57, 0x61, 0xd9, 0x31, 0xe6, 0xeb, 0xb, 0xb9, 0x93, 0xbf, 0x6b, 0xd6, 0xae, 0x8b, 0xe8, 0x51, 0x6f, 0xd2}} - return a, nil -} - -var _ConfigCliFleetWakuTestJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x4d\x6f\x1b\x47\x0c\xbd\xfb\x57\x2c\xf6\x5c\x49\x9c\xaf\x9d\x19\xdf\x5c\xd9\xa9\xe0\xd6\x82\xe3\x8f\xc4\x45\xd1\x03\x87\x43\xca\x6b\xc9\xbb\xea\x7e\xc8\xb0\x8a\xfc\xf7\x42\xae\x13\x27\x08\x5a\x20\xd7\xf7\x1e\xc8\x47\x3e\x82\x7f\x1f\x15\x45\x79\xc5\x4d\xe6\xfd\xae\x1d\xfb\xf2\xb8\x10\xdc\xf4\xfc\xd3\x01\x5e\xb6\xa7\x75\x4f\xed\x8e\xbb\xe7\xf2\xb8\x18\xba\xf1\x5f\x78\xbe\x19\xfb\x81\xbb\x79\xdb\x48\xbd\x2a\x8f\x8b\x43\x89\xa2\x28\xcf\x1a\x4c\x1b\xce\x5f\x29\x8b\xa2\x7c\xb7\x61\x1e\xca\xe3\xa2\x7c\xc2\xf5\x38\x1d\xb8\x1f\xca\x57\xe6\xe7\xb6\x1d\x96\x6d\xe6\x43\xcb\x3f\xfe\x7c\x05\x6f\xba\x43\xe9\x7c\x81\xf5\xe6\x9a\xbb\x1d\x77\xdf\xb0\x97\x63\x7f\xbf\x6c\x87\x5a\x6a\xc2\xa1\x6e\x9b\xfe\x2b\xcd\x8b\xa2\x28\x4a\x0b\x2a\xa1\xe3\x8c\x16\x74\xe5\x43\x26\x1f\x10\xd0\x82\x64\xf0\xd1\x89\x65\x0c\x49\xb1\xb1\xd1\x6b\xb2\x59\x39\x12\x63\x90\x40\xe9\xa8\x8d\x55\x14\xa2\x00\x25\xaa\x8c\x17\x8c\xe2\xd1\x88\x30\xa4\x98\x85\x23\x70\xa4\x8c\xec\x51\xd9\xa8\x9d\x03\xc0\x04\x2a\x55\x18\x15\x55\x3e\x21\x5b\x8d\xd1\xe3\xeb\x78\x45\x51\xaa\xa0\x94\x55\x49\x65\xa5\x54\x84\x80\x28\xe0\xc4\xfa\x10\xb8\xf2\x3e\x30\x81\x07\x6f\x50\x65\xcb\x8a\xd8\x1a\xf2\x26\x28\x47\x16\x98\x2d\x7b\x63\x1d\x2a\x4a\xe2\x30\x02\x5a\x27\x15\xa8\x24\xc6\x57\x46\x94\x4e\x5c\x99\x04\xaa\xd2\x36\xa1\x12\x53\x31\xa7\xe8\xbc\xb6\xce\xb1\x07\x63\x53\x90\x28\x9a\xec\x9b\x13\x27\x42\xc6\x66\x27\x92\x51\x05\xc8\xd1\x52\x36\xd1\xdb\x1c\x39\xeb\x94\x20\x68\xce\x5c\x05\x31\x56\x27\x4c\x39\x71\x00\x45\x2c\x92\x7c\xc6\x08\x1a\x82\xcf\xd6\x48\x44\x8c\x95\x22\x9f\x82\x03\x1d\x8d\x0b\xc1\x5b\x82\xc0\x02\x96\x09\x73\x14\x95\xa3\x43\x25\xc0\xd6\x06\x4a\x39\xbb\x0c\xd6\x38\x20\x5f\xbe\x18\xf9\x9c\xe2\xf5\x80\x43\x4d\xdf\x45\xff\x76\x83\xdf\x51\x1f\x71\x3d\x7e\x01\x3f\x0f\x35\xcb\x4d\x6f\x67\x4d\x9b\x79\x02\x6a\x9a\xdb\x09\x3e\xf6\x66\xfa\xe5\xcc\xa6\xfd\x80\xc3\xd8\xd7\x8f\xd3\x86\x87\xd9\x40\xdb\x99\x01\x03\x66\xb6\xd5\xdb\x99\xaa\x6e\xeb\x51\x2f\x4e\xd6\xcf\xeb\x15\x9e\xcd\x17\xfd\x53\x6d\x7e\xff\xf5\xdc\xe5\x8b\xdf\xd2\x5f\x7a\x7d\xf9\x61\xde\x86\x28\xf4\x7c\x93\x4d\xb8\xa5\xf7\xa7\x15\x3f\xb8\x8f\x6f\xeb\xfc\xb6\xf3\x8a\x26\x63\x3f\x21\x6e\x86\x0e\x37\x6a\x82\x3f\x66\xe1\xf1\x74\xbe\x0d\x77\xe7\x71\xaf\x78\xa7\xc2\x7e\xdc\x85\xe5\x82\xd7\x27\xfd\xc3\xf2\x99\xf7\x27\xbb\xc7\x0b\x79\x77\x76\xbe\xae\xef\xb1\xab\x87\x5f\xfe\xcb\x02\xd2\x84\x9a\xc9\x7d\xdb\xac\xd6\x6d\xb3\x9a\xd0\x0f\x6e\x61\xbf\xc0\x9b\x4b\x77\xde\xdf\x3e\xc9\x55\x5c\x5e\x85\xab\x87\xb8\x98\x6b\xbb\x1d\xaf\xab\x96\xf0\x36\x3c\xed\xd9\xbe\xef\xee\xba\x58\xdf\x6d\x5f\xa3\x3c\x2a\x8a\x4f\x2f\xbf\xe0\x10\xcd\x07\xfd\xff\xaf\xe0\x20\x3e\xfa\x74\xf4\x4f\x00\x00\x00\xff\xff\x2c\x15\x77\xfa\x6a\x04\x00\x00") - -func ConfigCliFleetWakuTestJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliFleetWakuTestJson, - "../config/cli/fleet-waku.test.json", - ) -} - -func ConfigCliFleetWakuTestJson() (*asset, error) { - bytes, err := ConfigCliFleetWakuTestJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/fleet-waku.test.json", size: 1130, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x9, 0xc6, 0x7e, 0x4f, 0xad, 0x1e, 0x9, 0xd2, 0xad, 0x15, 0x91, 0x24, 0x78, 0x8a, 0x20, 0x9f, 0x1c, 0xbf, 0xa6, 0xd0, 0xad, 0x9f, 0x5, 0x2a, 0xc1, 0x8f, 0x88, 0x25, 0xcb, 0xa3, 0x7c}} - return a, nil -} - -var _ConfigCliLesEnabledJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\x50\x50\xf2\xc9\x4c\xcf\x28\x71\x2d\xc9\x70\xce\xcf\x4b\xcb\x4c\x57\xb2\x52\x80\x88\x83\xe5\x5c\xf3\x12\x93\x72\x52\x53\x94\xac\x14\x4a\x8a\x4a\x53\xc1\xe2\xb5\x5c\xb5\x5c\x80\x00\x00\x00\xff\xff\xa6\x74\x24\x05\x3a\x00\x00\x00") - -func ConfigCliLesEnabledJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliLesEnabledJson, - "../config/cli/les-enabled.json", - ) -} - -func ConfigCliLesEnabledJson() (*asset, error) { - bytes, err := ConfigCliLesEnabledJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/les-enabled.json", size: 58, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xee, 0x27, 0xa7, 0x74, 0xa0, 0x46, 0xa1, 0x41, 0xed, 0x4d, 0x16, 0x5b, 0xf3, 0xf0, 0x7c, 0xc8, 0x2f, 0x6f, 0x47, 0xa4, 0xbb, 0x5f, 0x43, 0x33, 0xd, 0x9, 0x9d, 0xea, 0x9e, 0x15, 0xee}} - return a, nil -} - -var _ConfigCliMailserverEnabledJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\x50\x50\x0a\xcf\xc8\x2c\x2e\x48\x2d\x72\xce\xcf\x4b\xcb\x4c\x57\xb2\x52\x80\x08\x83\xa5\x5c\xf3\x12\x93\x72\x52\x53\x94\xac\x14\x4a\x8a\x4a\x53\x75\xd0\x25\xfc\x42\x02\x82\x2b\xf3\x92\x71\x49\xfb\x26\x66\xe6\x04\xa7\x16\x95\xa5\x16\x61\xaa\x40\xc8\x05\x24\x16\x17\x97\xe7\x17\x81\x2c\x51\x2a\x2e\x49\x2c\x29\x2d\xd6\xcd\x4f\x4b\xcb\xc9\xcc\x4b\xd5\xcd\xcc\x4b\xca\xaf\x50\x02\x6b\xaa\xe5\xaa\xe5\x02\x04\x00\x00\xff\xff\x7c\x73\xee\xbb\xb0\x00\x00\x00") - -func ConfigCliMailserverEnabledJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigCliMailserverEnabledJson, - "../config/cli/mailserver-enabled.json", - ) -} - -func ConfigCliMailserverEnabledJson() (*asset, error) { - bytes, err := ConfigCliMailserverEnabledJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/cli/mailserver-enabled.json", size: 176, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0xec, 0x81, 0x8b, 0x99, 0xb6, 0xdb, 0xc0, 0x8b, 0x46, 0x97, 0x96, 0xc7, 0x58, 0x30, 0x33, 0xef, 0x54, 0x25, 0x87, 0x7b, 0xb9, 0x94, 0x6b, 0x18, 0xa4, 0x5b, 0x58, 0x67, 0x7c, 0x44, 0xa6}} - return a, nil -} - -var _ConfigStatusChainGenesisJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x41\x6f\x13\x31\x10\x85\xef\xf9\x15\x96\xcf\x1c\xc6\xf6\x78\x66\xbd\x37\x4a\x59\x81\xc4\x8d\x5f\x30\xb6\xc7\xcd\xaa\x9b\x6c\x94\x6c\xa4\x16\xd4\xff\x8e\x92\x2c\xa1\x42\x9c\xf0\xcd\x7e\x33\xef\x7b\x7e\x3f\x37\xc6\x58\x99\xa6\xb9\xd8\xde\x5c\x2e\xc6\x18\x9b\x07\x47\x58\x24\xa0\x0b\x9e\x04\x42\x8e\xc8\x05\xe2\x43\xc0\x90\xfd\x67\xef\x74\xf8\xa8\x1e\x73\xfa\xb3\x62\x6c\x96\x49\xf6\x45\x6d\x6f\x2c\xbc\x38\x18\xe0\xd3\x00\x84\x8f\x8f\x31\x79\xb8\x1c\x7b\x1d\x7c\xfb\xb0\x22\x3c\x44\x89\x15\x94\x7d\x6b\x14\x81\x53\x2b\x92\x33\x0a\x05\x0d\xa1\xfa\x4e\x84\xaa\x36\x5f\xfe\x03\xb1\x59\x31\xb6\xcc\xfb\x36\x3e\xdd\x1d\x6c\xd9\xca\xb8\xff\x5a\x6d\x6f\x98\xf9\x16\xc4\x6e\xe7\x9d\x9e\x16\x95\xfa\x30\xcd\xe5\xd9\xf6\x06\x56\xa1\xca\x3c\xcc\xc7\xe7\xef\xe7\xc3\x61\x3e\x2e\xb6\x37\xcb\xf1\xac\xab\x96\x5f\x7f\xc8\x7e\x19\xcf\xbb\xbf\x97\x74\x3c\xb8\x08\x5f\xe4\xb4\xbd\x85\x8c\xa0\xa4\x35\xa3\x26\xa8\x89\x1c\x49\xe9\x72\x63\xe7\x92\x6a\xe0\x82\x80\x5d\x41\x27\x15\x52\xf0\x1d\x31\xa9\xcb\x21\xd5\x42\x9d\x80\x96\x96\x43\xb5\xef\x7d\xe3\x3f\x69\xdd\xfd\xf5\xfe\xef\x3a\xb6\x36\x96\xf3\xb4\xbc\xfe\xae\xea\xda\xce\x55\xd3\x97\xe5\x28\x8f\xb2\xc8\x1a\x30\x30\x92\x63\xe4\xc8\x01\x03\x75\xe4\x28\x91\x7a\x88\xc0\x9e\x12\xd3\x45\xa3\xe8\x21\x22\x45\xbe\xcc\x26\x52\x62\x0f\xa8\x14\x19\x99\xa9\xb1\xa7\x7c\xb3\x7e\x92\xd3\xb7\x71\x37\x2e\xef\xa1\x60\x37\x6f\x9b\x5f\x01\x00\x00\xff\xff\x91\xc6\xb3\x58\x64\x02\x00\x00") - -func ConfigStatusChainGenesisJsonBytes() ([]byte, error) { - return bindataRead( - _ConfigStatusChainGenesisJson, - "../config/status-chain-genesis.json", - ) -} - -func ConfigStatusChainGenesisJson() (*asset, error) { - bytes, err := ConfigStatusChainGenesisJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "../config/status-chain-genesis.json", size: 612, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0xf0, 0xc, 0x1, 0x95, 0x65, 0x6, 0x55, 0x48, 0x8f, 0x83, 0xa0, 0xb4, 0x81, 0xda, 0xad, 0x30, 0x6d, 0xb2, 0x78, 0x1b, 0x26, 0x4, 0x13, 0x12, 0x9, 0x6, 0xae, 0x3a, 0x2c, 0x1, 0x71}} - return a, nil -} - -var _keysBootnodeKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x4b\x01\x80\x40\x08\x04\xd0\xbb\x69\x58\x96\x6f\x1c\x66\x94\xfe\x11\x7c\xbe\x65\xab\x03\x07\x43\x1b\x87\x5b\x17\x8e\x9e\x23\x02\x11\x1a\x57\x51\x9d\x32\xf7\x24\x99\x1b\x08\xd8\xcb\xcf\x2d\xf4\xba\x3e\x7f\x00\x00\x00\xff\xff\x4a\x3d\x56\xc6\x41\x00\x00\x00") - -func keysBootnodeKeyBytes() ([]byte, error) { - return bindataRead( - _keysBootnodeKey, - "keys/bootnode.key", - ) -} - -func keysBootnodeKey() (*asset, error) { - bytes, err := keysBootnodeKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/bootnode.key", size: 65, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x31, 0xcf, 0x27, 0xd4, 0x96, 0x2e, 0x32, 0xcd, 0x58, 0x96, 0x2a, 0xe5, 0x8c, 0xa0, 0xf1, 0x73, 0x1f, 0xd6, 0xd6, 0x8b, 0xb, 0x73, 0xd3, 0x2c, 0x84, 0x1a, 0x56, 0xa4, 0x74, 0xb6, 0x95, 0x20}} - return a, nil -} - -var _keysFirebaseauthkey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xcb\x52\x85\x20\x18\x00\xe0\x7d\xef\xc2\xcc\x71\x4a\xc4\x76\x3f\x29\x43\x5c\x34\x2d\x4d\x59\x6a\xa5\x8d\x24\xde\x42\x7b\xfb\x3e\x00\x00\x9e\x87\xfa\xfe\xf3\xf9\x11\x5e\x20\x0e\x3a\xf6\x7b\xb8\xf2\x03\xc7\xd9\x4a\x10\xec\x46\x74\xa7\x26\x9a\xfd\x71\xec\xeb\xea\x98\x84\xb2\x9b\x6c\x92\x5b\xaa\x0d\x0e\x7c\x71\x71\xb8\xb1\xb1\xf2\x62\xcc\x61\xfb\x59\x91\xa2\x6f\x69\x6f\x29\x09\xdf\x07\x99\xb5\x09\x2a\x5f\x5b\x69\xa2\xa5\x91\x33\xa9\xa5\x67\x2d\x5d\xdd\xe1\xf0\xac\x82\xb0\xcf\xec\xd7\x72\x3d\x9c\x4f\x54\x4c\x3c\x2d\xad\x8b\xac\x32\x57\x8c\x06\xfc\x5d\x24\xd3\x7e\xf7\x1f\x00\x00\xff\xff\xd6\xa2\x00\x4a\x99\x00\x00\x00") - -func keysFirebaseauthkeyBytes() ([]byte, error) { - return bindataRead( - _keysFirebaseauthkey, - "keys/firebaseauthkey", - ) -} - -func keysFirebaseauthkey() (*asset, error) { - bytes, err := keysFirebaseauthkeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/firebaseauthkey", size: 153, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe, 0x69, 0x23, 0x64, 0x7d, 0xf9, 0x14, 0x37, 0x6f, 0x2b, 0x1, 0xf0, 0xb0, 0xa4, 0xb2, 0xd0, 0x18, 0xcd, 0xf9, 0xeb, 0x57, 0xa3, 0xfd, 0x79, 0x25, 0xa7, 0x9c, 0x3, 0xce, 0x26, 0xec, 0xe1}} - return a, nil -} - -var _keysTestAccount1StatusChainPk = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd0\xdd\x8a\xe4\x40\x08\x05\xe0\x77\xf1\x3a\x01\xb5\x4c\x55\x99\xb7\x51\xcb\x62\x9b\xf9\x6b\x92\x66\xd8\x65\xe8\x77\x5f\x32\xcb\x32\x97\x82\x7e\x1c\xcf\x17\x7c\xe6\x71\xde\x3e\xde\x61\x2f\x0b\xdc\x06\xec\xd0\x29\xb2\x25\xe9\xca\xd4\x71\x15\xe4\xbe\xba\x2a\xae\x68\x52\x94\x7c\x56\x33\x84\x05\x6c\x8c\x23\xcf\x13\x76\xf0\x49\x55\xc2\x8a\x50\xe1\x6a\x58\x7c\x93\x16\xb8\x79\x91\xe2\x9c\x4c\x39\x2d\x59\x5c\x61\x81\x38\xfe\xdc\x1f\x1f\xb0\x7f\x41\xdc\xee\xbf\xf2\x78\xe4\xef\x07\xec\xb0\x35\x17\xb1\x6e\xd4\x67\x6f\x8a\xea\xce\xd1\x4c\x95\x98\x5c\x54\x8b\xa9\xb7\x31\x2c\x89\x46\xe9\x53\x23\x31\x91\x42\x9a\x8c\x51\x6d\x9b\xf5\x92\xbf\xbd\xbb\x1d\xf6\x76\x5e\xfe\xed\x13\x76\x30\xc3\xad\x17\xec\x93\x38\x2a\x73\xca\xa8\x38\x34\xb0\x59\x6a\x2f\x2d\xe1\xf9\xff\xf0\x5a\xce\x73\x25\xee\x6b\x3c\x0e\x58\xe0\x65\x4c\xd8\xe1\xfc\x0e\xfc\x6f\xfc\xb1\xc7\xcb\x6b\x5e\x85\xf1\x02\xa7\xbd\x5e\x0f\xb8\x57\xc1\x62\x9e\x8d\xb3\xb6\x9a\xcc\x64\x82\xc6\x81\x6d\x93\xd9\xe8\x4a\xae\x54\x44\xab\x78\x20\x99\x85\x52\x99\x21\x65\x23\x1a\x19\x05\x16\x78\x87\xbd\x93\xf2\x02\x07\xec\x7d\x81\x3b\xec\xf4\x5c\xe0\xcd\x02\x76\x68\x9d\xb1\x0d\xa4\x40\x2f\x51\x49\xad\x4f\x51\x47\xd6\xda\xbd\x56\xaf\xc5\xc2\x37\x66\xec\x41\x45\xc8\xb4\x8c\xd0\x4a\x6d\xe0\x4c\x95\x9e\x09\xcf\xe7\xdf\x00\x00\x00\xff\xff\xd2\xdb\x1b\x65\xe9\x01\x00\x00") - -func keysTestAccount1StatusChainPkBytes() ([]byte, error) { - return bindataRead( - _keysTestAccount1StatusChainPk, - "keys/test-account1-status-chain.pk", - ) -} - -func keysTestAccount1StatusChainPk() (*asset, error) { - bytes, err := keysTestAccount1StatusChainPkBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/test-account1-status-chain.pk", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0xba, 0x35, 0x1, 0x2b, 0x9d, 0xad, 0xf0, 0x2d, 0x3c, 0x4d, 0x6, 0xb5, 0x22, 0x2, 0x47, 0xd4, 0x1c, 0xf4, 0x31, 0x2f, 0xb, 0x5b, 0x27, 0x5d, 0x43, 0x97, 0x58, 0x2d, 0xf0, 0xe1, 0xbe}} - return a, nil -} - -var _keysTestAccount1Pk = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x8f\x4b\x8e\x24\x3b\x08\x45\xf7\xc2\x38\x42\xb2\x31\xd8\xd8\xf3\x57\xfb\xc0\x80\xf5\x52\xf5\x4b\x45\xa4\x4a\xdd\x2a\xd5\xde\x5b\x91\x83\xee\x19\x20\x74\xee\x3d\xdf\xa0\xee\x47\x9c\x27\x0c\x78\x29\xfc\x5f\x2a\xc8\xae\x2e\x2d\xb0\xd6\x6c\x14\x2f\x9d\xb3\xb3\x34\x6c\x51\x9d\xa5\x38\x1b\x6c\x60\xc7\xef\xfb\xe3\x13\xc6\x37\xd8\xed\xfe\x7f\x1c\x30\x40\xe3\xdc\x33\xca\x6e\x8f\xe3\x7a\x78\x9e\x1f\xf1\xeb\x01\x03\x48\x02\x7d\x89\xb7\xb4\x64\xae\x42\xea\x1a\x9c\x66\x9a\x29\x4a\x96\xa4\xa5\x63\xd0\x9c\xb9\x89\x66\xa5\x82\xe4\x66\x92\x08\x5b\x4c\x6a\x95\xd6\x5f\xde\x5d\x0f\x7d\x3f\xaf\xd8\xdb\xd7\xc5\x2d\xc4\xa6\xb4\xb0\xd8\xcc\x19\xbb\xf6\x9e\x5b\x0e\xe9\x5a\x3b\xb2\x24\xf8\xd9\xe0\xd5\x17\x0c\x38\x9f\x85\xe1\xb9\xfe\x83\xf8\xeb\x5b\x7c\xc0\x28\xb8\xc1\x07\x0c\xac\x98\x89\x36\xb8\xc3\xc8\x1b\x1c\x30\x64\x83\x53\xdf\x2e\x81\xdc\x99\xb1\xc9\x9c\x46\xab\x68\x22\xb1\xa4\xe2\xad\x79\x70\xca\x54\x8b\xa1\x08\xf6\x59\x9e\xb3\x06\xad\x1e\xc8\x68\x58\xda\xc2\xa9\xd6\xae\x22\xef\x6a\x30\xa0\xa3\x97\x60\xd2\xde\x22\xbc\x74\xcf\x8b\x6a\xc3\xb6\x12\x13\x55\x26\x4c\xcb\x78\x95\x6c\x6d\x51\xb4\x14\x42\x55\xa7\x75\x76\x5b\x2e\x53\xf0\x49\xba\x39\x0c\x98\x35\x11\x59\x95\xbd\x74\xa3\x9d\xaa\xfb\x2e\x39\xe3\x8e\x16\x8c\xd9\x19\x6d\x31\x6c\xf0\x15\xc7\x79\xfb\xbc\x24\x7f\xfe\x04\x00\x00\xff\xff\x0d\x85\xaf\xaf\xeb\x01\x00\x00") - -func keysTestAccount1PkBytes() ([]byte, error) { - return bindataRead( - _keysTestAccount1Pk, - "keys/test-account1.pk", - ) -} - -func keysTestAccount1Pk() (*asset, error) { - bytes, err := keysTestAccount1PkBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/test-account1.pk", size: 491, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x43, 0xc2, 0xf4, 0x8c, 0xc6, 0x64, 0x25, 0x8c, 0x7, 0x8c, 0xa8, 0x89, 0x2b, 0x7b, 0x9b, 0x4f, 0x81, 0xcb, 0xce, 0x3d, 0xef, 0x82, 0x9c, 0x27, 0x27, 0xa9, 0xc5, 0x46, 0x70, 0x30, 0x38}} - return a, nil -} - -var _keysTestAccount2StatusChainPk = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd0\xdb\x8a\x1c\x41\x08\x80\xe1\x77\xf1\xba\x1b\x2c\xb5\x8e\x6f\x63\xa9\x45\x86\x3d\x0d\xdd\xc3\x92\xb0\xcc\xbb\x87\xde\x10\xf6\xd2\x8b\xff\x43\xfd\x82\xcf\x38\xce\xdb\xc7\x3b\x0c\xde\xe0\xe6\x30\x60\x9a\x69\xa3\x4c\xfb\x4a\x9a\x76\x59\xa1\xbb\xd6\x25\x3b\x17\x12\x49\x94\x8c\xd0\x60\x03\x75\x3f\xe2\x3c\x61\x00\x61\xd6\xec\x18\x95\xd6\x2a\x19\x6b\x5f\xa6\x73\x8a\x16\x0e\x66\xa7\xa6\x5a\x3c\x16\x5d\x91\x1d\x7f\xee\x8f\x0f\x18\x5f\x60\xb7\xfb\xaf\x38\x1e\xf1\xfb\x01\x03\xa4\xf6\x5c\x3d\x2c\xa8\xba\x4a\x11\x66\x77\xf4\x9c\x27\x77\x5f\x69\x61\xd7\xe0\x1e\x5c\x98\xe6\x42\xed\xc6\xce\x4b\x71\x52\x42\xd1\xa6\x34\x2f\xf9\xdb\xbb\xeb\xa1\x6f\xe7\xe5\xdf\x3e\x61\x80\x75\xae\x91\x7b\x23\x69\xa4\x8e\x3d\x73\x2f\x09\xb5\xf6\x98\xdd\x4a\x15\x78\xfe\x0f\x61\x80\xc6\xb9\x27\x6a\xbb\x3d\x0e\xd8\xe0\xc5\x17\x0c\x38\xbf\x17\xfe\x37\xfe\xd8\xfe\xf2\x1a\xd7\xc3\x68\x83\x53\x5f\xaf\x03\xd8\xb4\x18\xb7\x94\x5b\xc9\x92\x75\x22\x1b\x49\x14\x94\x42\x86\xc9\xc9\x5b\x53\xa9\xc2\x5c\xb4\x7a\x12\xd4\xa6\x4b\x94\x32\x16\x66\xce\x15\x61\x83\x77\x18\x2d\x75\xda\xe0\x80\xd1\x36\xb8\xc3\x48\xcf\x0d\xde\xd4\x60\x00\x56\x47\x67\x6a\xd6\xb1\x36\x2b\xd1\x66\x89\x55\x72\xe5\x54\xa8\xab\x72\x4c\x6a\xd1\x91\x49\x1a\x2f\xa1\x99\x45\xcd\x94\x85\x5c\x22\xb1\x34\x78\x3e\xff\x06\x00\x00\xff\xff\x4e\x39\x80\x7d\xe9\x01\x00\x00") - -func keysTestAccount2StatusChainPkBytes() ([]byte, error) { - return bindataRead( - _keysTestAccount2StatusChainPk, - "keys/test-account2-status-chain.pk", - ) -} - -func keysTestAccount2StatusChainPk() (*asset, error) { - bytes, err := keysTestAccount2StatusChainPkBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/test-account2-status-chain.pk", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0xf8, 0x5c, 0xe9, 0x92, 0x96, 0x2d, 0x88, 0x2b, 0x8e, 0x42, 0x3f, 0xa4, 0x93, 0x6c, 0xad, 0xe9, 0xc0, 0x1b, 0x8a, 0x8, 0x8c, 0x5e, 0x7a, 0x84, 0xa2, 0xf, 0x9f, 0x77, 0x58, 0x2c, 0x2c}} - return a, nil -} - -var _keysTestAccount2Pk = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x8f\x4d\x8a\x1c\x3d\x0c\x40\xef\xa2\x75\x15\xd8\xb2\x6c\x4b\xde\x7d\x7c\xe4\x20\xb2\x24\x93\x66\xfe\x9a\xaa\x66\x48\x18\xe6\xee\xa1\x7a\x91\x2c\x25\xc4\xd3\x7b\x5f\xa0\xee\x47\x9c\x27\x0c\xf8\x2f\x69\x16\xc4\x8c\x8d\x5d\x8a\x58\x51\xe9\x38\x57\xa5\x96\xfd\xff\x9c\x56\x17\x4e\x3f\x38\x13\x6c\x60\xc7\xef\xfb\xe3\x03\xc6\x17\xd8\xed\xfe\x33\x0e\x18\xa0\x71\xee\x19\x79\xb7\xc7\x71\x1d\x3c\xd7\x8f\xf8\xf5\x80\x01\xac\x2b\xc9\x5c\x9a\x50\x69\xf5\xa8\x2b\x17\x2d\xcc\x33\x8a\x64\xb7\x95\xc4\x6a\x36\xa6\x65\x2c\xc8\x84\x19\x31\x45\xea\xd6\x72\x4b\x84\x75\xf1\x5f\xde\x5d\x0f\x7d\x3b\xaf\xb7\xb7\x4f\x18\xd0\x75\x56\xd1\xa0\x2e\xb9\xf6\x1e\x1d\x3d\x9a\xd7\xe9\xac\x14\x48\xa1\xf0\xbd\xc1\x8b\x2f\x18\x70\x3e\x85\xe1\x39\xfe\x83\xf8\xcb\x6b\xbc\xc3\x28\xb8\xc1\x3b\x0c\x6c\x98\x89\x36\xb8\xc3\xc8\x1b\x1c\x30\x78\x83\x53\x5f\xaf\x00\xec\xd1\x6c\x72\xe4\x10\x4f\xd6\xdb\x9a\x73\x39\x91\x99\x22\xd5\xd2\x92\x2f\xa1\x24\xd3\x4c\xd4\x68\x51\x10\xdb\xa5\x35\xeb\x72\x9e\x49\xfa\x25\xf2\xa6\x76\x29\x2f\xf7\x59\x44\x3a\x7a\xcf\xb8\x26\x8a\x52\x59\x39\x72\xd4\x92\x4a\xe4\xc2\x1e\x26\x66\xa8\x2b\x66\xc2\xda\x82\xb5\xa7\x8a\xae\x54\xa4\x5b\xbb\x48\x37\x87\x01\x93\x51\xba\x4a\xde\x25\x05\xed\x24\x5e\x77\x6d\x4b\x76\xb6\x92\x2a\xf5\xc9\xd1\x14\x36\xf8\x8c\xe3\xbc\x7d\x5c\x91\xdf\x7f\x02\x00\x00\xff\xff\x80\x42\xa2\x5c\xeb\x01\x00\x00") - -func keysTestAccount2PkBytes() ([]byte, error) { - return bindataRead( - _keysTestAccount2Pk, - "keys/test-account2.pk", - ) -} - -func keysTestAccount2Pk() (*asset, error) { - bytes, err := keysTestAccount2PkBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/test-account2.pk", size: 491, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x72, 0xd5, 0x95, 0x5c, 0x5a, 0x99, 0x9d, 0x2f, 0x21, 0x83, 0xd7, 0x10, 0x17, 0x4a, 0x3d, 0x65, 0xc9, 0x26, 0x1a, 0x2c, 0x9d, 0x65, 0x63, 0xd2, 0xa0, 0xfc, 0x7c, 0x0, 0x87, 0x38, 0x9f}} - return a, nil -} - -var _keysTestAccount3BeforeEip55Pk = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\xdb\x8a\x1c\x31\x0c\x44\xff\x45\xcf\xdd\x20\x4b\xbe\xc8\xfe\x1b\x59\x96\xc8\xb0\xb7\xa1\x7b\x58\x12\x96\xf9\xf7\xd0\x59\xc2\x3e\xd6\x43\x1d\x4e\xd5\x17\x7c\xfa\x71\xde\x3e\xde\x61\xf0\x06\xb7\x05\x03\xd0\x96\xb9\x85\xed\x46\x61\x7b\x26\x4d\xbb\xf8\x2a\x7b\x26\x33\xec\xd4\x16\x2f\x81\x0d\x74\xad\xc3\xcf\x13\x06\xb0\x2e\xce\x5e\xbb\xac\x2c\x58\x35\x16\xca\xe4\xd2\x67\x27\x8c\x62\x75\x56\x9a\x55\xdc\x33\x6c\x60\xc7\x9f\xfb\xe3\x03\xc6\x17\xd8\xed\xfe\xcb\x8f\x87\xff\x7e\xc0\x00\xa2\xd2\xbb\x98\x77\x56\x2d\x93\x5a\x6a\xa5\x60\xc9\x9c\xd2\x52\x31\x6b\x53\xa8\x24\x6a\x2b\x23\x5a\xa7\x16\xca\xc2\x0d\x3d\x27\xa6\x4e\x66\x97\xce\x37\xef\xae\x87\xbe\x9d\x17\xff\xf6\x09\x03\xa4\x27\x6a\xd9\x49\x5b\xa3\xb6\x34\xd9\xd2\xb4\xc8\x6c\x12\xfb\x94\x89\xf0\xfc\x5f\x84\x01\xea\xe7\x9e\x48\x76\x7b\x1c\xb0\xc1\xcb\x0a\x18\x70\xfe\x13\xfe\x8e\x3f\xec\xf5\xf2\xea\xd7\x61\xb4\xc1\xa9\xaf\xd7\x80\x45\x93\x50\xb5\xd5\x2c\x11\xd8\xc9\x98\x51\x1a\x51\xc6\xf0\x5c\x83\xc2\xd8\x53\x66\xa6\xc9\x42\x9a\x05\x25\x6a\xc1\xc9\x56\xa5\x4b\x2d\x13\x36\x78\x87\x21\xa9\xd3\x06\x07\x0c\xd9\xe0\x0e\x23\x3d\x37\x78\x53\xbb\xd4\x10\x33\x63\x13\x89\xd5\x66\xa0\x93\xbb\xd7\x48\x5c\x4a\xcb\xa5\x27\x8e\xe2\x14\x25\x65\xaa\x1a\x9d\x58\x8a\x22\xba\x9b\xa6\x28\xd6\x98\x12\x3c\x9f\x7f\x03\x00\x00\xff\xff\x4c\x6d\xd5\xbe\xe9\x01\x00\x00") - -func keysTestAccount3BeforeEip55PkBytes() ([]byte, error) { - return bindataRead( - _keysTestAccount3BeforeEip55Pk, - "keys/test-account3-before-eip55.pk", - ) -} - -func keysTestAccount3BeforeEip55Pk() (*asset, error) { - bytes, err := keysTestAccount3BeforeEip55PkBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "keys/test-account3-before-eip55.pk", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x40, 0x56, 0xc1, 0x5e, 0x10, 0x6e, 0x28, 0x15, 0x3, 0x4e, 0xc4, 0xc4, 0x71, 0x4d, 0x16, 0x99, 0xcc, 0x1b, 0x63, 0xee, 0x10, 0x20, 0xe4, 0x59, 0x52, 0x3f, 0xc0, 0xad, 0x15, 0x13, 0x72}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "emojis.txt": emojisTxt, - "../config/README.md": ConfigReadmeMd, - "../config/cli/anon-metric-node-client.json": ConfigCliAnonMetricNodeClientJson, - "../config/cli/anon-metric-node-server.json": ConfigCliAnonMetricNodeServerJson, - "../config/cli/fleet-eth.prod.json": ConfigCliFleetEthProdJson, - "../config/cli/fleet-status.prod.json": ConfigCliFleetStatusProdJson, - "../config/cli/fleet-status.staging.json": ConfigCliFleetStatusStagingJson, - "../config/cli/fleet-waku.sandbox.json": ConfigCliFleetWakuSandboxJson, - "../config/cli/fleet-waku.test.json": ConfigCliFleetWakuTestJson, - "../config/cli/les-enabled.json": ConfigCliLesEnabledJson, - "../config/cli/mailserver-enabled.json": ConfigCliMailserverEnabledJson, - "../config/status-chain-genesis.json": ConfigStatusChainGenesisJson, - "keys/bootnode.key": keysBootnodeKey, - "keys/firebaseauthkey": keysFirebaseauthkey, - "keys/test-account1-status-chain.pk": keysTestAccount1StatusChainPk, - "keys/test-account1.pk": keysTestAccount1Pk, - "keys/test-account2-status-chain.pk": keysTestAccount2StatusChainPk, - "keys/test-account2.pk": keysTestAccount2Pk, - "keys/test-account3-before-eip55.pk": keysTestAccount3BeforeEip55Pk, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "..": {nil, map[string]*bintree{ - "config": {nil, map[string]*bintree{ - "README.md": {ConfigReadmeMd, map[string]*bintree{}}, - "cli": {nil, map[string]*bintree{ - "anon-metric-node-client.json": {ConfigCliAnonMetricNodeClientJson, map[string]*bintree{}}, - "anon-metric-node-server.json": {ConfigCliAnonMetricNodeServerJson, map[string]*bintree{}}, - "fleet-eth.prod.json": {ConfigCliFleetEthProdJson, map[string]*bintree{}}, - "fleet-status.prod.json": {ConfigCliFleetStatusProdJson, map[string]*bintree{}}, - "fleet-status.staging.json": {ConfigCliFleetStatusStagingJson, map[string]*bintree{}}, - "fleet-waku.sandbox.json": {ConfigCliFleetWakuSandboxJson, map[string]*bintree{}}, - "fleet-waku.test.json": {ConfigCliFleetWakuTestJson, map[string]*bintree{}}, - "les-enabled.json": {ConfigCliLesEnabledJson, map[string]*bintree{}}, - "mailserver-enabled.json": {ConfigCliMailserverEnabledJson, map[string]*bintree{}}, - }}, - "status-chain-genesis.json": {ConfigStatusChainGenesisJson, map[string]*bintree{}}, - }}, - }}, - "emojis.txt": {emojisTxt, map[string]*bintree{}}, - "keys": {nil, map[string]*bintree{ - "bootnode.key": {keysBootnodeKey, map[string]*bintree{}}, - "firebaseauthkey": {keysFirebaseauthkey, map[string]*bintree{}}, - "test-account1-status-chain.pk": {keysTestAccount1StatusChainPk, map[string]*bintree{}}, - "test-account1.pk": {keysTestAccount1Pk, map[string]*bintree{}}, - "test-account2-status-chain.pk": {keysTestAccount2StatusChainPk, map[string]*bintree{}}, - "test-account2.pk": {keysTestAccount2Pk, map[string]*bintree{}}, - "test-account3-before-eip55.pk": {keysTestAccount3BeforeEip55Pk, map[string]*bintree{}}, - }}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/t/bindata.go b/t/bindata.go deleted file mode 100644 index db6c56ac4..000000000 --- a/t/bindata.go +++ /dev/null @@ -1,323 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// config/public-chain-accounts.json (307B) -// config/status-chain-accounts.json (543B) -// config/test-data.json (84B) - -package t - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _configPublicChainAccountsJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xce\xbf\x0a\xc2\x30\x10\x80\xf1\x3d\x4f\x71\x64\xee\x90\xbb\xf4\xf2\xa7\x5b\x28\xed\x2b\x38\xc7\x5c\x8a\x43\x51\xb0\x15\x04\xe9\xbb\x4b\x71\x71\x51\xc4\xf1\x5b\x3e\x7e\x0f\x05\xa0\x53\x29\x97\xdb\x79\x45\xdd\xc1\xde\x00\xfa\x90\xe7\xb9\xae\x49\xe4\x5a\x97\x45\x77\xa0\xcd\x7d\xb4\x3c\x18\x4b\x2c\x59\x82\xaf\xe4\x1c\x96\xb6\x8e\x91\x51\x38\x78\xf2\xd5\x09\x07\x2b\x5c\x74\xf3\x5a\xf4\xa7\xfc\xe7\x40\x01\x6c\xcd\x9b\x8b\xbe\xba\x92\xc9\x18\x89\x90\x5c\x90\x68\x63\xb1\x39\x7a\x3a\x4e\xdc\x3a\x94\x1e\xcd\xe4\x63\x30\x43\xc0\xf6\xa3\xeb\xe7\xc1\xee\x52\x9b\x7a\x06\x00\x00\xff\xff\x70\xe6\xdd\xe7\x33\x01\x00\x00") - -func configPublicChainAccountsJsonBytes() ([]byte, error) { - return bindataRead( - _configPublicChainAccountsJson, - "config/public-chain-accounts.json", - ) -} - -func configPublicChainAccountsJson() (*asset, error) { - bytes, err := configPublicChainAccountsJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "config/public-chain-accounts.json", size: 307, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0x5d, 0xc0, 0xfe, 0x57, 0x50, 0x18, 0xec, 0x2d, 0x61, 0x1b, 0xa9, 0x81, 0x11, 0x5f, 0x77, 0xf7, 0xb6, 0x67, 0x82, 0x1, 0x40, 0x68, 0x9d, 0xc5, 0x41, 0xaf, 0xce, 0x43, 0x81, 0x92, 0x96}} - return a, nil -} - -var _configStatusChainAccountsJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xce\xbf\x4e\xc3\x40\x0c\xc7\xf1\x3d\x4f\x71\xba\xb9\x83\x63\xfb\x9c\xbb\x6e\x97\x90\xcc\x6c\xcc\xbe\x7f\x62\xa8\x28\x6a\x8a\x40\x42\x7d\x77\x54\x21\x24\x96\x54\x54\x6c\xf6\xf0\xfb\xea\xf3\xd9\x19\x63\x63\xce\xc7\xb7\x97\x73\x6f\xf7\xe6\xfa\x1b\x63\x9f\xf4\x70\xa8\xe7\x58\xca\xa9\xae\xab\xdd\x1b\x0b\x1f\x69\xe9\x85\xb3\x12\xf7\x84\xa2\x40\xc9\xf1\x90\xc1\x8d\xc4\x94\x70\xc6\xbe\x2e\xb1\x22\xa7\x60\x77\xdf\x89\xe9\x59\xff\x17\x78\xd4\x75\x7d\x3f\x9e\xca\x75\xfd\xfa\x73\x77\xc6\x5c\x76\xbf\xcc\x78\xd3\x8c\xe0\xd4\x15\x98\x07\x6c\x4d\x1c\x0c\x61\x99\x74\x1c\x39\x0a\xcd\x44\x05\xbd\x46\x79\xa8\x0d\xa7\x4d\xf3\xbd\x81\x3f\x99\xe9\xa6\x99\xb4\x10\x57\x09\xbe\xb0\x07\xd1\x56\xc0\x27\x72\x21\x05\x84\xe6\xb2\x24\xc1\x24\xbe\x56\xde\x34\xdf\x1b\xd8\x34\x77\x97\xee\x2b\x00\x00\xff\xff\x84\x46\x00\x06\x1f\x02\x00\x00") - -func configStatusChainAccountsJsonBytes() ([]byte, error) { - return bindataRead( - _configStatusChainAccountsJson, - "config/status-chain-accounts.json", - ) -} - -func configStatusChainAccountsJson() (*asset, error) { - bytes, err := configStatusChainAccountsJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "config/status-chain-accounts.json", size: 543, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0xb3, 0x61, 0x51, 0x70, 0x3c, 0x12, 0x3e, 0xf1, 0x1c, 0x81, 0xfb, 0x9a, 0x7c, 0xe3, 0x63, 0xd0, 0x8f, 0x12, 0xc5, 0x2d, 0xf4, 0xea, 0x27, 0x33, 0xef, 0xca, 0xf9, 0x3f, 0x72, 0x44, 0xbf}} - return a, nil -} - -var _configTestDataJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\xf2\xcb\x4f\x49\x55\xb2\x52\x00\xb1\x15\x14\x94\x82\x2b\xf3\x92\x83\x53\x93\xf3\xf3\x52\x8a\x95\xac\x14\x8c\x0d\x74\x20\xc2\x1e\x21\x21\x01\x01\xf9\x45\x25\x4a\x56\x0a\x16\x66\x26\xa6\x50\xd1\xf0\x60\x84\x98\x19\x97\x82\x42\x2d\x57\x2d\x17\x20\x00\x00\xff\xff\x51\xca\x96\xb1\x54\x00\x00\x00") - -func configTestDataJsonBytes() ([]byte, error) { - return bindataRead( - _configTestDataJson, - "config/test-data.json", - ) -} - -func configTestDataJson() (*asset, error) { - bytes, err := configTestDataJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "config/test-data.json", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x9d, 0x80, 0xf5, 0x87, 0xfa, 0x57, 0x1d, 0xa1, 0xd5, 0x7a, 0x10, 0x3, 0xac, 0xd7, 0xf4, 0x64, 0x32, 0x96, 0x2b, 0xb7, 0x21, 0xb7, 0xa6, 0x80, 0x40, 0xe9, 0x65, 0xe3, 0xd6, 0xbd, 0x40}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "config/public-chain-accounts.json": configPublicChainAccountsJson, - "config/status-chain-accounts.json": configStatusChainAccountsJson, - "config/test-data.json": configTestDataJson, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "config": {nil, map[string]*bintree{ - "public-chain-accounts.json": {configPublicChainAccountsJson, map[string]*bintree{}}, - "status-chain-accounts.json": {configStatusChainAccountsJson, map[string]*bintree{}}, - "test-data.json": {configTestDataJson, map[string]*bintree{}}, - }}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -} diff --git a/transactions/fake/mock.go b/transactions/fake/mock.go deleted file mode 100644 index bed9bdac1..000000000 --- a/transactions/fake/mock.go +++ /dev/null @@ -1,105 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: transactions/fake/txservice.go -// -// Generated by this command: -// -// mockgen -package=fake -destination=transactions/fake/mock.go -source=transactions/fake/txservice.go -// - -// Package fake is a generated GoMock package. -package fake - -import ( - context "context" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - hexutil "github.com/ethereum/go-ethereum/common/hexutil" - rpc "github.com/ethereum/go-ethereum/rpc" - gomock "github.com/golang/mock/gomock" -) - -// MockPublicTransactionPoolAPI is a mock of PublicTransactionPoolAPI interface. -type MockPublicTransactionPoolAPI struct { - ctrl *gomock.Controller - recorder *MockPublicTransactionPoolAPIMockRecorder -} - -// MockPublicTransactionPoolAPIMockRecorder is the mock recorder for MockPublicTransactionPoolAPI. -type MockPublicTransactionPoolAPIMockRecorder struct { - mock *MockPublicTransactionPoolAPI -} - -// NewMockPublicTransactionPoolAPI creates a new mock instance. -func NewMockPublicTransactionPoolAPI(ctrl *gomock.Controller) *MockPublicTransactionPoolAPI { - mock := &MockPublicTransactionPoolAPI{ctrl: ctrl} - mock.recorder = &MockPublicTransactionPoolAPIMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockPublicTransactionPoolAPI) EXPECT() *MockPublicTransactionPoolAPIMockRecorder { - return m.recorder -} - -// EstimateGas mocks base method. -func (m *MockPublicTransactionPoolAPI) EstimateGas(ctx context.Context, args CallArgs) (hexutil.Uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", ctx, args) - ret0, _ := ret[0].(hexutil.Uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockPublicTransactionPoolAPIMockRecorder) EstimateGas(ctx, args any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockPublicTransactionPoolAPI)(nil).EstimateGas), ctx, args) -} - -// GasPrice mocks base method. -func (m *MockPublicTransactionPoolAPI) GasPrice(ctx context.Context) (*hexutil.Big, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GasPrice", ctx) - ret0, _ := ret[0].(*hexutil.Big) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GasPrice indicates an expected call of GasPrice. -func (mr *MockPublicTransactionPoolAPIMockRecorder) GasPrice(ctx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GasPrice", reflect.TypeOf((*MockPublicTransactionPoolAPI)(nil).GasPrice), ctx) -} - -// GetTransactionCount mocks base method. -func (m *MockPublicTransactionPoolAPI) GetTransactionCount(ctx context.Context, address common.Address, blockNr rpc.BlockNumber) (*hexutil.Uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "GetTransactionCount", ctx, address, blockNr) - ret0, _ := ret[0].(*hexutil.Uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// GetTransactionCount indicates an expected call of GetTransactionCount. -func (mr *MockPublicTransactionPoolAPIMockRecorder) GetTransactionCount(ctx, address, blockNr any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetTransactionCount", reflect.TypeOf((*MockPublicTransactionPoolAPI)(nil).GetTransactionCount), ctx, address, blockNr) -} - -// SendRawTransaction mocks base method. -func (m *MockPublicTransactionPoolAPI) SendRawTransaction(ctx context.Context, encodedTx hexutil.Bytes) (common.Hash, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendRawTransaction", ctx, encodedTx) - ret0, _ := ret[0].(common.Hash) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SendRawTransaction indicates an expected call of SendRawTransaction. -func (mr *MockPublicTransactionPoolAPIMockRecorder) SendRawTransaction(ctx, encodedTx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendRawTransaction", reflect.TypeOf((*MockPublicTransactionPoolAPI)(nil).SendRawTransaction), ctx, encodedTx) -} diff --git a/transactions/mock_transactor/transactor.go b/transactions/mock_transactor/transactor.go deleted file mode 100644 index befa4f368..000000000 --- a/transactions/mock_transactor/transactor.go +++ /dev/null @@ -1,201 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: transactions/transactor.go -// -// Generated by this command: -// -// mockgen -package=mock_transactor -destination=transactions/mock_transactor/transactor.go -source=transactions/transactor.go -// - -// Package mock_transactions is a generated GoMock package. -package mock_transactions - -import ( - big "math/big" - reflect "reflect" - - gomock "go.uber.org/mock/gomock" - - common "github.com/ethereum/go-ethereum/common" - types "github.com/ethereum/go-ethereum/core/types" - gomock "github.com/golang/mock/gomock" - account "github.com/status-im/status-go/account" - types0 "github.com/status-im/status-go/eth-node/types" - params "github.com/status-im/status-go/params" - rpc "github.com/status-im/status-go/rpc" - common0 "github.com/status-im/status-go/services/wallet/common" - transactions "github.com/status-im/status-go/transactions" -) - -// MockTransactorIface is a mock of TransactorIface interface. -type MockTransactorIface struct { - ctrl *gomock.Controller - recorder *MockTransactorIfaceMockRecorder -} - -// MockTransactorIfaceMockRecorder is the mock recorder for MockTransactorIface. -type MockTransactorIfaceMockRecorder struct { - mock *MockTransactorIface -} - -// NewMockTransactorIface creates a new mock instance. -func NewMockTransactorIface(ctrl *gomock.Controller) *MockTransactorIface { - mock := &MockTransactorIface{ctrl: ctrl} - mock.recorder = &MockTransactorIfaceMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockTransactorIface) EXPECT() *MockTransactorIfaceMockRecorder { - return m.recorder -} - -// AddSignatureToTransaction mocks base method. -func (m *MockTransactorIface) AddSignatureToTransaction(chainID uint64, tx *types.Transaction, sig []byte) (*types.Transaction, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "AddSignatureToTransaction", chainID, tx, sig) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// AddSignatureToTransaction indicates an expected call of AddSignatureToTransaction. -func (mr *MockTransactorIfaceMockRecorder) AddSignatureToTransaction(chainID, tx, sig any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AddSignatureToTransaction", reflect.TypeOf((*MockTransactorIface)(nil).AddSignatureToTransaction), chainID, tx, sig) -} - -// BuildTransactionWithSignature mocks base method. -func (m *MockTransactorIface) BuildTransactionWithSignature(chainID uint64, args transactions.SendTxArgs, sig []byte) (*types.Transaction, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "BuildTransactionWithSignature", chainID, args, sig) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// BuildTransactionWithSignature indicates an expected call of BuildTransactionWithSignature. -func (mr *MockTransactorIfaceMockRecorder) BuildTransactionWithSignature(chainID, args, sig any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "BuildTransactionWithSignature", reflect.TypeOf((*MockTransactorIface)(nil).BuildTransactionWithSignature), chainID, args, sig) -} - -// EstimateGas mocks base method. -func (m *MockTransactorIface) EstimateGas(network *params.Network, from, to common.Address, value *big.Int, input []byte) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "EstimateGas", network, from, to, value, input) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// EstimateGas indicates an expected call of EstimateGas. -func (mr *MockTransactorIfaceMockRecorder) EstimateGas(network, from, to, value, input any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EstimateGas", reflect.TypeOf((*MockTransactorIface)(nil).EstimateGas), network, from, to, value, input) -} - -// NextNonce mocks base method. -func (m *MockTransactorIface) NextNonce(rpcClient rpc.ClientInterface, chainID uint64, from types0.Address) (uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "NextNonce", rpcClient, chainID, from) - ret0, _ := ret[0].(uint64) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// NextNonce indicates an expected call of NextNonce. -func (mr *MockTransactorIfaceMockRecorder) NextNonce(rpcClient, chainID, from any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NextNonce", reflect.TypeOf((*MockTransactorIface)(nil).NextNonce), rpcClient, chainID, from) -} - -// SendRawTransaction mocks base method. -func (m *MockTransactorIface) SendRawTransaction(chainID uint64, rawTx string) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendRawTransaction", chainID, rawTx) - ret0, _ := ret[0].(error) - return ret0 -} - -// SendRawTransaction indicates an expected call of SendRawTransaction. -func (mr *MockTransactorIfaceMockRecorder) SendRawTransaction(chainID, rawTx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendRawTransaction", reflect.TypeOf((*MockTransactorIface)(nil).SendRawTransaction), chainID, rawTx) -} - -// SendTransaction mocks base method. -func (m *MockTransactorIface) SendTransaction(sendArgs transactions.SendTxArgs, verifiedAccount *account.SelectedExtKey, lastUsedNonce int64) (types0.Hash, uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransaction", sendArgs, verifiedAccount, lastUsedNonce) - ret0, _ := ret[0].(types0.Hash) - ret1, _ := ret[1].(uint64) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// SendTransaction indicates an expected call of SendTransaction. -func (mr *MockTransactorIfaceMockRecorder) SendTransaction(sendArgs, verifiedAccount, lastUsedNonce any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransaction", reflect.TypeOf((*MockTransactorIface)(nil).SendTransaction), sendArgs, verifiedAccount, lastUsedNonce) -} - -// SendTransactionWithChainID mocks base method. -func (m *MockTransactorIface) SendTransactionWithChainID(chainID uint64, sendArgs transactions.SendTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (types0.Hash, uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransactionWithChainID", chainID, sendArgs, lastUsedNonce, verifiedAccount) - ret0, _ := ret[0].(types0.Hash) - ret1, _ := ret[1].(uint64) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// SendTransactionWithChainID indicates an expected call of SendTransactionWithChainID. -func (mr *MockTransactorIfaceMockRecorder) SendTransactionWithChainID(chainID, sendArgs, lastUsedNonce, verifiedAccount any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransactionWithChainID", reflect.TypeOf((*MockTransactorIface)(nil).SendTransactionWithChainID), chainID, sendArgs, lastUsedNonce, verifiedAccount) -} - -// SendTransactionWithSignature mocks base method. -func (m *MockTransactorIface) SendTransactionWithSignature(from common.Address, symbol string, multiTransactionID common0.MultiTransactionIDType, tx *types.Transaction) (types0.Hash, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "SendTransactionWithSignature", from, symbol, multiTransactionID, tx) - ret0, _ := ret[0].(types0.Hash) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// SendTransactionWithSignature indicates an expected call of SendTransactionWithSignature. -func (mr *MockTransactorIfaceMockRecorder) SendTransactionWithSignature(from, symbol, multiTransactionID, tx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendTransactionWithSignature", reflect.TypeOf((*MockTransactorIface)(nil).SendTransactionWithSignature), from, symbol, multiTransactionID, tx) -} - -// StoreAndTrackPendingTx mocks base method. -func (m *MockTransactorIface) StoreAndTrackPendingTx(from common.Address, symbol string, chainID uint64, multiTransactionID common0.MultiTransactionIDType, tx *types.Transaction) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "StoreAndTrackPendingTx", from, symbol, chainID, multiTransactionID, tx) - ret0, _ := ret[0].(error) - return ret0 -} - -// StoreAndTrackPendingTx indicates an expected call of StoreAndTrackPendingTx. -func (mr *MockTransactorIfaceMockRecorder) StoreAndTrackPendingTx(from, symbol, chainID, multiTransactionID, tx any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StoreAndTrackPendingTx", reflect.TypeOf((*MockTransactorIface)(nil).StoreAndTrackPendingTx), from, symbol, chainID, multiTransactionID, tx) -} - -// ValidateAndBuildTransaction mocks base method. -func (m *MockTransactorIface) ValidateAndBuildTransaction(chainID uint64, sendArgs transactions.SendTxArgs, lastUsedNonce int64) (*types.Transaction, uint64, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "ValidateAndBuildTransaction", chainID, sendArgs, lastUsedNonce) - ret0, _ := ret[0].(*types.Transaction) - ret1, _ := ret[1].(uint64) - ret2, _ := ret[2].(error) - return ret0, ret1, ret2 -} - -// ValidateAndBuildTransaction indicates an expected call of ValidateAndBuildTransaction. -func (mr *MockTransactorIfaceMockRecorder) ValidateAndBuildTransaction(chainID, sendArgs, lastUsedNonce any) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ValidateAndBuildTransaction", reflect.TypeOf((*MockTransactorIface)(nil).ValidateAndBuildTransaction), chainID, sendArgs, lastUsedNonce) -} diff --git a/walletdatabase/migrations/bindata.go b/walletdatabase/migrations/bindata.go deleted file mode 100644 index de571d333..000000000 --- a/walletdatabase/migrations/bindata.go +++ /dev/null @@ -1,1011 +0,0 @@ -// Code generated by go-bindata. DO NOT EDIT. -// sources: -// 1691753758_initial.up.sql (5.738kB) -// 1692701329_add_collectibles_and_collections_data_cache.up.sql (1.808kB) -// 1692701339_add_scope_to_pending.up.sql (576B) -// 1694540071_add_collectibles_ownership_update_timestamp.up.sql (349B) -// 1694692748_add_raw_balance_to_token_balances.up.sql (165B) -// 1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql (275B) -// 1695932536_balance_history_v2.up.sql (653B) -// 1696853635_input_data.up.sql (23.14kB) -// 1698117918_add_community_id_to_tokens.up.sql (61B) -// 1698257443_add_community_metadata_to_wallet_db.up.sql (323B) -// 1699987075_add_timestamp_and_state_to_community_data_cache.up.sql (865B) -// 1700414564_add_wallet_connect_pairings_table.up.sql (439B) -// 1701101493_add_token_blocks_range.up.sql (469B) -// 1702467441_wallet_connect_sessions_instead_of_pairings.up.sql (356B) -// 1702577524_add_community_collections_and_collectibles_images_cache.up.sql (210B) -// 1702867707_add_balance_to_collectibles_ownership_cache.up.sql (289B) -// 1703686612_add_color_to_saved_addresses.up.sql (114B) -// 1704701942_remove_favourite_and_change_primary_key_for_saved_addresses.up.sql (894B) -// 1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cache.up.sql (73B) -// 1705664490_add_balance_check_fields_blocks_ranges_sequential.up.sql (84B) -// 1706531789_remove_gasfee-only-eth-transfers.up.sql (627B) -// 1707160323_add_contract_type_table.up.sql (282B) -// 1708089811_add_nullable_fiesl_blocks_ranges.up.sql (450B) -// 1710189541_add_nonce_to_pending_transactions.up.sql (54B) -// 1712567001_add_soulbound_collectible_cache.up.sql (75B) -// 1714670633_add_id_to_multi_transaction_table.up.sql (1.15kB) -// 1715637927_add_collection_socials.up.sql (356B) -// 1715839555_rename_chain_prefixes.up.sql (259B) -// 1716313614_add_rpc_limits_table.up.sql (203B) -// 1716912885_add_wallet_connect_dapps.up.sql (750B) -// 1721136888_recreate_indices_balance_history_remove_dups.up.sql (923B) -// 1721306883_add_connector_dapps.up.sql (360B) -// doc.go (94B) - -package migrations - -import ( - "bytes" - "compress/gzip" - "crypto/sha256" - "fmt" - "io" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %w", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo - digest [sha256.Size]byte -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var __1691753758_initialUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x58\xcd\x8e\xdb\x36\x10\xbe\xfb\x29\x88\x3d\xad\x01\x1d\x9a\xb4\x28\x0a\xe4\xa4\xf5\x6a\x37\x42\x5d\x39\x95\xe5\x26\x39\x11\xb4\x34\x5e\x13\x2b\x89\x0a\x49\x39\x76\x9e\xbe\xa0\x7e\x49\x89\x92\xdd\x45\x7a\x94\x38\xe4\xfc\x7f\xf3\x91\xab\xd0\x73\x23\x0f\x45\xee\xc3\xda\x43\xfb\x94\xc5\xaf\x02\xdd\x2f\x10\x42\x28\x07\xf9\x9d\xf1\x57\x4c\x13\xb4\x0b\xb6\xfe\x73\xe0\x3d\xa2\x07\xff\xd9\x0f\x22\x14\x6c\x22\x14\xec\xd6\x6b\xa7\x12\x24\x49\xc2\x41\x08\xf4\x8f\x1b\xae\x3e\xba\xe1\x60\x75\x9f\xbe\xe2\xbc\xcc\xf6\xc0\xed\xbb\xd5\xfa\x91\x88\xa3\x7d\x35\x65\x24\x81\x04\x3d\x6c\x36\x6b\xf4\xe8\x3d\xb9\xbb\x75\x84\x9e\xdc\xf5\xd6\xab\x97\x57\x9b\x60\x1b\x85\xae\xda\x57\xe6\xf4\x5b\x09\x38\x23\x45\x41\xf3\x17\x7c\x60\x1c\x93\x38\x66\x65\x2e\xb1\x64\xb8\xf2\x0c\x17\xc0\x71\xe3\x16\xda\x05\xfe\xdf\x3b\x0f\xdd\x37\xd6\x3b\xad\x1d\x4e\xef\xf7\x72\xb1\xfc\xb0\x58\x58\x22\x84\x39\xc9\x5f\xe0\x7f\x08\xd4\x81\xb3\x6c\x3a\x4c\x92\x4d\xac\x91\x94\xe4\x31\xa0\x87\xf5\xe6\xa1\xfe\x93\x33\xf5\xed\x07\x91\xf7\xec\x85\xf3\x4e\x60\x01\xdf\x4a\xc8\x25\x25\xe9\xcf\xf7\x47\x48\xc2\x65\xb3\x59\xf3\x92\x72\x21\xa7\xdd\x4c\xc9\xd4\xea\xa7\xd0\xff\xcb\x0d\xbf\xa2\x3f\xbd\xaf\xe8\xbe\x37\xd3\x69\x2d\x59\x2e\x96\xe8\xb3\x1f\x7d\xdc\xec\x22\x14\x6e\x3e\xfb\x8f\x43\xcf\x0b\xc8\x13\x55\x1d\x92\x93\x5c\x90\x58\x52\x96\xff\xe7\x2c\x56\xc5\x6a\x77\x59\xd2\x0c\x84\x24\x59\x71\xe5\x08\x95\x66\x3c\x1f\x3d\xc9\x86\x02\xf5\x7f\x71\xc9\xf6\x2c\x35\xff\xbd\x10\x81\x0b\x4e\x8d\x0a\x50\xff\x52\x9a\x51\xa9\xfd\x3b\x91\xb4\xd4\x65\x12\x22\x09\x8a\xbc\x2f\x4d\x6a\xe4\xa5\x00\xf3\x60\x92\x24\x54\xc5\x88\xa4\x78\x20\x9b\x95\xa9\xa4\x7a\x18\x55\xdc\xba\x24\x4f\xe6\x49\xc5\xee\x6a\x92\xee\x04\x39\x41\xd2\xba\x0f\xe2\xae\xc9\xd0\x7c\xc0\x72\x92\x41\x65\xe0\x30\xd6\xe4\xc4\x4a\x4e\x25\x54\x20\xe2\xb9\x41\xb7\x6e\x03\x14\x0e\x19\x3b\x35\x80\x73\x4d\xb6\x2c\x12\x22\x01\xc7\xaa\x9b\x90\x9e\xe4\x4e\xf8\x97\x5a\x30\x3e\x12\x9a\x63\x71\x64\x5c\x62\x65\x66\xef\x42\x2b\x78\x77\x57\x4b\x42\x2e\x2a\x89\x49\x01\x2a\xb0\x04\xd5\x1e\x8d\x7d\x16\xb3\x62\x0e\x44\xaa\xf8\xc9\xca\xa8\x81\x2d\x46\x6a\x5a\xec\xeb\xf4\x3a\xad\x82\xab\x49\x92\xec\x15\x72\xdc\x20\x4f\xdb\x43\xa5\x00\x7e\xb5\xae\xd5\x3e\xc3\x47\x9b\x80\x59\xe6\x56\x91\x5b\xf4\xc4\x2c\x65\x7c\x24\x31\x8a\x6a\x2d\x9c\x40\x4c\x33\x92\x0a\x34\x6e\xd8\x56\x40\xc4\x9c\x16\xaa\xdc\x6f\x3d\xb3\xe4\x63\x27\x46\xa2\x2d\x7e\xdb\x3d\xa9\xab\xa7\x6e\xaf\x39\x3c\xd4\x83\xef\x74\xbb\x1c\x23\xa0\x4b\xb4\x09\xd4\xd0\x7c\x5a\xfb\xab\x08\x85\xde\xa7\xb5\xbb\xf2\xc6\x53\xae\xda\x22\x6e\x6b\xbb\x5b\x61\x73\xaa\x3f\x67\x33\xdd\xa5\xa4\x3b\xbb\xc3\x18\x23\xb5\x73\xb5\x6d\xcc\xf3\xf9\xa2\x3e\x51\x41\xf7\x29\x60\xc3\xff\x2e\xfe\x63\x1b\xa6\x42\x33\x8e\x68\x5c\x72\x0e\x79\x7c\x51\xbc\x24\x23\x12\xc7\x24\x3e\x42\xa3\x60\x3e\x02\x54\x14\x29\xb9\xcc\x15\xa7\x90\x9c\x16\x0a\x8b\x69\xaa\x66\xdb\x0f\xe0\x0c\xc4\x08\xc1\xc6\x36\x8d\x30\xbc\xf5\xf8\x86\xf1\x54\x8b\x08\x01\x72\x56\x20\x53\xfc\xeb\xe6\x09\x67\x11\x98\xd1\xa0\x8f\xab\x37\xce\x61\xa5\xc1\x30\x51\xb3\x7d\xba\xb0\xbb\xbd\xd7\x44\x62\xce\x84\xc0\xf2\xac\x04\xa6\x00\xbd\xd2\x25\xcf\x0d\x05\xee\x46\xb3\x64\xc6\x4f\x0b\x11\xad\x31\x03\x1f\xa9\x90\x8c\x5f\x26\x6b\xf5\x0d\xc4\xad\xad\xd5\x49\x5e\xa7\xe6\x9d\x3d\x9e\x5d\xdc\x2d\xcc\x8e\x4a\x95\xcb\x79\xf6\x3a\xf6\xb3\xe2\x35\x46\xbb\x54\xcd\xf9\x36\xd3\x6b\x92\x14\x7a\xee\x7a\xa6\x2d\xfc\xa7\x6a\xd1\xfb\xe2\x6f\xa3\xad\x82\x99\x14\x62\xa9\x60\x41\x60\xf6\x3d\x07\x2e\x8e\xb4\x30\x0c\xba\x31\xe8\x31\xcb\x25\x27\xb1\xbc\x69\x70\xd1\xa4\x8a\xc7\x60\xad\xd2\x3f\xb9\xdf\x82\xe3\xaa\xb7\x0f\xc0\x7f\x26\xc7\xbd\x4e\xfa\xe7\x08\xf2\x59\xab\x71\x01\x79\x02\x03\x08\xe7\x10\x03\x2d\x74\xd2\x9a\xb2\x17\xbd\x2f\xa6\x9b\xfe\xda\x45\xf3\x56\x50\xb0\x5d\x39\xdf\xdd\xc2\x7a\xf7\x44\x00\x56\xbc\xfb\x00\x83\x49\x37\xea\x7a\x21\x89\x2c\x45\xbf\xb5\x71\x1b\x57\xee\xf5\x10\x33\x82\x85\x94\xbd\x60\x9a\x27\x70\xd6\xb4\x56\x37\xdb\x81\x5c\x5c\x66\x65\x4a\x24\x3d\xd5\x06\x95\x02\x12\x7d\x72\x0e\x0a\xb1\xa7\xf5\x63\x61\x85\x5e\xa6\x42\x79\x1e\x98\x59\x70\x26\x21\x96\x3d\x6b\x1e\xde\x40\xc6\x83\xb3\xbb\xb1\xe0\x38\x25\x59\x01\xc9\xef\xbf\x99\x8b\xb2\xea\xb1\x62\x6a\xf9\x00\x30\xb5\x5c\x03\x3a\x2e\x48\x92\x40\xf2\xee\xfd\x1f\x47\x38\x23\x55\x2d\xf7\xbf\xbe\x5f\x36\x12\xcd\xb3\x40\x77\x49\x6e\x72\x42\x7f\xe8\xb1\x37\x38\xa6\x0e\xcc\x5a\x7b\x76\x01\x31\x26\xa6\xb1\xa2\x4d\xb9\xfe\xff\xd3\x26\xf4\xfc\xe7\x40\x11\x15\xfd\x7a\x34\x7c\x8a\x58\xa2\xd0\x7b\xf2\x42\x2f\x58\x79\xdb\xe6\xd2\x3e\x2f\xbe\x51\x17\x82\xb5\x17\x79\x68\xe5\x6e\x57\xee\xe3\xe4\x2b\x49\x0b\x0c\xd5\x8b\x48\x73\x8e\xf5\x75\xa4\x7a\x11\x69\x15\x4d\xbc\x8c\xf8\xc1\xa3\xf7\x65\x38\x90\xf0\x81\xa6\x12\x38\x86\x5c\x72\x0a\x42\x99\x36\x1a\x59\x3d\x47\xed\x69\x6b\x03\xe0\x4e\xed\xaf\xd3\x77\xad\xd3\x4c\x90\x91\x62\x9a\x9c\x3b\x7f\x04\xae\x1e\x10\xea\x0e\xde\x04\x3d\x00\xde\xf7\xe8\xe0\x34\x1d\xae\x1d\xd4\x78\x5b\x9f\xa7\x4d\x1c\x4c\x13\xc8\x25\x3d\x5c\x2a\x37\x2e\xea\x44\x63\x1e\x55\xc5\xd0\x1b\x3d\x75\xe2\x30\x34\xe3\x53\xdf\x10\x9a\x29\x65\x56\xa6\x69\x51\x39\xc1\x48\x9b\x7b\xc2\x7c\x90\xeb\xdc\x2e\xf4\x00\xa3\x7b\x1b\x38\xb6\xb1\x36\xf2\x58\x83\x9f\x4e\xcc\x9d\x61\x0f\x39\x66\xeb\x38\x66\x3b\x3a\x5d\x17\x3a\xd5\x40\xb0\x5a\x6b\x7b\xea\x51\x16\xdb\x9f\x80\xec\xc6\x0f\x4c\xd2\xec\x31\x6c\xd7\x5c\x9b\x8e\xde\x98\x6d\x2b\x6b\x6c\x1c\x7c\x5a\xab\x72\xd6\xd1\xb8\xb7\xa1\xbb\xa5\xcb\x8e\xce\xbd\x9d\x9e\xe3\x8e\xac\xba\x89\xe8\x8c\xdb\x78\x9e\x11\xf5\x85\x6b\x90\x95\xe5\x87\xc5\xbf\x01\x00\x00\xff\xff\x40\xaa\x79\x12\x6a\x16\x00\x00") - -func _1691753758_initialUpSqlBytes() ([]byte, error) { - return bindataRead( - __1691753758_initialUpSql, - "1691753758_initial.up.sql", - ) -} - -func _1691753758_initialUpSql() (*asset, error) { - bytes, err := _1691753758_initialUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1691753758_initial.up.sql", size: 5738, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0x25, 0x31, 0xc8, 0x27, 0x3, 0x6b, 0x9f, 0x15, 0x42, 0x2f, 0x85, 0xfb, 0xe3, 0x6, 0xea, 0xf7, 0x97, 0x12, 0x56, 0x3c, 0x9a, 0x5b, 0x1a, 0xca, 0xb1, 0x23, 0xfa, 0xcd, 0x57, 0x25, 0x5c}} - return a, nil -} - -var __1692701329_add_collectibles_and_collections_data_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x94\xc1\x8e\xda\x30\x10\x86\xef\x3c\xc5\x1c\x5b\x89\x37\xe8\x29\x24\x03\x8d\x1a\x99\x36\x24\xd5\xf6\x14\xcd\xda\x2e\x3b\xc2\xb1\x23\xc7\x59\x95\xb7\xaf\x80\x6e\xbb\x85\x75\xc8\xae\x84\xf6\xea\x19\xff\xb6\xe7\xfb\x7f\xa7\x25\x26\x15\x42\x95\x2c\x0a\x84\x7c\x09\x62\x5d\x01\xde\xe5\x9b\x6a\x03\xd2\x19\xa3\x65\xe0\x7b\xa3\x1b\x45\x81\x1a\x49\xf2\x41\xc3\x87\x19\x00\x80\x7c\x20\xb6\x0d\x2b\xa8\xc5\x26\x5f\x09\xcc\x60\x91\xaf\x72\x51\x1d\x05\x44\x5d\x14\xf3\x53\x9b\xb3\xc1\x93\x0c\x0d\x29\xe5\x75\xdf\xc3\xf7\xa4\x4c\x3f\x27\xe5\x59\x5b\x70\x3b\x7d\x54\x5b\x14\xeb\xc5\x59\xad\xf3\xee\x91\x95\xf6\x91\xad\x96\x5a\x1d\x29\x29\xdd\x4b\xcf\x5d\x60\x67\x23\x1d\x9d\xf6\x2d\x19\xb6\xbb\x48\x9d\x5b\xda\xea\x66\xf0\x26\x52\x27\xcb\x2d\x1d\xf4\x27\xf5\xb4\x5a\x31\x35\x61\xdf\xc5\x2e\x7c\x4f\x72\xb7\xf5\x6e\xb0\xaa\x91\xce\xb8\xd8\x93\x4f\xd3\x1a\x3c\x5f\xd4\x67\x1f\x3f\xcd\x66\x7f\x90\xd6\x22\xff\x56\x23\xe4\x22\xc3\xbb\x6b\x64\x59\x69\x1b\xf8\xe7\xbe\xd1\x36\xf8\x3d\xac\x45\x14\xfe\x13\xf7\xf9\x05\xda\xf9\x5f\x8a\xcf\x2e\x71\xcd\x57\xc1\x13\x87\xfe\x9d\x9c\x75\x3c\x7c\x8c\xc7\xa9\xe1\x91\xcc\x10\xb5\x18\xf7\x9d\xa1\xfd\x98\x48\x4b\xbf\x46\x25\x96\xeb\x12\xf3\x95\x80\x2f\xf8\x63\xda\x74\xa1\xc4\x25\x96\x28\x52\x8c\x65\x74\x9a\xce\xf1\x74\x38\xc0\xae\xbf\x66\x07\x58\x69\xb2\x49\x93\x0c\xff\xad\x67\x58\xe0\xb3\xf5\x89\x5c\x9d\xbd\xf5\x77\xf1\xf6\x2f\xa1\x37\xc3\xf6\xd5\x59\x7f\x65\xaa\x9e\xde\x1f\x0f\xd5\xd9\x84\xe2\xb4\xa6\x4f\xfc\xf6\x41\xba\x16\x96\x96\x2d\x94\x98\x14\x97\xf6\x7f\x69\x79\x9a\xeb\x5f\xf4\xfa\x7f\xd3\x1b\xdb\xfc\x16\x83\xff\x0e\x00\x00\xff\xff\xad\x71\x76\xba\x10\x07\x00\x00") - -func _1692701329_add_collectibles_and_collections_data_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1692701329_add_collectibles_and_collections_data_cacheUpSql, - "1692701329_add_collectibles_and_collections_data_cache.up.sql", - ) -} - -func _1692701329_add_collectibles_and_collections_data_cacheUpSql() (*asset, error) { - bytes, err := _1692701329_add_collectibles_and_collections_data_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1692701329_add_collectibles_and_collections_data_cache.up.sql", size: 1808, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0x51, 0xf4, 0x2b, 0x92, 0xde, 0x59, 0x65, 0xd8, 0x9b, 0x57, 0xe0, 0xfd, 0x7b, 0x12, 0xb, 0x29, 0x6e, 0x9d, 0xb5, 0x90, 0xe, 0xfa, 0x12, 0x97, 0xd, 0x61, 0x60, 0x7f, 0x32, 0x1d, 0xc3}} - return a, nil -} - -var __1692701339_add_scope_to_pendingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcd\x8a\xdb\x30\x14\x85\xf7\x7a\x8a\xc3\xac\x5a\xb0\x5b\xba\xf6\xca\x33\x56\xa1\xe0\xda\x43\x46\x81\xd9\x19\xd5\xba\x89\xc5\xe8\x27\x48\xd7\x8d\xf3\xf6\x25\x89\x4b\x53\x1a\xe8\xec\x84\x74\xbf\x4f\xe7\x70\xcb\x12\x2f\x44\x50\xcb\x0b\x6b\x9e\x33\x6c\x00\x27\x1d\xb2\x1e\xd9\xc6\x90\x3f\x1f\x28\x18\x1b\xf6\xbc\x70\xd2\xe3\x1b\xa5\x4f\xfb\x28\xea\x56\xc9\x0d\x54\xfd\xd8\x4a\xac\xef\xc3\x2d\x84\xba\x69\x90\xaf\x3e\x25\x5f\x15\xba\x5e\xa1\xdb\xb6\x2d\x1a\xf9\xb5\xde\xb6\x0a\x0f\xcf\x57\xec\xa1\x12\xa2\x2c\xa1\x26\xc2\x51\xf3\x38\x51\xc2\xd1\x3a\x07\x3d\x73\x84\x21\x47\x4c\xe0\x89\x7e\xff\x02\x5e\x32\x78\xd2\x0c\x9d\x08\x63\x0c\x3b\x9b\x3c\x19\xc4\x84\x9d\xb6\x8e\xcc\x59\x26\x5d\x5e\xa1\x14\xcd\x3c\x52\x82\x8f\x66\x76\x74\x35\x4f\xfa\x27\xe1\x2f\xb9\x87\xd7\x61\xd6\xce\x9d\x10\xc3\x19\x1a\x29\x67\x1b\xf6\xef\xab\xf9\xd4\xb7\xdb\xef\xdd\x25\xf0\xb0\x3a\x1f\xfb\xbe\x95\x75\xf7\x6f\xeb\x2f\x95\x10\xcd\xa6\x7f\xc6\xb7\xae\x91\xaf\xb0\x66\x19\xee\x79\x2b\x21\x9e\x36\xb2\x56\xf2\x3f\x73\xa2\xef\xee\xe7\xfa\xe0\x67\xc7\xf6\xf6\x6e\xb0\xa6\xc0\x2e\x45\x3f\x68\x63\x12\xe5\x5c\x80\xe3\x9f\x73\x20\x3e\xc6\xf4\x76\x99\x62\xeb\x29\xb3\xf6\x87\x02\xf9\xe4\x7f\x44\x57\x80\x4f\x07\x2a\xd6\x85\x16\xb7\x55\x3f\x56\xe2\x57\x00\x00\x00\xff\xff\x91\x52\x81\x7e\x40\x02\x00\x00") - -func _1692701339_add_scope_to_pendingUpSqlBytes() ([]byte, error) { - return bindataRead( - __1692701339_add_scope_to_pendingUpSql, - "1692701339_add_scope_to_pending.up.sql", - ) -} - -func _1692701339_add_scope_to_pendingUpSql() (*asset, error) { - bytes, err := _1692701339_add_scope_to_pendingUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1692701339_add_scope_to_pending.up.sql", size: 576, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x8a, 0x5e, 0xe2, 0x63, 0x15, 0x37, 0xba, 0x55, 0x18, 0xf3, 0xcc, 0xe0, 0x5, 0x84, 0xe1, 0x5b, 0xe8, 0x1, 0x32, 0x6b, 0x9f, 0x7d, 0x9f, 0xd9, 0x23, 0x6c, 0xa9, 0xb5, 0xdc, 0xf4, 0x93}} - return a, nil -} - -var __1694540071_add_collectibles_ownership_update_timestampUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcf\x41\x4b\x80\x30\x18\xc6\xf1\xfb\x3e\xc5\x7b\x4c\xf0\x1b\x78\x9a\xba\x6c\x20\xaf\xa4\x5b\x78\x1b\xcb\xbd\xe1\x40\xa7\xb8\x45\xf8\xed\x03\x09\xa1\xa0\x43\xdd\xff\x3c\x3c\xbf\xaa\x17\x5c\x09\x50\xbc\x6c\x05\xc8\x47\xc0\x4e\x81\x18\xe5\xa0\x06\x98\xb6\x65\xa1\x29\xf9\xd7\x85\xa2\xd9\x3e\x02\x1d\x71\xf6\xbb\x79\xdf\x9d\x4d\x64\x92\x5f\x29\x26\xbb\xee\x11\x1e\x18\x00\xc0\x55\x18\xeb\xdc\x41\x31\xc2\x0b\xef\xab\x27\xde\x5f\x7b\xa8\xdb\x36\xbf\x9a\x69\xb6\x3e\x18\xef\x40\xe3\x20\x1b\x14\x35\x94\xb2\x91\xa8\x7e\x64\xf7\xf6\xaf\x1d\xcb\x0a\xc6\xbe\xbe\x6b\x94\xcf\x5a\x80\xc4\x5a\x8c\xff\x24\x18\xef\x28\x24\xff\x76\x1a\x0a\xe9\x38\xa1\xc3\x3f\xe8\xbf\xc1\xf3\xdb\x98\x15\xec\x33\x00\x00\xff\xff\x02\x64\xbc\xba\x5d\x01\x00\x00") - -func _1694540071_add_collectibles_ownership_update_timestampUpSqlBytes() ([]byte, error) { - return bindataRead( - __1694540071_add_collectibles_ownership_update_timestampUpSql, - "1694540071_add_collectibles_ownership_update_timestamp.up.sql", - ) -} - -func _1694540071_add_collectibles_ownership_update_timestampUpSql() (*asset, error) { - bytes, err := _1694540071_add_collectibles_ownership_update_timestampUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1694540071_add_collectibles_ownership_update_timestamp.up.sql", size: 349, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x45, 0xc7, 0xce, 0x79, 0x63, 0xbc, 0x6f, 0x83, 0x5f, 0xe2, 0x3, 0x56, 0xcc, 0x5, 0x2f, 0x85, 0xda, 0x7e, 0xea, 0xf5, 0xd2, 0xac, 0x19, 0xd4, 0xd8, 0x5e, 0xdd, 0xed, 0xe2, 0xa9, 0x97}} - return a, nil -} - -var __1694692748_add_raw_balance_to_token_balancesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcd\xc1\x0a\x82\x40\x10\x87\xf1\xbb\x4f\xf1\xc7\xbb\xd0\x2b\x4c\x6a\x74\xd8\x14\x64\xed\x1a\xab\x3b\xc9\x92\xce\xc6\xce\x4a\x3d\x7e\x04\x75\xfd\x0e\xdf\xaf\xaa\x40\xde\x63\x8e\xeb\xbe\x09\xee\x31\x41\x73\x4c\x41\x16\x24\xf7\xc2\xe4\x56\x27\x33\x83\xdf\xcf\xc4\xaa\xec\x11\x04\x93\x53\xc6\x2e\x41\xb2\xc2\x29\xa6\xb0\x20\x48\xe6\x85\x13\x3c\xcf\x61\x73\x6b\x41\xc6\xb6\x03\x2c\x1d\x4d\x8b\x1c\x1f\x2c\xb7\xdf\x49\x41\x4d\x83\xba\x37\xe3\xa5\xfb\x0a\xff\x8e\x2b\x0d\xf5\x99\x06\x74\xbd\x45\x37\x1a\x83\xa6\x3d\xd1\x68\x2c\xca\x43\x59\x7c\x02\x00\x00\xff\xff\x88\x21\xef\xa1\xa5\x00\x00\x00") - -func _1694692748_add_raw_balance_to_token_balancesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1694692748_add_raw_balance_to_token_balancesUpSql, - "1694692748_add_raw_balance_to_token_balances.up.sql", - ) -} - -func _1694692748_add_raw_balance_to_token_balancesUpSql() (*asset, error) { - bytes, err := _1694692748_add_raw_balance_to_token_balancesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1694692748_add_raw_balance_to_token_balances.up.sql", size: 165, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xe0, 0x5b, 0x42, 0xf0, 0x96, 0xa5, 0xf5, 0xed, 0xc0, 0x97, 0x88, 0xb0, 0x6d, 0xfe, 0x7d, 0x97, 0x2e, 0x17, 0xd2, 0x16, 0xbc, 0x2a, 0xf2, 0xcc, 0x67, 0x9e, 0xc5, 0x47, 0xf6, 0x69, 0x1}} - return a, nil -} - -var __1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xc9\x49\x4d\x2e\xc9\x4c\xca\x49\x8d\x4f\x49\x2c\x49\x8c\x4f\x4e\x4c\xce\x48\x55\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4c\x51\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\xc1\x69\x5e\xb0\x6b\x08\xaa\x41\xb6\x60\x4d\x5c\xd8\x9c\x92\x9f\x47\x55\x97\xa0\x1a\x87\xc3\x21\x80\x00\x00\x00\xff\xff\x2e\x30\x6f\xa7\x13\x01\x00\x00") - -func _1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSql, - "1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql", - ) -} - -func _1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSql() (*asset, error) { - bytes, err := _1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql", size: 275, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfa, 0x2, 0xa, 0x7f, 0x4b, 0xd1, 0x3, 0xd0, 0x3, 0x29, 0x84, 0x31, 0xed, 0x49, 0x4f, 0xb1, 0x2d, 0xd7, 0x80, 0x41, 0x5b, 0xfa, 0x6, 0xae, 0xb4, 0xf6, 0x6b, 0x49, 0xee, 0x57, 0x33, 0x76}} - return a, nil -} - -var __1695932536_balance_history_v2UpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\xc1\x4e\xeb\x30\x10\x45\xf7\xfe\x8a\xbb\x7c\x95\x92\xb7\x60\xdb\x55\xd2\x9a\x62\x29\x38\x90\x3a\xa8\xbb\xc8\x4d\x5c\x3a\x22\x75\x2b\xdb\x20\x85\xaf\x47\x0d\x0d\x48\x6d\x50\x11\xeb\xeb\x99\x33\xe7\x3a\x8e\x91\x5b\x03\x63\x83\xeb\x70\x30\x0e\xf5\x56\x93\xad\xa8\x89\xa0\x9b\xc6\x19\xef\x23\xd4\xaf\xce\x19\x5b\x77\x11\xd6\xed\xbe\x7e\x61\x71\x8c\xb5\x6e\xb5\xad\x0d\xc8\x43\xc3\x1b\x47\xba\xa5\x77\xd3\x60\x4d\xcf\xff\x85\x0d\x6c\x56\xf0\x44\x71\xa8\x24\xcd\x38\xc4\x2d\x64\xae\xc0\x57\x62\xa9\x96\xc3\x68\xb5\x25\x1f\xf6\xae\xab\xde\x6e\xf0\x8f\x01\xf8\x22\xa3\x94\x4b\xb1\x90\x7c\x8e\x54\x2c\x84\x54\xfd\xb0\x2c\xb3\x2c\xea\x9f\x9d\xce\xc2\x53\x52\xcc\xee\x92\xe2\x2c\x1d\x6e\xfd\x21\xee\x05\xc6\xf7\x06\xda\x19\x1f\xf4\xee\x80\xcb\x6c\xd0\x4d\xb3\x3c\x65\x93\x29\x1b\xfc\x4a\x29\x1e\x4b\x0e\x21\xe7\x7c\x75\x45\x93\x1a\x63\x03\x6d\xba\xea\xb3\xea\x5c\x8e\x16\x71\xbd\xfd\xc9\x74\x80\xff\x86\xba\xa1\x36\x18\xd7\x33\xc9\xf8\xbf\x53\xa3\xef\x7a\x8e\xfa\xf3\x22\x7f\x38\x7d\xee\xd9\xbe\x29\x4b\x32\xc5\x8b\xf1\xf0\x08\x2b\xb8\x4c\xee\x39\x54\x7e\x39\xc9\x3e\x02\x00\x00\xff\xff\x1e\x5e\x83\xea\x8d\x02\x00\x00") - -func _1695932536_balance_history_v2UpSqlBytes() ([]byte, error) { - return bindataRead( - __1695932536_balance_history_v2UpSql, - "1695932536_balance_history_v2.up.sql", - ) -} - -func _1695932536_balance_history_v2UpSql() (*asset, error) { - bytes, err := _1695932536_balance_history_v2UpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1695932536_balance_history_v2.up.sql", size: 653, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x37, 0xf4, 0x14, 0x91, 0xf6, 0x5f, 0xc4, 0x9b, 0xb7, 0x83, 0x32, 0x72, 0xbe, 0x82, 0x42, 0x39, 0xa4, 0x3b, 0xc9, 0x78, 0x3d, 0xca, 0xd4, 0xbf, 0xfc, 0x7a, 0x33, 0x1e, 0xcd, 0x9e, 0xe4, 0x85}} - return a, nil -} - -var __1696853635_input_dataUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x7c\x4d\xcb\x6d\xc7\x8e\xde\xdc\xbf\xe2\xc5\x13\xdb\xe0\x41\x95\xa4\x52\x55\xd1\x23\xa7\x39\x04\x93\xdb\xee\xc4\x7d\x1c\xd2\xa3\xa0\x4f\xee\x25\xb4\x6f\x20\x0e\xe4\xe7\x87\x7d\xec\x90\xf6\x7e\xd6\x54\x6b\x6d\xad\x2a\x95\x3e\x1f\xa9\xf6\x3f\xfe\xfc\xe9\x87\xcf\x9f\x3e\x3e\xff\xf0\x1f\xfe\xf2\xe9\xe3\xeb\xbf\xfd\xfa\x3f\xff\xf7\x6f\xff\x3d\xed\x37\xfb\xfa\xe3\xdb\xaf\x3e\x3e\x3e\x3e\xbe\xfe\x5b\x7e\xfd\xf1\xe3\x4f\x9f\x3f\xfd\xc7\x4f\x3f\x7f\xff\x3b\xe5\xaf\xf6\xbf\xfe\xfa\xf5\xc7\xe7\x4f\xff\xed\xf3\xc7\x4f\xff\xfc\xf9\xe3\xa7\x5f\xfe\xf2\x97\x3f\x9e\xfc\x5b\xfd\xf6\xd7\xbf\xe7\xe3\xb3\x5f\x7e\xfa\xf1\xbf\xfc\xf2\xe9\xdb\xdf\x7f\xfc\xfd\xff\x7b\xf3\xbb\xdf\x1f\xfe\xe7\x9f\x7f\xfc\xa7\x1f\x7e\xfe\xd7\x8f\xff\xf4\xe9\x5f\xbf\xfd\xf2\xc1\x1f\x7e\xf9\xfc\xcf\x3f\xfe\xf4\x8f\x3f\x7f\xfa\xa7\x4f\x3f\x7d\xfe\xee\xab\xef\xfe\xe1\xab\x1f\x7f\xfa\x97\x4f\x3f\x7f\xfe\xf8\xdb\xaf\xbf\xfd\xfd\xe3\xff\xaf\xf2\xe3\xdb\xdf\x19\x7d\xff\xf1\xe2\xfb\xdd\xc7\x57\xff\xf5\x87\xbf\xfc\xf2\xe9\x5f\x3e\xbe\xfa\xf6\x9b\x7f\xfb\xdb\xaf\xbf\x7d\xfe\xfb\xff\xa8\x5f\xbf\xf9\xfe\x9b\xf1\x7f\xa6\xaf\x2a\xb5\xfa\xe6\xbb\xef\xe1\xd9\xa0\x48\x1b\xe7\x3e\x3d\x9b\xeb\xc8\x99\xaa\x8f\xbf\x9b\x73\xb3\x6d\x79\x7c\x26\xc4\x4d\x32\x1e\x9f\xad\xe9\xe5\x77\x3f\x7e\x8f\x55\xae\xdb\x23\xcf\x49\x7a\x3c\x2b\x1e\x79\x36\x8f\xc8\x7a\xfe\x5e\x2d\x9a\xa3\xfc\xf1\x59\x9c\x8a\x28\x7b\x7a\x46\x63\x48\x77\x3e\xca\x85\x46\x78\xaf\x7e\x7e\xc6\xc6\x9a\xf4\xf8\x3d\xe2\x5a\x75\x88\x1e\x9f\xed\x53\xc3\xcf\x79\x7a\xc6\x9c\x6b\x5c\x7b\x3c\x07\xe6\x72\x93\xfb\xb8\x07\xb6\xb3\x76\xd5\xf3\xef\x72\x50\x8e\x78\xdc\x83\xa8\x25\x67\x3e\x9e\x83\x58\xad\x35\x22\x1f\x9f\xf9\x9a\x75\xf9\x71\x7f\x8b\x47\x8a\xc7\xf3\x33\xf5\x1c\x52\xfc\xf8\xcc\x5d\xe7\x98\x8f\xfa\xb2\x2a\x73\xba\x3e\xca\x4c\xe7\x74\xea\x7a\x5c\xa7\xd2\xb9\x6d\x3a\x1f\x9f\xf1\x61\xbf\xfe\xa8\x4b\xca\x7d\x2a\xe4\xf9\x77\x9b\x16\xdf\x67\x99\xe9\xed\x1d\xf3\xf9\x1c\xd4\x6c\x44\xe7\xe3\xfe\xd4\x6b\xcc\xec\x47\x5d\x52\xaf\x60\xca\xc7\x73\xd7\x6c\x4b\x3b\x8f\xdf\xdb\x64\xa7\xce\x7c\xdc\xc3\x5e\xc4\x93\xec\x51\x27\xb6\xba\x98\xc5\xe3\x3a\xf7\x99\xd3\x96\xf7\xe3\xb3\x1b\xba\xc6\xf3\x19\xed\x1c\x3a\x63\x3d\xca\xfa\x0c\xf3\xda\xcf\xb6\x79\xbc\xf5\xe8\x7d\xfc\xdd\xd5\xb4\x3c\xf1\xa8\x4b\xd7\x6a\x86\xf4\xe3\x5a\x6e\xbf\x76\x3e\x1f\x65\x6d\x53\x86\x15\x3d\xf2\xb4\x35\x47\x9c\xf3\xe8\x97\x6c\xd1\xb4\xdc\xcf\xcf\x74\xf9\x91\xf1\xfc\x2c\xf9\xc4\xbd\x8f\xb6\x62\xb5\x63\x12\x3d\xfa\x72\x2b\x3f\x7d\x9f\xfd\xb5\xb5\x1e\xe7\xf1\xc8\xd3\x47\x4d\xa6\x7e\xfc\x9d\x73\x25\x93\x3f\xea\x8b\x8b\x9d\x1a\xcf\xfa\xe2\xcb\x68\xcf\x67\x7b\xf0\x1d\x77\x1b\x3f\xca\x3a\x86\x28\x6f\x7a\x94\x4b\x8c\x1a\x29\xcf\x76\x1b\x2c\xbb\xc5\x1f\xcf\x28\x84\xcf\xde\xfb\x71\xef\xa1\x2c\x39\x9e\x7d\x56\xec\xb9\xeb\x3c\xeb\x60\x9c\x3e\xca\xcf\xf1\x28\x5a\xb2\x74\x3d\xfa\x9e\x1c\xbe\xc3\xd6\xa3\x1d\xe5\xb9\xaf\x90\xf4\xb8\x96\xca\x62\xf1\x7c\xe4\xd9\x63\xfa\x1a\xf9\x68\x7f\xad\xcc\x5e\xf3\x51\x5f\x7a\x6b\x1d\x7f\x3e\xbf\xbe\x63\x1d\x5f\x8f\x6b\xe9\x38\x1e\x73\xfd\xbb\xdf\xfd\x1e\x4e\x3d\x87\x92\x28\x90\x9b\x68\xc4\x40\xf2\xbe\xe3\x02\x93\x97\x76\x2f\xdf\x6f\xe4\xe9\x83\x96\xc9\x3b\x93\xe9\x22\x7f\xd6\x96\x3f\x92\x1a\xa3\xe5\xc3\x90\x1c\x71\xc5\xdf\xc9\x7c\x3c\xef\x82\xb7\x6f\xb8\x6a\x08\x2e\x70\x1f\x57\x06\x32\x0b\xcf\xf3\xbe\xf9\xb9\xb4\xe8\x36\x92\x8f\xaa\x9f\x46\xb2\x49\xae\x02\xf2\xb5\xad\x9e\x0f\x64\x9f\x02\x64\x6d\xab\x01\xeb\x9e\x7b\x6a\x8e\x9e\x40\x16\xb5\x95\xf4\x4e\x3e\x63\xb6\xd7\x02\x79\x1f\x4f\x1f\x70\x96\xf3\x90\xcd\xf9\xce\x7b\xcc\x97\x15\xc0\x27\x07\x4d\xbf\x27\xdf\x77\x39\x88\x65\xc6\x86\xb7\x97\xfa\x98\x01\x6f\xaf\x9b\xb2\xfa\x5d\x82\x63\xb9\x86\x0b\x90\x75\x19\xf9\x78\xd7\xaa\x71\xef\x1a\x2e\x28\xaa\x48\xa5\x7d\x80\x5c\xc2\x5e\xef\x1a\x3b\x8d\x6a\xa6\xc1\x31\x98\x4e\x22\x01\xd5\x4c\x39\xfb\x24\x68\x55\x4a\xce\x35\xdf\xb5\x6a\x72\x9e\xa3\xfb\x9d\xc9\xd4\x49\xb1\x0e\x9c\xa5\x9e\xf4\x28\x58\xb7\x9b\x74\xd1\xfb\x02\xc7\x28\x3b\x13\xed\x32\xc9\xd8\x0b\x2c\x6d\x58\x85\x18\x28\xf2\x88\x95\x79\xe0\x93\x27\x64\xda\x01\x26\xa7\x54\x65\xc1\x76\xac\x2c\xd9\xde\x0d\x70\xf2\x48\xdf\xa8\xdf\x3c\x65\x94\x83\x91\x4c\x95\xcc\x04\x99\xf0\x1a\x87\x51\xb0\x73\x2f\x21\xe4\x6d\x35\xf2\x3a\xaa\x3d\x55\xcf\x80\x05\xce\xca\xa5\x01\x0a\x41\xd3\x24\x13\x8c\x9b\x94\x6f\x5f\x24\xef\x97\x6b\x03\x51\x91\xdc\x58\xe7\xdd\x57\x4d\xf6\x11\xc1\xe0\x35\xc7\x9e\x8b\xe7\xfb\x31\x0c\x9b\x67\xea\x06\xe3\x1e\x3a\x58\x16\x58\x9a\xeb\x10\x2a\xb0\x06\x8b\xf2\x1a\x70\xc4\x16\x42\xd7\x1f\x78\x2b\xd5\x05\xde\x5b\x2d\xdd\xc0\x8a\xab\xcf\x78\x70\x05\x27\xe3\x1e\x64\xf2\x22\xb7\xbc\x7f\x72\x9c\xbb\x74\x83\xda\x8f\xac\xc1\xd9\xe0\xa8\xb7\x54\x09\x44\xa9\x29\x25\xbc\x04\x82\x40\x89\xac\xc5\x10\xd3\x6a\x6b\x6c\x38\xb4\x91\x46\xe3\x06\x7c\xf2\xd8\xc9\x0d\xfa\x3d\x06\xad\xad\x13\xb6\x23\x71\x76\x6e\x88\x52\x83\xaf\x5d\xc7\x5d\x12\xa7\x2a\x28\x44\x8e\xea\x3e\x40\xb6\x3a\x7d\xc1\x3d\xce\x92\x75\xbc\xc0\xa4\x7a\xe6\x99\x06\xd6\xd0\x6c\x6c\x0b\x4c\xaa\xe5\x65\xdc\x20\xd8\x7e\xb9\xd2\x80\x4f\x76\x74\xcd\x0b\xae\xa0\x7b\xef\x49\xef\x6f\xd3\x18\xad\x35\xde\x79\xd3\x38\x71\xf4\xbe\x4b\x90\xc6\xdd\xc9\xfd\x2e\x41\x1a\xb9\xe4\x42\x80\x79\x91\xd7\x81\xd3\xa1\x91\xdb\x99\xde\x43\x06\x4d\x39\xf3\xde\x77\xc7\x41\xd3\xc8\x19\xf4\x9b\x66\xdc\x55\x09\xbc\x67\xdd\xe3\x07\xc8\x34\xd8\x9f\xc8\x93\xf7\x02\xd7\x4b\xc4\x94\xe3\xbe\x9f\x0e\xd1\xad\x9e\x13\x16\x48\x7e\x6f\xc0\x11\x13\xc5\x16\x06\x65\x23\xea\xb1\x0d\x4c\x8a\x38\x7a\x18\x81\xbc\x97\x8b\x16\xc4\x4b\xd2\x7d\x48\x91\xb7\xda\x66\xdd\xef\xaa\x49\x7b\xae\x73\xc1\xad\xbf\xc8\xe5\x13\x76\xb9\xf9\xe5\xa9\xe1\x74\xf6\xa2\xb9\x07\x2c\x70\xdf\x1b\x0a\x3a\x48\x5f\xb2\xfb\x7a\x57\x64\xda\x95\x4a\xe0\x7a\xe9\x5c\x8e\xe5\xef\x36\x4f\xe7\x96\xa9\x01\x93\x13\xe6\x94\xc8\xa4\x5f\x95\x0a\x88\xea\x74\xc4\xb9\xc0\xfb\x72\xa8\x31\x28\xc4\x5d\xcb\x08\x8f\xf8\xda\xa8\xc2\x43\xbb\xc1\x7e\x04\x16\x68\xd9\xd5\x05\x0b\xb4\xca\xe0\x86\xd3\xb1\x9e\x41\x02\xf2\xf6\x19\x11\x17\x16\xe8\x16\x26\x68\x80\xb1\x8e\x95\xc0\x11\xc7\x49\x6e\x94\x60\x58\xed\x86\x04\x8a\x22\x8c\x89\x61\x25\x91\x1e\x0e\xe1\xff\x45\xee\xf5\x40\xee\xe4\x31\x40\xab\x72\xe6\xc6\x52\x85\x92\xeb\x56\xc3\xba\x53\xef\x10\x70\xa6\x94\x57\xc8\x37\x9c\x4e\xba\x96\x04\xac\xa4\x44\x33\x14\xb6\xd3\x3a\xaf\x42\x19\x44\xed\x73\x10\x28\x32\x8f\x99\x2d\xf1\xee\x21\x78\xf0\xa2\xa1\x48\xd6\xb3\x8c\xdf\x05\xcb\x73\x9c\x13\x90\x99\xf2\x1c\x2d\x91\xef\xdb\xe1\xc9\x99\x05\xae\x97\xa7\xec\xbb\x37\x7c\x72\xea\xd6\x39\x61\xdd\xf3\xb2\x28\x6c\x9e\xa7\xab\x6c\x48\x13\x79\xb6\x71\xf9\xbb\x6a\xf2\xec\x32\x27\x20\xf3\xa0\xc1\x10\x5d\x99\x75\xd0\x01\xb5\x67\x3e\xec\xb4\xde\x6d\x87\x45\x69\x1d\x7a\x57\x4d\x96\xec\xa8\x0b\xa2\x5a\x74\x49\x0d\x98\xe8\xcd\x49\x01\x2b\xd9\x42\xc3\x20\x75\x7e\xb9\xfa\x25\x06\x89\x5f\x46\x39\xc1\x4a\x66\xd6\xde\x0d\x99\xd2\xac\x31\x23\x15\xd2\xdb\xd8\x69\x0f\x85\x4d\x28\xaf\x2c\x7c\x9b\xd7\x34\x08\x75\x7c\x54\xf3\x18\x6c\xfe\x52\x8c\x61\xb0\xcb\xcb\xdb\x15\x6a\x40\xbe\x2b\x3d\x27\x30\xb1\x29\x3a\x0c\x4e\xde\xee\x64\x27\x60\x62\xe9\xce\xb8\x12\x37\x5e\x13\xc2\x28\x7b\x14\x65\x00\x6f\xef\x13\x73\xc3\x11\xbf\x68\x06\xc6\xcd\x71\x6c\xe7\x01\x99\x84\xad\x45\xf8\xc9\xf0\xa1\xe2\x48\x6e\x6f\x86\x50\xc7\xb9\x72\xde\x01\x0b\xcc\x88\xe2\x01\x2b\xc9\xbc\x43\xf8\xdd\x57\x71\xad\xb0\x80\xac\x97\x6b\x35\x95\x03\xef\xd2\x32\x1b\xf8\x76\x76\xde\x05\x82\xad\x8a\x3d\x16\xd8\x4e\xd3\x39\x01\x99\x29\xf7\xb5\xcb\x50\x20\x70\x67\xae\x05\xc6\x2d\x63\x94\x0e\xf0\xf6\x32\xf6\xd1\x3f\xb5\x7d\xfe\x20\xdb\xd9\x0a\x75\x83\x8c\x98\xa3\xe7\xbb\x2b\x90\x79\xab\x15\xd6\x2d\xd3\xa6\x2c\x28\xdc\x85\x28\x4c\xc0\xf5\x0a\xed\xac\xe2\xf7\x5d\x0a\x35\xd9\x01\x51\x09\xb3\x1e\x81\x00\x23\xbc\x7b\x08\x00\x3c\xc2\xa7\x76\x40\xf9\x26\xec\x6b\x1c\x02\x26\x42\x27\x07\x14\x1f\x22\x9b\x26\xa6\x5b\x22\xbd\x72\x40\x3d\x2f\x8b\x65\x18\x04\x74\x59\xf9\xa5\x02\x7e\x27\xeb\x58\x91\xfe\xae\x27\xa2\x22\x99\x01\x4c\x54\x6e\x36\x44\x40\xd1\x98\x26\xfd\xae\x10\xb2\xa9\x5f\xe5\x3f\x90\x79\xaf\xad\x20\xaa\x1d\x7a\x2f\x04\x74\xd9\xb5\x48\xc1\x76\xe4\x2c\xce\x03\x15\x8c\xbc\x38\x0c\xc0\x4f\xe4\x7a\xdc\x3b\x60\xf3\x37\xf5\xcc\x7c\x8f\x69\x62\x63\x0f\x05\x2b\x16\x7b\xd5\x02\x50\xfd\x8b\xc9\x76\x81\x20\x20\x76\x64\x0c\x54\x64\xbb\x55\x05\x55\x9d\xf8\x15\x5b\x0c\xbc\xbd\xf7\x2a\x14\x55\x6c\x8f\x05\xc9\x82\x84\x45\x31\xa0\xb7\x12\x96\xd4\xa8\x9a\xb9\x84\x08\x10\x28\xc9\x4d\x44\x50\x7c\x48\xda\xd1\x80\x32\x48\x4a\x23\x0c\xe0\x4e\x29\xbb\x73\xe3\x31\x94\xf7\x0a\x54\xb6\x4a\x3e\x1b\xfc\x89\x54\xad\x8d\xf8\xa0\x54\x39\x9f\x09\xe4\x1e\xaf\x7a\x19\x3e\xd9\x63\x5f\x02\x24\x47\x7a\xdc\x6b\xb8\xcb\x1e\x4e\x18\xa5\xa4\x79\xf4\xb8\xf8\xc9\xdb\x63\xa3\xda\xb7\x2d\x5e\x80\xcd\xac\xb1\x2b\x79\xbe\xf3\x5e\xa3\x8e\x62\x39\xb1\xe6\x88\xd1\x90\xca\xad\x39\xdb\x1c\x32\xa5\x35\x65\xea\x00\xf7\xb8\xe6\x11\x6e\x10\xd5\x2b\x84\xf2\x2a\x58\xe0\xec\x13\x1b\x30\xd3\x45\x6b\x2d\xac\xbc\x16\x79\xde\x80\x72\x62\xf1\xd1\x2a\x80\xf3\x97\x88\x6c\x05\xd4\x79\x89\x46\x05\xc3\x02\xe5\x4b\x11\xfd\xee\x35\x97\xdc\x3c\x22\xf0\x49\x49\x57\x83\x2a\x63\x2d\x5e\xdd\x90\x29\xad\x25\x34\xb2\xde\xf5\x64\xad\xf6\x3e\xf5\xee\xf0\x96\x4a\x29\x41\x21\xb9\xb6\x9e\x26\x00\x1c\xd6\xdd\xb9\x0f\xf2\xf6\x71\xe7\x02\xc7\xb1\x9c\xce\x12\x43\xb2\x74\xf9\x84\x95\xf8\x72\xd9\x80\xc4\x2f\x5f\x75\xb1\x9e\x5f\x7e\xce\xaa\x44\x26\xb5\xb6\xeb\xbb\x47\x5e\xb1\x5c\xaf\x81\x60\xc3\xd6\x65\xf0\xdf\x2b\xfc\x10\x6d\xd0\x93\xf0\x1c\xb4\xe1\x2c\x8b\x6c\x0c\x48\x6f\x57\xf1\x9e\x0e\xc6\xbd\xca\xbd\x17\x01\xb9\x69\xed\x86\x4a\xe0\x95\xf9\xd0\x6d\xd8\x65\x33\x4f\xc4\xf0\x56\xcb\xe8\x05\x8e\x7a\xb5\xb8\x1f\x88\x0d\xab\xa5\xff\xdc\xc2\xfe\x83\xbc\x63\x1b\x64\xbd\x3a\x34\x89\xa0\x91\xa3\x73\x52\x1d\xf0\x27\x3a\xc9\xef\x00\x45\x7e\x91\xdb\x21\xeb\xd5\xa9\x77\xa2\xe3\x50\x5a\x7a\x18\x42\x86\x52\x8b\x26\xc0\x2a\xca\xf3\xac\x00\x84\x55\x79\xc6\x0c\xe8\x90\x29\xdf\x69\x05\xa2\x52\x19\x1d\x13\xdc\xba\xca\x8c\x9a\x60\xf3\x2a\x3c\x0f\x3b\x2c\x70\x8d\xb1\x97\xbd\x1f\x9a\x2e\x0d\x12\x7f\x8f\xc5\xba\x0e\x45\xe4\xbb\xfa\xa8\x8e\x33\x99\x61\x25\x7a\x6b\x18\xae\x7b\x93\x8a\x40\xaf\x4e\x37\xd9\x15\xe8\x79\xe9\xe6\x48\x19\xc0\x7b\xc7\xae\x80\xb4\x5c\x77\xeb\x69\x3c\xe2\xdd\x9b\xef\x06\xc1\xee\x8e\x79\xfd\x5d\xd9\xf4\x18\xdf\x0d\xf0\x84\xde\xb9\x94\x40\x91\xf5\x6e\x1f\x7f\x9a\x8e\xf9\x83\x9c\x5c\x34\xde\x6d\x47\x6f\x2e\x39\x13\x3e\x69\xe2\xe7\x1c\x10\xac\x29\xed\x83\x7a\xe2\xd3\xc8\x37\x9c\xa5\xf3\xd1\x44\xc1\x7a\x28\x9f\x0b\xbc\xbd\xc9\x94\x40\x26\x31\xb7\x54\xc2\x76\x42\xba\x0b\xfa\x97\x1a\x31\xa2\xf0\x93\x11\x39\x36\xca\x3b\xda\xf7\x81\x66\xa2\xe6\x98\xac\x90\x96\x6b\x8e\xd0\xa1\x20\xaa\x5c\x2d\x0b\xf2\x2a\x4d\xbd\x7c\x01\x16\xd7\x8a\x24\x06\x44\x5b\xdb\x26\x2b\x74\xc5\xb5\xdd\xc5\x18\xcc\xb5\x3b\xa7\x42\x38\xda\x83\xf8\x14\x64\x4a\x7b\xe8\x20\x06\x04\x6a\x0f\xed\x56\x88\x24\x7b\x64\x18\x83\x49\xed\xd1\x97\x0b\x12\xd6\x3d\x07\x6d\xac\x18\xf7\x94\x38\x0b\x50\xa2\x3d\xf7\x8a\x06\x8c\x63\xcf\x16\x2e\xc8\x66\x36\x69\xeb\x81\xbe\xd4\xa6\xe0\x31\xa1\x90\xdc\x3c\x27\x33\x74\x69\x37\xeb\x30\x87\x1c\xf9\x55\x64\x0c\x4c\x6f\x37\xc7\xa0\x05\x99\xd2\x96\xed\xde\xf9\x7e\x0c\x5b\xfa\xd2\x80\x5e\xc6\x5e\x67\xe4\xa5\x77\xbb\xdc\xeb\xe5\x7a\xa1\x9e\xdf\xab\x55\x10\x8c\xde\xca\xd9\x0b\xd4\x7e\xab\xdc\x89\x9d\xd4\xad\x4a\xeb\x28\x2c\x50\x4b\xe7\x84\x76\xec\xde\xe3\xee\x0e\xe0\xbd\xe7\xc9\xc3\xef\x51\x6a\x6f\xde\x83\x01\x72\xdf\x7b\x79\x15\x94\xcb\x7b\xaf\x4a\x7d\x60\xa2\xac\x03\xaa\x8c\xbd\x0f\xbf\xf4\x0d\xc8\xad\x53\x00\x9e\xd8\x67\x45\x5c\x5c\xc9\xd9\xdb\xb8\x61\xf3\xc7\xae\x1b\x80\x47\xfb\x64\x5f\x07\xf8\x6d\x5f\x15\x0f\x3c\x06\xa3\xe1\xeb\x00\x6f\x5b\x3d\x0f\xe0\x3e\xdb\x74\xed\x03\x09\xeb\xb6\x1c\x37\xc1\xcd\xbc\x12\x05\xfe\xd3\x08\xd9\xef\x64\x9f\x63\x6d\xb4\x4b\x97\x5e\xd8\x97\xda\x7e\x24\x0e\x00\x25\xdb\xef\x88\x0e\xb0\x34\xb7\x51\x84\x8e\xc3\x9b\x89\x36\xe8\xc9\xab\xbe\x6c\x05\xde\x11\x22\x8e\xb6\x13\x79\x13\x73\xfb\x9d\xac\xc9\x68\x24\x99\xdd\x0d\xe1\x7f\xd7\x70\x21\x88\xae\xbb\x74\xdb\x3e\xe0\x4f\xea\x9c\xa9\x50\xef\xec\xca\x9b\x0e\x1e\x79\xb7\xec\x33\x00\x08\xfc\xa2\x6b\x86\x4c\xda\xaf\x0d\x98\xf7\xd9\xed\x11\x0a\x8d\xf8\xdd\xd9\x91\xe0\xbf\x77\xd7\xb6\xec\xf7\x4f\x9e\x41\xec\x04\x8a\x7c\x06\xb3\x5c\x48\xe5\xce\xb8\xda\x0c\x4e\xe9\x0c\x8f\x42\x67\x7a\xe6\xd8\x55\xe0\x35\xcf\x9c\x63\x13\xf8\xef\x33\xd7\xe4\x03\x8e\xfa\x7c\x81\xc8\x60\xbe\xea\xd0\xb8\x6b\x42\x43\xe4\x90\x8c\xb3\x61\xd6\xe2\xf0\xbc\xac\xf5\x7e\xc4\x87\x69\x2c\x2c\xae\x5f\xc9\x2a\x0d\x40\x58\x0f\xab\xee\x86\x4e\xea\x61\xb5\x39\x40\xd9\x0e\xfb\x97\xf6\xed\x3b\x59\xb8\x32\x21\xc0\x1c\x39\x72\x0b\x42\xdd\x11\x37\x52\x48\x72\x8e\x78\x0c\x54\xe4\x23\x59\xce\x50\x45\x9f\xc5\x33\x1d\x66\x2d\xce\xe2\x14\x02\xec\xf1\xac\x95\x73\x83\x7b\x3c\xab\xc4\xae\xc3\x59\xae\x3e\x37\xa0\x96\x3a\xaf\xe4\x24\x06\xbc\xad\x23\xcc\xf1\x74\x5e\x0e\x39\xc0\xcd\x1c\xe5\xb0\x09\xc5\xc7\x79\x85\xcb\x01\xa0\xd7\xd9\x9b\xcb\xa1\x90\x3c\xdb\xe4\x49\x82\x87\xe7\xc3\xa4\xc0\x39\xde\xd9\xb8\x4b\x9b\xee\x0d\x93\x75\xc7\x2e\xf1\x01\x44\xe4\x98\x8d\xc6\x69\xac\xe3\xe3\x6e\x05\x2b\x3e\x3e\x95\x12\x52\xa2\xe3\x9c\xbc\x00\xc6\x3a\x2e\x1a\x1b\x26\xeb\x8e\xab\x10\x43\x91\x7a\xfc\xf2\x31\xe8\xe9\x9e\x18\xcb\x88\x61\x25\xe1\x7b\x05\xae\x3b\xca\xd3\x20\xbd\x3d\xb9\xd7\xc2\xaa\xee\x64\xe4\xd9\x02\x26\x55\x53\x16\xe3\x11\xd7\x3e\xe4\x50\x65\x9c\x32\x62\x01\x1c\xf9\xb4\x90\x0c\x28\xf3\x4f\xb7\xac\x84\x24\xfe\x0e\x89\xb5\x01\x5e\xbe\xe3\x46\x39\x14\x1f\x77\x1e\x66\x02\x1c\xf9\xce\x9b\x56\xf4\x7e\xf2\x97\x94\x8b\x01\x56\xb9\x74\x8a\x03\x80\x92\x4b\x69\x65\x50\x34\x5d\x5e\x71\x31\xaf\xba\x7c\x78\x10\x24\x0b\x97\x23\xa7\x40\x89\x75\x65\xbc\x12\x48\xd8\x8e\xd0\xba\x0c\x41\xe0\xca\x76\x45\x80\xfe\x8a\xf7\x19\x30\x8a\x76\x25\xc7\x38\xe0\x35\xef\x3a\xbe\x14\x00\xfa\xbb\x82\x16\x41\x91\x7a\x57\xaa\x27\x44\xee\xbb\xaa\x49\x15\x78\xab\xbe\xea\x4e\x38\x4b\xdd\x3a\x5a\xdf\x75\xf0\x6a\xec\xba\x60\x52\x57\x23\x89\x00\x89\xbf\x1a\xbd\x19\xc0\xe8\xab\xad\x7c\xa1\xf5\x78\x37\xed\xbd\x00\x81\xba\x9b\xb3\x63\xbd\xeb\xf7\xdd\x4a\x74\x20\x6d\xb9\xc7\x58\x9a\xde\xcd\xf5\x9e\xe6\x60\xe8\xaa\xdc\xd3\xd6\x84\x82\xbd\x63\xcf\x09\x56\x7c\xef\xca\x26\x28\xb1\xee\xd5\x31\x2f\x4c\x38\xdc\x1b\x63\x33\x74\x69\xef\x8d\xb9\x18\xca\xe5\x7b\xb3\xd3\x21\x7b\xbc\x46\x6b\x25\x40\x1f\xd7\xb8\xa4\xa0\xfb\x76\xcd\x65\x2f\x98\x64\xbc\x96\xdd\xd8\xb1\xb9\xee\x24\x0c\x3e\xf6\x7a\xb6\x1b\x14\xa9\x37\x68\x2c\x1c\x56\xbd\xc1\x73\x5d\x94\x77\x78\x94\x40\xda\x72\x23\xa6\x11\x20\x0b\x37\x8a\xc6\x82\x91\x80\x1b\x55\x16\x00\x07\xdd\xec\x23\x17\x02\xfa\xad\x3d\xe8\x42\xf6\x78\x2b\x56\xf4\x02\x79\xf7\xe2\x75\xd0\xe6\xdb\x35\xf6\x85\xcd\x77\xde\x33\x20\x25\xba\x5d\xe3\xe0\xa0\x89\x8d\x3d\x29\x01\x84\xb1\x51\x91\x0e\xfe\xdb\xa6\xc5\x38\x90\xdb\xdb\xf4\xb9\x97\x01\x6f\x1a\xa4\x05\x25\x96\x11\x8f\x34\x68\x3d\x1a\xad\xee\x02\xb4\xdc\xc8\x47\x9d\x05\x9f\xa4\xcc\x9b\x07\xc8\xbc\xb6\x18\xf8\x58\x63\x6f\xda\x90\x88\x18\x97\x66\x10\x7c\x52\x46\x4e\x9f\xef\x26\x65\x22\x6b\x2c\xfc\xa4\xa8\x5d\x86\x89\x40\x13\x57\x59\x30\xc7\x61\x8b\x99\x04\xd4\xde\xd6\x2b\xb1\x82\x64\xc1\x94\x37\x37\xb8\x75\x53\xd9\x85\xb5\x94\x69\x5c\x76\x30\x6e\xd3\xca\xb9\x20\xa6\xd9\x9e\xee\x38\xa6\x6c\x5b\xf9\x32\x64\xeb\x76\x86\xe9\x84\x94\xdf\xce\x6c\x72\xdc\xce\xe9\x32\x9a\xef\xee\xd1\xee\xb8\x1d\x90\x57\xd9\x9d\x66\x17\x4f\xde\x42\x8e\xc2\x18\xa7\x59\x9f\x35\x21\xce\x9b\x75\x56\x43\x86\x67\xd6\x45\x17\xa2\xab\xb9\xd1\x56\x80\xdc\xcd\xd3\xce\x86\xf9\x13\x0b\x49\x5b\x50\xb8\x5b\xc4\x69\x84\xc8\x2c\xc2\xd4\x01\xd4\xb5\x48\xde\x17\xaa\x3a\x8b\xcc\x29\x00\x4c\x59\x0e\x2f\x01\x24\xde\x72\x5e\x2e\x54\xcd\x5c\xd5\x02\x03\x77\x96\x3a\xda\x61\x74\xc4\x72\xbb\x35\xf8\x58\xcb\xb3\xe7\x81\xc1\x63\xcb\x18\x42\x50\x00\x5b\x36\x45\x41\x3e\x68\x35\x69\x35\xc4\x79\x2b\xce\x36\xb4\xb4\xaa\xd6\x0d\xae\xd7\x7a\xf2\x6c\x68\x5a\x58\xd3\x5a\x0e\xbd\x51\x6b\x39\xd3\xa1\x77\xe4\x63\xcc\x31\xfa\x5d\x4f\x7c\xd2\xa1\x80\xcb\x06\x3e\x97\xa4\x02\x2a\xe7\x24\x73\x04\x74\x0d\x9d\xae\x8a\x43\xbc\x74\xba\x7d\x9a\xe1\xed\x57\xb1\x4c\xa0\x9a\xce\x6b\x58\x40\x32\xec\xbc\x22\xf0\xa2\x8e\xf3\xb5\xba\xe0\x35\x9d\x9d\xa5\x21\x95\x73\xee\x19\x17\x5c\xaf\x8b\xbe\x9c\x2c\xbc\x2d\x37\x2e\x8e\x6e\xbb\xc4\xa0\x95\xf8\x76\xc6\x41\x67\xea\x52\xb9\x09\x66\x2a\x7d\xcd\xc1\x17\x26\xeb\x7c\x4d\x57\x9c\x75\xf6\xb5\xfa\x62\xda\xe2\xab\x36\x13\x14\x7b\xae\x33\x16\x4e\x21\xb8\x52\x2e\xf4\x83\xae\xc1\x34\xa0\xe1\xe7\x7b\x4b\x34\x24\x50\xbe\xb7\x4d\xac\x32\x7c\xc7\x5e\x02\x65\xbe\xef\x22\x1b\x90\xc7\xfa\x21\xad\x01\x21\xc3\x8f\xcc\x24\x28\x9a\xfc\x08\x9f\x03\x7d\x29\x3f\x2b\x3c\x60\x1e\xd9\xef\x0c\x53\x98\x75\xf6\xcb\xbe\x17\x80\xff\x7e\xd7\x3e\x05\xd0\x9e\x5f\xb5\xb1\x01\x6d\xf1\x6b\x77\x1e\xa8\x18\xfd\xa6\x85\xc1\xec\x96\xdf\x1a\x46\x68\x0d\xc6\xba\x12\xf5\xc4\x64\xfa\x80\x59\x50\x37\xb1\x5c\xd0\x80\x72\xdb\x56\x0d\xc3\xc1\x6e\xc6\xdb\x20\x95\x73\x73\x9b\x04\x3d\x74\x77\x21\x61\xd4\x13\xdf\x9d\x85\x3a\xe8\x4d\x76\x70\x81\xde\xd1\x43\x41\x4f\xa2\xc4\x0c\x70\x36\xcf\xb1\x97\x1f\x58\x60\x2e\xde\x17\xc6\x0d\x3c\x77\xd0\x86\x19\x28\x4f\x37\x2b\xa8\x60\x3c\x63\xcc\x09\x41\xc0\x8b\xee\x3c\x30\x11\xe8\x75\x62\x5d\xd4\x93\xa6\x38\x06\x23\xa2\xde\x1a\x66\x70\x05\xd1\xbb\xa7\x20\x58\x17\x63\xf0\x72\x68\x85\xc5\x98\x72\x36\xe4\xb1\x31\xd6\x5a\x01\xc8\x59\x0c\x9d\x0f\x43\x5a\x31\xf7\x2e\x85\x0e\x59\xcc\xa6\x36\x38\xcb\x20\x7f\xf1\x7e\x57\x9f\x10\xdf\x33\x00\x44\x0f\x71\x73\x41\x26\xf2\xca\x79\x21\x59\x88\x35\x4c\x70\xae\x37\x74\xb8\x2a\x54\xff\xa1\xb3\x84\x00\x9b\x09\xa5\x35\x9c\x41\x82\x2a\xa4\x0e\xc0\x6b\xa8\x37\x13\x94\xb4\xa1\xc1\xee\x85\x9f\x2c\x95\x82\x4c\x29\xf6\xba\x47\xe1\x4a\x45\xec\x57\x99\x0f\xdd\xe5\xd8\x49\xc9\x30\x8c\x1d\x3b\x5f\x01\x16\x4e\xe7\xdc\x8c\x06\x0f\x11\xc7\xce\xc1\x46\x7c\x9c\x28\x43\x28\x35\x4e\xfb\x9c\x50\x48\xc6\x5d\x67\x38\x34\x5b\xe2\xee\x97\x64\xe1\x2c\xaf\xb3\x04\x8c\x01\x85\xcd\xb4\xc6\x93\x37\x9e\x67\x82\xa5\x85\x45\x8e\x0d\xe5\x5b\xbc\x22\x23\x0d\x38\x79\x5f\xb6\x71\x24\x37\xdc\x9d\x06\x0c\x3e\x84\x7b\x0b\x01\x86\x17\xc1\x45\x03\xc6\x69\x22\x8e\xc9\x82\x5b\x78\xaf\xe5\xa9\x42\xaf\x2e\x92\x34\x14\xcc\x35\x92\xdc\x18\x92\xb3\x48\xd1\xb3\x21\xfc\x47\xb6\x28\xc3\xc4\x54\x64\x6f\x17\xc8\xab\x22\xbb\x37\x03\xa6\x14\x75\x8c\x1c\x50\xa2\x28\x97\x81\x63\xf8\xd1\x63\x0d\x81\x58\x1c\x4d\xf3\x6e\xe8\xd8\x44\x13\xef\x07\xbb\xec\xe5\x2d\x30\x41\x1f\xbd\xd7\x52\xb8\x5a\x16\x6d\x47\x1a\x8f\xa1\x7d\x72\x41\x47\x32\xc7\x90\x6d\x00\x07\xe5\x90\xeb\x78\xa7\x29\xc7\x72\x21\xe8\x62\xe5\x50\x3b\x05\x3a\x98\x23\xab\x17\xd4\xf3\x39\x47\xdd\x0b\x4d\x8b\x9c\x93\x23\xa0\x37\x9a\xd3\xa6\x17\x80\xd1\x39\xe3\x15\xfe\x81\x37\x8d\x92\x03\xf2\x4e\xf2\x21\x0d\x93\xa3\x49\x45\x72\x51\x26\x2c\x43\x36\x00\x3c\xc9\xeb\xd0\x86\xeb\x5f\xc9\xab\xe8\x42\xd6\x9b\xbc\x5a\x0c\x12\xd6\x64\xab\x32\x88\xae\xc9\x7e\xbb\x01\x81\x4a\x4e\x25\x87\x94\x28\x39\x3d\x12\xc2\x51\x72\xc7\x3d\x0a\x9b\x17\xad\x89\xd7\x77\x53\xbc\xd7\x04\x57\x90\x6b\xcd\x33\xe1\x76\x55\xae\x73\xc3\x20\x78\xa5\x4e\xea\x0d\x71\x3e\x55\x56\xe2\xa0\x49\xea\xf2\xd4\x89\xe4\x73\x17\x5e\x4a\x49\xf5\xab\x03\xaa\xa3\xd4\x9c\x14\xd0\x69\x4a\x6d\xbd\x09\x33\x67\xb9\x77\xd7\x81\x44\x3b\x8f\x6c\x7b\x58\xe0\x59\xc9\x09\xb8\x4f\x1e\x3d\x79\x16\x32\xb9\xab\xec\x81\xdc\xac\x13\x9c\x52\xde\x7b\x7c\x42\xc8\xc8\x7b\x6b\x34\xfc\x45\x42\xda\x68\x51\x28\xdf\xd2\xa6\x84\xc3\xf5\x81\x34\xbe\xce\xd0\x46\xce\x57\x0a\xda\x30\xe0\x98\x26\x55\xf8\x57\x03\x69\xaa\xd4\x90\x3a\xa7\xb9\xaf\x0d\x51\x2a\x2d\xed\x4c\x28\xf3\xd3\xaa\x1d\x51\xe7\x74\xba\x71\x21\x2b\x48\x97\x4d\x0a\x00\x4f\xba\xc4\x2d\x80\x9a\xf2\x95\xc7\x0a\x5c\x80\x4e\xaf\xf0\x86\xee\x72\x7a\xcf\x39\x50\xbf\x83\xa6\x0c\x80\xae\x33\x24\x76\xc0\x4c\x65\xc6\xd2\x2e\xb8\x7a\x93\xb1\xe7\xd8\x70\xf7\x2d\xc3\x56\x17\x60\x61\x19\xb6\x8f\x00\x4a\x94\x91\x74\x2f\xea\x77\x64\xec\x4c\x20\xe7\x70\x6f\x40\x41\x33\x67\x44\x40\x15\x9d\x49\x3d\x15\x55\x33\x65\x14\xa1\x42\xe4\xda\xd3\x02\x64\x92\x1a\x67\x43\xf1\x91\x19\xcd\x0a\x5d\xda\xcc\xcc\x22\xc0\xab\xb2\x48\x55\x60\x32\x23\xeb\xb0\x16\xe0\x3e\xd9\xe3\xf8\x86\xeb\x48\xd9\xb2\xaa\xd0\x76\x5a\x59\x0b\x60\xc3\x6c\xe3\x89\xc3\x09\xd9\x71\xba\xd1\xe6\xbb\xb6\x1d\x98\x75\xce\xae\x0e\xbc\x40\x97\xdd\x75\x1b\x20\xe0\xec\xee\xb3\x20\x25\xfa\x32\xdd\xe8\x00\x35\xd5\xa8\x91\x56\xef\xdb\xa9\xb9\x2e\x27\x04\xaf\x9a\x47\xdc\x40\x21\x6a\x9e\xa5\xdd\xf8\xf6\xed\x9c\x80\x0c\x17\x8d\x75\x27\xd4\x24\x45\x24\xe4\x10\xe7\x8b\x5c\x6b\xc3\x5c\x6f\x91\x9b\x07\x98\x6b\x51\xa4\x12\x40\xee\x45\xa9\x32\x41\x82\x45\xd5\x71\x00\xe0\x29\xa6\xb5\x12\x62\x43\xf1\xf6\xa5\x30\x2e\x56\xa2\xbb\xb1\x90\xac\xb5\x57\x70\xc2\x02\x57\xdc\x85\xf0\x5b\xad\xe2\x98\x10\xbc\x4a\xe7\xe2\x84\x09\xcc\x52\xd2\x23\x00\x2f\xbf\x2a\x12\x26\x81\xcd\xab\x1e\x52\x48\x72\x4a\xb7\xc7\x01\x58\xa5\x74\x97\x60\x2f\xa3\x34\x79\xe3\x68\x54\x69\x8d\x89\x4d\x8b\xd2\x9e\x64\xb8\x9d\xed\x3d\x1a\x30\xd3\xda\xc9\x5d\x80\x9f\xd4\xae\x21\x06\x17\x75\xea\x8c\x7b\x05\x6e\x6e\xd5\x51\xcb\x01\xd5\x68\x1d\x7d\x59\xe6\xbb\x7b\xac\x13\xd7\x18\x86\x41\xea\x84\xd7\xdc\xf0\xc9\x3b\x69\x4d\xa8\x04\xea\x6e\xda\x84\x3a\x78\x3d\xec\xe1\x88\x6f\x5c\xda\x50\xbe\xd5\x2d\xdf\x03\x22\x49\xd9\x92\xa1\x80\x6b\x96\xa9\xea\x05\xd0\xab\xcc\xf7\x0e\x28\x69\xcb\xa7\xb2\xc3\x7d\x92\xf2\x57\x22\x0b\x8e\xa3\x9c\xa8\x12\x3f\xe9\x7c\xa6\x40\x36\x53\x2e\xd2\x85\x6e\xc6\x6f\x0d\xbe\xb0\x1d\xb7\x08\x81\xec\xb1\xc2\xe9\x22\x86\x57\x11\x4e\x4f\x6f\xb7\xa4\xc2\x94\x64\xe5\x70\x09\xb4\xb4\xa4\x3a\x0e\x69\x62\xa5\x8f\x23\x10\xfe\x2b\x6b\xd7\x01\xb7\x5e\x35\xa4\x14\xee\x20\x54\xcd\x2e\x1c\xd5\xa9\x62\x1a\x78\x93\xa8\x6a\xf1\x98\x30\x22\x5a\xb5\x49\xf0\x86\x48\xd5\xed\x1e\x70\x53\xae\xca\x37\x0f\x40\xce\xaa\xdc\x1c\x47\x02\xaa\x39\xb7\xa2\xed\xb4\x4c\xc6\x58\x5c\xbd\x7a\x05\xfa\x93\xd6\x51\xec\xf0\xc9\xb6\xc8\x0b\xf0\x5b\xb5\xab\x63\xea\xdc\x63\x28\x11\xcc\x6b\xf6\x58\xed\x0a\x65\x7e\x8f\xa0\xbc\x70\x07\xa1\x47\xc4\xc2\x71\xf6\x1e\x69\x39\xd6\xbb\xa8\x7a\xce\x38\x03\x1a\x67\x3d\xcd\x1e\xee\xa4\x36\x29\x05\xc1\x7f\x7d\x34\xe9\x96\x03\x18\x47\xd3\xe6\xd9\xf0\x9f\x30\xcd\xcb\xd7\x85\x76\x55\xf3\xab\x9c\x87\x80\xde\x7c\x68\x2d\xa8\xe7\xfb\x95\x22\x1b\x5c\x16\x6b\x59\x5e\x0e\x17\xd1\x5a\xb6\x9e\x03\x77\xc8\x5a\x2e\x6d\x81\x99\xb3\x16\xcb\x1c\x10\x8b\x5b\xc2\xd7\x80\x99\xe1\x5e\x99\x24\x90\x15\xb4\x0e\x1e\x06\x49\x65\x6b\xee\x9a\x0d\x82\xdd\x34\x7d\x02\xe2\xd7\x5b\xbc\xeb\xc0\x02\xcf\xdc\x3c\x51\x54\x47\xfa\x95\xb5\x01\x79\xb5\x60\xab\xa0\xcf\x66\x61\xe8\x1d\xf5\xa9\xcb\x05\xe1\xa8\x4f\xd9\x69\x88\xf3\x7d\xe9\x1c\x86\x5b\xeb\x7d\x73\xbb\xc0\x8c\x48\x1b\x9d\xc4\xff\x9b\x69\x23\xbb\x02\x76\xd9\x46\x3e\x14\x6e\x3d\xb6\x9d\x35\x2e\x4c\x5d\xb7\xd5\x1d\x0c\x7f\x51\xd6\xd6\xcc\x0b\xee\x20\xb4\xcf\xb8\x8e\x2b\x71\xea\xd9\xd0\x24\x6a\xbf\xf9\xf4\x49\xf7\x1e\x13\xd7\xed\xb1\x54\xa0\xef\xda\x31\x23\x26\xa4\x5b\x1d\x3a\x0f\xfa\xaa\x8e\x97\xb8\xc1\xfb\x74\xce\x18\x0a\xe3\x06\x9d\xaa\x65\x90\xfb\x74\x9e\x57\x85\x05\x2b\xc9\xeb\x8d\xff\x17\xd6\x35\xa8\x1b\xf2\x93\xae\x19\x26\x00\xc2\x74\x11\x93\x40\x10\xe8\xe2\xd9\x17\xfa\xf3\x5d\xfb\x68\x01\x32\xdc\xbd\xaa\x11\x39\xeb\x4e\xe1\xbb\xeb\x9b\xef\xfe\xe1\xab\xff\x1b\x00\x00\xff\xff\x89\xba\x4b\xbc\x64\x5a\x00\x00") - -func _1696853635_input_dataUpSqlBytes() ([]byte, error) { - return bindataRead( - __1696853635_input_dataUpSql, - "1696853635_input_data.up.sql", - ) -} - -func _1696853635_input_dataUpSql() (*asset, error) { - bytes, err := _1696853635_input_dataUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1696853635_input_data.up.sql", size: 23140, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x30, 0x33, 0x33, 0x55, 0xc5, 0x57, 0x2b, 0xaf, 0xef, 0x3d, 0x8d, 0x2a, 0xaa, 0x5c, 0x32, 0xd1, 0xf4, 0xd, 0x4a, 0xd0, 0x33, 0x4a, 0xe8, 0xf6, 0x8, 0x6b, 0x65, 0xcc, 0xba, 0xed, 0x42}} - return a, nil -} - -var __1698117918_add_community_id_to_tokensUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\xc9\xcf\x4e\xcd\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4c\x51\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\xf0\x0b\xf5\xf1\xb1\x06\x04\x00\x00\xff\xff\x5f\x7c\x71\xcb\x3d\x00\x00\x00") - -func _1698117918_add_community_id_to_tokensUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698117918_add_community_id_to_tokensUpSql, - "1698117918_add_community_id_to_tokens.up.sql", - ) -} - -func _1698117918_add_community_id_to_tokensUpSql() (*asset, error) { - bytes, err := _1698117918_add_community_id_to_tokensUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698117918_add_community_id_to_tokens.up.sql", size: 61, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x82, 0xdb, 0xde, 0x3, 0x3, 0xc, 0x67, 0xf3, 0x54, 0xc4, 0xad, 0xd6, 0xce, 0x56, 0xfb, 0xc1, 0x87, 0xd7, 0xda, 0xab, 0xec, 0x1, 0xe1, 0x7d, 0xb3, 0x63, 0xd6, 0xe5, 0x5d, 0x1c, 0x15}} - return a, nil -} - -var __1698257443_add_community_metadata_to_wallet_dbUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xc1\x4e\xc3\x30\x10\x44\xef\xfe\x8a\x39\x82\x44\xbe\xa0\xa7\xd0\x18\x88\x48\x1d\x94\x38\x52\x7b\xb2\x8c\xbd\x14\x4b\xeb\x38\x6a\xdc\x4a\xf9\x7b\x44\xa9\x44\x41\xbd\xee\xce\x9b\x37\x45\x81\x76\xe4\x05\x53\x9a\x8e\x6c\x33\x79\x84\x0f\xb8\x14\xe3\x71\xcc\x8b\x09\x1e\x61\xc6\x98\x32\x28\x4e\x79\x11\x65\xa3\x65\x07\x5d\x3e\x36\x12\x2e\x31\x93\xcb\xe1\x9d\xc9\x78\x9b\xad\x71\xd6\x7d\x12\xca\xaa\xc2\xba\x6d\x86\x8d\xba\xd4\x84\xbc\x98\xe9\x10\x4e\x81\x69\x4f\xb3\x61\x3a\x11\x63\x50\x7d\xfd\xac\x64\x85\x5a\xe9\x95\x10\x45\x81\x97\xc4\x7e\xfe\x45\x80\x48\xd9\x7e\xf7\x8a\x75\x27\x4b\x2d\x2f\xd6\xfa\x09\xaa\xd5\x90\xdb\xba\xd7\xfd\x95\xe1\x6a\xc1\x9d\x00\x80\xe0\xa1\xe5\x56\xe3\xad\xab\x37\x65\xb7\xc3\xab\xdc\x9d\x49\x35\x34\xcd\xc3\x39\x31\xda\x48\x3f\x99\xbf\x77\x97\x38\x1d\x6e\x3d\x42\xb4\xfb\x7f\x84\xb8\x5f\x89\xaf\x00\x00\x00\xff\xff\x54\x75\x5f\xc6\x43\x01\x00\x00") - -func _1698257443_add_community_metadata_to_wallet_dbUpSqlBytes() ([]byte, error) { - return bindataRead( - __1698257443_add_community_metadata_to_wallet_dbUpSql, - "1698257443_add_community_metadata_to_wallet_db.up.sql", - ) -} - -func _1698257443_add_community_metadata_to_wallet_dbUpSql() (*asset, error) { - bytes, err := _1698257443_add_community_metadata_to_wallet_dbUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1698257443_add_community_metadata_to_wallet_db.up.sql", size: 323, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x22, 0xd3, 0x4, 0x25, 0xfa, 0x23, 0x1, 0x48, 0x83, 0x26, 0x20, 0xf2, 0x3d, 0xbc, 0xc1, 0xa7, 0x7c, 0x27, 0x7c, 0x1d, 0x63, 0x3, 0xa, 0xd0, 0xce, 0x47, 0x86, 0xdc, 0xa1, 0x3c, 0x2, 0x1c}} - return a, nil -} - -var __1699987075_add_timestamp_and_state_to_community_data_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xcd\x6a\xdc\x30\x14\x85\xf7\x7a\x8a\xb3\xcc\x80\x67\x91\xf5\xac\x34\xf6\xf5\x54\xd4\x23\x05\x59\x81\x64\x65\x84\xac\x36\x02\xff\x84\x91\x4c\xe9\xdb\x17\xdb\xa1\x25\xe0\x31\xe9\xd6\xfe\x3e\xee\xb9\xf7\xe8\x78\xc4\xb7\xb1\x6b\x23\xdc\xd8\xf7\xd3\x10\xd2\x6f\xf4\x3e\xd9\xd6\x26\x8b\x98\x6c\xf2\x2c\xd7\xc4\x0d\xc1\xf0\x73\x45\x10\x25\xa4\x32\xa0\x17\x51\x9b\xfa\x9f\xd3\xcc\x7c\xe3\xac\x7b\xf3\xcd\x62\xe1\x81\x01\x40\x68\x61\xe8\xc5\xe0\x49\x8b\x2b\xd7\xaf\xf8\x4e\xaf\x8b\x2f\x9f\xab\x2a\x5b\x88\xce\xc6\xd4\x4c\xef\xad\x4d\xbe\x49\xa1\xf7\x31\xd9\xfe\x1d\xcf\xb2\x16\x17\x49\x05\xce\xe2\x22\xa4\xd9\x71\xe2\xe4\x9c\x8f\xf1\xc7\xd4\xe1\xac\x54\x45\x5c\xfe\x85\xd9\xe1\xc4\x98\x90\x35\x69\x03\x21\x8d\xda\x8d\x1b\xda\x6c\x3b\x4b\x76\x67\xdc\x81\x01\x35\x55\x94\x1b\xcc\xee\x63\x86\x47\x94\x5a\x5d\x37\xa7\x9c\x18\x3b\x1e\xa1\xbd\xbb\xf9\x79\xda\x16\x82\x5f\x21\xbd\xad\x27\x87\x1b\x87\x98\x6e\x36\x0c\x29\x32\x5e\x19\xd2\x1f\xd7\xdf\xf4\x34\x49\x7e\x25\xdc\xdb\x6f\xec\xda\x13\xfb\xdf\x12\xbf\x5c\xdf\x60\x7b\xbf\x32\x9f\xbf\xbb\xb1\x1b\x6f\x5b\x3f\x42\x6f\x7f\x6e\x1a\xa5\xd2\x24\x2e\x72\x9e\xf1\x10\xda\x03\x34\x95\xa4\x49\xe6\xb4\xf7\xcc\x16\x52\x49\x14\x54\x91\x21\xe4\xbc\xce\x79\x41\x5f\x2a\xfe\x73\x7d\xf3\x1e\xd9\x9a\x3a\x5b\x33\x32\xdc\xaf\xf3\xe3\xa8\x85\x56\x4f\x3b\xcd\xac\xd4\x9f\x00\x00\x00\xff\xff\x44\x65\xb5\xf4\x61\x03\x00\x00") - -func _1699987075_add_timestamp_and_state_to_community_data_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1699987075_add_timestamp_and_state_to_community_data_cacheUpSql, - "1699987075_add_timestamp_and_state_to_community_data_cache.up.sql", - ) -} - -func _1699987075_add_timestamp_and_state_to_community_data_cacheUpSql() (*asset, error) { - bytes, err := _1699987075_add_timestamp_and_state_to_community_data_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1699987075_add_timestamp_and_state_to_community_data_cache.up.sql", size: 865, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xee, 0x37, 0xf9, 0x7f, 0x9e, 0xfe, 0x93, 0x66, 0x2b, 0xd, 0x57, 0xf4, 0x89, 0x6c, 0x51, 0xfd, 0x14, 0xe9, 0xcd, 0xab, 0x65, 0xe7, 0xa7, 0x83, 0x7e, 0xe0, 0x5c, 0x14, 0x49, 0xf3, 0xe5}} - return a, nil -} - -var __1700414564_add_wallet_connect_pairings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x4b\x6a\xc3\x30\x10\x86\xf7\x3a\xc5\x2c\x1b\xc8\x0d\xb2\x72\xda\x69\x11\x75\xe5\xe2\xa8\xe0\xac\x84\x90\xa7\x61\xc0\x96\x85\xa4\xa6\xc9\xed\x0b\x76\x1f\x89\x68\x76\x9a\xff\xc1\x2f\xbe\xfb\x16\x2b\x8d\xa0\xab\x6d\x8d\x20\x1f\x41\x35\x1a\xb0\x93\x3b\xbd\x83\x4f\x3b\x0c\x94\x8d\x9b\xbc\x27\x97\x4d\xb0\x1c\xd9\x1f\x12\xdc\x09\x00\x80\x3c\x05\x76\xa0\xb1\xd3\xf0\xda\xca\x97\xaa\xdd\xc3\x33\xee\xe7\xbe\x7a\xab\xeb\xf5\x1c\xa2\x53\xe0\x78\x36\x99\x47\x4a\xd9\x8e\x01\xa4\xd2\xf8\x84\x6d\x11\xb3\x2e\xf3\x91\x60\xdb\x34\x35\x56\xaa\x34\x43\x30\xde\x8e\x34\x6f\x2d\xd2\x47\x1c\x2e\xae\x9e\x92\x8b\x1c\x32\x4f\xfe\x42\x65\x77\x75\x1e\x29\xf2\x3b\x53\x6f\x38\x99\xe4\xec\xf8\x33\x56\xb8\x53\xe4\x03\xff\xdb\x9b\x1f\x67\x73\x3d\xfd\xe7\xda\x81\x7b\xfb\xfb\x05\xb1\xda\x08\xf1\x8d\x56\xaa\x07\xec\x0a\xb4\xdc\x9f\xcc\xc2\x06\x1a\x75\x1b\x74\x89\x6f\xbd\x80\x5a\x6d\xc4\x57\x00\x00\x00\xff\xff\x66\xec\xe7\x64\xb7\x01\x00\x00") - -func _1700414564_add_wallet_connect_pairings_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1700414564_add_wallet_connect_pairings_tableUpSql, - "1700414564_add_wallet_connect_pairings_table.up.sql", - ) -} - -func _1700414564_add_wallet_connect_pairings_tableUpSql() (*asset, error) { - bytes, err := _1700414564_add_wallet_connect_pairings_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1700414564_add_wallet_connect_pairings_table.up.sql", size: 439, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x77, 0x5e, 0x19, 0x62, 0x3c, 0x3a, 0x81, 0x16, 0xa0, 0x95, 0x35, 0x62, 0xab, 0x5e, 0x2b, 0xea, 0x11, 0x71, 0x11, 0xd0, 0x9, 0xab, 0x9c, 0xab, 0xf2, 0xdd, 0x5f, 0x88, 0x83, 0x9a, 0x93}} - return a, nil -} - -var __1701101493_add_token_blocks_rangeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\x41\x0b\x82\x30\x18\xc6\xf1\xfb\x3e\xc5\xfb\x05\x06\xdd\xa5\xc3\x74\x2b\x84\x65\x51\xf3\x3c\xa6\xae\x10\xd7\x56\xbe\x33\xe8\xdb\x47\x0a\x5d\x8a\x40\xea\xf6\x5c\x9e\x1f\xfc\x29\x05\xd6\x34\x50\x07\x37\x9c\x3d\x12\x26\x95\xd8\x83\x62\xa9\x14\x50\xb9\x50\x77\xa8\x7b\xe3\x4f\x16\x35\xda\xeb\x60\x7d\x6c\x8d\x03\xc6\x39\x64\x5b\x59\x6e\x0a\x88\xa1\xb3\x5e\x57\xae\xd3\x18\x4d\x1f\x21\xcd\xd7\x79\xa1\x80\x8b\x15\x2b\xa5\x82\x45\xf2\x83\x78\x6c\x7b\xfc\xaf\xe8\xcc\x47\x90\x50\x0a\x59\xb8\xdc\xe1\x66\xdc\x60\x91\x94\x3b\xce\xd4\x17\xfb\x20\xd4\x5b\xf8\x12\x5e\x3b\x99\x09\x4c\x9d\x13\x30\xee\xb9\xc0\x98\x35\xfd\x9f\x33\x21\x8f\x00\x00\x00\xff\xff\x6f\x8c\xdc\x59\xd5\x01\x00\x00") - -func _1701101493_add_token_blocks_rangeUpSqlBytes() ([]byte, error) { - return bindataRead( - __1701101493_add_token_blocks_rangeUpSql, - "1701101493_add_token_blocks_range.up.sql", - ) -} - -func _1701101493_add_token_blocks_rangeUpSql() (*asset, error) { - bytes, err := _1701101493_add_token_blocks_rangeUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1701101493_add_token_blocks_range.up.sql", size: 469, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe0, 0x37, 0xfb, 0x1a, 0x6c, 0x8c, 0xa8, 0x1e, 0xa2, 0xa5, 0x1f, 0x90, 0x73, 0x3e, 0x31, 0x5f, 0x48, 0x1e, 0x9a, 0x37, 0x27, 0x1c, 0xc, 0x67, 0x1, 0xcd, 0xec, 0x85, 0x4c, 0x1c, 0x26, 0x52}} - return a, nil -} - -var __1702467441_wallet_connect_sessions_instead_of_pairingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xc1\x4a\x03\x31\x10\x86\xef\xfb\x14\x73\x54\xf0\x0d\x7a\xda\xea\x28\x4b\xd7\xa4\xa4\x11\xda\x53\x88\xe9\x28\x03\x31\x09\x49\x5a\xdd\xb7\x17\x42\x0f\x35\xf6\xfa\x7f\xdf\xfc\x30\xff\xa3\xc2\x51\x23\xe8\x71\x3d\x23\x4c\xcf\x20\xa4\x06\xdc\x4f\x3b\xbd\x83\x6f\xeb\x3d\x55\xe3\x62\x08\xe4\xaa\x29\x54\x0a\xc7\x50\xe0\x6e\x00\x00\xa8\x31\xb1\x03\x8d\x7b\x0d\x5b\x35\xbd\x8e\xea\x00\x1b\x3c\xb4\x7b\xf1\x36\xcf\x0f\x4d\x4a\x96\x33\x87\x4f\x73\x25\xff\x15\xe8\x27\x71\x5e\x60\x12\x1a\x5f\x50\x75\xd0\xba\xca\x67\x82\xb5\x94\x33\x8e\xa2\x83\x47\x9b\x92\x09\xf6\x8b\x5a\xed\x55\x76\xca\xbe\x8f\x8e\x54\x5c\xe6\x54\x39\x86\x1e\xb1\xfb\x9f\x9d\x29\xf3\xc7\x72\xab\x28\x9d\xde\x3d\xbb\x0d\x2d\x0d\x0c\xf7\xab\x61\x78\x52\x72\x7b\x99\xaf\x1b\xec\xf2\x7c\x59\xfd\x06\x00\x00\xff\xff\x24\xfa\x0d\x3a\x64\x01\x00\x00") - -func _1702467441_wallet_connect_sessions_instead_of_pairingsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1702467441_wallet_connect_sessions_instead_of_pairingsUpSql, - "1702467441_wallet_connect_sessions_instead_of_pairings.up.sql", - ) -} - -func _1702467441_wallet_connect_sessions_instead_of_pairingsUpSql() (*asset, error) { - bytes, err := _1702467441_wallet_connect_sessions_instead_of_pairingsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1702467441_wallet_connect_sessions_instead_of_pairings.up.sql", size: 356, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0x5f, 0x0, 0x60, 0x6, 0x28, 0x76, 0x61, 0x39, 0xdc, 0xa1, 0x84, 0x80, 0x46, 0x8a, 0xe4, 0x42, 0xb5, 0x1f, 0x18, 0x14, 0x23, 0x46, 0xb9, 0x51, 0xf, 0x62, 0xac, 0xc, 0x7, 0x98, 0xe}} - return a, nil -} - -var __1702577524_add_community_collections_and_collectibles_images_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd2\xd5\x55\x70\x4c\x49\x51\x48\xce\xcf\x29\xcd\xcd\x2b\xe6\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\x4f\x49\x2c\x49\x8c\x4f\x4e\x4c\xce\x48\x55\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4d\x4c\x4f\x8d\x2f\x48\xac\xcc\xc9\x4f\x4c\x51\x70\xf2\xf1\x77\xb2\x46\xd3\x9f\x93\x93\x9a\x5c\x92\x99\x9f\x47\xa1\x01\x49\x39\xa9\x24\x98\x00\x08\x00\x00\xff\xff\x6f\x7a\x87\x63\xd2\x00\x00\x00") - -func _1702577524_add_community_collections_and_collectibles_images_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1702577524_add_community_collections_and_collectibles_images_cacheUpSql, - "1702577524_add_community_collections_and_collectibles_images_cache.up.sql", - ) -} - -func _1702577524_add_community_collections_and_collectibles_images_cacheUpSql() (*asset, error) { - bytes, err := _1702577524_add_community_collections_and_collectibles_images_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1702577524_add_community_collections_and_collectibles_images_cache.up.sql", size: 210, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x1b, 0x32, 0x2c, 0xfa, 0x11, 0x5e, 0x5e, 0x5d, 0xef, 0x92, 0xa0, 0x29, 0x52, 0xbf, 0x6e, 0xe3, 0x30, 0xe4, 0xdf, 0xdc, 0x5, 0xbe, 0xd1, 0xf8, 0x3e, 0xd9, 0x9b, 0xd6, 0x9b, 0x95, 0x96}} - return a, nil -} - -var __1702867707_add_balance_to_collectibles_ownership_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8d\x31\x4b\xc4\x30\x18\x40\xf7\xfe\x8a\x6f\x3b\x85\x1b\x74\x3e\x1c\xd2\x4b\x0e\x0a\x31\x91\x36\x81\x6e\x21\xfd\xfa\x49\x83\x21\x91\x24\xa0\x3f\x5f\xea\x50\x5c\xd4\xf9\xf1\xde\x63\xd2\x88\x11\x0c\xeb\xa5\x00\xcc\x31\x12\xb6\xb0\x44\xaa\x2e\x7f\x24\x2a\x75\x0b\xef\x0e\x3d\x6e\x04\x8c\x73\xb8\x6a\x69\x9f\x15\x2c\x3e\xfa\x84\x04\xbd\xd4\x3d\x28\x6d\x40\x59\x29\x81\x8b\x1b\xb3\xd2\xc0\xe7\xe9\xe1\xf1\x74\xe9\x3a\xfb\xc2\x99\xf9\x27\x3a\x09\x73\xd4\x9e\x0e\xf3\x3a\x8a\xdd\x1c\x14\x17\x33\x0c\xb7\xef\x85\x98\x87\xc9\x4c\xbf\xd5\x5e\x43\x6c\x54\xdc\x0f\x0a\x5a\xfd\xbd\xbe\xc3\xcd\x87\xe4\xc2\x7a\x06\xcc\xa9\x15\x8f\xcd\xf9\x75\x2d\x54\xeb\x19\x5a\x7e\xa3\x9d\xdd\x5f\xba\xaf\x00\x00\x00\xff\xff\x19\x3b\x1b\x24\x21\x01\x00\x00") - -func _1702867707_add_balance_to_collectibles_ownership_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1702867707_add_balance_to_collectibles_ownership_cacheUpSql, - "1702867707_add_balance_to_collectibles_ownership_cache.up.sql", - ) -} - -func _1702867707_add_balance_to_collectibles_ownership_cacheUpSql() (*asset, error) { - bytes, err := _1702867707_add_balance_to_collectibles_ownership_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1702867707_add_balance_to_collectibles_ownership_cache.up.sql", size: 289, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0x63, 0x30, 0x11, 0x22, 0xb9, 0xee, 0xae, 0xb8, 0xc4, 0xe6, 0xd3, 0x7, 0xc, 0xe6, 0xa3, 0x72, 0x8c, 0x6, 0x9d, 0x6c, 0x97, 0x8f, 0xb2, 0xd0, 0x37, 0x69, 0x69, 0x6, 0x7f, 0x67, 0x94}} - return a, nil -} - -var __1703686612_add_color_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2c\x4b\x4d\x89\x4f\x4c\x49\x29\x4a\x2d\x2e\x4e\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xcf\xc9\x2f\x52\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x2a\x28\xca\xcc\x4d\x2c\xaa\x54\xb2\xe6\x0a\x0d\x70\x71\x0c\xc1\xd4\x1f\xec\x1a\x02\xd5\x68\x8b\xa4\x1a\x10\x00\x00\xff\xff\x14\x6a\xd5\xb5\x72\x00\x00\x00") - -func _1703686612_add_color_to_saved_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1703686612_add_color_to_saved_addressesUpSql, - "1703686612_add_color_to_saved_addresses.up.sql", - ) -} - -func _1703686612_add_color_to_saved_addressesUpSql() (*asset, error) { - bytes, err := _1703686612_add_color_to_saved_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1703686612_add_color_to_saved_addresses.up.sql", size: 114, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x6e, 0x8d, 0xc0, 0x49, 0xc, 0xb, 0x66, 0xa0, 0x77, 0x32, 0x76, 0xa8, 0xd0, 0x40, 0xce, 0x67, 0xa, 0x9e, 0x23, 0x36, 0xe, 0xc3, 0xd3, 0x9d, 0xe2, 0xde, 0x60, 0x19, 0xba, 0x44, 0xf1}} - return a, nil -} - -var __1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\x31\x6f\xc2\x30\x10\x85\x77\xff\x8a\x13\x13\x48\x0c\xdd\x99\x0c\x5c\x8a\x55\x63\x53\xc7\x29\x65\x8a\xa2\xc4\x12\xa8\x90\xa0\x38\xa5\xea\xbf\xaf\x9c\x18\x1a\x30\x42\x6c\xb9\xbb\x67\xdf\x97\xf7\xe4\x99\x42\xaa\x11\x34\x9d\x72\x04\x16\x81\x90\x1a\xf0\x93\xc5\x3a\x06\x9b\x9d\x4c\x91\x66\x45\x51\x1b\x6b\x8d\x4d\x4b\xf3\x03\x43\x02\xe0\x3b\xf0\x41\xd5\x6c\x41\x55\x7b\x44\x24\x9c\x8f\x09\x40\x99\x1d\x4c\x30\x80\x39\x46\x34\xe1\x1a\x06\x03\xa7\xa9\xcd\xa1\x3a\x99\x02\xa6\x52\x72\xa4\x22\x94\x45\x94\xc7\xe8\x94\xdf\xc7\x22\x6b\x4c\x9a\xef\xab\xfc\x0b\x98\xd0\xa1\xf4\xc5\xc9\xf2\x6d\xb6\x2b\x53\xbb\xad\xea\x26\x75\x00\x21\xda\x0d\x81\x29\x6d\xfa\x0c\xe9\xce\xa6\x8d\xb1\xcd\x13\xa4\x79\x6d\xb2\xc6\xb9\xd5\x3c\xe2\xac\xf6\x55\xfd\x60\xe7\xb1\xde\x1d\xb2\xfa\xb7\x5d\xbd\x52\x6c\x49\xd5\x06\xde\x70\x03\x43\xef\xf8\xf8\x0c\x34\x72\x8a\x44\xb0\xf7\x04\x61\xe8\x7e\xe4\x7f\x42\x46\xb0\x66\x7a\x21\x13\x0d\x4a\xae\xd9\x7c\x42\x08\x13\x31\x2a\x0d\x52\x01\x7b\x15\x52\xa1\x23\x94\xf7\xd2\x25\xd0\xe6\x7b\x49\x78\xdc\x16\xed\xfd\xed\x97\x0f\xae\x2b\xfa\xd9\x74\x9d\x20\x86\xae\x7d\x36\xbb\xab\x3c\xa7\x3f\x71\x71\xcd\xd7\xce\x20\x02\x30\x22\x31\x72\x9c\x69\x72\x85\x72\xbe\xa4\x87\x71\x0b\x71\x17\xa1\x0f\xd0\x5b\x7f\xbd\xbc\x5b\x1d\x29\xb9\x24\x70\xeb\xcd\x84\x90\xb9\x92\x2b\xff\x48\xc2\x21\xe5\x1a\xd5\xfd\x69\xfb\x68\x14\x0a\xba\x44\x08\x4d\x9f\xfc\x05\x00\x00\xff\xff\xf2\xa5\xf4\x92\x7e\x03\x00\x00") - -func _1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSql, - "1704701942_remove_favourite_and_change_primary_key_for_saved_addresses.up.sql", - ) -} - -func _1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSql() (*asset, error) { - bytes, err := _1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704701942_remove_favourite_and_change_primary_key_for_saved_addresses.up.sql", size: 894, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0xd3, 0xcf, 0x90, 0xb2, 0xa, 0x23, 0x41, 0x8a, 0xa5, 0x90, 0x7b, 0x34, 0xec, 0x3b, 0x3f, 0xa9, 0xb1, 0x95, 0xf3, 0x2a, 0xdf, 0xbb, 0x53, 0x57, 0x27, 0x2b, 0x12, 0x84, 0xf4, 0x83, 0xda}} - return a, nil -} - -var __1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xc9\x49\x4d\x2e\xc9\x4c\xca\x49\x2d\x8e\xcf\x2f\xcf\x4b\x2d\x2a\xce\xc8\x2c\x88\x4f\x4e\x4c\xce\x48\x55\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x29\x4a\xcc\x2b\x4e\x4b\x2d\x8a\xcf\x4c\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x02\x04\x00\x00\xff\xff\x77\x9f\xe5\xab\x49\x00\x00\x00") - -func _1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSql, - "1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cache.up.sql", - ) -} - -func _1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSql() (*asset, error) { - bytes, err := _1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cache.up.sql", size: 73, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa2, 0xf0, 0x71, 0xb5, 0xaf, 0x22, 0xac, 0x77, 0xdb, 0x6f, 0x62, 0x27, 0x12, 0x46, 0x60, 0x3, 0x59, 0x43, 0x6f, 0x1, 0xdc, 0xe8, 0x6e, 0x89, 0xa5, 0x77, 0x37, 0x36, 0xd9, 0x4e, 0x6d, 0x9b}} - return a, nil -} - -var __1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x02\x31\x0c\x05\xd0\xbd\xa7\xf8\xcc\x35\x5c\x55\x1b\x57\x51\x41\x32\xe0\x2e\x64\x42\xb0\xd2\x52\xd1\xe8\xfd\x7d\x85\x85\x6e\x90\x72\x60\xc2\x36\x5e\xde\x53\x3f\x36\x1f\x91\x9a\xf1\xfe\xc5\xfc\x3e\x6d\xa0\xd4\x8a\xe3\x95\xd7\xf3\x05\x9b\x0d\x9b\x1e\xea\x2d\xbc\x6b\xb3\x6c\x10\xba\x0b\x2a\x9d\xca\xca\x82\x65\xd9\xef\xfe\x01\x00\x00\xff\xff\xc3\x5b\xd9\x6b\x54\x00\x00\x00") - -func _1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSqlBytes() ([]byte, error) { - return bindataRead( - __1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSql, - "1705664490_add_balance_check_fields_blocks_ranges_sequential.up.sql", - ) -} - -func _1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSql() (*asset, error) { - bytes, err := _1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1705664490_add_balance_check_fields_blocks_ranges_sequential.up.sql", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0x49, 0x9, 0xd9, 0x83, 0x3d, 0xd8, 0xb7, 0x4f, 0x8f, 0xc2, 0xa2, 0xd1, 0xb, 0x57, 0x1f, 0x5, 0x39, 0x55, 0xfb, 0x6e, 0x32, 0x9e, 0x19, 0x3d, 0x3c, 0x77, 0xa2, 0xc4, 0xf4, 0x53, 0x35}} - return a, nil -} - -var __1706531789_remove_gasfeeOnlyEthTransfersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x5f\x6b\xc2\x30\x14\xc5\xdf\xf3\x29\xce\x9e\xb4\xa3\x01\xb7\xa7\xc1\xd8\x83\xcc\x0c\x05\xa7\xa0\x85\x3e\x86\xd0\xdc\x5a\xb1\x4b\x24\x89\x53\xf7\xe9\x47\xff\xcc\x95\x22\x1b\x63\x79\x3c\x37\x37\xe7\x77\x4e\x38\xe7\x58\x53\x49\x59\x80\x2a\x4b\x04\xbb\x23\x83\xe0\x94\xf1\x39\x39\xcf\xd2\x59\x32\x6d\x44\xe9\xec\xd1\x63\xbc\xc6\x90\x01\xc0\x5a\xcc\xc5\x73\x82\xd5\x32\x9d\x4d\x62\xdc\xd6\xda\xcb\x6a\xf9\xda\xd9\xad\xa4\x74\x2a\x56\x02\xe1\xbc\x27\xdc\x3c\x61\x40\xa1\x18\xb0\x88\xf5\x4c\x47\xfc\x5d\x95\x07\xea\xac\xc6\xa0\x50\xc8\x0f\x72\x56\xd6\xa3\x7f\x9b\xb7\xde\x18\x2f\x26\x50\x6f\xf6\x60\x82\xdc\x2b\xad\x49\xdf\xdd\x3f\x14\x74\xaa\xe6\xa3\x5f\x4e\x03\xfe\xc5\xbd\x51\x9e\xe7\x44\xdc\x9a\xf2\x0c\x51\x95\xd4\x83\xdf\x28\x2f\x73\x22\x59\x5d\xf8\x01\xff\x9b\xfd\x4a\xe2\x4e\x8a\x61\x38\xc9\x42\xf9\x22\x86\xd2\xda\x91\xf7\x31\x0c\x85\xa3\x75\x3b\xb9\xd5\x31\x54\x96\xd5\xa1\x8c\x35\x19\x45\x98\x2d\x5a\xab\x8e\xdd\x1f\x1e\xb8\xac\x36\xa5\x5e\xbe\xbf\xd6\x23\x16\x31\x36\x11\x73\x91\x88\x5e\xe9\x2d\x6a\x9d\x0b\x5b\x73\xbd\x86\x47\xf6\x19\x00\x00\xff\xff\xfa\x46\x2b\x70\x73\x02\x00\x00") - -func _1706531789_remove_gasfeeOnlyEthTransfersUpSqlBytes() ([]byte, error) { - return bindataRead( - __1706531789_remove_gasfeeOnlyEthTransfersUpSql, - "1706531789_remove_gasfee-only-eth-transfers.up.sql", - ) -} - -func _1706531789_remove_gasfeeOnlyEthTransfersUpSql() (*asset, error) { - bytes, err := _1706531789_remove_gasfeeOnlyEthTransfersUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1706531789_remove_gasfee-only-eth-transfers.up.sql", size: 627, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x8c, 0x37, 0xd3, 0x2a, 0xf, 0x1a, 0x8, 0xe9, 0xa7, 0x1f, 0x5a, 0x10, 0xa7, 0x4c, 0x36, 0x4f, 0xc6, 0xdc, 0xeb, 0x79, 0x90, 0xe7, 0xcd, 0x4a, 0xef, 0xb7, 0x3, 0x6e, 0x88, 0x6f, 0x79}} - return a, nil -} - -var __1707160323_add_contract_type_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\x3b\x6e\x85\x30\x10\x45\x7b\xaf\xe2\x96\x79\xd2\xdb\xc1\xab\x0c\x4c\xc8\x48\x68\x50\xc0\x8e\xe8\x2c\xcb\x76\x84\x1b\x27\x02\x37\xec\x3e\xca\x07\xa5\xc8\xa7\x3f\x33\xf7\x9c\x76\x22\x6d\x08\x46\x37\x03\x81\xef\x21\xa3\x01\x2d\x3c\x9b\x19\xe1\xa5\xd4\xcd\x87\xea\xea\xf1\x9a\x5c\xf0\x61\x4d\xb8\x53\x00\x10\x56\x9f\x8b\xcb\x11\x56\x66\xee\x85\x3a\x34\xdc\xb3\x98\x8f\x6b\xb1\xc3\x70\xfd\xc4\xce\x07\x3e\xc6\x2d\xed\x3b\x9e\xf4\xd4\x3e\xe8\xe9\x2f\xec\x7d\x07\x2c\x86\x7a\xfa\x66\xd4\xe5\xa6\xd4\x97\xa5\x15\x7e\xb4\x04\x96\x8e\x96\x7f\x65\x73\x4c\xa5\xe6\xe7\xc3\xa5\x52\xb7\x03\xa3\xfc\x1e\x73\x76\x5c\x7f\xa8\x5e\x6e\xea\x2d\x00\x00\xff\xff\x18\xc9\x3c\xf4\x1a\x01\x00\x00") - -func _1707160323_add_contract_type_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1707160323_add_contract_type_tableUpSql, - "1707160323_add_contract_type_table.up.sql", - ) -} - -func _1707160323_add_contract_type_tableUpSql() (*asset, error) { - bytes, err := _1707160323_add_contract_type_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1707160323_add_contract_type_table.up.sql", size: 282, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0x99, 0xd9, 0x86, 0x72, 0x37, 0x97, 0xfc, 0xa7, 0xbb, 0xe3, 0x86, 0xf1, 0xfd, 0x77, 0x31, 0x91, 0xcb, 0xa4, 0x2c, 0x5b, 0xaa, 0x4b, 0xa2, 0x7f, 0x8a, 0x2c, 0x7a, 0xda, 0x20, 0x7a, 0x97}} - return a, nil -} - -var __1708089811_add_nullable_fiesl_blocks_rangesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xd0\x41\x6b\xc3\x20\x18\xc6\xf1\xbb\x9f\xe2\xa1\xa7\x16\xfa\x0d\x7a\xb2\x8d\x6b\x65\x99\x29\xce\xac\xeb\x49\x4c\xe2\x96\xa0\x18\xa6\x96\x7d\xfd\xb1\x43\x08\x3b\x2c\x39\xbf\xbf\x97\x3f\x3c\x85\xac\xae\x50\xf4\x58\x32\x34\x7e\x6c\x5d\xd2\xd1\x84\x4f\x9b\x74\xb2\x5f\x0f\x1b\xf2\x60\xfc\x81\x90\x93\x64\x54\xb1\x15\x87\x2d\x01\x82\xcd\xdf\x63\x74\x7a\xe8\x50\x8b\x57\x7e\x16\xac\xc0\x91\x9f\xb9\x50\x10\x95\x82\xa8\xcb\x72\x4f\x00\xd3\x75\xd1\xa6\x84\x37\x2a\x4f\x17\x2a\xff\xdc\x1a\xef\x74\xca\x26\xe6\xe9\xb1\x60\x4f\xb4\x2e\x15\xc2\xc3\xfb\x09\x7c\x0c\x31\x2d\x02\x6f\xfe\xbf\xe7\xd1\xd9\xa0\x57\x3b\x33\x5b\xac\xcd\x6c\xa9\xd9\x18\x6f\x42\x6b\x75\xdb\xdb\xd6\xe9\xde\xa4\x1e\x8a\xbd\xcf\x6e\xb3\xf9\x55\x57\xc9\x5f\xa8\xbc\xe3\x99\xdd\xb1\x9d\xb7\xdc\x4f\x83\xed\xc8\x0e\x37\xae\x2e\x55\xad\x20\xab\x1b\x2f\x0e\xe4\x27\x00\x00\xff\xff\xd3\xb5\x4d\x6e\xc2\x01\x00\x00") - -func _1708089811_add_nullable_fiesl_blocks_rangesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1708089811_add_nullable_fiesl_blocks_rangesUpSql, - "1708089811_add_nullable_fiesl_blocks_ranges.up.sql", - ) -} - -func _1708089811_add_nullable_fiesl_blocks_rangesUpSql() (*asset, error) { - bytes, err := _1708089811_add_nullable_fiesl_blocks_rangesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1708089811_add_nullable_fiesl_blocks_ranges.up.sql", size: 450, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0xec, 0x7c, 0xd7, 0x99, 0x36, 0xa3, 0xb5, 0xc, 0xaa, 0x59, 0x40, 0x4c, 0x69, 0xc6, 0x62, 0x6e, 0x10, 0x6a, 0x2b, 0xc7, 0x37, 0x24, 0xad, 0x39, 0x9b, 0xe6, 0xeb, 0xbf, 0xb6, 0x32, 0x24}} - return a, nil -} - -var __1710189541_add_nonce_to_pending_transactionsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x48\xcd\x4b\xc9\xcc\x4b\x8f\x2f\x29\x4a\xcc\x2b\x4e\x4c\x2e\xc9\xcc\xcf\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcb\xcf\x4b\x4e\x55\xf0\xf4\x0b\xb1\x06\x04\x00\x00\xff\xff\x87\x1f\x38\x0b\x36\x00\x00\x00") - -func _1710189541_add_nonce_to_pending_transactionsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1710189541_add_nonce_to_pending_transactionsUpSql, - "1710189541_add_nonce_to_pending_transactions.up.sql", - ) -} - -func _1710189541_add_nonce_to_pending_transactionsUpSql() (*asset, error) { - bytes, err := _1710189541_add_nonce_to_pending_transactionsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1710189541_add_nonce_to_pending_transactions.up.sql", size: 54, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0x2e, 0x35, 0x7c, 0xf, 0x9, 0x63, 0x64, 0x4d, 0xdf, 0x8f, 0x99, 0x96, 0x66, 0xda, 0x81, 0x56, 0x84, 0x3b, 0xbf, 0x88, 0xf9, 0xb0, 0x7d, 0x9f, 0x87, 0x74, 0xa9, 0xb, 0x9a, 0x70, 0xcb}} - return a, nil -} - -var __1712567001_add_soulbound_collectible_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc3\x20\x0c\x05\xd0\xab\xfc\x7b\x74\x32\xc5\x4c\x6e\x91\x5a\x98\x11\x18\xa4\x44\xb2\xc2\x10\xb8\x7f\x1e\x49\xe2\x1f\x12\x39\x61\xe8\x34\x1b\xba\xce\x66\xa3\xf4\xba\x6a\xd1\xaa\xc7\x00\x79\x8f\x77\x94\xfc\xf9\xe2\x9e\xdb\xda\xdc\x57\x87\x8b\x51\xe0\x39\x50\x96\x84\x40\xf2\xe7\xd7\x13\x00\x00\xff\xff\x77\x57\xe4\x5f\x4b\x00\x00\x00") - -func _1712567001_add_soulbound_collectible_cacheUpSqlBytes() ([]byte, error) { - return bindataRead( - __1712567001_add_soulbound_collectible_cacheUpSql, - "1712567001_add_soulbound_collectible_cache.up.sql", - ) -} - -func _1712567001_add_soulbound_collectible_cacheUpSql() (*asset, error) { - bytes, err := _1712567001_add_soulbound_collectible_cacheUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1712567001_add_soulbound_collectible_cache.up.sql", size: 75, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0x6c, 0x8b, 0x92, 0x49, 0x6c, 0x6, 0x66, 0x4c, 0xbb, 0x63, 0x4a, 0xc6, 0x7, 0xf2, 0x75, 0xef, 0xa9, 0xe5, 0xd9, 0x6c, 0x90, 0x9, 0xe4, 0x5f, 0xd1, 0xf3, 0x0, 0xd2, 0xf3, 0x0, 0xb8}} - return a, nil -} - -var __1714670633_add_id_to_multi_transaction_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x53\xc1\x6e\x1a\x31\x14\xbc\xef\x57\x8c\x72\x6a\x24\xf3\x05\x3d\x19\xd6\x49\x56\x5d\x76\x23\x63\x1a\xe5\xb4\x72\xb1\x29\x56\x58\x7b\x65\x1b\x01\x7f\x5f\x79\x93\x12\x93\x12\x72\xed\xd5\x9e\x37\xef\xbd\x99\x37\x93\x09\x66\x5e\xcb\xa8\x21\xb1\x72\xc3\x11\x6e\x8d\x7e\xb7\x8d\xa6\x8b\x5e\xda\x20\x57\xd1\x38\x1b\x10\xe5\xaf\xad\xc6\xde\xc4\x0d\xa4\x85\x54\xca\xa4\x77\xb9\xc5\xca\x6d\x77\xbd\xc5\xda\x79\xc4\x8d\xc6\xe0\x4d\x2f\xfd\x11\x2f\xfa\x58\xcc\x38\xa3\x82\x41\xd0\x69\xcd\x60\xf5\xbe\x7b\x25\xf9\x56\x00\x80\x51\xa8\x1a\xc1\xee\x19\xc7\x23\xaf\xe6\x94\x3f\xe3\x07\x7b\x26\x98\x4c\x40\x95\x82\x4c\x05\xd7\xc8\x13\xc7\xda\xbb\xbe\x93\x4a\x79\x1d\x02\x7e\x52\x3e\x7b\xa0\x1c\x4d\x2b\xd0\x2c\xeb\x9a\x64\x90\x10\x74\xbc\x0a\xe8\xdd\xce\x7e\x86\x88\xee\x8b\x1e\x09\x70\xa5\x43\x3c\x0e\xfa\xb3\x2f\xd3\xeb\x10\x65\x3f\x60\xd9\x2c\xaa\xfb\x86\x95\x98\x56\xf7\x55\x23\x2e\x74\x38\x1b\x31\x9b\xdd\xea\xb8\x77\xfe\xa5\x33\xea\x23\xc9\xa9\xf6\x2b\xc8\xca\xbb\x10\xba\x78\x48\x80\xbf\x83\x96\xec\x8e\x2e\x6b\x81\x9b\x9b\xac\x57\x3c\x74\x1b\x19\x36\x98\xd6\xed\xf4\xc4\x9e\x3f\x16\xb7\x78\xaa\xc4\x43\xbb\x14\xe0\xed\x53\x55\x7e\x2f\x8a\x74\x60\xe9\xae\x94\x8c\xb2\xa8\x9a\x05\xe3\x22\x39\xdf\xe6\x17\x61\x14\x39\x33\x93\x64\xbe\x91\xdc\x22\x92\xb9\x41\x4e\xc2\x93\x51\x63\xf2\x2e\x27\x79\x57\x8c\x7c\x54\x89\x9c\x2b\x42\xf2\xed\xc9\xd9\x9a\x24\xdb\xee\x76\xdc\x76\xc1\x6a\x36\x13\xf0\x6e\xff\xff\x4f\x3c\x0e\x7c\xc7\xdb\xf9\x85\x38\xbf\xda\x52\x7a\x37\x8c\xb9\xd2\x07\x13\xa2\xb1\xbf\xdf\x52\x2e\xad\x82\xd7\x56\xf6\x7a\xfc\x4d\x41\x1c\x3f\x8a\x92\xb7\x8f\x6f\x71\xbe\xc4\x49\x6b\xc1\xf8\x3f\x71\xe7\xac\xa1\x73\x06\xd1\x5e\xaa\xf9\x13\x00\x00\xff\xff\xaa\xa3\x4b\x14\x7e\x04\x00\x00") - -func _1714670633_add_id_to_multi_transaction_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1714670633_add_id_to_multi_transaction_tableUpSql, - "1714670633_add_id_to_multi_transaction_table.up.sql", - ) -} - -func _1714670633_add_id_to_multi_transaction_tableUpSql() (*asset, error) { - bytes, err := _1714670633_add_id_to_multi_transaction_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1714670633_add_id_to_multi_transaction_table.up.sql", size: 1150, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa2, 0x17, 0x7e, 0x5a, 0x17, 0x7c, 0xf8, 0x9c, 0x60, 0xe4, 0xca, 0xd9, 0x32, 0xe5, 0x37, 0xd1, 0xa5, 0xcb, 0x56, 0xf4, 0x1e, 0x9e, 0x8d, 0x1b, 0x8d, 0x66, 0xaa, 0xd9, 0xce, 0x68, 0x3e, 0xcd}} - return a, nil -} - -var __1715637927_add_collection_socialsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xc1\x6a\xc4\x20\x10\x86\xef\x79\x8a\xff\xb8\x0b\xfb\x06\x3d\xb9\x66\x92\x4a\x83\x01\xe3\x96\xf6\x24\x56\x85\x08\x41\x8b\x4a\xf7\xf5\x0b\x0d\x3d\xb4\x25\x3d\x7f\xdf\x0c\xdf\x0c\x57\xc4\x34\x41\xb3\xeb\x44\x10\x03\xe4\xac\x41\x2f\x62\xd1\x0b\x5c\xde\xb6\xe0\x5a\xcc\xc9\xd4\xec\xa2\xdd\xaa\x71\xd6\xad\x01\xa7\x0e\x00\xdc\x6a\x63\x32\xd1\xe3\x26\x17\x31\x4a\xea\x71\x15\xa3\x90\xfa\x6b\x85\xbc\x4d\xd3\x65\xd7\x72\x6a\xc5\xba\x66\xac\xf7\x25\xd4\x8a\x67\xa6\xf8\x23\x53\xbf\xb4\xf7\x92\x3f\xa2\x0f\xe5\x00\xdf\xc3\x5b\x8d\x2d\x1c\xd0\x76\x8f\xad\x85\x62\x56\x9b\xfc\x76\x24\x0d\xb3\x22\x31\x4a\x3c\xd1\xeb\xe9\xbb\xfd\xf2\x27\xef\x0c\x45\x03\x29\x92\x9c\x7e\x7c\xc0\xdb\x66\xf7\xf3\xff\x1d\x9e\x25\x7a\x9a\x48\x13\x38\x5b\x38\xeb\xa9\x3b\x3f\x74\x9f\x01\x00\x00\xff\xff\xe1\x4d\x07\x98\x64\x01\x00\x00") - -func _1715637927_add_collection_socialsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1715637927_add_collection_socialsUpSql, - "1715637927_add_collection_socials.up.sql", - ) -} - -func _1715637927_add_collection_socialsUpSql() (*asset, error) { - bytes, err := _1715637927_add_collection_socialsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1715637927_add_collection_socials.up.sql", size: 356, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0x61, 0xb1, 0x1a, 0x75, 0x85, 0x89, 0x81, 0x1f, 0x84, 0x64, 0x62, 0x57, 0x6c, 0x85, 0xef, 0x17, 0x1a, 0xf2, 0x14, 0xcb, 0xd5, 0x7, 0x25, 0x98, 0x3a, 0x93, 0x7e, 0xd5, 0x9, 0xf6, 0xa0}} - return a, nil -} - -var __1715839555_rename_chain_prefixesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2c\x4b\x4d\x89\x4f\x4c\x49\x29\x4a\x2d\x2e\x4e\x2d\x56\x08\x76\x0d\x51\x48\xce\x48\xcc\xcc\x8b\x2f\xce\xc8\x2f\x2a\x89\xcf\x4b\xcc\x4d\x2d\x56\xb0\x55\x08\x72\x0d\xf0\x71\x74\x76\xd5\xc0\x90\xd3\x51\x50\x4f\x2c\x4a\xb2\x52\x87\xd0\x86\x56\xea\x9a\x0a\xe1\x1e\xae\x41\xae\x58\x4c\xf1\xf1\xf4\x76\x55\x50\x57\x05\x29\x57\x55\xb7\xe6\xa2\xa2\x0b\xf2\x0b\x4a\xc0\x2e\xc8\x4f\x2d\xc9\x20\xc2\x05\x20\xe5\xaa\xea\xd6\x80\x00\x00\x00\xff\xff\x88\x5e\xa1\x0f\x03\x01\x00\x00") - -func _1715839555_rename_chain_prefixesUpSqlBytes() ([]byte, error) { - return bindataRead( - __1715839555_rename_chain_prefixesUpSql, - "1715839555_rename_chain_prefixes.up.sql", - ) -} - -func _1715839555_rename_chain_prefixesUpSql() (*asset, error) { - bytes, err := _1715839555_rename_chain_prefixesUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1715839555_rename_chain_prefixes.up.sql", size: 259, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x35, 0x2c, 0x47, 0xd1, 0x87, 0x83, 0x91, 0x2c, 0xd0, 0xac, 0x73, 0x5a, 0x36, 0x5f, 0xeb, 0xdc, 0xb2, 0x1e, 0x8, 0x11, 0x98, 0x53, 0x82, 0x34, 0x32, 0x11, 0xe9, 0x13, 0x60, 0x87, 0x80, 0xc6}} - return a, nil -} - -var __1716313614_add_rpc_limits_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xca\xc1\xaa\x82\x40\x14\x06\xe0\xbd\x4f\xf1\x2f\xef\x85\xde\xa0\x95\xd5\xa1\x86\x4c\x63\x38\x62\xae\x64\x18\x0f\x31\x90\x69\x33\x47\xe8\xf1\x83\x82\x36\xe1\xfa\xfb\xb6\x96\x72\x26\x70\xbe\x29\x08\x71\xf2\xdd\x2d\x0c\x41\x13\xfe\x32\x00\x50\x77\x05\xd3\x85\x51\x56\x8c\xb2\x2e\x0a\x9c\xad\x39\xe5\xb6\xc5\x91\xda\xd5\xbb\xf8\x28\x4e\xa5\xef\x9c\xc2\x94\x4c\x7b\xb2\xdf\xfc\x09\x93\xc4\x30\xf6\x0b\x38\xb8\x67\x17\xe5\x31\x4b\xd2\xb4\x50\xfc\x38\xdf\x55\xe2\x8f\x66\xff\x68\x0c\x1f\xaa\x9a\x61\xab\xc6\xec\xd6\xaf\x00\x00\x00\xff\xff\x4f\x5e\x6d\x01\xcb\x00\x00\x00") - -func _1716313614_add_rpc_limits_tableUpSqlBytes() ([]byte, error) { - return bindataRead( - __1716313614_add_rpc_limits_tableUpSql, - "1716313614_add_rpc_limits_table.up.sql", - ) -} - -func _1716313614_add_rpc_limits_tableUpSql() (*asset, error) { - bytes, err := _1716313614_add_rpc_limits_tableUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1716313614_add_rpc_limits_table.up.sql", size: 203, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0x71, 0xb7, 0xd0, 0xa5, 0x81, 0x7, 0xdc, 0xed, 0x41, 0x23, 0x91, 0xdb, 0xcb, 0xb9, 0xb1, 0x42, 0xa3, 0x12, 0x1c, 0x94, 0x1c, 0xee, 0x1f, 0x5a, 0x8f, 0x73, 0x61, 0xff, 0xb2, 0x66, 0x9c}} - return a, nil -} - -var __1716912885_add_wallet_connect_dappsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\xc1\xce\xda\x30\x10\x84\xef\x79\x8a\x3d\x82\x54\x9e\x80\x53\x00\x43\xd3\xa6\x31\x32\x46\xc0\x29\x72\xed\xa5\x6c\x09\x76\x64\x1b\xda\xbe\x7d\x95\x40\x68\x09\xa0\xff\x16\x79\xbe\xac\x67\x66\x3d\x1a\xc1\x2f\x55\x55\x18\x4b\xed\xac\x45\x1d\x4b\xa3\xea\x3a\x40\x54\xdf\x2b\x84\x23\x62\xf3\xed\x95\x3e\x82\xdb\xc3\x0d\x41\x03\x26\x6d\x21\x07\xb5\x77\x17\x32\x08\x0a\x2a\xb2\xc7\xe6\x24\x1e\x90\x3c\x90\x35\x74\x21\x73\x56\x15\x04\x0c\x81\x9c\x0d\xc9\x54\xb0\x54\x32\x90\xe9\x24\x67\x90\xcd\xa1\xe0\x12\xd8\x36\x5b\xc9\xd5\x6b\x0f\x83\x04\x00\xe0\xec\x2b\x90\x6c\x2b\x61\x29\xb2\x6f\xa9\xd8\xc1\x57\xb6\xfb\xd4\x2a\x56\x9d\xf0\x2a\x35\x93\x8a\x75\x9e\x5f\xcf\x49\x3b\x5b\x76\xbf\x25\x43\xd8\x64\xf2\x33\x5f\x4b\x10\x7c\x93\xcd\xc6\x49\x32\x13\x7c\x79\x73\xd1\xbb\xb7\xb3\x3a\x4e\x92\xe7\x62\x3a\xf1\xa3\x6e\xee\xdc\xde\x79\x40\xa5\x0f\x6d\x5b\x8f\xe9\xdf\x8d\xbe\x46\x8e\xae\x26\xfd\x14\xba\x97\xd2\x50\xf8\x77\xe7\x84\xf3\x9c\xa5\x45\x0f\xb9\x8d\x2d\x7f\x06\x67\xe1\xcb\x8a\xf7\x75\xfc\x5d\x93\xff\x03\x59\x21\xd9\x82\x89\x9e\xa8\x3d\xaa\x88\xa6\x8c\x74\xc2\x10\xd5\xa9\x7e\xc3\xd5\x8a\x3c\xd9\x1f\xe5\x7f\xa6\x1f\x81\x88\x21\x96\xfa\xa0\xc8\x86\x37\x3e\x9b\x75\xdf\x17\xd6\xd3\xe6\x5c\xb0\x6c\x51\xb4\x05\x0c\x3a\x70\x08\x82\xcd\x99\x60\xc5\x94\xbd\x7e\x3b\x83\x06\x7a\x5e\xfd\xdf\x00\x00\x00\xff\xff\x94\x81\xd6\x03\xee\x02\x00\x00") - -func _1716912885_add_wallet_connect_dappsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1716912885_add_wallet_connect_dappsUpSql, - "1716912885_add_wallet_connect_dapps.up.sql", - ) -} - -func _1716912885_add_wallet_connect_dappsUpSql() (*asset, error) { - bytes, err := _1716912885_add_wallet_connect_dappsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1716912885_add_wallet_connect_dapps.up.sql", size: 750, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0x30, 0x7f, 0x97, 0x2c, 0xbb, 0x82, 0x8c, 0x42, 0xd7, 0xc6, 0x3c, 0x8f, 0x28, 0xc2, 0x60, 0x41, 0x3e, 0xb5, 0x9b, 0x48, 0x32, 0xed, 0xc7, 0x99, 0xbc, 0x84, 0x22, 0x21, 0x6a, 0xaf, 0x8d}} - return a, nil -} - -var __1721136888_recreate_indices_balance_history_remove_dupsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x3f\x6f\xdb\x30\x10\xc5\x77\x7e\x8a\x37\xc6\x80\x32\xf4\xdf\x22\x4f\x8e\xc5\x14\x04\x1c\x29\x95\x68\xc0\x9d\x0c\x8a\xba\xd4\x44\x64\x52\x25\xa9\x41\xdf\xbe\x90\x53\x05\x86\x62\x20\x86\xc7\x1b\xee\xfd\x70\xbf\x7b\xf7\xf7\xa8\x22\x75\xf8\x92\x62\xed\x49\x45\x82\x42\xa4\x63\xe7\xbc\xf2\x03\xa2\xaa\x5b\x42\x74\x08\xd1\x79\x42\x6f\xcd\xdf\x9e\xe0\x49\x3b\xdf\x04\xb6\x2e\xf9\x4a\x72\xc8\xd5\xc3\x86\x43\x3c\x22\x2f\x24\xf8\x4e\x54\xb2\x42\xad\x5a\x65\x35\xed\x0f\x66\xdc\x1c\xf6\x63\x24\x56\x15\xab\xf8\x86\xaf\x25\x32\x51\x49\x91\xaf\x25\xf4\x41\x19\xbb\x37\x4d\x02\xd5\x34\x9e\x42\x48\xa0\x7b\xef\xc9\xea\x21\x41\xdd\x3a\xfd\x9a\xe0\x69\xb5\xbb\x8b\xe6\x48\x21\xaa\x63\xb7\x80\x0a\x78\x9f\x92\x09\xc4\x1e\xcb\xe2\x69\x4e\x65\x3f\xcb\x62\xfb\x8c\x87\xdf\x57\x60\x96\x8c\x4d\x2a\xbe\xa6\x90\xbe\xb7\x7a\x94\x11\x0f\x04\xe7\xcd\x1f\x63\x55\xfb\x66\x83\x65\x7c\xc3\x25\xc7\x25\xe0\x59\xc8\xb7\x14\xc2\x06\xf2\x71\x26\x0d\xb5\xd2\xaf\x30\x36\xba\x4b\xd9\x22\xaf\x78\x29\x21\x72\x59\xcc\xb3\x71\x77\x8d\xab\x8f\x66\x16\x93\xf3\xdb\xd6\x2f\x8a\x3d\xbd\xf3\xec\xd8\xef\x29\x32\xef\xba\xd3\x45\xb3\xf2\xb0\xac\x2c\x9e\xff\x57\xe4\x93\x94\x1f\x29\x4a\xd2\x6f\x25\x1c\x93\x8c\x6d\x8c\xa6\xf7\x9a\x6d\x73\xf1\x6b\xcb\x21\xf2\x8c\xef\x3e\x69\x9b\x69\xc8\x46\xf3\x32\xec\xc9\x46\x3f\xa0\xc8\x6f\x91\xb9\x58\x4e\xe4\x6b\x90\x2f\xa6\x8d\xe4\x4f\x40\x43\xe1\x46\xe4\xd9\x03\x16\x4b\xf6\x2f\x00\x00\xff\xff\x7c\x93\x07\x81\x9b\x03\x00\x00") - -func _1721136888_recreate_indices_balance_history_remove_dupsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1721136888_recreate_indices_balance_history_remove_dupsUpSql, - "1721136888_recreate_indices_balance_history_remove_dups.up.sql", - ) -} - -func _1721136888_recreate_indices_balance_history_remove_dupsUpSql() (*asset, error) { - bytes, err := _1721136888_recreate_indices_balance_history_remove_dupsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1721136888_recreate_indices_balance_history_remove_dups.up.sql", size: 923, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x30, 0xcd, 0x9, 0x20, 0x8a, 0x51, 0x9a, 0x36, 0xdc, 0x7e, 0xb1, 0xbd, 0x43, 0x8b, 0xcf, 0x4a, 0xa5, 0x67, 0x2a, 0xda, 0xf, 0xe5, 0x65, 0xea, 0xa9, 0xca, 0xc1, 0x54, 0x4e, 0xbe, 0x6f}} - return a, nil -} - -var __1721306883_add_connector_dappsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xc1\x4e\x32\x31\x14\x85\xf7\x7d\x8a\xb3\xfc\xff\xc4\x79\x02\x57\x83\x54\x6c\xc4\xc1\x0c\x25\xc0\x6a\x52\xda\xab\x73\x43\x6d\x27\x6d\x07\x5e\xdf\x0c\x48\x62\xd4\xdd\xcd\x39\x5f\xce\xfd\xaa\x0a\x36\x86\x40\xb6\xc4\xd4\x39\x33\x0c\x19\xc5\x1c\x3c\xe1\x48\x34\xdd\xc9\xd8\x23\xe2\xdb\x0d\x22\x07\x57\x5f\xa0\x88\x21\xc5\x13\x3b\x82\x81\xe7\x70\x9c\x92\xd2\x13\x27\x70\x70\x7c\x62\x37\x1a\x8f\x4c\x39\x73\x0c\x59\x54\x15\x72\x1f\x47\xef\x70\x20\x18\xcf\xef\x81\x1c\xce\x5c\x7a\x9c\x8d\xf7\x54\xba\xaf\xfd\xef\x0a\x42\x3c\xb4\xb2\xd6\x12\xba\x9e\x2d\x25\xd4\x23\x9a\x95\x86\xdc\xa9\xb5\x5e\xff\x92\xfe\x27\x00\x60\x4c\x1e\x5a\xee\x34\x5e\x5b\xf5\x52\xb7\x7b\x3c\xcb\xfd\xdd\xa5\x09\xe6\x83\xae\xd5\x34\xd2\x6c\x96\xcb\x6b\x9e\x7b\x93\xc8\x75\xc6\xda\x38\x86\xf2\x17\x61\x7b\xc3\xa1\x63\x87\x4d\xb3\x56\x8b\x46\xce\x31\x53\x0b\xd5\xfc\xc4\xd8\xc6\xd0\xdd\xfe\x8b\xff\xd8\x2a\xfd\xb4\xda\x68\xb4\xab\xad\x9a\xdf\x8b\xcf\x00\x00\x00\xff\xff\x97\x7a\xcf\x29\x68\x01\x00\x00") - -func _1721306883_add_connector_dappsUpSqlBytes() ([]byte, error) { - return bindataRead( - __1721306883_add_connector_dappsUpSql, - "1721306883_add_connector_dapps.up.sql", - ) -} - -func _1721306883_add_connector_dappsUpSql() (*asset, error) { - bytes, err := _1721306883_add_connector_dappsUpSqlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "1721306883_add_connector_dapps.up.sql", size: 360, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6d, 0xb4, 0x56, 0x49, 0x98, 0x3d, 0x7e, 0x87, 0x93, 0xd2, 0x10, 0xd8, 0x29, 0x1a, 0x3d, 0xca, 0xa1, 0x31, 0x54, 0x7c, 0x10, 0xa5, 0x6b, 0xf4, 0xbe, 0x61, 0xc4, 0x9c, 0x42, 0x12, 0x9d, 0x5a}} - return a, nil -} - -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\x41\x0e\x02\x31\x08\x05\xd0\x7d\x4f\xf1\x2f\x00\xe8\xca\xc4\xc4\xc3\xa0\x43\x08\x19\x5b\xc6\x96\xfb\xc7\x4d\xdf\xfe\x5d\xfa\x39\xd5\x0d\xeb\xf7\x6d\x4d\xc4\xf3\xe9\x36\x6c\x6a\x19\x3c\xe9\x1d\xe3\xd0\x52\x50\xcf\xa3\xa2\xdb\xeb\xfe\xb8\x6d\xa0\xeb\x74\xf4\xf0\xa9\x15\x39\x16\x28\xc1\x2c\x7b\xb0\x27\x58\xda\x3f\x00\x00\xff\xff\x57\xd4\xd5\x90\x5e\x00\x00\x00") - -func docGoBytes() ([]byte, error) { - return bindataRead( - _docGo, - "doc.go", - ) -} - -func docGo() (*asset, error) { - bytes, err := docGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "doc.go", size: 94, mode: os.FileMode(0644), modTime: time.Unix(1700000000, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x81, 0x21, 0x7a, 0x87, 0xd2, 0xef, 0xcc, 0x25, 0x5e, 0x95, 0x3f, 0x25, 0x79, 0xf7, 0x18, 0xaf, 0x57, 0xe7, 0x1e, 0x58, 0x50, 0xbb, 0xea, 0x27, 0x98, 0x89, 0xe1, 0x9f, 0x5c, 0xf6, 0x0}} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// AssetString returns the asset contents as a string (instead of a []byte). -func AssetString(name string) (string, error) { - data, err := Asset(name) - return string(data), err -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// MustAssetString is like AssetString but panics when Asset would return an -// error. It simplifies safe initialization of global variables. -func MustAssetString(name string) string { - return string(MustAsset(name)) -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetDigest returns the digest of the file with the given name. It returns an -// error if the asset could not be found or the digest could not be loaded. -func AssetDigest(name string) ([sha256.Size]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { - a, err := f() - if err != nil { - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) - } - return a.digest, nil - } - return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) -} - -// Digests returns a map of all known files and their checksums. -func Digests() (map[string][sha256.Size]byte, error) { - mp := make(map[string][sha256.Size]byte, len(_bindata)) - for name := range _bindata { - a, err := _bindata[name]() - if err != nil { - return nil, err - } - mp[name] = a.digest - } - return mp, nil -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "1691753758_initial.up.sql": _1691753758_initialUpSql, - "1692701329_add_collectibles_and_collections_data_cache.up.sql": _1692701329_add_collectibles_and_collections_data_cacheUpSql, - "1692701339_add_scope_to_pending.up.sql": _1692701339_add_scope_to_pendingUpSql, - "1694540071_add_collectibles_ownership_update_timestamp.up.sql": _1694540071_add_collectibles_ownership_update_timestampUpSql, - "1694692748_add_raw_balance_to_token_balances.up.sql": _1694692748_add_raw_balance_to_token_balancesUpSql, - "1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql": _1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSql, - "1695932536_balance_history_v2.up.sql": _1695932536_balance_history_v2UpSql, - "1696853635_input_data.up.sql": _1696853635_input_dataUpSql, - "1698117918_add_community_id_to_tokens.up.sql": _1698117918_add_community_id_to_tokensUpSql, - "1698257443_add_community_metadata_to_wallet_db.up.sql": _1698257443_add_community_metadata_to_wallet_dbUpSql, - "1699987075_add_timestamp_and_state_to_community_data_cache.up.sql": _1699987075_add_timestamp_and_state_to_community_data_cacheUpSql, - "1700414564_add_wallet_connect_pairings_table.up.sql": _1700414564_add_wallet_connect_pairings_tableUpSql, - "1701101493_add_token_blocks_range.up.sql": _1701101493_add_token_blocks_rangeUpSql, - "1702467441_wallet_connect_sessions_instead_of_pairings.up.sql": _1702467441_wallet_connect_sessions_instead_of_pairingsUpSql, - "1702577524_add_community_collections_and_collectibles_images_cache.up.sql": _1702577524_add_community_collections_and_collectibles_images_cacheUpSql, - "1702867707_add_balance_to_collectibles_ownership_cache.up.sql": _1702867707_add_balance_to_collectibles_ownership_cacheUpSql, - "1703686612_add_color_to_saved_addresses.up.sql": _1703686612_add_color_to_saved_addressesUpSql, - "1704701942_remove_favourite_and_change_primary_key_for_saved_addresses.up.sql": _1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSql, - "1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cache.up.sql": _1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSql, - "1705664490_add_balance_check_fields_blocks_ranges_sequential.up.sql": _1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSql, - "1706531789_remove_gasfee-only-eth-transfers.up.sql": _1706531789_remove_gasfeeOnlyEthTransfersUpSql, - "1707160323_add_contract_type_table.up.sql": _1707160323_add_contract_type_tableUpSql, - "1708089811_add_nullable_fiesl_blocks_ranges.up.sql": _1708089811_add_nullable_fiesl_blocks_rangesUpSql, - "1710189541_add_nonce_to_pending_transactions.up.sql": _1710189541_add_nonce_to_pending_transactionsUpSql, - "1712567001_add_soulbound_collectible_cache.up.sql": _1712567001_add_soulbound_collectible_cacheUpSql, - "1714670633_add_id_to_multi_transaction_table.up.sql": _1714670633_add_id_to_multi_transaction_tableUpSql, - "1715637927_add_collection_socials.up.sql": _1715637927_add_collection_socialsUpSql, - "1715839555_rename_chain_prefixes.up.sql": _1715839555_rename_chain_prefixesUpSql, - "1716313614_add_rpc_limits_table.up.sql": _1716313614_add_rpc_limits_tableUpSql, - "1716912885_add_wallet_connect_dapps.up.sql": _1716912885_add_wallet_connect_dappsUpSql, - "1721136888_recreate_indices_balance_history_remove_dups.up.sql": _1721136888_recreate_indices_balance_history_remove_dupsUpSql, - "1721306883_add_connector_dapps.up.sql": _1721306883_add_connector_dappsUpSql, - "doc.go": docGo, -} - -// AssetDebug is true if the assets were built with the debug flag enabled. -const AssetDebug = false - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// -// then AssetDir("data") would return []string{"foo.txt", "img"}, -// AssetDir("data/img") would return []string{"a.png", "b.png"}, -// AssetDir("foo.txt") and AssetDir("notexist") would return an error, and -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "1691753758_initial.up.sql": {_1691753758_initialUpSql, map[string]*bintree{}}, - "1692701329_add_collectibles_and_collections_data_cache.up.sql": {_1692701329_add_collectibles_and_collections_data_cacheUpSql, map[string]*bintree{}}, - "1692701339_add_scope_to_pending.up.sql": {_1692701339_add_scope_to_pendingUpSql, map[string]*bintree{}}, - "1694540071_add_collectibles_ownership_update_timestamp.up.sql": {_1694540071_add_collectibles_ownership_update_timestampUpSql, map[string]*bintree{}}, - "1694692748_add_raw_balance_to_token_balances.up.sql": {_1694692748_add_raw_balance_to_token_balancesUpSql, map[string]*bintree{}}, - "1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql": {_1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSql, map[string]*bintree{}}, - "1695932536_balance_history_v2.up.sql": {_1695932536_balance_history_v2UpSql, map[string]*bintree{}}, - "1696853635_input_data.up.sql": {_1696853635_input_dataUpSql, map[string]*bintree{}}, - "1698117918_add_community_id_to_tokens.up.sql": {_1698117918_add_community_id_to_tokensUpSql, map[string]*bintree{}}, - "1698257443_add_community_metadata_to_wallet_db.up.sql": {_1698257443_add_community_metadata_to_wallet_dbUpSql, map[string]*bintree{}}, - "1699987075_add_timestamp_and_state_to_community_data_cache.up.sql": {_1699987075_add_timestamp_and_state_to_community_data_cacheUpSql, map[string]*bintree{}}, - "1700414564_add_wallet_connect_pairings_table.up.sql": {_1700414564_add_wallet_connect_pairings_tableUpSql, map[string]*bintree{}}, - "1701101493_add_token_blocks_range.up.sql": {_1701101493_add_token_blocks_rangeUpSql, map[string]*bintree{}}, - "1702467441_wallet_connect_sessions_instead_of_pairings.up.sql": {_1702467441_wallet_connect_sessions_instead_of_pairingsUpSql, map[string]*bintree{}}, - "1702577524_add_community_collections_and_collectibles_images_cache.up.sql": {_1702577524_add_community_collections_and_collectibles_images_cacheUpSql, map[string]*bintree{}}, - "1702867707_add_balance_to_collectibles_ownership_cache.up.sql": {_1702867707_add_balance_to_collectibles_ownership_cacheUpSql, map[string]*bintree{}}, - "1703686612_add_color_to_saved_addresses.up.sql": {_1703686612_add_color_to_saved_addressesUpSql, map[string]*bintree{}}, - "1704701942_remove_favourite_and_change_primary_key_for_saved_addresses.up.sql": {_1704701942_remove_favourite_and_change_primary_key_for_saved_addressesUpSql, map[string]*bintree{}}, - "1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cache.up.sql": {_1704913491_add_type_and_tx_timestamp_to_collectibles_ownership_cacheUpSql, map[string]*bintree{}}, - "1705664490_add_balance_check_fields_blocks_ranges_sequential.up.sql": {_1705664490_add_balance_check_fields_blocks_ranges_sequentialUpSql, map[string]*bintree{}}, - "1706531789_remove_gasfee-only-eth-transfers.up.sql": {_1706531789_remove_gasfeeOnlyEthTransfersUpSql, map[string]*bintree{}}, - "1707160323_add_contract_type_table.up.sql": {_1707160323_add_contract_type_tableUpSql, map[string]*bintree{}}, - "1708089811_add_nullable_fiesl_blocks_ranges.up.sql": {_1708089811_add_nullable_fiesl_blocks_rangesUpSql, map[string]*bintree{}}, - "1710189541_add_nonce_to_pending_transactions.up.sql": {_1710189541_add_nonce_to_pending_transactionsUpSql, map[string]*bintree{}}, - "1712567001_add_soulbound_collectible_cache.up.sql": {_1712567001_add_soulbound_collectible_cacheUpSql, map[string]*bintree{}}, - "1714670633_add_id_to_multi_transaction_table.up.sql": {_1714670633_add_id_to_multi_transaction_tableUpSql, map[string]*bintree{}}, - "1715637927_add_collection_socials.up.sql": {_1715637927_add_collection_socialsUpSql, map[string]*bintree{}}, - "1715839555_rename_chain_prefixes.up.sql": {_1715839555_rename_chain_prefixesUpSql, map[string]*bintree{}}, - "1716313614_add_rpc_limits_table.up.sql": {_1716313614_add_rpc_limits_tableUpSql, map[string]*bintree{}}, - "1716912885_add_wallet_connect_dapps.up.sql": {_1716912885_add_wallet_connect_dappsUpSql, map[string]*bintree{}}, - "1721136888_recreate_indices_balance_history_remove_dups.up.sql": {_1721136888_recreate_indices_balance_history_remove_dupsUpSql, map[string]*bintree{}}, - "1721306883_add_connector_dapps.up.sql": {_1721306883_add_connector_dappsUpSql, map[string]*bintree{}}, - "doc.go": {docGo, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory. -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = os.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) -} - -// RestoreAssets restores an asset under the given directory recursively. -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) -}