@randock/nameshift-api-client 0.0.452 → 0.0.454

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/.openapi-generator/FILES +1 -1
  2. package/README.md +3 -3
  3. package/dist/models/CreateOrderInput.d.ts +12 -0
  4. package/dist/models/CreateOrderInput.js +4 -0
  5. package/dist/models/CreateSubscriptionInput.d.ts +12 -0
  6. package/dist/models/CreateSubscriptionInput.js +4 -0
  7. package/dist/models/{IntersectionDomainDtoWithSeoMetricsDto.d.ts → IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.d.ts} +61 -43
  8. package/dist/models/{IntersectionDomainDtoWithSeoMetricsDto.js → IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.js} +30 -15
  9. package/dist/models/List200Response2.d.ts +3 -3
  10. package/dist/models/List200Response2.js +3 -3
  11. package/dist/models/OrderCompanyTaxIdDto.d.ts +7 -1
  12. package/dist/models/OrderCompanyTaxIdDto.js +1 -0
  13. package/dist/models/SubscriptionCompanyTaxIdDto.d.ts +7 -1
  14. package/dist/models/SubscriptionCompanyTaxIdDto.js +1 -0
  15. package/dist/models/UpdateOrderInput.d.ts +12 -0
  16. package/dist/models/UpdateOrderInput.js +4 -0
  17. package/dist/models/UpdateSubscriptionInput.d.ts +12 -0
  18. package/dist/models/UpdateSubscriptionInput.js +4 -0
  19. package/dist/models/index.d.ts +1 -1
  20. package/dist/models/index.js +1 -1
  21. package/package.json +1 -1
  22. package/src/models/CreateOrderInput.ts +16 -0
  23. package/src/models/CreateSubscriptionInput.ts +16 -0
  24. package/src/models/{IntersectionDomainDtoWithSeoMetricsDto.ts → IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.ts} +67 -45
  25. package/src/models/List200Response2.ts +10 -10
  26. package/src/models/OrderCompanyTaxIdDto.ts +8 -1
  27. package/src/models/SubscriptionCompanyTaxIdDto.ts +8 -1
  28. package/src/models/UpdateOrderInput.ts +16 -0
  29. package/src/models/UpdateSubscriptionInput.ts +16 -0
  30. package/src/models/index.ts +1 -1
@@ -258,7 +258,7 @@ export * from './HttpException';
258
258
  export * from './IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto';
259
259
  export * from './IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto';
260
260
  export * from './IntersectionDomainDtoWithHijackerDtoWithAccountDto';
261
- export * from './IntersectionDomainDtoWithSeoMetricsDto';
261
+ export * from './IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto';
262
262
  export * from './IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto';
263
263
  export * from './IntersectionTaskListTaskDto';
264
264
  export * from './IntersectionTaskListTaskDtoData';