Skip to content

Commit 572a3e0

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@5309269f.
1 parent ac9b422 commit 572a3e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

model/audienceDefinition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { RequestFile } from './models';
1414

1515
export class AudienceDefinition {
1616
/**
17-
* The target entity slug, required in creating a linked audience.
17+
* The target entity relationship slug, required in a linked audience, default to profile if not specified.
1818
*/
1919
'targetEntity'?: string;
2020
/**

model/audienceOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class AudienceOptions {
2222
*/
2323
'filterByExternalIds'?: Array<string>;
2424
/**
25-
* If specified, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
25+
* If specified and positive, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
2626
*/
2727
'backfillEventDataDays'?: number;
2828

model/audienceOptionsWithLookback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class AudienceOptionsWithLookback {
2222
*/
2323
'includeHistoricalData'?: boolean;
2424
/**
25-
* If specified, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
25+
* If specified and positive, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
2626
*/
2727
'backfillEventDataDays'?: number;
2828

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"uuid": "^8.3.2",
1919
"request": "^2.88.2"
2020
},
21-
"version": "59.6.0-b14129",
21+
"version": "59.6.0-b14131",
2222
"devDependencies": {
2323
"@types/bluebird": "^3.5.33",
2424
"@types/jest": "^29",

0 commit comments

Comments
 (0)