nextemos 5.3.4 → 5.3.5
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.
|
@@ -239,7 +239,7 @@ export interface ISegmentsResponse extends IResponse {
|
|
|
239
239
|
}[];
|
|
240
240
|
}
|
|
241
241
|
export interface IMemberByIntegrationCodeResponse extends IResponse {
|
|
242
|
-
data: IMember;
|
|
242
|
+
data: IMember[];
|
|
243
243
|
}
|
|
244
244
|
export interface IMemberReferenceResponse extends IResponse {
|
|
245
245
|
data: IMemberReference[];
|