
* Temporary merged schema and types update * Update typing for zipCodeRules -> postalCodeRules * Refactor zipCodes to postalCodes * Fix new schema webhooks * Delete postal code unassign dialog * Query inclusion type from backend * Clean up schema from old mutations * Proper new mutations structure, all postal code related changes * Linter changes * Fix bug with save not being refreshed after codes are added / deleted / inclusion change * Tests and translations * Fix warnings across app, minor variables refactor * Linting * Trigger deployment * CR changes, cleanups and refactors * Update snapshots * Resolve bug with radio not shows correct value on page refresh * Fix price and weight creation of codes * Reducer * Revert "Reducer" This reverts commit 07a3aed9c88332bde7d9be61b6dbc29e34e4edba.
2 lines
96 B
TypeScript
2 lines
96 B
TypeScript
export * from "./ShippingZonePostalCodes";
|
|
export { default } from "./ShippingZonePostalCodes";
|