Commit 96b43d0
Add Vehicle filters/ordering and 4.2.x SDK catch-up
list_vehicles now exposes 21 explicit filter parameters (vehicle_type,
type_of_idc, contract_type, set_aside, who_can_use, naics_code, psc_code,
program_acronym, agency, organization_id, total_obligated_min/max,
idv_count_min/max, order_count_min/max, fiscal_year, award_date_after/before,
last_date_to_order_after/before) plus an ordering parameter, matching API
v4.3.0. list_vehicle_awardees gains a search parameter for entity-aware
full-text search across IDV and recipient fields.
Schema additions catch the SDK up through API 4.2.x: new top-level Vehicle
fields (is_synthetic_solicitation, program_acronym, idv_count, total_obligated,
latest_award_date), a bundled metrics expansion (12 lakehouse rollups), an
organization(*) expand on Vehicle/Forecast/Grant/ITDashboard/Protest returning
the canonical 7-key office payload, and a vehicle(*) expand on Contract.
VEHICLES_MINIMAL/COMPREHENSIVE defaults updated to surface the new fields.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 35f8d77 commit 96b43d0
4 files changed
Lines changed: 224 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
1456 | 1457 | | |
1457 | 1458 | | |
1458 | 1459 | | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
1459 | 1482 | | |
1460 | | - | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
1461 | 1494 | | |
1462 | 1495 | | |
1463 | 1496 | | |
| |||
1471 | 1504 | | |
1472 | 1505 | | |
1473 | 1506 | | |
1474 | | - | |
1475 | | - | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
1476 | 1538 | | |
1477 | 1539 | | |
1478 | 1540 | | |
| |||
1531 | 1593 | | |
1532 | 1594 | | |
1533 | 1595 | | |
| 1596 | + | |
1534 | 1597 | | |
1535 | | - | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
1536 | 1604 | | |
1537 | 1605 | | |
1538 | 1606 | | |
| |||
1546 | 1614 | | |
1547 | 1615 | | |
1548 | 1616 | | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
1549 | 1620 | | |
1550 | 1621 | | |
1551 | 1622 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
| 694 | + | |
694 | 695 | | |
695 | 696 | | |
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
699 | | - | |
| 700 | + | |
| 701 | + | |
700 | 702 | | |
701 | | - | |
702 | | - | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
703 | 706 | | |
704 | 707 | | |
705 | 708 | | |
| |||
0 commit comments