@segment/public-api-sdk-typescript 58.13.0-b12148 → 58.13.0-b12165
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.
@@ -21,7 +21,7 @@ export class ListAudienceSearchInput {
|
|
21
21
|
*/
|
22
22
|
'type': ListAudienceSearchInput.TypeEnum;
|
23
23
|
/**
|
24
|
-
* Text to match against the selected field (max 255 characters).
|
24
|
+
* Text to match against the selected field (max 255 characters). When searching by KEY, a prefix match is used. For all other options, a full wildcard search will be used.
|
25
25
|
*/
|
26
26
|
'query': string;
|
27
27
|
|