pukaad-ui-lib 1.321.0 → 1.322.0

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.321.0",
4
+ "version": "1.322.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -213,7 +213,7 @@ const fetchApprovedPlaces = async (page, pageSize, search) => {
213
213
  const res = await api(base, {
214
214
  query: {
215
215
  q: search ?? "",
216
- status: "PENDING,APPROVED",
216
+ status: "unverified,active",
217
217
  page,
218
218
  page_size: pageSize
219
219
  }
@@ -254,7 +254,7 @@ const checkDuplicate = async () => {
254
254
  const res = await api(base, {
255
255
  query: {
256
256
  q: name,
257
- status: "PENDING,APPROVED",
257
+ status: "unverified,active",
258
258
  page: 1,
259
259
  page_size: 10,
260
260
  amphur_id: modelValue.address?.amphur_id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.321.0",
3
+ "version": "1.322.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",