@tolinax/ayoune-interfaces 2024.58.0 → 2024.59.0
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.
|
@@ -133,15 +133,18 @@ interface IConsumerSocial {
|
|
|
133
133
|
foursquare?: string;
|
|
134
134
|
twitter?: string;
|
|
135
135
|
telegram?: string;
|
|
136
|
+
signal?: string;
|
|
136
137
|
gp?: string;
|
|
137
138
|
gpp?: string;
|
|
138
139
|
instagram?: string;
|
|
140
|
+
tiktok?: string;
|
|
141
|
+
whatsapp?: string;
|
|
139
142
|
pinterest?: string;
|
|
140
143
|
tumblr?: string;
|
|
141
144
|
xing?: string;
|
|
142
145
|
xingCompany?: string;
|
|
143
146
|
linkedin?: string;
|
|
144
|
-
|
|
147
|
+
linkedinCompany?: string;
|
|
145
148
|
other?: string;
|
|
146
149
|
youtube?: string;
|
|
147
150
|
owler?: string;
|