@segment/public-api-sdk-typescript 72.0.0-b17495 → 72.0.0-b17501

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.
@@ -44,7 +44,7 @@ export class AudienceSummary {
44
44
  'enabled': boolean;
45
45
  'definition': AudienceDefinition | null;
46
46
  /**
47
- * Status for the audience. Possible values: Backfilling, Computing, Failed, Live, Awaiting Destinations, Disabled.
47
+ * Status for the audience. Possible values: Backfilling, Computing, Disabled, Error, Failed, Live, Locked, Not Computing, Preparing, Awaiting Destinations.
48
48
  */
49
49
  'status'?: string;
50
50
  /**
@@ -51,7 +51,7 @@ export class AudienceSummaryWithAudienceTypeAndLookback {
51
51
  'enabled': boolean;
52
52
  'definition': AudienceDefinition | null;
53
53
  /**
54
- * Status for the audience. Possible values: Backfilling, Computing, Failed, Live, Awaiting Destinations, Disabled.
54
+ * Status for the audience. Possible values: Backfilling, Computing, Disabled, Error, Failed, Live, Locked, Not Computing, Preparing, Awaiting Destinations.
55
55
  */
56
56
  'status'?: string;
57
57
  /**
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "72.0.0-b17495",
21
+ "version": "72.0.0-b17501",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",