|
21 | 21 | search, |
22 | 22 | shared_errors, |
23 | 23 | shared_types, |
24 | | - source, |
25 | 24 | supply_chain, |
26 | 25 | trade, |
27 | 26 | traversal, |
28 | 27 | ) |
29 | 28 | from .attributes import AddAttribute, AttributeProperties, AttributeResponse, AttributeResponseData, UpdateAttribute |
30 | | -from .auth import AuthResponse |
| 29 | +from .auth import Audience, AuthResponse |
31 | 30 | from .base_types import CountQualifier, CustomFieldValue, PaginatedResponse, QualifiedCount |
32 | 31 | from .client import AsyncSayari, Sayari |
33 | 32 | from .entity import EntitySummaryResponse, GetEntityResponse |
|
230 | 229 | CreateResolvedProjectEntityRequest, |
231 | 230 | FacetBucket, |
232 | 231 | FacetsResponse, |
| 232 | + FieldMatchQuality, |
233 | 233 | GroupedAttribute, |
234 | 234 | GroupedAttributeValue, |
235 | 235 | Location, |
236 | 236 | MatchCount, |
237 | 237 | MatchProfileEnum, |
238 | 238 | MatchStrengthEnum, |
239 | | - MatchedAttributes, |
240 | 239 | ProductBucket, |
241 | 240 | ProductCount, |
242 | 241 | ProductMapping, |
243 | 242 | ProjectEntitiesResponse, |
244 | 243 | ProjectEntityExistsResponseData, |
245 | 244 | ProjectEntityIdResponse, |
| 245 | + ProjectEntityMatchExplanation, |
246 | 246 | ProjectEntityMatchResponse, |
247 | 247 | ProjectEntityResponse, |
248 | 248 | ProjectEntitySupplyChainSummaryResponse, |
|
268 | 268 | UpstreamInfo, |
269 | 269 | ) |
270 | 270 | from .project_entity_attributes import ( |
| 271 | + CreateProjectEntityAttributeRequest, |
| 272 | + CreateProjectEntityAttributeResponse, |
| 273 | + CreateProjectEntityAttributeResponseData, |
| 274 | + ProjectEntityAttribute, |
| 275 | + ProjectEntityAttributeValue, |
| 276 | + ProjectEntityAttributesResponse, |
271 | 277 | UpdateProjectEntityAttributeRequest, |
272 | 278 | UpdateProjectEntityAttributeResponse, |
273 | 279 | UpdateProjectEntityAttributeResponseData, |
|
327 | 333 | RateLimitResponse, |
328 | 334 | Unauthorized, |
329 | 335 | UnauthorizedResponse, |
| 336 | + UnprocessableContent, |
| 337 | + UnprocessableContentResponse, |
330 | 338 | ) |
331 | 339 | from .shared_types import ( |
332 | 340 | ClientName, |
|
365 | 373 | SourceCountInfo, |
366 | 374 | Status, |
367 | 375 | ) |
368 | | -from .source import GetSourceResponse, ListSourcesResponse, Source |
369 | 376 | from .supply_chain import ( |
370 | 377 | TradeTraversalComponent, |
371 | 378 | TradeTraversalData, |
|
427 | 434 | "AttributeValues", |
428 | 435 | "Attributes", |
429 | 436 | "AttributesResponse", |
| 437 | + "Audience", |
430 | 438 | "AuthResponse", |
431 | 439 | "BadGateway", |
432 | 440 | "BadGatewayResponse", |
|
463 | 471 | "CountryData", |
464 | 472 | "CountryInfo", |
465 | 473 | "CountryProperties", |
| 474 | + "CreateProjectEntityAttributeRequest", |
| 475 | + "CreateProjectEntityAttributeResponse", |
| 476 | + "CreateProjectEntityAttributeResponseData", |
466 | 477 | "CreateProjectEntitySupplyChainSnapshotRequest", |
467 | 478 | "CreateProjectEntitySupplyChainSnapshotResponse", |
468 | 479 | "CreateProjectRequest", |
|
493 | 504 | "EventInfo", |
494 | 505 | "FacetBucket", |
495 | 506 | "FacetsResponse", |
| 507 | + "FieldMatchQuality", |
496 | 508 | "FilterList", |
497 | 509 | "FinanceType", |
498 | 510 | "FinancesData", |
|
528 | 540 | "GetProjectEntitiesResponse", |
529 | 541 | "GetProjectsResponse", |
530 | 542 | "GetRecordResponse", |
531 | | - "GetSourceResponse", |
532 | 543 | "GroupedAttribute", |
533 | 544 | "GroupedAttributeValue", |
534 | 545 | "HistoryInfo", |
|
544 | 555 | "InternalServerError", |
545 | 556 | "InternalServerErrorResponse", |
546 | 557 | "Language", |
547 | | - "ListSourcesResponse", |
548 | 558 | "Location", |
549 | 559 | "MatchCount", |
550 | 560 | "MatchExplanation", |
551 | 561 | "MatchProfileEnum", |
552 | 562 | "MatchQuality", |
553 | 563 | "MatchStrength", |
554 | 564 | "MatchStrengthEnum", |
555 | | - "MatchedAttributes", |
556 | 565 | "MeasurementData", |
557 | 566 | "MeasurementInfo", |
558 | 567 | "MeasurementProperties", |
|
628 | 637 | "ProjectEntitiesFilter", |
629 | 638 | "ProjectEntitiesResponse", |
630 | 639 | "ProjectEntity", |
| 640 | + "ProjectEntityAttribute", |
| 641 | + "ProjectEntityAttributeValue", |
| 642 | + "ProjectEntityAttributesResponse", |
631 | 643 | "ProjectEntityExistsResponseData", |
632 | 644 | "ProjectEntityIdResponse", |
| 645 | + "ProjectEntityMatchExplanation", |
633 | 646 | "ProjectEntityMatchResponse", |
634 | 647 | "ProjectEntityResponse", |
635 | 648 | "ProjectEntitySupplyChainSnapshotByIdResponse", |
|
714 | 727 | "ShortestPathResponse", |
715 | 728 | "SingleProjectEntityResponse", |
716 | 729 | "SortField", |
717 | | - "Source", |
718 | 730 | "SourceCountInfo", |
719 | 731 | "SourceField", |
720 | 732 | "SourceId", |
|
760 | 772 | "Unauthorized", |
761 | 773 | "UnauthorizedResponse", |
762 | 774 | "Unit", |
| 775 | + "UnprocessableContent", |
| 776 | + "UnprocessableContentResponse", |
763 | 777 | "UpdateAttribute", |
764 | 778 | "UpdateEntityTagsResponse", |
765 | 779 | "UpdateProjectEntityAttributeRequest", |
|
799 | 813 | "search", |
800 | 814 | "shared_errors", |
801 | 815 | "shared_types", |
802 | | - "source", |
803 | 816 | "supply_chain", |
804 | 817 | "trade", |
805 | 818 | "traversal", |
|
0 commit comments