@kinevolution/appwrite-functions-shared-utils 0.1.44 → 0.1.45

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.
@@ -41,7 +41,7 @@ export type PolygonZone = Models.Row & {
41
41
  notes: string | null;
42
42
  zone: Polygon;
43
43
  };
44
- export type Municipalities = Models.Row & {
44
+ export type Municipality = Models.Row & {
45
45
  regionCode: RegionCode;
46
46
  zip: number;
47
47
  nameFR: string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.44",
6
+ "version": "0.1.45",
7
7
  "license": "ISC",
8
8
  "author": "Nicolas Forêt <nicolas4@gmail.com>",
9
9
  "description": "Shared utilities for Appwrite functions",