@nomalism-com/types 0.28.44 → 0.28.46
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.
|
@@ -59,7 +59,7 @@ export type Providers = {
|
|
|
59
59
|
id: string;
|
|
60
60
|
user_id: string;
|
|
61
61
|
main_persona_id: string;
|
|
62
|
-
contact_persona_id: string
|
|
62
|
+
contact_persona_id: string;
|
|
63
63
|
number: number;
|
|
64
64
|
country_id: string | null;
|
|
65
65
|
language_id: string | null;
|
|
@@ -112,7 +112,7 @@ export type Clients = {
|
|
|
112
112
|
id: string;
|
|
113
113
|
user_id: string;
|
|
114
114
|
main_persona_id: string;
|
|
115
|
-
contact_persona_id: string
|
|
115
|
+
contact_persona_id: string;
|
|
116
116
|
number: number;
|
|
117
117
|
country_id: string | null;
|
|
118
118
|
language_id: string | null;
|
|
@@ -204,7 +204,7 @@ export type Commissioner = {
|
|
|
204
204
|
id: string;
|
|
205
205
|
user_id: string;
|
|
206
206
|
main_persona_id: string;
|
|
207
|
-
contact_persona_id: string
|
|
207
|
+
contact_persona_id: string;
|
|
208
208
|
number: number;
|
|
209
209
|
country_id: string | null;
|
|
210
210
|
language_id: string | null;
|
|
@@ -269,7 +269,7 @@ export type StoreOperator = {
|
|
|
269
269
|
internal_email: string | null;
|
|
270
270
|
support_language_id: string | null;
|
|
271
271
|
main_persona_id: string;
|
|
272
|
-
contact_persona_id: string
|
|
272
|
+
contact_persona_id: string;
|
|
273
273
|
pin: string;
|
|
274
274
|
location_id: string;
|
|
275
275
|
inactive: boolean;
|