| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
No code change in 0.31.1 — it only reconciles the release commits back into the
generation pipeline. The breaking model renames landed in
v0.31.0; see its
migration notes before upgrading from 0.30.x.
This release renames public model types. The HTTP API is unchanged — same
endpoints, same request and response payloads. Only the generated type names
move, so the fix is a find-and-replace.
Ten types were previously named after internal backend namespaces because the
SDK config pinned them to auto-generated names. They now have chosen names.
| Before | After |
|---|---|
| SentDmServicesCommonContractsPocOsTemplateBody | TemplateBody |
| SentDmServicesCommonContractsPocOsTemplateButton | TemplateButton |
| SentDmServicesCommonContractsPocOsTemplateButtonProps | TemplateButtonProps |
| SentDmServicesCommonContractsPocOsTemplateFooter | TemplateFooter |
| SentDmServicesCommonContractsPocOsTemplateHeader | TemplateHeader |
| SentDmServicesCommonContractsPocOsAuthenticationConfig | AuthenticationConfig |
| SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo | BrandComplianceInfo |
| SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandContactInfo | BrandContactInfo |
| SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandBusinessInfo | BrandBusinessInfo |
| SentDmServicesEndpointsCustomerApIv3ContractsRequestsCampaignsCampaignUseCaseData | CampaignUseCaseData |
The API renamed its campaign response schemas, which had left the previous
release returning a separate anonymous type from each campaign method. They
share one model again.
| Before | After |
|---|---|
| TcrCampaignWithUseCases | BrandCampaign |
| ApiResponseOfTcrCampaignWithUseCases | ApiResponseOfBrandCampaign |
| per-method campaign list response | ApiResponseOfListOfBrandCampaign |
| BaseDto | removed — the underlying schema no longer exists in the API |
CampaignUseCase is new and now exposed as a named model.
Three endpoints that were already live on the API but missing from the SDKs:
If you do not reference any of the renamed types directly, upgrading needs no
changes.
Full Changelog: v0.25.0...v0.25.1
| Back | FazBrowse Home | New Git URL |