Skip to content

Commit c0d7b3f

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@8f4f1166.
1 parent 5149e97 commit c0d7b3f

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

dist/model/personalizationInput.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Profile } from './profile';
33
export declare class PersonalizationInput {
44
'profile': Profile;
55
'entities'?: Array<PersonalizationInputEntity>;
6+
'syncEntityPropertyChanges'?: boolean;
67
static discriminator: string | undefined;
78
static attributeTypeMap: Array<{
89
name: string;

dist/model/personalizationInput.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/model/personalizationInput.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/personalizationInput.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export class PersonalizationInput {
2323
* Entities V2 Object.
2424
*/
2525
'entities'?: Array<PersonalizationInputEntity>;
26+
/**
27+
* Sync entity property changes back to Segment. Only applicable if activationType is \"Audience Membership Changed\".
28+
*/
29+
'syncEntityPropertyChanges'?: boolean;
2630

2731
static discriminator: string | undefined = undefined;
2832

@@ -41,6 +45,11 @@ export class PersonalizationInput {
4145
baseName: 'entities',
4246
type: 'Array<PersonalizationInputEntity>',
4347
},
48+
{
49+
name: 'syncEntityPropertyChanges',
50+
baseName: 'syncEntityPropertyChanges',
51+
type: 'boolean',
52+
},
4453
];
4554

4655
static getAttributeTypeMap() {

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.1-b14312",
21+
"version": "59.6.1-b14377",
2222
"devDependencies": {
2323
"@types/bluebird": "^3.5.33",
2424
"@types/jest": "^29",

0 commit comments

Comments
 (0)