@nomalism-com/types 0.43.72 → 0.43.73

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.
@@ -143,12 +143,11 @@ export type Country = {
143
143
  export type Language = {
144
144
  id: string;
145
145
  name: string;
146
+ native_name: string;
147
+ iso_code: string;
148
+ short_list: boolean;
146
149
  created_at: Date;
147
150
  updated_at: Date;
148
- created_by: string;
149
- updated_by: string;
150
- origin_id: string | null;
151
- external_id: string | null;
152
151
  };
153
152
  /**
154
153
  * Model Clients
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.43.72",
4
+ "version": "0.43.73",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",