Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@58dd2114.
  • Loading branch information
APIs and Common Services team committed Dec 12, 2023
1 parent dd6fe33 commit 0bd1675
Show file tree
Hide file tree
Showing 29 changed files with 458 additions and 4 deletions.
15 changes: 15 additions & 0 deletions dist/model/audienceDefinition.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export declare class AudienceDefinition {
'query': string;
'type': string;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}
26 changes: 26 additions & 0 deletions dist/model/audienceDefinition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/model/audienceDefinition.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/model/audienceSummary.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { Definition1 } from './definition1';
export declare class AudienceSummary {
'id': string;
'spaceId': string;
'name': string;
'description': string;
'key': string;
'enabled': boolean;
'definition': Definition1 | null;
'status'?: string;
'createdBy': string;
'updatedBy': string;
'createdAt': string;
Expand Down
10 changes: 10 additions & 0 deletions dist/model/audienceSummary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/model/audienceSummary.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/model/computedTraitSummary.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { Definition } from './definition';
export declare class ComputedTraitSummary {
'id': string;
'spaceId': string;
'name': string;
'description': string;
'key': string;
'enabled': boolean;
'definition': Definition | null;
'status'?: string;
'createdBy': string;
'updatedBy': string;
'createdAt': string;
Expand Down
10 changes: 10 additions & 0 deletions dist/model/computedTraitSummary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/model/computedTraitSummary.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions dist/model/computedTraitsDefinition.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export declare class ComputedTraitsDefinition {
'query': string;
'type': string;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}
26 changes: 26 additions & 0 deletions dist/model/computedTraitsDefinition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/model/computedTraitsDefinition.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions dist/model/definition.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export declare class Definition {
'query': string;
'type': string;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}
26 changes: 26 additions & 0 deletions dist/model/definition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/model/definition.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions dist/model/definition1.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export declare class Definition1 {
'query': string;
'type': string;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}
26 changes: 26 additions & 0 deletions dist/model/definition1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/model/definition1.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/model/models.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export * from './addUsersToUserGroupV1Output';
export * from './advancedWarehouseSyncScheduleV1Input';
export * from './advancedWarehouseSyncScheduleV1Output';
export * from './allowedLabelBeta';
export * from './audienceDefinition';
export * from './audienceSummary';
export * from './auditEventV1';
export * from './batchQueryMessagingSubscriptionsForSpace200Response';
Expand All @@ -34,6 +35,7 @@ export * from './batchQueryMessagingSubscriptionsForSpaceAlphaOutput';
export * from './breakdownBeta';
export * from './commonSourceSettingsV1';
export * from './computedTraitSummary';
export * from './computedTraitsDefinition';
export * from './contact';
export * from './createCloudSourceRegulation200Response';
export * from './createCloudSourceRegulationV1Input';
Expand Down Expand Up @@ -102,6 +104,8 @@ export * from './createWarehouseV1Output';
export * from './createWorkspaceRegulation200Response';
export * from './createWorkspaceRegulationV1Input';
export * from './createWorkspaceRegulationV1Output';
export * from './definition';
export * from './definition1';
export * from './deleteDestination200Response';
export * from './deleteDestinationV1Output';
export * from './deleteFunction200Response';
Expand Down
12 changes: 12 additions & 0 deletions dist/model/models.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/model/models.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0bd1675

Please sign in to comment.