awing-library 2.1.92-beta → 2.1.93-beta

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.
@@ -131,6 +131,14 @@ export type CampaignAd = {
131
131
  name: string;
132
132
  domainId: string;
133
133
  }[];
134
+ /**
135
+ * Danh sách địa điểm Đã xoá theo điều kiện lọc (thông tin dùng cho việc hiển thị)
136
+ */
137
+ deletedPlaces?: {
138
+ placeId: string;
139
+ name: string;
140
+ domainId: string;
141
+ }[];
134
142
  /**
135
143
  * Đánh dấu quảng cáo không được xoá
136
144
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.92-beta",
3
+ "version": "2.1.93-beta",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",