InkshadeWoods
fd76271515
fix(providers): make upstream model sync opt-in and preserve manual overrides ( #10603 )
...
* fix(providers): make upstream model sync opt-in and preserve manual overrides
(cherry picked from commit 0a84f5496896a95856e834112b3d813fa1b87d38)
* test(providers): cover upstream model sync controls
* fix(providers): fix pre-existing tests broken by opt-in model sync + sync i18n keys
The upstream model auto-fetch opt-in default flip made 3 pre-existing tests
short-circuit before reaching the paths they exercise, because their
connection fixtures never set providerSpecificData.autoFetchModels: true:
- tests/unit/provider-models-route-lan-guard.test.ts (#6939 SSRF-guard tests)
- tests/unit/openrouter-embeddings-catalog-6976.test.ts (live discovery merge/dedup)
- tests/unit/provider-models-route.test.ts (Kimi Coding auth-header test —
this was mislabeled as base/catalog drift during review, but is the same
root cause: without autoFetchModels the mocked fetch is never reached and
the route falls back to local catalog data instead)
Also syncs the 11 new providers.autoFetchModels*/overridesUpstreamModel*/
resetToUpstreamDefaults* i18n keys from en.json/zh-CN.json to the remaining
40 locale files via a narrowly-scoped ad-hoc translation script (only these
11 keys — leaves each locale's pre-existing, unrelated missing-key backlog
untouched).
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com >
* fix(providers): fix remaining pre-existing tests broken by opt-in model sync
Rebase surfaced that the 'Kimi Coding' CI failure flagged as possible base
drift during review was actually the same root cause as the lan-guard and
openrouter-embeddings fixes: 29 pre-existing tests in
tests/unit/provider-models-route.test.ts (of 59 total) short-circuit under
the new autoFetchModels opt-in default because their connection fixtures
never set providerSpecificData.autoFetchModels: true, so they never reach
the live-fetch/validation paths they were written to exercise (fetch mocks
never called, base-URL validation never reached, live models never merged).
Adds providerSpecificData.autoFetchModels: true to each affected fixture.
No production code or test assertions changed — same TEST-fixture-only
pattern as the lan-guard and openrouter-embeddings fixes. All 59 tests in
the file now pass (was 30/59).
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com >
---------
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com >
2026-08-18 10:58:40 -03:00
..
2026-08-18 08:25:16 -03:00
2026-08-15 14:23:29 -03:00
2026-08-18 10:49:24 -03:00
2026-08-17 08:47:32 -03:00
2026-08-18 10:53:14 -03:00
2026-08-18 08:25:16 -03:00
2026-08-18 10:50:31 -03:00
2026-08-18 10:51:08 -03:00
2026-08-18 10:50:20 -03:00
2026-08-17 08:09:47 -03:00
2026-08-18 10:52:06 -03:00
2026-08-13 00:02:25 -03:00
2026-08-10 03:46:14 -03:00
2026-08-18 10:52:11 -03:00
2026-08-09 09:54:47 -03:00
2026-08-16 00:15:46 -03:00
2026-08-18 10:49:43 -03:00
2026-08-11 04:31:24 -03:00
2026-08-11 04:24:54 -03:00
2026-08-18 10:58:40 -03:00
2026-08-17 07:04:48 -03:00
2026-08-16 00:14:20 -03:00
2026-08-17 08:25:41 -03:00
2026-08-18 10:49:48 -03:00
2026-08-17 05:50:09 -03:00
2026-08-18 10:50:39 -03:00
2026-08-18 10:50:01 -03:00
2026-08-17 07:06:00 -03:00
2026-08-18 10:52:01 -03:00
2026-08-18 10:51:38 -03:00
2026-08-16 00:16:04 -03:00
2026-08-18 10:49:24 -03:00
2026-08-18 10:50:45 -03:00
2026-08-18 10:50:45 -03:00
2026-08-10 03:25:13 -03:00
2026-08-10 03:25:13 -03:00
2026-08-09 10:07:17 -03:00
2026-08-09 17:02:47 -03:00
2026-08-09 17:54:23 -03:00
2026-08-11 04:24:54 -03:00
2026-08-14 20:52:53 -03:00
2026-08-14 20:52:53 -03:00
2026-08-18 10:50:35 -03:00
2026-08-18 10:50:35 -03:00
2026-08-12 16:19:25 -03:00
2026-08-13 00:02:25 -03:00
2026-08-13 00:02:25 -03:00
2026-08-12 16:19:25 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 07:52:22 -03:00
2026-08-18 10:51:57 -03:00
2026-08-18 10:51:57 -03:00
2026-08-18 10:51:57 -03:00
2026-08-18 10:51:57 -03:00
2026-08-11 04:25:23 -03:00
2026-08-11 04:25:23 -03:00
2026-08-11 04:25:23 -03:00
2026-08-17 08:23:41 -03:00
2026-08-18 10:57:20 -03:00
2026-08-16 00:13:41 -03:00
2026-08-11 10:01:16 -03:00
2026-08-18 10:50:05 -03:00
2026-08-16 00:16:27 -03:00
2026-08-17 08:23:41 -03:00
2026-08-16 00:16:27 -03:00
2026-08-17 08:23:41 -03:00
2026-08-18 10:49:33 -03:00
2026-08-09 17:54:23 -03:00
2026-08-11 04:25:13 -03:00
2026-08-11 04:25:13 -03:00
2026-08-16 00:42:59 -03:00
2026-08-17 07:04:07 -03:00
2026-08-11 09:20:41 -03:00
2026-08-17 07:00:05 -03:00
2026-08-17 07:00:05 -03:00
2026-08-11 10:29:28 -03:00
2026-08-15 14:23:29 -03:00
2026-08-11 09:20:41 -03:00
2026-08-09 09:54:24 -03:00
2026-08-18 10:57:31 -03:00
2026-08-10 20:10:07 -03:00
2026-08-18 10:52:48 -03:00
2026-08-18 10:53:01 -03:00
2026-08-09 10:06:50 -03:00
2026-08-18 10:58:07 -03:00
2026-08-18 10:49:24 -03:00
2026-08-13 00:40:32 -03:00
2026-08-11 09:59:45 -03:00
2026-08-18 10:53:24 -03:00
2026-08-18 10:49:38 -03:00
2026-08-12 16:09:34 -03:00
2026-08-18 05:51:34 -03:00
2026-08-18 05:51:34 -03:00
2026-08-18 10:51:52 -03:00
2026-08-18 10:49:43 -03:00
2026-08-15 14:23:29 -03:00
2026-08-11 10:14:41 -03:00
2026-08-14 11:01:48 -03:00
2026-08-11 10:17:31 -03:00
2026-08-17 11:12:25 -03:00
2026-08-18 10:49:56 -03:00
2026-08-18 10:50:09 -03:00
2026-08-10 03:24:51 -03:00
2026-08-15 02:44:52 -03:00
2026-08-17 05:50:21 -03:00
2026-08-11 07:25:28 -03:00
2026-08-10 20:10:16 -03:00
2026-08-18 10:49:15 -03:00
2026-08-18 10:49:15 -03:00
2026-08-13 07:52:46 -03:00
2026-08-13 07:52:46 -03:00
2026-08-18 10:49:15 -03:00
2026-08-13 07:52:46 -03:00
2026-08-17 09:50:52 -03:00
2026-08-10 03:46:14 -03:00
2026-08-12 16:54:50 -03:00
2026-08-13 07:52:41 -03:00
2026-08-13 02:15:13 -03:00
2026-08-11 10:02:48 -03:00
2026-08-18 10:50:09 -03:00
2026-08-16 00:46:13 -03:00
2026-08-18 10:50:09 -03:00
2026-08-18 10:50:09 -03:00
2026-08-13 00:02:25 -03:00
2026-08-17 08:22:17 -03:00
2026-08-13 00:02:25 -03:00
2026-08-16 00:13:41 -03:00
2026-08-11 10:02:48 -03:00
2026-08-10 00:28:16 -03:00
2026-08-11 09:00:26 -03:00
2026-08-11 08:44:27 -03:00
2026-08-11 08:44:27 -03:00
2026-08-13 00:02:25 -03:00
2026-08-16 00:16:00 -03:00
2026-08-13 04:02:42 -03:00
2026-08-18 10:52:33 -03:00
2026-08-14 00:58:04 -03:00
2026-08-12 02:15:57 -03:00
2026-08-13 07:52:07 -03:00
2026-08-11 09:53:39 -03:00
2026-08-13 07:52:07 -03:00
2026-08-11 09:55:07 -03:00
2026-08-17 07:01:09 -03:00
2026-08-16 00:13:41 -03:00
2026-08-18 10:52:11 -03:00
2026-08-14 00:57:53 -03:00
2026-08-11 09:53:39 -03:00
2026-08-11 09:53:39 -03:00
2026-08-12 15:58:58 -03:00
2026-08-13 01:01:52 -03:00
2026-08-09 17:54:23 -03:00
2026-08-09 17:54:23 -03:00
2026-08-14 21:27:16 -03:00
2026-08-14 10:58:09 -03:00
2026-08-10 18:16:04 -03:00
2026-08-10 18:16:04 -03:00
2026-08-18 10:49:19 -03:00
2026-08-17 04:58:39 -03:00
2026-08-12 08:25:10 -03:00
2026-08-13 00:40:05 -03:00
2026-08-18 10:50:49 -03:00
2026-08-15 13:51:40 -03:00
2026-08-15 13:51:40 -03:00
2026-08-11 10:02:48 -03:00
2026-08-11 04:35:49 -03:00
2026-08-18 10:49:48 -03:00
2026-08-17 08:01:45 -03:00
2026-08-11 08:37:07 -03:00
2026-08-17 04:58:39 -03:00
2026-08-18 08:25:16 -03:00
2026-08-16 00:42:14 -03:00
2026-08-16 00:42:14 -03:00
2026-08-18 08:25:16 -03:00
2026-08-13 04:42:44 -03:00
2026-08-13 23:02:48 -03:00
2026-08-18 10:51:03 -03:00
2026-08-18 10:53:09 -03:00
2026-08-18 10:51:03 -03:00
2026-08-13 04:43:02 -03:00
2026-08-13 04:43:29 -03:00
2026-08-14 11:00:13 -03:00
2026-08-18 08:25:16 -03:00
2026-08-13 04:43:18 -03:00
2026-08-18 08:25:16 -03:00
2026-08-17 08:09:19 -03:00
2026-08-16 00:42:14 -03:00
2026-08-16 00:42:14 -03:00
2026-08-14 00:57:28 -03:00
2026-08-17 04:58:39 -03:00
2026-08-18 08:25:16 -03:00
2026-08-12 11:40:58 -03:00
2026-08-18 10:57:20 -03:00
2026-08-09 17:54:23 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 08:58:34 -03:00
2026-08-17 08:03:16 -03:00
2026-08-11 09:06:47 -03:00
2026-08-14 00:57:23 -03:00
2026-08-14 00:57:23 -03:00
2026-08-18 10:51:42 -03:00
2026-08-11 04:30:56 -03:00
2026-08-14 00:57:23 -03:00
2026-08-18 10:53:05 -03:00
2026-08-11 08:35:16 -03:00
2026-08-13 00:02:25 -03:00
2026-08-09 09:54:24 -03:00
2026-08-18 10:51:16 -03:00
2026-08-10 00:28:26 -03:00
2026-08-15 13:51:34 -03:00
2026-08-11 04:24:05 -03:00
2026-08-18 10:51:52 -03:00
2026-08-13 00:41:03 -03:00
2026-08-14 00:57:38 -03:00
2026-08-18 10:51:20 -03:00
2026-08-18 10:51:42 -03:00
2026-08-11 09:53:39 -03:00
2026-08-11 08:38:55 -03:00
2026-08-18 10:51:16 -03:00
2026-08-18 10:49:24 -03:00
2026-08-18 10:49:24 -03:00
2026-08-10 00:28:11 -03:00
2026-08-13 00:02:25 -03:00
2026-08-18 10:51:16 -03:00
2026-08-11 08:38:55 -03:00
2026-08-18 10:51:16 -03:00
2026-08-11 08:38:55 -03:00
2026-08-13 00:02:25 -03:00
2026-08-13 07:53:02 -03:00
2026-08-18 10:49:24 -03:00
2026-08-18 10:51:16 -03:00
2026-08-09 15:39:22 -03:00
2026-08-11 08:38:55 -03:00
2026-08-10 03:25:02 -03:00
2026-08-18 10:51:34 -03:00
2026-08-12 02:13:41 -03:00
2026-08-12 01:39:03 -03:00
2026-08-12 02:00:20 -03:00
2026-08-12 01:31:54 -03:00
2026-08-12 01:31:54 -03:00
2026-08-12 01:31:54 -03:00
2026-08-12 01:31:54 -03:00
2026-08-12 02:13:41 -03:00
2026-08-12 02:00:20 -03:00
2026-08-12 02:00:20 -03:00
2026-08-12 01:53:14 -03:00
2026-08-12 01:39:03 -03:00
2026-08-12 01:53:14 -03:00
2026-08-12 01:53:14 -03:00
2026-08-12 01:53:14 -03:00
2026-08-17 08:02:47 -03:00
2026-08-11 09:08:23 -03:00
2026-08-16 00:42:14 -03:00
2026-08-11 08:40:48 -03:00
2026-08-17 05:48:48 -03:00
2026-08-13 07:52:32 -03:00
2026-08-11 04:31:24 -03:00
2026-08-11 04:31:24 -03:00
2026-08-11 04:31:24 -03:00
2026-08-10 03:46:14 -03:00
2026-08-10 03:46:14 -03:00
2026-08-14 00:57:38 -03:00
2026-08-10 03:46:14 -03:00
2026-08-11 04:31:24 -03:00
2026-08-17 05:49:58 -03:00
2026-08-11 04:31:24 -03:00
2026-08-14 15:04:59 -03:00
2026-08-11 04:25:23 -03:00
2026-08-15 01:51:01 -03:00
2026-08-15 01:51:01 -03:00
2026-08-09 10:07:23 -03:00
2026-08-15 01:51:01 -03:00
2026-08-10 11:18:19 -03:00
2026-08-10 00:30:00 -03:00
2026-08-12 08:40:18 -03:00
2026-08-14 12:21:43 -03:00
2026-08-14 00:57:38 -03:00
2026-08-14 21:27:16 -03:00
2026-08-17 08:02:16 -03:00
2026-08-12 08:40:18 -03:00
2026-08-13 04:02:34 -03:00
2026-08-16 00:15:51 -03:00
2026-08-13 04:02:34 -03:00
2026-08-16 00:14:30 -03:00
2026-08-14 00:57:38 -03:00
2026-08-10 11:18:09 -03:00
2026-08-10 20:10:33 -03:00
2026-08-13 00:39:07 -03:00
2026-08-18 10:51:52 -03:00
2026-08-13 07:53:43 -03:00
2026-08-09 09:54:07 -03:00
2026-08-10 02:54:59 -03:00
2026-08-15 03:22:09 -03:00
2026-08-12 08:40:18 -03:00
2026-08-12 08:40:18 -03:00
2026-08-13 00:02:25 -03:00
2026-08-10 18:16:40 -03:00
2026-08-17 08:24:27 -03:00
2026-08-16 00:42:36 -03:00
2026-08-16 00:42:36 -03:00
2026-08-12 15:59:02 -03:00
2026-08-09 09:53:39 -03:00
2026-08-09 09:53:39 -03:00
2026-08-09 09:53:39 -03:00
2026-08-18 10:57:31 -03:00
2026-08-16 00:42:42 -03:00
2026-08-18 10:57:31 -03:00
2026-08-11 08:40:48 -03:00
2026-08-16 00:14:45 -03:00
2026-08-16 00:15:42 -03:00
2026-08-16 00:14:50 -03:00
2026-08-16 00:14:45 -03:00
2026-08-15 13:51:11 -03:00
2026-08-16 02:20:53 -03:00
2026-08-18 10:52:43 -03:00
2026-08-18 10:52:43 -03:00
2026-08-18 10:52:16 -03:00
2026-08-18 10:52:43 -03:00
2026-08-10 00:27:52 -03:00
2026-08-18 10:52:24 -03:00
2026-08-10 00:30:10 -03:00
2026-08-18 10:49:24 -03:00
2026-08-17 08:23:41 -03:00
2026-08-11 08:58:34 -03:00
2026-08-14 00:57:23 -03:00
2026-08-11 08:31:09 -03:00
2026-08-14 10:03:10 -03:00
2026-08-18 05:51:34 -03:00
2026-08-18 10:51:12 -03:00
2026-08-13 07:52:41 -03:00
2026-08-18 10:57:20 -03:00
2026-08-11 10:02:48 -03:00
2026-08-13 00:53:14 -03:00
2026-08-16 00:13:41 -03:00
2026-08-12 08:41:03 -03:00
2026-08-10 03:54:13 -03:00
2026-08-09 14:19:22 -03:00
2026-08-18 10:58:07 -03:00
2026-08-11 04:25:23 -03:00
2026-08-18 10:49:24 -03:00
2026-08-18 10:49:24 -03:00
2026-08-12 16:54:50 -03:00
2026-08-11 07:19:32 -03:00
2026-08-12 03:11:23 -03:00
2026-08-13 23:02:48 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 03:11:23 -03:00
2026-08-12 16:19:25 -03:00
2026-08-18 10:51:25 -03:00
2026-08-16 00:42:25 -03:00
2026-08-17 05:49:16 -03:00
2026-08-18 10:52:56 -03:00
2026-08-13 00:45:02 -03:00
2026-08-18 10:52:43 -03:00
2026-08-11 04:29:52 -03:00
2026-08-11 08:46:32 -03:00
2026-08-17 08:23:10 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 07:19:32 -03:00
2026-08-13 00:02:25 -03:00
2026-08-18 10:51:12 -03:00
2026-08-16 00:13:41 -03:00
2026-08-15 14:23:29 -03:00
2026-08-14 00:57:28 -03:00
2026-08-09 20:27:18 -03:00
2026-08-10 00:28:31 -03:00
2026-08-11 04:23:46 -03:00
2026-08-11 10:37:50 -03:00
2026-08-14 12:21:43 -03:00
2026-08-10 11:18:14 -03:00
2026-08-14 13:06:12 -03:00
2026-08-14 14:26:08 -03:00
2026-08-14 13:13:43 -03:00
2026-08-11 08:40:48 -03:00
2026-08-18 10:57:44 -03:00
2026-08-10 18:16:40 -03:00
2026-08-18 10:52:43 -03:00
2026-08-18 10:52:43 -03:00
2026-08-09 10:07:03 -03:00
2026-08-13 01:00:09 -03:00
2026-08-18 10:53:29 -03:00
2026-08-13 00:02:25 -03:00
2026-08-09 16:20:54 -03:00
2026-08-18 10:58:40 -03:00
2026-08-13 07:52:37 -03:00
2026-08-13 07:52:37 -03:00
2026-08-14 12:21:43 -03:00
2026-08-17 07:01:46 -03:00
2026-08-10 18:16:08 -03:00
2026-08-13 00:02:25 -03:00
2026-08-10 00:27:47 -03:00
2026-08-11 09:00:26 -03:00
2026-08-17 08:22:42 -03:00
2026-08-11 08:42:38 -03:00
2026-08-11 10:29:28 -03:00
2026-08-17 07:00:05 -03:00
2026-08-12 08:40:18 -03:00
2026-08-11 07:25:28 -03:00
2026-08-13 00:02:25 -03:00
2026-08-10 20:10:07 -03:00
2026-08-15 14:23:29 -03:00
2026-08-15 14:23:29 -03:00
2026-08-10 20:10:07 -03:00
2026-08-17 08:21:53 -03:00
2026-08-13 00:02:25 -03:00
2026-08-10 20:10:07 -03:00
2026-08-17 07:04:07 -03:00
2026-08-12 16:09:34 -03:00
2026-08-12 15:58:40 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 09:59:45 -03:00
2026-08-11 04:25:03 -03:00
2026-08-12 09:04:41 -03:00
2026-08-13 07:53:07 -03:00
2026-08-12 09:04:41 -03:00
2026-08-12 09:04:41 -03:00
2026-08-12 09:04:41 -03:00
2026-08-12 08:41:03 -03:00
2026-08-09 09:55:16 -03:00
2026-08-11 04:29:43 -03:00
2026-08-12 08:41:03 -03:00
2026-08-14 10:17:49 -03:00
2026-08-18 10:51:52 -03:00
2026-08-14 10:56:56 -03:00
2026-08-17 08:23:41 -03:00
2026-08-13 07:52:12 -03:00
2026-08-18 10:52:24 -03:00
2026-08-10 20:10:42 -03:00
2026-08-10 20:10:42 -03:00
2026-08-18 10:58:22 -03:00
2026-08-14 11:01:25 -03:00
2026-08-14 14:21:07 -03:00
2026-08-11 10:02:48 -03:00
2026-08-18 10:49:24 -03:00
2026-08-12 08:40:18 -03:00
2026-08-13 00:02:25 -03:00
2026-08-12 08:40:18 -03:00
2026-08-12 08:40:18 -03:00
2026-08-11 09:51:35 -03:00
2026-08-12 08:40:18 -03:00
2026-08-14 13:47:35 -03:00
2026-08-14 15:15:12 -03:00
2026-08-14 13:47:35 -03:00
2026-08-14 15:15:12 -03:00
2026-08-14 13:47:35 -03:00
2026-08-18 10:53:18 -03:00
2026-08-18 10:53:18 -03:00
2026-08-11 04:24:54 -03:00
2026-08-17 07:59:52 -03:00
2026-08-13 00:59:37 -03:00
2026-08-09 17:54:23 -03:00
2026-08-18 10:52:33 -03:00
2026-08-14 14:23:11 -03:00
2026-08-11 08:52:00 -03:00
2026-08-18 10:52:33 -03:00
2026-08-18 10:52:33 -03:00
2026-08-18 10:51:52 -03:00
2026-08-18 10:51:52 -03:00
2026-08-14 14:21:22 -03:00
2026-08-16 00:16:04 -03:00
2026-08-18 10:52:33 -03:00
2026-08-09 17:54:23 -03:00
2026-08-09 09:54:01 -03:00
2026-08-09 15:16:55 -03:00
2026-08-18 10:58:40 -03:00
2026-08-15 13:52:46 -03:00
2026-08-11 07:19:32 -03:00
2026-08-16 02:20:59 -03:00
2026-08-18 10:49:15 -03:00
2026-08-12 03:11:23 -03:00
2026-08-18 10:50:09 -03:00
2026-08-13 12:38:11 -03:00
2026-08-11 10:29:28 -03:00
2026-08-17 08:23:10 -03:00
2026-08-11 10:02:48 -03:00
2026-08-13 07:53:32 -03:00
2026-08-18 10:50:09 -03:00
2026-08-11 09:52:40 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 09:51:35 -03:00
2026-08-13 07:52:17 -03:00
2026-08-11 04:34:23 -03:00
2026-08-16 00:13:46 -03:00
2026-08-13 04:42:34 -03:00
2026-08-16 00:15:46 -03:00
2026-08-12 08:40:18 -03:00
2026-08-14 00:57:33 -03:00
2026-08-18 10:51:47 -03:00
2026-08-14 00:57:38 -03:00
2026-08-14 00:57:38 -03:00
2026-08-18 10:51:42 -03:00
2026-08-18 10:58:40 -03:00
2026-08-18 10:58:40 -03:00
2026-08-11 10:04:24 -03:00
2026-08-14 00:57:33 -03:00
2026-08-12 08:40:18 -03:00
2026-08-09 17:54:23 -03:00
2026-08-18 10:49:24 -03:00
2026-08-11 04:31:24 -03:00
2026-08-14 00:57:23 -03:00
2026-08-16 00:14:26 -03:00
2026-08-18 10:51:29 -03:00
2026-08-12 15:58:58 -03:00
2026-08-18 10:52:43 -03:00
2026-08-13 00:02:25 -03:00
2026-08-13 00:02:25 -03:00
2026-08-16 00:13:46 -03:00
2026-08-17 07:02:48 -03:00
2026-08-17 08:25:17 -03:00
2026-08-18 10:49:24 -03:00
2026-08-17 08:02:16 -03:00
2026-08-18 10:49:24 -03:00
2026-08-17 08:02:16 -03:00
2026-08-11 09:16:23 -03:00
2026-08-18 10:49:52 -03:00
2026-08-18 10:49:52 -03:00
2026-08-12 08:40:18 -03:00
2026-08-12 16:54:50 -03:00
2026-08-09 09:53:50 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 04:25:33 -03:00
2026-08-11 09:54:40 -03:00
2026-08-13 00:02:25 -03:00
2026-08-12 15:58:40 -03:00
2026-08-18 10:49:19 -03:00
2026-08-18 10:49:28 -03:00
2026-08-18 10:49:19 -03:00
2026-08-18 10:49:19 -03:00
2026-08-18 05:47:27 -03:00
2026-08-14 15:40:33 -03:00
2026-08-14 15:40:33 -03:00
2026-08-14 15:40:33 -03:00
2026-08-14 11:02:29 -03:00
2026-08-14 11:02:29 -03:00
2026-08-15 08:15:41 -03:00
2026-08-14 11:02:34 -03:00
2026-08-14 11:02:34 -03:00
2026-08-14 11:01:49 -03:00
2026-08-14 10:48:50 -03:00
2026-08-14 10:52:14 -03:00
2026-08-10 20:10:12 -03:00
2026-08-14 11:01:48 -03:00
2026-08-14 10:59:42 -03:00
2026-08-14 11:00:12 -03:00
2026-08-14 11:02:35 -03:00
2026-08-14 10:59:42 -03:00
2026-08-15 08:15:41 -03:00
2026-08-14 12:21:43 -03:00
2026-08-14 22:19:50 -03:00
2026-08-14 10:48:48 -03:00
2026-08-14 22:19:50 -03:00
2026-08-14 10:58:11 -03:00
2026-08-14 10:58:11 -03:00
2026-08-14 10:58:11 -03:00
2026-08-14 10:59:37 -03:00
2026-08-14 10:58:11 -03:00
2026-08-14 10:58:11 -03:00
2026-08-15 14:13:26 -03:00
2026-08-10 20:10:12 -03:00
2026-08-14 10:59:42 -03:00
2026-08-14 11:01:48 -03:00
2026-08-14 11:00:12 -03:00
2026-08-14 11:02:35 -03:00
2026-08-14 19:47:07 -03:00
2026-08-14 19:47:07 -03:00
2026-08-11 04:30:29 -03:00
2026-08-11 10:19:21 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 04:30:29 -03:00
2026-08-11 04:30:29 -03:00
2026-08-12 08:41:03 -03:00
2026-08-10 20:10:48 -03:00
2026-08-10 20:10:48 -03:00
2026-08-13 00:02:25 -03:00
2026-08-13 07:52:12 -03:00
2026-08-16 00:14:35 -03:00
2026-08-18 10:52:33 -03:00
2026-08-11 04:31:24 -03:00
2026-08-14 00:57:58 -03:00
2026-08-09 09:55:09 -03:00
2026-08-14 11:01:25 -03:00
2026-08-15 14:23:29 -03:00
2026-08-11 04:35:30 -03:00
2026-08-11 04:35:30 -03:00
2026-08-18 10:50:49 -03:00
2026-08-18 10:50:49 -03:00
2026-08-18 10:50:49 -03:00
2026-08-13 07:53:52 -03:00
2026-08-17 08:10:13 -03:00
2026-08-18 10:50:15 -03:00
2026-08-09 09:55:02 -03:00
2026-08-13 00:02:25 -03:00
2026-08-13 00:02:25 -03:00
2026-08-09 09:55:02 -03:00
2026-08-13 00:59:37 -03:00
2026-08-09 10:07:10 -03:00
2026-08-09 10:07:10 -03:00
2026-08-09 09:54:17 -03:00
2026-08-13 07:53:18 -03:00
2026-08-17 08:22:17 -03:00
2026-08-11 08:55:41 -03:00
2026-08-16 00:15:38 -03:00
2026-08-18 10:49:48 -03:00
2026-08-13 04:02:38 -03:00
2026-08-17 07:05:23 -03:00
2026-08-13 04:02:25 -03:00
2026-08-09 10:07:03 -03:00
2026-08-09 17:54:23 -03:00
2026-08-11 07:25:28 -03:00
2026-08-18 10:49:24 -03:00
2026-08-11 04:31:24 -03:00
2026-08-11 04:31:24 -03:00
2026-08-09 17:54:23 -03:00
2026-08-13 07:54:40 -03:00
2026-08-10 11:18:04 -03:00
2026-08-16 00:15:55 -03:00
2026-08-18 10:52:43 -03:00
2026-08-18 10:52:43 -03:00
2026-08-12 16:03:58 -03:00
2026-08-09 10:07:03 -03:00
2026-08-12 08:40:18 -03:00
2026-08-17 07:04:07 -03:00
2026-08-16 00:42:09 -03:00
2026-08-14 11:02:29 -03:00
2026-08-18 10:51:38 -03:00
2026-08-09 17:54:23 -03:00
2026-08-13 00:02:25 -03:00
2026-08-12 01:53:14 -03:00
2026-08-17 05:49:46 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 07:19:32 -03:00
2026-08-17 08:23:10 -03:00
2026-08-18 10:53:24 -03:00
2026-08-18 10:58:07 -03:00
2026-08-18 10:58:07 -03:00
2026-08-12 08:40:18 -03:00
2026-08-18 10:58:07 -03:00
2026-08-11 08:50:10 -03:00
2026-08-09 10:08:25 -03:00
2026-08-12 08:41:03 -03:00
2026-08-14 14:21:22 -03:00
2026-08-11 09:00:26 -03:00
2026-08-13 04:02:30 -03:00
2026-08-11 07:25:28 -03:00
2026-08-10 18:16:13 -03:00
2026-08-10 18:16:13 -03:00
2026-08-13 04:02:30 -03:00
2026-08-09 09:55:02 -03:00
2026-08-11 10:29:28 -03:00
2026-08-13 00:02:25 -03:00
2026-08-14 00:57:38 -03:00
2026-08-14 00:57:38 -03:00
2026-08-14 00:57:38 -03:00
2026-08-17 07:04:48 -03:00
2026-08-16 00:42:59 -03:00
2026-08-12 09:04:41 -03:00
2026-08-17 16:16:58 -03:00
2026-08-14 00:57:28 -03:00
2026-08-17 08:24:51 -03:00
2026-08-09 15:16:55 -03:00
2026-08-17 08:10:13 -03:00
2026-08-15 05:15:17 -03:00
2026-08-18 10:49:48 -03:00
2026-08-16 00:16:36 -03:00
2026-08-13 07:53:12 -03:00
2026-08-14 00:57:19 -03:00
2026-08-12 15:58:58 -03:00
2026-08-13 00:02:25 -03:00
2026-08-11 04:31:24 -03:00
2026-08-11 04:31:24 -03:00
2026-08-12 08:40:18 -03:00
2026-08-09 09:54:47 -03:00
2026-08-12 08:41:03 -03:00
2026-08-18 10:49:48 -03:00
2026-08-10 03:39:39 -03:00
2026-08-11 04:24:54 -03:00
2026-08-11 04:24:54 -03:00
2026-08-11 04:24:54 -03:00
2026-08-13 07:52:12 -03:00
2026-08-13 04:02:21 -03:00
2026-08-13 07:52:12 -03:00
2026-08-11 04:29:52 -03:00
2026-08-13 07:55:00 -03:00
2026-08-09 10:07:36 -03:00
2026-08-11 04:35:30 -03:00
2026-08-11 04:24:16 -03:00
2026-08-18 10:49:24 -03:00
2026-08-13 00:02:25 -03:00
2026-08-14 12:42:58 -03:00
2026-08-17 08:28:03 -03:00
2026-08-18 10:50:26 -03:00
2026-08-11 04:34:46 -03:00
2026-08-13 00:02:25 -03:00
2026-08-09 19:41:03 -03:00
2026-08-11 10:02:48 -03:00
2026-08-18 08:25:10 -03:00
2026-08-18 08:25:13 -03:00
2026-08-15 14:23:29 -03:00
2026-08-15 14:23:29 -03:00
2026-08-18 08:25:10 -03:00
2026-08-18 08:25:13 -03:00
2026-08-18 10:50:31 -03:00
2026-08-11 07:52:22 -03:00
2026-08-13 00:02:25 -03:00
2026-08-14 13:06:12 -03:00
2026-08-14 13:06:29 -03:00
2026-08-14 13:06:29 -03:00
2026-08-09 10:06:57 -03:00
2026-08-11 04:30:10 -03:00
2026-08-18 10:51:42 -03:00
2026-08-18 10:51:42 -03:00
2026-08-12 08:41:03 -03:00
2026-08-13 00:02:25 -03:00
2026-08-09 09:54:40 -03:00
2026-08-12 08:40:18 -03:00
2026-08-18 10:52:52 -03:00
2026-08-16 00:13:46 -03:00
2026-08-16 00:14:55 -03:00
2026-08-12 15:58:58 -03:00
2026-08-12 08:41:03 -03:00
2026-08-12 08:41:03 -03:00
2026-08-12 08:41:03 -03:00
2026-08-16 00:13:36 -03:00
2026-08-16 00:13:36 -03:00
2026-08-16 00:13:36 -03:00
2026-08-13 07:52:27 -03:00
2026-08-13 07:52:27 -03:00