@nomalism-com/types 0.34.32 → 0.34.33

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.
@@ -106,6 +106,8 @@ export interface IFindClientOrProviderRequest {
106
106
  user_type: 'client' | 'provider';
107
107
  }
108
108
  export interface IFindClientOrProviderResponse {
109
+ client_id: string | null;
110
+ provider_id: string | null;
109
111
  nif: string | null;
110
112
  name: string | null;
111
113
  email: string | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.34.32",
12
+ "version": "0.34.33",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -121,6 +121,8 @@ export interface IFindClientOrProviderRequest {
121
121
  }
122
122
 
123
123
  export interface IFindClientOrProviderResponse {
124
+ client_id: string | null;
125
+ provider_id: string | null;
124
126
  nif: string | null;
125
127
  name: string | null;
126
128
  email: string | null;