@nomalism-com/types 0.44.11 → 0.44.12

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.
@@ -105,6 +105,8 @@ export interface IFindClientOrProviderRequest {
105
105
  export interface IFindClientOrProviderResponse {
106
106
  client_id: string | null;
107
107
  provider_id: string | null;
108
+ client_number: number | null;
109
+ provider_number: number | null;
108
110
  nif: string | null;
109
111
  name: string | null;
110
112
  email: string | null;
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.44.11",
4
+ "version": "0.44.12",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",