@ketvietlab/ketsuite 0.1.1
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.
- package/LICENSE +21 -0
- package/README.md +19 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +118 -0
- package/dist/index.js.map +1 -0
- package/dist/modules/account/functions.d.ts +14 -0
- package/dist/modules/account/functions.d.ts.map +1 -0
- package/dist/modules/account/functions.js +1038 -0
- package/dist/modules/account/functions.js.map +1 -0
- package/dist/modules/account/index.d.ts +5 -0
- package/dist/modules/account/index.d.ts.map +1 -0
- package/dist/modules/account/index.js +31 -0
- package/dist/modules/account/index.js.map +1 -0
- package/dist/modules/account/models.d.ts +3 -0
- package/dist/modules/account/models.d.ts.map +1 -0
- package/dist/modules/account/models.js +151 -0
- package/dist/modules/account/models.js.map +1 -0
- package/dist/modules/account/relations.d.ts +3 -0
- package/dist/modules/account/relations.d.ts.map +1 -0
- package/dist/modules/account/relations.js +35 -0
- package/dist/modules/account/relations.js.map +1 -0
- package/dist/modules/account/setup.d.ts +4 -0
- package/dist/modules/account/setup.d.ts.map +1 -0
- package/dist/modules/account/setup.js +179 -0
- package/dist/modules/account/setup.js.map +1 -0
- package/dist/modules/account/tt99.d.ts +30 -0
- package/dist/modules/account/tt99.d.ts.map +1 -0
- package/dist/modules/account/tt99.js +1661 -0
- package/dist/modules/account/tt99.js.map +1 -0
- package/dist/modules/account_activity_backend/index.d.ts +5 -0
- package/dist/modules/account_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/account_activity_backend/index.js +27 -0
- package/dist/modules/account_activity_backend/index.js.map +1 -0
- package/dist/modules/account_backend/accounting-overview-screen.d.ts +18 -0
- package/dist/modules/account_backend/accounting-overview-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/accounting-overview-screen.js +104 -0
- package/dist/modules/account_backend/accounting-overview-screen.js.map +1 -0
- package/dist/modules/account_backend/accounts-screen.d.ts +13 -0
- package/dist/modules/account_backend/accounts-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/accounts-screen.js +49 -0
- package/dist/modules/account_backend/accounts-screen.js.map +1 -0
- package/dist/modules/account_backend/customer-invoices-screen.d.ts +14 -0
- package/dist/modules/account_backend/customer-invoices-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/customer-invoices-screen.js +63 -0
- package/dist/modules/account_backend/customer-invoices-screen.js.map +1 -0
- package/dist/modules/account_backend/general-ledger-screen.d.ts +13 -0
- package/dist/modules/account_backend/general-ledger-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/general-ledger-screen.js +56 -0
- package/dist/modules/account_backend/general-ledger-screen.js.map +1 -0
- package/dist/modules/account_backend/index.d.ts +3 -0
- package/dist/modules/account_backend/index.d.ts.map +1 -0
- package/dist/modules/account_backend/index.js +1516 -0
- package/dist/modules/account_backend/index.js.map +1 -0
- package/dist/modules/account_backend/journal-entries-screen.d.ts +14 -0
- package/dist/modules/account_backend/journal-entries-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/journal-entries-screen.js +45 -0
- package/dist/modules/account_backend/journal-entries-screen.js.map +1 -0
- package/dist/modules/account_backend/journals-screen.d.ts +14 -0
- package/dist/modules/account_backend/journals-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/journals-screen.js +53 -0
- package/dist/modules/account_backend/journals-screen.js.map +1 -0
- package/dist/modules/account_backend/move-detail-screen.d.ts +10 -0
- package/dist/modules/account_backend/move-detail-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/move-detail-screen.js +100 -0
- package/dist/modules/account_backend/move-detail-screen.js.map +1 -0
- package/dist/modules/account_backend/partner-ledger-screen.d.ts +14 -0
- package/dist/modules/account_backend/partner-ledger-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/partner-ledger-screen.js +69 -0
- package/dist/modules/account_backend/partner-ledger-screen.js.map +1 -0
- package/dist/modules/account_backend/payment-terms-screen.d.ts +14 -0
- package/dist/modules/account_backend/payment-terms-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/payment-terms-screen.js +40 -0
- package/dist/modules/account_backend/payment-terms-screen.js.map +1 -0
- package/dist/modules/account_backend/payments-screen.d.ts +14 -0
- package/dist/modules/account_backend/payments-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/payments-screen.js +54 -0
- package/dist/modules/account_backend/payments-screen.js.map +1 -0
- package/dist/modules/account_backend/screens.d.ts +7 -0
- package/dist/modules/account_backend/screens.d.ts.map +1 -0
- package/dist/modules/account_backend/screens.js +7 -0
- package/dist/modules/account_backend/screens.js.map +1 -0
- package/dist/modules/account_backend/taxes-screen.d.ts +15 -0
- package/dist/modules/account_backend/taxes-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/taxes-screen.js +73 -0
- package/dist/modules/account_backend/taxes-screen.js.map +1 -0
- package/dist/modules/account_backend/trial-balance-screen.d.ts +13 -0
- package/dist/modules/account_backend/trial-balance-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/trial-balance-screen.js +62 -0
- package/dist/modules/account_backend/trial-balance-screen.js.map +1 -0
- package/dist/modules/account_backend/vendor-bills-screen.d.ts +14 -0
- package/dist/modules/account_backend/vendor-bills-screen.d.ts.map +1 -0
- package/dist/modules/account_backend/vendor-bills-screen.js +59 -0
- package/dist/modules/account_backend/vendor-bills-screen.js.map +1 -0
- package/dist/modules/account_mail_backend/index.d.ts +5 -0
- package/dist/modules/account_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/account_mail_backend/index.js +28 -0
- package/dist/modules/account_mail_backend/index.js.map +1 -0
- package/dist/modules/account_partner/functions.d.ts +3 -0
- package/dist/modules/account_partner/functions.d.ts.map +1 -0
- package/dist/modules/account_partner/functions.js +85 -0
- package/dist/modules/account_partner/functions.js.map +1 -0
- package/dist/modules/account_partner/index.d.ts +3 -0
- package/dist/modules/account_partner/index.d.ts.map +1 -0
- package/dist/modules/account_partner/index.js +48 -0
- package/dist/modules/account_partner/index.js.map +1 -0
- package/dist/modules/account_partner_backend/index.d.ts +4 -0
- package/dist/modules/account_partner_backend/index.d.ts.map +1 -0
- package/dist/modules/account_partner_backend/index.js +49 -0
- package/dist/modules/account_partner_backend/index.js.map +1 -0
- package/dist/modules/account_partner_backend/routes.d.ts +3 -0
- package/dist/modules/account_partner_backend/routes.d.ts.map +1 -0
- package/dist/modules/account_partner_backend/routes.js +69 -0
- package/dist/modules/account_partner_backend/routes.js.map +1 -0
- package/dist/modules/account_partner_backend/screens.d.ts +16 -0
- package/dist/modules/account_partner_backend/screens.d.ts.map +1 -0
- package/dist/modules/account_partner_backend/screens.js +26 -0
- package/dist/modules/account_partner_backend/screens.js.map +1 -0
- package/dist/modules/activity/functions.d.ts +3 -0
- package/dist/modules/activity/functions.d.ts.map +1 -0
- package/dist/modules/activity/functions.js +250 -0
- package/dist/modules/activity/functions.js.map +1 -0
- package/dist/modules/activity/index.d.ts +9 -0
- package/dist/modules/activity/index.d.ts.map +1 -0
- package/dist/modules/activity/index.js +33 -0
- package/dist/modules/activity/index.js.map +1 -0
- package/dist/modules/activity/models.d.ts +3 -0
- package/dist/modules/activity/models.d.ts.map +1 -0
- package/dist/modules/activity/models.js +81 -0
- package/dist/modules/activity/models.js.map +1 -0
- package/dist/modules/activity/operations.d.ts +39 -0
- package/dist/modules/activity/operations.d.ts.map +1 -0
- package/dist/modules/activity/operations.js +226 -0
- package/dist/modules/activity/operations.js.map +1 -0
- package/dist/modules/activity/relations.d.ts +3 -0
- package/dist/modules/activity/relations.d.ts.map +1 -0
- package/dist/modules/activity/relations.js +24 -0
- package/dist/modules/activity/relations.js.map +1 -0
- package/dist/modules/activity/target.d.ts +4 -0
- package/dist/modules/activity/target.d.ts.map +1 -0
- package/dist/modules/activity/target.js +149 -0
- package/dist/modules/activity/target.js.map +1 -0
- package/dist/modules/activity/types.d.ts +9 -0
- package/dist/modules/activity/types.d.ts.map +1 -0
- package/dist/modules/activity/types.js +5 -0
- package/dist/modules/activity/types.js.map +1 -0
- package/dist/modules/activity_backend/index.d.ts +5 -0
- package/dist/modules/activity_backend/index.d.ts.map +1 -0
- package/dist/modules/activity_backend/index.js +80 -0
- package/dist/modules/activity_backend/index.js.map +1 -0
- package/dist/modules/activity_backend/islands.d.ts +3 -0
- package/dist/modules/activity_backend/islands.d.ts.map +1 -0
- package/dist/modules/activity_backend/islands.js +20 -0
- package/dist/modules/activity_backend/islands.js.map +1 -0
- package/dist/modules/activity_backend/routes.d.ts +5 -0
- package/dist/modules/activity_backend/routes.d.ts.map +1 -0
- package/dist/modules/activity_backend/routes.js +53 -0
- package/dist/modules/activity_backend/routes.js.map +1 -0
- package/dist/modules/activity_backend/screens.d.ts +5 -0
- package/dist/modules/activity_backend/screens.d.ts.map +1 -0
- package/dist/modules/activity_backend/screens.js +52 -0
- package/dist/modules/activity_backend/screens.js.map +1 -0
- package/dist/modules/address/data/VN/NOTICE.md +15 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0001.json +8002 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0002.json +8002 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0003.json +8002 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/divisions/0004.json +2842 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/manifest.json +77 -0
- package/dist/modules/address/data/VN/catalogs/2025-07-01/policy.json +49 -0
- package/dist/modules/address/data/countries.json +11 -0
- package/dist/modules/address/data/index.json +14 -0
- package/dist/modules/address/format.d.ts +37 -0
- package/dist/modules/address/format.d.ts.map +1 -0
- package/dist/modules/address/format.js +146 -0
- package/dist/modules/address/format.js.map +1 -0
- package/dist/modules/address/functions.d.ts +3 -0
- package/dist/modules/address/functions.d.ts.map +1 -0
- package/dist/modules/address/functions.js +320 -0
- package/dist/modules/address/functions.js.map +1 -0
- package/dist/modules/address/index.d.ts +6 -0
- package/dist/modules/address/index.d.ts.map +1 -0
- package/dist/modules/address/index.js +20 -0
- package/dist/modules/address/index.js.map +1 -0
- package/dist/modules/address/loader.d.ts +74 -0
- package/dist/modules/address/loader.d.ts.map +1 -0
- package/dist/modules/address/loader.js +144 -0
- package/dist/modules/address/loader.js.map +1 -0
- package/dist/modules/address/messages.d.ts +51 -0
- package/dist/modules/address/messages.d.ts.map +1 -0
- package/dist/modules/address/messages.js +51 -0
- package/dist/modules/address/messages.js.map +1 -0
- package/dist/modules/address/models.d.ts +8 -0
- package/dist/modules/address/models.d.ts.map +1 -0
- package/dist/modules/address/models.js +98 -0
- package/dist/modules/address/models.js.map +1 -0
- package/dist/modules/address/relations.d.ts +3 -0
- package/dist/modules/address/relations.d.ts.map +1 -0
- package/dist/modules/address/relations.js +22 -0
- package/dist/modules/address/relations.js.map +1 -0
- package/dist/modules/address_backend/index.d.ts +4 -0
- package/dist/modules/address_backend/index.d.ts.map +1 -0
- package/dist/modules/address_backend/index.js +90 -0
- package/dist/modules/address_backend/index.js.map +1 -0
- package/dist/modules/address_backend/routes.d.ts +3 -0
- package/dist/modules/address_backend/routes.d.ts.map +1 -0
- package/dist/modules/address_backend/routes.js +87 -0
- package/dist/modules/address_backend/routes.js.map +1 -0
- package/dist/modules/address_backend/screens.d.ts +31 -0
- package/dist/modules/address_backend/screens.d.ts.map +1 -0
- package/dist/modules/address_backend/screens.js +147 -0
- package/dist/modules/address_backend/screens.js.map +1 -0
- package/dist/modules/attendance/functions.d.ts +3 -0
- package/dist/modules/attendance/functions.d.ts.map +1 -0
- package/dist/modules/attendance/functions.js +750 -0
- package/dist/modules/attendance/functions.js.map +1 -0
- package/dist/modules/attendance/index.d.ts +5 -0
- package/dist/modules/attendance/index.d.ts.map +1 -0
- package/dist/modules/attendance/index.js +20 -0
- package/dist/modules/attendance/index.js.map +1 -0
- package/dist/modules/attendance/messages.d.ts +41 -0
- package/dist/modules/attendance/messages.d.ts.map +1 -0
- package/dist/modules/attendance/messages.js +41 -0
- package/dist/modules/attendance/messages.js.map +1 -0
- package/dist/modules/attendance/models.d.ts +3 -0
- package/dist/modules/attendance/models.d.ts.map +1 -0
- package/dist/modules/attendance/models.js +158 -0
- package/dist/modules/attendance/models.js.map +1 -0
- package/dist/modules/attendance/relations.d.ts +3 -0
- package/dist/modules/attendance/relations.d.ts.map +1 -0
- package/dist/modules/attendance/relations.js +12 -0
- package/dist/modules/attendance/relations.js.map +1 -0
- package/dist/modules/attendance/types.d.ts +9 -0
- package/dist/modules/attendance/types.d.ts.map +1 -0
- package/dist/modules/attendance/types.js +5 -0
- package/dist/modules/attendance/types.js.map +1 -0
- package/dist/modules/attendance_backend/index.d.ts +4 -0
- package/dist/modules/attendance_backend/index.d.ts.map +1 -0
- package/dist/modules/attendance_backend/index.js +182 -0
- package/dist/modules/attendance_backend/index.js.map +1 -0
- package/dist/modules/attendance_backend/qr.d.ts +2 -0
- package/dist/modules/attendance_backend/qr.d.ts.map +1 -0
- package/dist/modules/attendance_backend/qr.js +120 -0
- package/dist/modules/attendance_backend/qr.js.map +1 -0
- package/dist/modules/attendance_backend/routes.d.ts +3 -0
- package/dist/modules/attendance_backend/routes.d.ts.map +1 -0
- package/dist/modules/attendance_backend/routes.js +131 -0
- package/dist/modules/attendance_backend/routes.js.map +1 -0
- package/dist/modules/attendance_backend/screens.d.ts +10 -0
- package/dist/modules/attendance_backend/screens.d.ts.map +1 -0
- package/dist/modules/attendance_backend/screens.js +227 -0
- package/dist/modules/attendance_backend/screens.js.map +1 -0
- package/dist/modules/backend/catalogue.d.ts +10 -0
- package/dist/modules/backend/catalogue.d.ts.map +1 -0
- package/dist/modules/backend/catalogue.js +615 -0
- package/dist/modules/backend/catalogue.js.map +1 -0
- package/dist/modules/backend/design/HANDOFF.md +356 -0
- package/dist/modules/backend/design/admin.css +4229 -0
- package/dist/modules/backend/design/client/relation-select-view.d.mts +5 -0
- package/dist/modules/backend/design/client/relation-select-view.d.mts.map +1 -0
- package/dist/modules/backend/design/client/relation-select-view.mjs +335 -0
- package/dist/modules/backend/design/client/relation-select-view.mjs.map +1 -0
- package/dist/modules/backend/design/client/relation-select.d.mts +5 -0
- package/dist/modules/backend/design/client/relation-select.d.mts.map +1 -0
- package/dist/modules/backend/design/client/relation-select.mjs +7 -0
- package/dist/modules/backend/design/client/relation-select.mjs.map +1 -0
- package/dist/modules/backend/design/fixtures/product-back.svg +11 -0
- package/dist/modules/backend/design/fixtures/product-front.svg +9 -0
- package/dist/modules/backend/design/screenshots/apps-desktop-dark.png +0 -0
- package/dist/modules/backend/design/screenshots/list-mobile-dark.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-favorites-desktop-en.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-filter-desktop-en.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-filter-mobile-en.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-grouped-desktop.png +0 -0
- package/dist/modules/backend/design/screenshots/product-list-grouped-mobile.png +0 -0
- package/dist/modules/backend/design/tokens.css +132 -0
- package/dist/modules/backend/forms.d.ts +7 -0
- package/dist/modules/backend/forms.d.ts.map +1 -0
- package/dist/modules/backend/forms.js +25 -0
- package/dist/modules/backend/forms.js.map +1 -0
- package/dist/modules/backend/index.d.ts +24 -0
- package/dist/modules/backend/index.d.ts.map +1 -0
- package/dist/modules/backend/index.js +61 -0
- package/dist/modules/backend/index.js.map +1 -0
- package/dist/modules/backend/islands.d.ts +3 -0
- package/dist/modules/backend/islands.d.ts.map +1 -0
- package/dist/modules/backend/islands.js +13 -0
- package/dist/modules/backend/islands.js.map +1 -0
- package/dist/modules/backend/joints.d.ts +13 -0
- package/dist/modules/backend/joints.d.ts.map +1 -0
- package/dist/modules/backend/joints.js +33 -0
- package/dist/modules/backend/joints.js.map +1 -0
- package/dist/modules/backend/menus.d.ts +3 -0
- package/dist/modules/backend/menus.d.ts.map +1 -0
- package/dist/modules/backend/menus.js +25 -0
- package/dist/modules/backend/menus.js.map +1 -0
- package/dist/modules/backend/messages.d.ts +11 -0
- package/dist/modules/backend/messages.d.ts.map +1 -0
- package/dist/modules/backend/messages.js +161 -0
- package/dist/modules/backend/messages.js.map +1 -0
- package/dist/modules/backend/paging.d.ts +22 -0
- package/dist/modules/backend/paging.d.ts.map +1 -0
- package/dist/modules/backend/paging.js +56 -0
- package/dist/modules/backend/paging.js.map +1 -0
- package/dist/modules/backend/relation-select.d.ts +63 -0
- package/dist/modules/backend/relation-select.d.ts.map +1 -0
- package/dist/modules/backend/relation-select.js +20 -0
- package/dist/modules/backend/relation-select.js.map +1 -0
- package/dist/modules/backend/routes.d.ts +10 -0
- package/dist/modules/backend/routes.d.ts.map +1 -0
- package/dist/modules/backend/routes.js +123 -0
- package/dist/modules/backend/routes.js.map +1 -0
- package/dist/modules/backend/saved-searches.d.ts +4 -0
- package/dist/modules/backend/saved-searches.d.ts.map +1 -0
- package/dist/modules/backend/saved-searches.js +138 -0
- package/dist/modules/backend/saved-searches.js.map +1 -0
- package/dist/modules/backend/screens.d.ts +37 -0
- package/dist/modules/backend/screens.d.ts.map +1 -0
- package/dist/modules/backend/screens.js +107 -0
- package/dist/modules/backend/screens.js.map +1 -0
- package/dist/modules/calendar/functions.d.ts +3 -0
- package/dist/modules/calendar/functions.d.ts.map +1 -0
- package/dist/modules/calendar/functions.js +259 -0
- package/dist/modules/calendar/functions.js.map +1 -0
- package/dist/modules/calendar/index.d.ts +9 -0
- package/dist/modules/calendar/index.d.ts.map +1 -0
- package/dist/modules/calendar/index.js +36 -0
- package/dist/modules/calendar/index.js.map +1 -0
- package/dist/modules/calendar/jobs.d.ts +3 -0
- package/dist/modules/calendar/jobs.d.ts.map +1 -0
- package/dist/modules/calendar/jobs.js +57 -0
- package/dist/modules/calendar/jobs.js.map +1 -0
- package/dist/modules/calendar/models.d.ts +3 -0
- package/dist/modules/calendar/models.d.ts.map +1 -0
- package/dist/modules/calendar/models.js +90 -0
- package/dist/modules/calendar/models.js.map +1 -0
- package/dist/modules/calendar/operations.d.ts +45 -0
- package/dist/modules/calendar/operations.d.ts.map +1 -0
- package/dist/modules/calendar/operations.js +280 -0
- package/dist/modules/calendar/operations.js.map +1 -0
- package/dist/modules/calendar/recurrence.d.ts +28 -0
- package/dist/modules/calendar/recurrence.d.ts.map +1 -0
- package/dist/modules/calendar/recurrence.js +175 -0
- package/dist/modules/calendar/recurrence.js.map +1 -0
- package/dist/modules/calendar/relations.d.ts +3 -0
- package/dist/modules/calendar/relations.d.ts.map +1 -0
- package/dist/modules/calendar/relations.js +22 -0
- package/dist/modules/calendar/relations.js.map +1 -0
- package/dist/modules/calendar/types.d.ts +10 -0
- package/dist/modules/calendar/types.d.ts.map +1 -0
- package/dist/modules/calendar/types.js +6 -0
- package/dist/modules/calendar/types.js.map +1 -0
- package/dist/modules/calendar_activity/index.d.ts +6 -0
- package/dist/modules/calendar_activity/index.d.ts.map +1 -0
- package/dist/modules/calendar_activity/index.js +250 -0
- package/dist/modules/calendar_activity/index.js.map +1 -0
- package/dist/modules/calendar_backend/index.d.ts +5 -0
- package/dist/modules/calendar_backend/index.d.ts.map +1 -0
- package/dist/modules/calendar_backend/index.js +47 -0
- package/dist/modules/calendar_backend/index.js.map +1 -0
- package/dist/modules/calendar_backend/islands.d.ts +3 -0
- package/dist/modules/calendar_backend/islands.d.ts.map +1 -0
- package/dist/modules/calendar_backend/islands.js +12 -0
- package/dist/modules/calendar_backend/islands.js.map +1 -0
- package/dist/modules/calendar_backend/routes.d.ts +3 -0
- package/dist/modules/calendar_backend/routes.d.ts.map +1 -0
- package/dist/modules/calendar_backend/routes.js +43 -0
- package/dist/modules/calendar_backend/routes.js.map +1 -0
- package/dist/modules/calendar_backend/screens.d.ts +5 -0
- package/dist/modules/calendar_backend/screens.d.ts.map +1 -0
- package/dist/modules/calendar_backend/screens.js +4 -0
- package/dist/modules/calendar_backend/screens.js.map +1 -0
- package/dist/modules/calendar_mail_transport/index.d.ts +6 -0
- package/dist/modules/calendar_mail_transport/index.d.ts.map +1 -0
- package/dist/modules/calendar_mail_transport/index.js +138 -0
- package/dist/modules/calendar_mail_transport/index.js.map +1 -0
- package/dist/modules/catalog/index.d.ts +3 -0
- package/dist/modules/catalog/index.d.ts.map +1 -0
- package/dist/modules/catalog/index.js +68 -0
- package/dist/modules/catalog/index.js.map +1 -0
- package/dist/modules/checkout/index.d.ts +3 -0
- package/dist/modules/checkout/index.d.ts.map +1 -0
- package/dist/modules/checkout/index.js +50 -0
- package/dist/modules/checkout/index.js.map +1 -0
- package/dist/modules/company/functions.d.ts +3 -0
- package/dist/modules/company/functions.d.ts.map +1 -0
- package/dist/modules/company/functions.js +337 -0
- package/dist/modules/company/functions.js.map +1 -0
- package/dist/modules/company/index.d.ts +3 -0
- package/dist/modules/company/index.d.ts.map +1 -0
- package/dist/modules/company/index.js +23 -0
- package/dist/modules/company/index.js.map +1 -0
- package/dist/modules/company/messages.d.ts +63 -0
- package/dist/modules/company/messages.d.ts.map +1 -0
- package/dist/modules/company/messages.js +63 -0
- package/dist/modules/company/messages.js.map +1 -0
- package/dist/modules/company/models.d.ts +19 -0
- package/dist/modules/company/models.d.ts.map +1 -0
- package/dist/modules/company/models.js +61 -0
- package/dist/modules/company/models.js.map +1 -0
- package/dist/modules/company/relations.d.ts +3 -0
- package/dist/modules/company/relations.d.ts.map +1 -0
- package/dist/modules/company/relations.js +14 -0
- package/dist/modules/company/relations.js.map +1 -0
- package/dist/modules/company_backend/index.d.ts +5 -0
- package/dist/modules/company_backend/index.d.ts.map +1 -0
- package/dist/modules/company_backend/index.js +136 -0
- package/dist/modules/company_backend/index.js.map +1 -0
- package/dist/modules/company_backend/menus.d.ts +3 -0
- package/dist/modules/company_backend/menus.d.ts.map +1 -0
- package/dist/modules/company_backend/menus.js +17 -0
- package/dist/modules/company_backend/menus.js.map +1 -0
- package/dist/modules/company_backend/routes.d.ts +3 -0
- package/dist/modules/company_backend/routes.d.ts.map +1 -0
- package/dist/modules/company_backend/routes.js +269 -0
- package/dist/modules/company_backend/routes.js.map +1 -0
- package/dist/modules/company_backend/screens.d.ts +62 -0
- package/dist/modules/company_backend/screens.d.ts.map +1 -0
- package/dist/modules/company_backend/screens.js +268 -0
- package/dist/modules/company_backend/screens.js.map +1 -0
- package/dist/modules/crm/functions.d.ts +5 -0
- package/dist/modules/crm/functions.d.ts.map +1 -0
- package/dist/modules/crm/functions.js +840 -0
- package/dist/modules/crm/functions.js.map +1 -0
- package/dist/modules/crm/index.d.ts +6 -0
- package/dist/modules/crm/index.d.ts.map +1 -0
- package/dist/modules/crm/index.js +22 -0
- package/dist/modules/crm/index.js.map +1 -0
- package/dist/modules/crm/jobs.d.ts +4 -0
- package/dist/modules/crm/jobs.d.ts.map +1 -0
- package/dist/modules/crm/jobs.js +3 -0
- package/dist/modules/crm/jobs.js.map +1 -0
- package/dist/modules/crm/messages.d.ts +37 -0
- package/dist/modules/crm/messages.d.ts.map +1 -0
- package/dist/modules/crm/messages.js +68 -0
- package/dist/modules/crm/messages.js.map +1 -0
- package/dist/modules/crm/models.d.ts +3 -0
- package/dist/modules/crm/models.d.ts.map +1 -0
- package/dist/modules/crm/models.js +215 -0
- package/dist/modules/crm/models.js.map +1 -0
- package/dist/modules/crm/operations.d.ts +121 -0
- package/dist/modules/crm/operations.d.ts.map +1 -0
- package/dist/modules/crm/operations.js +744 -0
- package/dist/modules/crm/operations.js.map +1 -0
- package/dist/modules/crm/search.d.ts +67 -0
- package/dist/modules/crm/search.d.ts.map +1 -0
- package/dist/modules/crm/search.js +89 -0
- package/dist/modules/crm/search.js.map +1 -0
- package/dist/modules/crm/types.d.ts +10 -0
- package/dist/modules/crm/types.d.ts.map +1 -0
- package/dist/modules/crm/types.js +6 -0
- package/dist/modules/crm/types.js.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.d.mts +8 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.d.mts.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.mjs +129 -0
- package/dist/modules/crm_backend/client/crm-kanban-view.mjs.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban.d.mts +3 -0
- package/dist/modules/crm_backend/client/crm-kanban.d.mts.map +1 -0
- package/dist/modules/crm_backend/client/crm-kanban.mjs +7 -0
- package/dist/modules/crm_backend/client/crm-kanban.mjs.map +1 -0
- package/dist/modules/crm_backend/client/crm.css +69 -0
- package/dist/modules/crm_backend/index.d.ts +4 -0
- package/dist/modules/crm_backend/index.d.ts.map +1 -0
- package/dist/modules/crm_backend/index.js +54 -0
- package/dist/modules/crm_backend/index.js.map +1 -0
- package/dist/modules/crm_backend/islands.d.ts +9 -0
- package/dist/modules/crm_backend/islands.d.ts.map +1 -0
- package/dist/modules/crm_backend/islands.js +13 -0
- package/dist/modules/crm_backend/islands.js.map +1 -0
- package/dist/modules/crm_backend/list-search.d.ts +21 -0
- package/dist/modules/crm_backend/list-search.d.ts.map +1 -0
- package/dist/modules/crm_backend/list-search.js +220 -0
- package/dist/modules/crm_backend/list-search.js.map +1 -0
- package/dist/modules/crm_backend/messages.d.ts +183 -0
- package/dist/modules/crm_backend/messages.d.ts.map +1 -0
- package/dist/modules/crm_backend/messages.js +182 -0
- package/dist/modules/crm_backend/messages.js.map +1 -0
- package/dist/modules/crm_backend/routes.d.ts +3 -0
- package/dist/modules/crm_backend/routes.d.ts.map +1 -0
- package/dist/modules/crm_backend/routes.js +520 -0
- package/dist/modules/crm_backend/routes.js.map +1 -0
- package/dist/modules/crm_backend/screens.d.ts +32 -0
- package/dist/modules/crm_backend/screens.d.ts.map +1 -0
- package/dist/modules/crm_backend/screens.js +405 -0
- package/dist/modules/crm_backend/screens.js.map +1 -0
- package/dist/modules/crm_sale/index.d.ts +4 -0
- package/dist/modules/crm_sale/index.d.ts.map +1 -0
- package/dist/modules/crm_sale/index.js +18 -0
- package/dist/modules/crm_sale/index.js.map +1 -0
- package/dist/modules/crm_sale/messages.d.ts +10 -0
- package/dist/modules/crm_sale/messages.d.ts.map +1 -0
- package/dist/modules/crm_sale/messages.js +14 -0
- package/dist/modules/crm_sale/messages.js.map +1 -0
- package/dist/modules/crm_sale/models.d.ts +3 -0
- package/dist/modules/crm_sale/models.d.ts.map +1 -0
- package/dist/modules/crm_sale/models.js +16 -0
- package/dist/modules/crm_sale/models.js.map +1 -0
- package/dist/modules/crm_sale/sale-functions.d.ts +15 -0
- package/dist/modules/crm_sale/sale-functions.d.ts.map +1 -0
- package/dist/modules/crm_sale/sale-functions.js +139 -0
- package/dist/modules/crm_sale/sale-functions.js.map +1 -0
- package/dist/modules/crm_website/functions.d.ts +3 -0
- package/dist/modules/crm_website/functions.d.ts.map +1 -0
- package/dist/modules/crm_website/functions.js +65 -0
- package/dist/modules/crm_website/functions.js.map +1 -0
- package/dist/modules/crm_website/index.d.ts +3 -0
- package/dist/modules/crm_website/index.d.ts.map +1 -0
- package/dist/modules/crm_website/index.js +19 -0
- package/dist/modules/crm_website/index.js.map +1 -0
- package/dist/modules/crm_website/messages.d.ts +20 -0
- package/dist/modules/crm_website/messages.d.ts.map +1 -0
- package/dist/modules/crm_website/messages.js +34 -0
- package/dist/modules/crm_website/messages.js.map +1 -0
- package/dist/modules/crm_website/models.d.ts +3 -0
- package/dist/modules/crm_website/models.d.ts.map +1 -0
- package/dist/modules/crm_website/models.js +15 -0
- package/dist/modules/crm_website/models.js.map +1 -0
- package/dist/modules/crm_website/routes.d.ts +3 -0
- package/dist/modules/crm_website/routes.d.ts.map +1 -0
- package/dist/modules/crm_website/routes.js +71 -0
- package/dist/modules/crm_website/routes.js.map +1 -0
- package/dist/modules/crm_website/screens.d.ts +5 -0
- package/dist/modules/crm_website/screens.d.ts.map +1 -0
- package/dist/modules/crm_website/screens.js +15 -0
- package/dist/modules/crm_website/screens.js.map +1 -0
- package/dist/modules/hospitality_core/calendar.d.ts +9 -0
- package/dist/modules/hospitality_core/calendar.d.ts.map +1 -0
- package/dist/modules/hospitality_core/calendar.js +41 -0
- package/dist/modules/hospitality_core/calendar.js.map +1 -0
- package/dist/modules/hospitality_core/content.d.ts +13 -0
- package/dist/modules/hospitality_core/content.d.ts.map +1 -0
- package/dist/modules/hospitality_core/content.js +345 -0
- package/dist/modules/hospitality_core/content.js.map +1 -0
- package/dist/modules/hospitality_core/functions.d.ts +3 -0
- package/dist/modules/hospitality_core/functions.d.ts.map +1 -0
- package/dist/modules/hospitality_core/functions.js +1558 -0
- package/dist/modules/hospitality_core/functions.js.map +1 -0
- package/dist/modules/hospitality_core/housekeeping.d.ts +3 -0
- package/dist/modules/hospitality_core/housekeeping.d.ts.map +1 -0
- package/dist/modules/hospitality_core/housekeeping.js +352 -0
- package/dist/modules/hospitality_core/housekeeping.js.map +1 -0
- package/dist/modules/hospitality_core/index.d.ts +5 -0
- package/dist/modules/hospitality_core/index.d.ts.map +1 -0
- package/dist/modules/hospitality_core/index.js +41 -0
- package/dist/modules/hospitality_core/index.js.map +1 -0
- package/dist/modules/hospitality_core/inventory.d.ts +40 -0
- package/dist/modules/hospitality_core/inventory.d.ts.map +1 -0
- package/dist/modules/hospitality_core/inventory.js +627 -0
- package/dist/modules/hospitality_core/inventory.js.map +1 -0
- package/dist/modules/hospitality_core/menus.d.ts +3 -0
- package/dist/modules/hospitality_core/menus.d.ts.map +1 -0
- package/dist/modules/hospitality_core/menus.js +134 -0
- package/dist/modules/hospitality_core/menus.js.map +1 -0
- package/dist/modules/hospitality_core/messages.d.ts +3 -0
- package/dist/modules/hospitality_core/messages.d.ts.map +1 -0
- package/dist/modules/hospitality_core/messages.js +2011 -0
- package/dist/modules/hospitality_core/messages.js.map +1 -0
- package/dist/modules/hospitality_core/models.d.ts +10 -0
- package/dist/modules/hospitality_core/models.d.ts.map +1 -0
- package/dist/modules/hospitality_core/models.js +657 -0
- package/dist/modules/hospitality_core/models.js.map +1 -0
- package/dist/modules/hospitality_core/night-audit.d.ts +26 -0
- package/dist/modules/hospitality_core/night-audit.d.ts.map +1 -0
- package/dist/modules/hospitality_core/night-audit.js +381 -0
- package/dist/modules/hospitality_core/night-audit.js.map +1 -0
- package/dist/modules/hospitality_core/operations.d.ts +3 -0
- package/dist/modules/hospitality_core/operations.d.ts.map +1 -0
- package/dist/modules/hospitality_core/operations.js +1562 -0
- package/dist/modules/hospitality_core/operations.js.map +1 -0
- package/dist/modules/hospitality_core/relations.d.ts +3 -0
- package/dist/modules/hospitality_core/relations.d.ts.map +1 -0
- package/dist/modules/hospitality_core/relations.js +175 -0
- package/dist/modules/hospitality_core/relations.js.map +1 -0
- package/dist/modules/hospitality_core/routes.d.ts +3 -0
- package/dist/modules/hospitality_core/routes.d.ts.map +1 -0
- package/dist/modules/hospitality_core/routes.js +1556 -0
- package/dist/modules/hospitality_core/routes.js.map +1 -0
- package/dist/modules/hospitality_core/screens.d.ts +763 -0
- package/dist/modules/hospitality_core/screens.d.ts.map +1 -0
- package/dist/modules/hospitality_core/screens.js +4138 -0
- package/dist/modules/hospitality_core/screens.js.map +1 -0
- package/dist/modules/hospitality_core/services.d.ts +9 -0
- package/dist/modules/hospitality_core/services.d.ts.map +1 -0
- package/dist/modules/hospitality_core/services.js +586 -0
- package/dist/modules/hospitality_core/services.js.map +1 -0
- package/dist/modules/hospitality_core/stay-notices.d.ts +11 -0
- package/dist/modules/hospitality_core/stay-notices.d.ts.map +1 -0
- package/dist/modules/hospitality_core/stay-notices.js +338 -0
- package/dist/modules/hospitality_core/stay-notices.js.map +1 -0
- package/dist/modules/hospitality_core/types.d.ts +61 -0
- package/dist/modules/hospitality_core/types.d.ts.map +1 -0
- package/dist/modules/hospitality_core/types.js +65 -0
- package/dist/modules/hospitality_core/types.js.map +1 -0
- package/dist/modules/hr/functions.d.ts +3 -0
- package/dist/modules/hr/functions.d.ts.map +1 -0
- package/dist/modules/hr/functions.js +711 -0
- package/dist/modules/hr/functions.js.map +1 -0
- package/dist/modules/hr/index.d.ts +5 -0
- package/dist/modules/hr/index.d.ts.map +1 -0
- package/dist/modules/hr/index.js +20 -0
- package/dist/modules/hr/index.js.map +1 -0
- package/dist/modules/hr/messages.d.ts +45 -0
- package/dist/modules/hr/messages.d.ts.map +1 -0
- package/dist/modules/hr/messages.js +45 -0
- package/dist/modules/hr/messages.js.map +1 -0
- package/dist/modules/hr/models.d.ts +3 -0
- package/dist/modules/hr/models.d.ts.map +1 -0
- package/dist/modules/hr/models.js +166 -0
- package/dist/modules/hr/models.js.map +1 -0
- package/dist/modules/hr/relations.d.ts +3 -0
- package/dist/modules/hr/relations.d.ts.map +1 -0
- package/dist/modules/hr/relations.js +19 -0
- package/dist/modules/hr/relations.js.map +1 -0
- package/dist/modules/hr/types.d.ts +9 -0
- package/dist/modules/hr/types.d.ts.map +1 -0
- package/dist/modules/hr/types.js +5 -0
- package/dist/modules/hr/types.js.map +1 -0
- package/dist/modules/hr_backend/index.d.ts +4 -0
- package/dist/modules/hr_backend/index.d.ts.map +1 -0
- package/dist/modules/hr_backend/index.js +142 -0
- package/dist/modules/hr_backend/index.js.map +1 -0
- package/dist/modules/hr_backend/routes.d.ts +3 -0
- package/dist/modules/hr_backend/routes.d.ts.map +1 -0
- package/dist/modules/hr_backend/routes.js +83 -0
- package/dist/modules/hr_backend/routes.js.map +1 -0
- package/dist/modules/hr_backend/screens.d.ts +9 -0
- package/dist/modules/hr_backend/screens.d.ts.map +1 -0
- package/dist/modules/hr_backend/screens.js +144 -0
- package/dist/modules/hr_backend/screens.js.map +1 -0
- package/dist/modules/inventory/index.d.ts +3 -0
- package/dist/modules/inventory/index.d.ts.map +1 -0
- package/dist/modules/inventory/index.js +31 -0
- package/dist/modules/inventory/index.js.map +1 -0
- package/dist/modules/loyalty/admin-functions.d.ts +3 -0
- package/dist/modules/loyalty/admin-functions.d.ts.map +1 -0
- package/dist/modules/loyalty/admin-functions.js +692 -0
- package/dist/modules/loyalty/admin-functions.js.map +1 -0
- package/dist/modules/loyalty/engine.d.ts +31 -0
- package/dist/modules/loyalty/engine.d.ts.map +1 -0
- package/dist/modules/loyalty/engine.js +412 -0
- package/dist/modules/loyalty/engine.js.map +1 -0
- package/dist/modules/loyalty/index.d.ts +5 -0
- package/dist/modules/loyalty/index.d.ts.map +1 -0
- package/dist/modules/loyalty/index.js +24 -0
- package/dist/modules/loyalty/index.js.map +1 -0
- package/dist/modules/loyalty/jobs.d.ts +4 -0
- package/dist/modules/loyalty/jobs.d.ts.map +1 -0
- package/dist/modules/loyalty/jobs.js +103 -0
- package/dist/modules/loyalty/jobs.js.map +1 -0
- package/dist/modules/loyalty/ledger.d.ts +48 -0
- package/dist/modules/loyalty/ledger.d.ts.map +1 -0
- package/dist/modules/loyalty/ledger.js +164 -0
- package/dist/modules/loyalty/ledger.js.map +1 -0
- package/dist/modules/loyalty/membership-functions.d.ts +4 -0
- package/dist/modules/loyalty/membership-functions.d.ts.map +1 -0
- package/dist/modules/loyalty/membership-functions.js +163 -0
- package/dist/modules/loyalty/membership-functions.js.map +1 -0
- package/dist/modules/loyalty/messages.d.ts +119 -0
- package/dist/modules/loyalty/messages.d.ts.map +1 -0
- package/dist/modules/loyalty/messages.js +119 -0
- package/dist/modules/loyalty/messages.js.map +1 -0
- package/dist/modules/loyalty/models.d.ts +3 -0
- package/dist/modules/loyalty/models.d.ts.map +1 -0
- package/dist/modules/loyalty/models.js +259 -0
- package/dist/modules/loyalty/models.js.map +1 -0
- package/dist/modules/loyalty/order-functions.d.ts +3 -0
- package/dist/modules/loyalty/order-functions.d.ts.map +1 -0
- package/dist/modules/loyalty/order-functions.js +656 -0
- package/dist/modules/loyalty/order-functions.js.map +1 -0
- package/dist/modules/loyalty/relations.d.ts +3 -0
- package/dist/modules/loyalty/relations.d.ts.map +1 -0
- package/dist/modules/loyalty/relations.js +19 -0
- package/dist/modules/loyalty/relations.js.map +1 -0
- package/dist/modules/loyalty/types.d.ts +83 -0
- package/dist/modules/loyalty/types.d.ts.map +1 -0
- package/dist/modules/loyalty/types.js +23 -0
- package/dist/modules/loyalty/types.js.map +1 -0
- package/dist/modules/loyalty_backend/index.d.ts +3 -0
- package/dist/modules/loyalty_backend/index.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/index.js +636 -0
- package/dist/modules/loyalty_backend/index.js.map +1 -0
- package/dist/modules/loyalty_backend/messages.d.ts +162 -0
- package/dist/modules/loyalty_backend/messages.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/messages.js +318 -0
- package/dist/modules/loyalty_backend/messages.js.map +1 -0
- package/dist/modules/loyalty_backend/screens.d.ts +33 -0
- package/dist/modules/loyalty_backend/screens.d.ts.map +1 -0
- package/dist/modules/loyalty_backend/screens.js +562 -0
- package/dist/modules/loyalty_backend/screens.js.map +1 -0
- package/dist/modules/loyalty_pos/functions.d.ts +19 -0
- package/dist/modules/loyalty_pos/functions.d.ts.map +1 -0
- package/dist/modules/loyalty_pos/functions.js +274 -0
- package/dist/modules/loyalty_pos/functions.js.map +1 -0
- package/dist/modules/loyalty_pos/index.d.ts +3 -0
- package/dist/modules/loyalty_pos/index.d.ts.map +1 -0
- package/dist/modules/loyalty_pos/index.js +45 -0
- package/dist/modules/loyalty_pos/index.js.map +1 -0
- package/dist/modules/loyalty_sale/functions.d.ts +19 -0
- package/dist/modules/loyalty_sale/functions.d.ts.map +1 -0
- package/dist/modules/loyalty_sale/functions.js +275 -0
- package/dist/modules/loyalty_sale/functions.js.map +1 -0
- package/dist/modules/loyalty_sale/index.d.ts +3 -0
- package/dist/modules/loyalty_sale/index.d.ts.map +1 -0
- package/dist/modules/loyalty_sale/index.js +45 -0
- package/dist/modules/loyalty_sale/index.js.map +1 -0
- package/dist/modules/mail/functions.d.ts +3 -0
- package/dist/modules/mail/functions.d.ts.map +1 -0
- package/dist/modules/mail/functions.js +129 -0
- package/dist/modules/mail/functions.js.map +1 -0
- package/dist/modules/mail/index.d.ts +9 -0
- package/dist/modules/mail/index.d.ts.map +1 -0
- package/dist/modules/mail/index.js +22 -0
- package/dist/modules/mail/index.js.map +1 -0
- package/dist/modules/mail/messages.d.ts +13 -0
- package/dist/modules/mail/messages.d.ts.map +1 -0
- package/dist/modules/mail/messages.js +13 -0
- package/dist/modules/mail/messages.js.map +1 -0
- package/dist/modules/mail/models.d.ts +3 -0
- package/dist/modules/mail/models.d.ts.map +1 -0
- package/dist/modules/mail/models.js +124 -0
- package/dist/modules/mail/models.js.map +1 -0
- package/dist/modules/mail/operations.d.ts +60 -0
- package/dist/modules/mail/operations.d.ts.map +1 -0
- package/dist/modules/mail/operations.js +249 -0
- package/dist/modules/mail/operations.js.map +1 -0
- package/dist/modules/mail/relations.d.ts +3 -0
- package/dist/modules/mail/relations.d.ts.map +1 -0
- package/dist/modules/mail/relations.js +41 -0
- package/dist/modules/mail/relations.js.map +1 -0
- package/dist/modules/mail/target.d.ts +16 -0
- package/dist/modules/mail/target.d.ts.map +1 -0
- package/dist/modules/mail/target.js +245 -0
- package/dist/modules/mail/target.js.map +1 -0
- package/dist/modules/mail/types.d.ts +7 -0
- package/dist/modules/mail/types.d.ts.map +1 -0
- package/dist/modules/mail/types.js +4 -0
- package/dist/modules/mail/types.js.map +1 -0
- package/dist/modules/mail_backend/index.d.ts +5 -0
- package/dist/modules/mail_backend/index.d.ts.map +1 -0
- package/dist/modules/mail_backend/index.js +56 -0
- package/dist/modules/mail_backend/index.js.map +1 -0
- package/dist/modules/mail_backend/islands.d.ts +3 -0
- package/dist/modules/mail_backend/islands.d.ts.map +1 -0
- package/dist/modules/mail_backend/islands.js +20 -0
- package/dist/modules/mail_backend/islands.js.map +1 -0
- package/dist/modules/mail_backend/routes.d.ts +5 -0
- package/dist/modules/mail_backend/routes.d.ts.map +1 -0
- package/dist/modules/mail_backend/routes.js +37 -0
- package/dist/modules/mail_backend/routes.js.map +1 -0
- package/dist/modules/mail_backend/screens.d.ts +5 -0
- package/dist/modules/mail_backend/screens.d.ts.map +1 -0
- package/dist/modules/mail_backend/screens.js +11 -0
- package/dist/modules/mail_backend/screens.js.map +1 -0
- package/dist/modules/mail_inbound/functions.d.ts +27 -0
- package/dist/modules/mail_inbound/functions.d.ts.map +1 -0
- package/dist/modules/mail_inbound/functions.js +178 -0
- package/dist/modules/mail_inbound/functions.js.map +1 -0
- package/dist/modules/mail_inbound/index.d.ts +10 -0
- package/dist/modules/mail_inbound/index.d.ts.map +1 -0
- package/dist/modules/mail_inbound/index.js +38 -0
- package/dist/modules/mail_inbound/index.js.map +1 -0
- package/dist/modules/mail_inbound/jobs.d.ts +3 -0
- package/dist/modules/mail_inbound/jobs.d.ts.map +1 -0
- package/dist/modules/mail_inbound/jobs.js +29 -0
- package/dist/modules/mail_inbound/jobs.js.map +1 -0
- package/dist/modules/mail_inbound/models.d.ts +3 -0
- package/dist/modules/mail_inbound/models.d.ts.map +1 -0
- package/dist/modules/mail_inbound/models.js +68 -0
- package/dist/modules/mail_inbound/models.js.map +1 -0
- package/dist/modules/mail_inbound/operations.d.ts +17 -0
- package/dist/modules/mail_inbound/operations.d.ts.map +1 -0
- package/dist/modules/mail_inbound/operations.js +273 -0
- package/dist/modules/mail_inbound/operations.js.map +1 -0
- package/dist/modules/mail_inbound/relations.d.ts +3 -0
- package/dist/modules/mail_inbound/relations.d.ts.map +1 -0
- package/dist/modules/mail_inbound/relations.js +19 -0
- package/dist/modules/mail_inbound/relations.js.map +1 -0
- package/dist/modules/mail_inbound/routes.d.ts +4 -0
- package/dist/modules/mail_inbound/routes.d.ts.map +1 -0
- package/dist/modules/mail_inbound/routes.js +156 -0
- package/dist/modules/mail_inbound/routes.js.map +1 -0
- package/dist/modules/mail_inbound/types.d.ts +37 -0
- package/dist/modules/mail_inbound/types.d.ts.map +1 -0
- package/dist/modules/mail_inbound/types.js +3 -0
- package/dist/modules/mail_inbound/types.js.map +1 -0
- package/dist/modules/mail_inbound_backend/index.d.ts +5 -0
- package/dist/modules/mail_inbound_backend/index.d.ts.map +1 -0
- package/dist/modules/mail_inbound_backend/index.js +59 -0
- package/dist/modules/mail_inbound_backend/index.js.map +1 -0
- package/dist/modules/mail_inbound_backend/routes.d.ts +5 -0
- package/dist/modules/mail_inbound_backend/routes.d.ts.map +1 -0
- package/dist/modules/mail_inbound_backend/routes.js +31 -0
- package/dist/modules/mail_inbound_backend/routes.js.map +1 -0
- package/dist/modules/mail_inbound_backend/screens.d.ts +5 -0
- package/dist/modules/mail_inbound_backend/screens.d.ts.map +1 -0
- package/dist/modules/mail_inbound_backend/screens.js +25 -0
- package/dist/modules/mail_inbound_backend/screens.js.map +1 -0
- package/dist/modules/mail_transport/functions.d.ts +3 -0
- package/dist/modules/mail_transport/functions.d.ts.map +1 -0
- package/dist/modules/mail_transport/functions.js +280 -0
- package/dist/modules/mail_transport/functions.js.map +1 -0
- package/dist/modules/mail_transport/index.d.ts +11 -0
- package/dist/modules/mail_transport/index.d.ts.map +1 -0
- package/dist/modules/mail_transport/index.js +37 -0
- package/dist/modules/mail_transport/index.js.map +1 -0
- package/dist/modules/mail_transport/jobs.d.ts +3 -0
- package/dist/modules/mail_transport/jobs.d.ts.map +1 -0
- package/dist/modules/mail_transport/jobs.js +79 -0
- package/dist/modules/mail_transport/jobs.js.map +1 -0
- package/dist/modules/mail_transport/models.d.ts +3 -0
- package/dist/modules/mail_transport/models.d.ts.map +1 -0
- package/dist/modules/mail_transport/models.js +88 -0
- package/dist/modules/mail_transport/models.js.map +1 -0
- package/dist/modules/mail_transport/operations.d.ts +16 -0
- package/dist/modules/mail_transport/operations.d.ts.map +1 -0
- package/dist/modules/mail_transport/operations.js +122 -0
- package/dist/modules/mail_transport/operations.js.map +1 -0
- package/dist/modules/mail_transport/relations.d.ts +3 -0
- package/dist/modules/mail_transport/relations.d.ts.map +1 -0
- package/dist/modules/mail_transport/relations.js +19 -0
- package/dist/modules/mail_transport/relations.js.map +1 -0
- package/dist/modules/mail_transport/target.d.ts +8 -0
- package/dist/modules/mail_transport/target.d.ts.map +1 -0
- package/dist/modules/mail_transport/target.js +43 -0
- package/dist/modules/mail_transport/target.js.map +1 -0
- package/dist/modules/mail_transport/template.d.ts +4 -0
- package/dist/modules/mail_transport/template.d.ts.map +1 -0
- package/dist/modules/mail_transport/template.js +52 -0
- package/dist/modules/mail_transport/template.js.map +1 -0
- package/dist/modules/mail_transport/types.d.ts +9 -0
- package/dist/modules/mail_transport/types.d.ts.map +1 -0
- package/dist/modules/mail_transport/types.js +3 -0
- package/dist/modules/mail_transport/types.js.map +1 -0
- package/dist/modules/mail_transport_backend/index.d.ts +5 -0
- package/dist/modules/mail_transport_backend/index.d.ts.map +1 -0
- package/dist/modules/mail_transport_backend/index.js +69 -0
- package/dist/modules/mail_transport_backend/index.js.map +1 -0
- package/dist/modules/mail_transport_backend/routes.d.ts +5 -0
- package/dist/modules/mail_transport_backend/routes.d.ts.map +1 -0
- package/dist/modules/mail_transport_backend/routes.js +42 -0
- package/dist/modules/mail_transport_backend/routes.js.map +1 -0
- package/dist/modules/mail_transport_backend/screens.d.ts +5 -0
- package/dist/modules/mail_transport_backend/screens.d.ts.map +1 -0
- package/dist/modules/mail_transport_backend/screens.js +35 -0
- package/dist/modules/mail_transport_backend/screens.js.map +1 -0
- package/dist/modules/oauth/functions.d.ts +3 -0
- package/dist/modules/oauth/functions.d.ts.map +1 -0
- package/dist/modules/oauth/functions.js +817 -0
- package/dist/modules/oauth/functions.js.map +1 -0
- package/dist/modules/oauth/index.d.ts +4 -0
- package/dist/modules/oauth/index.d.ts.map +1 -0
- package/dist/modules/oauth/index.js +22 -0
- package/dist/modules/oauth/index.js.map +1 -0
- package/dist/modules/oauth/messages.d.ts +129 -0
- package/dist/modules/oauth/messages.d.ts.map +1 -0
- package/dist/modules/oauth/messages.js +129 -0
- package/dist/modules/oauth/messages.js.map +1 -0
- package/dist/modules/oauth/models.d.ts +4 -0
- package/dist/modules/oauth/models.d.ts.map +1 -0
- package/dist/modules/oauth/models.js +83 -0
- package/dist/modules/oauth/models.js.map +1 -0
- package/dist/modules/oauth/protocol.d.ts +54 -0
- package/dist/modules/oauth/protocol.d.ts.map +1 -0
- package/dist/modules/oauth/protocol.js +309 -0
- package/dist/modules/oauth/protocol.js.map +1 -0
- package/dist/modules/oauth/relations.d.ts +3 -0
- package/dist/modules/oauth/relations.d.ts.map +1 -0
- package/dist/modules/oauth/relations.js +18 -0
- package/dist/modules/oauth/relations.js.map +1 -0
- package/dist/modules/oauth/routes.d.ts +3 -0
- package/dist/modules/oauth/routes.d.ts.map +1 -0
- package/dist/modules/oauth/routes.js +185 -0
- package/dist/modules/oauth/routes.js.map +1 -0
- package/dist/modules/oauth_backend/index.d.ts +4 -0
- package/dist/modules/oauth_backend/index.d.ts.map +1 -0
- package/dist/modules/oauth_backend/index.js +23 -0
- package/dist/modules/oauth_backend/index.js.map +1 -0
- package/dist/modules/oauth_backend/menus.d.ts +3 -0
- package/dist/modules/oauth_backend/menus.d.ts.map +1 -0
- package/dist/modules/oauth_backend/menus.js +17 -0
- package/dist/modules/oauth_backend/menus.js.map +1 -0
- package/dist/modules/oauth_backend/messages.d.ts +169 -0
- package/dist/modules/oauth_backend/messages.d.ts.map +1 -0
- package/dist/modules/oauth_backend/messages.js +169 -0
- package/dist/modules/oauth_backend/messages.js.map +1 -0
- package/dist/modules/oauth_backend/routes.d.ts +3 -0
- package/dist/modules/oauth_backend/routes.d.ts.map +1 -0
- package/dist/modules/oauth_backend/routes.js +231 -0
- package/dist/modules/oauth_backend/routes.js.map +1 -0
- package/dist/modules/oauth_backend/screens.d.ts +66 -0
- package/dist/modules/oauth_backend/screens.d.ts.map +1 -0
- package/dist/modules/oauth_backend/screens.js +323 -0
- package/dist/modules/oauth_backend/screens.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/functions.d.ts +3 -0
- package/dist/modules/odoo_collaboration_import/functions.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/functions.js +128 -0
- package/dist/modules/odoo_collaboration_import/functions.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/index.d.ts +6 -0
- package/dist/modules/odoo_collaboration_import/index.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/index.js +31 -0
- package/dist/modules/odoo_collaboration_import/index.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/models.d.ts +3 -0
- package/dist/modules/odoo_collaboration_import/models.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/models.js +76 -0
- package/dist/modules/odoo_collaboration_import/models.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/operations.d.ts +14 -0
- package/dist/modules/odoo_collaboration_import/operations.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/operations.js +1139 -0
- package/dist/modules/odoo_collaboration_import/operations.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/relations.d.ts +3 -0
- package/dist/modules/odoo_collaboration_import/relations.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/relations.js +19 -0
- package/dist/modules/odoo_collaboration_import/relations.js.map +1 -0
- package/dist/modules/odoo_collaboration_import/types.d.ts +58 -0
- package/dist/modules/odoo_collaboration_import/types.d.ts.map +1 -0
- package/dist/modules/odoo_collaboration_import/types.js +2 -0
- package/dist/modules/odoo_collaboration_import/types.js.map +1 -0
- package/dist/modules/partner/functions.d.ts +5 -0
- package/dist/modules/partner/functions.d.ts.map +1 -0
- package/dist/modules/partner/functions.js +563 -0
- package/dist/modules/partner/functions.js.map +1 -0
- package/dist/modules/partner/index.d.ts +5 -0
- package/dist/modules/partner/index.d.ts.map +1 -0
- package/dist/modules/partner/index.js +23 -0
- package/dist/modules/partner/index.js.map +1 -0
- package/dist/modules/partner/messages.d.ts +55 -0
- package/dist/modules/partner/messages.d.ts.map +1 -0
- package/dist/modules/partner/messages.js +55 -0
- package/dist/modules/partner/messages.js.map +1 -0
- package/dist/modules/partner/models.d.ts +23 -0
- package/dist/modules/partner/models.d.ts.map +1 -0
- package/dist/modules/partner/models.js +124 -0
- package/dist/modules/partner/models.js.map +1 -0
- package/dist/modules/partner/relations.d.ts +4 -0
- package/dist/modules/partner/relations.d.ts.map +1 -0
- package/dist/modules/partner/relations.js +35 -0
- package/dist/modules/partner/relations.js.map +1 -0
- package/dist/modules/partner/types.d.ts +17 -0
- package/dist/modules/partner/types.d.ts.map +1 -0
- package/dist/modules/partner/types.js +14 -0
- package/dist/modules/partner/types.js.map +1 -0
- package/dist/modules/partner/views.d.ts +4 -0
- package/dist/modules/partner/views.d.ts.map +1 -0
- package/dist/modules/partner/views.js +19 -0
- package/dist/modules/partner/views.js.map +1 -0
- package/dist/modules/partner_backend/client/address-view.d.mts +5 -0
- package/dist/modules/partner_backend/client/address-view.d.mts.map +1 -0
- package/dist/modules/partner_backend/client/address-view.mjs +193 -0
- package/dist/modules/partner_backend/client/address-view.mjs.map +1 -0
- package/dist/modules/partner_backend/client/address.css +12 -0
- package/dist/modules/partner_backend/client/address.d.mts +5 -0
- package/dist/modules/partner_backend/client/address.d.mts.map +1 -0
- package/dist/modules/partner_backend/client/address.mjs +7 -0
- package/dist/modules/partner_backend/client/address.mjs.map +1 -0
- package/dist/modules/partner_backend/index.d.ts +5 -0
- package/dist/modules/partner_backend/index.d.ts.map +1 -0
- package/dist/modules/partner_backend/index.js +178 -0
- package/dist/modules/partner_backend/index.js.map +1 -0
- package/dist/modules/partner_backend/islands.d.ts +3 -0
- package/dist/modules/partner_backend/islands.d.ts.map +1 -0
- package/dist/modules/partner_backend/islands.js +23 -0
- package/dist/modules/partner_backend/islands.js.map +1 -0
- package/dist/modules/partner_backend/menus.d.ts +3 -0
- package/dist/modules/partner_backend/menus.d.ts.map +1 -0
- package/dist/modules/partner_backend/menus.js +11 -0
- package/dist/modules/partner_backend/menus.js.map +1 -0
- package/dist/modules/partner_backend/relation-control.d.ts +22 -0
- package/dist/modules/partner_backend/relation-control.d.ts.map +1 -0
- package/dist/modules/partner_backend/relation-control.js +46 -0
- package/dist/modules/partner_backend/relation-control.js.map +1 -0
- package/dist/modules/partner_backend/routes.d.ts +3 -0
- package/dist/modules/partner_backend/routes.d.ts.map +1 -0
- package/dist/modules/partner_backend/routes.js +300 -0
- package/dist/modules/partner_backend/routes.js.map +1 -0
- package/dist/modules/partner_backend/screens.d.ts +53 -0
- package/dist/modules/partner_backend/screens.d.ts.map +1 -0
- package/dist/modules/partner_backend/screens.js +169 -0
- package/dist/modules/partner_backend/screens.js.map +1 -0
- package/dist/modules/pos/functions.d.ts +6 -0
- package/dist/modules/pos/functions.d.ts.map +1 -0
- package/dist/modules/pos/functions.js +953 -0
- package/dist/modules/pos/functions.js.map +1 -0
- package/dist/modules/pos/index.d.ts +4 -0
- package/dist/modules/pos/index.d.ts.map +1 -0
- package/dist/modules/pos/index.js +34 -0
- package/dist/modules/pos/index.js.map +1 -0
- package/dist/modules/pos/models.d.ts +3 -0
- package/dist/modules/pos/models.d.ts.map +1 -0
- package/dist/modules/pos/models.js +107 -0
- package/dist/modules/pos/models.js.map +1 -0
- package/dist/modules/pos/relations.d.ts +3 -0
- package/dist/modules/pos/relations.d.ts.map +1 -0
- package/dist/modules/pos/relations.js +37 -0
- package/dist/modules/pos/relations.js.map +1 -0
- package/dist/modules/pos_backend/index.d.ts +3 -0
- package/dist/modules/pos_backend/index.d.ts.map +1 -0
- package/dist/modules/pos_backend/index.js +654 -0
- package/dist/modules/pos_backend/index.js.map +1 -0
- package/dist/modules/pos_backend/screens.d.ts +15 -0
- package/dist/modules/pos_backend/screens.d.ts.map +1 -0
- package/dist/modules/pos_backend/screens.js +320 -0
- package/dist/modules/pos_backend/screens.js.map +1 -0
- package/dist/modules/pricing/functions.d.ts +6 -0
- package/dist/modules/pricing/functions.d.ts.map +1 -0
- package/dist/modules/pricing/functions.js +318 -0
- package/dist/modules/pricing/functions.js.map +1 -0
- package/dist/modules/pricing/index.d.ts +4 -0
- package/dist/modules/pricing/index.d.ts.map +1 -0
- package/dist/modules/pricing/index.js +30 -0
- package/dist/modules/pricing/index.js.map +1 -0
- package/dist/modules/pricing/models.d.ts +3 -0
- package/dist/modules/pricing/models.d.ts.map +1 -0
- package/dist/modules/pricing/models.js +34 -0
- package/dist/modules/pricing/models.js.map +1 -0
- package/dist/modules/pricing/relations.d.ts +3 -0
- package/dist/modules/pricing/relations.d.ts.map +1 -0
- package/dist/modules/pricing/relations.js +11 -0
- package/dist/modules/pricing/relations.js.map +1 -0
- package/dist/modules/pricing_backend/index.d.ts +3 -0
- package/dist/modules/pricing_backend/index.d.ts.map +1 -0
- package/dist/modules/pricing_backend/index.js +241 -0
- package/dist/modules/pricing_backend/index.js.map +1 -0
- package/dist/modules/pricing_backend/screens.d.ts +13 -0
- package/dist/modules/pricing_backend/screens.d.ts.map +1 -0
- package/dist/modules/pricing_backend/screens.js +182 -0
- package/dist/modules/pricing_backend/screens.js.map +1 -0
- package/dist/modules/product/functions.d.ts +3 -0
- package/dist/modules/product/functions.d.ts.map +1 -0
- package/dist/modules/product/functions.js +627 -0
- package/dist/modules/product/functions.js.map +1 -0
- package/dist/modules/product/index.d.ts +6 -0
- package/dist/modules/product/index.d.ts.map +1 -0
- package/dist/modules/product/index.js +24 -0
- package/dist/modules/product/index.js.map +1 -0
- package/dist/modules/product/messages.d.ts +3 -0
- package/dist/modules/product/messages.d.ts.map +1 -0
- package/dist/modules/product/messages.js +19 -0
- package/dist/modules/product/messages.js.map +1 -0
- package/dist/modules/product/models.d.ts +11 -0
- package/dist/modules/product/models.d.ts.map +1 -0
- package/dist/modules/product/models.js +116 -0
- package/dist/modules/product/models.js.map +1 -0
- package/dist/modules/product/relations.d.ts +8 -0
- package/dist/modules/product/relations.d.ts.map +1 -0
- package/dist/modules/product/relations.js +53 -0
- package/dist/modules/product/relations.js.map +1 -0
- package/dist/modules/product/search.d.ts +73 -0
- package/dist/modules/product/search.d.ts.map +1 -0
- package/dist/modules/product/search.js +66 -0
- package/dist/modules/product/search.js.map +1 -0
- package/dist/modules/product/types.d.ts +14 -0
- package/dist/modules/product/types.d.ts.map +1 -0
- package/dist/modules/product/types.js +2 -0
- package/dist/modules/product/types.js.map +1 -0
- package/dist/modules/product/views.d.ts +4 -0
- package/dist/modules/product/views.d.ts.map +1 -0
- package/dist/modules/product/views.js +7 -0
- package/dist/modules/product/views.js.map +1 -0
- package/dist/modules/product_activity_backend/index.d.ts +5 -0
- package/dist/modules/product_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/product_activity_backend/index.js +29 -0
- package/dist/modules/product_activity_backend/index.js.map +1 -0
- package/dist/modules/product_backend/attributes-screen.d.ts +7 -0
- package/dist/modules/product_backend/attributes-screen.d.ts.map +1 -0
- package/dist/modules/product_backend/attributes-screen.js +76 -0
- package/dist/modules/product_backend/attributes-screen.js.map +1 -0
- package/dist/modules/product_backend/client/editor-view.d.mts +5 -0
- package/dist/modules/product_backend/client/editor-view.d.mts.map +1 -0
- package/dist/modules/product_backend/client/editor-view.mjs +141 -0
- package/dist/modules/product_backend/client/editor-view.mjs.map +1 -0
- package/dist/modules/product_backend/client/product.d.mts +6 -0
- package/dist/modules/product_backend/client/product.d.mts.map +1 -0
- package/dist/modules/product_backend/client/product.mjs +8 -0
- package/dist/modules/product_backend/client/product.mjs.map +1 -0
- package/dist/modules/product_backend/create-screen.d.ts +12 -0
- package/dist/modules/product_backend/create-screen.d.ts.map +1 -0
- package/dist/modules/product_backend/create-screen.js +83 -0
- package/dist/modules/product_backend/create-screen.js.map +1 -0
- package/dist/modules/product_backend/index.d.ts +20 -0
- package/dist/modules/product_backend/index.d.ts.map +1 -0
- package/dist/modules/product_backend/index.js +287 -0
- package/dist/modules/product_backend/index.js.map +1 -0
- package/dist/modules/product_backend/islands.d.ts +3 -0
- package/dist/modules/product_backend/islands.d.ts.map +1 -0
- package/dist/modules/product_backend/islands.js +13 -0
- package/dist/modules/product_backend/islands.js.map +1 -0
- package/dist/modules/product_backend/menus.d.ts +3 -0
- package/dist/modules/product_backend/menus.d.ts.map +1 -0
- package/dist/modules/product_backend/menus.js +25 -0
- package/dist/modules/product_backend/menus.js.map +1 -0
- package/dist/modules/product_backend/routes.d.ts +14 -0
- package/dist/modules/product_backend/routes.d.ts.map +1 -0
- package/dist/modules/product_backend/routes.js +990 -0
- package/dist/modules/product_backend/routes.js.map +1 -0
- package/dist/modules/product_backend/screens.d.ts +68 -0
- package/dist/modules/product_backend/screens.d.ts.map +1 -0
- package/dist/modules/product_backend/screens.js +388 -0
- package/dist/modules/product_backend/screens.js.map +1 -0
- package/dist/modules/product_mail_backend/index.d.ts +5 -0
- package/dist/modules/product_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/product_mail_backend/index.js +30 -0
- package/dist/modules/product_mail_backend/index.js.map +1 -0
- package/dist/modules/product_media/functions.d.ts +3 -0
- package/dist/modules/product_media/functions.d.ts.map +1 -0
- package/dist/modules/product_media/functions.js +183 -0
- package/dist/modules/product_media/functions.js.map +1 -0
- package/dist/modules/product_media/index.d.ts +3 -0
- package/dist/modules/product_media/index.d.ts.map +1 -0
- package/dist/modules/product_media/index.js +29 -0
- package/dist/modules/product_media/index.js.map +1 -0
- package/dist/modules/product_media/models.d.ts +4 -0
- package/dist/modules/product_media/models.d.ts.map +1 -0
- package/dist/modules/product_media/models.js +24 -0
- package/dist/modules/product_media/models.js.map +1 -0
- package/dist/modules/product_media/relations.d.ts +3 -0
- package/dist/modules/product_media/relations.d.ts.map +1 -0
- package/dist/modules/product_media/relations.js +8 -0
- package/dist/modules/product_media/relations.js.map +1 -0
- package/dist/modules/product_variant_activity_backend/index.d.ts +5 -0
- package/dist/modules/product_variant_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/product_variant_activity_backend/index.js +29 -0
- package/dist/modules/product_variant_activity_backend/index.js.map +1 -0
- package/dist/modules/product_variant_mail_backend/index.d.ts +5 -0
- package/dist/modules/product_variant_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/product_variant_mail_backend/index.js +30 -0
- package/dist/modules/product_variant_mail_backend/index.js.map +1 -0
- package/dist/modules/purchase/functions.d.ts +6 -0
- package/dist/modules/purchase/functions.d.ts.map +1 -0
- package/dist/modules/purchase/functions.js +743 -0
- package/dist/modules/purchase/functions.js.map +1 -0
- package/dist/modules/purchase/index.d.ts +4 -0
- package/dist/modules/purchase/index.d.ts.map +1 -0
- package/dist/modules/purchase/index.js +35 -0
- package/dist/modules/purchase/index.js.map +1 -0
- package/dist/modules/purchase/models.d.ts +3 -0
- package/dist/modules/purchase/models.d.ts.map +1 -0
- package/dist/modules/purchase/models.js +68 -0
- package/dist/modules/purchase/models.js.map +1 -0
- package/dist/modules/purchase/relations.d.ts +3 -0
- package/dist/modules/purchase/relations.d.ts.map +1 -0
- package/dist/modules/purchase/relations.js +20 -0
- package/dist/modules/purchase/relations.js.map +1 -0
- package/dist/modules/purchase_backend/index.d.ts +3 -0
- package/dist/modules/purchase_backend/index.d.ts.map +1 -0
- package/dist/modules/purchase_backend/index.js +615 -0
- package/dist/modules/purchase_backend/index.js.map +1 -0
- package/dist/modules/purchase_backend/screens.d.ts +29 -0
- package/dist/modules/purchase_backend/screens.d.ts.map +1 -0
- package/dist/modules/purchase_backend/screens.js +324 -0
- package/dist/modules/purchase_backend/screens.js.map +1 -0
- package/dist/modules/sale/functions.d.ts +6 -0
- package/dist/modules/sale/functions.d.ts.map +1 -0
- package/dist/modules/sale/functions.js +611 -0
- package/dist/modules/sale/functions.js.map +1 -0
- package/dist/modules/sale/index.d.ts +4 -0
- package/dist/modules/sale/index.d.ts.map +1 -0
- package/dist/modules/sale/index.js +35 -0
- package/dist/modules/sale/index.js.map +1 -0
- package/dist/modules/sale/models.d.ts +3 -0
- package/dist/modules/sale/models.d.ts.map +1 -0
- package/dist/modules/sale/models.js +46 -0
- package/dist/modules/sale/models.js.map +1 -0
- package/dist/modules/sale/relations.d.ts +3 -0
- package/dist/modules/sale/relations.d.ts.map +1 -0
- package/dist/modules/sale/relations.js +16 -0
- package/dist/modules/sale/relations.js.map +1 -0
- package/dist/modules/sale_activity_backend/index.d.ts +5 -0
- package/dist/modules/sale_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/sale_activity_backend/index.js +29 -0
- package/dist/modules/sale_activity_backend/index.js.map +1 -0
- package/dist/modules/sale_backend/client/editor-view.d.mts +5 -0
- package/dist/modules/sale_backend/client/editor-view.d.mts.map +1 -0
- package/dist/modules/sale_backend/client/editor-view.mjs +132 -0
- package/dist/modules/sale_backend/client/editor-view.mjs.map +1 -0
- package/dist/modules/sale_backend/client/sale.d.mts +6 -0
- package/dist/modules/sale_backend/client/sale.d.mts.map +1 -0
- package/dist/modules/sale_backend/client/sale.mjs +8 -0
- package/dist/modules/sale_backend/client/sale.mjs.map +1 -0
- package/dist/modules/sale_backend/index.d.ts +3 -0
- package/dist/modules/sale_backend/index.d.ts.map +1 -0
- package/dist/modules/sale_backend/index.js +681 -0
- package/dist/modules/sale_backend/index.js.map +1 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.d.ts +14 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.js +36 -0
- package/dist/modules/sale_backend/invoicing-policies-screen.js.map +1 -0
- package/dist/modules/sale_backend/islands.d.ts +3 -0
- package/dist/modules/sale_backend/islands.d.ts.map +1 -0
- package/dist/modules/sale_backend/islands.js +13 -0
- package/dist/modules/sale_backend/islands.js.map +1 -0
- package/dist/modules/sale_backend/order-detail-screen.d.ts +18 -0
- package/dist/modules/sale_backend/order-detail-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/order-detail-screen.js +217 -0
- package/dist/modules/sale_backend/order-detail-screen.js.map +1 -0
- package/dist/modules/sale_backend/quotations-screen.d.ts +15 -0
- package/dist/modules/sale_backend/quotations-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/quotations-screen.js +64 -0
- package/dist/modules/sale_backend/quotations-screen.js.map +1 -0
- package/dist/modules/sale_backend/sales-orders-screen.d.ts +12 -0
- package/dist/modules/sale_backend/sales-orders-screen.d.ts.map +1 -0
- package/dist/modules/sale_backend/sales-orders-screen.js +65 -0
- package/dist/modules/sale_backend/sales-orders-screen.js.map +1 -0
- package/dist/modules/sale_backend/screens.d.ts +23 -0
- package/dist/modules/sale_backend/screens.d.ts.map +1 -0
- package/dist/modules/sale_backend/screens.js +275 -0
- package/dist/modules/sale_backend/screens.js.map +1 -0
- package/dist/modules/sale_mail_backend/index.d.ts +5 -0
- package/dist/modules/sale_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/sale_mail_backend/index.js +30 -0
- package/dist/modules/sale_mail_backend/index.js.map +1 -0
- package/dist/modules/stock/functions.d.ts +10 -0
- package/dist/modules/stock/functions.d.ts.map +1 -0
- package/dist/modules/stock/functions.js +1523 -0
- package/dist/modules/stock/functions.js.map +1 -0
- package/dist/modules/stock/index.d.ts +5 -0
- package/dist/modules/stock/index.d.ts.map +1 -0
- package/dist/modules/stock/index.js +35 -0
- package/dist/modules/stock/index.js.map +1 -0
- package/dist/modules/stock/models.d.ts +3 -0
- package/dist/modules/stock/models.d.ts.map +1 -0
- package/dist/modules/stock/models.js +185 -0
- package/dist/modules/stock/models.js.map +1 -0
- package/dist/modules/stock/relations.d.ts +3 -0
- package/dist/modules/stock/relations.d.ts.map +1 -0
- package/dist/modules/stock/relations.js +40 -0
- package/dist/modules/stock/relations.js.map +1 -0
- package/dist/modules/stock/routing.d.ts +7 -0
- package/dist/modules/stock/routing.d.ts.map +1 -0
- package/dist/modules/stock/routing.js +527 -0
- package/dist/modules/stock/routing.js.map +1 -0
- package/dist/modules/stock_activity_backend/index.d.ts +5 -0
- package/dist/modules/stock_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_activity_backend/index.js +29 -0
- package/dist/modules/stock_activity_backend/index.js.map +1 -0
- package/dist/modules/stock_backend/client/editor-view.d.mts +5 -0
- package/dist/modules/stock_backend/client/editor-view.d.mts.map +1 -0
- package/dist/modules/stock_backend/client/editor-view.mjs +147 -0
- package/dist/modules/stock_backend/client/editor-view.mjs.map +1 -0
- package/dist/modules/stock_backend/client/stock.d.mts +6 -0
- package/dist/modules/stock_backend/client/stock.d.mts.map +1 -0
- package/dist/modules/stock_backend/client/stock.mjs +8 -0
- package/dist/modules/stock_backend/client/stock.mjs.map +1 -0
- package/dist/modules/stock_backend/forecast-screen.d.ts +28 -0
- package/dist/modules/stock_backend/forecast-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/forecast-screen.js +108 -0
- package/dist/modules/stock_backend/forecast-screen.js.map +1 -0
- package/dist/modules/stock_backend/index.d.ts +3 -0
- package/dist/modules/stock_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_backend/index.js +880 -0
- package/dist/modules/stock_backend/index.js.map +1 -0
- package/dist/modules/stock_backend/inventory-screen.d.ts +27 -0
- package/dist/modules/stock_backend/inventory-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/inventory-screen.js +141 -0
- package/dist/modules/stock_backend/inventory-screen.js.map +1 -0
- package/dist/modules/stock_backend/islands.d.ts +3 -0
- package/dist/modules/stock_backend/islands.d.ts.map +1 -0
- package/dist/modules/stock_backend/islands.js +13 -0
- package/dist/modules/stock_backend/islands.js.map +1 -0
- package/dist/modules/stock_backend/locations-screen.d.ts +18 -0
- package/dist/modules/stock_backend/locations-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/locations-screen.js +92 -0
- package/dist/modules/stock_backend/locations-screen.js.map +1 -0
- package/dist/modules/stock_backend/lot-screen.d.ts +30 -0
- package/dist/modules/stock_backend/lot-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/lot-screen.js +86 -0
- package/dist/modules/stock_backend/lot-screen.js.map +1 -0
- package/dist/modules/stock_backend/lots-screen.d.ts +21 -0
- package/dist/modules/stock_backend/lots-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/lots-screen.js +79 -0
- package/dist/modules/stock_backend/lots-screen.js.map +1 -0
- package/dist/modules/stock_backend/picking-types-screen.d.ts +21 -0
- package/dist/modules/stock_backend/picking-types-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/picking-types-screen.js +110 -0
- package/dist/modules/stock_backend/picking-types-screen.js.map +1 -0
- package/dist/modules/stock_backend/replenishment-screen.d.ts +29 -0
- package/dist/modules/stock_backend/replenishment-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/replenishment-screen.js +131 -0
- package/dist/modules/stock_backend/replenishment-screen.js.map +1 -0
- package/dist/modules/stock_backend/routes.d.ts +3 -0
- package/dist/modules/stock_backend/routes.d.ts.map +1 -0
- package/dist/modules/stock_backend/routes.js +950 -0
- package/dist/modules/stock_backend/routes.js.map +1 -0
- package/dist/modules/stock_backend/screens.d.ts +14 -0
- package/dist/modules/stock_backend/screens.d.ts.map +1 -0
- package/dist/modules/stock_backend/screens.js +40 -0
- package/dist/modules/stock_backend/screens.js.map +1 -0
- package/dist/modules/stock_backend/stock-route-screen.d.ts +30 -0
- package/dist/modules/stock_backend/stock-route-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/stock-route-screen.js +129 -0
- package/dist/modules/stock_backend/stock-route-screen.js.map +1 -0
- package/dist/modules/stock_backend/stock-routes-screen.d.ts +17 -0
- package/dist/modules/stock_backend/stock-routes-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/stock-routes-screen.js +60 -0
- package/dist/modules/stock_backend/stock-routes-screen.js.map +1 -0
- package/dist/modules/stock_backend/transfer-screen.d.ts +26 -0
- package/dist/modules/stock_backend/transfer-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/transfer-screen.js +95 -0
- package/dist/modules/stock_backend/transfer-screen.js.map +1 -0
- package/dist/modules/stock_backend/transfers-screen.d.ts +21 -0
- package/dist/modules/stock_backend/transfers-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/transfers-screen.js +88 -0
- package/dist/modules/stock_backend/transfers-screen.js.map +1 -0
- package/dist/modules/stock_backend/warehouses-screen.d.ts +17 -0
- package/dist/modules/stock_backend/warehouses-screen.d.ts.map +1 -0
- package/dist/modules/stock_backend/warehouses-screen.js +96 -0
- package/dist/modules/stock_backend/warehouses-screen.js.map +1 -0
- package/dist/modules/stock_lot_activity_backend/index.d.ts +5 -0
- package/dist/modules/stock_lot_activity_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_lot_activity_backend/index.js +29 -0
- package/dist/modules/stock_lot_activity_backend/index.js.map +1 -0
- package/dist/modules/stock_lot_mail_backend/index.d.ts +5 -0
- package/dist/modules/stock_lot_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_lot_mail_backend/index.js +30 -0
- package/dist/modules/stock_lot_mail_backend/index.js.map +1 -0
- package/dist/modules/stock_mail_backend/index.d.ts +5 -0
- package/dist/modules/stock_mail_backend/index.d.ts.map +1 -0
- package/dist/modules/stock_mail_backend/index.js +30 -0
- package/dist/modules/stock_mail_backend/index.js.map +1 -0
- package/dist/modules/stock_mail_inbound/index.d.ts +6 -0
- package/dist/modules/stock_mail_inbound/index.d.ts.map +1 -0
- package/dist/modules/stock_mail_inbound/index.js +104 -0
- package/dist/modules/stock_mail_inbound/index.js.map +1 -0
- package/dist/modules/storage/functions.d.ts +3 -0
- package/dist/modules/storage/functions.d.ts.map +1 -0
- package/dist/modules/storage/functions.js +129 -0
- package/dist/modules/storage/functions.js.map +1 -0
- package/dist/modules/storage/index.d.ts +3 -0
- package/dist/modules/storage/index.d.ts.map +1 -0
- package/dist/modules/storage/index.js +31 -0
- package/dist/modules/storage/index.js.map +1 -0
- package/dist/modules/storage/jobs.d.ts +3 -0
- package/dist/modules/storage/jobs.d.ts.map +1 -0
- package/dist/modules/storage/jobs.js +37 -0
- package/dist/modules/storage/jobs.js.map +1 -0
- package/dist/modules/storage/models.d.ts +3 -0
- package/dist/modules/storage/models.d.ts.map +1 -0
- package/dist/modules/storage/models.js +23 -0
- package/dist/modules/storage/models.js.map +1 -0
- package/dist/modules/storage/routes.d.ts +27 -0
- package/dist/modules/storage/routes.d.ts.map +1 -0
- package/dist/modules/storage/routes.js +180 -0
- package/dist/modules/storage/routes.js.map +1 -0
- package/dist/modules/uom/convert.d.ts +52 -0
- package/dist/modules/uom/convert.d.ts.map +1 -0
- package/dist/modules/uom/convert.js +76 -0
- package/dist/modules/uom/convert.js.map +1 -0
- package/dist/modules/uom/functions.d.ts +5 -0
- package/dist/modules/uom/functions.d.ts.map +1 -0
- package/dist/modules/uom/functions.js +235 -0
- package/dist/modules/uom/functions.js.map +1 -0
- package/dist/modules/uom/index.d.ts +5 -0
- package/dist/modules/uom/index.d.ts.map +1 -0
- package/dist/modules/uom/index.js +19 -0
- package/dist/modules/uom/index.js.map +1 -0
- package/dist/modules/uom/messages.d.ts +3 -0
- package/dist/modules/uom/messages.d.ts.map +1 -0
- package/dist/modules/uom/messages.js +19 -0
- package/dist/modules/uom/messages.js.map +1 -0
- package/dist/modules/uom/models.d.ts +4 -0
- package/dist/modules/uom/models.d.ts.map +1 -0
- package/dist/modules/uom/models.js +34 -0
- package/dist/modules/uom/models.js.map +1 -0
- package/dist/modules/uom/relations.d.ts +3 -0
- package/dist/modules/uom/relations.d.ts.map +1 -0
- package/dist/modules/uom/relations.js +7 -0
- package/dist/modules/uom/relations.js.map +1 -0
- package/dist/modules/user/functions.d.ts +8 -0
- package/dist/modules/user/functions.d.ts.map +1 -0
- package/dist/modules/user/functions.js +1094 -0
- package/dist/modules/user/functions.js.map +1 -0
- package/dist/modules/user/index.d.ts +8 -0
- package/dist/modules/user/index.d.ts.map +1 -0
- package/dist/modules/user/index.js +34 -0
- package/dist/modules/user/index.js.map +1 -0
- package/dist/modules/user/login.d.ts +28 -0
- package/dist/modules/user/login.d.ts.map +1 -0
- package/dist/modules/user/login.js +46 -0
- package/dist/modules/user/login.js.map +1 -0
- package/dist/modules/user/messages.d.ts +115 -0
- package/dist/modules/user/messages.d.ts.map +1 -0
- package/dist/modules/user/messages.js +115 -0
- package/dist/modules/user/messages.js.map +1 -0
- package/dist/modules/user/models.d.ts +16 -0
- package/dist/modules/user/models.d.ts.map +1 -0
- package/dist/modules/user/models.js +168 -0
- package/dist/modules/user/models.js.map +1 -0
- package/dist/modules/user/password.d.ts +11 -0
- package/dist/modules/user/password.d.ts.map +1 -0
- package/dist/modules/user/password.js +74 -0
- package/dist/modules/user/password.js.map +1 -0
- package/dist/modules/user/relations.d.ts +3 -0
- package/dist/modules/user/relations.d.ts.map +1 -0
- package/dist/modules/user/relations.js +31 -0
- package/dist/modules/user/relations.js.map +1 -0
- package/dist/modules/user/roles.d.ts +12 -0
- package/dist/modules/user/roles.d.ts.map +1 -0
- package/dist/modules/user/roles.js +254 -0
- package/dist/modules/user/roles.js.map +1 -0
- package/dist/modules/user/routes.d.ts +3 -0
- package/dist/modules/user/routes.d.ts.map +1 -0
- package/dist/modules/user/routes.js +244 -0
- package/dist/modules/user/routes.js.map +1 -0
- package/dist/modules/user/session-context.d.ts +10 -0
- package/dist/modules/user/session-context.d.ts.map +1 -0
- package/dist/modules/user/session-context.js +31 -0
- package/dist/modules/user/session-context.js.map +1 -0
- package/dist/modules/user_backend/index.d.ts +5 -0
- package/dist/modules/user_backend/index.d.ts.map +1 -0
- package/dist/modules/user_backend/index.js +24 -0
- package/dist/modules/user_backend/index.js.map +1 -0
- package/dist/modules/user_backend/menus.d.ts +3 -0
- package/dist/modules/user_backend/menus.d.ts.map +1 -0
- package/dist/modules/user_backend/menus.js +24 -0
- package/dist/modules/user_backend/menus.js.map +1 -0
- package/dist/modules/user_backend/messages.d.ts +189 -0
- package/dist/modules/user_backend/messages.d.ts.map +1 -0
- package/dist/modules/user_backend/messages.js +189 -0
- package/dist/modules/user_backend/messages.js.map +1 -0
- package/dist/modules/user_backend/routes.d.ts +3 -0
- package/dist/modules/user_backend/routes.d.ts.map +1 -0
- package/dist/modules/user_backend/routes.js +474 -0
- package/dist/modules/user_backend/routes.js.map +1 -0
- package/dist/modules/user_backend/screens.d.ts +70 -0
- package/dist/modules/user_backend/screens.d.ts.map +1 -0
- package/dist/modules/user_backend/screens.js +308 -0
- package/dist/modules/user_backend/screens.js.map +1 -0
- package/dist/modules/website/access.d.ts +15 -0
- package/dist/modules/website/access.d.ts.map +1 -0
- package/dist/modules/website/access.js +39 -0
- package/dist/modules/website/access.js.map +1 -0
- package/dist/modules/website/cms.d.ts +3 -0
- package/dist/modules/website/cms.d.ts.map +1 -0
- package/dist/modules/website/cms.js +1142 -0
- package/dist/modules/website/cms.js.map +1 -0
- package/dist/modules/website/content-types.d.ts +4 -0
- package/dist/modules/website/content-types.d.ts.map +1 -0
- package/dist/modules/website/content-types.js +30 -0
- package/dist/modules/website/content-types.js.map +1 -0
- package/dist/modules/website/customer-password.d.ts +4 -0
- package/dist/modules/website/customer-password.d.ts.map +1 -0
- package/dist/modules/website/customer-password.js +51 -0
- package/dist/modules/website/customer-password.js.map +1 -0
- package/dist/modules/website/customer-routes.d.ts +3 -0
- package/dist/modules/website/customer-routes.d.ts.map +1 -0
- package/dist/modules/website/customer-routes.js +322 -0
- package/dist/modules/website/customer-routes.js.map +1 -0
- package/dist/modules/website/customer.d.ts +5 -0
- package/dist/modules/website/customer.d.ts.map +1 -0
- package/dist/modules/website/customer.js +442 -0
- package/dist/modules/website/customer.js.map +1 -0
- package/dist/modules/website/functions.d.ts +3 -0
- package/dist/modules/website/functions.d.ts.map +1 -0
- package/dist/modules/website/functions.js +96 -0
- package/dist/modules/website/functions.js.map +1 -0
- package/dist/modules/website/index.d.ts +4 -0
- package/dist/modules/website/index.d.ts.map +1 -0
- package/dist/modules/website/index.js +152 -0
- package/dist/modules/website/index.js.map +1 -0
- package/dist/modules/website/jobs.d.ts +3 -0
- package/dist/modules/website/jobs.d.ts.map +1 -0
- package/dist/modules/website/jobs.js +25 -0
- package/dist/modules/website/jobs.js.map +1 -0
- package/dist/modules/website/joints.d.ts +4 -0
- package/dist/modules/website/joints.d.ts.map +1 -0
- package/dist/modules/website/joints.js +7 -0
- package/dist/modules/website/joints.js.map +1 -0
- package/dist/modules/website/models.d.ts +8 -0
- package/dist/modules/website/models.d.ts.map +1 -0
- package/dist/modules/website/models.js +260 -0
- package/dist/modules/website/models.js.map +1 -0
- package/dist/modules/website/sections.d.ts +8 -0
- package/dist/modules/website/sections.d.ts.map +1 -0
- package/dist/modules/website/sections.js +16 -0
- package/dist/modules/website/sections.js.map +1 -0
- package/dist/modules/website/tokens.d.ts +2 -0
- package/dist/modules/website/tokens.d.ts.map +1 -0
- package/dist/modules/website/tokens.js +5 -0
- package/dist/modules/website/tokens.js.map +1 -0
- package/dist/modules/website/types.d.ts +6 -0
- package/dist/modules/website/types.d.ts.map +1 -0
- package/dist/modules/website/types.js +2 -0
- package/dist/modules/website/types.js.map +1 -0
- package/dist/modules/website/views.d.ts +4 -0
- package/dist/modules/website/views.d.ts.map +1 -0
- package/dist/modules/website/views.js +5 -0
- package/dist/modules/website/views.js.map +1 -0
- package/dist/modules/website_backend/index.d.ts +3 -0
- package/dist/modules/website_backend/index.d.ts.map +1 -0
- package/dist/modules/website_backend/index.js +290 -0
- package/dist/modules/website_backend/index.js.map +1 -0
- package/dist/modules/website_backend/menus.d.ts +3 -0
- package/dist/modules/website_backend/menus.d.ts.map +1 -0
- package/dist/modules/website_backend/menus.js +54 -0
- package/dist/modules/website_backend/menus.js.map +1 -0
- package/dist/modules/website_backend/routes.d.ts +3 -0
- package/dist/modules/website_backend/routes.d.ts.map +1 -0
- package/dist/modules/website_backend/routes.js +625 -0
- package/dist/modules/website_backend/routes.js.map +1 -0
- package/dist/modules/website_backend/screens.d.ts +114 -0
- package/dist/modules/website_backend/screens.d.ts.map +1 -0
- package/dist/modules/website_backend/screens.js +625 -0
- package/dist/modules/website_backend/screens.js.map +1 -0
- package/dist/modules/website_form/functions.d.ts +3 -0
- package/dist/modules/website_form/functions.d.ts.map +1 -0
- package/dist/modules/website_form/functions.js +305 -0
- package/dist/modules/website_form/functions.js.map +1 -0
- package/dist/modules/website_form/index.d.ts +3 -0
- package/dist/modules/website_form/index.d.ts.map +1 -0
- package/dist/modules/website_form/index.js +72 -0
- package/dist/modules/website_form/index.js.map +1 -0
- package/dist/modules/website_form/models.d.ts +3 -0
- package/dist/modules/website_form/models.d.ts.map +1 -0
- package/dist/modules/website_form/models.js +46 -0
- package/dist/modules/website_form/models.js.map +1 -0
- package/dist/modules/website_form/routes.d.ts +3 -0
- package/dist/modules/website_form/routes.d.ts.map +1 -0
- package/dist/modules/website_form/routes.js +74 -0
- package/dist/modules/website_form/routes.js.map +1 -0
- package/dist/modules/website_form/sections.d.ts +3 -0
- package/dist/modules/website_form/sections.d.ts.map +1 -0
- package/dist/modules/website_form/sections.js +7 -0
- package/dist/modules/website_form/sections.js.map +1 -0
- package/dist/modules/website_hospitality/content-types.d.ts +3 -0
- package/dist/modules/website_hospitality/content-types.d.ts.map +1 -0
- package/dist/modules/website_hospitality/content-types.js +9 -0
- package/dist/modules/website_hospitality/content-types.js.map +1 -0
- package/dist/modules/website_hospitality/functions.d.ts +3 -0
- package/dist/modules/website_hospitality/functions.d.ts.map +1 -0
- package/dist/modules/website_hospitality/functions.js +296 -0
- package/dist/modules/website_hospitality/functions.js.map +1 -0
- package/dist/modules/website_hospitality/index.d.ts +3 -0
- package/dist/modules/website_hospitality/index.d.ts.map +1 -0
- package/dist/modules/website_hospitality/index.js +67 -0
- package/dist/modules/website_hospitality/index.js.map +1 -0
- package/dist/modules/website_hospitality/models.d.ts +3 -0
- package/dist/modules/website_hospitality/models.d.ts.map +1 -0
- package/dist/modules/website_hospitality/models.js +49 -0
- package/dist/modules/website_hospitality/models.js.map +1 -0
- package/dist/modules/website_hospitality/routes.d.ts +3 -0
- package/dist/modules/website_hospitality/routes.d.ts.map +1 -0
- package/dist/modules/website_hospitality/routes.js +78 -0
- package/dist/modules/website_hospitality/routes.js.map +1 -0
- package/dist/modules/website_hospitality/sections.d.ts +3 -0
- package/dist/modules/website_hospitality/sections.d.ts.map +1 -0
- package/dist/modules/website_hospitality/sections.js +11 -0
- package/dist/modules/website_hospitality/sections.js.map +1 -0
- package/dist/modules/website_menu/functions.d.ts +3 -0
- package/dist/modules/website_menu/functions.d.ts.map +1 -0
- package/dist/modules/website_menu/functions.js +79 -0
- package/dist/modules/website_menu/functions.js.map +1 -0
- package/dist/modules/website_menu/index.d.ts +3 -0
- package/dist/modules/website_menu/index.d.ts.map +1 -0
- package/dist/modules/website_menu/index.js +31 -0
- package/dist/modules/website_menu/index.js.map +1 -0
- package/dist/modules/website_menu/models.d.ts +3 -0
- package/dist/modules/website_menu/models.d.ts.map +1 -0
- package/dist/modules/website_menu/models.js +15 -0
- package/dist/modules/website_menu/models.js.map +1 -0
- package/dist/modules/website_menu/sections.d.ts +3 -0
- package/dist/modules/website_menu/sections.d.ts.map +1 -0
- package/dist/modules/website_menu/sections.js +4 -0
- package/dist/modules/website_menu/sections.js.map +1 -0
- package/dist/modules/website_menu/views.d.ts +3 -0
- package/dist/modules/website_menu/views.d.ts.map +1 -0
- package/dist/modules/website_menu/views.js +4 -0
- package/dist/modules/website_menu/views.js.map +1 -0
- package/dist/modules/website_retail/content-types.d.ts +3 -0
- package/dist/modules/website_retail/content-types.d.ts.map +1 -0
- package/dist/modules/website_retail/content-types.js +10 -0
- package/dist/modules/website_retail/content-types.js.map +1 -0
- package/dist/modules/website_retail/functions.d.ts +3 -0
- package/dist/modules/website_retail/functions.d.ts.map +1 -0
- package/dist/modules/website_retail/functions.js +321 -0
- package/dist/modules/website_retail/functions.js.map +1 -0
- package/dist/modules/website_retail/index.d.ts +3 -0
- package/dist/modules/website_retail/index.d.ts.map +1 -0
- package/dist/modules/website_retail/index.js +63 -0
- package/dist/modules/website_retail/index.js.map +1 -0
- package/dist/modules/website_retail/models.d.ts +3 -0
- package/dist/modules/website_retail/models.d.ts.map +1 -0
- package/dist/modules/website_retail/models.js +50 -0
- package/dist/modules/website_retail/models.js.map +1 -0
- package/dist/modules/website_retail/sections.d.ts +3 -0
- package/dist/modules/website_retail/sections.d.ts.map +1 -0
- package/dist/modules/website_retail/sections.js +11 -0
- package/dist/modules/website_retail/sections.js.map +1 -0
- package/dist/modules/website_search/client/search.d.mts +6 -0
- package/dist/modules/website_search/client/search.d.mts.map +1 -0
- package/dist/modules/website_search/client/search.mjs +25 -0
- package/dist/modules/website_search/client/search.mjs.map +1 -0
- package/dist/modules/website_search/fills.d.ts +3 -0
- package/dist/modules/website_search/fills.d.ts.map +1 -0
- package/dist/modules/website_search/fills.js +5 -0
- package/dist/modules/website_search/fills.js.map +1 -0
- package/dist/modules/website_search/index.d.ts +3 -0
- package/dist/modules/website_search/index.d.ts.map +1 -0
- package/dist/modules/website_search/index.js +28 -0
- package/dist/modules/website_search/index.js.map +1 -0
- package/dist/modules/website_search/islands.d.ts +7 -0
- package/dist/modules/website_search/islands.d.ts.map +1 -0
- package/dist/modules/website_search/islands.js +23 -0
- package/dist/modules/website_search/islands.js.map +1 -0
- package/dist/modules/website_seo/extend.d.ts +7 -0
- package/dist/modules/website_seo/extend.d.ts.map +1 -0
- package/dist/modules/website_seo/extend.js +20 -0
- package/dist/modules/website_seo/extend.js.map +1 -0
- package/dist/modules/website_seo/fills.d.ts +3 -0
- package/dist/modules/website_seo/fills.d.ts.map +1 -0
- package/dist/modules/website_seo/fills.js +8 -0
- package/dist/modules/website_seo/fills.js.map +1 -0
- package/dist/modules/website_seo/index.d.ts +3 -0
- package/dist/modules/website_seo/index.d.ts.map +1 -0
- package/dist/modules/website_seo/index.js +30 -0
- package/dist/modules/website_seo/index.js.map +1 -0
- package/dist/modules/website_seo/views.d.ts +3 -0
- package/dist/modules/website_seo/views.d.ts.map +1 -0
- package/dist/modules/website_seo/views.js +5 -0
- package/dist/modules/website_seo/views.js.map +1 -0
- package/dist/themes/default/index.d.ts +3 -0
- package/dist/themes/default/index.d.ts.map +1 -0
- package/dist/themes/default/index.js +16 -0
- package/dist/themes/default/index.js.map +1 -0
- package/dist/themes/default/templates/layout.ktl +7 -0
- package/dist/themes/default/templates/product.detail.ktl +10 -0
- package/dist/themes/default/templates/product.related_row.ktl +1 -0
- package/dist/themes/hospitality/assets/theme.css +109 -0
- package/dist/themes/hospitality/index.d.ts +3 -0
- package/dist/themes/hospitality/index.d.ts.map +1 -0
- package/dist/themes/hospitality/index.js +26 -0
- package/dist/themes/hospitality/index.js.map +1 -0
- package/dist/themes/hospitality/templates/layout.ktl +17 -0
- package/dist/themes/hospitality/templates/menu.item.ktl +1 -0
- package/dist/themes/hospitality/templates/menu.primary.ktl +1 -0
- package/dist/themes/hospitality/templates/website.hero.ktl +6 -0
- package/dist/themes/hospitality/templates/website.page.ktl +1 -0
- package/dist/themes/hospitality/templates/website.rich_text.ktl +3 -0
- package/dist/themes/hospitality/templates/website_form.form.ktl +1 -0
- package/dist/themes/hospitality/templates/website_hospitality.booking.ktl +1 -0
- package/dist/themes/hospitality/templates/website_hospitality.stays.ktl +1 -0
- package/dist/themes/hospitality/tokens.d.ts +2 -0
- package/dist/themes/hospitality/tokens.d.ts.map +1 -0
- package/dist/themes/hospitality/tokens.js +9 -0
- package/dist/themes/hospitality/tokens.js.map +1 -0
- package/dist/themes/paper/index.d.ts +9 -0
- package/dist/themes/paper/index.d.ts.map +1 -0
- package/dist/themes/paper/index.js +30 -0
- package/dist/themes/paper/index.js.map +1 -0
- package/dist/themes/paper/templates/layout.ktl +14 -0
- package/dist/themes/paper/templates/menu.item.ktl +3 -0
- package/dist/themes/paper/templates/menu.primary.ktl +3 -0
- package/dist/themes/paper/templates/website.hero.ktl +6 -0
- package/dist/themes/paper/templates/website.page.ktl +2 -0
- package/dist/themes/paper/templates/website.rich_text.ktl +4 -0
- package/dist/themes/paper/tokens.d.ts +2 -0
- package/dist/themes/paper/tokens.d.ts.map +1 -0
- package/dist/themes/paper/tokens.js +11 -0
- package/dist/themes/paper/tokens.js.map +1 -0
- package/dist/themes/retail/assets/theme.css +114 -0
- package/dist/themes/retail/index.d.ts +3 -0
- package/dist/themes/retail/index.d.ts.map +1 -0
- package/dist/themes/retail/index.js +26 -0
- package/dist/themes/retail/index.js.map +1 -0
- package/dist/themes/retail/templates/layout.ktl +5 -0
- package/dist/themes/retail/templates/menu.item.ktl +1 -0
- package/dist/themes/retail/templates/menu.primary.ktl +1 -0
- package/dist/themes/retail/templates/website.hero.ktl +1 -0
- package/dist/themes/retail/templates/website.page.ktl +1 -0
- package/dist/themes/retail/templates/website.rich_text.ktl +1 -0
- package/dist/themes/retail/templates/website_form.form.ktl +1 -0
- package/dist/themes/retail/templates/website_retail.cart.ktl +1 -0
- package/dist/themes/retail/templates/website_retail.products.ktl +1 -0
- package/dist/themes/retail/tokens.d.ts +2 -0
- package/dist/themes/retail/tokens.d.ts.map +1 -0
- package/dist/themes/retail/tokens.js +9 -0
- package/dist/themes/retail/tokens.js.map +1 -0
- package/dist/ui/actions.d.ts +38 -0
- package/dist/ui/actions.d.ts.map +1 -0
- package/dist/ui/actions.js +20 -0
- package/dist/ui/actions.js.map +1 -0
- package/dist/ui/activity.d.ts +4 -0
- package/dist/ui/activity.d.ts.map +1 -0
- package/dist/ui/activity.js +73 -0
- package/dist/ui/activity.js.map +1 -0
- package/dist/ui/attachments.d.ts +18 -0
- package/dist/ui/attachments.d.ts.map +1 -0
- package/dist/ui/attachments.js +15 -0
- package/dist/ui/attachments.js.map +1 -0
- package/dist/ui/auth.d.ts +9 -0
- package/dist/ui/auth.d.ts.map +1 -0
- package/dist/ui/auth.js +44 -0
- package/dist/ui/auth.js.map +1 -0
- package/dist/ui/calendar.d.ts +4 -0
- package/dist/ui/calendar.d.ts.map +1 -0
- package/dist/ui/calendar.js +51 -0
- package/dist/ui/calendar.js.map +1 -0
- package/dist/ui/chrome.d.ts +66 -0
- package/dist/ui/chrome.d.ts.map +1 -0
- package/dist/ui/chrome.js +39 -0
- package/dist/ui/chrome.js.map +1 -0
- package/dist/ui/client/activity-view.d.mts +12 -0
- package/dist/ui/client/activity-view.d.mts.map +1 -0
- package/dist/ui/client/activity-view.mjs +393 -0
- package/dist/ui/client/activity-view.mjs.map +1 -0
- package/dist/ui/client/activity.css +269 -0
- package/dist/ui/client/activity.d.mts +11 -0
- package/dist/ui/client/activity.d.mts.map +1 -0
- package/dist/ui/client/activity.mjs +10 -0
- package/dist/ui/client/activity.mjs.map +1 -0
- package/dist/ui/client/calendar-view.d.mts +5 -0
- package/dist/ui/client/calendar-view.d.mts.map +1 -0
- package/dist/ui/client/calendar-view.mjs +266 -0
- package/dist/ui/client/calendar-view.mjs.map +1 -0
- package/dist/ui/client/calendar.css +170 -0
- package/dist/ui/client/calendar.d.mts +6 -0
- package/dist/ui/client/calendar.d.mts.map +1 -0
- package/dist/ui/client/calendar.mjs +6 -0
- package/dist/ui/client/calendar.mjs.map +1 -0
- package/dist/ui/client/mail-view.d.mts +9 -0
- package/dist/ui/client/mail-view.d.mts.map +1 -0
- package/dist/ui/client/mail-view.mjs +350 -0
- package/dist/ui/client/mail-view.mjs.map +1 -0
- package/dist/ui/client/mail.css +230 -0
- package/dist/ui/client/mail.d.mts +11 -0
- package/dist/ui/client/mail.d.mts.map +1 -0
- package/dist/ui/client/mail.mjs +10 -0
- package/dist/ui/client/mail.mjs.map +1 -0
- package/dist/ui/data.d.ts +25 -0
- package/dist/ui/data.d.ts.map +1 -0
- package/dist/ui/data.js +23 -0
- package/dist/ui/data.js.map +1 -0
- package/dist/ui/date-picker.d.ts +36 -0
- package/dist/ui/date-picker.d.ts.map +1 -0
- package/dist/ui/date-picker.js +40 -0
- package/dist/ui/date-picker.js.map +1 -0
- package/dist/ui/form.d.ts +67 -0
- package/dist/ui/form.d.ts.map +1 -0
- package/dist/ui/form.js +75 -0
- package/dist/ui/form.js.map +1 -0
- package/dist/ui/format.d.ts +4 -0
- package/dist/ui/format.d.ts.map +1 -0
- package/dist/ui/format.js +33 -0
- package/dist/ui/format.js.map +1 -0
- package/dist/ui/hooks.d.ts +5 -0
- package/dist/ui/hooks.d.ts.map +1 -0
- package/dist/ui/hooks.js +82 -0
- package/dist/ui/hooks.js.map +1 -0
- package/dist/ui/icons.d.ts +12 -0
- package/dist/ui/icons.d.ts.map +1 -0
- package/dist/ui/icons.js +76 -0
- package/dist/ui/icons.js.map +1 -0
- package/dist/ui/index.d.ts +39 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +39 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/layout.d.ts +80 -0
- package/dist/ui/layout.d.ts.map +1 -0
- package/dist/ui/layout.js +86 -0
- package/dist/ui/layout.js.map +1 -0
- package/dist/ui/mail.d.ts +5 -0
- package/dist/ui/mail.d.ts.map +1 -0
- package/dist/ui/mail.js +69 -0
- package/dist/ui/mail.js.map +1 -0
- package/dist/ui/media.d.ts +42 -0
- package/dist/ui/media.d.ts.map +1 -0
- package/dist/ui/media.js +48 -0
- package/dist/ui/media.js.map +1 -0
- package/dist/ui/modal.d.ts +9 -0
- package/dist/ui/modal.d.ts.map +1 -0
- package/dist/ui/modal.js +13 -0
- package/dist/ui/modal.js.map +1 -0
- package/dist/ui/nav.d.ts +34 -0
- package/dist/ui/nav.d.ts.map +1 -0
- package/dist/ui/nav.js +77 -0
- package/dist/ui/nav.js.map +1 -0
- package/dist/ui/navigation.d.ts +22 -0
- package/dist/ui/navigation.d.ts.map +1 -0
- package/dist/ui/navigation.js +9 -0
- package/dist/ui/navigation.js.map +1 -0
- package/dist/ui/primitives.d.ts +61 -0
- package/dist/ui/primitives.d.ts.map +1 -0
- package/dist/ui/primitives.js +74 -0
- package/dist/ui/primitives.js.map +1 -0
- package/dist/ui/record.d.ts +44 -0
- package/dist/ui/record.d.ts.map +1 -0
- package/dist/ui/record.js +39 -0
- package/dist/ui/record.js.map +1 -0
- package/dist/ui/schedule.d.ts +34 -0
- package/dist/ui/schedule.d.ts.map +1 -0
- package/dist/ui/schedule.js +39 -0
- package/dist/ui/schedule.js.map +1 -0
- package/dist/ui/state.d.ts +19 -0
- package/dist/ui/state.d.ts.map +1 -0
- package/dist/ui/state.js +34 -0
- package/dist/ui/state.js.map +1 -0
- package/dist/ui/surfaces.d.ts +38 -0
- package/dist/ui/surfaces.d.ts.map +1 -0
- package/dist/ui/surfaces.js +36 -0
- package/dist/ui/surfaces.js.map +1 -0
- package/dist/ui/table.d.ts +48 -0
- package/dist/ui/table.d.ts.map +1 -0
- package/dist/ui/table.js +53 -0
- package/dist/ui/table.js.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,2842 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"code": "80309072",
|
|
4
|
+
"parentCode": "31",
|
|
5
|
+
"level": 2,
|
|
6
|
+
"kind": "commune",
|
|
7
|
+
"officialName": "Xã Phú Cường",
|
|
8
|
+
"shortName": "Phú Cường"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"code": "80309073",
|
|
12
|
+
"parentCode": "31",
|
|
13
|
+
"level": 2,
|
|
14
|
+
"kind": "commune",
|
|
15
|
+
"officialName": "Xã An Long",
|
|
16
|
+
"shortName": "An Long"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"code": "80311074",
|
|
20
|
+
"parentCode": "31",
|
|
21
|
+
"level": 2,
|
|
22
|
+
"kind": "commune",
|
|
23
|
+
"officialName": "Xã Thanh Bình",
|
|
24
|
+
"shortName": "Thanh Bình"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"code": "80311075",
|
|
28
|
+
"parentCode": "31",
|
|
29
|
+
"level": 2,
|
|
30
|
+
"kind": "commune",
|
|
31
|
+
"officialName": "Xã Tân Thạnh",
|
|
32
|
+
"shortName": "Tân Thạnh"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"code": "80311076",
|
|
36
|
+
"parentCode": "31",
|
|
37
|
+
"level": 2,
|
|
38
|
+
"kind": "commune",
|
|
39
|
+
"officialName": "Xã Bình Thành",
|
|
40
|
+
"shortName": "Bình Thành"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"code": "80311077",
|
|
44
|
+
"parentCode": "31",
|
|
45
|
+
"level": 2,
|
|
46
|
+
"kind": "commune",
|
|
47
|
+
"officialName": "Xã Tân Long",
|
|
48
|
+
"shortName": "Tân Long"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"code": "80313078",
|
|
52
|
+
"parentCode": "31",
|
|
53
|
+
"level": 2,
|
|
54
|
+
"kind": "commune",
|
|
55
|
+
"officialName": "Xã Tháp Mười",
|
|
56
|
+
"shortName": "Tháp Mười"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"code": "80313079",
|
|
60
|
+
"parentCode": "31",
|
|
61
|
+
"level": 2,
|
|
62
|
+
"kind": "commune",
|
|
63
|
+
"officialName": "Xã Thanh Mỹ",
|
|
64
|
+
"shortName": "Thanh Mỹ"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"code": "80313080",
|
|
68
|
+
"parentCode": "31",
|
|
69
|
+
"level": 2,
|
|
70
|
+
"kind": "commune",
|
|
71
|
+
"officialName": "Xã Mỹ Quí",
|
|
72
|
+
"shortName": "Mỹ Quí"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"code": "80313081",
|
|
76
|
+
"parentCode": "31",
|
|
77
|
+
"level": 2,
|
|
78
|
+
"kind": "commune",
|
|
79
|
+
"officialName": "Xã Đốc Binh Kiều",
|
|
80
|
+
"shortName": "Đốc Binh Kiều"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"code": "80313082",
|
|
84
|
+
"parentCode": "31",
|
|
85
|
+
"level": 2,
|
|
86
|
+
"kind": "commune",
|
|
87
|
+
"officialName": "Xã Trường Xuân",
|
|
88
|
+
"shortName": "Trường Xuân"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"code": "80313083",
|
|
92
|
+
"parentCode": "31",
|
|
93
|
+
"level": 2,
|
|
94
|
+
"kind": "commune",
|
|
95
|
+
"officialName": "Xã Phương Thịnh",
|
|
96
|
+
"shortName": "Phương Thịnh"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"code": "80315084",
|
|
100
|
+
"parentCode": "31",
|
|
101
|
+
"level": 2,
|
|
102
|
+
"kind": "commune",
|
|
103
|
+
"officialName": "Xã Phong Mỹ",
|
|
104
|
+
"shortName": "Phong Mỹ"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"code": "80315085",
|
|
108
|
+
"parentCode": "31",
|
|
109
|
+
"level": 2,
|
|
110
|
+
"kind": "commune",
|
|
111
|
+
"officialName": "Xã Ba Sao",
|
|
112
|
+
"shortName": "Ba Sao"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"code": "80315086",
|
|
116
|
+
"parentCode": "31",
|
|
117
|
+
"level": 2,
|
|
118
|
+
"kind": "commune",
|
|
119
|
+
"officialName": "Xã Mỹ Thọ",
|
|
120
|
+
"shortName": "Mỹ Thọ"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"code": "80315087",
|
|
124
|
+
"parentCode": "31",
|
|
125
|
+
"level": 2,
|
|
126
|
+
"kind": "commune",
|
|
127
|
+
"officialName": "Xã Bình Hàng Trung",
|
|
128
|
+
"shortName": "Bình Hàng Trung"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"code": "80315088",
|
|
132
|
+
"parentCode": "31",
|
|
133
|
+
"level": 2,
|
|
134
|
+
"kind": "commune",
|
|
135
|
+
"officialName": "Xã Mỹ Hiệp",
|
|
136
|
+
"shortName": "Mỹ Hiệp"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"code": "80317092",
|
|
140
|
+
"parentCode": "31",
|
|
141
|
+
"level": 2,
|
|
142
|
+
"kind": "commune",
|
|
143
|
+
"officialName": "Xã Mỹ An Hưng",
|
|
144
|
+
"shortName": "Mỹ An Hưng"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"code": "80317093",
|
|
148
|
+
"parentCode": "31",
|
|
149
|
+
"level": 2,
|
|
150
|
+
"kind": "commune",
|
|
151
|
+
"officialName": "Xã Tân Khánh Trung",
|
|
152
|
+
"shortName": "Tân Khánh Trung"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"code": "80317094",
|
|
156
|
+
"parentCode": "31",
|
|
157
|
+
"level": 2,
|
|
158
|
+
"kind": "commune",
|
|
159
|
+
"officialName": "Xã Lấp Vò",
|
|
160
|
+
"shortName": "Lấp Vò"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"code": "80319095",
|
|
164
|
+
"parentCode": "31",
|
|
165
|
+
"level": 2,
|
|
166
|
+
"kind": "commune",
|
|
167
|
+
"officialName": "Xã Lai Vung",
|
|
168
|
+
"shortName": "Lai Vung"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"code": "80319096",
|
|
172
|
+
"parentCode": "31",
|
|
173
|
+
"level": 2,
|
|
174
|
+
"kind": "commune",
|
|
175
|
+
"officialName": "Xã Hoà Long",
|
|
176
|
+
"shortName": "Hoà Long"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"code": "80319097",
|
|
180
|
+
"parentCode": "31",
|
|
181
|
+
"level": 2,
|
|
182
|
+
"kind": "commune",
|
|
183
|
+
"officialName": "Xã Phong Hoà",
|
|
184
|
+
"shortName": "Phong Hoà"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"code": "80319099",
|
|
188
|
+
"parentCode": "31",
|
|
189
|
+
"level": 2,
|
|
190
|
+
"kind": "commune",
|
|
191
|
+
"officialName": "Xã Tân Dương",
|
|
192
|
+
"shortName": "Tân Dương"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"code": "80321100",
|
|
196
|
+
"parentCode": "31",
|
|
197
|
+
"level": 2,
|
|
198
|
+
"kind": "commune",
|
|
199
|
+
"officialName": "Xã Phú Hựu",
|
|
200
|
+
"shortName": "Phú Hựu"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"code": "80321101",
|
|
204
|
+
"parentCode": "31",
|
|
205
|
+
"level": 2,
|
|
206
|
+
"kind": "commune",
|
|
207
|
+
"officialName": "Xã Tân Nhuận Đông",
|
|
208
|
+
"shortName": "Tân Nhuận Đông"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"code": "80321102",
|
|
212
|
+
"parentCode": "31",
|
|
213
|
+
"level": 2,
|
|
214
|
+
"kind": "commune",
|
|
215
|
+
"officialName": "Xã Tân Phú Trung",
|
|
216
|
+
"shortName": "Tân Phú Trung"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"code": "80323062",
|
|
220
|
+
"parentCode": "31",
|
|
221
|
+
"level": 2,
|
|
222
|
+
"kind": "ward",
|
|
223
|
+
"officialName": "Phường An Bình",
|
|
224
|
+
"shortName": "An Bình"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"code": "80323063",
|
|
228
|
+
"parentCode": "31",
|
|
229
|
+
"level": 2,
|
|
230
|
+
"kind": "ward",
|
|
231
|
+
"officialName": "Phường Hồng Ngự",
|
|
232
|
+
"shortName": "Hồng Ngự"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"code": "80701001",
|
|
236
|
+
"parentCode": "31",
|
|
237
|
+
"level": 2,
|
|
238
|
+
"kind": "ward",
|
|
239
|
+
"officialName": "Phường Mỹ Tho",
|
|
240
|
+
"shortName": "Mỹ Tho"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"code": "80701002",
|
|
244
|
+
"parentCode": "31",
|
|
245
|
+
"level": 2,
|
|
246
|
+
"kind": "ward",
|
|
247
|
+
"officialName": "Phường Đạo Thạnh",
|
|
248
|
+
"shortName": "Đạo Thạnh"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"code": "80701003",
|
|
252
|
+
"parentCode": "31",
|
|
253
|
+
"level": 2,
|
|
254
|
+
"kind": "ward",
|
|
255
|
+
"officialName": "Phường Mỹ Phong",
|
|
256
|
+
"shortName": "Mỹ Phong"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"code": "80701004",
|
|
260
|
+
"parentCode": "31",
|
|
261
|
+
"level": 2,
|
|
262
|
+
"kind": "ward",
|
|
263
|
+
"officialName": "Phường Thới Sơn",
|
|
264
|
+
"shortName": "Thới Sơn"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"code": "80701005",
|
|
268
|
+
"parentCode": "31",
|
|
269
|
+
"level": 2,
|
|
270
|
+
"kind": "ward",
|
|
271
|
+
"officialName": "Phường Trung An",
|
|
272
|
+
"shortName": "Trung An"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"code": "80703006",
|
|
276
|
+
"parentCode": "31",
|
|
277
|
+
"level": 2,
|
|
278
|
+
"kind": "ward",
|
|
279
|
+
"officialName": "Phường Gò Công",
|
|
280
|
+
"shortName": "Gò Công"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"code": "80703007",
|
|
284
|
+
"parentCode": "31",
|
|
285
|
+
"level": 2,
|
|
286
|
+
"kind": "ward",
|
|
287
|
+
"officialName": "Phường Long Thuận",
|
|
288
|
+
"shortName": "Long Thuận"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"code": "80703008",
|
|
292
|
+
"parentCode": "31",
|
|
293
|
+
"level": 2,
|
|
294
|
+
"kind": "ward",
|
|
295
|
+
"officialName": "Phường Sơn Qui",
|
|
296
|
+
"shortName": "Sơn Qui"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"code": "80703009",
|
|
300
|
+
"parentCode": "31",
|
|
301
|
+
"level": 2,
|
|
302
|
+
"kind": "ward",
|
|
303
|
+
"officialName": "Phường Bình Xuân",
|
|
304
|
+
"shortName": "Bình Xuân"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"code": "80705029",
|
|
308
|
+
"parentCode": "31",
|
|
309
|
+
"level": 2,
|
|
310
|
+
"kind": "commune",
|
|
311
|
+
"officialName": "Xã Tân Phước 1",
|
|
312
|
+
"shortName": "Tân Phước 1"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"code": "80705030",
|
|
316
|
+
"parentCode": "31",
|
|
317
|
+
"level": 2,
|
|
318
|
+
"kind": "commune",
|
|
319
|
+
"officialName": "Xã Tân Phước 2",
|
|
320
|
+
"shortName": "Tân Phước 2"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"code": "80705031",
|
|
324
|
+
"parentCode": "31",
|
|
325
|
+
"level": 2,
|
|
326
|
+
"kind": "commune",
|
|
327
|
+
"officialName": "Xã Tân Phước 3",
|
|
328
|
+
"shortName": "Tân Phước 3"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"code": "80705032",
|
|
332
|
+
"parentCode": "31",
|
|
333
|
+
"level": 2,
|
|
334
|
+
"kind": "commune",
|
|
335
|
+
"officialName": "Xã Hưng Thạnh",
|
|
336
|
+
"shortName": "Hưng Thạnh"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"code": "80707033",
|
|
340
|
+
"parentCode": "31",
|
|
341
|
+
"level": 2,
|
|
342
|
+
"kind": "commune",
|
|
343
|
+
"officialName": "Xã Tân Hương",
|
|
344
|
+
"shortName": "Tân Hương"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"code": "80707034",
|
|
348
|
+
"parentCode": "31",
|
|
349
|
+
"level": 2,
|
|
350
|
+
"kind": "commune",
|
|
351
|
+
"officialName": "Xã Châu Thành",
|
|
352
|
+
"shortName": "Châu Thành"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"code": "80707035",
|
|
356
|
+
"parentCode": "31",
|
|
357
|
+
"level": 2,
|
|
358
|
+
"kind": "commune",
|
|
359
|
+
"officialName": "Xã Long Hưng",
|
|
360
|
+
"shortName": "Long Hưng"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"code": "80707036",
|
|
364
|
+
"parentCode": "31",
|
|
365
|
+
"level": 2,
|
|
366
|
+
"kind": "commune",
|
|
367
|
+
"officialName": "Xã Long Định",
|
|
368
|
+
"shortName": "Long Định"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"code": "80707037",
|
|
372
|
+
"parentCode": "31",
|
|
373
|
+
"level": 2,
|
|
374
|
+
"kind": "commune",
|
|
375
|
+
"officialName": "Xã Vĩnh Kim",
|
|
376
|
+
"shortName": "Vĩnh Kim"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"code": "80707038",
|
|
380
|
+
"parentCode": "31",
|
|
381
|
+
"level": 2,
|
|
382
|
+
"kind": "commune",
|
|
383
|
+
"officialName": "Xã Kim Sơn",
|
|
384
|
+
"shortName": "Kim Sơn"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"code": "80707039",
|
|
388
|
+
"parentCode": "31",
|
|
389
|
+
"level": 2,
|
|
390
|
+
"kind": "commune",
|
|
391
|
+
"officialName": "Xã Bình Trưng",
|
|
392
|
+
"shortName": "Bình Trưng"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"code": "80709023",
|
|
396
|
+
"parentCode": "31",
|
|
397
|
+
"level": 2,
|
|
398
|
+
"kind": "commune",
|
|
399
|
+
"officialName": "Xã Bình Phú",
|
|
400
|
+
"shortName": "Bình Phú"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"code": "80709024",
|
|
404
|
+
"parentCode": "31",
|
|
405
|
+
"level": 2,
|
|
406
|
+
"kind": "commune",
|
|
407
|
+
"officialName": "Xã Hiệp Đức",
|
|
408
|
+
"shortName": "Hiệp Đức"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"code": "80709025",
|
|
412
|
+
"parentCode": "31",
|
|
413
|
+
"level": 2,
|
|
414
|
+
"kind": "commune",
|
|
415
|
+
"officialName": "Xã Ngũ Hiệp",
|
|
416
|
+
"shortName": "Ngũ Hiệp"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"code": "80709026",
|
|
420
|
+
"parentCode": "31",
|
|
421
|
+
"level": 2,
|
|
422
|
+
"kind": "commune",
|
|
423
|
+
"officialName": "Xã Long Tiên",
|
|
424
|
+
"shortName": "Long Tiên"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"code": "80709027",
|
|
428
|
+
"parentCode": "31",
|
|
429
|
+
"level": 2,
|
|
430
|
+
"kind": "commune",
|
|
431
|
+
"officialName": "Xã Mỹ Thành",
|
|
432
|
+
"shortName": "Mỹ Thành"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"code": "80709028",
|
|
436
|
+
"parentCode": "31",
|
|
437
|
+
"level": 2,
|
|
438
|
+
"kind": "commune",
|
|
439
|
+
"officialName": "Xã Thạnh Phú",
|
|
440
|
+
"shortName": "Thạnh Phú"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"code": "80711040",
|
|
444
|
+
"parentCode": "31",
|
|
445
|
+
"level": 2,
|
|
446
|
+
"kind": "commune",
|
|
447
|
+
"officialName": "Xã Mỹ Tịnh An",
|
|
448
|
+
"shortName": "Mỹ Tịnh An"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"code": "80711041",
|
|
452
|
+
"parentCode": "31",
|
|
453
|
+
"level": 2,
|
|
454
|
+
"kind": "commune",
|
|
455
|
+
"officialName": "Xã Lương Hoà Lạc",
|
|
456
|
+
"shortName": "Lương Hoà Lạc"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"code": "80711042",
|
|
460
|
+
"parentCode": "31",
|
|
461
|
+
"level": 2,
|
|
462
|
+
"kind": "commune",
|
|
463
|
+
"officialName": "Xã Tân Thuận Bình",
|
|
464
|
+
"shortName": "Tân Thuận Bình"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"code": "80711043",
|
|
468
|
+
"parentCode": "31",
|
|
469
|
+
"level": 2,
|
|
470
|
+
"kind": "commune",
|
|
471
|
+
"officialName": "Xã Chợ Gạo",
|
|
472
|
+
"shortName": "Chợ Gạo"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"code": "80711044",
|
|
476
|
+
"parentCode": "31",
|
|
477
|
+
"level": 2,
|
|
478
|
+
"kind": "commune",
|
|
479
|
+
"officialName": "Xã An Thạnh Thủy",
|
|
480
|
+
"shortName": "An Thạnh Thủy"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"code": "80711045",
|
|
484
|
+
"parentCode": "31",
|
|
485
|
+
"level": 2,
|
|
486
|
+
"kind": "commune",
|
|
487
|
+
"officialName": "Xã Bình Ninh",
|
|
488
|
+
"shortName": "Bình Ninh"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"code": "80713015",
|
|
492
|
+
"parentCode": "31",
|
|
493
|
+
"level": 2,
|
|
494
|
+
"kind": "commune",
|
|
495
|
+
"officialName": "Xã Thanh Hưng",
|
|
496
|
+
"shortName": "Thanh Hưng"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"code": "80713016",
|
|
500
|
+
"parentCode": "31",
|
|
501
|
+
"level": 2,
|
|
502
|
+
"kind": "commune",
|
|
503
|
+
"officialName": "Xã An Hữu",
|
|
504
|
+
"shortName": "An Hữu"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"code": "80713017",
|
|
508
|
+
"parentCode": "31",
|
|
509
|
+
"level": 2,
|
|
510
|
+
"kind": "commune",
|
|
511
|
+
"officialName": "Xã Mỹ Lợi",
|
|
512
|
+
"shortName": "Mỹ Lợi"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"code": "80713018",
|
|
516
|
+
"parentCode": "31",
|
|
517
|
+
"level": 2,
|
|
518
|
+
"kind": "commune",
|
|
519
|
+
"officialName": "Xã Mỹ Đức Tây",
|
|
520
|
+
"shortName": "Mỹ Đức Tây"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"code": "80713019",
|
|
524
|
+
"parentCode": "31",
|
|
525
|
+
"level": 2,
|
|
526
|
+
"kind": "commune",
|
|
527
|
+
"officialName": "Xã Mỹ Thiện",
|
|
528
|
+
"shortName": "Mỹ Thiện"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"code": "80713020",
|
|
532
|
+
"parentCode": "31",
|
|
533
|
+
"level": 2,
|
|
534
|
+
"kind": "commune",
|
|
535
|
+
"officialName": "Xã Hậu Mỹ",
|
|
536
|
+
"shortName": "Hậu Mỹ"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"code": "80713021",
|
|
540
|
+
"parentCode": "31",
|
|
541
|
+
"level": 2,
|
|
542
|
+
"kind": "commune",
|
|
543
|
+
"officialName": "Xã Hội Cư",
|
|
544
|
+
"shortName": "Hội Cư"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"code": "80713022",
|
|
548
|
+
"parentCode": "31",
|
|
549
|
+
"level": 2,
|
|
550
|
+
"kind": "commune",
|
|
551
|
+
"officialName": "Xã Cái Bè",
|
|
552
|
+
"shortName": "Cái Bè"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"code": "80715046",
|
|
556
|
+
"parentCode": "31",
|
|
557
|
+
"level": 2,
|
|
558
|
+
"kind": "commune",
|
|
559
|
+
"officialName": "Xã Vĩnh Bình",
|
|
560
|
+
"shortName": "Vĩnh Bình"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"code": "80715047",
|
|
564
|
+
"parentCode": "31",
|
|
565
|
+
"level": 2,
|
|
566
|
+
"kind": "commune",
|
|
567
|
+
"officialName": "Xã Đồng Sơn",
|
|
568
|
+
"shortName": "Đồng Sơn"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"code": "80715048",
|
|
572
|
+
"parentCode": "31",
|
|
573
|
+
"level": 2,
|
|
574
|
+
"kind": "commune",
|
|
575
|
+
"officialName": "Xã Phú Thành",
|
|
576
|
+
"shortName": "Phú Thành"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"code": "80715049",
|
|
580
|
+
"parentCode": "31",
|
|
581
|
+
"level": 2,
|
|
582
|
+
"kind": "commune",
|
|
583
|
+
"officialName": "Xã Long Bình",
|
|
584
|
+
"shortName": "Long Bình"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"code": "80715050",
|
|
588
|
+
"parentCode": "31",
|
|
589
|
+
"level": 2,
|
|
590
|
+
"kind": "commune",
|
|
591
|
+
"officialName": "Xã Vĩnh Hựu",
|
|
592
|
+
"shortName": "Vĩnh Hựu"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"code": "80717051",
|
|
596
|
+
"parentCode": "31",
|
|
597
|
+
"level": 2,
|
|
598
|
+
"kind": "commune",
|
|
599
|
+
"officialName": "Xã Gò Công Đông",
|
|
600
|
+
"shortName": "Gò Công Đông"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"code": "80717052",
|
|
604
|
+
"parentCode": "31",
|
|
605
|
+
"level": 2,
|
|
606
|
+
"kind": "commune",
|
|
607
|
+
"officialName": "Xã Tân Điền",
|
|
608
|
+
"shortName": "Tân Điền"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"code": "80717053",
|
|
612
|
+
"parentCode": "31",
|
|
613
|
+
"level": 2,
|
|
614
|
+
"kind": "commune",
|
|
615
|
+
"officialName": "Xã Tân Hoà",
|
|
616
|
+
"shortName": "Tân Hoà"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"code": "80717054",
|
|
620
|
+
"parentCode": "31",
|
|
621
|
+
"level": 2,
|
|
622
|
+
"kind": "commune",
|
|
623
|
+
"officialName": "Xã Tân Đông",
|
|
624
|
+
"shortName": "Tân Đông"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"code": "80717055",
|
|
628
|
+
"parentCode": "31",
|
|
629
|
+
"level": 2,
|
|
630
|
+
"kind": "commune",
|
|
631
|
+
"officialName": "Xã Gia Thuận",
|
|
632
|
+
"shortName": "Gia Thuận"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"code": "80719056",
|
|
636
|
+
"parentCode": "31",
|
|
637
|
+
"level": 2,
|
|
638
|
+
"kind": "commune",
|
|
639
|
+
"officialName": "Xã Tân Thới",
|
|
640
|
+
"shortName": "Tân Thới"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"code": "80719057",
|
|
644
|
+
"parentCode": "31",
|
|
645
|
+
"level": 2,
|
|
646
|
+
"kind": "commune",
|
|
647
|
+
"officialName": "Xã Tân Phú Đông",
|
|
648
|
+
"shortName": "Tân Phú Đông"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"code": "80721010",
|
|
652
|
+
"parentCode": "31",
|
|
653
|
+
"level": 2,
|
|
654
|
+
"kind": "ward",
|
|
655
|
+
"officialName": "Phường Mỹ Phước Tây",
|
|
656
|
+
"shortName": "Mỹ Phước Tây"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"code": "80721011",
|
|
660
|
+
"parentCode": "31",
|
|
661
|
+
"level": 2,
|
|
662
|
+
"kind": "ward",
|
|
663
|
+
"officialName": "Phường Thanh Hoà",
|
|
664
|
+
"shortName": "Thanh Hoà"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"code": "80721012",
|
|
668
|
+
"parentCode": "31",
|
|
669
|
+
"level": 2,
|
|
670
|
+
"kind": "ward",
|
|
671
|
+
"officialName": "Phường Cai Lậy",
|
|
672
|
+
"shortName": "Cai Lậy"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"code": "80721013",
|
|
676
|
+
"parentCode": "31",
|
|
677
|
+
"level": 2,
|
|
678
|
+
"kind": "ward",
|
|
679
|
+
"officialName": "Phường Nhị Quý",
|
|
680
|
+
"shortName": "Nhị Quý"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"code": "80721014",
|
|
684
|
+
"parentCode": "31",
|
|
685
|
+
"level": 2,
|
|
686
|
+
"kind": "commune",
|
|
687
|
+
"officialName": "Xã Tân Phú",
|
|
688
|
+
"shortName": "Tân Phú"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"code": "80501001",
|
|
692
|
+
"parentCode": "32",
|
|
693
|
+
"level": 2,
|
|
694
|
+
"kind": "commune",
|
|
695
|
+
"officialName": "Xã Mỹ Hoà Hưng",
|
|
696
|
+
"shortName": "Mỹ Hoà Hưng"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"code": "80501002",
|
|
700
|
+
"parentCode": "32",
|
|
701
|
+
"level": 2,
|
|
702
|
+
"kind": "ward",
|
|
703
|
+
"officialName": "Phường Long Xuyên",
|
|
704
|
+
"shortName": "Long Xuyên"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"code": "80501003",
|
|
708
|
+
"parentCode": "32",
|
|
709
|
+
"level": 2,
|
|
710
|
+
"kind": "ward",
|
|
711
|
+
"officialName": "Phường Bình Đức",
|
|
712
|
+
"shortName": "Bình Đức"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"code": "80501004",
|
|
716
|
+
"parentCode": "32",
|
|
717
|
+
"level": 2,
|
|
718
|
+
"kind": "ward",
|
|
719
|
+
"officialName": "Phường Mỹ Thới",
|
|
720
|
+
"shortName": "Mỹ Thới"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"code": "80503005",
|
|
724
|
+
"parentCode": "32",
|
|
725
|
+
"level": 2,
|
|
726
|
+
"kind": "ward",
|
|
727
|
+
"officialName": "Phường Châu Đốc",
|
|
728
|
+
"shortName": "Châu Đốc"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"code": "80503006",
|
|
732
|
+
"parentCode": "32",
|
|
733
|
+
"level": 2,
|
|
734
|
+
"kind": "ward",
|
|
735
|
+
"officialName": "Phường Vĩnh Tế",
|
|
736
|
+
"shortName": "Vĩnh Tế"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"code": "80505007",
|
|
740
|
+
"parentCode": "32",
|
|
741
|
+
"level": 2,
|
|
742
|
+
"kind": "commune",
|
|
743
|
+
"officialName": "Xã An Phú",
|
|
744
|
+
"shortName": "An Phú"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"code": "80505008",
|
|
748
|
+
"parentCode": "32",
|
|
749
|
+
"level": 2,
|
|
750
|
+
"kind": "commune",
|
|
751
|
+
"officialName": "Xã Vĩnh Hậu",
|
|
752
|
+
"shortName": "Vĩnh Hậu"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"code": "80505009",
|
|
756
|
+
"parentCode": "32",
|
|
757
|
+
"level": 2,
|
|
758
|
+
"kind": "commune",
|
|
759
|
+
"officialName": "Xã Nhơn Hội",
|
|
760
|
+
"shortName": "Nhơn Hội"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"code": "80505010",
|
|
764
|
+
"parentCode": "32",
|
|
765
|
+
"level": 2,
|
|
766
|
+
"kind": "commune",
|
|
767
|
+
"officialName": "Xã Khánh Bình",
|
|
768
|
+
"shortName": "Khánh Bình"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"code": "80505011",
|
|
772
|
+
"parentCode": "32",
|
|
773
|
+
"level": 2,
|
|
774
|
+
"kind": "commune",
|
|
775
|
+
"officialName": "Xã Phú Hữu",
|
|
776
|
+
"shortName": "Phú Hữu"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"code": "80507012",
|
|
780
|
+
"parentCode": "32",
|
|
781
|
+
"level": 2,
|
|
782
|
+
"kind": "commune",
|
|
783
|
+
"officialName": "Xã Tân An",
|
|
784
|
+
"shortName": "Tân An"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"code": "80507013",
|
|
788
|
+
"parentCode": "32",
|
|
789
|
+
"level": 2,
|
|
790
|
+
"kind": "commune",
|
|
791
|
+
"officialName": "Xã Châu Phong",
|
|
792
|
+
"shortName": "Châu Phong"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"code": "80507014",
|
|
796
|
+
"parentCode": "32",
|
|
797
|
+
"level": 2,
|
|
798
|
+
"kind": "commune",
|
|
799
|
+
"officialName": "Xã Vĩnh Xương",
|
|
800
|
+
"shortName": "Vĩnh Xương"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"code": "80507015",
|
|
804
|
+
"parentCode": "32",
|
|
805
|
+
"level": 2,
|
|
806
|
+
"kind": "ward",
|
|
807
|
+
"officialName": "Phường Tân Châu",
|
|
808
|
+
"shortName": "Tân Châu"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"code": "80507016",
|
|
812
|
+
"parentCode": "32",
|
|
813
|
+
"level": 2,
|
|
814
|
+
"kind": "ward",
|
|
815
|
+
"officialName": "Phường Long Phú",
|
|
816
|
+
"shortName": "Long Phú"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"code": "80509017",
|
|
820
|
+
"parentCode": "32",
|
|
821
|
+
"level": 2,
|
|
822
|
+
"kind": "commune",
|
|
823
|
+
"officialName": "Xã Phú Tân",
|
|
824
|
+
"shortName": "Phú Tân"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"code": "80509018",
|
|
828
|
+
"parentCode": "32",
|
|
829
|
+
"level": 2,
|
|
830
|
+
"kind": "commune",
|
|
831
|
+
"officialName": "Xã Phú An",
|
|
832
|
+
"shortName": "Phú An"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"code": "80509019",
|
|
836
|
+
"parentCode": "32",
|
|
837
|
+
"level": 2,
|
|
838
|
+
"kind": "commune",
|
|
839
|
+
"officialName": "Xã Bình Thạnh Đông",
|
|
840
|
+
"shortName": "Bình Thạnh Đông"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"code": "80509020",
|
|
844
|
+
"parentCode": "32",
|
|
845
|
+
"level": 2,
|
|
846
|
+
"kind": "commune",
|
|
847
|
+
"officialName": "Xã Chợ Vàm",
|
|
848
|
+
"shortName": "Chợ Vàm"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"code": "80509021",
|
|
852
|
+
"parentCode": "32",
|
|
853
|
+
"level": 2,
|
|
854
|
+
"kind": "commune",
|
|
855
|
+
"officialName": "Xã Hoà Lạc",
|
|
856
|
+
"shortName": "Hoà Lạc"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"code": "80509022",
|
|
860
|
+
"parentCode": "32",
|
|
861
|
+
"level": 2,
|
|
862
|
+
"kind": "commune",
|
|
863
|
+
"officialName": "Xã Phú Lâm",
|
|
864
|
+
"shortName": "Phú Lâm"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"code": "80511023",
|
|
868
|
+
"parentCode": "32",
|
|
869
|
+
"level": 2,
|
|
870
|
+
"kind": "commune",
|
|
871
|
+
"officialName": "Xã Châu Phú",
|
|
872
|
+
"shortName": "Châu Phú"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"code": "80511024",
|
|
876
|
+
"parentCode": "32",
|
|
877
|
+
"level": 2,
|
|
878
|
+
"kind": "commune",
|
|
879
|
+
"officialName": "Xã Mỹ Đức",
|
|
880
|
+
"shortName": "Mỹ Đức"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"code": "80511025",
|
|
884
|
+
"parentCode": "32",
|
|
885
|
+
"level": 2,
|
|
886
|
+
"kind": "commune",
|
|
887
|
+
"officialName": "Xã Vĩnh Thạnh Trung",
|
|
888
|
+
"shortName": "Vĩnh Thạnh Trung"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"code": "80511026",
|
|
892
|
+
"parentCode": "32",
|
|
893
|
+
"level": 2,
|
|
894
|
+
"kind": "commune",
|
|
895
|
+
"officialName": "Xã Bình Mỹ",
|
|
896
|
+
"shortName": "Bình Mỹ"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"code": "80511027",
|
|
900
|
+
"parentCode": "32",
|
|
901
|
+
"level": 2,
|
|
902
|
+
"kind": "commune",
|
|
903
|
+
"officialName": "Xã Thạnh Mỹ Tây",
|
|
904
|
+
"shortName": "Thạnh Mỹ Tây"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"code": "80513028",
|
|
908
|
+
"parentCode": "32",
|
|
909
|
+
"level": 2,
|
|
910
|
+
"kind": "commune",
|
|
911
|
+
"officialName": "Xã An Cư",
|
|
912
|
+
"shortName": "An Cư"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"code": "80513029",
|
|
916
|
+
"parentCode": "32",
|
|
917
|
+
"level": 2,
|
|
918
|
+
"kind": "commune",
|
|
919
|
+
"officialName": "Xã Núi Cấm",
|
|
920
|
+
"shortName": "Núi Cấm"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"code": "80513030",
|
|
924
|
+
"parentCode": "32",
|
|
925
|
+
"level": 2,
|
|
926
|
+
"kind": "ward",
|
|
927
|
+
"officialName": "Phường Tịnh Biên",
|
|
928
|
+
"shortName": "Tịnh Biên"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"code": "80513031",
|
|
932
|
+
"parentCode": "32",
|
|
933
|
+
"level": 2,
|
|
934
|
+
"kind": "ward",
|
|
935
|
+
"officialName": "Phường Thới Sơn",
|
|
936
|
+
"shortName": "Thới Sơn"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"code": "80513032",
|
|
940
|
+
"parentCode": "32",
|
|
941
|
+
"level": 2,
|
|
942
|
+
"kind": "ward",
|
|
943
|
+
"officialName": "Phường Chi Lăng",
|
|
944
|
+
"shortName": "Chi Lăng"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"code": "80515033",
|
|
948
|
+
"parentCode": "32",
|
|
949
|
+
"level": 2,
|
|
950
|
+
"kind": "commune",
|
|
951
|
+
"officialName": "Xã Ba Chúc",
|
|
952
|
+
"shortName": "Ba Chúc"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"code": "80515034",
|
|
956
|
+
"parentCode": "32",
|
|
957
|
+
"level": 2,
|
|
958
|
+
"kind": "commune",
|
|
959
|
+
"officialName": "Xã Tri Tôn",
|
|
960
|
+
"shortName": "Tri Tôn"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"code": "80515035",
|
|
964
|
+
"parentCode": "32",
|
|
965
|
+
"level": 2,
|
|
966
|
+
"kind": "commune",
|
|
967
|
+
"officialName": "Xã Ô Lâm",
|
|
968
|
+
"shortName": "Ô Lâm"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"code": "80515036",
|
|
972
|
+
"parentCode": "32",
|
|
973
|
+
"level": 2,
|
|
974
|
+
"kind": "commune",
|
|
975
|
+
"officialName": "Xã Cô Tô",
|
|
976
|
+
"shortName": "Cô Tô"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"code": "80515037",
|
|
980
|
+
"parentCode": "32",
|
|
981
|
+
"level": 2,
|
|
982
|
+
"kind": "commune",
|
|
983
|
+
"officialName": "Xã Vĩnh Gia",
|
|
984
|
+
"shortName": "Vĩnh Gia"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"code": "80517043",
|
|
988
|
+
"parentCode": "32",
|
|
989
|
+
"level": 2,
|
|
990
|
+
"kind": "commune",
|
|
991
|
+
"officialName": "Xã Chợ Mới",
|
|
992
|
+
"shortName": "Chợ Mới"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"code": "80517044",
|
|
996
|
+
"parentCode": "32",
|
|
997
|
+
"level": 2,
|
|
998
|
+
"kind": "commune",
|
|
999
|
+
"officialName": "Xã Cù Lao Giêng",
|
|
1000
|
+
"shortName": "Cù Lao Giêng"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"code": "80517045",
|
|
1004
|
+
"parentCode": "32",
|
|
1005
|
+
"level": 2,
|
|
1006
|
+
"kind": "commune",
|
|
1007
|
+
"officialName": "Xã Hội An",
|
|
1008
|
+
"shortName": "Hội An"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"code": "80517046",
|
|
1012
|
+
"parentCode": "32",
|
|
1013
|
+
"level": 2,
|
|
1014
|
+
"kind": "commune",
|
|
1015
|
+
"officialName": "Xã Long Điền",
|
|
1016
|
+
"shortName": "Long Điền"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"code": "80517047",
|
|
1020
|
+
"parentCode": "32",
|
|
1021
|
+
"level": 2,
|
|
1022
|
+
"kind": "commune",
|
|
1023
|
+
"officialName": "Xã Nhơn Mỹ",
|
|
1024
|
+
"shortName": "Nhơn Mỹ"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"code": "80517048",
|
|
1028
|
+
"parentCode": "32",
|
|
1029
|
+
"level": 2,
|
|
1030
|
+
"kind": "commune",
|
|
1031
|
+
"officialName": "Xã Long Kiến",
|
|
1032
|
+
"shortName": "Long Kiến"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"code": "80519038",
|
|
1036
|
+
"parentCode": "32",
|
|
1037
|
+
"level": 2,
|
|
1038
|
+
"kind": "commune",
|
|
1039
|
+
"officialName": "Xã An Châu",
|
|
1040
|
+
"shortName": "An Châu"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"code": "80519039",
|
|
1044
|
+
"parentCode": "32",
|
|
1045
|
+
"level": 2,
|
|
1046
|
+
"kind": "commune",
|
|
1047
|
+
"officialName": "Xã Bình Hoà",
|
|
1048
|
+
"shortName": "Bình Hoà"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"code": "80519040",
|
|
1052
|
+
"parentCode": "32",
|
|
1053
|
+
"level": 2,
|
|
1054
|
+
"kind": "commune",
|
|
1055
|
+
"officialName": "Xã Cần Đăng",
|
|
1056
|
+
"shortName": "Cần Đăng"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"code": "80519041",
|
|
1060
|
+
"parentCode": "32",
|
|
1061
|
+
"level": 2,
|
|
1062
|
+
"kind": "commune",
|
|
1063
|
+
"officialName": "Xã Vĩnh Hanh",
|
|
1064
|
+
"shortName": "Vĩnh Hanh"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"code": "80519042",
|
|
1068
|
+
"parentCode": "32",
|
|
1069
|
+
"level": 2,
|
|
1070
|
+
"kind": "commune",
|
|
1071
|
+
"officialName": "Xã Vĩnh An",
|
|
1072
|
+
"shortName": "Vĩnh An"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"code": "80521049",
|
|
1076
|
+
"parentCode": "32",
|
|
1077
|
+
"level": 2,
|
|
1078
|
+
"kind": "commune",
|
|
1079
|
+
"officialName": "Xã Thoại Sơn",
|
|
1080
|
+
"shortName": "Thoại Sơn"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"code": "80521050",
|
|
1084
|
+
"parentCode": "32",
|
|
1085
|
+
"level": 2,
|
|
1086
|
+
"kind": "commune",
|
|
1087
|
+
"officialName": "Xã Óc Eo",
|
|
1088
|
+
"shortName": "Óc Eo"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"code": "80521051",
|
|
1092
|
+
"parentCode": "32",
|
|
1093
|
+
"level": 2,
|
|
1094
|
+
"kind": "commune",
|
|
1095
|
+
"officialName": "Xã Định Mỹ",
|
|
1096
|
+
"shortName": "Định Mỹ"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"code": "80521052",
|
|
1100
|
+
"parentCode": "32",
|
|
1101
|
+
"level": 2,
|
|
1102
|
+
"kind": "commune",
|
|
1103
|
+
"officialName": "Xã Phú Hoà",
|
|
1104
|
+
"shortName": "Phú Hoà"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"code": "80521053",
|
|
1108
|
+
"parentCode": "32",
|
|
1109
|
+
"level": 2,
|
|
1110
|
+
"kind": "commune",
|
|
1111
|
+
"officialName": "Xã Vĩnh Trạch",
|
|
1112
|
+
"shortName": "Vĩnh Trạch"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"code": "80521054",
|
|
1116
|
+
"parentCode": "32",
|
|
1117
|
+
"level": 2,
|
|
1118
|
+
"kind": "commune",
|
|
1119
|
+
"officialName": "Xã Tây Phú",
|
|
1120
|
+
"shortName": "Tây Phú"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"code": "81301096",
|
|
1124
|
+
"parentCode": "32",
|
|
1125
|
+
"level": 2,
|
|
1126
|
+
"kind": "ward",
|
|
1127
|
+
"officialName": "Phường Vĩnh Thông",
|
|
1128
|
+
"shortName": "Vĩnh Thông"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"code": "81301097",
|
|
1132
|
+
"parentCode": "32",
|
|
1133
|
+
"level": 2,
|
|
1134
|
+
"kind": "ward",
|
|
1135
|
+
"officialName": "Phường Rạch Giá",
|
|
1136
|
+
"shortName": "Rạch Giá"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"code": "81303091",
|
|
1140
|
+
"parentCode": "32",
|
|
1141
|
+
"level": 2,
|
|
1142
|
+
"kind": "commune",
|
|
1143
|
+
"officialName": "Xã Hoà Điền",
|
|
1144
|
+
"shortName": "Hoà Điền"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"code": "81303092",
|
|
1148
|
+
"parentCode": "32",
|
|
1149
|
+
"level": 2,
|
|
1150
|
+
"kind": "commune",
|
|
1151
|
+
"officialName": "Xã Kiên Lương",
|
|
1152
|
+
"shortName": "Kiên Lương"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"code": "81303093",
|
|
1156
|
+
"parentCode": "32",
|
|
1157
|
+
"level": 2,
|
|
1158
|
+
"kind": "commune",
|
|
1159
|
+
"officialName": "Xã Sơn Hải",
|
|
1160
|
+
"shortName": "Sơn Hải"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"code": "81303094",
|
|
1164
|
+
"parentCode": "32",
|
|
1165
|
+
"level": 2,
|
|
1166
|
+
"kind": "commune",
|
|
1167
|
+
"officialName": "Xã Hòn Nghệ",
|
|
1168
|
+
"shortName": "Hòn Nghệ"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"code": "81304089",
|
|
1172
|
+
"parentCode": "32",
|
|
1173
|
+
"level": 2,
|
|
1174
|
+
"kind": "commune",
|
|
1175
|
+
"officialName": "Xã Giang Thành",
|
|
1176
|
+
"shortName": "Giang Thành"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"code": "81304090",
|
|
1180
|
+
"parentCode": "32",
|
|
1181
|
+
"level": 2,
|
|
1182
|
+
"kind": "commune",
|
|
1183
|
+
"officialName": "Xã Vĩnh Điều",
|
|
1184
|
+
"shortName": "Vĩnh Điều"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"code": "81305084",
|
|
1188
|
+
"parentCode": "32",
|
|
1189
|
+
"level": 2,
|
|
1190
|
+
"kind": "commune",
|
|
1191
|
+
"officialName": "Xã Hòn Đất",
|
|
1192
|
+
"shortName": "Hòn Đất"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"code": "81305085",
|
|
1196
|
+
"parentCode": "32",
|
|
1197
|
+
"level": 2,
|
|
1198
|
+
"kind": "commune",
|
|
1199
|
+
"officialName": "Xã Sơn Kiên",
|
|
1200
|
+
"shortName": "Sơn Kiên"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"code": "81305086",
|
|
1204
|
+
"parentCode": "32",
|
|
1205
|
+
"level": 2,
|
|
1206
|
+
"kind": "commune",
|
|
1207
|
+
"officialName": "Xã Mỹ Thuận",
|
|
1208
|
+
"shortName": "Mỹ Thuận"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"code": "81305087",
|
|
1212
|
+
"parentCode": "32",
|
|
1213
|
+
"level": 2,
|
|
1214
|
+
"kind": "commune",
|
|
1215
|
+
"officialName": "Xã Bình Sơn",
|
|
1216
|
+
"shortName": "Bình Sơn"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"code": "81305088",
|
|
1220
|
+
"parentCode": "32",
|
|
1221
|
+
"level": 2,
|
|
1222
|
+
"kind": "commune",
|
|
1223
|
+
"officialName": "Xã Bình Giang",
|
|
1224
|
+
"shortName": "Bình Giang"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"code": "81307078",
|
|
1228
|
+
"parentCode": "32",
|
|
1229
|
+
"level": 2,
|
|
1230
|
+
"kind": "commune",
|
|
1231
|
+
"officialName": "Xã Tân Hội",
|
|
1232
|
+
"shortName": "Tân Hội"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"code": "81307079",
|
|
1236
|
+
"parentCode": "32",
|
|
1237
|
+
"level": 2,
|
|
1238
|
+
"kind": "commune",
|
|
1239
|
+
"officialName": "Xã Tân Hiệp",
|
|
1240
|
+
"shortName": "Tân Hiệp"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"code": "81307080",
|
|
1244
|
+
"parentCode": "32",
|
|
1245
|
+
"level": 2,
|
|
1246
|
+
"kind": "commune",
|
|
1247
|
+
"officialName": "Xã Thạnh Đông",
|
|
1248
|
+
"shortName": "Thạnh Đông"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"code": "81309081",
|
|
1252
|
+
"parentCode": "32",
|
|
1253
|
+
"level": 2,
|
|
1254
|
+
"kind": "commune",
|
|
1255
|
+
"officialName": "Xã Thạnh Lộc",
|
|
1256
|
+
"shortName": "Thạnh Lộc"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"code": "81309082",
|
|
1260
|
+
"parentCode": "32",
|
|
1261
|
+
"level": 2,
|
|
1262
|
+
"kind": "commune",
|
|
1263
|
+
"officialName": "Xã Châu Thành",
|
|
1264
|
+
"shortName": "Châu Thành"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"code": "81309083",
|
|
1268
|
+
"parentCode": "32",
|
|
1269
|
+
"level": 2,
|
|
1270
|
+
"kind": "commune",
|
|
1271
|
+
"officialName": "Xã Bình An",
|
|
1272
|
+
"shortName": "Bình An"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"code": "81311072",
|
|
1276
|
+
"parentCode": "32",
|
|
1277
|
+
"level": 2,
|
|
1278
|
+
"kind": "commune",
|
|
1279
|
+
"officialName": "Xã Giồng Riềng",
|
|
1280
|
+
"shortName": "Giồng Riềng"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"code": "81311073",
|
|
1284
|
+
"parentCode": "32",
|
|
1285
|
+
"level": 2,
|
|
1286
|
+
"kind": "commune",
|
|
1287
|
+
"officialName": "Xã Thạnh Hưng",
|
|
1288
|
+
"shortName": "Thạnh Hưng"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"code": "81311074",
|
|
1292
|
+
"parentCode": "32",
|
|
1293
|
+
"level": 2,
|
|
1294
|
+
"kind": "commune",
|
|
1295
|
+
"officialName": "Xã Long Thạnh",
|
|
1296
|
+
"shortName": "Long Thạnh"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"code": "81311075",
|
|
1300
|
+
"parentCode": "32",
|
|
1301
|
+
"level": 2,
|
|
1302
|
+
"kind": "commune",
|
|
1303
|
+
"officialName": "Xã Hoà Hưng",
|
|
1304
|
+
"shortName": "Hoà Hưng"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"code": "81311076",
|
|
1308
|
+
"parentCode": "32",
|
|
1309
|
+
"level": 2,
|
|
1310
|
+
"kind": "commune",
|
|
1311
|
+
"officialName": "Xã Ngọc Chúc",
|
|
1312
|
+
"shortName": "Ngọc Chúc"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"code": "81311077",
|
|
1316
|
+
"parentCode": "32",
|
|
1317
|
+
"level": 2,
|
|
1318
|
+
"kind": "commune",
|
|
1319
|
+
"officialName": "Xã Hoà Thuận",
|
|
1320
|
+
"shortName": "Hoà Thuận"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"code": "81313068",
|
|
1324
|
+
"parentCode": "32",
|
|
1325
|
+
"level": 2,
|
|
1326
|
+
"kind": "commune",
|
|
1327
|
+
"officialName": "Xã Định Hoà",
|
|
1328
|
+
"shortName": "Định Hoà"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"code": "81313069",
|
|
1332
|
+
"parentCode": "32",
|
|
1333
|
+
"level": 2,
|
|
1334
|
+
"kind": "commune",
|
|
1335
|
+
"officialName": "Xã Gò Quao",
|
|
1336
|
+
"shortName": "Gò Quao"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"code": "81313070",
|
|
1340
|
+
"parentCode": "32",
|
|
1341
|
+
"level": 2,
|
|
1342
|
+
"kind": "commune",
|
|
1343
|
+
"officialName": "Xã Vĩnh Hoà Hưng",
|
|
1344
|
+
"shortName": "Vĩnh Hoà Hưng"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"code": "81313071",
|
|
1348
|
+
"parentCode": "32",
|
|
1349
|
+
"level": 2,
|
|
1350
|
+
"kind": "commune",
|
|
1351
|
+
"officialName": "Xã Vĩnh Tuy",
|
|
1352
|
+
"shortName": "Vĩnh Tuy"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"code": "81315065",
|
|
1356
|
+
"parentCode": "32",
|
|
1357
|
+
"level": 2,
|
|
1358
|
+
"kind": "commune",
|
|
1359
|
+
"officialName": "Xã Tây Yên",
|
|
1360
|
+
"shortName": "Tây Yên"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"code": "81315066",
|
|
1364
|
+
"parentCode": "32",
|
|
1365
|
+
"level": 2,
|
|
1366
|
+
"kind": "commune",
|
|
1367
|
+
"officialName": "Xã Đông Thái",
|
|
1368
|
+
"shortName": "Đông Thái"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"code": "81315067",
|
|
1372
|
+
"parentCode": "32",
|
|
1373
|
+
"level": 2,
|
|
1374
|
+
"kind": "commune",
|
|
1375
|
+
"officialName": "Xã An Biên",
|
|
1376
|
+
"shortName": "An Biên"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"code": "81317060",
|
|
1380
|
+
"parentCode": "32",
|
|
1381
|
+
"level": 2,
|
|
1382
|
+
"kind": "commune",
|
|
1383
|
+
"officialName": "Xã Đông Hoà",
|
|
1384
|
+
"shortName": "Đông Hoà"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"code": "81317061",
|
|
1388
|
+
"parentCode": "32",
|
|
1389
|
+
"level": 2,
|
|
1390
|
+
"kind": "commune",
|
|
1391
|
+
"officialName": "Xã Tân Thạnh",
|
|
1392
|
+
"shortName": "Tân Thạnh"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"code": "81317062",
|
|
1396
|
+
"parentCode": "32",
|
|
1397
|
+
"level": 2,
|
|
1398
|
+
"kind": "commune",
|
|
1399
|
+
"officialName": "Xã Đông Hưng",
|
|
1400
|
+
"shortName": "Đông Hưng"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"code": "81317063",
|
|
1404
|
+
"parentCode": "32",
|
|
1405
|
+
"level": 2,
|
|
1406
|
+
"kind": "commune",
|
|
1407
|
+
"officialName": "Xã An Minh",
|
|
1408
|
+
"shortName": "An Minh"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"code": "81317064",
|
|
1412
|
+
"parentCode": "32",
|
|
1413
|
+
"level": 2,
|
|
1414
|
+
"kind": "commune",
|
|
1415
|
+
"officialName": "Xã Vân Khánh",
|
|
1416
|
+
"shortName": "Vân Khánh"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"code": "81319055",
|
|
1420
|
+
"parentCode": "32",
|
|
1421
|
+
"level": 2,
|
|
1422
|
+
"kind": "commune",
|
|
1423
|
+
"officialName": "Xã Vĩnh Bình",
|
|
1424
|
+
"shortName": "Vĩnh Bình"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"code": "81319056",
|
|
1428
|
+
"parentCode": "32",
|
|
1429
|
+
"level": 2,
|
|
1430
|
+
"kind": "commune",
|
|
1431
|
+
"officialName": "Xã Vĩnh Thuận",
|
|
1432
|
+
"shortName": "Vĩnh Thuận"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"code": "81319057",
|
|
1436
|
+
"parentCode": "32",
|
|
1437
|
+
"level": 2,
|
|
1438
|
+
"kind": "commune",
|
|
1439
|
+
"officialName": "Xã Vĩnh Phong",
|
|
1440
|
+
"shortName": "Vĩnh Phong"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"code": "81321101",
|
|
1444
|
+
"parentCode": "32",
|
|
1445
|
+
"level": 2,
|
|
1446
|
+
"kind": "special_zone",
|
|
1447
|
+
"officialName": "Đặc khu Phú Quốc",
|
|
1448
|
+
"shortName": "Phú Quốc"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"code": "81321102",
|
|
1452
|
+
"parentCode": "32",
|
|
1453
|
+
"level": 2,
|
|
1454
|
+
"kind": "special_zone",
|
|
1455
|
+
"officialName": "Đặc khu Thổ Châu",
|
|
1456
|
+
"shortName": "Thổ Châu"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"code": "81323095",
|
|
1460
|
+
"parentCode": "32",
|
|
1461
|
+
"level": 2,
|
|
1462
|
+
"kind": "special_zone",
|
|
1463
|
+
"officialName": "Đặc khu Kiên Hải",
|
|
1464
|
+
"shortName": "Kiên Hải"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"code": "81325098",
|
|
1468
|
+
"parentCode": "32",
|
|
1469
|
+
"level": 2,
|
|
1470
|
+
"kind": "ward",
|
|
1471
|
+
"officialName": "Phường Hà Tiên",
|
|
1472
|
+
"shortName": "Hà Tiên"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"code": "81325099",
|
|
1476
|
+
"parentCode": "32",
|
|
1477
|
+
"level": 2,
|
|
1478
|
+
"kind": "ward",
|
|
1479
|
+
"officialName": "Phường Tô Châu",
|
|
1480
|
+
"shortName": "Tô Châu"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"code": "81325100",
|
|
1484
|
+
"parentCode": "32",
|
|
1485
|
+
"level": 2,
|
|
1486
|
+
"kind": "commune",
|
|
1487
|
+
"officialName": "Xã Tiên Hải",
|
|
1488
|
+
"shortName": "Tiên Hải"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"code": "81327058",
|
|
1492
|
+
"parentCode": "32",
|
|
1493
|
+
"level": 2,
|
|
1494
|
+
"kind": "commune",
|
|
1495
|
+
"officialName": "Xã Vĩnh Hoà",
|
|
1496
|
+
"shortName": "Vĩnh Hoà"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"code": "81327059",
|
|
1500
|
+
"parentCode": "32",
|
|
1501
|
+
"level": 2,
|
|
1502
|
+
"kind": "commune",
|
|
1503
|
+
"officialName": "Xã U Minh Thượng",
|
|
1504
|
+
"shortName": "U Minh Thượng"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"code": "81503013",
|
|
1508
|
+
"parentCode": "33",
|
|
1509
|
+
"level": 2,
|
|
1510
|
+
"kind": "ward",
|
|
1511
|
+
"officialName": "Phường Trung Nhứt",
|
|
1512
|
+
"shortName": "Trung Nhứt"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"code": "81503014",
|
|
1516
|
+
"parentCode": "33",
|
|
1517
|
+
"level": 2,
|
|
1518
|
+
"kind": "ward",
|
|
1519
|
+
"officialName": "Phường Thốt Nốt",
|
|
1520
|
+
"shortName": "Thốt Nốt"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"code": "81503015",
|
|
1524
|
+
"parentCode": "33",
|
|
1525
|
+
"level": 2,
|
|
1526
|
+
"kind": "ward",
|
|
1527
|
+
"officialName": "Phường Thuận Hưng",
|
|
1528
|
+
"shortName": "Thuận Hưng"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"code": "81503016",
|
|
1532
|
+
"parentCode": "33",
|
|
1533
|
+
"level": 2,
|
|
1534
|
+
"kind": "ward",
|
|
1535
|
+
"officialName": "Phường Tân Lộc",
|
|
1536
|
+
"shortName": "Tân Lộc"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"code": "81505010",
|
|
1540
|
+
"parentCode": "33",
|
|
1541
|
+
"level": 2,
|
|
1542
|
+
"kind": "ward",
|
|
1543
|
+
"officialName": "Phường Ô Môn",
|
|
1544
|
+
"shortName": "Ô Môn"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"code": "81505011",
|
|
1548
|
+
"parentCode": "33",
|
|
1549
|
+
"level": 2,
|
|
1550
|
+
"kind": "ward",
|
|
1551
|
+
"officialName": "Phường Thới Long",
|
|
1552
|
+
"shortName": "Thới Long"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"code": "81505012",
|
|
1556
|
+
"parentCode": "33",
|
|
1557
|
+
"level": 2,
|
|
1558
|
+
"kind": "ward",
|
|
1559
|
+
"officialName": "Phường Phước Thới",
|
|
1560
|
+
"shortName": "Phước Thới"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"code": "81519001",
|
|
1564
|
+
"parentCode": "33",
|
|
1565
|
+
"level": 2,
|
|
1566
|
+
"kind": "ward",
|
|
1567
|
+
"officialName": "Phường Ninh Kiều",
|
|
1568
|
+
"shortName": "Ninh Kiều"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"code": "81519002",
|
|
1572
|
+
"parentCode": "33",
|
|
1573
|
+
"level": 2,
|
|
1574
|
+
"kind": "ward",
|
|
1575
|
+
"officialName": "Phường Cái Khế",
|
|
1576
|
+
"shortName": "Cái Khế"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"code": "81519003",
|
|
1580
|
+
"parentCode": "33",
|
|
1581
|
+
"level": 2,
|
|
1582
|
+
"kind": "ward",
|
|
1583
|
+
"officialName": "Phường Tân An",
|
|
1584
|
+
"shortName": "Tân An"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"code": "81519004",
|
|
1588
|
+
"parentCode": "33",
|
|
1589
|
+
"level": 2,
|
|
1590
|
+
"kind": "ward",
|
|
1591
|
+
"officialName": "Phường An Bình",
|
|
1592
|
+
"shortName": "An Bình"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"code": "81521005",
|
|
1596
|
+
"parentCode": "33",
|
|
1597
|
+
"level": 2,
|
|
1598
|
+
"kind": "ward",
|
|
1599
|
+
"officialName": "Phường Thới An Đông",
|
|
1600
|
+
"shortName": "Thới An Đông"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"code": "81521006",
|
|
1604
|
+
"parentCode": "33",
|
|
1605
|
+
"level": 2,
|
|
1606
|
+
"kind": "ward",
|
|
1607
|
+
"officialName": "Phường Bình Thủy",
|
|
1608
|
+
"shortName": "Bình Thủy"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"code": "81521007",
|
|
1612
|
+
"parentCode": "33",
|
|
1613
|
+
"level": 2,
|
|
1614
|
+
"kind": "ward",
|
|
1615
|
+
"officialName": "Phường Long Tuyền",
|
|
1616
|
+
"shortName": "Long Tuyền"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"code": "81523008",
|
|
1620
|
+
"parentCode": "33",
|
|
1621
|
+
"level": 2,
|
|
1622
|
+
"kind": "ward",
|
|
1623
|
+
"officialName": "Phường Cái Răng",
|
|
1624
|
+
"shortName": "Cái Răng"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"code": "81523009",
|
|
1628
|
+
"parentCode": "33",
|
|
1629
|
+
"level": 2,
|
|
1630
|
+
"kind": "ward",
|
|
1631
|
+
"officialName": "Phường Hưng Phú",
|
|
1632
|
+
"shortName": "Hưng Phú"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"code": "81525029",
|
|
1636
|
+
"parentCode": "33",
|
|
1637
|
+
"level": 2,
|
|
1638
|
+
"kind": "commune",
|
|
1639
|
+
"officialName": "Xã Vĩnh Thạnh",
|
|
1640
|
+
"shortName": "Vĩnh Thạnh"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"code": "81525030",
|
|
1644
|
+
"parentCode": "33",
|
|
1645
|
+
"level": 2,
|
|
1646
|
+
"kind": "commune",
|
|
1647
|
+
"officialName": "Xã Vĩnh Trinh",
|
|
1648
|
+
"shortName": "Vĩnh Trinh"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"code": "81525031",
|
|
1652
|
+
"parentCode": "33",
|
|
1653
|
+
"level": 2,
|
|
1654
|
+
"kind": "commune",
|
|
1655
|
+
"officialName": "Xã Thạnh An",
|
|
1656
|
+
"shortName": "Thạnh An"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"code": "81525032",
|
|
1660
|
+
"parentCode": "33",
|
|
1661
|
+
"level": 2,
|
|
1662
|
+
"kind": "commune",
|
|
1663
|
+
"officialName": "Xã Thạnh Quới",
|
|
1664
|
+
"shortName": "Thạnh Quới"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"code": "81527024",
|
|
1668
|
+
"parentCode": "33",
|
|
1669
|
+
"level": 2,
|
|
1670
|
+
"kind": "commune",
|
|
1671
|
+
"officialName": "Xã Cờ Đỏ",
|
|
1672
|
+
"shortName": "Cờ Đỏ"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"code": "81527025",
|
|
1676
|
+
"parentCode": "33",
|
|
1677
|
+
"level": 2,
|
|
1678
|
+
"kind": "commune",
|
|
1679
|
+
"officialName": "Xã Đông Hiệp",
|
|
1680
|
+
"shortName": "Đông Hiệp"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"code": "81527026",
|
|
1684
|
+
"parentCode": "33",
|
|
1685
|
+
"level": 2,
|
|
1686
|
+
"kind": "commune",
|
|
1687
|
+
"officialName": "Xã Thạnh Phú",
|
|
1688
|
+
"shortName": "Thạnh Phú"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"code": "81527027",
|
|
1692
|
+
"parentCode": "33",
|
|
1693
|
+
"level": 2,
|
|
1694
|
+
"kind": "commune",
|
|
1695
|
+
"officialName": "Xã Thới Hưng",
|
|
1696
|
+
"shortName": "Thới Hưng"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"code": "81527028",
|
|
1700
|
+
"parentCode": "33",
|
|
1701
|
+
"level": 2,
|
|
1702
|
+
"kind": "commune",
|
|
1703
|
+
"officialName": "Xã Trung Hưng",
|
|
1704
|
+
"shortName": "Trung Hưng"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"code": "81529017",
|
|
1708
|
+
"parentCode": "33",
|
|
1709
|
+
"level": 2,
|
|
1710
|
+
"kind": "commune",
|
|
1711
|
+
"officialName": "Xã Phong Điền",
|
|
1712
|
+
"shortName": "Phong Điền"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"code": "81529018",
|
|
1716
|
+
"parentCode": "33",
|
|
1717
|
+
"level": 2,
|
|
1718
|
+
"kind": "commune",
|
|
1719
|
+
"officialName": "Xã Nhơn Ái",
|
|
1720
|
+
"shortName": "Nhơn Ái"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"code": "81529019",
|
|
1724
|
+
"parentCode": "33",
|
|
1725
|
+
"level": 2,
|
|
1726
|
+
"kind": "commune",
|
|
1727
|
+
"officialName": "Xã Trường Long",
|
|
1728
|
+
"shortName": "Trường Long"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"code": "81531020",
|
|
1732
|
+
"parentCode": "33",
|
|
1733
|
+
"level": 2,
|
|
1734
|
+
"kind": "commune",
|
|
1735
|
+
"officialName": "Xã Thới Lai",
|
|
1736
|
+
"shortName": "Thới Lai"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"code": "81531021",
|
|
1740
|
+
"parentCode": "33",
|
|
1741
|
+
"level": 2,
|
|
1742
|
+
"kind": "commune",
|
|
1743
|
+
"officialName": "Xã Đông Thuận",
|
|
1744
|
+
"shortName": "Đông Thuận"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"code": "81531022",
|
|
1748
|
+
"parentCode": "33",
|
|
1749
|
+
"level": 2,
|
|
1750
|
+
"kind": "commune",
|
|
1751
|
+
"officialName": "Xã Trường Xuân",
|
|
1752
|
+
"shortName": "Trường Xuân"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"code": "81531023",
|
|
1756
|
+
"parentCode": "33",
|
|
1757
|
+
"level": 2,
|
|
1758
|
+
"kind": "commune",
|
|
1759
|
+
"officialName": "Xã Trường Thành",
|
|
1760
|
+
"shortName": "Trường Thành"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"code": "81601033",
|
|
1764
|
+
"parentCode": "33",
|
|
1765
|
+
"level": 2,
|
|
1766
|
+
"kind": "commune",
|
|
1767
|
+
"officialName": "Xã Hỏa Lựu",
|
|
1768
|
+
"shortName": "Hỏa Lựu"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"code": "81601034",
|
|
1772
|
+
"parentCode": "33",
|
|
1773
|
+
"level": 2,
|
|
1774
|
+
"kind": "ward",
|
|
1775
|
+
"officialName": "Phường Vị Thanh",
|
|
1776
|
+
"shortName": "Vị Thanh"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"code": "81601035",
|
|
1780
|
+
"parentCode": "33",
|
|
1781
|
+
"level": 2,
|
|
1782
|
+
"kind": "ward",
|
|
1783
|
+
"officialName": "Phường Vị Tân",
|
|
1784
|
+
"shortName": "Vị Tân"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"code": "81603046",
|
|
1788
|
+
"parentCode": "33",
|
|
1789
|
+
"level": 2,
|
|
1790
|
+
"kind": "commune",
|
|
1791
|
+
"officialName": "Xã Thạnh Xuân",
|
|
1792
|
+
"shortName": "Thạnh Xuân"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"code": "81603047",
|
|
1796
|
+
"parentCode": "33",
|
|
1797
|
+
"level": 2,
|
|
1798
|
+
"kind": "commune",
|
|
1799
|
+
"officialName": "Xã Tân Hoà",
|
|
1800
|
+
"shortName": "Tân Hoà"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"code": "81603048",
|
|
1804
|
+
"parentCode": "33",
|
|
1805
|
+
"level": 2,
|
|
1806
|
+
"kind": "commune",
|
|
1807
|
+
"officialName": "Xã Trường Long Tây",
|
|
1808
|
+
"shortName": "Trường Long Tây"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"code": "81605049",
|
|
1812
|
+
"parentCode": "33",
|
|
1813
|
+
"level": 2,
|
|
1814
|
+
"kind": "commune",
|
|
1815
|
+
"officialName": "Xã Châu Thành",
|
|
1816
|
+
"shortName": "Châu Thành"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"code": "81605050",
|
|
1820
|
+
"parentCode": "33",
|
|
1821
|
+
"level": 2,
|
|
1822
|
+
"kind": "commune",
|
|
1823
|
+
"officialName": "Xã Đông Phước",
|
|
1824
|
+
"shortName": "Đông Phước"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"code": "81605051",
|
|
1828
|
+
"parentCode": "33",
|
|
1829
|
+
"level": 2,
|
|
1830
|
+
"kind": "commune",
|
|
1831
|
+
"officialName": "Xã Phú Hữu",
|
|
1832
|
+
"shortName": "Phú Hữu"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"code": "81607052",
|
|
1836
|
+
"parentCode": "33",
|
|
1837
|
+
"level": 2,
|
|
1838
|
+
"kind": "ward",
|
|
1839
|
+
"officialName": "Phường Đại Thành",
|
|
1840
|
+
"shortName": "Đại Thành"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"code": "81607053",
|
|
1844
|
+
"parentCode": "33",
|
|
1845
|
+
"level": 2,
|
|
1846
|
+
"kind": "ward",
|
|
1847
|
+
"officialName": "Phường Ngã Bảy",
|
|
1848
|
+
"shortName": "Ngã Bảy"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"code": "81608054",
|
|
1852
|
+
"parentCode": "33",
|
|
1853
|
+
"level": 2,
|
|
1854
|
+
"kind": "commune",
|
|
1855
|
+
"officialName": "Xã Tân Bình",
|
|
1856
|
+
"shortName": "Tân Bình"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"code": "81608055",
|
|
1860
|
+
"parentCode": "33",
|
|
1861
|
+
"level": 2,
|
|
1862
|
+
"kind": "commune",
|
|
1863
|
+
"officialName": "Xã Hoà An",
|
|
1864
|
+
"shortName": "Hoà An"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"code": "81608056",
|
|
1868
|
+
"parentCode": "33",
|
|
1869
|
+
"level": 2,
|
|
1870
|
+
"kind": "commune",
|
|
1871
|
+
"officialName": "Xã Phương Bình",
|
|
1872
|
+
"shortName": "Phương Bình"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"code": "81608057",
|
|
1876
|
+
"parentCode": "33",
|
|
1877
|
+
"level": 2,
|
|
1878
|
+
"kind": "commune",
|
|
1879
|
+
"officialName": "Xã Tân Phước Hưng",
|
|
1880
|
+
"shortName": "Tân Phước Hưng"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"code": "81608058",
|
|
1884
|
+
"parentCode": "33",
|
|
1885
|
+
"level": 2,
|
|
1886
|
+
"kind": "commune",
|
|
1887
|
+
"officialName": "Xã Hiệp Hưng",
|
|
1888
|
+
"shortName": "Hiệp Hưng"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"code": "81608059",
|
|
1892
|
+
"parentCode": "33",
|
|
1893
|
+
"level": 2,
|
|
1894
|
+
"kind": "commune",
|
|
1895
|
+
"officialName": "Xã Phụng Hiệp",
|
|
1896
|
+
"shortName": "Phụng Hiệp"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"code": "81608060",
|
|
1900
|
+
"parentCode": "33",
|
|
1901
|
+
"level": 2,
|
|
1902
|
+
"kind": "commune",
|
|
1903
|
+
"officialName": "Xã Thạnh Hoà",
|
|
1904
|
+
"shortName": "Thạnh Hoà"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"code": "81609036",
|
|
1908
|
+
"parentCode": "33",
|
|
1909
|
+
"level": 2,
|
|
1910
|
+
"kind": "commune",
|
|
1911
|
+
"officialName": "Xã Vị Thủy",
|
|
1912
|
+
"shortName": "Vị Thủy"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"code": "81609037",
|
|
1916
|
+
"parentCode": "33",
|
|
1917
|
+
"level": 2,
|
|
1918
|
+
"kind": "commune",
|
|
1919
|
+
"officialName": "Xã Vĩnh Thuận Đông",
|
|
1920
|
+
"shortName": "Vĩnh Thuận Đông"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"code": "81609038",
|
|
1924
|
+
"parentCode": "33",
|
|
1925
|
+
"level": 2,
|
|
1926
|
+
"kind": "commune",
|
|
1927
|
+
"officialName": "Xã Vị Thanh 1",
|
|
1928
|
+
"shortName": "Vị Thanh 1"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"code": "81609039",
|
|
1932
|
+
"parentCode": "33",
|
|
1933
|
+
"level": 2,
|
|
1934
|
+
"kind": "commune",
|
|
1935
|
+
"officialName": "Xã Vĩnh Tường",
|
|
1936
|
+
"shortName": "Vĩnh Tường"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"code": "81611040",
|
|
1940
|
+
"parentCode": "33",
|
|
1941
|
+
"level": 2,
|
|
1942
|
+
"kind": "commune",
|
|
1943
|
+
"officialName": "Xã Vĩnh Viễn",
|
|
1944
|
+
"shortName": "Vĩnh Viễn"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"code": "81611041",
|
|
1948
|
+
"parentCode": "33",
|
|
1949
|
+
"level": 2,
|
|
1950
|
+
"kind": "commune",
|
|
1951
|
+
"officialName": "Xã Xà Phiên",
|
|
1952
|
+
"shortName": "Xà Phiên"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"code": "81611042",
|
|
1956
|
+
"parentCode": "33",
|
|
1957
|
+
"level": 2,
|
|
1958
|
+
"kind": "commune",
|
|
1959
|
+
"officialName": "Xã Lương Tâm",
|
|
1960
|
+
"shortName": "Lương Tâm"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"code": "81612043",
|
|
1964
|
+
"parentCode": "33",
|
|
1965
|
+
"level": 2,
|
|
1966
|
+
"kind": "ward",
|
|
1967
|
+
"officialName": "Phường Long Bình",
|
|
1968
|
+
"shortName": "Long Bình"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"code": "81612044",
|
|
1972
|
+
"parentCode": "33",
|
|
1973
|
+
"level": 2,
|
|
1974
|
+
"kind": "ward",
|
|
1975
|
+
"officialName": "Phường Long Mỹ",
|
|
1976
|
+
"shortName": "Long Mỹ"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"code": "81612045",
|
|
1980
|
+
"parentCode": "33",
|
|
1981
|
+
"level": 2,
|
|
1982
|
+
"kind": "ward",
|
|
1983
|
+
"officialName": "Phường Long Phú 1",
|
|
1984
|
+
"shortName": "Long Phú 1"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"code": "81901061",
|
|
1988
|
+
"parentCode": "33",
|
|
1989
|
+
"level": 2,
|
|
1990
|
+
"kind": "ward",
|
|
1991
|
+
"officialName": "Phường Phú Lợi",
|
|
1992
|
+
"shortName": "Phú Lợi"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"code": "81901062",
|
|
1996
|
+
"parentCode": "33",
|
|
1997
|
+
"level": 2,
|
|
1998
|
+
"kind": "ward",
|
|
1999
|
+
"officialName": "Phường Sóc Trăng",
|
|
2000
|
+
"shortName": "Sóc Trăng"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"code": "81901063",
|
|
2004
|
+
"parentCode": "33",
|
|
2005
|
+
"level": 2,
|
|
2006
|
+
"kind": "ward",
|
|
2007
|
+
"officialName": "Phường Mỹ Xuyên",
|
|
2008
|
+
"shortName": "Mỹ Xuyên"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"code": "81903072",
|
|
2012
|
+
"parentCode": "33",
|
|
2013
|
+
"level": 2,
|
|
2014
|
+
"kind": "commune",
|
|
2015
|
+
"officialName": "Xã Nhơn Mỹ",
|
|
2016
|
+
"shortName": "Nhơn Mỹ"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"code": "81903073",
|
|
2020
|
+
"parentCode": "33",
|
|
2021
|
+
"level": 2,
|
|
2022
|
+
"kind": "commune",
|
|
2023
|
+
"officialName": "Xã Phong Nẫm",
|
|
2024
|
+
"shortName": "Phong Nẫm"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"code": "81903074",
|
|
2028
|
+
"parentCode": "33",
|
|
2029
|
+
"level": 2,
|
|
2030
|
+
"kind": "commune",
|
|
2031
|
+
"officialName": "Xã An Lạc Thôn",
|
|
2032
|
+
"shortName": "An Lạc Thôn"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"code": "81903075",
|
|
2036
|
+
"parentCode": "33",
|
|
2037
|
+
"level": 2,
|
|
2038
|
+
"kind": "commune",
|
|
2039
|
+
"officialName": "Xã Kế Sách",
|
|
2040
|
+
"shortName": "Kế Sách"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"code": "81903076",
|
|
2044
|
+
"parentCode": "33",
|
|
2045
|
+
"level": 2,
|
|
2046
|
+
"kind": "commune",
|
|
2047
|
+
"officialName": "Xã Thới An Hội",
|
|
2048
|
+
"shortName": "Thới An Hội"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"code": "81903077",
|
|
2052
|
+
"parentCode": "33",
|
|
2053
|
+
"level": 2,
|
|
2054
|
+
"kind": "commune",
|
|
2055
|
+
"officialName": "Xã Đại Hải",
|
|
2056
|
+
"shortName": "Đại Hải"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"code": "81905068",
|
|
2060
|
+
"parentCode": "33",
|
|
2061
|
+
"level": 2,
|
|
2062
|
+
"kind": "commune",
|
|
2063
|
+
"officialName": "Xã Trường Khánh",
|
|
2064
|
+
"shortName": "Trường Khánh"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"code": "81905069",
|
|
2068
|
+
"parentCode": "33",
|
|
2069
|
+
"level": 2,
|
|
2070
|
+
"kind": "commune",
|
|
2071
|
+
"officialName": "Xã Đại Ngãi",
|
|
2072
|
+
"shortName": "Đại Ngãi"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"code": "81905070",
|
|
2076
|
+
"parentCode": "33",
|
|
2077
|
+
"level": 2,
|
|
2078
|
+
"kind": "commune",
|
|
2079
|
+
"officialName": "Xã Tân Thạnh",
|
|
2080
|
+
"shortName": "Tân Thạnh"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"code": "81905071",
|
|
2084
|
+
"parentCode": "33",
|
|
2085
|
+
"level": 2,
|
|
2086
|
+
"kind": "commune",
|
|
2087
|
+
"officialName": "Xã Long Phú",
|
|
2088
|
+
"shortName": "Long Phú"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"code": "81906102",
|
|
2092
|
+
"parentCode": "33",
|
|
2093
|
+
"level": 2,
|
|
2094
|
+
"kind": "commune",
|
|
2095
|
+
"officialName": "Xã An Thạnh",
|
|
2096
|
+
"shortName": "An Thạnh"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"code": "81906103",
|
|
2100
|
+
"parentCode": "33",
|
|
2101
|
+
"level": 2,
|
|
2102
|
+
"kind": "commune",
|
|
2103
|
+
"officialName": "Xã Cù Lao Dung",
|
|
2104
|
+
"shortName": "Cù Lao Dung"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"code": "81907082",
|
|
2108
|
+
"parentCode": "33",
|
|
2109
|
+
"level": 2,
|
|
2110
|
+
"kind": "commune",
|
|
2111
|
+
"officialName": "Xã Mỹ Tú",
|
|
2112
|
+
"shortName": "Mỹ Tú"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"code": "81907083",
|
|
2116
|
+
"parentCode": "33",
|
|
2117
|
+
"level": 2,
|
|
2118
|
+
"kind": "commune",
|
|
2119
|
+
"officialName": "Xã Long Hưng",
|
|
2120
|
+
"shortName": "Long Hưng"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"code": "81907084",
|
|
2124
|
+
"parentCode": "33",
|
|
2125
|
+
"level": 2,
|
|
2126
|
+
"kind": "commune",
|
|
2127
|
+
"officialName": "Xã Mỹ Phước",
|
|
2128
|
+
"shortName": "Mỹ Phước"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"code": "81907085",
|
|
2132
|
+
"parentCode": "33",
|
|
2133
|
+
"level": 2,
|
|
2134
|
+
"kind": "commune",
|
|
2135
|
+
"officialName": "Xã Mỹ Hương",
|
|
2136
|
+
"shortName": "Mỹ Hương"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"code": "81909064",
|
|
2140
|
+
"parentCode": "33",
|
|
2141
|
+
"level": 2,
|
|
2142
|
+
"kind": "commune",
|
|
2143
|
+
"officialName": "Xã Hoà Tú",
|
|
2144
|
+
"shortName": "Hoà Tú"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"code": "81909065",
|
|
2148
|
+
"parentCode": "33",
|
|
2149
|
+
"level": 2,
|
|
2150
|
+
"kind": "commune",
|
|
2151
|
+
"officialName": "Xã Gia Hoà",
|
|
2152
|
+
"shortName": "Gia Hoà"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"code": "81909066",
|
|
2156
|
+
"parentCode": "33",
|
|
2157
|
+
"level": 2,
|
|
2158
|
+
"kind": "commune",
|
|
2159
|
+
"officialName": "Xã Nhu Gia",
|
|
2160
|
+
"shortName": "Nhu Gia"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"code": "81909067",
|
|
2164
|
+
"parentCode": "33",
|
|
2165
|
+
"level": 2,
|
|
2166
|
+
"kind": "commune",
|
|
2167
|
+
"officialName": "Xã Ngọc Tố",
|
|
2168
|
+
"shortName": "Ngọc Tố"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"code": "81911094",
|
|
2172
|
+
"parentCode": "33",
|
|
2173
|
+
"level": 2,
|
|
2174
|
+
"kind": "commune",
|
|
2175
|
+
"officialName": "Xã Phú Lộc",
|
|
2176
|
+
"shortName": "Phú Lộc"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"code": "81911095",
|
|
2180
|
+
"parentCode": "33",
|
|
2181
|
+
"level": 2,
|
|
2182
|
+
"kind": "commune",
|
|
2183
|
+
"officialName": "Xã Vĩnh Lợi",
|
|
2184
|
+
"shortName": "Vĩnh Lợi"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"code": "81911096",
|
|
2188
|
+
"parentCode": "33",
|
|
2189
|
+
"level": 2,
|
|
2190
|
+
"kind": "commune",
|
|
2191
|
+
"officialName": "Xã Lâm Tân",
|
|
2192
|
+
"shortName": "Lâm Tân"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"code": "81912091",
|
|
2196
|
+
"parentCode": "33",
|
|
2197
|
+
"level": 2,
|
|
2198
|
+
"kind": "commune",
|
|
2199
|
+
"officialName": "Xã Tân Long",
|
|
2200
|
+
"shortName": "Tân Long"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"code": "81912092",
|
|
2204
|
+
"parentCode": "33",
|
|
2205
|
+
"level": 2,
|
|
2206
|
+
"kind": "ward",
|
|
2207
|
+
"officialName": "Phường Ngã Năm",
|
|
2208
|
+
"shortName": "Ngã Năm"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"code": "81912093",
|
|
2212
|
+
"parentCode": "33",
|
|
2213
|
+
"level": 2,
|
|
2214
|
+
"kind": "ward",
|
|
2215
|
+
"officialName": "Phường Mỹ Quới",
|
|
2216
|
+
"shortName": "Mỹ Quới"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"code": "81913086",
|
|
2220
|
+
"parentCode": "33",
|
|
2221
|
+
"level": 2,
|
|
2222
|
+
"kind": "commune",
|
|
2223
|
+
"officialName": "Xã Vĩnh Hải",
|
|
2224
|
+
"shortName": "Vĩnh Hải"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"code": "81913087",
|
|
2228
|
+
"parentCode": "33",
|
|
2229
|
+
"level": 2,
|
|
2230
|
+
"kind": "commune",
|
|
2231
|
+
"officialName": "Xã Lai Hoà",
|
|
2232
|
+
"shortName": "Lai Hoà"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"code": "81913088",
|
|
2236
|
+
"parentCode": "33",
|
|
2237
|
+
"level": 2,
|
|
2238
|
+
"kind": "ward",
|
|
2239
|
+
"officialName": "Phường Vĩnh Phước",
|
|
2240
|
+
"shortName": "Vĩnh Phước"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"code": "81913089",
|
|
2244
|
+
"parentCode": "33",
|
|
2245
|
+
"level": 2,
|
|
2246
|
+
"kind": "ward",
|
|
2247
|
+
"officialName": "Phường Vĩnh Châu",
|
|
2248
|
+
"shortName": "Vĩnh Châu"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"code": "81913090",
|
|
2252
|
+
"parentCode": "33",
|
|
2253
|
+
"level": 2,
|
|
2254
|
+
"kind": "ward",
|
|
2255
|
+
"officialName": "Phường Khánh Hoà",
|
|
2256
|
+
"shortName": "Khánh Hoà"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"code": "81915078",
|
|
2260
|
+
"parentCode": "33",
|
|
2261
|
+
"level": 2,
|
|
2262
|
+
"kind": "commune",
|
|
2263
|
+
"officialName": "Xã Phú Tâm",
|
|
2264
|
+
"shortName": "Phú Tâm"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"code": "81915079",
|
|
2268
|
+
"parentCode": "33",
|
|
2269
|
+
"level": 2,
|
|
2270
|
+
"kind": "commune",
|
|
2271
|
+
"officialName": "Xã An Ninh",
|
|
2272
|
+
"shortName": "An Ninh"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"code": "81915080",
|
|
2276
|
+
"parentCode": "33",
|
|
2277
|
+
"level": 2,
|
|
2278
|
+
"kind": "commune",
|
|
2279
|
+
"officialName": "Xã Thuận Hoà",
|
|
2280
|
+
"shortName": "Thuận Hoà"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"code": "81915081",
|
|
2284
|
+
"parentCode": "33",
|
|
2285
|
+
"level": 2,
|
|
2286
|
+
"kind": "commune",
|
|
2287
|
+
"officialName": "Xã Hồ Đắc Kiện",
|
|
2288
|
+
"shortName": "Hồ Đắc Kiện"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"code": "81917097",
|
|
2292
|
+
"parentCode": "33",
|
|
2293
|
+
"level": 2,
|
|
2294
|
+
"kind": "commune",
|
|
2295
|
+
"officialName": "Xã Thạnh Thới An",
|
|
2296
|
+
"shortName": "Thạnh Thới An"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"code": "81917098",
|
|
2300
|
+
"parentCode": "33",
|
|
2301
|
+
"level": 2,
|
|
2302
|
+
"kind": "commune",
|
|
2303
|
+
"officialName": "Xã Tài Văn",
|
|
2304
|
+
"shortName": "Tài Văn"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"code": "81917099",
|
|
2308
|
+
"parentCode": "33",
|
|
2309
|
+
"level": 2,
|
|
2310
|
+
"kind": "commune",
|
|
2311
|
+
"officialName": "Xã Liêu Tú",
|
|
2312
|
+
"shortName": "Liêu Tú"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"code": "81917100",
|
|
2316
|
+
"parentCode": "33",
|
|
2317
|
+
"level": 2,
|
|
2318
|
+
"kind": "commune",
|
|
2319
|
+
"officialName": "Xã Lịch Hội Thượng",
|
|
2320
|
+
"shortName": "Lịch Hội Thượng"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"code": "81917101",
|
|
2324
|
+
"parentCode": "33",
|
|
2325
|
+
"level": 2,
|
|
2326
|
+
"kind": "commune",
|
|
2327
|
+
"officialName": "Xã Trần Đề",
|
|
2328
|
+
"shortName": "Trần Đề"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"code": "82101040",
|
|
2332
|
+
"parentCode": "34",
|
|
2333
|
+
"level": 2,
|
|
2334
|
+
"kind": "ward",
|
|
2335
|
+
"officialName": "Phường Bạc Liêu",
|
|
2336
|
+
"shortName": "Bạc Liêu"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"code": "82101041",
|
|
2340
|
+
"parentCode": "34",
|
|
2341
|
+
"level": 2,
|
|
2342
|
+
"kind": "ward",
|
|
2343
|
+
"officialName": "Phường Vĩnh Trạch",
|
|
2344
|
+
"shortName": "Vĩnh Trạch"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"code": "82101042",
|
|
2348
|
+
"parentCode": "34",
|
|
2349
|
+
"level": 2,
|
|
2350
|
+
"kind": "ward",
|
|
2351
|
+
"officialName": "Phường Hiệp Thành",
|
|
2352
|
+
"shortName": "Hiệp Thành"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"code": "82103046",
|
|
2356
|
+
"parentCode": "34",
|
|
2357
|
+
"level": 2,
|
|
2358
|
+
"kind": "commune",
|
|
2359
|
+
"officialName": "Xã Hồng Dân",
|
|
2360
|
+
"shortName": "Hồng Dân"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"code": "82103047",
|
|
2364
|
+
"parentCode": "34",
|
|
2365
|
+
"level": 2,
|
|
2366
|
+
"kind": "commune",
|
|
2367
|
+
"officialName": "Xã Vĩnh Lộc",
|
|
2368
|
+
"shortName": "Vĩnh Lộc"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"code": "82103048",
|
|
2372
|
+
"parentCode": "34",
|
|
2373
|
+
"level": 2,
|
|
2374
|
+
"kind": "commune",
|
|
2375
|
+
"officialName": "Xã Ninh Thạnh Lợi",
|
|
2376
|
+
"shortName": "Ninh Thạnh Lợi"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"code": "82103049",
|
|
2380
|
+
"parentCode": "34",
|
|
2381
|
+
"level": 2,
|
|
2382
|
+
"kind": "commune",
|
|
2383
|
+
"officialName": "Xã Ninh Quới",
|
|
2384
|
+
"shortName": "Ninh Quới"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"code": "82105062",
|
|
2388
|
+
"parentCode": "34",
|
|
2389
|
+
"level": 2,
|
|
2390
|
+
"kind": "commune",
|
|
2391
|
+
"officialName": "Xã Vĩnh Lợi",
|
|
2392
|
+
"shortName": "Vĩnh Lợi"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"code": "82105063",
|
|
2396
|
+
"parentCode": "34",
|
|
2397
|
+
"level": 2,
|
|
2398
|
+
"kind": "commune",
|
|
2399
|
+
"officialName": "Xã Hưng Hội",
|
|
2400
|
+
"shortName": "Hưng Hội"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"code": "82105064",
|
|
2404
|
+
"parentCode": "34",
|
|
2405
|
+
"level": 2,
|
|
2406
|
+
"kind": "commune",
|
|
2407
|
+
"officialName": "Xã Châu Thới",
|
|
2408
|
+
"shortName": "Châu Thới"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"code": "82106055",
|
|
2412
|
+
"parentCode": "34",
|
|
2413
|
+
"level": 2,
|
|
2414
|
+
"kind": "commune",
|
|
2415
|
+
"officialName": "Xã Hoà Bình",
|
|
2416
|
+
"shortName": "Hoà Bình"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"code": "82106056",
|
|
2420
|
+
"parentCode": "34",
|
|
2421
|
+
"level": 2,
|
|
2422
|
+
"kind": "commune",
|
|
2423
|
+
"officialName": "Xã Vĩnh Mỹ",
|
|
2424
|
+
"shortName": "Vĩnh Mỹ"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"code": "82106057",
|
|
2428
|
+
"parentCode": "34",
|
|
2429
|
+
"level": 2,
|
|
2430
|
+
"kind": "commune",
|
|
2431
|
+
"officialName": "Xã Vĩnh Hậu",
|
|
2432
|
+
"shortName": "Vĩnh Hậu"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"code": "82107043",
|
|
2436
|
+
"parentCode": "34",
|
|
2437
|
+
"level": 2,
|
|
2438
|
+
"kind": "ward",
|
|
2439
|
+
"officialName": "Phường Giá Rai",
|
|
2440
|
+
"shortName": "Giá Rai"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"code": "82107044",
|
|
2444
|
+
"parentCode": "34",
|
|
2445
|
+
"level": 2,
|
|
2446
|
+
"kind": "ward",
|
|
2447
|
+
"officialName": "Phường Láng Tròn",
|
|
2448
|
+
"shortName": "Láng Tròn"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"code": "82107045",
|
|
2452
|
+
"parentCode": "34",
|
|
2453
|
+
"level": 2,
|
|
2454
|
+
"kind": "commune",
|
|
2455
|
+
"officialName": "Xã Phong Thạnh",
|
|
2456
|
+
"shortName": "Phong Thạnh"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"code": "82109058",
|
|
2460
|
+
"parentCode": "34",
|
|
2461
|
+
"level": 2,
|
|
2462
|
+
"kind": "commune",
|
|
2463
|
+
"officialName": "Xã Phước Long",
|
|
2464
|
+
"shortName": "Phước Long"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"code": "82109059",
|
|
2468
|
+
"parentCode": "34",
|
|
2469
|
+
"level": 2,
|
|
2470
|
+
"kind": "commune",
|
|
2471
|
+
"officialName": "Xã Vĩnh Phước",
|
|
2472
|
+
"shortName": "Vĩnh Phước"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"code": "82109060",
|
|
2476
|
+
"parentCode": "34",
|
|
2477
|
+
"level": 2,
|
|
2478
|
+
"kind": "commune",
|
|
2479
|
+
"officialName": "Xã Phong Hiệp",
|
|
2480
|
+
"shortName": "Phong Hiệp"
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"code": "82109061",
|
|
2484
|
+
"parentCode": "34",
|
|
2485
|
+
"level": 2,
|
|
2486
|
+
"kind": "commune",
|
|
2487
|
+
"officialName": "Xã Vĩnh Thanh",
|
|
2488
|
+
"shortName": "Vĩnh Thanh"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"code": "82111050",
|
|
2492
|
+
"parentCode": "34",
|
|
2493
|
+
"level": 2,
|
|
2494
|
+
"kind": "commune",
|
|
2495
|
+
"officialName": "Xã Gành Hào",
|
|
2496
|
+
"shortName": "Gành Hào"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"code": "82111051",
|
|
2500
|
+
"parentCode": "34",
|
|
2501
|
+
"level": 2,
|
|
2502
|
+
"kind": "commune",
|
|
2503
|
+
"officialName": "Xã Định Thành",
|
|
2504
|
+
"shortName": "Định Thành"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"code": "82111052",
|
|
2508
|
+
"parentCode": "34",
|
|
2509
|
+
"level": 2,
|
|
2510
|
+
"kind": "commune",
|
|
2511
|
+
"officialName": "Xã An Trạch",
|
|
2512
|
+
"shortName": "An Trạch"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"code": "82111053",
|
|
2516
|
+
"parentCode": "34",
|
|
2517
|
+
"level": 2,
|
|
2518
|
+
"kind": "commune",
|
|
2519
|
+
"officialName": "Xã Long Điền",
|
|
2520
|
+
"shortName": "Long Điền"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"code": "82111054",
|
|
2524
|
+
"parentCode": "34",
|
|
2525
|
+
"level": 2,
|
|
2526
|
+
"kind": "commune",
|
|
2527
|
+
"officialName": "Xã Đông Hải",
|
|
2528
|
+
"shortName": "Đông Hải"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"code": "82301001",
|
|
2532
|
+
"parentCode": "34",
|
|
2533
|
+
"level": 2,
|
|
2534
|
+
"kind": "ward",
|
|
2535
|
+
"officialName": "Phường An Xuyên",
|
|
2536
|
+
"shortName": "An Xuyên"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"code": "82301002",
|
|
2540
|
+
"parentCode": "34",
|
|
2541
|
+
"level": 2,
|
|
2542
|
+
"kind": "ward",
|
|
2543
|
+
"officialName": "Phường Lý Văn Lâm",
|
|
2544
|
+
"shortName": "Lý Văn Lâm"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"code": "82301003",
|
|
2548
|
+
"parentCode": "34",
|
|
2549
|
+
"level": 2,
|
|
2550
|
+
"kind": "ward",
|
|
2551
|
+
"officialName": "Phường Tân Thành",
|
|
2552
|
+
"shortName": "Tân Thành"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"code": "82301004",
|
|
2556
|
+
"parentCode": "34",
|
|
2557
|
+
"level": 2,
|
|
2558
|
+
"kind": "ward",
|
|
2559
|
+
"officialName": "Phường Hòa Thành",
|
|
2560
|
+
"shortName": "Hòa Thành"
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"code": "82303024",
|
|
2564
|
+
"parentCode": "34",
|
|
2565
|
+
"level": 2,
|
|
2566
|
+
"kind": "commune",
|
|
2567
|
+
"officialName": "Xã Thới Bình",
|
|
2568
|
+
"shortName": "Thới Bình"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"code": "82303025",
|
|
2572
|
+
"parentCode": "34",
|
|
2573
|
+
"level": 2,
|
|
2574
|
+
"kind": "commune",
|
|
2575
|
+
"officialName": "Xã Trí Phải",
|
|
2576
|
+
"shortName": "Trí Phải"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"code": "82303026",
|
|
2580
|
+
"parentCode": "34",
|
|
2581
|
+
"level": 2,
|
|
2582
|
+
"kind": "commune",
|
|
2583
|
+
"officialName": "Xã Tân Lộc",
|
|
2584
|
+
"shortName": "Tân Lộc"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"code": "82303027",
|
|
2588
|
+
"parentCode": "34",
|
|
2589
|
+
"level": 2,
|
|
2590
|
+
"kind": "commune",
|
|
2591
|
+
"officialName": "Xã Hồ Thị Kỷ",
|
|
2592
|
+
"shortName": "Hồ Thị Kỷ"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"code": "82303028",
|
|
2596
|
+
"parentCode": "34",
|
|
2597
|
+
"level": 2,
|
|
2598
|
+
"kind": "commune",
|
|
2599
|
+
"officialName": "Xã Biển Bạch",
|
|
2600
|
+
"shortName": "Biển Bạch"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"code": "82305012",
|
|
2604
|
+
"parentCode": "34",
|
|
2605
|
+
"level": 2,
|
|
2606
|
+
"kind": "commune",
|
|
2607
|
+
"officialName": "Xã U Minh",
|
|
2608
|
+
"shortName": "U Minh"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"code": "82305013",
|
|
2612
|
+
"parentCode": "34",
|
|
2613
|
+
"level": 2,
|
|
2614
|
+
"kind": "commune",
|
|
2615
|
+
"officialName": "Xã Nguyễn Phích",
|
|
2616
|
+
"shortName": "Nguyễn Phích"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"code": "82305014",
|
|
2620
|
+
"parentCode": "34",
|
|
2621
|
+
"level": 2,
|
|
2622
|
+
"kind": "commune",
|
|
2623
|
+
"officialName": "Xã Khánh Lâm",
|
|
2624
|
+
"shortName": "Khánh Lâm"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"code": "82305015",
|
|
2628
|
+
"parentCode": "34",
|
|
2629
|
+
"level": 2,
|
|
2630
|
+
"kind": "commune",
|
|
2631
|
+
"officialName": "Xã Khánh An",
|
|
2632
|
+
"shortName": "Khánh An"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"code": "82307019",
|
|
2636
|
+
"parentCode": "34",
|
|
2637
|
+
"level": 2,
|
|
2638
|
+
"kind": "commune",
|
|
2639
|
+
"officialName": "Xã Khánh Bình",
|
|
2640
|
+
"shortName": "Khánh Bình"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"code": "82307020",
|
|
2644
|
+
"parentCode": "34",
|
|
2645
|
+
"level": 2,
|
|
2646
|
+
"kind": "commune",
|
|
2647
|
+
"officialName": "Xã Đá Bạc",
|
|
2648
|
+
"shortName": "Đá Bạc"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"code": "82307021",
|
|
2652
|
+
"parentCode": "34",
|
|
2653
|
+
"level": 2,
|
|
2654
|
+
"kind": "commune",
|
|
2655
|
+
"officialName": "Xã Khánh Hưng",
|
|
2656
|
+
"shortName": "Khánh Hưng"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"code": "82307022",
|
|
2660
|
+
"parentCode": "34",
|
|
2661
|
+
"level": 2,
|
|
2662
|
+
"kind": "commune",
|
|
2663
|
+
"officialName": "Xã Sông Đốc",
|
|
2664
|
+
"shortName": "Sông Đốc"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"code": "82307023",
|
|
2668
|
+
"parentCode": "34",
|
|
2669
|
+
"level": 2,
|
|
2670
|
+
"kind": "commune",
|
|
2671
|
+
"officialName": "Xã Trần Văn Thời",
|
|
2672
|
+
"shortName": "Trần Văn Thời"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"code": "82308032",
|
|
2676
|
+
"parentCode": "34",
|
|
2677
|
+
"level": 2,
|
|
2678
|
+
"kind": "commune",
|
|
2679
|
+
"officialName": "Xã Cái Đôi Vàm",
|
|
2680
|
+
"shortName": "Cái Đôi Vàm"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"code": "82308033",
|
|
2684
|
+
"parentCode": "34",
|
|
2685
|
+
"level": 2,
|
|
2686
|
+
"kind": "commune",
|
|
2687
|
+
"officialName": "Xã Nguyễn Việt Khái",
|
|
2688
|
+
"shortName": "Nguyễn Việt Khái"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"code": "82308034",
|
|
2692
|
+
"parentCode": "34",
|
|
2693
|
+
"level": 2,
|
|
2694
|
+
"kind": "commune",
|
|
2695
|
+
"officialName": "Xã Phú Tân",
|
|
2696
|
+
"shortName": "Phú Tân"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"code": "82308035",
|
|
2700
|
+
"parentCode": "34",
|
|
2701
|
+
"level": 2,
|
|
2702
|
+
"kind": "commune",
|
|
2703
|
+
"officialName": "Xã Phú Mỹ",
|
|
2704
|
+
"shortName": "Phú Mỹ"
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"code": "82309036",
|
|
2708
|
+
"parentCode": "34",
|
|
2709
|
+
"level": 2,
|
|
2710
|
+
"kind": "commune",
|
|
2711
|
+
"officialName": "Xã Lương Thế Trân",
|
|
2712
|
+
"shortName": "Lương Thế Trân"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"code": "82309037",
|
|
2716
|
+
"parentCode": "34",
|
|
2717
|
+
"level": 2,
|
|
2718
|
+
"kind": "commune",
|
|
2719
|
+
"officialName": "Xã Tân Hưng",
|
|
2720
|
+
"shortName": "Tân Hưng"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"code": "82309038",
|
|
2724
|
+
"parentCode": "34",
|
|
2725
|
+
"level": 2,
|
|
2726
|
+
"kind": "commune",
|
|
2727
|
+
"officialName": "Xã Hưng Mỹ",
|
|
2728
|
+
"shortName": "Hưng Mỹ"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"code": "82309039",
|
|
2732
|
+
"parentCode": "34",
|
|
2733
|
+
"level": 2,
|
|
2734
|
+
"kind": "commune",
|
|
2735
|
+
"officialName": "Xã Cái Nước",
|
|
2736
|
+
"shortName": "Cái Nước"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"code": "82311005",
|
|
2740
|
+
"parentCode": "34",
|
|
2741
|
+
"level": 2,
|
|
2742
|
+
"kind": "commune",
|
|
2743
|
+
"officialName": "Xã Tân Thuận",
|
|
2744
|
+
"shortName": "Tân Thuận"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"code": "82311006",
|
|
2748
|
+
"parentCode": "34",
|
|
2749
|
+
"level": 2,
|
|
2750
|
+
"kind": "commune",
|
|
2751
|
+
"officialName": "Xã Tân Tiến",
|
|
2752
|
+
"shortName": "Tân Tiến"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"code": "82311007",
|
|
2756
|
+
"parentCode": "34",
|
|
2757
|
+
"level": 2,
|
|
2758
|
+
"kind": "commune",
|
|
2759
|
+
"officialName": "Xã Tạ An Khương",
|
|
2760
|
+
"shortName": "Tạ An Khương"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"code": "82311008",
|
|
2764
|
+
"parentCode": "34",
|
|
2765
|
+
"level": 2,
|
|
2766
|
+
"kind": "commune",
|
|
2767
|
+
"officialName": "Xã Trần Phán",
|
|
2768
|
+
"shortName": "Trần Phán"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"code": "82311009",
|
|
2772
|
+
"parentCode": "34",
|
|
2773
|
+
"level": 2,
|
|
2774
|
+
"kind": "commune",
|
|
2775
|
+
"officialName": "Xã Thanh Tùng",
|
|
2776
|
+
"shortName": "Thanh Tùng"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"code": "82311010",
|
|
2780
|
+
"parentCode": "34",
|
|
2781
|
+
"level": 2,
|
|
2782
|
+
"kind": "commune",
|
|
2783
|
+
"officialName": "Xã Đầm Dơi",
|
|
2784
|
+
"shortName": "Đầm Dơi"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"code": "82311011",
|
|
2788
|
+
"parentCode": "34",
|
|
2789
|
+
"level": 2,
|
|
2790
|
+
"kind": "commune",
|
|
2791
|
+
"officialName": "Xã Quách Phẩm",
|
|
2792
|
+
"shortName": "Quách Phẩm"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"code": "82312029",
|
|
2796
|
+
"parentCode": "34",
|
|
2797
|
+
"level": 2,
|
|
2798
|
+
"kind": "commune",
|
|
2799
|
+
"officialName": "Xã Đất Mới",
|
|
2800
|
+
"shortName": "Đất Mới"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"code": "82312030",
|
|
2804
|
+
"parentCode": "34",
|
|
2805
|
+
"level": 2,
|
|
2806
|
+
"kind": "commune",
|
|
2807
|
+
"officialName": "Xã Năm Căn",
|
|
2808
|
+
"shortName": "Năm Căn"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"code": "82312031",
|
|
2812
|
+
"parentCode": "34",
|
|
2813
|
+
"level": 2,
|
|
2814
|
+
"kind": "commune",
|
|
2815
|
+
"officialName": "Xã Tam Giang",
|
|
2816
|
+
"shortName": "Tam Giang"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"code": "82313016",
|
|
2820
|
+
"parentCode": "34",
|
|
2821
|
+
"level": 2,
|
|
2822
|
+
"kind": "commune",
|
|
2823
|
+
"officialName": "Xã Phan Ngọc Hiển",
|
|
2824
|
+
"shortName": "Phan Ngọc Hiển"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"code": "82313017",
|
|
2828
|
+
"parentCode": "34",
|
|
2829
|
+
"level": 2,
|
|
2830
|
+
"kind": "commune",
|
|
2831
|
+
"officialName": "Xã Đất Mũi",
|
|
2832
|
+
"shortName": "Đất Mũi"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"code": "82313018",
|
|
2836
|
+
"parentCode": "34",
|
|
2837
|
+
"level": 2,
|
|
2838
|
+
"kind": "commune",
|
|
2839
|
+
"officialName": "Xã Tân Ân",
|
|
2840
|
+
"shortName": "Tân Ân"
|
|
2841
|
+
}
|
|
2842
|
+
]
|