@segment/public-api-sdk-typescript 44.0.0-b8242 → 44.0.0-b8277

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.
@@ -1,5 +1,5 @@
1
1
  export declare class UpdateAudienceForSpaceInput {
2
- 'enabled': boolean;
2
+ 'enabled'?: boolean;
3
3
  static discriminator: string | undefined;
4
4
  static attributeTypeMap: Array<{
5
5
  name: string;
@@ -1,5 +1,5 @@
1
1
  export declare class UpdateComputedTraitForSpaceAlphaInput {
2
- 'enabled': boolean;
2
+ 'enabled'?: boolean;
3
3
  static discriminator: string | undefined;
4
4
  static attributeTypeMap: Array<{
5
5
  name: string;
@@ -19,7 +19,7 @@ export class UpdateAudienceForSpaceInput {
19
19
  /**
20
20
  * Enabled/disabled status for the audience.
21
21
  */
22
- 'enabled': boolean;
22
+ 'enabled'?: boolean;
23
23
 
24
24
  static discriminator: string | undefined = undefined;
25
25
 
@@ -19,7 +19,7 @@ export class UpdateComputedTraitForSpaceAlphaInput {
19
19
  /**
20
20
  * Enabled/disabled status for the computed trait.
21
21
  */
22
- 'enabled': boolean;
22
+ 'enabled'?: boolean;
23
23
 
24
24
  static discriminator: string | undefined = undefined;
25
25
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "44.0.0-b8242",
21
+ "version": "44.0.0-b8277",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",